/* Scss Document */
/**** vars ****/
/**** mixins ****/
/**** styles ****/
html, body {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  /*background-color: #2b2b2b;*/
  background-color: #f8f8f8;
  color: #fff;
  color: #000;
}

.swiper-container {
  width: 100%;
  height: 100%;
  background-color: #2b2b2b; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #f8f8f8;
  color: #2b2b2b;
  border: none !important;
  box-shadow: none !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-slide img {
  width: 100%;
  height: auto; }

.vid {
  height: auto;
  width: 100%; }


.butAll {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40%;
  z-index: 300;
  cursor: pointer;
  display: none; }

.butLft {
  float: left;
  width: 50%;
  height: 100%; }

.butRgt {
  float: right;
  width: 50%;
  height: 100%; }

.swUp {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 400;
  text-align: right;
  display: none; }

.swLft {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 400;
  text-align: right;
  display: none; }

.stalker {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 400;
  text-align: right;
  display: none; }

.glutton {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 400;
  text-align: right;
  display: none; }

.swUp img {
  height: 100%;
  width: 100%; }

.swLft img {
  height: 100%;
  width: 100%; }

.stalker img {
  height: 100%;
  width: 100%; }

.glutton img {
  height: 100%;
  width: 100%; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #ccc;
  border-radius: 50%;
  border-top-color: transparent;
}

.video-wrapperx {
  width: 100%;
  height: 90%;
  pointer-events: none;
}

.video-wrapperx > video {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.video-wrapper {
  position: relative;
}

.playVid {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4000;
  display: none;
}

.pauseVid {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4000;
  display: none;
}

.pauseVid img {
  width: 80px;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.pauseVid img:hover {
  opacity: 0.95;
}

.loadingAni {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4000;
  display: none;
}

.loadingAni img {
  width: 200px;
}


.slide-overlay {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 1;
}

/* Large desktop */
@media (min-width: 980px) and (max-width: 1400px) {
  .swUp {
    bottom: 20px;
    right: 20px; }

  .swLft {
    bottom: 20px;
    right: 20px; }

  .stalker {
    top: 20px;
    right: 20px; }

  .glutton {
    bottom: 20px;
    right: 20px; }

  .swUp img {
    height: 75%;
    width: 75%; }

  .swLft img {
    height: 75%;
    width: 75%; }

  .stalker img {
    height: 75%;
    width: 75%; }

  .glutton img {
    height: 75%;
    width: 75%; }

  .playVid img {
    width: 80px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .swiper-slide img {
    width: auto;
    height: 98%;
    height: 80%;
  }
  .vid {
    height: auto;
    width: 70%; }
  .swUp {
    bottom: 20px;
    right: 20px; }

  .swLft {
    bottom: 20px;
    right: 20px; }

  .stalker {
    top: 20px;
    right: 20px; }

  .glutton {
    bottom: 20px;
    right: 20px; }

  .swUp img {
    height: 50%;
    width: 50%; }

  .swLft img {
    height: 50%;
    width: 50%; }

  .stalker img {
    height: 50%;
    width: 50%; }

  .glutton img {
    height: 50%;
    width: 50%; }

  .playVid img {
    width: 80px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .swUp {
    bottom: 10px;
    right: 10px; }

  .swLft {
    bottom: 10px;
    right: 10px; }

  .stalker {
    top: 10px;
    right: 10px; }

  .glutton {
    bottom: 10px;
    right: 10px; }

  .swUp img {
    height: 30%;
    width: 30%; }

  .swLft img {
    height: 30%;
    width: 30%; }

  .stalker img {
    height: 30%;
    width: 30%; }

  .glutton img {
    height: 30%;
    width: 30%; }

  .playVid img {
    width: 80px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .swUp {
    bottom: 10px;
    right: 10px; }

  .swLft {
    bottom: 10px;
    right: 10px; }

  .stalker {
    top: 10px;
    right: 10px; }

  .glutton {
    bottom: 10px;
    right: 10px; }

  .swUp img {
    height: 20%;
    width: 20%; }

  .swLft img {
    height: 20%;
    width: 20%; }

  .stalker img {
    height: 20%;
    width: 20%; }

  .glutton img {
    height: 20%;
    width: 20%; }

  .playVid img {
    width: 80px;
  }
}
/* helper styles */
.divFull {
  position: relative;
  width: 100%;
  height: 100%; }

.imgFull {
  position: relative;
  width: 100%;
  height: auto; }
