html, body{
      font-family: 'Roboto', arial;
      font-weight: 400;
      font-size: 13.5pt;
      line-height: 1.5;
      margin: 0;
      padding: 0;
}

a{
      cursor: pointer;
      color: #000;
      text-decoration: none;
}

a:hover{
      color: #d81823;
}

#top{
      height: 150px;
      background: url('../images/template/top.png') top center #232D49 no-repeat;
      background-size: auto 150px;
}

#logo{
      float: left;
      width: 195px;
      height: 95px;
      margin: 27px 0 0 50px;
}

#logo img{
      max-width: 100%;
}

.container{
      width: calc(100% - 30px);
      max-width: 1370px;
      margin: 0 auto;
      text-align: center;
      padding: 0 15px;
}

.lightToBottom h2 a{
      color: white;
}

.lightToBottom h2 a:hover{
      text-decoration: underline;
}

#menu{
      text-align: right;
      padding: 25px 35px 25px 0;
      line-height: 30px;

}

#menu a{
      font-size: 13.5pt;
      font-weight: 500;
      margin: 0 15px;
      color: white;
      font-family: 'Roboto Condensed';
}

#menu a:hover{
      text-decoration: underline;
}

#productMenu{
      background: #F3E300;
      background: linear-gradient(180deg,rgba(243, 227, 0, 1) 0%, rgba(251, 202, 0, 1) 100%);
      height: 70px;
      display: inline-block;
      float: right;
      border-radius: 10px 0 0 10px;
      overflow: hidden;
}

#productMenu{
      font-weight: 400;
      font-size: 0;
      font-family: 'Roboto Condensed';
      text-transform: uppercase;
      line-height: 70px;
      letter-spacing: -0.5px;
      padding-right: 35px;
}

#productMenuLabel{
      background: #FDBF16;
      padding: 0 15px;
      height: 70px;
      display: inline-block;
      border-right: 1px solid #EFB91B;
      font-size: 15pt;
}

#productMenu a, .tabs a{
      padding: 0 15px;
      height: 70px;
      display: inline-block;
      font-size: 15pt;
}

#productMenu a:hover, .tabs a:hover, .tabActive{
      background: #FDBF16;
      color: black;
}

.mobile{
      display: none;
}

.light{
      overflow: hidden;
}

#main{
      background: url('../images/template/main.png') center center;
      background-size: cover;
      height: 600px;
      overflow: hidden;
      text-align: center;
}

#mainLabel{
      background: rgba(59,74,107,0.5);
      margin: 200px  auto 0 auto;
      text-align: center;
      color: white;
      padding: 20px 80px;
      display: inline-block;
      line-height: normal;
      text-transform: uppercase;
}

#mainLabel h1{
      font-weight: 200;
      font-family: 'Roboto Condensed';
      font-size: 24pt;
}

#mainLabel h1 b{
      font-weight: 600;
      margin-bottom: 5px;
      display: block;
      font-size: 32pt;
}

#products{
      background: #3B4A6B;
      color: white;
      overflow: visible;
      padding-top: 1px;
      padding-bottom: 70px;
      cursor: default;
}

h2{
      text-align: center;
      text-transform: uppercase;
      font-weight: 400;
      font-family: 'Roboto Condensed';
      font-size: 28pt;
      margin-bottom: 50px;
}

.product{
      margin: 25px 0;
      text-align: left;
      overflow: hidden;
      width: 50%;
      float: left;
}

.lightToBottom{
      background: url('../images/template/light-to-bottom.png') center bottom no-repeat;
      min-height: 242px;
      overflow: hidden;
}

.lightToTop{
      background: url('../images/template/light-to-top.png') center top no-repeat #3B4A6B;
      min-height: 242px;
      overflow: hidden;
}

#offer{
      color: white;
      text-align: center;
      padding: 80px 50px 50px 50px;
}

#products .lightToBottom{
      margin-top: -50px;
}

#productsContent{
      padding: 45px 0;
}


#products h2{
      margin-top: 100px;
}

#productsContent div{

}

.productDescription{
      font-size: 12pt;
      font-weight: 300;
      padding-left: 80px;
}

.product h3{
      text-transform: uppercase;
      font-family: 'Roboto Condensed';
      font-weight: 500;
      font-size: 18pt;
      background: url('../images/template/roll.png') center left no-repeat;
      padding-left: 80px;

}

.btn{
      background: #F3E300;
      background: linear-gradient(180deg,rgba(243, 227, 0, 1) 0%, rgba(251, 202, 0, 1) 100%);
      padding: 12px 25px;
      color: black;
      text-transform: uppercase;
      border-radius: 10px;
      font-family: 'Roboto Condensed';
      font-size: 14pt;
      font-weight: 400;
      transition: background 0.2 linear;
}

.btn:hover{
      background: #F3E300;
      color: black;
}

#about{
      background: #556A99;
      color: white;
      padding: 70px 0 100px 0;
      font-weight: 300;
}

#about .container{
      max-width: 990px;
}

#ref div, #ref div a{
      font-size: 0;
      padding: 0;
      line-height: 0;
}

#ref div a{
      width: calc(16.6666% - 2px);
      height: 30vh;
      max-height: 160px;
      margin: 1px;
      display: inline-block;
}

#ref img{
      width: 100%;
      height: 100%;
      object-fit: cover;
}

#ref div{
      padding-top: 15px;
}

#ref img:hover{
      filter: contrast(130%);
}

#ref{
      background: #F3E300;
      background: linear-gradient(180deg,rgba(243, 227, 0, 1) 0%, rgba(251, 202, 0, 1) 100%);
      border-radius: 20px;
      margin-top: -20px;
      padding-bottom: 40px;
      z-index: 5;
      position: relative;
}

#ref h2{
      margin: 70px 0;
}

#footer a{
      color: white;
}

#footer a:hover{
      text-decoration: underline;
}

#footer{
      background: url('../images/template/footer.png') center top no-repeat;
      background-size: cover;
      padding: 40px 0;
      line-height: 30px;
      min-height: 30px;
      color: white;
      font-size: 10pt;
      font-weight: 300;
      text-align: center;
}

#footer div{
      display: inline-block;
      padding: 0 25px;
}

#contact{
      background: #323F5E;
      background: linear-gradient(0deg,rgba(50, 63, 94, 1) 0%, rgba(34, 44, 72, 1) 100%);
      overflow: hidden;
      color: white;
      margin-top: -20px;
      padding: 70px 0;
}

.tabs{
      background: #F3E300;
      background: linear-gradient(180deg,rgba(243, 227, 0, 1) 0%, rgba(251, 202, 0, 1) 100%);
      height: 70px;
      display: inline-block;
      font-size: 0;
      width: 100%;
      max-width: 800px;
      border-radius: 10px;
      overflow: hidden;
}

.tabs a{
      line-height: 70px;
      text-transform: uppercase;
      width: 33.3%;
      display: inline-block;
      padding: 0;
}

#contactContent{
      font-weight: 300;
      font-family: 'Roboto Condensed';
      cursor: default;
}

#contactContent a{
      color: white;
}

#contactContent a:hover{
      text-decoration: underline;
}

#tab0{
      font-size: 22pt;
}

#tab0, #tab1, #tab2{
      padding: 120px 0 70px 0;
}

.user{
      max-width: 600px;
      width: 100%;
      margin: 0 auto 40px auto;
}

.cName{
      float: left;
      font-weight: 600;

}

.cFunction{
      float: left;
      font-size: 12pt;
      font-weight: 300;
}

.cPhone{
      float: right;
      font-weight: 300;

}

.cEmail{
      float: right;

      font-weight: 300;
}

@media all and (max-width: 700px) {

.product {
  width: 100%;
  float: none;
}

.tabs{
      height: 60px;
}

.tabs a{
      font-size: 12pt;
      height: 60px;
      line-height: 60px;
}

.product h3{
      font-size: 16pt;
      margin-top: 5px;
}

.product{
      margin: 15px 0;
}

#productsContent .cleaner{
      display: none;
}

#products{
      padding-bottom: 20px;
}

#offer{
      padding: 40px;
}

h2{
      font-size: 22pt;
}

#about{
      padding: 40px 0 60px 0;
}

.container{
}

#ref h2{
      margin: 40px 0;
}



#menu{
      line-height: 29px;
}

#menu a{
      display: block;
}

.tabs{
      height: auto;
}

.tabs a{
      display: block;
      width: 100%;
}

#tab0, #tab1, #tab2{
      padding: 60px 0 35px 0;
}

#footer{
      padding: 25px 0;  
}

}
@media all and (max-width: 1300px) {

#productMenu{
      float: none;
      width: 100%;
      margin-top: 25px;
}

#top{
      min-height: 130px;
      height: auto;
      font-size: 0;

}

#menu{
      padding-top: 20px;
}

#productMenu a{
      font-size: 14pt;

}

#main{
      height: 500px;
}

#mainLabel{
      margin-top: 160px;
}

#mainLabel h1 b{
      font-size: 26pt;
}


}

@media all and (max-width: 1000px) {

#logo{
      width: 150px;
      margin: 25px 0 0 25px;
}

#productMenu{
      height: auto;
      text-align: center;
      float: none;
      padding-right: 0;
      margin-top: 0;
      border-radius: 8px 8px 0 0;
}

#productMenu a{
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 4px 0;
}

#productMenuLabel{
      width: 100%;
      display: block;
      padding: 0;
}

#ref div a{
      width: calc(50% - 2px);
}

.desktop{
      display: none;
}

.mobile{
      display: block;
}

#ref .mobile{
      text-align: center;
      margin: 25px 0;
}

#services .btns{
      margin: 50px 0 60px 0;
}

#contact{
      padding-bottom: 50px;
}


.user{
      float: none;
      margin-left: auto;
      margin-right: auto;
}

}
.fl{ float: left; }

.fr{ float: right; }

.cleaner{ clear: both; height: 0; overflow: hidden; display: block; }

.f7 { font-size:  7pt; }
.f8, .f8 th, .f8 td { font-size:  8pt !important }
.f9 { font-size:  9pt; }
.f10{ font-size: 10pt; }
.f11{ font-size: 11pt; }
.f12{ font-size: 12pt; }
.f13{ font-size: 13pt; }
.f14{ font-size: 14pt; }
.f15{ font-size: 15pt; }
.f16{ font-size: 16pt; }
.f17{ font-size: 17pt; }
.f18{ font-size: 18pt; }
.f19{ font-size: 19pt; }
.f20{ font-size: 20pt; }
.f21{ font-size: 21pt; }
.f22{ font-size: 22pt; }
.f23{ font-size: 23pt; }
.f24{ font-size: 24pt; }

.bold{ font-weight: bold; }
.normal{ font-weight: normal; }
.nodecor{ text-decoration: none; }
.noborder{ border: 0 !important; }
.hand, .pointer{ cursor: pointer !important; }
.cdefault{ cursor: default !important; }
.tleft{text-align: left}
.tcenter{text-align: center}
.tright{text-align: right !important}
.decor{text-decoration: underline !important}

.red{ color: red }
.gray{ color: #777777}
.white{ color: white }
.black{ color: black }

.mcenter{ margin: auto }

.center{ margin: auto }

.nobg{ background: transparent !important }

.hidden{display: none; }
.hiddenI{display: none !important}

#null, #preload{display: none}

.nocellspacing{ border-collapse: collapse; }

.nocellpadding td, .nocellpadding th{ padding:0 }

.inlineblock{
      display: inline-block;
}

.block{
      display: block !important;
}/* http://dbrekalo.github.io/simpleLightbox/ */
.slbOverlay,.slbWrapOuter,.slbWrap{position:fixed;top:0;right:0;bottom:0;left:0}.slbOverlay{overflow:hidden;z-index:2000;background-color:#000;opacity:0.7;-webkit-animation:slbOverlay 0.5s;-moz-animation:slbOverlay 0.5s;animation:slbOverlay 0.5s}.slbWrapOuter{overflow-x:hidden;overflow-y:auto;z-index:2010}.slbWrap{position:absolute;text-align:center}.slbWrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.slbContentOuter{position:relative;display:inline-block;vertical-align:middle;margin:0px auto;padding:0 1em;box-sizing:border-box;z-index:2020;text-align:left;max-width:100%}.slbContentEl .slbContentOuter{padding:5em 1em}.slbContent{position:relative}.slbContentEl .slbContent{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;background-color:#fff;box-shadow:0 0.2em 1em rgba(0,0,0,0.4)}.slbImageWrap{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;position:relative}.slbImageWrap:after{content:"";position:absolute;left:0;right:0;top:5em;bottom:5em;display:block;z-index:-1;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background-color:#FFF}.slbDirectionNext .slbImageWrap{-webkit-animation:slbEnterNext 0.4s;-moz-animation:slbEnterNext 0.4s;animation:slbEnterNext 0.4s}.slbDirectionPrev .slbImageWrap{-webkit-animation:slbEnterPrev 0.4s;-moz-animation:slbEnterPrev 0.4s;animation:slbEnterPrev 0.4s}.slbImage{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:5em 0;margin:0 auto}.slbCaption{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;font-size:1.4em;position:absolute;left:0;right:0;bottom:0;padding:.71429em 0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbCloseBtn,.slbArrow{margin:0;padding:0;border:0;cursor:pointer;background:none}.slbCloseBtn::-moz-focus-inner,.slbArrow::-moz-focus-inner{padding:0;border:0}.slbCloseBtn:hover,.slbArrow:hover{opacity:0.5}.slbCloseBtn:active,.slbArrow:active{opacity:0.8}.slbCloseBtn{-webkit-animation:slbEnter 0.3s;-moz-animation:slbEnter 0.3s;animation:slbEnter 0.3s;font-size:3em;width:1.66667em;height:1.66667em;line-height:1.66667em;position:absolute;right:-.33333em;top:0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbLoading .slbCloseBtn{display:none}.slbLoadingText{font-size:1.4em;color:#fff;color:rgba(255,255,255,0.9)}.slbArrows{position:fixed;top:50%;left:0;right:0}.slbLoading .slbArrows{display:none}.slbArrow{position:absolute;top:50%;margin-top:-5em;width:5em;height:10em;opacity:0.7;text-indent:-999em;overflow:hidden}.slbArrow:before{content:"";position:absolute;top:50%;left:50%;margin:-.8em 0 0 -.8em;border:.8em solid transparent}.slbArrow.next{right:0}.slbArrow.next:before{border-left-color:#fff}.slbArrow.prev{left:0}.slbArrow.prev:before{border-right-color:#fff}.slbIframeCont{width:80em;height:0;overflow:hidden;padding-top:56.25%;margin:5em 0}.slbIframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background:#000}@-webkit-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-moz-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-webkit-keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnter{from{opacity:0;-moz-transform:translate3d(0, -1em, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0);-moz-transform:translate3d(0, -1em, 0);-ms-transform:translate3d(0, -1em, 0);-o-transform:translate3d(0, -1em, 0);transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes slbEnterNext{from{opacity:0;-webkit-transform:translate3d(4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnterNext{from{opacity:0;-moz-transform:translate3d(4em, 0, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnterNext{from{opacity:0;-webkit-transform:translate3d(4em, 0, 0);-moz-transform:translate3d(4em, 0, 0);-ms-transform:translate3d(4em, 0, 0);-o-transform:translate3d(4em, 0, 0);transform:translate3d(4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes slbEnterPrev{from{opacity:0;-webkit-transform:translate3d(-4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@-moz-keyframes slbEnterPrev{from{opacity:0;-moz-transform:translate3d(-4em, 0, 0)}to{opacity:1;-moz-transform:translate3d(0, 0, 0)}}@keyframes slbEnterPrev{from{opacity:0;-webkit-transform:translate3d(-4em, 0, 0);-moz-transform:translate3d(-4em, 0, 0);-ms-transform:translate3d(-4em, 0, 0);-o-transform:translate3d(-4em, 0, 0);transform:translate3d(-4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}
