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

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

A:hover{
  text-decoration: none;
}

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

ul, ol{
  line-height: 150%;
  margin: 0;
  padding: 20px 0 10px 20px;
}

ul li, ol li{
  padding-bottom: 5px;
}

form{
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.wrapper{
  margin: 0 auto;
}

.header{
  background: url(../images/header.jpg) no-repeat;
  border-bottom: 1px solid #ccc;
}

.clear{
  clear: both;
}

.cnt-L{
  min-width: 249px;
  float: left;
  width: 25%;
}

.cnt-R{
  float: left;
  width: 68%;
}

.content{
  height: auto;
  min-height: 400px;
  _height: 400px;
  padding: 35px 0 20px;
}

.content p {
  font-size: 16px;
}

.text-block {
  padding: 0 20px;
  max-width: 1080px;
  margin: 0 auto; 
}

.text-block h1 {
  font-weight: 300;
  font-size: 60px;
  margin: 0 0 .5em;
}

.common-wrapper {
  padding: 0 100px;
}

.header-block {
  position: relative;
  height: 183px;
  border-bottom: 1px solid #ccc;
}

.header-icon {
  float: right;
  margin-top: 17px;
  margin-right: 20px;
}

.logo{
  position: absolute;
  top: 28px;
  left: 53px;
}

.logo img {
  width: 100%;
}

.header-body {
  float: right;
  background: url('/images/header.jpg') 100% 0 no-repeat;
  background-size: 100%;
}

.top-menu {
  margin-top: 43px;
  margin-right: 20px;
  float: right;
}

.top-menu a {
  float: left;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  font-weight: 300;
  font-size: 17px;
  color: #1b1919;
  text-transform: uppercase;
  text-decoration: none;
  border-right: 1px solid #ccc;
}

.top-menu a:hover {
  text-decoration: underline;
}

.top-menu a:last-child {
  border: none;
}

.header-slogan {
  margin: -8px 190px 0 -55px;
  padding-left: 110px;
  height: 70px;
  line-height: 70px;
  font-weight: 100;
  font-size: 36px;
  border-top: 1px solid #ccc;
  text-transform: uppercase;
}

.top-menu a.tm-itemS {
  color: #e31717;
}

.header-T{
  width: 100%;
  height: 107px;
}

.header-B{
  width: 100%;
  padding-top: 3px;
}

.resposive-menu-trigger {
  height: 64px;
  float: right;
  width: 49px;
  padding: 0 12px;
  cursor: pointer;
  display: none;
}

.resposive-menu-trigger:hover span {
  background: #ce5555;
}

.resposive-menu-trigger span {
  display: block;
  width: 35px;
  height: 5px;
  margin: 5px auto;
  background: #e81c1d;
  transition: background .5s;
}

.resposive-menu-trigger span:first-child {
  margin-top: 19px;
}

.resposive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 11;
}

.resposive-menu-container A:link,
.resposive-menu-container A:visited {
  display: block;
  text-align: right;
  padding: 10px 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #C3C3C3;
  text-decoration: none;
  color: #FFF;
}

.resposive-menu-container A:hover {
  background: rgba(0,0,0,0.7);
}

.slogan{
  float: left;
  width: 740px;
  padding-top: 34px;
  font-size: 27pt;
  color: #000;
  font-family: Arial;
}

.years{
  float: right;
  padding-right: 32px;
}

.tm-main{
  float: left;
  padding-top: 13px;
  position: relative;
  z-index: 50;
}

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

.tm-itemH A.tm-link:link, .tm-itemH A.tm-link:visited{
  display: block;
  height: 37px;
}

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

.tm-item A.tm-link:hover, .tm-itemS A.tm-link:link, .tm-itemS A.tm-link:visited, .tm-itemH A.tm-link:link, .tm-itemH A.tm-link:visited{
  background-color: #DD1B1B;
  color: #FFF;
}

.tm-home{
  width: 72px;
}

.tm-profile{
  width: 172px;
}

.tm-products{
  width: 112px;
}

.tm-news{
  width: 73px;
}

.tm-partners{
  width: 109px;
}

.tm-faq{
  width: 70px;
}

.tm-materials{
  width: 229px;
}

.tm-contact{
  width: 113px;
}

.tm-sep{
  float: left;
  width: 2px;
  height: 55px;
}

.drop-menu{
  display: none;
  position: absolute;
  left: 0;
  top: 39px;
  background: url(../images/blank.gif);
}

.drop-menu A:link, .drop-menu A:visited{
  display: block;
  width: 196px;
  padding: 6px 20px 7px 20px;
  border-bottom: 1px solid #DEDCDD;
  color: #363C40;
  font-family: Verdana;
  font-size: 9pt;
  text-decoration: none;
  background: url(../images/dm-item.gif) repeat-x #F5F3F3;
}

.drop-menu A:hover{
  color: #DF1C1C;
  background-image: none;
  background-color: #F8F8F8;  
}

.home-cnt {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
}

.home-cnt p {
  max-width: 833px;
  margin: 0 auto 1em;
}

.block-ttl{
  font-weight: 300;
  font-size: 60px;
  color: #000;
  padding-bottom: 20px;
}

.block-ttl font{
  font-size: 20pt;
  text-transform: uppercase;
  color: #ED2323; 	
}

.left-menu {
  float: right;
  margin-right: 40px;
  width: 249px;
  padding-bottom: 50px;	
}

.left-menu label{
  display: block;
  max-width: 234px;
  height: 44px;
  line-height: 44px;
  background: url(../images/lm-label.jpg) no-repeat;
  padding-left: 15px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
  font-size: 28px;
  pointer-events: none;
}

.left-menu label span {
  display: none;
}

.left-menu A.lm-link:link, .left-menu A.lm-link:visited{
  display: block;
  padding: 8px 15px 9px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #b5b3b3;
}

.lm-item A:link, .lm-item A:visited{
  color: #000;
  background-color: #f3f0f0;
}

.lm-item A:hover, .lm-itemS A:link, .lm-itemS A:visited{
  background-color: #383838;
  color: #FFF;
}

.sub-menu{
  background: #fff;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #9EA299;
}

.sub-menu A:link, .sub-menu A:visited{
  display: block;
  padding: 6px 5px 7px 10px;
  text-decoration: none;
  font-size: 9pt;
  border-bottom: 1px solid #9EA299;
  color: #2E2E2E;
}

.sub-menu A.last:link, .sub-menu A.last:visited{
  border-bottom: 0;
}

.sm-item A:link, .sm-item A:visited{
  color: #2E2E2E;
}

.sm-item A:hover{
  color: #E61C1C;	
}

.sm-itemS A:link, .sm-itemS A:visited{
  background-color: #E61C1C;
  color: #FFF;
}

.data-L{
  float: left;
  padding-right: 30px;
  padding-bottom: 10px;
}

.data-R{
  float: left;
}

.cnt-inner{
  max-width: 620px;
}

.data-L div{
  clear: left;
  float: left;
  position: relative;
  z-index: 2;
  padding-top: 10px;
}

img.data-img{
  padding: 4px;
  border: 1px solid #E6E6E6;
  background-color: #FFF;
}

img.enlarge{
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.pl-item{
  float: left;
  width: 240px;
  margin: 35px 75px 0 0;
}

.pl-item p{
  font-size: 8pt;	
}

.pl-ttl{
  padding-bottom: 10px;
  text-transform: uppercase;
}

.pl-more{
  padding-top: 10px;	
}

.product-header{
  padding: 0 320px 20px 0;
  position: relative;
  z-index: 5;
}

.product-ttl{
  font-size: 20pt;
  text-transform: uppercase;
  color: #ED2323;  
}

.main-imgs{
  float: left;
  max-width: 350px;
  padding-right: 30px;
}

.main-imgs-txt{
  float: left;
  max-width: 580px;
}

.main-img{
  float: left;
  position: relative;
  margin-bottom: 10px;
}

.thumbs{
  clear: left;	
  width: 350px;
  padding-bottom: 10px;
}

.thumbs div{
  float: left;
  margin-right: 5px;
  position: relative;
  margin-bottom: 5px;
}

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

.data-files A:link, .data-files A:visited{
  float: left;
  display: block;
  height: 21px;
  padding: 8px 30px 4px 45px;
  background: url(../images/pdf-icon.gif) no-repeat;	
  color: #607C88;
  font-size: 10pt;
}

.news-item{
  width: 100%;
  padding: 10px 0;
}

.news-item p{
  color: #4C4C4C; 	
}

.news-ttl{
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  padding-top: 10px;
}

.news-ttl-inner{
  font-size: 20pt;
  text-transform: uppercase;
  color: #ED2323;  
}

.news-date{
  color: #E72B37;
  font-size: 8pt;
}

.news-date-inner{
  color: #E72B37;	
  font-size: 8pt;
  padding-bottom: 20px;
  padding-left: 20px;
}

.news-more{
  padding-top: 15px;	
}

.news-back{
  padding-top: 30px;
  text-align: right;
}

.data-sep{
  clear: both;
  border-bottom: 1px solid #D5D8D8;
  padding-top: 15px;
  margin-bottom: 15px;	
}

.faq-question{
  width: 100%; 
  margin-top: 30px;
}

.faq-question span{
  float: left; 
  display: block; 
  width: 20px; 
  text-align: center; 
  padding: 2px 10px 0 0; 
  font-size: 9pt;
  color: #E01A1A;
  font-weight: bold;
}

.faq-question A:link, .faq-question A:visited{
  float: left; 
  display: block; 
  max-width: 730px; 
  color: #000;  
  text-decoration: none;
  line-height: 150%;
}

.faq-question A:hover{
  color: #BEBEBE;
}

.faq-answer{
  max-width: 760px;	
  margin: 15px 0; 
  padding: 10px 20px 15px 20px;
  border: 1px dotted #BCBCBC;
  background-color: #F6F5F5;
}

.em-row{
  max-width: 950px;	
  margin-top: 30px;	
}

.em-even{
  background-color: #F3F0F0;
}

.em-caption{
  float: left;
  max-width: 570px;
  padding: 0 15px 10px 15px;
}

.em-media{
  float: left;
  max-width: 310px;
  padding: 10px 15px 10px 15px;
}

.em-media A:link, .em-media A:visited{
  clear: left;
  float: left;
  display: block;
}

.em-file:link, .em-file:visited{  	  
  height: auto;
  min-height: 21px;
  _height: 21px;
  padding: 8px 0 4px 58px;
  background: url(../images/pdf-icon.gif) 7px no-repeat;	
  color: #202020;
  font-size: 10pt;
  margin: 5px 0;
}

.em-video:link, .em-video:visited{
  height: 21px;
  padding: 14px 0 12px 58px;
  background: url(../images/video-icon.png) no-repeat;	
  color: #202020;
  font-size: 10pt;
  margin: 5px 0;
}

.video-data{
  display: none;	
}

.bottom-links {
  margin: 100px 0 150px;
  text-align: center;
}

.a-link{
  display: inline-block;
  padding-top: 3px;
  vertical-align: top;
  margin: 0 10px;
}

.a-link img{
  border: 1px solid #dfe1e5;	
}

.a-link A:hover img{
  border: 1px solid #BCBCBC;	
}

.footer {
  font-size: 13px;
  margin-top: 11px;
  background: #fc0000;
}

.f-top {
  padding: 60px 70px 20px;
  color: #fff;
}

.f-top a {
  color: #fff;
  text-decoration: none;
}

.f-top a:hover {
  text-decoration: underline;
}

.ft-block {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-right: 2%;
}

.ft-block:last-child {
  float: right;
  text-align: right;
  margin-right: 0;
  width: 30%;
}

.ft-block img {
  margin-top: -30px;
}

.ft-label {
  margin-bottom: 30px;
  font-family: Arial;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.f-bottom .ft-label {
  margin-bottom: 15px;
}

.ft-menu {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 55px;
  margin-bottom: 1em;
  padding: 0;
}

.ft-menu li {
  padding: 0;
}

.ft-menu:last-child {
  margin: 0;
}

.f-bottom {
  padding: 40px 70px;
  color: #fff;
}

.f-bottom a {
  color: #fff;
  text-decoration: none;
}

.f-bottom a:hover {
  text-decoration: underline;
}

.fb-left {
  float: left;
}

.fb-right {
  float: right;
}

.ft-quest {
  font-size: 24px;
  font-weight: 300;
}

.ft-phone {
  font-size: 30px;
  font-weight: 900;
}

@media (max-width: 1590px) {
  .top-menu a {
    padding: 0 10px;
  }

  .header-slogan {
    padding-left: 0;
    text-align: right;
  }
}

@media (max-width: 1515px) {
  .top-menu a {
    padding: 0 8px;
    font-size: 14px;
  }
}

@media (max-width: 1395px) {
  .logo {
    width: 200px;
    top: 10px;
    left: 5px;    
  }
}

@media (max-width: 1230px) {
  .cnt-R {
    width: 75%;
  }

  .common-wrapper {
    padding: 0 10px;
  }
}

@media (max-width: 1205px) {
  .header-icon {
    display: none;
  }

  .header-slogan {
    margin: 0;
  }

  .top-menu {
    height: 69px;
  }
}

@media (max-width: 1175px) {
  .left-menu {
    margin-right: 0;
    float: left;
  }
}

@media (max-width: 1090px) {
  .block-ttl {
    font-size: 30px;
  }

  .cnt-L {
    float: none;
  }

  .cnt-L:after {
    content: '';
    clear: both;
    display: block;
  }

  .cnt-R {
    float: none;
    width: auto;
    padding: 0 10px;
  }

  .lm-wrapper {
    display: none;
  }

  .left-menu {
    margin: 10px;
    position: relative;
    padding-bottom: 20px;
  }

  .left-menu label {
    border-radius: 10px;
    font-size: 25px;
    cursor: pointer;
    pointer-events: all;
  }

  .left-menu label span {
    display: inline;
  }

  .content {
    padding-top: 0
  }

  .lm-wrapper {
    overflow: hidden;
    border-radius: 10px;
    top: 52px;
    width: 249px;
    position: absolute;
    z-index: 2;
  }
}

@media (min-width: 1091px) {
  .lm-wrapper {
    display: block !important;
  }
}

@media (max-width: 1045px) {
  .top-menu {
    display: none;  
  }

  .resposive-menu-trigger {
    display: block;
  }

  .header-slogan {
    font-size: 25px;
  }

  .header-block {
    height: 130px;
  }
}

@media (min-width: 1045px) {
  .resposive-menu-container {
    display: none !important;
  }
}

@media (max-width: 920px) {
  .ft-block:last-child {
    display: none;
  }

  .ft-block {
    width: 30%;
  }
}

@media (max-width: 820px) {
  .header-slogan {
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  .main-imgs {
    padding: 0;
    max-width: 90%;
  }

  .thumbs {
    width: auto;
    max-width: 90%;
  }
}

@media (max-width: 710px) {
  .header-slogan {
   font-size: 15px;
   font-weight: 500;
  }

  .ft-block {
    text-align: center;
    display: block;
    width: auto;
    margin: 0 0 50px;
  }

  .ft-menu {
    display: block;
    margin: 0;
  }

  .fb-left,
  .fb-right {
    float: none;  
    text-align: center;
  }

  .ft-label {
    text-align: center;
  }

  .home-cnt {
    padding: 0 10px;
  }

  .bottom-links {
    margin: 30px 0;
  }

  .text-block h1 {
    font-size: 35px;
  }
}

@media (max-width: 595px) {
  .logo {
    width: 100px;
  }

  .header-slogan {
    padding-left: 0;
  }
}

@media (max-width: 385px) {
  .header-slogan {
    display: none;
  }

  .header-block {
    height: 67px;
  }
}