@charset "utf-8";
/* Base CSS for Frontend */


@import "reset.css";
@import "global.css";
@import "linearicons.css";

body{ font: normal 14px/1.5em Arial, Helvetica, sans-serif; color: #444; background: #FFF;}
a{color: #288d51;
    transition:color 180ms linear, background 180ms linear, opacity 180ms linear;
    -webkit-transition:color 180ms linear, background 180ms linear, opacity 180ms linear;
    -moz-transition:color 180ms linear, background 180ms linear, opacity 180ms linear;
}
a:hover{text-decoration:none; color: #36a261;}

a.more{color:#288d51; font-weight: bold; }
a.more:hover{color: #36a261; }

/* ---Standard headers ---*/
h1 { font: bold 32px/1.5em 'Roboto Condensed', sans-serif; text-transform: uppercase; color:#195230;}
h2 { font: bold 24px/1.5em 'Roboto Condensed', sans-serif; text-transform: uppercase; color:#195230;}
h3 { font: bold 18px/1.5em 'Roboto Condensed', sans-serif; text-transform: uppercase; }
h4 { font: bold 16px/1.5em 'Roboto Condensed', sans-serif; text-transform: uppercase; }

td{ padding: 5px; vertical-align: top; }

em{ font-style: italic; }

/* --- General Layout Settings---*/
.container { width : 1330px; position : relative; margin : 0 auto;}
#header, #content, #footer, #marketing, #home-brands, #home-ctas {position : relative; display: block; clear: both;}

.alert{background: #D70505; color:#FFF; font: normal 14px arial, sans-serif; padding: 8px 12px;; margin: 10px 0; border-radius: 3px; clear: both;}
.alert-success{background:#3e8f3e; color:#FFF; font: normal 14px arial, sans-serif; padding: 8px 12px; margin: 10px 0; border-radius: 3px}

button, input.btn{border: none;}
.btn{font:bold 16px/1em 'Roboto Condensed', sans-serif; color:#FFF; text-transform: uppercase; cursor:pointer; text-decoration:none; display:block; padding:16px 20px; background:#288d51; text-align: center; border-radius: 5px;}
.btn:hover{color: #FFF; background: #36a261;}
.btn.centered{ max-width: 120px; margin: 0 auto;}

.btn.bg-green:hover{background: #36a261 !important;}

/*-- Responsiveness Base Structure -- */
.row{clear:both;}
.row .col{margin-left:2%; float:left;}
.row .col:first-child{margin-left:0;}
.row .col.split_int{margin-left:0; clear: both;}
.row .full{width:100%;}
.row .half{width:49%;}
.row .third{width:32%;}
.row .third_2{width:66%;}
.row .fourth{width:23.5%;}
.row .fourth_2{width:49%;}
.row .fourth_3{width:74.5%;}
.row .fifth{width:18.4%;}
.row .fifth_2{width:38.8%;}
.row .fifth_3{width:59.2%;}
.row .fifth_4{width:79.6%;}

/* --- Layout ---*/
#wrapper{overflow: hidden;}
#header{padding:0; z-index: 100; background: #FFF;}
#header #head-top{background: #000; color: #FFF; padding: 6px 0;}
#header #head-top .top-links{float: right; margin-left: 20px; font-size: 12px; padding-top: 2px;}
#header #head-top .top-links a{color: #FFF;}
#header #head-top .top-links a:hover{color: #288d51;}
#header #head-top .top-links p{padding: 0; line-height: 1.2em;}

#header #head-top .top-phone{float: left; margin-right: 20px; font-size: 12px; padding-top: 2px;}
#header #head-top .top-phone a{color: #FFF;}
#header #head-top .top-phone a:hover{color: #288d51;}
#header #head-top .top-phone p{padding: 0; line-height: 1.2em;}

#header #logo{float: left; padding: 16px 10px 16px 0; border-right: 1px solid #eee;}
#header #logo a{display: block;}
#header #logo img{height: 80px; display: inline-block; vertical-align: middle;}

#header #head-tools{float: right; border-bottom: 1px solid #ededed;}
.search{padding: 0; position: relative; width: 320px; height: 53px; float: right; background: #f7f7f7; border-right: 1px solid #ededed;}
.search .search-field{border:none; background: none; color: #464646; padding: 18px 10px; font-size:11px; font-weight: normal; height: 53px; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.search button{position: absolute; top: 8px; right: 2px; background: none; border: none; padding: 10px; font-size: 18px; cursor: pointer; font-weight: bold;}
#google_translate_element{float: right;}
#header .lang{float: right; margin-top: 12px; display: none;}
#head-tools .goog-te-gadget-simple{padding: 15px 20px 12px; border: none; border-left: 1px solid #ededed; border-right: 1px solid #ededed;}
#head-tools .goog-te-gadget-simple img{max-width: none; display: inline;}
#header #tagline{float: right; padding: 15px 20px 0 0; font-size: 16px; font-weight: bold; color:#288d51;}

#navigation{z-index: 999; clear: right; float: right;}
#navigation .mobile-menu{display: none; padding: 14px; border: 1px solid #ededed;}
#navigation .mobile-menu:hover{background: #ededed;}
#navigation .mobile-menu .mline{display: block; height: 5px; width: 32px; margin-bottom: 5px; background: #999;}
#navigation .mobile-menu .mline:last-child{margin-bottom: 0;}
#navigation ul{padding: 0; margin: 0; list-style: none;}
#navigation ul li.level_1{display: block; float: left;}
#navigation ul li.level_1 a{padding: 20px 15px; font: bold 16px/18px 'Roboto Condensed', sans-serif; color: #000; display: block; text-transform: uppercase;}
#navigation ul li.level_1:hover a{color:#FFF; background: #288d51; }
#navigation ul li.level_1:hover .subnav{display:block;}
#navigation ul li.level_1 .subnav{display:none; position: absolute; background: #FFF; color: #000; border: 1px solid #ededed;}
#navigation ul li.level_1 .subnav li a{display: block; background: #FFF; float: none; color: #333; font-size: 15px; line-height: 15px; padding: 10px 15px 9px; min-width: 180px;}
#navigation ul li.level_1 .subnav li a:hover{background: #eee;color:#288d51;}
#navigation ul li.level_1 .subnav li.level_3 a{font-size: 11px;}

.side-nav{background: #FFF; margin-bottom: 30px; padding: 10px;}
.side-nav ul{padding: 0; margin: 0; list-style: none; border-top: 1px solid #eee;}
.side-nav li{border-bottom: 1px solid #eee;}
.side-nav li a{display: block; padding: 10px 20px 8px 10px; font: bold 14px/1.2em 'Roboto Condensed', sans-serif; text-transform: uppercase; color: #212121; position: relative;}
.side-nav li a:hover{background: #eee; color: #288d51;}
.side-nav li a.selected{background: #eee;}
.side-nav li a .icon{font-size: 16px; position: absolute; right: 4px; top:50%; margin-top: -8px;}
.side-nav li a.show-sub{font: normal 12px/1.2em 'Roboto Condensed', sans-serif; padding: 5px 10px 4px 10px;}
.side-nav .top_level li{position: relative;}
.side-nav .top_level li:hover > .sub{display: block;}
.side-nav .top_level li .sub{position: absolute; top: -1px; left: 100%; width: 200px; background: #FFF; z-index: 999; display: none; box-shadow: 1px 1px 5px #888888;}
.side-nav .main-ctgs{background: #F5F5F5; margin-top: 30px;}
.side-nav .main-ctgs h2{color: #FFF; background: #195230;}

.distributor-slide{ padding: 10px; background: #fff; }
.distributor-slide .flexslider li{ text-align: center; }
.distributor-slide .flexslider .slides img{ display: inline-block; width: auto; }
.distributor-slide .side-crumbs { margin-bottom: 10px; }
.distributor-slide .side-crumbs h2{ padding-bottom: 0; }

.featured-blogs{padding-bottom: 30px;}
.featured-blogs .ftd-blog-hold {display: inline-block; vertical-align: top; padding: 5px; width: 25%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.featured-blogs .ftd-blog{padding: 10px; background: #f5f5f5; border: 1px solid #ddd;}
.featured-blogs .ftd-info{padding-top: 10px;}
.featured-blogs .ftd-info .ftd-title{min-height: 75px;}
.featured-blogs .ftd-info p{padding-bottom: 10px;}
.featured-blogs img{display: block; width: 100%;}

.iframe-blog{ padding: 10px 5px; background: #fff; }
.iframe-blog .flexslider li{ text-align: center; }
.iframe-blog .flexslider .slides img{ display: inline-block; width: auto; margin-bottom: 10px;}
.iframe-blog .flexslider .slides a{color: #444;}
.content-left .rel-blog{background: #FFF; padding: 10px; margin-bottom: 30px;}
.content-left .rel-blog iframe{width: 100%; height: 240px; background: #FFF; border: none;
    -webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 8px 5px rgba(0,0,0,0.2);}
.content-left .rel-blog h3{text-align: center; color: #35235e;}
.content-left .rel-blog .rel-logo{display: block; margin: 0 auto 20px; max-width: 120px}

.texture{background: #FFF url('../images/structure/circuit-bg.jpg') top center repeat-x;}
.texture .darken-bg{background: rgba(0,0,0,0.10);}

#marketing{ padding: 30px 0 20px; background: rgba(0,0,0,0.10);}
#marketing .flexslider{ height: auto; border: 1px solid #FFF;}
#marketing .marketing-hold .marketing-right{width: 66%; float: right;}
#marketing .marketing-hold .marketing-left{width: 32%; float: left;}
#marketing .marketing-hold .marketing-left .ml-welcome .home-short{border: 10px solid #FFF; margin-top:20px;}
#marketing .marketing-hold .marketing-left .ml-welcome .home-short h1{padding-bottom: 0;}
#marketing .marketing-hold .marketing-left .ml-welcome{padding: 0 80px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#marketing .marketing-hold .marketing-left .ml-welcome .logo-53{display: block; margin: 0 auto; }

#marketing .marketing-slider{padding: 9px; background: #FFF;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.marketing-hold{overflow: hidden;}

.slides .mcaption{position: absolute; left: 0; bottom: 0; width: 100%; padding: 8px 0; background: #000; background: rgba(0,0,0,0.75); font: bold 24px/1.5em 'Roboto Condensed', sans-serif; text-transform: uppercase; color:#FFF; text-align: center;}
.slides .mcaption p, .slides .mcaption h1, .slides .mcaption h1, .slides .mcaption h3{padding: 0; color: #FFF;}

.ml-search{border: 9px solid #FFF;}
.parts-search .ps-hold{border: 1px solid #FFF; background: #195230 url("../images/structure/blue-texture.jpg") 0 0 repeat; padding: 30px 25px; height: 170px;}
.parts-search .ps-hold h2{color: #FFF;}
.parts-search .ps-hold .btn{padding:16px 15px;}
.parts-search .ps-hold .search-field{border: none; padding: 0 40px 0 20px; height: 48px; line-height: 48px; font-size: 12px; border-radius: 5px;}
.parts-search .ps-hold .ps-input{position: relative;}
.parts-search .ps-hold .ps-input button{position: absolute; top: 6px; right: 2px; background: none; border: none; padding: 10px; font-size: 18px; cursor: pointer;}

.ctg-ps{padding: 0 9px;}
.ctg-ps .parts-search .ps-hold{border-top: none; border-bottom: none; padding: 10px 25px; height: auto;}
.ctg-ps .parts-search .ps-hold h2{text-align: right; margin-top: 5px; width: 180px; float:left;}
.ctg-ps .parts-search .ps-hold .ps-form{float: left; margin-left:15px; width: 442px;}
.ctg-ps.has-img{position: relative;}
.ctg-ps.has-img .parts-search .ps-hold{background: #195230 url(../images/structure/blue-texture.jpg) 0 0 repeat;}

#content{ padding: 30px 0;}
#content .content-hold{padding:0;}
#content .content-wide{width: 100%; background: #FFF; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#content .content-left{width: 18%; float: left;}
#content .content-right{width: 80%; float: right; background: #FFF;}
#content .content-padding{padding: 30px;}

#content .head-img{padding: 10px 10px 0; position: relative; min-height: 230px; overflow: hidden;}
#content .head-img .hi-hold{position: relative; min-height: 230px;}
/*#content .head-img .hi-hold:after{ background: rgba(21,51,36,.4); position: absolute; width: 100%; height: 100%; top: 0; left: 0; content:""; z-index: 2; } */
#content .head-img img{width: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 1;}
#content .head-img p{padding: 0;}
#content .head-img .hi-overlay{padding: 30px 0 30px 30px; color: #FFF; max-width: 60%; position: relative; z-index: 5;}
#content .head-img .hi-overlay h1{color: #FFF;}
#content .head-img.brand-head{min-height: 0;}
#content .head-img.brand-head .hi-hold{min-height: 0;}
#content .head-img.brand-head img{width: 100%; display: block; position: static; top: auto; left: auto; z-index: 1;}

#content .title-image{display: block; color: #000; font-size: 11px; font-weight: bold; text-transform: uppercase; font-style: italic; max-width: 280px; margin-bottom: 15px;}

.home-short{padding: 18px 40px; color: #FFF; text-align: center; font-size: 13px; line-height: 2.2em;}
.home-short h1{color: #FFF; font-size: 22px; padding-bottom: 25px; font-style: italic;}
.home-short a{font-weight: bold; color:#288d51;}
.home-short a:hover{color:#288d51;}

/* For home logos -- 
.ml-search h1{color: #FFF; font-size: 22px; padding-bottom: 25px; font-style: italic;}
.ml-search a:not(.btn){font-weight: bold; color:#288d51;}
.ml-search a:not(.btn):hover{color:#288d51;}
.home-short{padding: 25px 20px 30px; color: #FFF; text-align: center; font-size: 13px; line-height: 2.2em;}
.home-short h2{ padding-bottom: 15px; text-align: center; color:#fff; font-size: 20px; }
#marketing .home-short .flexslider{ margin-bottom: 5px; background: #fff; padding: 5px; }
#marketing .home-short .flexslider ul{ padding: 0; list-style: none; }
.home-short .flexslider ul{ padding: 0; }
*/

.latest-news{padding: 0 0 10px 0; font-size: 13px; margin-top: -46px;}
.latest-news .ln-date{color:#288d51; font-size: 15px; font-weight: bold;}
.latest-news .item{padding-bottom: 10px;}
.latest-news .item a{color: #000; font-style: italic;}
.latest-news .item a:hover{color: #288d51;}

/*-- Bricks --*/
.brick{border: 1px solid #eee; display: block; color: #000; margin-bottom: 20px; min-height: 280px; position: relative;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #EBEBEB));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #EBEBEB 100%);
}
.brick.no-min{min-height: 0;}
.brick:hover{border: 1px solid #ccc; color: #000;}
.brick img{width: 100%; display: block;}
.brick .brick-image{background: #288d51; min-height: 10px;}
.brick .brick-image img{background: #FFF;}
.brick .brick-title{padding: 15px 20px 13px; font: bold 18px/1.2em 'Roboto Condensed', sans-serif; text-transform: uppercase; color: #000; min-height: 40px;}
.brick .brick-title .icon{color:#288d51; font-weight: bold;}
.brick:hover .brick-title{color:#288d51;}
.brick.distributor .brick-title{cursor: pointer; min-height: 0;}
.brick.distributor .brick-info{display: none;}
.brick .brick-info{padding: 0 20px 15px;}
.brick .brick-info table{width: 100%;}
.brick .brick-info p{padding-bottom: 5px;}
.brick .brick-hover{display:none; height: 100%;    width: 100%;      position: absolute;    top: 0; background: url("../images/structure/transparent.png");}
.brick .brick-hover .btn{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-size: 18px; line-height: 20px; position: absolute;   top: 50%;    left: 50%; width: 180px; height: 46px; margin-top: -24px; margin-left: -90px; padding: 14px 20px 10px; text-transform: uppercase; vertical-align: middle;}
.brick .brick-hover .btn .icon{font-size: 18px; font-weight: bold;}

.ctg-pop{position: absolute; z-index: 999; width: 500px; bottom: 100%; left: 50%; margin-left: -250px; box-shadow: 1px 1px 5px #888888; background: #FFF;}
.ctg-img .ctg-pop{left: auto; right: 0; bottom: auto; top: 0; margin-left: 0;}

.brand-video .brick .brick-title{min-height: 0;}

.resource-list .res-item{background: #f5f5f5; display: block; padding: 10px; margin: 5px 0; position: relative; border: 1px solid #ddd; min-height: 50px;}
.resource-list .res-item:hover{background: #eee}
.resource-list .res-item .res-image{float:left; margin-right: 15px;}
.resource-list .res-item .res-info{margin: 0 70px 0 135px; color: #444; font-size: 12px; line-height: 1.5em;}
.resource-list .res-item .res-info b{font-size: 14px; line-height: 1.5em; padding-bottom: 5px;}
.resource-list .res-item .res-info p{padding-bottom: 8px;}
.resource-list .res-item .res-btn{position: absolute; right: 10px; top: 50%; margin-top: -25px;}

.blog-list .brick{width: 100%; padding: 0; text-align: left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.blog-list .brick .brick-hold{background: #f5f5f5; border: 1px solid #eee; position: relative;}
.blog-list .brick .brick-img{min-height: 56px;}
.blog-list .brick .brick-img img{width: 100%;}
.blog-list .brick .brick-info{padding: 10px 10px 15px; font-size: 14px; line-height: 1.6em; text-align: center;}
.blog-list .brick .date{ font-size: 12px; line-height: 1.4em; font-weight: 400; color: #999999;}
.blog-list .brick .date-box{display: block; position: absolute; top: 10px; left: 10px; width: 40px; padding: 8px 10px 10px; background: #195230; color: #FFF; text-align: center; text-transform: uppercase; z-index: 2;}
.blog-list .brick .date-box .month{font-size: 14px; line-height: 14px; font-weight: bold;}
.blog-list .brick .date-box .day{font-size: 26px; line-height: 32px; font-weight: 300;}

.results h3 .blue{color:#288d51 !important;}
.si-hold{padding: 5px; display: inline-block; vertical-align: top; width: 50%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.search-item{padding: 15px; border: 2px solid #195230; margin-bottom: 10px; position: relative; min-height: 120px;}
.search-item .si-image{width: 120px; position: absolute; top: 50%; left: 15px; z-index: 99; background: #FFF;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);}
.search-item .si-image .si-pop{display: none; position: absolute; left: 100%; top:0; background: #FFF; box-shadow: 1px 1px 5px #888888; width: 300px; z-index: 2;}
.search-item .si-image:hover .si-pop{display: block;}
.search-item .si-image .si-pop img{display: block;}
.search-item .si-info{font-size: 12px; line-height: 1.6em; padding-left: 130px;}
.search-item .si-info.no-img{padding-left: 0;}
.search-item .si-info h4{padding-bottom: 5px;}
.search-item .si-title{padding-bottom: 5px; font-size: 14px; line-height: 1.6em;}
.search-item .si-buttons{width: 230px; margin: 0 0 0 15px; float: right;}
.search-item .si-buttons .btn{margin: 5px 0;}
.search-item .si-doc{display: inline-block; padding: 10px 15px 0 0; font-size: 14px; line-height: 1em; color: #444;}
.search-item .si-doc .icon{color:#ee0606; font-size: 18px; line-height: 1em;}
.search-item .si-doc span{display: inline-block; vertical-align: middle;}
.page-results .search-item .si-info .btn{display: inline-block; margin-top: 15px;}

/*-- Detail Pages --*/
.series-slider{position: relative; padding-bottom: 30px;}
.series-slider .slides{margin: 0; padding: 0;}
.series-slider li{ list-style: none; margin-right:20px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.series-info .title-bar{background: #f7f7f7; margin-bottom: 10px;}
.series-info h1{background: #195230; color: #FFF; padding: 4px 15px 3px 15px; float: left;}
.series-info h1 .subtitle{float: right; padding-left: 20px;}
.series-info h3{padding-bottom: 5px;}
.series-info .sbrands{margin-bottom: 10px;}
.series-info .sbrands a{display: block; float: right; padding: 5px; }
.series-info .sbrands a img{display: block; height: 20px;}

.series-info .ctg-select{float: left; margin-left: 20px;}
.series-info .ctg-select label{ display: inline-block; font-weight: bold; margin: 15px 5px 0 0;}
.series-info .ctg-select .go_to_ctg{display: inline-block; width: auto; margin-top: 9px;}

.load-more{display: inline-block;}

.detail-images{position: relative; padding-right: 80px; min-height: 260px;}
.detail-images .easyzoom img{display: block; margin: 0 auto;}
.detail-images .ez-thumbnails{position: absolute; top:0; right:0; margin: 0;}
.detail-images .ez-thumbnails li{margin: 0 0 10px; display: block; float: none;}
.detail-images .ez-thumbnails img{width: 70px;}

.detail-video{ clear: both; position: relative;}
.detail-video .vid-hold{margin: 0 auto 10px; max-width: 320px;}
.detail-video .vid-title{font-size: 11px; line-height: 1.4em;}
.detail-video .vid-thumb{display:block; margin: 0 0 8px; max-width: 320px; boder:1px solid #ededed; cursor: pointer; position: relative;}
.detail-video .vid-thumb img{display: block;}
.detail-video .vid-icon{font-size: 42px; line-height: 1em; z-index: 1; color: #FFF; position: absolute; top: 50%; left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}


.detail-parts{padding: 30px 0;}
.detail-parts h2{padding: 6px 10px 5px; text-align: center; color: #FFF; background: #195230 url("../images/structure/blue-texture.jpg") 0 0 repeat; font-size: 18px; line-height: 1.2em;}
.detail-parts .dp-table-hold{border: 2px solid #195230; border-top: 0;}
.detail-parts .dp-table{width: 100%; font-size: 12px;}
.detail-parts .dp-table .desc{text-align: left; padding: 5px 10px;}
.detail-parts .dp-table th{padding: 5px; text-align: center; background: #e5e5e5;}
.detail-parts .dp-table th h3, .detail-parts .dp-table td h3{padding: 0; font-size: 12px; line-height: 1.2em;}
.detail-parts .dp-table td{padding: 5px; text-align: center; border-bottom: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5; vertical-align: middle; font-size: 11px; line-height: 1.4em;}
.detail-parts .dp-table td a{font-weight: bold;}
.detail-parts .dp-table td a .icon{font-size: 20px;}
.detail-parts .dp-table td a .icon.icon-picture{color: #195230;}
.detail-parts .dp-table td a .icon.icon-file-spreadsheet{color:#ee0606;}
.detail-parts .dp-table td img{margin: 0 auto;}
.detail-parts .dp-table td.part-num{position: relative;}
.detail-parts .dp-table td.part-num a.btn-pop{ cursor: pointer; display: block; white-space: nowrap;}
.detail-parts .dp-table td.part-num .bp-buttons{display: none; position: absolute; top:0; left: 100%; z-index: 10; background: #FFF; padding: 10px;  box-shadow: 1px 1px 5px #888888; white-space: nowrap;}
.detail-parts .dp-table td.part-num:hover .bp-buttons{display: block;}
.detail-parts .dp-table td.part-num .bp-buttons .btn{display: inline-block; color: #FFF; padding: 10px 12px; line-height: 1.4em; font-size: 12px;}
.detail-parts .dp-table td.part-num .bp-buttons .btn .icon{font-size: 16px;}
.detail-parts .dp-table tr td:first-child{border-left: none;}
.detail-parts .dp-table tr.even{background: #f7f7f7;}
.detail-parts .dp-table td.series-title{position: relative; width: 180px;}
.detail-parts .dp-table td.series-title a.img-pop{ cursor: pointer; display: block;}
.detail-parts .dp-table td.series-title .ip-image{display: none; position: absolute; top: 100%; left: 100%; background: #FFF; padding: 20px;  box-shadow: 1px 1px 5px #888888; white-space: nowrap; z-index: 25;}
.detail-parts .dp-table td.series-title .ip-image img{min-width: 305px;}
.detail-parts .dp-table td.series-title:hover .ip-image{display: block;}
.detail-parts .dp-table td .part-img{position: relative;}
.detail-parts .dp-table td .part-img .pi-pop{display: none; position: absolute; left: 100%; top:0; background: #FFF; box-shadow: 1px 1px 5px #888888; width: 300px; z-index: 2;}
.detail-parts .dp-table td .part-img:hover .pi-pop{display: block;}
.detail-parts .dp-table td .part-img .pi-pop img{display: block;}

.detail-parts .dp-filter-head{background: #e5e5e5; padding: 5px 10px; text-align: center;}
.detail-parts .dp-filter-head a{cursor: pointer; font-weight: bold; text-transform: uppercase; display: inline-block;}
.detail-parts .dp-filter{padding: 10px 10px 15px; display: block;}
.detail-parts .dp-filter .col{margin-bottom: 10px;}
.detail-parts .dp-filter .btn.filter-parts{padding: 9px 12px; margin: 5px; display: inline-block; vertical-align: bottom;}
.detail-parts .dp-filter .filter-field{display: inline-block; width: 20%; padding: 7px; vertical-align: bottom; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.detail-parts .dp-filter-features{background: #FFF; padding: 5px 10px; text-align: center; border-left: 2px solid #195230; border-right: 2px solid #195230;}
.detail-parts .dp-filter-features form{float: right;}
.detail-parts .dp-filter-features label{float: left; margin: 6px 10px 0 0; padding-bottom: 0; font-size: 14px; line-height: 1em; font-weight: normal;}
.detail-parts .dp-filter-features select{float: left; width: auto; height: 26px; min-width: 160px;}

.wysiwyg-table .wt-title{margin: 0;}
.wysiwyg-table .wt-title h2{padding: 6px 10px 5px; text-align: center; color: #FFF; background: #195230; font-size: 18px; line-height: 1.2em; margin-bottom: 0;}
.wysiwyg-table .wt-table{width: 100%; font-size: 12px; margin: 0; border: 2px solid #195230; border-top: 0;}
.wysiwyg-table .wt-table th{padding: 5px; background: #e5e5e5;}
.wysiwyg-table .wt-table th h3, .wysiwyg-table .wt-table td h3{padding: 0; font-size: 14px; line-height: 1.2em;}
.wysiwyg-table .wt-table td{padding: 5px; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5;}
.wysiwyg-table .wt-table .icon{font-size: 20px; font-weight: bold !important;}
.wysiwyg-table .wt-table tr td:first-child{border-left: none;}
.wysiwyg-table .wt-table tr.even{background: #f7f7f7;}

.part-box{margin-bottom: 20px; padding: 20px; border: 1px solid #CCC;}
.part-box td{width: 50%; padding: 10px 0;}
.part-box tr{border-bottom: 1px solid #CCC;}
.part-box tr:last-child{border-bottom: 0;}

.ctg-img{max-width: 300px; float: right; margin: 0 0 10px 20px; position: relative;}

.embed-left{float: left; width: 58%;}
.embed-right{float: right; width: 38%;}

/*-- CTAs--*/
#home-ctas{padding: 20px 10px 10px; background: #FFF; text-align: center;}
#home-ctas a{display: inline-block; margin: 0 3px; background: #000; padding: 10px 20px; border-radius: 5px;}
#home-ctas a .icon{font-size: 28px; color: #288d51; display: inline-block; line-height: 1em; vertical-align: middle;}
#home-ctas a .txt{ color: #FFF; font-weight: bold; font-size: 18px; display: inline-block;  vertical-align: middle; white-space: nowrap; line-height: 1em; margin: 2px 0 0 10px;}
#home-ctas a:hover{background: #288d51;}
#home-ctas a:hover .icon{color: #FFF;}

.ctas{ margin-bottom: 30px; }
.left-side-cta a{display: block; margin: 3px 0; background: #000; padding: 10px 15px; border-radius: 5px;}
.left-side-cta a .icon{font-size: 26px; color: #288d51; display: inline-block; line-height: 1em; vertical-align: middle;}
.left-side-cta a .txt{ color: #FFF; font-weight: bold; font-size: 16px; display: inline-block;  vertical-align: middle; white-space: nowrap; line-height: 1em; margin: 2px 0 0 10px;}
.left-side-cta a:hover{background: #288d51;}
.left-side-cta a:hover .icon{color: #FFF;}

.right-side-dl a{display: block; margin: 3px 0; background: #000; padding: 10px 15px; border-radius: 5px;}
.right-side-dl a .icon{font-size: 26px; color: #288d51; display: inline-block; line-height: 1em; vertical-align: middle;}
.right-side-dl a .txt{ color: #FFF; font-weight: bold; font-size: 16px; display: inline-block;  vertical-align: middle; white-space: nowrap; line-height: 1em; margin: 2px 0 0 10px;}
.right-side-dl a:hover{background: #288d51;}
.right-side-dl a:hover .icon{color: #FFF;}

.detail-ctas{text-align: center;}
.detail-ctas .left-side-cta{display: inline-block; margin: 0 5px; vertical-align: middle;}

#home-brands{background: #FFF; padding: 30px 10px 0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#home-brands .featured-slider{background: #eee;}
#home-brands .brand_logo{display: block; cursor: default; color: #000; padding: 5px 0; text-align: center; font-size: 10px; font-weight: bold; text-transform: uppercase; font-style: italic;}
#home-brands .brand_logo img{height: 40px; display: block; margin: 0 auto; -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: 0.25;
    transition:opacity 180ms linear;
    -webkit-transition:opacity 180ms linear;
    -moz-transition:opacity 180ms linear;}
#home-brands .brand_logo.active img{-webkit-filter: grayscale(0); filter: grayscale(0); opacity: 1;}
#home-brands .featured-item{margin: 0 10px; padding-top: 4px; }
#home-brands .featured-slider{position: relative;}
#home-brands .flex-viewport{z-index: 10;}
#home-brands .flex-direction-nav li{display: block;}
#home-brands .flex-direction-nav li a{height: 50px; padding: 0 3px;}
#home-brands .flex-direction-nav li a.flex-prev{top:0; margin-top: 0; left: -15px;}
#home-brands .flex-direction-nav li a.flex-next{top:0; margin-top: 0; right: -15px;}
#home-brands .flex-direction-nav li a.flex-disabled{display: none;}
#home-brands .brand_info{display: none; min-height: 250px;}
#home-brands .brand_info.active{display: block;}
#home-brands .brand_info .bi-image{width: 320px; float: left;}
#home-brands .brand_info .bi-text{padding-left: 340px;}
#home-brands .brand_info .summary{height: 134px; margin-bottom: 15px; overflow: hidden; font-size: 16px; line-height: 1.6em;}

.featured-pager{padding: 20px 0; text-align: center;}
.featured-pager .pgr{display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #DDD; margin: 0 3px; cursor: pointer;}
.featured-pager .pgr:hover{background: #999;}
.featured-pager .pgr.active{background: #195230; cursor: default;}

/*-- Page Tabs --*/
.page-tabs{margin: 20px 0;}
.page-tabs .tab-labels{border-bottom: 1px solid #ddd;}
.page-tabs .ptab{color: #424242; background:#ededed; font-weight: bold; margin-right: 2px; font-size: 14px; line-height: 1em; display: block; float: left; white-space: nowrap; padding: 15px 20px; cursor: pointer; text-transform: uppercase;}
.page-tabs .ptab.active{color:#FFF; background: #424242 !important;}
.page-tabs .ptab:hover{background: #ccc;}
.page-tabs .pdetail{padding: 20px 20px 10px; background: #FFF; border: 1px solid #ddd; border-top: none;}

/* ----Breadcrumbs Section ----*/
#breadcrumbs{font-size: 11px; color: #424242; padding: 12px 30px; background:#f5f5f5; background: rgba(255,255,255,0.7); }
#breadcrumbs a{color: #424242;}
#breadcrumbs a:hover{color: #288d51;}
#breadcrumbs .black{cursor: default; font-weight: bold;}

.side-crumbs{font-size: 10px; padding: 6px 10px; background: #f5f5f5; font-weight: bold; text-transform: uppercase;}
.side-crumbs a{color: #288d51; white-space: nowrap;}
.side-crumbs a:hover{color: #424242;}
.side-crumbs .black{cursor: default; white-space: nowrap;}
.side-crumbs h2{padding-bottom: 5px; font-size: 18px; line-height: 1.2em;}
.side-crumbs .sc-hold{display: none;}
.required {color:red;}

/*-- Social Icons --*/
.social{float: right;}
.social ul{margin: 0; padding: 0;}
.social li{list-style: none; display: block; margin: 0 5px; float: left;}
.social li a{width: 12px; height: 12px; display: block; padding: 3px; border-radius: 3px;}
.social li a img{width: 12px; display:block;}
.social li a.facebook{background: #FFF;}
.social li a.twitter{background: #FFF;}
.social li a.linkedin{background: #FFF;}
.social li a.youtube{background: #FFF;}
.social li a.google{background: #FFF;}
.social li a.instagram{background: #FFF;}
.social li a.pinterest{background: #FFF;}
.social li a.flickr{background: #FFF;}
.social li a.facebook:hover{background: #2A4784;}
.social li a.twitter:hover{background: #3993CA;}
.social li a.linkedin:hover{background: #1F5DA3;}
.social li a.youtube:hover{background: #cc160c;}
.social li a.google:hover{background: #c52a19;}
.social li a.instagram:hover{background: #88685a;}
.social li a.pinterest:hover{background: #b51205;}
.social li a.flickr:hover{background: #004faf;}

/* ----Footer Section ----*/
#footer{ background: #000; padding: 20px 0; font-size: 12px; color: #FFF;}
#footer .foot-logo{margin: 4px 15px 15px 0; max-width: 100px;}
#footer .foot-contact{float: left;}
#footer a{color:#288d51;}
#footer .flinks ul{float: left; padding: 0; margin: 0 0 20px 50px; list-style: none;}
#footer .flinks ul li a{color: #FFF; white-space: nowrap;}
#footer .flinks ul li a:hover{color: #288d51;}

#footer .nl-label{ text-align: right; padding-top: 8px;}
#footer .signup .email{border: none; padding: 0 40px 0 20px; font-size: 12px; border-radius: 5px; height: 48px;}
#footer .signup .field-hold{position: relative; margin-bottom: 10px;}
#footer .signup .field-hold button{position: absolute; top: 2px; right: 2px; background: none; border: none; padding: 10px; font-size: 18px; cursor: pointer;}
#footer .social{float: left;}
#footer .social ul{padding: 0;}
#footer .footer-badges{clear: both; padding-top: 15px;}

#sub-footer{color:#eee; font-size: 11px; padding: 15px 0; background: #232323;}
#sub-footer p{padding: 0 15px 0 0; float: left;}
#sub-footer a{color: #eee; padding: 0 5px;}
#sub-footer a:hover{color: #288d51;}

.chat-trigger{position: fixed; right:10px; bottom: 10px; z-index: 99;}
.chat-trigger.btn{color: #FFF !important; padding: 8px 15px;}
.chat-trigger .icon{font-weight: bold;}
/* a#phplive_btn_1357229423 img { display: none;} /*This is for the chat button, Which I just disabled to add Zopim */

/*--- Search Result Page ----*/
.results h3{text-transform: none;}

/*-- Pagination --*/
.pagination{ list-style: none; padding: 0; display: inline; margin: 0; }
.pagination li{display: inline-block; }
.pagination li a, .pagination li span{padding: 4px 6px;}
.pagination li a:hover{background: #efefef;}
.pagination li:first-child a{border-left:none;}
.pagination li.disabled{display: none;}
.pagination li.active{font-weight: bold; color: #FFF; background: #288d51;}

/*-- Comments --*/
.comment{padding: 15px; background: #f4f4f4; margin-bottom: 20px;}
.comment h4{font-weight: bold; text-transform: none; padding-bottom: 8px;}
.comment .txt{margin-bottom: 8px; font-size: 14px; line-height: 1.4em;}


/* ----Form Inputs ----*/
.page-form .row{margin-bottom:20px;}
fieldset{padding: 10px;}
input[type=text], input[type=email], input[type=password], select{width:100%; height:34px; padding:0 5px; color:#666; font-size:14px; border:1px solid #aaa; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
input[type=file]{padding:6px; border: 1px solid #aaa; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
select{padding-right:0;}
textarea{width:100%; height:80px; padding:8px 5px; color:#666; font-size:14px; border:1px solid #aaa; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
label{padding-bottom:5px; font-size:15px; line-height: 24px;}
.helper{padding:5px 0 0 5px; font-size:11px; color:#999;}
#International {display:none;}

/*--- New Template Additions ---*/

/*--- News List Section ---*/
.news-list{}
.news-list .news-item{border-bottom: dashed 1px #e5e5e5; padding: 10px 0;}
.news-list .news-item .more{float: right; background: #75B554; min-width: 120px; text-align: center;   padding: 6px 12px 7px;    cursor: pointer;    border: none;    border-radius: 3px;    color: #fff;    font-family: "Roboto", sans-serif;    font-weight: 600;    font-size: 16px;  text-transform: uppercase; width: auto;}
.news-list .news-item .more:hover{background: #2ca02c;}
.news-list .news-item .date{color:#75B554; margin-bottom: 5px; display: block;}
.news-detail{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ccc;}

/* -- Distributors -- */
.location-search .ls-hold{background: #195230 url("../images/structure/blue-texture.jpg") 0 0 repeat; padding: 12px 10px;}
.location-search h2{color: #FFF; text-align: right; padding: 6px 0 0;}
.location-search .zip{border: none; padding: 24px 20px; font-size: 12px; border-radius: 5px;}
.location-search .dist{border: none; font-size: 12px; border-radius: 5px; height: 48px;}

.dist-info table{width: 100%;}
.dist-info table tr{border-bottom: 1px solid #dfdfdf;}
.dist-info table tr:last-child{border-bottom: 0;}

.dist-block{display: inline-block; padding: 0 10px 10px 0; width: 330px; vertical-align: top;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.dist-block .db-hold{padding: 15px 15px 0; background: #FFF; border: 1px solid #195230; min-height: 280px;}

/* -- Responsive YouTube Embed -- */
.video-container {position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 20px;}
.video-container iframe, .video-container object, .video-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*--- Brand Tabs Section ---*/
.brand-tabs {  border-bottom: 1px solid #eee;  padding: 12px 0 0; margin-bottom: 7px;}
.brand-tabs a { display:block; padding: 15px; float: left; color: #000;  text-transform: uppercase;  font: bold 14px/1.2em 'Roboto Condensed', sans-serif; cursor: pointer;}
.brand-tabs a:hover {  color: #288d51;  background: #eee;}
.brand-tab.active {  background-color: #eee;}
.brand-info{padding: 10px 15px;}
.brand-info.hide { display: none;}

.quick-contact{padding: 15px 20px; background: #195230 url("../images/structure/blue-texture.jpg") 0 0 repeat; color: #FFF; border-radius: 5px;}
.quick-contact h3{text-align: center;}
.quick-contact .btn{margin-top: 10px;}
.quick-contact .page-form .row{margin-bottom: 5px;}
.captcha-hold{overflow: hidden; padding-bottom: 5px; border-radius: 3px; display: none;}

.cert-listing .certificate{padding: 6px; border:1px solid #e5e5e5; margin-bottom: 10px; position: relative;}
.cert-listing .certificate .cert-title{font-size: 16px; line-height: 1.6em; font-weight: bold; color: #444; display: inline-block; vertical-align: middle;}
.cert-listing .certificate .cert-title:hover{color:#195230;}
.cert-listing .certificate .cert-icon{width: 24px; height: 24px; text-align: center; font-size: 24px; line-height: 24px; font-weight: bold !important; color:#195230; padding: 5px 3px; margin-right: 5px; display: inline-block; vertical-align: middle;
    transition:background 180ms linear, color 180ms linear;
    -webkit-transition:background 180ms linear, color 180ms linear;
    -moz-transition:background 180ms linear, color 180ms linear;}
.cert-listing .certificate .cert-icon:hover{color: #FFF; background: #288d51;}

.select-doc{max-width: 500px;}

.parts-include-hold{min-height: 400px;}
.parts-include .search-field{padding: 0 15px; height: 48px; line-height: 48px; font-size: 14px; }
.parts-include{position: relative; max-width: 500px;}
.parts-include button{position: absolute; top: 6px; right: 2px; background: none; border: none; padding: 10px; font-size: 18px; cursor: pointer;}

.results-hold{position: relative; max-width: 500px;}
#autoResults{padding:0; display: none; position: absolute; top:0; left: 0; z-index: 80; width: 100%; background: #FFF; border:1px solid #ddd; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#autoResults.active{display: block;}
#autoResults .as-result{padding: 5px; display: block;}
#autoResults .as-result .add-part{display: inline-block; padding: 6px 8px; margin-right: 10px; vertical-align: middle; font-weight: bold !important; cursor: pointer;}
#autoResults .as-result .as-title{display: inline-block; vertical-align: middle; font-size: 18px; line-height: 1em; font-weight: bold;}

#includedParts{margin: 0; padding: 0 0 10px;}
#includedParts ul{display: inline-block; vertical-align: text-top; margin:0; padding: 0 20px 20px 0;}
#includedParts li{list-style: none;}
#includedParts .remove-part{display: inline-block; vertical-align: middle; margin-right: 10px; color:#b51205; cursor: pointer;}
#includedParts .part-num{font-weight: bold; vertical-align: middle; display: inline-block;}
.parts-include-hold .clear-all{color:#b51205;}

/*-- Responsiveness Media Queries -- */
@media (max-width: 1420px) {
    .ctg-pop{display: none !important;}
}

@media (max-width: 1370px) {
    .container{width: 96%;}
    .flexslider .slides .panel-image{overflow: hidden;}
    #home-ctas a{margin: 0 15px;}
    .ctg-ps .parts-search .ps-hold .ps-form{width: 320px;}
    #marketing .marketing-hold .marketing-left .ml-welcome .home-short{min-height: 0; padding: 20px;}
    #marketing .marketing-hold .marketing-left .ml-welcome .home-short p{padding-bottom: 0;}
    #marketing .marketing-hold .marketing-left .ml-welcome .home-short h1{padding-bottom: 10px;}
    #header #logo{float: left; padding: 26px 10px 26px 0; border-right: 1px solid #eee;}
    #header #logo a{display: block;}
    #header #logo img{height: 60px; display: inline-block; vertical-align: middle;}
}

@media (max-width: 1290px) {
    #home-ctas a{margin: 10px 15px;}
    #navigation ul li.level_1 a{padding: 20px 8px;}
    .hi-overlay h1 {font-size:140%;}
    #content .content-left{width: 22%; float: left;}
    #content .content-right{width: 76%; float: right;}
    .ctg-ps .parts-search .ps-hold .ps-form{width: 280px;}
    .ctg-ps .parts-search .ps-hold .split .icon{display: none;}
    .ctg-ps .parts-search .ps-hold .split .btn{padding-right: 0;}
    #marketing .marketing-hold .marketing-left .ml-welcome .home-short p{line-height: 1.5em;}
    .detail-parts .dp-filter .filter-field{width: 25%;}
}

@media (max-width: 1200px) {
    #header #tagline{position: absolute; left: 0; bottom: -5px;}
    #header #logo{padding-top: 10px; padding-bottom: 40px}
    #navigation ul li.level_1 a{padding: 20px 8px; font: bold 16px/16px 'Roboto Condensed', sans-serif;}
    .page-tabs .ptab{padding: 15px 15px;}
    .page-tabs .pdetail{padding: 20px 15px 10px;}
}

@media (max-width: 1130px) {
    #header #head-tools{margin: 22px 80px 0 0; border-top: 1px solid #ededed;}
    #navigation{position: absolute; top: 22px; right: 0;}
    #navigation .mobile-menu{display: block;}
    #navigation #nav-menu{display: none; position: absolute; max-width: 320px; background: #FFF;  border: 1px solid #ededed; right: 0%;}
    #navigation ul li.level_1{float: none;}
    #navigation ul li.level_1 a{padding: 15px; min-width: 220px;}
    #navigation ul li.level_1 .subnav{display: none !important; position: relative; border: none;}
    .ctg-ps .parts-search .ps-hold h2, .ctg-ps .parts-search .ps-hold .split{display: none;}
    .ctg-ps .parts-search .ps-hold .third_2{width: 100%;}
    .ctg-ps .parts-search .ps-hold .ps-form{margin-left: 0; width: 100%; padding: 10px 0;}
    .ctg-ps.has-img{margin-top: 0;}
    .page-tabs .ptab{padding: 10px 12px;}
    .page-tabs .pdetail{padding: 15px 12px 5px;}
    .embed-left{float: none; width: 100%; padding-bottom: 20px;}
    .embed-right{float: none; width: 100%;}
    #content .head-img .hi-overlay{padding-bottom: 30px;}
    .featured-blogs .ftd-blog-hold{width: 50%;}
}

@media (max-width: 1030px) {
    .dist-block .db-hold{min-height: 0;}
    #footer .cms-block{clear: both;}
    #footer .foot-logo{margin: 0 auto 15px; max-width: 120px;}
    #footer .foot-contact{float: none; text-align: center}
    #footer .flinks ul{float: none; padding: 10px; margin: 0; width: 100% !important; text-align: center; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
}

@media (max-width: 980px) {
    #header #logo{ padding: 20px 10px 20px 0;}
    #header #head-tools{margin: 0; padding-left: 194px; float: none; clear: both; width: 100%; border-top: 1px solid #ededed; position: relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
    #header #head-tools #google_translate_element{float: none; position: absolute; top:0; left: 0;}
    #header #head-tools .search{height: 51px; width: 100%;}
    #header #tagline{position: absolute; left: auto; bottom: auto; top: 24px; right: 70px;}
    #content .content-left{width: 27%; float: left;}
    #content .content-right{width: 72%; float: right;}
    .row{margin-bottom: 0 !important;}
    .row .col{margin-bottom: 10px;}
    .row .col.split {margin-left:0; clear:both !important;}
    .row .col.split_int{margin-left: 2%;  clear: none;}
    .row .half,  .row .third_2, .row .fourth_2, .row .fourth_3, .row .fifth_3, .row .fifth_4{width:100%; margin: 10px 0;}
    .row .fourth, .row .third, .row .third{width:49%;}
    .row .fifth{width:32%;}
    .row .fifth_2{width:100%; margin: 10px 0;}
    .d-sub{width:60%; position:relative; left:130%;}
    .series-info .row .fifth_2{width: 100%;}
    #marketing .marketing-hold .marketing-left{width: 100%; float: none;}
    #marketing .marketing-hold .marketing-right{width: 100%; padding-bottom: 20px; float: none;}
    #marketing .marketing-hold .marketing-left .ml-search{width: 49%; float: left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
    #marketing .marketing-hold .marketing-left .ml-welcome{width: 49%; float: right; padding: 0 60px;}
    #marketing .marketing-hold .marketing-left .ml-welcome .home-short{margin-top: 0; min-height: 230px; padding: 30px 20px;}
    #marketing .marketing-hold .marketing-left .ml-welcome .home-short p{line-height: 2.2em;}
    #breadcrumbs{display: none;}
    .side-crumbs .sc-hold{display: block;}
    #content .head-img .hi-hold{overflow: hidden; width: 100%;}
    #content .head-img img{min-height: 190px; width: auto !important; min-width: 100%; max-width:none;}
    #content .head-img.brand-head img{min-height: 0; width: 100% !important;}
    #content .head-img .hi-overlay{max-width: none; padding-right: 30px;}
    #content .content-padding{padding: 20px 10px;}
    .detail-parts .dp-table td.part-num .bp-buttons .btn{display:block; width: 160px; margin: 10px 0 !important;}
    .latest-news{padding: 20px 20px 10px 0; margin-top: 0;}
    .page-tabs .ptab{padding: 10px 10px; font-size: 11px; line-height: 1em;}
    .page-tabs .pdetail{padding: 15px 10px 5px;}
    .detail-parts .dp-filter .filter-field{width: 33.33%;}
}

@media (max-width: 890px) {
    .si-hold{width: 100%;}
}

@media (max-width: 780px) {
    #home-ctas a{display: block; text-align: left; border-bottom: 1px solid #555; padding: 15px 20px; margin: 0 0 5px;}
    #home-ctas a:last-child{border-bottom: 0;}
    #content .content-left{width: 100%; float: none;}
    #content .content-right{width: 100%; float: none;}
    .side-nav .main-ctgs, .side-nav .top_level li .sub{display: none !important;}
    .left-side-cta{display: none;}
    .search-item .si-image{width: 120px; position: static; margin: 0 auto 10px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);}
    .search-item .si-image .si-pop{display: none !important;}
    .search-item .si-info{font-size: 12px; line-height: 1.6em; padding-left:0; text-align: center;}
    .search-item .si-buttons{display: block; float: none; margin: 0 0 5px; width: 100%; text-align: center;}
    .search-item .si-buttons .btn{margin: 5px 2px; padding: 5px 7px; font-size: 11px; line-height: 1em; width: auto; display: inline-block; border-radius: 3px;}
    .content-left .rel-blog iframe{height: 260px;}
}

@media (max-width: 700px) {
    #header #tagline{display: none;}
    #home-brands .brand_info .bi-image{float: none; width: 100%; margin-bottom: 20px;}
    #home-brands .brand_info .bi-text{padding-left: 0;}
    .dp-table th{display: none;}
    .dp-table tr{border-top: 2px solid #195230;}
    .dp-table td{display: block;}
    .dp-table td:before{content: attr(data-title)": "; font-weight: bold; text-transform: uppercase;}
    .dp-table td img.checkmark{display: inline-block; width: 16px; vertical-align: baseline; padding-left: 10px;}
    .detail-parts .dp-table td.desc{text-align: center;}
    .ctg-img{max-width: 50%;}
    .detail-parts .dp-filter .filter-field{width: 50%;}
}

@media (max-width: 610px) {
    .row .col{margin-left:0 !important; clear:both !important; width: 100% !important;}
    .search{width:50%;}
    .nl-label{text-align: center !important;}
    .ps-input{width:100%;}
    .d-sub{width:65%; position:relative; left:4%;}
    .side-nav li a {font-size:16px !important;}
    #side-crumbs h2{font-size:20px !important;}
    .home-short{padding: 20px 15px;}
    .detail-parts .dp-table td.part-num .bp-buttons .btn{display: block;}
    .chat-trigger{display: none;}
    #marketing .marketing-hold .marketing-left .ml-search{width: 100%; float: none;}
    #marketing .marketing-hold .marketing-left .ml-welcome{width: 100%; float: none; margin-top: 20px;}
    #marketing .marketing-hold .marketing-left .ml-welcome .home-short{min-height: 0;}
    .page-tabs .ptab{display: block; float: none; width: 100%; margin-right: 0;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-size: 14px;}
    .detail-parts .dp-table td.series-title{width: auto;}
    .texture{background: #CECECE;}
    .featured-blogs .ftd-blog-hold{width: 100%; padding: 5px 0;}
    #footer .ecia{display: block; margin: 0 auto;}
}

@media (max-width: 500px) {
    #header #logo{float: none; margin: 0 auto; border-right: 0; padding-right: 5px; padding-left: 5px;}
    #navigation{top: 98px;}
    #navigation .mobile-menu{padding: 13px;}
    #header #head-tools{padding: 0 60px 0 0;}
    #header #head-tools #google_translate_element{display: none;}
    #header #head-top .top-links a{font-size: 10px;}
    #header #head-top .top-phone{font-size: 10px; float: none; text-align: center; margin-bottom: 10px;}
    .ctg-img{max-width: none; width: 100%; float: none; margin:  0 0 20px;}
    .detail-parts .dp-filter .filter-field{width: 100%;}
}
@media (max-width: 380px) {
    .brand-tabs a{float: none; padding: 10px 15px;}
    .brand-info{padding: 10px 0;}
}
@media (max-width: 320px) {
    .social{margin: 8px auto 0;}
    .slide-nav li a {font-size:14em;}
    #google_translate_element{width:10%; position:relative; right:35%;}
    .ps-hold {width:68.7%;}
    .ps-input{width:35%; position:relative; right:3%;}
    .col.third_2 h2 {position:relative; right:15%;}
    .parts-search{width:98%;}
    .side-nav li a {font-size:7.5px !important;}
    #side-crumbs h2 {font-size:10px !important;}
    #side-crumbs .black {font-size:6px !important;}
    .content-padding h1 {font-size:27px;}
}
