/*
  Theme Name: Banner Industries
  Description: Banner Industries WordPress Theme
  Version: 1.2015
  Author: Impress Labs
  Tags: Blank, HTML5, CSS3, and a lot funny artifacts
*/
@charset "utf-8";
/* fixes */
*{margin:0;padding:0;}
img {border:none; vertical-align: middle;}
article, aside, figure, footer, header, hgroup, nav, section {display:block;}
textarea{resize:none;}
/* LAYOUT */
.box20{
  float: left;
  width: 18%;
  margin: 0 0 0 2%;
}
.box25{
  float: left;
  width: 23%;
  margin: 0 2% 0 0;
}
.box30{
  width: 28%;
  float: left;
  margin: 0 0 0 2%;
}
.box33{
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
}
.box33:nth-child(3n){
  margin-right: 0;
}
.box40{
  width: 38%;
  float: left;
  margin: 0 0 0 2%;
}
.box50{
  width: 48%;
  margin: 0 2% 0 0;
  float: left;
}
.box50:nth-child(2n){
  margin-right: 0;
  margin-left: 2%;
}
.box60{
  width: 58%;
  margin: 0 2% 0 0;
  float: left;
}
.box70{
  width: 68%;
  margin: 0 2% 0 0;
  float: left; 
}
.box75{
  width: 73%;
  margin: 0 2% 0 0;
  float: left; 
}
.box80{
  width: 78%;
  margin: 0 0 0 2%;
  float: left;
}
.box100{
  width: 100%;
  clear: both;
}
/* classes comunes */
ul, ol{margin: 10px 0 10px 30px;}
ul li, ol li{margin: 5px 0;}
a{color: #B12125; text-decoration: none; transition: 0.5s;   outline: none;}
a:hover{color: #000;   outline: none;}
.wpcf7-form-control-wrap.formtype{display:none;}/*contact form 7 hidden field container*/
.cf7-hidden{display:none;}/*contact form 7 hidden field*/
.yesMobile{display: none;}
.clear{width:100%;clear:both;}
.floatLeft{float:left;}
.floatRight{float:right;}
.none{display:none;}
.noPadding{padding: 0}
.noMargin{margin:0;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}
.smallText{font-size: 12px; opacity: 0.5;}
img.alignright {margin: 0 0 15px 15px;}
img.alignleft{ float: left;  margin: 0 15px 15px 0;}
.wp-caption{
position:relative;
padding:0px;
display:inline;
}
p.wp-caption-text {
position:absolute;
top:35px;
left:0%;
right:0%;
padding:10px 10px 10px 10px;
background:#000000;
font-style: normal;
color:white;
text-align:center;
opacity:0.7 !important;
}
p{margin: 10px 0; line-height: 22px;}
h1, h2, h3, h4, h4{  
  font-weight: 300;
  color: #B12125;
  margin: 0 0 20px 0;
}
h1{
  font-size: 35px;
}
h2{
  font-size: 28px;
}
h3{
  font-size: 21px;
  color: #0077a6;
  margin: 20px 0;
}
h4{
  font-size: 18px;
  margin: 20px 0;	
}
sup{
  font-size: 7px;
}
hr{
  border: none;  
  border-bottom: 1px solid #b7bcbc;
  margin: 5px 0;
  width: 100%;
  clear: both;
}
button, input, select, textarea {
    outline: none;
}
.blue{
  color: #0077a6;
}
::-webkit-input-placeholder {
  color: #222;
  font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
  color: #222;  
  font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #222;  
  font-style: italic;
}

:-ms-input-placeholder {  
  color: #222;  
  font-style: italic;
}
::-moz-selection { /* Code for Firefox */
  color: #FFF;
  background: #B12125;
}
::selection {
  color: #FFF;
  background: #B12125;
}
.bannerGrey{color: #434343;}
/*---------- THEME STYLE ----------------*/
body{
  font-size: 13px;
  color: #424242;
  font-family: 'Lato', sans-serif;	
  position: relative;
  transition: 0.5s;
  margin-top: 190px;
}
.topLeftDeco{
  background: url(img/topLeftDeco.png) right top no-repeat;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -8;
  width: 170px;
  height: 465px;
  transition: .5s;
}
.topLeftDeco.fixed{
  left:-70px;
  top:30px;
  width: 150px;
}
.wrapper{
  width: 90%;
  margin: 0 auto;
  padding: 0 5%;
  max-width: 1200px;
}
/*----> HEADER <-------*/
header{	
  width: 100%;
  z-index: 8000;
  height: auto;
  transition: 0.9s;
}
header.masterHead{
  position: fixed;
  top: 0;
  background: #ffffff;
}

header.masterHead.fixed{
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.1);
}

header .wrapper{	
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
header.fixed .wrapper{
  margin-bottom: 0;
  margin-top: 5px;
}
.logo{
  width: auto;
  margin: 0 auto;
  text-align: center;
  max-width: 425px;
  transition: 0.5s;
}
.logo a{
  display: block;
  width: auto;
}
.logo a img{
  width: 100%;
}
.searchBox{
    position: absolute; 
    right: 0;
    top: -8px;
}
.searchBox input{
    background-color: #f0f0f0;
    border: medium none;
    color: #888;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    height: 30px;
    left: 40px;
    line-height: 30px;
    margin: 20px 5% 0 0;
    padding: 5px;
    position: relative;
    text-align: left;
    top: 3px;
    width: 70%;
}
.search-submit{
  display: none;
}
.fixed .logo{
  max-width: 300px;
}
/*------- MAIN NAV ------------*/
nav{	
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
}
nav ul{
  height: 40px;
  margin: -2px auto;
  list-style: none;
  width: auto;
  text-align: center;  
}
nav ul li{
  display: inline-block;
  height: 40px;
  text-align: center;
  width: auto;
  padding: 0 10px;
  position: relative;
}
nav ul li a{
  font-size: 15px;
  display: block;
  width: auto;
  height: 40px;
  color: #424242;
  line-height: 40px;
  transition: 0.5s;
}
nav ul li a:hover{
  color: #B12125;
  text-decoration: none;
}
nav ul li.current-menu-item a,
li.current-menu-parent a{
  color: #B12125;
}

nav ul li.menu-item-has-children:hover{
  background: #F0F0F0;
}  
nav ul li.menu-item-has-children ul{
  position: absolute;
  top: 30px;
  left: 0;
  background: #F0F0F0;
  width: 100%;
  min-width: 150px;
  display: none;
  transition: 0.5s;
}
nav ul li.menu-item-has-children:hover ul{
  display: block;
}
nav ul li.menu-item-has-children ul li{
  width: 90%;
  padding: 0 5%;
}
li.menu-item-has-children ul li a{
  color: #424242;
  text-transform: none;
  font-size: 13px;
  text-align: left;
}
li.menu-item-has-children ul li:hover a{
  color: #B12125
}
.fixed nav ul li.menu-item-has-children ul{
  top: 40px;
}
.fixed nav ul{
  margin: 0 auto 5px;
}			
/*------- HOME PRODUCT SLIDE ---------*/
#homePageSlider{
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.productSlideSection{
  position: relative;
  min-height: 700px;
}

.slideItem{
  position: relative;
  width: 100%;
  /*min-height: 700px;*/
  height: auto;
  background-color: #FFF;
}

  /*cambiado ale 2015-04-23*/
  .slideImage{
    position:relative;
    top: 0;
    height: auto;
    width: 50%;
    float:left;
  }
    .slideImage img{
      width: 100%;
      max-width: 930px;
    }
  .slideTextBox{
    text-align: left;
    margin: 80px 0 0;
    width: 40%;
    margin-right: 10%;
    float:left;
    
  }
  /*fin cambiado ale 2015-04-23*/
  
    .slideTextBox h3{
      color: #424242;
      font-size: 56px;
      text-transform: uppercase;
    }
      .slideTextBox h3 span{
        font-size: 20px;
        clear: both;
        display: block;
      }	
  .slides{
    opacity: 0;
  } 
  .slides.slick-initialized{
    opacity: 1;
  }
.slick-disabled{
  opacity: .2;
}
.slick-dots{
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
  .slick-dots li{
    display: inline-block;
    text-align: center;
  }
    .slick-dots li button{
      width: 14px;
      height: 14px;
      margin: 1px 14px;
      overflow: hidden;
      background: #F0F0F0;
      display: inline-block;
      border-radius: 7px;
      text-indent: -9999px;
      cursor: pointer;
      border: none;
    }
  .slick-dots li.slick-active button,
  .slick-dots li button:hover{
    background: #B6192E;
    color: #B6192E;
    outline: none;
  }

.homePageArrowBox{
  width: 100%;
  position: absolute;
  top: 30%;
}
.homePageArrowBox a{
  width: 60px;
  height: 100px;
  position: absolute;
  display: block;
  z-index: 10;
  top: 0;
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -9999px;
  opacity: 0.5;
}

.homePageArrowBox a:hover{
  opacity: 1;
}
.homePageArrowBox a.toLeft{
  left: 2%;
  background-image: url(img/leftSlideArrow.png);
}
.homePageArrowBox a.toRight{
  right: 2%;
  background-image: url(img/rightSlideArrow.png);
}


.categoryIconsBox{
  text-align: center;
  width: 100%;
  margin: 5% auto;
  clear: both;
}	
.categoryIcon{
  display: inline-block;
  padding: 0;
  float: none;
  margin: 10px 2% 0 0;
  width: 12%;

}
.categoryIcon img{  
  max-width: 60px;
  top: 10px;
  margin-bottom: 30px;
  transition: 0.5s;
  position: relative;
}
.categoryIcon h4{
  font-size: 16px;
  color: #B12125;
  text-transform: uppercase;
}
.categoryIcon a:hover{
  color: #424242;
}
.categoryIcon a:hover img{
  top: 0;
}
.someBrandsBox{
  margin: 30px 0;
}
.brandsLogoList{
  text-align: center;
  height: 150px;
  width: 100%;
  padding: 10px 0;		
  position: relative;
  overflow: hidden;
}	
  .brandsLogoList a{
    width: 192px;
    float: left;
    text-align: center;
  }
.logoStrip{
  position: absolute;
  top: 10px;
  left: 25px;
}
.logoStrip img{
  opacity: 0.5;
  display: inline-block;				
  transition: 0.5s;
  max-width: 150px;
}
.logoStrip img:hover{
  opacity: 1;
}
.brandsLogoList a.brandsNavButton{
  position: absolute;
  top: 5px;
  display: block;
  z-index: 8000;
  height: 170px;
  background-color: #FFF;
  line-height: 170px;
  z-index: 7777;
  width: 24px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.brandsLess{
  background-image: url(img/btnLessBrands.png);
  background-position: right center;
  right: 0;
}
.brandsMore{
  background-image: url(img/btnMoreBrands.png);
  background-position: left center;
  left: 0;
}
/*-------HOME PAGE ----------*/
.aboutUsSection{
  background: url(img/aboutUsHomeSectionBackground.png) center center no-repeat;
  min-height: 500px;
  padding: 250px 0 0;
}
.aboutUsContent{
  min-height: 350px;
}

.productCategorySection{
  min-height: 500px;
  position: relative;
}
.sliderImage{
  position: absolute;
  width: 50%;
  max-width: 950px;
  left: 0;
  top: 0;
  z-index: -1;
}
.sliderImage img{
  width: 100%;
}
.productCategorySection .sliderImage{
  top: -100px;
  display: none;
}

.productCategorySection .slideTextBox{
  float: none;
  margin: 200px auto 0;
  text-align: center;
  position: inherit;
  left: 0;
}
.productCategorySection .slideTextBox .redButton{
  float: none;
}
.productCategoriesBox{
  text-align: center;
  padding-top: 50px;
  width: 80%;
  margin: 0 auto;
}

.productCategoryLink{
  background: url(img/productCategoryLinkBackground.png) top center no-repeat;
  position: relative;
  width: 91px;
  margin: 0 20px 30px 20px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  height: auto;
  min-height: 130px;
}
.productCategoryLink img{
  margin: 0 0 0 -37px;
  position: absolute;
  left: 50%;
  top: 13px;	
}
.productCategoryLink p{
  position: absolute;
  top: 103px;
  left: 0;
  width: 100%;
}
.homeContactSection{
  background: #e0f5f8;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-top: 100px;
}
.officeHomeListBox{
  position: relative;
  margin-top: 20px;
}
.officeHomeList{
  list-style: none;
  width: 70%;
  margin-left: 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 5555;
}
.officeHomeList li{
  padding: 0 0 0 16px;
  background: url(img/locationListIcon.png) center left no-repeat;
  display: block;
  width: 40%;
  float: left;
}
.officesMap{
  position: absolute;
  left: -580px;
  width: 974px;
  height: 441px;
  top: 10px;
  background: url(img/homeContactMap.png) right center no-repeat;
  opacity: 0.3;
}
.contactForm.box70{
  margin: 0 auto;
  float: none;
}
#UOM
{
	 margin-left: 5px;
    margin-right: 5px;
}
.ContentItemSearchResultsFeatureCell #UOM select {
    background-color: #f0f0f0 ;
    border: medium none;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 0 6%;
    width: 90px;

}

.search input,
textarea,
select{
  font-family: 'Lato', sans-serif;	
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 2%;
  margin-bottom: 20px;
  width: 96%;
  border: none;
  background-color: #F0F0F0;
}
select[multiple="multiple"]{
  height: 120px;
}
textarea{
  height: 120px;
  line-height: 20px;
  padding: 10px 2%;
  resize: vertical;
}
div.wpcf7-mail-sent-ok {
  border: 0px solid #ffffff;
}
select{
  width: 100%;
}
.contactForm input,
.contactForm textarea,
.contactForm select{		
  width: 80%;
  margin: 0 0 20px;
  background-color: #FFF;
}
.contactForm select{
  width: 85%;
}
.redButton,
input.redButton{
  float: right;
  display: inline-block;
  width: auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  background-color: #B12125;
  border: 1px solid #B12125;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 0.5s;
}
.redButton:hover,
input.redButton:hover{
  background-color: #FFF;
  color: #B12125;
}
.contactForm input.redButton{
  margin: 0 15% 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.redButton.redButton-small{
  padding: 2px 8px;
  height: 24px;
  line-height: 16px;
  margin-right: 5px;
}
input#qty{
  width: 42%;
}

.latestNewsSection{
  min-height: 500px;
  padding: 100px 0;
  margin-bottom: 150px;
  background: #f6f6f6;
  position: relative;
  height: auto;
  overflow: auto;
}	
.latestNewsSection .right-decoration{
  position: absolute;
  bottom: 0;
  height: auto;
  max-width: 768px;
  width: 50%;
  right: 0;
}
.latestNewsSection .right-decoration img{
  width: 100%;
}
.latestNewsSection .left-decoration{
  position: absolute;
  bottom: 0;
  height: auto;
  max-width: 220px;
  left: 0;
  width: 10%;
}
.latestNewsSection .left-decoration img{
  width: 100%;
}
.latestNewsSectionBox{
  margin: 0 0 0 12%;
}
.homeLatestNews{
  margin: 30px 0;
}
.homeLatestNews .box30{
  padding: 0;
  margin: 0 2% 0 0;
}
.thumbnailBox{
  overflow: hidden;
  height: auto;
}
.thumbnailBox img{
  width: 100%;
}
.homeLatestNews h4{
  font-size: 18px;	
}		
.newsletterSignupForm{
  margin: 30px 0;
}
  .newsletterSignupForm form{
    width: 60%;
  }
.suscribeSidebarBox  .newsletterSignupForm form{
  width: 100%;
}
    .newsletterSignupForm input{
      float: left;
      margin: 10px 10px 10px 0;
    }
.marketsBox{
  padding: 50px 0;
}
.marketsIconBox{
  width: 80%;
  margin: 30px auto;
  text-align: center;
}
.marketIcon{
  width: 130px;
  text-align: center;
  display: inline-block;
  margin: 0 15px;
  text-transform: uppercase;
}
.marketIcon img{
  margin: 0 0 20px 0;
}
.marketIcon h4{
  font-size: 14px;
}
/*------- SEARCH RESULTS ---------*/
.searchBoxList .box50:nth-child(2n+1){
  clear: left;
}
.searchResultBox{
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #F0F0F0;
}
.searchResultBox .postAttributes{
  color: #A0A0A0;
  display: block;    
  font-size: 12px;
  margin: 10px 0 20px 0;
}
.searchQuery{
  color: #999;
  font-style: italic;
}
.pagination{
  text-align: center;
  padding: 30px 0;
  width: 100%;
  clear: both;
}
.pagination a,
.pagination span{
  display: inline-block;
  min-width: 15px;
  width: auto;
  height: 35px;
  line-height: 35px;
  border: 1px solid #B12125;
  text-align: center;
  background: #B12125;
  color: #FFF;
  margin: 0 5px 0 0;
  padding: 0 10px;
}
.pagination a:hover{
  background: #FFF;
  color: #B12125;
}
.pagination span{
  color: #424242;
  background: #F0F0F0;
  border-color: #F0F0F0;
}
/*------- PRODUCT LINE -----------*/
.box20.product-line-box{
  width: 11%;
  min-width: 100px;
}
.product-line-box{
  margin-bottom: 20px;
  text-align: center;	
  float: none;
}
.product-line-box a{
  display: inline-block;
  width: 100px;
  height: 65px;
  border: 6px solid #F5F5F5;
  transition: 0.8s;
}
.product-line-box a:hover{
  border-color: #B12125;
}
#productLineFilter{
  margin: 20px 0 40px;
}	
#productLineFilter .box20,
#productLineFilter .box25{
  margin: 0 0 0 1%;
  padding: 0 1%;
}
#productLineFilter .box25:nth-child(4n){
  margin-right: 0;
}
.product-line-box-container{
  text-align: center;
}
.product-line-fancy{
  display: none;
  margin: 20px 0 0;
  width: 98%;
}
.product-line-fancy .redButton{
  float: none;
  padding: 0 10px;
}
.product-line-fancy .redButton:first-child{
  margin-right: 10px;
}
.productLineDescription{
  padding: 0;
  line-height: 18px;
}
.productLineDescription h2 {
	line-height: 28px;
}

.productLinePopupImage img{
  max-width: 100%;
}
.productLinePopupImage{
  min-height: 250px;
  background-size: contain;
}
.productLinePopupImage.noimg{
  background: url(img/noPhoto.png) center center no-repeat;
}
.productLinePopupThumbsBox{
  width: 100%;
  clear: both;
  text-align: center;
  margin: 20px 0 0;
}
.productLinePopupThumbsBox a{
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 2px solid #B12125;
  opacity: 0.5;
  overflow: hidden;
}
.productLinePopupThumbsBox a img{
  width: 100%;
  height: 40px;
}
.productLinePopupThumbsBox a:hover{
  opacity: 1;
}
.vendorSiteFrame{
  margin: 20px 0;
  width: 100%;
  height: 600px;
  border: 1px solid #F0F0F0;
}
.vendorDescription{
  padding: 30px 0;
}
.vendorThumbnail{
  text-align: center;
}
.vendorThumbnail img{
  width: 100%;
  max-width: 250px;
}
.fancyboxProductLine img {
  width: 90px;
}
#plf-productline_service{
  display: none;
}
.documentLinks h3{
  margin-top: 20px;
}
  .productLinePopupImageFrame{
    height: 250px;    
    display: block;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
  }
/*------- SINGLE ------------*/
.singlePost{
  border-bottom: 1px solid #DDD;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.singlePostImage{
  text-align: center;
  margin: 20px 0;
}
.singlePostImage img{
  max-width: 100%;
}
.singlePost .date{
  font-style: italic;
  color: #999;
}
/*------- ABOUT US -----------*/
.about-us-menu{
  margin: 20px 0 40px 15px;
}
li.current-menu-item a{
  color: #424242;
}
.categoryIconList{
  width: 100%;
  margin: 5px 0 15px;
  text-align: left;
  line-height: 40px;
}
.categoryIconList img{
  margin: 0 10px 0 0;
}
.categoryIconList a strong{
  color: #333;
}
.aboutUsValues{
  margin: 30px 0;
  padding: 130px 0 30px;
  min-height: 300px;
  width: 100%;
  background: url(img/footerLinksExtraBackground.png) right top no-repeat;
  background-color:  #e0f5f8;
  background-size: contain;
  position: relative;
}
.valuesLeftDeco{
  position: absolute;
  left: 0;
  top: 0;
  background: url(img/fancy-leftDeco.png) -180px center no-repeat;
  width: 361px;
  height: 594px;
}
.valuesRightDeco{
  position: absolute;
  right: 0;
  top: 0;
  background: url(img/fancy-rightDeco.png) 110px center no-repeat;
  width: 398px;
  height: 439px;
}
.interactiveMapSection{
  padding: 60px 0;
  position: relative;
  height: auto;
}
#map_container svg, #map_container_asia svg {
	min-height: 500px;
}
/*------- IMPRESS PARTS --------*/
.impress_parts-table-items{
  width: 100%;
  margin: 0 0 20px 0;
}
.impress_parts-table-items th{
  height: 40px;
  background-color: #434343;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 0 5px;
}
.impress_parts-table-items th button{
  color: #FFF;
  height: 40px;
  line-height: 40px;
}
.impress_parts-table-items td{
  height: 40px;
  vertical-align: middle;
  padding: 0 5px;
  text-align: center;	
}
.impress_parts-table-items tr:nth-child(2n),
.impress_parts-table-items tr:nth-of-type(2n){
  background: #E0E0E0;
}
.impress_parts-table-items td.descriptionColumn{
  text-align: left;
}
.buttonAddToInquiry{
  background-color: #B12125;
  color: #FFF;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  width: 20px;
}
.buttonAddToInquiry:hover{
  background-color: #0077a6;
  color: #FFF;
}
.marketServedImage{
  width: 100%;
  overflow: hidden;
  max-height: 350px;
  height: auto;
  margin-bottom: 40px;
}
  .marketServedImage img{
    width: 100%;
  }
.productLineRequestInfoForm h3{
  margin-top: 0;
} 
.productLineRequestInfoForm  form>p{
  display: none;
}

/*------- CAREERS --------*/
.sidebarJobPostBox{
  padding: 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #E0E0E0;
}
.careersForm{
  width: 60%;
}
.careersForm input,
.careersForm select{
  margin: 0 0 20px 0;
}
.careersForm input.redButton{
  width: auto;
  padding: 0 55px; 
}
.careerSidebar .redButton{
  padding: 0 10px;
  margin: 0 0 10px 10px;
}
.jobListBox{
  margin: 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #F0F0F0;
}
/*------- FOOTER ------*/

footer .extraFooterLinks{
  background: url(/contentonly.aspx?file=images/footerLinksExtraBackground.png) right top no-repeat #e0f5f8;
  padding: 120px 0 50px;
  position: relative;
}
.footerDeco{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.footerDeco img{
  width: 100%;
}
.extraFooterLinks h3{
  color: #0077a6;
}
.materialsColumn li{
  width: 40%;
  float: left;
  margin-right: 8%;
  	 font-family: "Lato",sans-serif;
    font-size: 13px;
}
.locationLinksFooter a {
    color: #fff;
}
footer .copyrights{
  background: #424242;
  color: #d5d7d8;
  padding: 20px 0;
  font-size: 12px;
}
footer .copyrights p{
  margin: 5px 0;
  line-height: 16px;
}
ul.footer-menu{
  margin: 5px 0;
  list-style: none;
  height: 12px;
  line-height: 12px;
}
ul.footer-menu li{
  display: inline-block;
  float: left;
  padding: 0 5px;
  border-left: 1px solid #d5d7d8;
}
ul.footer-menu li:first-child{
  border-left: none;
  padding: 0 5px 0 0;
}
ul.footer-menu li a{
  color: #F0F0F0;
}
ul.footer-menu li a:hover{
  color: #111;
}
.socialSharingButtons{		
  text-align: right;
}
.socialSharingButtons a{
  display: inline-block;
  width: 26px;
  height: 25px;
  vertical-align: middle;
  text-align: center;
}
.footerColumns Ul
{
	list-style: outside none disc;
	height: 260px;
}
.footerColumns Ul li a
{
	color: #b12125;
    outline: medium none;
    text-decoration: none;
    transition: all 0.5s ease 0s;
	 font-family: "Lato",sans-serif;
    font-size: 13px;
}
.footerColumns Ul li a:hover
{
	color: #333;
}
.footerExtraLinksList{
  border-right: 1px solid #999;
}
.noBorder{
  border: none;
}
.noStyleList{
  list-style: none;
}
/*----------- NEWS & EVENTS ----------*/
.newsBox{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.newsBox h2 a{
  color: #0077a6;
}
.newsBox h2 a:hover{
  color: #666;
}
.newsThumbLink{
  width: 25%;
  display: flex;
  height: 130px;
  align-items: flex-start;
  overflow: hidden;
  margin: 8px 4% 10px 0px;
  text-align: center;
  float: left;
}
.newsThumbLink img{
  width: 100%;
}
.newsExcerpt {
  float: right;
  width: 70%;
}

.newsExcerpt h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.newsExcerpt h2.date {
	font-size: 24px;
	color: #0077a6;
	margin-bottom: 5px;
}

.newsBox .date{
  font-size: 12px;
  color: #A0A0A0;
}
.newsBox:nth-child(2n){
  float: right;
}
.newsBox:nth-child(2n+1){
  clear: left;
}
/*----------- CONTACT US -----------*/
.officesList{
  padding: 40px 0;
}
.officesList .box25{
  margin-bottom: 30px;
  min-height: 200px;
}
.officesList .box25:nth-child(4n+1){
  clear: left;
}
.location-links{
  margin: 0 0 50px 0;
}
.stateContact{
  margin: 10px 0;
  padding-left: 25px;
  list-style: none;
  list-position: inside;
  text-indent: -2em;
}
  .stateContact li img{
    margin-right: 20px;
  }
.location .box40{
  margin: 0 2% 0 0;
}
.location .box60{
  margin: 0 0 0 2%;
}
.locationExtraInfo{
  padding: 50px 0 0 0;
}
/*--------- CONTACT FORM7 PLUGIN -----------*/
div.wpcf7-response-output {
    clear: both;
    margin: 60px auto 0;
    padding: 10px 2%;
    text-align: center;
    width: 100%;
}
.wpcf7-quiz-label{
  display: block;
}
/*----------- SIDEBAR -----------*/
aside.box25{
  margin: 0 0 0 2%;
}
.sidebar h2{
  color: #0077a6;
}
.suscribeSidebarBox	.newsletterSignupForm input{
  margin: 10px 0;	
}
.suscribeSidebarBox	.newsletterSignupForm input:first-child{
  border-right: none;
}
.suscribeSidebarBox input.redButton{
  padding: 0 10px;
  height: 40px;
  width: 39%;
}
.industrySidebarNews article{
  margin: 0 0 15px;
  border-bottom: 1px solid #B12125;
  padding-bottom: 15px;
}
span.wpcf7-form-control-wrap{
  position: inherit;
}
/*--------------- 1770 ----------*/
@media (max-width: 1770px) {
  .decoration{
    transition: 0.5s;
    opacity: 0.3;		
  }
}
/*--------------- 1400 ----------*/
@media (max-width: 1400px) {
  /*cambiado ale 2015-04-23*/
  .slideTextBox{
    position: absolute;
    margin: 0;
    right: 10%;
  }
  /*fin cambiado ale 2015-04-23*/
}
/*--------------- 1024 ----------*/
@media (max-width: 1024px) {
  nav ul li a{
    font-size: 14px;
  }
  .homePageSlider{
    transition: 0.5s;
    margin-top: 50px;
    min-height: 350px;
  }
  .slideTextBox{
    margin: 100px 0 0 38%;
  }
}
/*--------------- 930 ------------------*/
@media (max-width: 930px) {
  .noMobile{
    display: none;
  }
  .yesMobile{
    display: block;
  }
  .box80, .box75, .box70, .box60{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .logo{
    width: 65%;
    margin: 0 5% 0 0;
    float: left;
  }
  header{
    background: #FFF;
    box-shadow: 0px 0px 52px 7px rgba(0,0,0,0.17);
  }
  .mobileActionsBox{
    width: 30%;
    padding: 5px 0;
    max-width: 450px;
    text-align: right;  	
    float: right;
  }
  .mobileActionsBox a{
    display: inline-block;
    height: auto;
    line-height: 35px;
    max-width: 25px;
    margin: 0 10px 0 0;
    opacity: 0.5;
    width: 30%;
  }
  .mobileActionsBox a img{
    width: 100%;
    max-width: 35px;
  }
  header.masterHead{
    padding: 10px 0;
  }
  nav{
    background: rgba(67, 67, 67, 1);
    height: auto;
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0;
  }
  nav ul{
    height: auto;
  }
  nav ul li{
    width: 100%;
    padding: 0;
    display: block;
    height: auto;
    line-height: 40px;
  }
  nav ul li a{
    color: #FFF;
  }
  li.current-menu-parent a{
    color: #FFF;
  }
  nav ul li.menu-item-has-children ul{
    position: relative;
    top: 0;
    background: none;
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
    clear: both;
  }
  nav ul.sub-menu li{
    clear: both;
    display: block;    
  }
  nav ul li.menu-item-has-children ul li a{
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
  }
  nav ul li.menu-item-has-children:hover{
    background: none;
  }
  .fixed nav ul li.menu-item-has-children ul{
    top: 0;
  }   	
  .sliderImage{
    opacity: 0.3;
    width: 80%;
    z-index: -2;  		
  }
  .productSlideSection{
    min-height: 400px;
  }
  aside.sidebar-impress_parts.box25{
    width: 100%;
    margin: 10px 0;
  }
  .sliderImage{
    width: 100%;
    top: 0;
  }
  nav ul li.current-menu-item a,
  .sub-menu li.current-menu-item a{
    color: #202020;
  }  
  /*cambiado ale 2015-04-23*/
  .slideImage{
    width: 100%;
    opacity: 0.3;
    position: absolute;

  }
  .slideTextBox{
    width: 80%;
    padding: 0 5%;
    margin: 100px auto 0;
    text-align: center;
    position: inherit;
    float: none;
    right: inherit;
  }
  /*fin cambiado ale 2015-04-23*/
  .slideItem{
    min-height: 500px
  }
  .slideTextBox h3{
    font-size: 40px;
  }

  .slideTextBox .redButton{
    float: none;
  }
  .categoryIcon{
    width: 30%;
  }
  .aboutUsSection{
    background-position: top center;
    min-height: 350px;
  }
  .homePageSlideArrows a{
    display: none;
  }
  aside.box25{
    width: 100%;
  }
  .contactUsContent.box30{
    width: 96%;
  }
  .productLineRequestInfoForm.box30 {
    width: 96%;
  }
  .homePageSlideArrows a.toRight{
    right: 2%;
  }
  .homePageSlideArrows a.toLeft{
    left: 2%;
  }
  .requestLiteratureData{
    width: 100%;
  }
  select[multiple="multiple"]{
    height: auto;
    min-height: 40px;
  }
  .careersForm{
    width: 100%;
  }
  .fancybox-wrap {
	  top: 100px !important;
	  position: fixed !important;
	}
}
/*--------------- 660 ------------------*/
@media (max-width: 660px) {
  .box50, .box40, .box30, .box33, .box25, .box20{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .box50:nth-child(2n),
  .box33:nth-child(3n),
  .featuredEvent:nth-child(2n),
  .homeEvent:nth-child(2n){
    margin: 0;
    padding: 0;
  }
  .decoration{
    display: none;
  }
  
  .homePageArrowBox a{
    width: 20px;
    height: 20px;
    background-size:contain;
    background-position: center;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  .slideItem{
    min-height: 350px
  }
  .aboutUsSection{
    background-position: left top;
  }
  .officeHomeList{
    width: 100%;
  }
  .left-decoration,
  .right-decoration{
    display: none;
  }
  .latestNewsSection .box40{
    width: 90%;
    margin: 0 5%;
  }
  .thumbnailBox.box30{
    margin-bottom: 20px;
  }
  .footerExtraLinksList{
    border-right: none;
  }
  .socialSharingButtons{
    text-align: center;
    padding: 10px 0;
  }
  .productCategorySection{
    min-height: 580px;
  }
  .newsBox:nth-child(3n){
    clear: none;
  }
  .box20.product-line-box{
    width: 21%;
    margin-right: 5%;
  }
  .productLinePopupImageFrame,
  .productLinePopupImage{
    display: none;
  }
  #productLineFilter .box25{
    width: 23%;
    margin: 0 2% 0 0;
  }
  .marketsIconBox{
    width: 100%;
    text-align: left;
    padding: 0 0 0 15px;
  }
  .marketIcon{
    width: 40%;
    margin: 0 15px 0 0;
  }
  .productCategoriesBox{
    width: 100%;
  }
  #productLineFilter .box20,
  #productLineFilter .box25{
    width: 100%;
    margin: 10px 0;
  }  
  .fancybox-wrap {
	  top: 50px !important;
	  position: fixed !important;
	}
  
}
/*--------------- 460 ------------------*/
@media (max-width: 460px) {
  .logo{
    margin-top: 5px;
  }
  nav{
    top: 48px;
  } 
  .mobileActionsBox{
    padding: 0;
  }
  .box20.product-line-box{
    width: 31%;
    margin-right: 5%;
  }
  .newsThumbLink {
    width: 100%;
  }
  .newsExcerpt {
  	width: 100%;
  }
}