html, body{
      font-family: 'Montserrat', arial;
      font-weight: 400;
      font-size: 12pt;
      line-height: 1.5;
      margin: 0;
      padding: 0;
}

h1, h2, h3, h4{
      line-height: normal;
}

a{
      cursor: pointer;
      color: #000;
      text-decoration: none;
}

a:hover{
      color: #d81823;
}

#topMenu{
      height: 58px;
      line-height: 58px;
      background: linear-gradient(0deg,#111E2E 0%, #21324C 100%);
}

.container{
      width: calc(100% - 30px);
      max-width: 1400px;
      margin: 0 auto;
      text-align: center;
}

#topMenu .container{
      text-align: right;
}

#topMenu a{
      color: white;
      font-family: var(--decorative);
      font-size: 13pt;
      text-transform: uppercase;
      margin-left: 40px;
      padding-bottom: 4px;
}

#topMenu a:hover{
      border-bottom: 2px solid var(--red);
}

#logo{
      width: 300px;
      height: 60px;
      background: url('/images/template/logo-black.png') center left no-repeat;
      background-size: contain;
      float: left;
      margin-top: 40px;
}

#mainMenu{
      text-align: right;
      margin-top: 56px;
      float: right;
}

.mobile, #mobileMenu{
      display: none;
}

#mainMenu a{
      color: black;
      font-family: var(--decorative);
      font-size: 14pt;
      text-transform: uppercase;
      margin-left: 30px;
}


#mainMenu a:hover{
      color: var(--red);
}

#menuLine{
      height: 140px;
}

#homeSlides{
      height: 750px;
      background: #13233A;
      overflow: hidden;
}

.slide{
      width: 100%;
      height: 100%;
      cursor: default;
}

.slide h2{
      text-align: left;
}

#slide1{
      background: url('/images/template/slide-1.jpg') center top no-repeat;
}

#slide2{
      background: url('/images/template/slide-2.jpg') center top no-repeat;
}


#slide3{
      background: url('/images/template/slide-3.jpg') center top no-repeat;
}

.slide{
      background-size: cover !important;

}

#homeInfo{
      box-shadow: 0 -1px 6px #333, 0px -1px 6px #333;
      margin-top: -50px;
      height: 100px;
      background: white;
      z-index: 5;
      position: relative;
}

#homeInfoContent{
      padding: 0 0 0 20px;
}

#homeInfoContent div{
      width: calc(20% - 34px);
      padding: 15px 15px;
      text-align: left;
      float: left;
      margin: 10px 0;
      cursor: default;
      transition: background 0.5s;
}

#homeInfoContent div:hover{
      background: #f5f5f5;
}

#homeInfo b{
      float: left;
      font-size: 32pt;
      font-family: var(--decorative);
      margin-right: 10px;
      height: 50px;
      line-height: 50px;
}


#homeInfoMask{
      height: 18px;
      margin-top: -10px;
      background: white;
      margin-bottom: 60px;
      z-index: 6;
      position: relative;
}

#homeInfo span{
      font-size: 11.5pt;
      line-height: 20px;
      display: block;
      padding-top: 5px;
      color: #4d4d4d;
}

.subH{
      font-size: 14pt;
      text-align: center;
      margin-bottom: -40px;
}

h1{
      font-size: 28pt;
      margin: 60px auto 50px auto;
      text-align: center;
      font-family: var(--decorative);
      text-transform: uppercase;
      cursor: default;
      padding: 0 15px;
}

h1 i, h2 i{
      display: block;
      width: 80px;
      height: 2px;
      background: var(--red);
      margin: 50px auto 0 auto;
}


.categories{
      margin: 50px auto;
      text-align: center;
      font-size: 0;
}

.cat{
      width: calc(25% - 24px - 40px);
      background: var(--lightblue);
      border-top: 5px solid var(--blue);
      display: inline-block;
      margin: 0 12px 24px 12px;
      padding: 25px 20px;
      text-align: left;
      cursor: pointer;
      transition: background 500ms;

}

.cat:hover, .cat.active{
      background: var(--blue);
      color: white;
}

.cat h4{
      margin: 0 0 25px 0;
      font-family: var(--decorative);
      text-transform: uppercase;
      font-size: 13pt;
      font-weight: 500;
      line-height: 1.5;
}

.cat p{
      margin: 25px 0;
      font-size: 12pt;
}

.cat span{
      color: var(--red);
      text-transform: uppercase;
      font-weight: 500;
      cursor: pointer;
      font-size: 13pt;
}

.cat:hover span{
      color: white;
}

.cat span:hover{
      text-decoration: underline;
}

#yourWish{
      background: url('/images/template/your-wish.jpg') center top no-repeat;
      background-size: cover;
}

#extraService{
      background: url('/images/template/extra-service.jpg') center top no-repeat;
      background-size: cover;
}

.serviceText{
      max-width: 570px;
      width: calc(50%);
}

#yourWish .serviceText{
      float: right;
}

#extraService .serviceText{
      float: left;
}

.serviceText{
      text-align: left;
      margin: 35px 0;
}

.serviceDesc h2{
      font-family: var(--decorative);
      font-size: 26pt;
      text-transform: uppercase;
      margin-bottom: 30px;
      text-align: left;
}

#yourWish h2 b{
      color: var(--blue);
}

#extraService h2 b{
      color: var(--red);
}

.serviceText p{
      font-size: 11pt;
      margin: 15px 0;
}

.btn{
      padding: 10px 25px;
      border-radius: 3px;
      transition: background 0.15s;
      display: inline-block;
}

.btnRed{
      background: var(--red);
      color: white;
}

.btnRed:hover{
      color: white;
      background: #FF2659
}

.btnWhite{
      background: #eee;
      color: black;
}

.btnWhite:hover{
      color: black;
      background: #fff;
}

.serviceBtns{
      margin: 35px 0 35px 0;
}

.serviceBtns .btn{
      margin-right: 15px;
      text-decoration: none;
}

.serviceBtns a{
      text-decoration: underline;
}

#footer{
      background: url('/images/template/footer.jpg') center top no-repeat;
      color: white;
      padding-top: 100px;
      min-height: 424px;
      cursor: default;
}

#footer a, #subfooter a{
      color: white;
}

#footer a:hover, #subfooter a:hover{
      text-decoration: underline;
}

#footerLeft{
      float: left;
      width: 300px;
      text-align: left;
}

#footerRight .footerAllContact{
      margin-top: -42px;
      float: right;
}

#footerRight{
      float: right;
      min-width: 550px;
      text-align: left;
}

#footer h5{
      font-family: var(--decorative);
      font-size: 20pt;
      text-transform: uppercase;
      font-weight: 500;
      margin: 0 0 15px 0;
}

.footerOpening{
      text-transform: uppercase;
      margin-bottom: 90px;
      font-size: 11pt;
}

#footerPhone{
      font-family: var(--decorative);
      font-size: 36pt;
}

#footerEmail{
      font-size: 26pt;
      font-family: var(--decorative);
      margin-top: 10px;
      margin-bottom: 90px;
      display: inline-block;
}

.footerAllContact{
      text-transform: uppercase;
      font-size: 11pt;
}

.footerOffice{
      margin-top: 50px;
}

.footerOfficeName{
      width: 32%;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 15pt;
      float: left;

}

.footerOfficeAddress, .footerOfficePhone{
      width: 38%;
      font-size: 13pt;
      float: left;
      margin-top: -2px;
}

.footerOfficePhone{
      text-align: right;
      width: 30%;
}

#subfooter{
      background: black;
      color: white;
      padding: 50px 0 20px 0;
      font-size: 10pt;
}

#subfooterLeft{
      float: left;
      text-align: left;
      width: 50%;
}

#subfooterRight{
      float: right;
      text-align: right;
      width: 50%;
}

#subfooterRight a{
      margin-left: 15px;
}

#footerLogo{
      float: left;
      margin-right: 15px;
      margin-top: -18px;
}

.slide{
      color: white;
      overflow: hidden;
      display: none;
}

.slide .container{
      text-align: left;
}

.slideSubH{
      text-transform: uppercase;
      font-size: 22pt;
      margin-top: 140px;
}

.slide h2{
      font-family: var(--decorative);
      text-transform: uppercase;
      font-size: 38pt;
      font-weight: 500;
      line-height: 1.1;
      margin: 30px 0;
}

.slide p{
      font-size: 14pt;
      font-weight: 500;
      max-width: 45%;
      line-height: 1.5;
      margin: 0;
}

.slide .btn{
      margin-top: 60px;
      font-weight: 500;
      font-size: 14pt;
      padding: 15px 25px;
}

.slide h2 i{
      display: block;
      width: 80px;
      height: 1px;
      background: white;
      margin: 25px 0;
}

#contacts{
      padding-bottom: 100px;
}

#contacts h2{
      border-bottom: 2px solid var(--red);
      font-family: var(--decorative);
      margin: 65px 0 30px 0;
      padding-bottom: 15px;
      text-transform: uppercase;
      font-size: 13pt;
      font-weight: 500;
      padding-left: 12px;
      cursor: default;
      text-align: left;
}

#contacts .cat h4{
      margin: 0;
      font-size: 12pt;
}

#contactsContent{
      text-align: left;

}

.contactCompany{
      color: var(--blue);
      font-weight: 500;
}

.contactCol{
      width: calc(25% - 24px);
      margin: 0 12px;
      float: left;
      line-height: 1.8;
      font-size: 11pt;
      cursor: default;
}

.subHdesc{
      cursor: default;
}


.contactCol h4{
      margin: 0;
}

.location{
      margin-bottom: 10px;
      display: inline-block;
}


a.location{
      background: url('/images/template/location.png') center left no-repeat;
      padding-left: 20px;
      text-decoration: underline;
      line-height: 20px;
      height: 20px;
      display: inline-block;
      margin: 0;
}


.tab{
      display: inline-block;
      width: 50px;
}

.subContact2{
      width: calc(50% - 20px);
      float: left;
}

.subContact2 .contactCol{
      width: calc(50% - 24px);
}

.subContact2-1st{
      margin-right: 40px;
}

.contactCol a:hover{
      text-decoration: underline;
}

#pageBanner{
      background: url('/images/template/page-banner.jpg') center center no-repeat;
      height: 275px;
      margin-bottom: 60px;
}

.spacer{
      height: 100px;
}

.text{
      text-align: left;
      max-width: calc(1000px - 50px);
      padding: 0 25px;
      width: calc(100% - 50px);
}

.eu{
      max-width: 1000px;
      margin-top: 80px;
      margin-bottom: 100px;
}

.eu h4{
      font-family: var(--decorative);
      font-weight: 500;
      margin: 0 0 50px 0;
      font-size: 18pt;
}

.eu img{
      width: calc(50% - 20px);
}

.euimg1, .euimg4{
      float: left;
}

.euimg2, .euimg3, .euimg5{
      float: right;
}

.eu div{
      margin-bottom: 60px;
}

.gallery{
      font-size: 0;
      line-height: 1;
      margin-bottom: 150px;

}

.gallery a{
      width: 33.33%;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: 400ms;
      float: left;
      text-align: center;
      font-size: 0;
      overflow: hidden;
      display: block;
      position: relative;

}

.gallery img{
      left: 50%;
      position: relative;
      transform: translateX(-50%) ;
      margin: 0 auto;
      display: block;
      width: 100%;

}

.gallery a:hover{
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
}


h2{
      font-family: var(--decorative);
      text-transform: uppercase;
      margin: 50px 0;
      text-align: center;
}

#helpBox h2{
      line-height: 1.5;
}

#helpBox{
      background: var(--lightblue);
      padding: 10px;
      margin: 90px 0 0 0;
      text-align: center;
}

.productText .gallery{
      margin: 90px 0 0 0;
      height: 280px;
      overflow: hidden;
}

.productText .gallery img{
      max-height: 280px
}

.btnUp{
      text-align: center;
      margin: -25px auto 90px auto;
      z-index: 10;
      position: relative;
}

.productText h2{
      margin: 50px auto 35px auto;
}

.productText h2 i{
      margin-top: 35px;
}

.productText{
      line-height: 1.7;
}

.helpBoxText{
      margin-bottom: 50px;
      text-align: center;
}

.helpBox h2, .productText h2{
      font-size: 16pt;
}

.yourWishCar{
      display: none;
}
:root {
  --decorative: 'Righteous';
  --red: #D9204B;
  --blue: #2285DB;
  --lightblue: #EFF5F8;  
}
@media all and (max-width: 1150px) {

#mainMenu{
      margin-top: 60px;
}

#mainMenu a{
      font-size: 12pt;

}

#logo{
      width: 250px;
}

.slide .slideSubH{
      font-size: 15pt;
}

.slide h2{
      font-size: 24pt;
}

.slide .btn{
      font-size: 15pt;
      padding: 12px 18px;
}

#homeSlides{
      height: 600px;
}

.slide h2{
      line-height: 1.2;
}

}
@media all and (max-width: 990px) {

body{
      font-size: 12pt;
}

.desktop{
      display: none;
}

.mobile{
      display: block;
}

#topMenu a{
      font-size: 12pt;
      margin-left: 30px;
}

#showMenu{
      width: 50px;
      height: 50px;
      background: url('/images/template/mobile-menu.png') center center no-repeat;
      float: right;
      margin: 20px 5px 0 0;
}

.closeMenu{
      background: url('/images/template/mobile-menu-close.png') center center no-repeat !important;
}

#mobileMenu{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 148px;
      z-index: 100;
      background: rgba(0, 41, 93, 0.98);
      height: calc(100% - 148px);
      overflow: hidden;
      overflow-y: auto;
      text-align: center;
      display: none;
}

#mobileMenu a{
      color: white;
      font-size: 16pt;
      display: block;
      padding: 25px 0;
      font-family: var(--decorative);
      font-size: 14pt;
      text-transform: uppercase;
}

.mobileBlock{
      display: inline-block;
}

#mobileMenu a:hover{
      text-decoration: underline;
}


#mainMenu{
      display: none;
}

#logo{
      width: 50%;
      max-width: 300px;
      margin-top: 15px;

}

#menuLine{
      height: 90px;
}

#homeInfoContent{
      padding: 10px 0 0 0px;
}

#homeInfoContent div{
      width: calc(50% - 0px);
      padding: 0px 0;
      margin: 0;
}

#homeInfoContent div:hover{
      background: transparent;
}

#homeInfo{
      height: 120px;
}

#homeInfo b{
      font-size: 22pt;
      width: 55px;
      text-align: right;
      letter-spacing: -0.2px;
}

#homeInfo span{
      font-size: 9pt;
      letter-spacing: -0.1px;
      line-height: 1.4;
      padding-top: 8px;
}

.cat {
  width: calc(50% - 24px - 40px);
}

.serviceDesc h2{
      font-size: 22pt;
}

.serviceBtns a{
      white-space: nowrap;
}

.serviceBtns .btn{
      margin-bottom: 20px;
}

#yourWish {
      background: #e0f0fa;
}

#extraService{
      background: white;
}

.serviceText{
      width: 100%;
      float: none !important;
      overflow: hidden;
      margin: 0;
      max-width: 100%;
}

.serviceText{
      background: url('/images/template/your-wish-bg.jpg') center top no-repeat;
      background-size: cover;
      padding: 0 15px;
      width: calc(100% - 30px);
}

#extraService .serviceText{
      background: white;
}

.yourWishCar{
      display: block;
      font-size: 0;
      line-height: 0;
}

.serviceDesc img{
      width: 100%;
}

.serviceDesc .container{
      width: 100%;
}

#footer{
      background: transparent;
      padding: 0;
}

#footerLogo{
      float: none;
      margin-top: -25px;
}

#footerLeft{
      background: url('/images/template/footer-mobile-top.jpg') center right;
      background-size: cover;
      padding: 30px 30px 30px 30px;
      width: calc(100% - 60px);
}

#footerRight{
      background: url('/images/template/footer-mobile-bottom.jpg?2') center left;
      background-size: cover;
      padding: 40px 30px 40px 30px;
      width: calc(100% - 60px);
      font-size: 11.5pt;
      min-width: auto;

}

#footer .container{
      width: 100%;
}

#footerRight h5{
      display: block;
}

#footerLeft, #footerRight{
      float: none;

}

#footerRight .footerAllContact{
      float: none;
}

.footerOfficeName{
      float: none;
      width: 100%;
      font-size: 13pt;
}

.footerOfficePhone, .footerOfficeAddress{
      width: 50%;
}

.slideSubH{
      margin-top: 40px;
}

#pageBanner{
      height: 175px;
      margin-bottom: 40px;
      background-size: auto 100%;
}

h1{
      font-size: 24pt;
}

.bodyOverflow{
      overflow: hidden;
}


}
@media all and (max-width: 700px) {

.cat {
      width: calc(100% - 40px);
      margin: 0 0 24px 0;
}

.cat h4 br{
      display: none;
}

h1{
      font-size: 24pt;
      margin-bottom: 35px;
}

h1 i, h2 i{
      margin-top: 35px;
}

#homeInfoMask{
      margin-bottom: 40px;
}





}@media all and (max-width: 700px) {

#subfooterLeft, #subfooterRight{
      float: none;
      text-align: center;
      width: 100%;
}

#subfooterLeft .mobile{
      display: none
}

#subfooterRight a{
      margin: 10px 0 0 0;
      display: inline-block;
}

#footerLogo{
      margin-bottom: 8px;
}

.slide p, .slide h2 i{
      display: none;
}

.slide .slideSubH{
      font-size: 12pt;
}

.slide h2{
      font-size: 18pt;
}

.slide .btn{
      font-size: 13pt;
      padding: 10px 15px;
      font-family: var(--decorative);
}

#homeSlides{
      height: 350px;
}

.slideSubH{
      margin-top: 12px;

}

.slide h2{
      line-height: 1.4;
      margin-top: 2px;
      text-shadow: 0px 0px 10px black;
}

.slide h2 br{
      display: none;
}

.slide .btn{
      bottom: 25px;
      position: absolute;
      background: none;
      color: white;
      text-decoration: underline;
      text-shadow: 0px 0px 5px black;
      padding: 0 0 0 5px;

}

.slide{

      background-size: cover !important;
}

#homeInfo{
      margin-top: -10px;
      height: 110px;
}

#slide1{
      background: url('/images/template/slide-1-mobile.jpg?1') center bottom no-repeat;
}

#slide2{
      background: url('/images/template/slide-2-mobile.jpg?2') center bottom no-repeat;
}

#slide3{
      background: url('/images/template/slide-3-mobile.jpg?1') center bottom no-repeat;
}

h1{
      font-size: 20pt;

}

.productText .gallery{
      height: 200px;
}

.gallery img {
      max-height: 200px;
}

.gallery a {
      width: 50%;
}

.productText .gallery, #helpBox{
      margin-top: 50px;
}

.btnUp, .gallery{
      margin-bottom: 50px;
}

#contacts{
      padding-bottom: 35px;
}

#contacts h2{
      margin-top: 25px;
}

.spacer{
      height: 60px;
}

.contactCol{
      width: calc(50% - 24px);
      margin-bottom: 25px;
}

.subContact2{
      width: calc(100% - 20px);
}


}.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)}}

/* Slideshow container */
#homeSlides{
  position: relative;
  z-index: 0;
}

/* Hide the images by default */
.slides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
/*
.active, .dot:hover {
  background-color: #717171;
}
*/
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {opacity: .0}
  to {opacity: 1}
}