
body{background-color: #A8301E !important;}
#wrapper-dsk{position: relative;width:100%;}
#wrapper-mb{display:none;}
div.left{position: relative;width:44%;height:100vh;display:inline-block;background-color:#A8301E;vertical-align: top;}
div.right{position: relative;width:55%;height:100%;display:inline-block;vertical-align: top;margin-left: -10px;}
div.title{position:absolute;bottom:60px;color:#fff;margin-left:70px;width: 1000px;z-index: 99;}
div.title h1{font-family: FCSubjectExLight;font-size: 6.5vw;}
div.title h2{font-family: FCSubjectSemiBold;font-size: 24px;}
div.title h3{font-family: FCSubjectThin;font-size: 6.5vw;}
div.title div.yellow{position: relative;margin-left:-100px; width:355px;height:30px;background-color:#FECE50;}


div.slide{overflow: hidden;position: absolute;width: 100%;}
div.slide img{width:100%;}

div.bg-1{position:relative;display:inline-block;width:90%;top:0px;z-index:10;height:100%}
div.bg-1 img{width:100%;}
div.bg-5{position: absolute;width:50px;top:60px;right:30px;z-index: 10;cursor: pointer;}
div.bg-5 img{width:100%;} 
div.social{position: absolute;bottom:0px;right:30px;z-index: 999999;}
div.social img{height:20px;margin-right:10px;}

div.menu-left{position: absolute;top:80px;left:150px;z-index:1000;}
div.menu-left div.menu-title{font-family: IvyBold;color:#FECE50;font-size:24px;text-transform: uppercase;}
div.menu-left div.menu-list{width:360px;padding-left:50px;}
div.menu-left div.menu-list div.menu-item{border:solid 1px #fff;margin:10px;text-align: center;padding:10px;font-family: FCSubjectBold;color:#fff;font-size:20px;}
div.menu-left div.menu-list div.menu-item:hover{border:solid 1px #FECE50;color:#FECE50 !important;cursor: pointer;}
div.menu-left div.menu-list div.menu-item:hover + a{color:#FECE50;}
div.menu-left div.menu-list div.menu-item a{ color: inherit; } 

div.menu-right{position: absolute;bottom:100px;right:100px;z-index:11111;}
div.menu-right div.menu-title{font-family: IvyBold;color:#FECE50;font-size:24px;text-transform: uppercase;text-align:right;}
div.menu-right div.menu-list{width:340px;padding-right:35px;}
div.menu-right div.menu-list div.menu-item{border:solid 1px #fff;margin:10px;text-align: center;padding:10px;font-family: FCSubjectBold;color:#fff;line-height:24px;font-size:20px;}
div.menu-right div.menu-list div.menu-item:hover{border:solid 1px #FECE50;color:#FECE50 !important;cursor: pointer;}
div.menu-right div.menu-list div.menu-item:hover + a{color:#FECE50;}
div.menu-right div.menu-list div.menu-item a{ color: inherit; } 
/* div.menu-right div.menu-list div.menu-item a{display: block;color:#fff;} */


* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none;height:100%;}
.mySlides img{height:100%;}
/* img {vertical-align: middle;} */

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height:100%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.warp-dot{
    position: absolute;
    top:0;
    left: 10px;
    width: 50px;
    height: 100%;
    z-index: 9999999999;
    text-align: center;
    padding-top: 40%;
}
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.6s ease;
  margin: 0 auto;
  margin-top:25px;
}

.active, .dot:hover {
    background-color: #FECE50;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  /* from {opacity: .4} 
  to {opacity: 1} */
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media only screen and (max-width: 1366px) {
    div.menu-left div.menu-title{font-size:20px;}
    div.menu-left div.menu-list div.menu-item{font-size:14px;}
    div.menu-right div.menu-title{font-size:20px;}
    div.menu-right div.menu-list div.menu-item{font-size:14px;}
    div.menu-left{left:50px;}
    div.menu-right{right:50px;}
    div.menu-left div.menu-list{width: 300px;margin-left:30px;}
    div.menu-right div.menu-list{width: 280px;margin-left:30px;}
}

@media only screen and (max-width: 428px) {
    #wrapper-dsk{display: none;}
    #wrapper-mb{display: block;position: relative;width:100%;height: 100vh;}
    #wrapper-mb div.slide{height:600px;position: relative;}
    #wrapper-mb .dot{margin-top:15px;}
    #wrapper-mb div.title{margin-left: 35px;}
    #wrapper-mb div.title div.yellow{width: 220px;height: 20px;}
    #wrapper-mb div.title h1{font-size:55px;}
    #wrapper-mb div.title h2 {font-size: 18px;}
    #wrapper-mb div.title h3 {font-size: 55px;}
    #wrapper-mb div.menu-1{height:240px;position: relative;overflow: hidden;}
    #wrapper-mb div.menu-left{position: relative;margin-top:30px;top:auto;left:auto;}
    #wrapper-mb div.menu-left div.menu-list{padding-left: 0;width: 270px;margin:0 auto;}
    #wrapper-mb div.menu-left div.menu-list div.menu-item{padding-top:15px;height:43px;font-size:16px;}
    #wrapper-mb div.menu-left div.menu-title{padding-left:40px;}
    #wrapper-mb div.mb-yellow{position: absolute;bottom: -55px;right: 0;}
    #wrapper-mb div.mb-yellow img{width:100px;}
    #wrapper-mb div.img-88{position: relative;margin-top:-5px;}
    #wrapper-mb div.img-88 img{width: 100%;}div.menu-right{position: absolute;bottom:100px;right:100px;z-index:11111;}
    #wrapper-mb div.menu-2 div.menu-title{font-family: IvyBold;color:#FECE50;font-size:22px;text-transform: uppercase;padding-left:40px;}
    #wrapper-mb div.menu-2 div.menu-list{width:270px;margin:0 auto;z-index: 1111;position: relative;height:500px}
    #wrapper-mb div.menu-2 div.menu-list div.menu-item{border:solid 1px #fff;margin:10px;text-align: center;padding:10px;font-family: FCSubjectBold;color:#fff;line-height:20px;font-size:16px;padding-top: 15px;height: 47px;}
    #wrapper-mb div.menu-2 div.menu-list div.menu-item:hover{border:solid 1px #FECE50;color:#FECE50 !important;cursor: pointer;}
    #wrapper-mb div.menu-2 div.menu-list div.menu-item:hover + a{color:#FECE50;}
    #wrapper-mb div.menu-2 div.menu-list div.menu-item a{ color: inherit; }
    #wrapper-mb div.menu-2 {position: relative;overflow: hidden;}
    #wrapper-mb div.mb-bg{position: absolute;right: 0;bottom:-10px;}
    #wrapper-mb div.mb-bg img{width:100%;}
    #wrapper-mb div.social {position: absolute;bottom: 30px;right: 20px;}
    #wrapper-mb .mySlides img{height:auto;}
    #wrapper-mb div.bg-5{top:30px;}

}