
body{	
  margin: 0;
  padding: 0;
  background-color: #FFF;	
  font-family: Verdana;
  font-size: 9pt;
  color: #212121;
}

A:link, A:visited{
  font-family: Verdana;
  font-size: 9pt;
  outline: none;
  text-decoration: underline;
  color: #0098D1;
}

A:hover{
  text-decoration: none;
}

p{
  margin: 0;
  padding: 10px 0 0;
  line-height: 20px;	
}

ul{
  margin: 20px 0 10px;
  padding: 0 0 0 20px;
}

ul li{
  padding-bottom: 5px;
}

img{
  width: auto;
  max-width: 100%;
  border: 0;			
}

form{
  margin: 0;
  padding: 0;
}

.wrapper{
  width: auto;
  max-width: 1920px;
  margin: 0 auto;			
}

.resposive-menu-trigger {
  float: right;	
  display: none;
  vertical-align: top;	
  width: 35px;
  height: 30px;
  position: relative;
  margin: 21px 20px 0 30px;	
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.resposive-menu-trigger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #0098D1;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.resposive-menu-trigger span:nth-child(1) {
  top: 0px;
}

.resposive-menu-trigger span:nth-child(2), .resposive-menu-trigger span:nth-child(3) {
  top: 10px;
}

.resposive-menu-trigger span:nth-child(4) {
  top: 20px;
}

.resposive-menu-trigger.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.resposive-menu-trigger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.resposive-menu-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.resposive-menu-trigger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.resposive-menu-container {
  display: none;
  width: 100%;
  padding-top: 10px;
  background-color: #FFF;	
  border-top: 1px solid #E5E5E5;	
  position: fixed;
  right: 0;
  top: 70px;
  z-index: 3;
  overflow-y: auto;	
}

.rmc-link:link, .rmc-link:visited {
  display: block;
  text-align: left;
  padding: 30px 10px 30px 30px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  z-index: 1;		
  text-decoration: none;
  text-transform: uppercase;	
  color: #555;
  font-size: 10pt;
  font-family: Verdana;		
}

.rmc-link span{
  display: block;
  position: absolute;
  right: 10px;
  top: 17px;
  font-size: 25pt;
  color: #6C6764;	
}

.rmc-link:hover {
  color: #0089C8;
}

.header-contacts{
  width: 100%;
  padding: 20px 0;
  text-align: right;
  background: url(../images/header.gif);				
}

.header-contacts div{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  height: auto;
  min-height: 25px;
  color: #838385;					
}

.hc-addr{
  padding: 10px 50px 0 30px;
  background: url(../images/icn-location.png) left center no-repeat;		
}

.hc-phones{
  padding: 10px 20px 0 35px;
  background: url(../images/icn-phone.png) left center no-repeat;		
}

.hc-phones div{
  padding-right: 30px;	
}

.header{
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #DEDEDE;	
  position: relative;
  z-index: 1;			
}

.logo{
  position: absolute;
  left: 30px;
  top: -25px;
  z-index: 1;					
}

.logo A:link, .logo A:visited{
  display: block;
  text-decoration: none;				
}

.logo span{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;	
}

.logo span:last-child{
  padding: 37px 0 0 60px;	
}

.top-menu{
  float: right;	
  padding: 33px 5px 0 0;	
}

.tm-main{
  float: left;	
  padding-right: 25px;	
}

.tm-link:link, .tm-link:visited{
  display: block;
  padding: 5px;	
  text-decoration: none;
  font-size: 10pt;	
  text-transform: uppercase;			
}

.tm-item A:link, .tm-item A:visited{
  color: #232323;	
}

.tm-itemS A:link, .tm-itemS A:visited{
  color: #0098D1;
  text-decoration: underline;		
}

.tm-item A:hover{
  color: #0098D1;
}

.clear{
  clear: both;	
}

.content{
  width: 100%;
  height: auto;
  min-height: 600px;				
}

.footer{
  width: 90%;
  padding: 25px 5% 20px;
  background-color: #F3F4F7;	
  color: #505050;
  font-size: 8pt;
}

.ft-links A:link, .ft-links A:visited{
  display: block;
  padding: 3px 5px;
  color: #505050;
  text-decoration: none;
  font-size: 8pt;
}

.ft-links A:hover{
  color: #0089BC;
}

.footer-top{
  width: 100%;	
  padding-bottom: 20px;	
}

.footer-bottom{
  padding: 20px 0 10px;
  border-top: 1px solid #CFD0D2;	
  color: #0089BC;	
}

.ft-block{
  float: left;
}

.ft-inner{
  float: left;
}

.ft-block label{
  display: block;
  padding: 0 0 20px 5px;
  color: #0089BC;
  text-transform: uppercase;
  font-weight: bold;
}

.ft-inner div{
  clear: left;
  float: left;
  padding-right: 15px;
}

.ft-contacts{
  padding-left: 50px;
}

.ft-sitemap div.ft-inner{
  padding: 0 20px 0 5px;
}

.ft-contacts div.ft-inner{
  padding: 0 20px 0 5px;
}

.ft-contacts div.ft-inner div{
  padding-bottom: 5px;
  white-space: nowrap;
}

.ft-contacts div.ft-inner div.ft-company{
  padding-bottom: 10px;	
  text-transform: uppercase;	
  color: #0089BC; 		
}

.pt25{
  padding-top: 25px;	
}

.ft-logos{
  float: right;
}

.ftl-wp{
  display: table;	
}

.ftl-wp div{
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;			
}

.ftl-wp div:first-child{
  border-right: 1px solid #BFBFC1;	
}

.ftl-wp div:last-child{
  border-left: 1px solid #BFBFC1;	
}

.ft-copy{
  padding-left: 5px;
  float: left;
}

.ft-design{
  float: right;
}

.ft-design A:link, .ft-design A:visited{
  font-size: 8pt;
  color: #0089BC;
}

.ft-design A:hover{
  text-decoration: none;
}

.welcome-wp{
  width: auto;
  max-width: 1130px;
  padding-bottom: 50px;			
}

.welcome{
  width: auto;
  max-width: 780px;
  padding: 0 15px;			
}

.welcome h1{
  width: auto;
  max-width: 480px;
  border-bottom: 1px solid #C8C8C8;
  padding: 0 0 20px 0;
  margin: 0 0 20px;				
  color: #0098D1;	
  font-size: 30pt;	
  text-transform: uppercase;
  font-family: Roboto;		
}

.ma{
  margin: 0 auto;	
}

.products-thumbs{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;	
  width: 90%;
  padding: 0 5% 50px;			
}

.solutions-thumbs{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;				
}

.cnt-R .products-thumbs{
  width: 100%;
  padding-left: 0;
  padding-right: 0;	
  justify-content: flex-start;			
}

.products-thumbs div{
  width: 235px;	
  padding: 20px;	
}

.solutions-thumbs div{
  width: 270px;	
  padding: 20px;	
}

.products-thumbs A:link, .products-thumbs A:visited, .solutions-thumbs A:link, .solutions-thumbs A:visited{
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;	
  text-decoration: none;			
}

.products-thumbs span, .solutions-thumbs span{
  display: block;
  cursor: pointer;
  text-align: center;		
}

.products-thumbs span.hp-img img{
  height: auto;
  max-height: 275px;		
}

.solutions-thumbs span.hp-img img{
  height: auto;
  max-height: 160px;		
}

.solutions-thumbs span.hp-ttl{
  display: table;
  width: 100%;		
  height: 70px;
  background-color: #F3F4F7;					
}

.solutions-thumbs span.hp-ttl span{
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;		
  text-transform: uppercase;		
}

.hp-wp{
  padding: 10px;			
}

.hp-ttl{
  padding-bottom: 10px;
  font-weight: bold;		
}

.company-txt{
  width: auto;	
  max-width: 1250px;
  padding: 20px 15px;		
}

.block-ttl{
  line-height: 100%;	
  width: auto;
  max-width: 670px;	
  padding: 50px 5% 20px 0;
  margin: 0;	
  border-bottom: 1px solid #C8C8C8;
  margin: 0 0 20px 5%;		
  color: #0098D1;
  font-size: 25pt;
  font-family: Roboto;	
  font-weight: normal;
  text-transform: uppercase;			  	
}

.company-txt{
  width: auto;
  max-width: 890px;
  padding: 0 5% 0 15%;			
}

.company-bg{
  width: 100%;
  height: auto;
  min-height: 100px;		
  padding: 50px 0;
  margin: 30px 0 20px; 	
  background-repeat: no-repeat;
  background-position: center center;	
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFF;
}

.company-bg-zag{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.company-bg-txt{
  width: auto;
  max-width: 1250px;
  padding: 0 15px;		
  position: relative;
  z-index: 2;
  color: #FFF;	
}

.company-par{
  display: flex;	
  flex-wrap: no-wrap;	
  padding: 15px 0 30px;	
}

.cp-data{
  width: auto;
  max-width: 660px;		
  padding: 20px 5%;	
}

.cp-ttl{
  line-height: 100%;	
  padding-bottom: 15px;
  border-bottom: 1px solid #A7A5A6;
  margin-bottom: 20px;		
  font-size: 25pt;			
}
 
.company-par:nth-child(odd) .cp-img, .company-par:nth-child(even) .cp-data {
  order: 2;
}
 
.company-par:nth-child(even) .cp-img, .company-par:nth-child(odd) .cp-data {
  order: 1;
}

.company-par:nth-child(even){
  justify-content: flex-start;	
}

.company-par:nth-child(odd){
  justify-content: flex-end;	
}

.msds{
  width: auto;
  max-width: 1320px;
  padding-left: 5%;			
}

.msds-block{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 44%;
  padding: 0 5% 30px 0;			
}

.msds-ln{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;	
  height: 40px;
  padding-top: 15px;		
  padding-left: 50px;	
  background: url(../images/msds-ln.jpg) no-repeat;
  color: #959595;
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;  	
}

.msds-ttl{
  text-align: center;	
  line-height: 100%;	
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 20pt;
  font-family: Roboto;					
}

.data-files{
  padding-top: 20px;
}

.data-files A:link, .data-files A:visited {
  display: inline-block;
  zoom: 1;
  *display: inline;	
  padding: 10px 40px;
  margin-bottom: 10px;	
  color: #278EBE;
  background-repeat: no-repeat;
  background-position: left center;	
}

.msds-fr{
  text-align: right;	
}

.msds-ln-hd{
  display: none;	
}

.msds-fr .data-files A:link, .msds-fr .data-files A:visited {
  background-position: right center;		
}

.product-files A:link, .product-files A:visited {
  margin-right: 20px;	
}

.data-doc:link, .data-doc:visited{
  background-image: url('../images/icons/doc-icon.gif');
}

.data-xls:link, .data-xls:visited{
  background-image: url('../images/icons/xls-icon.gif');
}

.data-ppt:link, .data-ppt:visited{
  background-image: url('../images/icons/ppt-icon.gif');
}

.data-pdf:link, .data-pdf:visited{
  background-image: url('../images/icons/pdf-icon.gif');
}

.data-pdf:hover,
.data-doc:hover,
.data-xls:hover,
.data-ppt:hover {
  text-decoration: none;
}

.product{
  display: flex;		
  width: 90%;
  padding: 0 5% 50px;		
}

.product-txt{
  width: auto;	
  max-width: 760px;
  padding: 0 0 30px 5%;;		
}

.cnt-L{
  width: auto;
  min-width: 300px;		
}

.menu-inner-hidden{
  display: none;
  position: relative;
  z-index: 2;
  padding-left: 5%;			
}

#products{
  width: 250px;
}

.menu-inner{	
  padding: 0 50px 20px 0;
  position: relative;
  z-index: 1;
}

.lm-link:link, .lm-link:visited{
  display: block;
  padding: 20px 0 10px;
  border-bottom: 1px solid #C8C8C8;			
  font-size: 10pt;	
  text-decoration: none;
  color: #464646;	
}

.lm-item:link, .lm-item:visited{
  color: #464646;	
}

.lm-link:hover, .lm-itemS:link, .lm-itemS:visited{
  color: #0098D1;
}

.submenu{
  padding: 15px 0 15px 15px;	
  border-bottom: 1px solid #C8C8C8;	
}

.sm-link:link, .sm-link:visited {
  display: block;
  text-align: left;
  padding: 5px 0;
  text-decoration: none;
  font-size: 10pt;	
}

.sm-item:link, .sm-item:visited{
    color: #6B6B6B;
}

.sm-item:hover, .sm-itemS:link, .sm-itemS:visited{
    color: #0098D1;
}

.pro-ttl{
  padding: 15px 0 15px 50px;
  font-size: 16pt;
  color: #0098D1;		 	
}

.pro-info{
  display: flex;
  flex-wrap: nowrap;	
  padding: 0 0 30px 50px;			
}

.pro-img{
  width: auto;
  min-width: 300px;	
  padding: 10px 30px 0 0;
  text-align: center;
  align-self: flex-start;		
}

.pro-img A:link, .pro-img A:visited{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  z-index: 1;
  text-decoration: none;				
}

.pro-img span{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 30px;
  background: url(../images/enlarge-small.png) no-repeat;						
}

.pro-img img {
  max-height: 360px;
}

.pro-data{
  width: auto;
  max-width: 750px;		
}

.pro-tbl{
  padding-top: 20px;		
}

.pro-tbl table{
  font-size: 9pt;	
}

.pro-tbl-hdd{ 
  display: none;	
}

.pro-tbl-header{
  background-color: #008BCC;
  color: #FFF;			
}

.pro-tbl-row:nth-child(odd){
  background-color: #F5F5F5;	
}

.pro-media{
  display: flex;
  justify-content: space-between;
  padding-top: 30px;			
}

.pro-inner-img{
  width: auto;
  max-width: 550px;		
}

.pro-inner-blank img{
  height: 300px;	
}

.pro-video{
  width: 570px;
  position: relative;
  z-index: 1;	
}

.pro-video div{
  position: relative;
  z-index: 1;	
  width: 100%;
  height: 100%;		
}

.pro-video iframe{
  width: 100%;
  height: 100%;	
  border: 0;					
}

.pro-video A:link, .pro-video A:visited{
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;	
  width: 100%;
  height: 100%;
  line-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-decoration: none;
  font-size: 18pt;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);										
}

.pro-video span.pro-video-icn{
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;	
  text-align: center;
  width: 100%;					
}

.pro-video span.pro-video-icn span{
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 80px;	
  vertical-align: top;	
  padding: 25px 20px 20px 120px;	
  background: url(../images/video-icon.png) 20px center no-repeat;
  cursor: pointer;	
  text-align: left;				
}

.pro-video A:hover .pro-video-icn span{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);
  box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);	
}

.retailers{
  display: table;	
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center center;
  background-image: url(../images/retailers.jpg);			
  position: relative;
  z-index: 1;					
}

.stl-wp{
  display: table-cell;
  vertical-align: middle;						
}

.stl-wp-inner{
  width: auto;
  max-width: 395px;
  _width: auto;	
  margin: 0 auto;
  padding: 0 15px;		
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);	
}

.stl-zip{
  width: 100%;
  position: relative;
  z-index: 1;		 	
}

.stl-input{
  font-size: 11pt;
  color: #555;
  width: 334px;
  height: 46px;	
  padding: 5px 50px 5px 10px;
  border: 1px solid #C8C8C8;
  background-color: #FFF;	
  text-transform: uppercase;						
}

.stl-btn{
  position: absolute;
  right: 0;
  top: 1px;			
}

.stl-btn span{
  display: block;
  width: 50px;
  height: 56px;
  background: url(../images/r-loading.gif) center center no-repeat #66B149;		
  position: absolute;
  left: 0;
  top: 0;				
}

.stl-lbl{
  padding: 15px 0;	
  text-align: center;	
}  

.stl-lbl span{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 10px 20px 15px;	
  background-color: #F3F4F7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;		
  border: 1px solid #C8C8C8;	
  text-transform: uppercase;
  color: #FFF;
  font-size: 14pt;					
}

.stl-locate A:link, .stl-locate A:visited{
  display: block;
  background-color: #0098D1;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
  color: #FFF;
  text-decoration: none;	
  text-transform: uppercase;						
}

.stl-locate span{
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 30px;
  vertical-align: top;	
  background: url(../images/icn-retailers.png) left 3px no-repeat;
  padding: 3px 0 0 35px;
  font-size: 14pt;			
}

.stl-locate span.loading{
  background: url(../images/store-loading.gif) left center no-repeat;	
}

.stl-locate A:hover{
  background-color: #007BD1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.15s ease-in;		
}

.map-wp{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;				
}

.sh{
  width: 100%;
  height: 10px;
  background: url(../images/map-sh.png) repeat-x;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 2;							
}

.map-search{
  position: absolute;
  left: 40px;
  top: 50px;
  z-index: 3;		
}

.map-search-input{
  width: 230px;
  height: 31px;
  background-color: #FBFBFB;
  padding: 5px 90px 5px 10px;	
  border: 0;
  font-size: 10pt;	
  text-transform: uppercase;					
}

.map-search-btn{
  position: absolute;
  top: 0;	
  right: 0;	
}

#map{
  width: 100%;
  height: 650px;
  position: relative;	
  z-index: 1;		
}

.gm-info-wp{
  width: 210px;
  height: auto;
  max-height: 350px;
  _height: 350px;
  overflow: auto;
  padding-left: 25px;	
}

.box-sh{
  -webkit-box-shadow: 0px 3px 3px 0px rgba(85,85,85,0.5);
  -moz-box-shadow: 0px 3px 3px 0px rgba(85,85,85,0.5);
  box-shadow: 0px 3px 3px 0px rgba(85,85,85,0.5);	
}

.gm-ttl{
  text-transform: uppercase;
  color: #1B2754;		
}

.gm-address{
  padding: 10px 0;	
}

.gm-address div{
  padding-top: 3px;	
}

.gm-phone{
  padding: 10px 0;
  margin-bottom: 5px;	
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;			
}

.gm-phone span{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;	
  height: 20px;	
  padding: 2px 0 0 30px;
  background: url(../images/phone-icon.png) no-repeat;			
}

.gm-view{
  padding-top: 5px;	
}

.gm-view A:link, .gm-view A:visited{
  color: #1B2754;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 8pt;							
}

.gm-view A:hover{
  text-decoration: underline;	
}

.problem-solution{
  width: auto;
  max-width: 1240px;
  padding: 0 15px;			
}

.tabs{
  display: flex;
  justify-content: space-between;		
}

.tabs div{
  width: 33%;	
}

.tabs A:link, .tabs A:visited{
  display: block;
  text-align: center;		
  padding: 15px;
  background-color: #0085CF;	
  color: #FFF;
  text-decoration: none;
  font-size: 16pt;
  text-transform: uppercase;						
}

.tabs A.active:link, .tabs A.active:visited{
  position: relative;
  z-index: 1;		
  background-color: #0085CF;	
  cursor: default;	
}

.tabs A.disabled:link, .tabs A.disabled:visited{
  cursor: default;		
  background-color: #7FC2E7;	
}

.tabs A.active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #0085CF;
  border-width: 15px;
  margin-left: -15px;	
}

.ps-lbl{
  padding: 30px 0;
  color: #0098D1;
  text-transform: uppercase;
  font-size: 17pt;			  	
}

.ps-product A:link, .ps-product A:visited{
  display: block;
  padding: 15px;
  border-bottom: 1px solid #E7E8E8;
  text-decoration: none;
  color: #212121;		
}

.ps-product span{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  cursor: pointer;		
}

.ps-product span.ps-wp{
  width: 200px;	
  position: relative;
  z-index: 1;		
}

.ps-product span.ps-popup{
  display: none;	
  position: absolute;
  z-index: 1;	
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);	
  -moz-transform: translateY(-50%);	
  -ms-transform: translateY(-50%);	
  -o-transform: translateY(-50%);	
  transform: translateY(-50%);			
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  padding: 10px;	
  text-align: center;
  background-color: #FFF;					
}

.ps-product span.psp-img img{
  height: auto;
  max-height: 200px;		
}

.ps-product span.ps-popup span{
  display: block;	
}

.ps-product span.psp-lbl{
  width: auto;
  max-width: 200px;	
  padding-top: 10px;	
  line-height: 100%;	
  color: #0098D1;	
  font-weight: bold;		
}

.ps-product A:hover{
  background-color: #F3F4F7;	
}

.ps-product A:hover span.ps-wp{
  z-index: 2;	
}

.ps-product A:hover span.ps-popup{
  display: block;	
}

@media screen and (max-width: 1590px){
	.logo span:last-child{
		padding-left: 0;
	}	
	.tm-main{
		padding-right: 15px;
	}
}

@media screen and (max-width: 1480px){
	.ftl-wp{
		width: 450px;	
	}	
}

@media screen and (max-width: 1450px){
	.hc-phones{
		padding-right: 0;
	}
	.logo{
		left: 15px;
	}
	.logo span:last-child{
		width: 200px;
		padding-top: 55px;
	}	
}

@media screen and (max-width: 1390px){
	.pro-img{
		width: auto;
		min-width: 200px;
	}	
}

@media screen and (max-width: 1310px){
	.footer{
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo span:last-child{
		display: none;
	}	
}

@media screen and (max-width: 1200px){
	.ft-inner{
		float: none;
	}
	.ft-inner .pt25{
		padding-top: 0;
	}
	.pro-ttl, .pro-info{
		padding-left: 0;
	}
	.pro-tbl td{
		font-size: 8pt;	
	}
}

@media screen and (max-width: 1100px){
	.top-menu{
		display: none;
	}	
	.resposive-menu-trigger{
		display: block;
	}	
	.logo{
		width: 178px;
		top: 5px;
	}	
	.logo{
		width: 100%;
		left: 0;
		text-align: center;
	}
	.logo A:link, .logo A:visited{
		display: inline-block;
		zoom: 1;
		*display: inline;		
	}
	.logo span:first-child{
		width: 178px;
	}	
	.logo span:last-child{
		display: inline-block;
		zoom: 1;
		*display: inline;
		padding-top: 7px;
		width: auto;
	}	
}

@media screen and (max-width: 1020px){
	.msds-block h1{
		font-size: 16pt;
	}
}

@media screen and (max-width: 970px){
	.product{
		flex-wrap: wrap;	
		width: 100%;
		padding-left: 0;
		padding-right: 0;	
	}
	.cnt-R .products-thumbs{
		justify-content: center;
	}
	.menu-inner-hidden{
		display: block;
	}	
	.menu-inner{
		display: none;
	}
	.cnt-L{
		width: 95%;
	}
	.cnt-R{
		clear: left;
		width: 100%;
		padding-top: 20px;
	}
	.pro-ttl, .pro-info{
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media screen and (max-width: 940px){
	.ft-sitemap{
		display: none;
	}	
	.ft-contacts{
		padding-left: 0;
	}
	.company-txt{
		padding-left: 5%;
	}
	.company-bg-txt{
		width: 90%;
		padding: 0 5%;
	}
	.cp-img{
		width: 60%
	}
	.cp-data{
		width: 30%;
	}
	.cp-ttl{
		font-size: 20pt;
	}
}

@media screen and (max-width: 888px){
	.header-contacts{
		width: 90%;
		padding: 10px 5%;
		text-align: left;
	}
	.header-contacts div{
		height: auto;
		min-height: 22px;
	}
	.hc-addr, .hc-phones{
		width: 355px;
		padding-right: 0;
		padding-top: 3px;
	}	
}

@media screen and (max-width: 840px){
	.cp-img{
		width: 50%;
	}	
	.cp-data{
		width: 40%;
	}
}

@media screen and (max-width: 735px){
	.ft-inner{
		float: left;
	}	
	.ft-logos{
		clear: left;
		width: 100%;	
	}
	.ft-inner .pt25{
		padding-top: 25px;
	}
	.ftl-wp{
		text-align: center;
		width: 100%;
		padding-top: 30px;
	}
}

@media screen and (max-width: 690px){
	.pro-tbl{
		display: none;
	}
	.pro-tbl-hdd{
		display: block;
	}	
	.pro-media{
		flex-wrap: wrap;
		justify-content: center;
	}
	.pro-inner-img{
		align-self: center;
	}	
	.pro-video{
		width: 100%;
		margin-top: 20px;
	}
	.pro-video iframe{
		height: 300px;
	}
}

@media screen and (max-width: 650px){
	.products-thumbs{
		width: 100%;
		padding-left: 0;
		padding-right: 0;	
	}
	.products-thumbs div{
		width: auto;
		max-width: 41%;
		padding: 10px 2%;
	}
	.company-par{
		flex-wrap: wrap;	
	}
	.company-par:nth-child(even), .company-par:nth-child(odd){
		justify-content: center;
	}
	.cp-img{
		width: 90%;
		paddingt: 0 5%;
		text-align: center;		
	}	
	.cp-data{
		width: 90%;		
	}	
	.company-par:nth-child(odd) .cp-img, .company-par:nth-child(even) .cp-img {
		order: 2;
	}	 
	.company-par:nth-child(even) .cp-data, .company-par:nth-child(odd) .cp-data {
		order: 1;
	}	
}

@media screen and (max-width: 550px){
	.msds-block{
		width: 95%;		
	}	
	.msds-ln-main{
		display: none;
	}
	.msds-ln-hd{
		display: block;
	}
	.msds-fr{
		text-align: left;
	}
	.msds-fr .data-files A:link, .msds-fr .data-files A:visited {
		background-position: left center;		
	}	
	.msds-ttl{
		text-align: left;
		padding-top: 10px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 535px){
	.logo span:last-child, .header-contacts div.hc-addr, .header-contacts div.hc-phones{
		display: none;
	}	
	.header-contacts{
		height: 70px;
		padding-top: 0;
		padding-bottom: 0;	
	}
	.header{
		height: 0;
	}
	.logo{
		width: 135px;
		top: -66px;	
		left: 15px;	
	}
	.logo span:first-child{
		width: auto;
	}	
}

@media screen and (max-width: 500px){
	.pro-info{
		flex-wrap: wrap;
	}
	.pro-img{
		width: 100%;
		padding-right: 0;
	}	
	.pro-data{
		width: 100%;
	}
}

@media screen and (max-width: 450px){
	.welcome h1{
		font-size: 20pt;
	}
	.footer{
		padding-bottom: 0;
	}
	.ft-inner{
		float: none;	
	}
	.ft-inner .pt25{
		padding-top: 0;
	}	
	.ft-copy, .ft-design{
		width: 100%;
		text-align: center;
	}
	.retailers{
		height: 480px;
	}
	.stl-wp-inner{
		max-width: 256px;
	}	
	.stl-input{
		width: 195px;
	}
}






