
/*
|---------------------------------------------------------------
| Custom Fonts
|---------------------------------------------------------------
|
| Declares any custom font faces to be used within the application,
| references the public font directory within the app - because
| these fonts are local to the system we reduce bandwidth (don't have
| to process external http call to other server)
|
*/

@font-face { font-family: ProximaLight;    src: url(../fonts/ProximaNova-Light.otf); }
@font-face { font-family: ProximaRegular;  src: url(../fonts/ProximaNova-Regular.otf); }
@font-face { font-family: ProximaSemibold; src: url(../fonts/ProximaNova-Semibold.otf); }
@font-face { font-family: ProximaBold;     src: url(../fonts/ProximaNova-Bold.otf); }

@font-face { font-family: HelveticaLight;  src: url(../fonts/HelveticaNeueLTStd-Lt.otf); }
@font-face { font-family: HelveticaMedium; src: url(../fonts/HelveticaNeueLTStd-Md.otf); }
@font-face { font-family: HelveticaThin;   src: url(../fonts/HelveticaNeueLTStd-Th.otf); }

@font-face { font-family: MyriadPro;     src: url(../fonts/Myriad-Pro-Regular.ttf) format('truetype'); }

@font-face { font-family: LatoBold;  src: url(../fonts/Lato-Bold.ttf) format('truetype'); }
@font-face { font-family: LatoReg;   src: url(../fonts/Lato-Regular.ttf) format('truetype'); }
@font-face { font-family: LatoLight; src: url(../fonts/Lato-Light.ttf) format('truetype'); }
@font-face { font-family: LatoThin; src: url(../fonts/Lato-Hairline.ttf) format('truetype'); }

/*
|---------------------------------------------------------------
| Global styles
|---------------------------------------------------------------
|
| The following styles declared below behave at 1024 > resolution
| these are then adjusted using media queries further down the
| document.
|
| Only one stylesheet exists to reduce HTTP requests.
|
*/

html, body {
    font-family : HelveticaLight, ProximaRegular, LatoReg, Sans-Serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx--font-smoothing: greyscale;
}

a {
    text-decoration : none !important;
    color           : #7d1516;
}

iframe {
    width: 100% !important;
}

.left  { float : left !important; }

.right { float : right !important; }

/*
IE FIX
*/
.lt-ie9 video { display: hidden; }

.lt-ie9 .section_video {
    display: hidden;
}
.lt-ie9 header .stick_top {
    background: #1a1a1a;
}
.lt-ie9 .navwrap .main li.active,
.lt-ie9 .navwrap .main li:hover {
    background: #7d1516;
}
.lt-ie9 #spec {
    z-index: 0;
}
.pump_subhead,
.pump_subhead:hover {
    background: #fff !important;
}


/*
|----------------------------------------------------------------
| Main navigation styles
|----------------------------------------------------------------
*/

.pdf-list-container {
    height: 150%;
    min-height: 1000px;
}
.pdf-table {
    font-size: 1em;
    margin-top: 60px;
}

.stick_top {
    position : fixed;
    width: 100%;
    z-index: 5000;
    top: 0 !important;
}

.navwrap {
    background: rgba(0,0,0,0.93);
    border-bottom: 1px solid #333;
}

nav.main {
    margin: 0 auto;
    width      : 100%;
    height     : 45px;
    font-size  : 0.95em;
}
nav.main.container {
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
}

nav.main span.left {
    width: 80%;
    margin: 0;
}


nav.main span.right {
    width: 20%;
    margin: 0;
}

nav.main span.right li {
    float:right;
    padding-left: 8%;
    border-right: none;
}

nav.main li {
    color         : #fff;
    display       : inline-block;
    padding-left  : 12.5px;
    padding-right : 12.5px;
    font-family   : HelveticaLight, Helvetica;
    border-right  : 1px solid #333333;
    font-size: 14px;
    line-height   : 45px;
    margin: 0;
}

nav.main .nav1 li {
    margin-left: -5px;
    border-left: 1px solid #333;
}

nav.main .nav0 li {
    border-left: none;
}

.kerr,
.flowvalve {
    margin-top: -15px;
}

.flowvalve, .flow {
    padding-right: 8px !important;
    padding-left:8px !important;
    border-right: hidden !important;
}

nav.main li img {
    position : relative;
    top      : 5px !important;
}

nav.main li:hover {
    background-color  : #9e1e1e;
    background-image  : -moz-linear-gradient(top, #9e1e1e, #7d1516);
    background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#9e1e1e), to(#7d1516));
    background-image  : -webkit-linear-gradient(top, #9e1e1e, #7d1516);
    background-image  : -o-linear-gradient(top, #9e1e1e, #7d1516);
    background-image  : linear-gradient(to bottom, #9e1e1e, #7d1516);
    background-repeat : repeat-x;
}

nav.main li.flow:hover {
    background-color  : #98d113;
    background-image  : -moz-linear-gradient(top, #98d113, #7aa11c);
    background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#98d113), to(#7aa11c));
    background-image  : -webkit-linear-gradient(top, #98d113, #7aa11c);
    background-image  : -o-linear-gradient(top, #98d113, #7aa11c);
    background-image  : linear-gradient(to bottom, #98d113, #7aa11c);
    background-repeat : repeat-x;
}

nav.main li.active {
    background-color  : #9e1e1e;
    background-image  : -moz-linear-gradient(top, #9e1e1e, #7d1516);
    background-image  : -webkit-gradient(linear, 0 0, 0 100%, from(#9e1e1e), to(#7d1516));
    background-image  : -webkit-linear-gradient(top, #9e1e1e, #7d1516);
    background-image  : -o-linear-gradient(top, #9e1e1e, #7d1516);
    background-image  : linear-gradient(to bottom, #9e1e1e, #7d1516);
    background-repeat : repeat-x;
}

.container.centered {
    padding-top: 50px;
}

#privacy_wrap p {
    font-size: 16px;
}

#privacy_wrap ol,
#privacy_wrap ul {
    padding-left: 20px;
    font-size: 16px;
}
#privacy_wrap hr {
    margin-top: 10px;
}
#privacy_wrap h1 {
    margin-bottom: 15px;
}

/*
|----------------------------------------------------------------
| Mobile navigation
|----------------------------------------------------------------
*/

.hidden {
    display: none !important;
}

.links {
    background: #121212;
    margin-top: -5px;
    padding-top: 15px;
    color: #fff !important;
    text-align: center;
    width: 105%;
    min-width:100% !important;
    padding-left: 0px;
    display: inline-table;
}

.links a {
    color: #ffffff !important;
    line-height: 1.8em;
    font-size: 1.1em;
}

.links li {
    border-top: 1px solid #222 !important;
    vertical-align: middle !important;
    height: 40px !important;
    padding-top: 8px;
}

.links li.active {
    background: #7d1516 !important;
}

.links li:hover {
    background: #7d1516 !important;
}

.links .flowvalve {
    margin-top: 0px !important;
}

.links .kerr {
    margin-top: -5px !important;
}

.m-navLast li:hover {
    background : #98d113 !important;
}
.m-navLast li {
    margin-left: -6%;
    margin-top: 0px !important;
}

.m-nav0 {
    list-style: none;
    padding-top: 15px;
    padding-left: 15px;
    position: absolute;
}

#spec #no_pdf {
    font-size: 16px;
    font-family: HelveticaLight, ProximaLight;
    margin-top: -15px;
    padding-bottom: 20px;
    display: none;
}


nav.mob_nav {
    padding-top :3px;
    padding-right: 15px;
    display: none;
    height: 45px;
    min-width:100%;
}

.fa-bars {
    margin-left: 20px;
    margin-top: 7px;
    font-size: 24px;
    color: #fff;
}

.fa-bars:hover {
    color: #7d1516;
    cursor: pointer;
}


/*
|----------------------------------------------------------------
| Status navigation styles
|----------------------------------------------------------------
*/

nav.status_header  {
    width         : 100%;
    height        : 45px;
    text-align    : center;
    font-size     : 1.1em;
    padding-top   : 45px;
    background    : rgba(255,255,255,0.91);
    border-bottom : 1px solid #e0e0e0 !important;
    z-index       : 20;
    margin: 0 auto;
}

nav.status_header li {
    color         : #000;
    display       : inline;
    text-align    : center;
    padding-left  : 17px;
    font-family   : HelveticaLight, LatoReg, HelveticaLight;
    line-height   : 50px;
    position: relative;
    font-size: 18px !important;
}
.contact_block i {
    font-size: 18px;
    padding-right: 10px;
}

nav.status_header a:nth-child(2) {
    border-left : 1px solid #e0e0e0 !important;

}


nav.status_header li:hover,
nav.status_header li:active {
    color : #7d1516;
}

.status_header li.active span {
    color: #7d1516;
}

.sub.container {
    margin-top: 45px;
    z-index: 2000 !important;
    padding:0px;
    min-width:100%;
    width: 100%;
}
.sub.container.sticky {
    position: fixed;
}
.form-all {
    width: 100% !important;
}
.sub.container.normal {
    position: relative;
}
.sub.container.light
{
    background    : rgba(255,255,255,0.91);
    border-bottom : 1px solid #eee !important;
}
.sub.container.dark
{
    background    : rgba(5,5,5,0.88);
    border-bottom : 1px solid #3e3e3e !important;
}
.sub.container.dark .sub_header li {
    color:#fff;
}
.sub.container.light .sub_header li {
    color:#000;
}

nav.sub_header  {
    width         : 100%;
    height        : 45px;
    text-align    : left;
    font-size     : 1.1em;
    margin: 0 auto;
    max-width: 1150px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

nav.sub_header li {
    display       : inline;
    text-align    : left;
    padding-right: 15px;
    padding-left: 15px;
    font-family   : HelveticaLight, LatoReg, HelveticaLight;
    line-height   : 45px;
    position: relative;
    font-size: 18px !important;
}
nav.sub_header li:hover {
    color : #7d1516 !important;
}

nav.sub_header ul {
    padding: 0px 10px;
    margin: 5px 0px;
}



nav.sub_header li:hover,
nav.sub_header li:active {
    color : #7d1516;
}

.sub_header li.active span {
    color: #7d1516;
}


th {
    width: 14%;
}

.pump_subhead th {
    text-align: center;
}

/*
|----------------------------------------------------------------
| Sliders styles
|----------------------------------------------------------------
|
| Combination of jQuery UI and custom UI styles
|
|
*/

.ui-slider {
    height: 7px !important;
    background: #000;
    width: 95% !important;
    margin: auto;
}

.ui-slider-range {
    background: #7d1516;
    height: 20px;
}

.ui-slider-handle {
    background-image  : url(../img/assets/large-spinner-icon.png);
    background-repeat : no-repeat;
    width             : 24px !important;
    height            : 24px !important;
    margin-top        : -5px;
}

.ui-slider-handle:focus,
.ui-slider-handle:active {
    border: none !important;
    outline: none !important;
}


.slider_wrap h1, .slider_wrap p {
    display: inline-table;
    vertical-align: middle;
}

.slider_wrap p {
    font-size: 1.8em;
    color: #7d1516;
    display: inline-table;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    min-width: 80px;
    font-family: HelveticaLight, LatoReg;
}

.slider_wrap {
    text-align: center;
}

/*
|----------------------------------------------------------------
| Dropdown styles
|----------------------------------------------------------------
*/

.btn-primary {
    background: none !important;
    border: 1px solid #999;
    color: #7d1516;
}

.btn-primary:hover {
    color: #7d1516 !important;
    background: none !important;
}

.fa-caret-down {
    color : #1a1a1a;
}

.dropdown-toggle {
    box-shadow: none !important;
    border: 1px solid #999 !important;
}

.dropdown-menu {
    height: 70px;
}

.dropdown-menu li a {
    margin-top: -40px;
    line-height: 25px;
    padding: 0;
}

.right .dropdown-menu {
    margin-left: -40px !important;
}

.status_controls {
    margin-top: 15px;
}

.left .status_controls {
    margin-left: 20px;
}

.right .status_controls {
    margin-right: 20px;
}

.status_controls {
    display: none ;
}


/*
|----------------------------------------------------------------
| Table styles
|----------------------------------------------------------------
*/

#main_wrapper {
    min-height: 600px;
}


table {
    width: 100%;
    background     : none;
    font-size      : 1.1em;
    font-family    : HelveticaLight, ProximaLight;
    text-align     : center;
    vertical-align : middle;
    border         : none;
    border-collapse: collapse;
    color          : #999;
    font-size: 1.3em;
    margin: auto;
}
.pump_subhead {
    opacity: 1 !important;
}
table td:nth-child(1) {
    font-family : HelveticaLight, LatoLight;
    width: 25%;
    font-size: 1.2em;
}

table tr:nth-child(odd) {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

table tr:nth-last-child(1) {
    border-bottom: hidden;
}

table tr {
    color:#333;
    opacity: 0.7;
    height: 60px;
}
/*
table tr:hover {
    background : #f1f1f1;
    color      : #000;
    cursor     : pointer;
}
*/
table tr:hover {
    opacity: 1.0;
    cursor:pointer;
}

table tr:nth-child(1) {
    border: hidden;
}

.fa {
    font-family: FontAwesome !important;
}

.table_header {
    width: 100%;
}

.affix {
    position: fixed;
    z-index : 20;
    top: 40px;
    color: #fff;
    width: 100%;
}


.affix_sub {
    position: fixed;
    z-index : 20;
    top: 45px;
    width: 100%;
    background: rgba(250,250,250, 0.8) !important;
    border-bottom: 1px solid #ddd !important;
    display: table-row;
    padding: 0px !important;
    margin: 0px !important;
    color: #fff !important;
}

.affix_sub::before {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}


.affix_sub td {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 0.9em !important;
    color: #1a1a1a !important;
    height: 40px;
    font-family: HelveticaMedium;
}

.affix_sub:hover {
    background: rgba(250,250,250, 0.8) !important;
}

.pump_head {
    color: #000;
    font-family: HelveticaLight, LatoLight;
    font-size: 1.3em;
    margin-top : 50px;
}

.pump_head p {
    margin-top: 60px;
}

.divider { width: 100%; }


.pump_subhead {
    height: 40px;
    font-size: 1em;
    background: none;
}

.pump_subhead td {
    color: #0a0a0a;
    background: transparent;
    border-collapse: collapse;
    padding-bottom: 40px;
}

.pump_subhead:hover {
    cursor: default;
}

/* Header paddings to align column labels */
.pump_head p {
    margin-right: 0;
    text-align: center;
}


.green {
    color : #7d1516;
}

th:hover {
    background: transparent !important;
}

#col1 {
    width: 25%;
}

tr td:nth-child(n+2) {
    width: 15% !important;
}


hr.fadeline {
    border: 0;
    height: 1px;
    width: 100% !important;
    margin-top: -10px !important;
    margin:18px 0;
    position:relative;
}

.spec {
    position: fixed !important;
    max-width: 100%;
    background: rgba(255,255,255, 0.925) !important;
    z-index: 4000 !important;
    top: 46px;
    left: 0;
}

.no-gap:after {
    height: 0 !important;
}
#search {
    width: 280px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    padding-left: 10px;
    outline: none;
    float:right;
    margin-bottom: 10px;
    font-family: HelveticaLight, ProximaLight;
}
#spec {
    margin-top: 90px;
    padding-bottom: 80px;
}
.spec .right {
    margin-top: -47px;
}
.spec_wrap {
    max-width: 1100px;
    margin: 0 auto;
}
.wizard_wrap {
    max-width: 95%;
    margin: 0 auto;
}
.wizard_wrap .controls {
    position: relative !important;
}
.wizard_wrap .right {
    margin-top: 0px;
}
.spec .right span {
    font-size: 18px;
    font-family: HelveticaLight, ProximaLight;
}
.sections.layout {
    margin-top: 46px;
}
.contact_block {
    display: inline-block;
}
.tBar {
    background: #121212;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    font-family: HelveticaLight, ProximaLight;
    margin-top: -5px;
    color: #eee;
}
.tBar a:hover {
    color: #aad10a !important;
}
/*
Section styles
*/

.video_overlay {
    position: absolute;
    width: inherit;
    height: 100%;
    transition: 0.75s;
    background: rgba(255,255,255, 0.4);
}

.video_overlay:hover {
    transition: 1s;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
}

.video_overlay a {
    color: rgba(255,255,255,0.9);
    font-size: 80px;
    display: table-cell;
    vertical-align: middle !important;
    margin: 0 auto;
}

.video_overlay div.button {
    height: 100%;
    display: table;
    margin: 0 auto;
}

/*
Video styles
*/

.video_wrapper {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1700;
    display: inline-block;
    position: fixed;
    z-index: 5000;
    background: #fff;
    blur: 100;
    top: 0px !important;
    left:0px !important;
    height: 100%;
}
.video_wrapper:after {
    padding-top: 56.25%; /* 16:9 ratio */
    display: block;
    content: '';
}
.video {
    position: relative;
    max-width: 1145px;
    max-height: 700px;
    overflow:hidden;
    width: 1280px;
    height: 720px;
    margin: 0 auto;
    margin-top: 50px !important;
}
.video iframe {
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}

#player {
    padding-top: 5%;
    position: relative;
    margin: auto !important;
    display: block !important;
}
.close  {
    font-size: 20px !important;
    display: block;
    position: fixed;
    right: 0px;
    color:#222;
    margin-top: 20px;
    z-index: 1;
    margin-right:20px;
    opacity: 0.9 !important;
}

.close a {
    color: #222;
}

.close a:hover {
    color: #222;
    cursor: pointer;
}

/*
Image slider styles
*/

.image_slider {
    width: 100%;
    min-height: 850px;
    max-height: 1200px;
    /*height: inherit;*/
    position: relative;
    z-index: 10 !important;
    display: table;
}
.image_slider .section_wrapper {
    margin: auto;
    top:0 !important;
    left:0 !important;
    bottom:0 !important;
    right:0 !important;
    display: none !important;
    position: relative;
}
.image_slider .section_wrapper.section_active {
    margin: 20px 0;
    display: block !important;
}

.image_slider .controls {
    position: relative;
    margin: 0 auto !important;
}

.controls  {
    width: 100%;
    text-align: center;
}

.controls a {
    margin: 0 auto;
    padding-right: 20px;
    color: #666;
    font-size: 1.3em;
    font-family: HelveticaLight;
}

.controls a.active {
    color: #333;
    font-size: 1.4em;

}

#arrow_left,
#arrow_right {
    position: absolute;
    font-size: 36px;
    z-index: 1000 !important;
    color:#999;
}

.image_slider .slide_wrap {
    width: 100%;
    position: absolute;
    height: 100%;
}
.image_slider .slide {
    position: relative;
    top: 0;
}
.image_slider .slide


.image_slider .slide h1 {
    font-size: 30px;
    line-height: 34px;
    padding: 0 !important;
    margin: 10px 0px;
}
.image_slider .slide p {
    font-size: 30px;
    line-height: 34px;
    margin: 10px 0px;
}
.image_slider .slide {
    overflow: hidden;
}
#arrow_left {
    display: block;
    left: 0px !important;
    top: 40% !important;
    padding-left: 2%;
}
#arrow_right {
    display: block;
    right: 0px !important;
    top: 40% !important;
    padding-right: 2%;
}
#arrow_right:hover,
#arrow_left:hover{
    color: #333;
    cursor: pointer;
    z-index: 999999 !important;
}

/*
Sitemap Styles
*/
.sitemap_table {
    font-size: 14px;
    color: #222;
    margin-bottom: 40px;
    display: inline-block;
}
.sitemap_table tr td a {
    color:#222 !important;
}
.sitemap_table tr td {
    text-align: left;
}
.sitemap_table tr {
    height: 30px;
    line-height: 25px;
    border: none !important;
}
.sitemap_header {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
#kerr_info_wrap,
#pumps_wrap,
#fluid_wrap,
#innovate_wrap {
    display: block;
    clear:both;
}
.sitemap_table tr:hover {
    color:#333 !important;
    color: #7d1516 !important;
}
#clear_height {
    height:50px;
}

/*
Footer styles
*/
#footer_container {
    width: 100%;
    background: #121212;
    height: 100%;
    min-height: 440px;
    max-height: 440px;
    bottom: 0px;
    position: relative;
    padding-top: 15px;
    min-width: 1100px;
    z-index: 3999;
}
#footer_container .container {
    max-width: 1105px;
    min-width:1100px;
    padding-left:0px;
    padding-right:0px;
}
#footer_container .stat_wrap {
    margin-right: 0;
}
#footer_container .stat_wrap:nth-child(2) {
    margin-left: 18px;
}
#footer_container .stat_wrap:nth-child(3) {
    margin-left: 72px;
}
.container.above .widget span {
    font-size: 16px;
    padding-right: 75px;
    color: #fff;
}
.kerr-crumb {
    width: 100px;
    margin-top: -2.5px;
}
#crumbs {
    height: 25px;
    position: relative;
    padding:0px;
    margin: 0px;
}
#crumbs li {
    display: inline-block;
    list-style: none;
    line-height: 25px;
    padding-right: 20px;
    position: relative;
}
#crumbs li a {
    vertical-align: middle;
    color: #fff;
}
#crumbs li:nth-child(n+2) {
    padding-left: 10px;
}
#crumbs li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0px;
    width: 10px;
    height: 10px;
    transform: scale(0.707)rotate(45deg);
    z-index:1;
    box-shadow:
    1px -1px 0 1px rgba(150, 150, 150, 0.7),
    1.5px -1.5px 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 0 5px 0 50px;
}
#crumbs li:last-child a,
#crumbs li a:hover {
    color: #d93132;
}
#crumbs li img:hover {
    opacity: 0.8;
}
#loadMore {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fafafa;
    padding: 14px 0;
    font-weight: bold;
}
#loadMore:hover {
    background : #eaeaea;
    cursor: pointer;
}
#footer_wrap {
    position: absolute;
    bottom: 0px;
    top: auto;
    z-index:200;
    width: 100%;
    border-top: 1px solid #333;
}
#footer_wrap_nonsticky {
    position: relative;
    bottom: 0px;
    top: auto;
    z-index:200;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #333;
}
.stat_block {
    display: inline-block;
    width: auto;
}
.stat_block:nth-child(2) {
    margin-left: 70px;
}
.stat_block:nth-child(3) {
    margin-left: 135px;
}
.stat_block:nth-child(4) {
    margin-left: 70px;
}
.contact_block:nth-child(n+3) i {
    font-size: 22px !important;
}
footer.container {
    background: #121212;
    max-width: 100%;
    min-width:100%;
    width:100%;
    text-align: center;
    margin-top: -5px;
    border-bottom: 1px solid #333;
}
#footer_container .container h1 {
    font-size: 1.2em;
    color: #d93132;
    font-family: HelveticaLight, ProximaRegular, LatoReg, Sans-Serif;
    margin-bottom: 5px !important;
}

#footer_container .container .stat {
    font-size: 3em;
    color: #fff;
    margin-top: -10px !important;
    font-family: ProximaBold;
}

.substat {
    color: #777;
}


.fullspan {
    width: 100%;
    border-top: 1px solid #333;
    margin-top: 15px;
    margin-bottom: 15px;
}
.fullspan.top {
    margin-top:5px;
    margin-bottom: 5px;
}
#breadcrumb {
    padding-bottom: 5px;
}
.middle {
    text-align: center;
    margin-top: -32px;
}

.middle:hover {
    opacity: 0.9;
}

.social a {
    -webkit-transition: color 1s;
    transition: color 1s;
    color: #444 !important;
    font-size: 22px !important;
    padding-right: 24px;
}

.social a:hover {
    -webkit-transition: color 1s;
    transition: color 1s;
    color: #999 !important;
    cursor: pointer;
}
.social a:nth-child(5) {
    padding-right: 0px !important;
}

.social {
    text-align: center;
    margin-left: 17px !important;
}

.pqc-logo {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
}
.pqc-logo:hover {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0.5;
}


.legal {
    text-align: center;
    font-size: 1em;
    color: #aaa;
}

.legal a {
    font-size: 1em !important;
    color: #d93132 !important;
}

.legal a:hover {
    opacity: 0.9 !important;
    color: #d93132 !important;
}
.sections:before,
.sections:after {
    clear:both;
    min-height: 100%;
    height: 100%;
    content: '';
}

#no_pump {
    font-size:18px;
    padding-bottom: 70px;
}

.legal a {
    padding-right: 0px;
}

/* Media queries */
@media(max-width: 1500px) {
    #right_col.text_column {
        padding-right: 10px;
    }
}
@media(max-width: 1280px) {
    nav.main li {
        font-size: 0.95em !important;
        padding-left: 1.2%;
        padding-right: 1.2%;
    }

    footer.container {
        max-width: 1100px;
        white-space: nowrap;
        width:1100px;
    }
    #breadcrumb {
        padding-left: 15px;
    }
    video#bgvid {
        max-width: 160% !important;
    }
}

@media (max-width: 1080px) {
    .status_controls {
        display: inline-block;
    }
    nav.search .left,
    nav.search .right {
        width: auto !important;
    }
    .left .status_controls {
        margin-left: 0px;
    }
    .right .status_controls {
        margin-right: 0px;
    }
    .main.sitemap .container {
        padding-top: 20px !important;
    }

    .main.sitemap {
        padding-top: 40px;
        padding-left: 15px;
    }
    .sitemap_table,
    .table_wrap {
        width: 100% !important;
        margin-bottom: 5px;
    }
    .sitemap_table tr td a {
        font-size: 14px;
    }
    #privacy_wrap {
        margin-top: 30px;
        padding: 20px !important;
    }

    .spec_wrap .right {
        margin-top: -55px !important;
    }


    .slider_wrap {
        width: 100% !important;
        font-size: 0.9em !important;
        padding-right: 10px;
        padding-left: 10px;
    }

    .ui-slider {
        margin-top: -20px !important;
    }


    .pump_subhead {
        font-size: 0.9em !important;
    }

    .pump_head, table {
        font-size: 1.15em !important;
    }

    .search.status_header .left,
    .search.status_header .right {
        display: block;
        width: 100%;
    }


    nav.main {
        display: none;
    }

    nav.mob_nav {
        display: block !important;
    }

    .search.status_controls {
        display: block;
    }

    .search.status_header .controls {
        display: none;
    }

    .status_header .controls {
        margin-top: 5px;
    }

    .status_header .controls span,
    .search.status_header .controls span {
        font-size: 14px;
    }


    .pump_subhead td {
        padding-bottom: 20px !important;
        padding-top: 12px !important;
    }

    td {
        font-size: 1em !important;
        font-weight: bold !important;
    }

    .pump_head p {
        font-size: 1em;
        font-weight: bold !important;
    }
    .m-navLast li {
        height: 45px !important;
        margin-left: -5px !important;
    }
    .links .flowvalve {
        margin-top: -3px !important;
        padding: 0 !important;
    }


}

@media(max-width: 650px) {
    .inline-mobile {
        position: static !important;
    }

    #right_col.text_column {
        padding-right: 10px;

    }
    nav.sub_header {
        overflow-x: scroll;
        overflow-y:hidden;
        height: 55px;
        line-height: 50px;
    }
    #subnav1 {
        padding-left:2px;
    }
    nav.sub_header ul {
        z-index:50;
    }

    #footer_wrap {
        top: auto !important;
        position: relative !important;

    }
    #breadcrumb {
        display: none !important;
    }

    #main_wrapper {
        min-height: 200px;
    }

    #arrow_left,
    #arrow_right {
        display: none;
    }
    .image_slider {
        max-height: 500px;
        min-height: 500px;
    }
    .container-full.no-gap {
        max-height:600px;
        min-height:600px;
        width: 100%;
        max-width:100%;
    }
    footer.container {
        min-width:100% !important;
        max-width:100% !important;
        overflow: hidden;
        color:#111;
        white-space: normal;
    }
    .section_wrapper {
        border-bottom: none !important;
        max-width: 100% !important;
        overflow: hidden;
    }
    .container-full {
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .widget {
        width: 100% !important;
        height: 50px;
        border-bottom: none;
        padding-left: 0%;
        margin-left: 20px !important;
        text-align: left;
    }
    .stat_wrap {
        padding-left: 10% !important;
    }
    #footer_container {
        min-width: 100% !important;
        max-width:100% !important;
    }
    #footer_container .container {
        width: 100% !important;
        max-width: 100% !important;
        min-width:100% !important;
    }
    .section_video {
        display: none !important;
    }
    .section_wrapper {
        height: auto !important;
        top: 0 !important;
        position: relative !important;
        min-width:100% !important;
    }
    .section_wrapper .content {
        max-width: 100%;
        width: 100%;
        height: auto !important;
    }
    .section_wrapper .image_column,
    .section_wrapper .text_column {
        max-width: 100% !important;
        width: 100% !important;
        display: block !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
    }
    .border-left,
    .border-bottom,
    .border-top,
    .border-right,
    .border-left-light,
    .border-right-light,
    .border-top-light,
    .border-bottom-light {
        display: none !important;
    }
    .section_wrapper .image_column {
        text-align: center;
        overflow: hidden;
        padding-left: 0% !important;
        padding-right: 0% !important
    }
    .section_wrapper .text_column {
        text-align: center !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
    .text_move {
        padding-top: 20px !important;
        margin: 0 !important;
        padding-bottom: 25px !important;
    }
    #spec {
        min-height: 250px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #spec object {
        display: none !important;
    }
    #spec #no_pdf {
        display: block;
    }
    .section_wrapper .image_column img {
        position: relative !important;
        display: flex;
        width: 100% !important;
        min-width: 200px !important;
        max-width: 800px;
        margin: 0 auto !important;
    }
    section.section_wrapper h1 {
        font-size: 34px !important;
        line-height: 36px !important;
    }
    section.section_wrapper h2 {
        font-size: 26px !important;
        line-height: 28px !important;
    }
    section.section_wrapper p,
    section.section_wrapper a {
        font-size: 18px !important;
        line-height: 20px !important;
        font-weight: bold;
    }
    .text_column {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .text_column .text_wrap {
        margin-left: 0 !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .text_column .text_move {
        margin-left: 0 !important;
    }
    figure img {
        height: auto !important;
        width: 100% !important;
    }

    section.section div {
        width: 100% !important;
        text-align: center !important;
    }

    section.section h1 {
        font-size: 2.2em;
    }

    section.section p {
        font-size: 1.3em;
    }

    .stat_wrap {
        width: 99% !important;
        padding-left: 0% !important;
        text-align: center;
        display: none !important;
    }
    .status_header span {
        font-size: 0.95em;
    }

    .container.clearfix {
        padding: 0px;
        margin: 0px;
    }

    table {
        width: 100% !important;
    }

    html, body {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        overflow-x: hidden;
        zoom: 100% !important;
    }

    td {
        font-size: 11px !important;
        font-weight: bold !important;
    }

    .pump_head p {
        display: none;
        font-size: 12px;
    }
    .social {
        margin-left: 0 !important;
    }

    #footer_container {
        padding-top: 25px !important;
        min-height: 60px !important;
    }

    .social img {
        display: none !important;
    }

    .social {
        padding-left: 5%; !important;
    }

    .middle, .fullspan {
        display: none !important;
    }
    .sections {
        height: auto !important;
    }
    .contact_block {
        display: inline-block;
        padding-bottom: 10px;
        width: 100%;
    }
    .contact_block:nth-child(3) {

    }
    .container.above {
        margin-top:-15px;
        height: 140px;
    }
    .spec_wrap .right {
        width: 100% !important;
        text-align: center !important;
        margin-top: -50px !important;
    }
    .container.above .widget span {
        font-size: 12px !important;
    }


}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .section_video {
        display: none !important;
    }
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    .section_video {
        display: none !important;
    }
}


/*
Footer styles
*/
