/*!
 * Template Name : navigation-thumbnail-ver-3
 */

/**********************************/
/* Navigation Thumbnails Version 3
/* Main Settings
/**********************************/

/* 1 - Background color of the carousel */
.navi-thumb-ver-3.sz-slider {
  background: #3d3d3d;
}

/* 2 - Background Images Position */
.navi-thumb-ver-3.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/**********************************/
/* Navigation Thumbnails Version 3
/* Layer Settings
/**********************************/

/* 1 - Images overlay */
.navi-thumb-ver-3-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  line-height: 1.2;
  position: absolute;
  background: rgba(0,0,0,.4);
}
/* 2 - Text - Container - center */
.navi-thumb-ver-3-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 425px;
  height: 235px;
  display: block;
  position: absolute;
  text-align: center;
}
/* 3 - Text - Container - left */
.navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-left > div {
  text-align: left;
  margin: auto auto auto 25%;
}
/* 4 - Text - Container - right */
.navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-right > div {
  text-align: right;
  margin: auto 25% auto auto;
}
/* 5 - Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
.navi-thumb-ver-3-layer > div > span {
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Barlow', sans-serif;
}
/* 6 - Play Button - center - wrapper */
.navi-thumb-ver-3-layer > div > div {
  margin: auto;
  position: relative;
  margin: 31px 0 0 0;
}
/* 7 - Play Button - center - link */
.navi-thumb-ver-3-layer > div > div > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 50px;
  height: 50px;
  margin: auto;
  position: relative;
  background: #de8e1c;
  display: inline-block;
  text-decoration: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 8 - Play Button - left - link */
.navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-left > div > div > a {
  margin: auto auto auto 0;
}
/* 9 - Play Button - right - link */
.navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-right > div > div > a {
  margin: auto 0 auto auto;
}
/* 10 - Play Button - icon */
.navi-thumb-ver-3-layer > div > div > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 11px;
  margin: auto;
  height: 18px;
  display: block;
  font-size: 18px;
  position: absolute;
}
/* 11 - Play Button - border */
.navi-thumb-ver-3-layer > div > div > a::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #de8e1c;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  animation: glowingBr 2s infinite linear;
  -webkit-animation: glowingBr 2s infinite linear;
}
/* 12 - Play Button - Text */
.navi-thumb-ver-3-layer > div > div > span {
  top: -18px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 0 20px;
  position: relative;
  display: inline-block;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - Container - center */
  .navi-thumb-ver-3-layer > div {
    width: 365px;
    height: 205px;
  }
  /* Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
  .navi-thumb-ver-3-layer > div > span {
    font-size: 34px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container - center */
  .navi-thumb-ver-3-layer > div {
    width: 305px;
    height: 185px;
  }
  /* Text - Container - left */
  .navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-left > div {
    margin: auto auto auto 18%;
  }
  /* Text - Container - right */
  .navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-right > div {
    margin: auto 18% auto auto;
  }
  /* Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
  .navi-thumb-ver-3-layer > div > span {
    font-size: 28px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container - center */
  .navi-thumb-ver-3-layer > div {
    width: 210px;
    height: 175px;
  }
  /* Text - Container - left & right */
  .navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-left > div,
  .navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-right > div {
    margin: auto;
    text-align: center;
  }
  /* Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
  .navi-thumb-ver-3-layer > div > span {
    font-size: 22px;
  }
  /* Play Button - left & right - link */
  .navi-thumb-ver-3-layer > div > div {
    margin: 18px 0 0 0;
  }
  /* Play Button - left & right - link */
  .navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-left > div > div > a,
  .navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-right > div > div > a {
    margin: auto;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container - center */
  .navi-thumb-ver-3-layer > div {
    width: 90%;
    height: 200px;
  }
  /* Text - Container - left & right */
  .navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-left > div,
  .navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-right > div {
    margin: auto;
    text-align: center;
  }
  /* Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
  .navi-thumb-ver-3-layer > div > span {
    font-size: 18px;
  }
  /* Play Button - left & right - link */
  .navi-thumb-ver-3-layer > div > div {
    margin: 18px 0 0 0;
  }
  /* Play Button - left & right - link */
  .navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-left > div > div > a,
  .navi-thumb-ver-3-layer.navi-thumb-ver-3-layer-right > div > div > a {
    margin: auto;
  }
  /* Play Button - Text */
  .navi-thumb-ver-3-layer > div > div > span {
    top: 0;
    display: block;
    font-size: 12px;
    margin: 10px 0 0 0;
  }
}

/************************************/
/* Navigation Thumbnails Version 3
/* Left And Right Buttons
/* +
/* Navigation Thumbnails
/************************************/

/* 1 - Buttons */
.navi-thumb-ver-3-btn .carousel-control-btn {
  left: 0;
  right: 0;
  bottom: 0;
  top: 100px;
  opacity: 1;
  color: #333;
  width: 85px;
  height: 35px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
}
/* 2 - Prev Button */
.navi-thumb-ver-3-btn .carousel-control-prev.carousel-control-btn {
  margin: auto auto auto 5px;
}
/* 3 - Next Button */
.navi-thumb-ver-3-btn .carousel-control-next.carousel-control-btn {
  margin: auto 5px auto auto;
}
/* 4 - Buttons - hover */
.navi-thumb-ver-3-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #de8e1c;
}
/* 5 - Prev & Next Thumbnails */
.navi-thumb-ver-3-btn .carousel-control-prev-image,
.navi-thumb-ver-3-btn .carousel-control-next-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 147px;
  display: block;
  overflow: hidden;
  position: absolute;
  background-size: cover;
  border: 1px solid #959595;
  background-repeat: no-repeat;
}
/* 6 - Prev Thumbnails */
.navi-thumb-ver-3-btn .carousel-control-prev-image {
  margin: auto auto auto 0;
}
/* 7 - Next Thumbnails */
.navi-thumb-ver-3-btn .carousel-control-next-image {
  margin: auto 0 auto auto;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Buttons */
  .navi-thumb-ver-3-btn .carousel-control-btn {
    top: 50px;
    width: 70px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-3-btn .carousel-control-prev-image,
  .navi-thumb-ver-3-btn .carousel-control-next-image {
    width: 110px;
    height: 90px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Buttons */
  .navi-thumb-ver-3-btn .carousel-control-btn {
    top: 45px;
    width: 60px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-3-btn .carousel-control-prev-image,
  .navi-thumb-ver-3-btn .carousel-control-next-image {
    width: 80px;
    height: 80px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Buttons */
  .navi-thumb-ver-3-btn .carousel-control-btn {
    display: none;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-3-btn .carousel-control-prev-image,
  .navi-thumb-ver-3-btn .carousel-control-next-image {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Buttons */
  .navi-thumb-ver-3-btn .carousel-control-btn {
    display: none;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-3-btn .carousel-control-prev-image,
  .navi-thumb-ver-3-btn .carousel-control-next-image {
    display: none;
  }
}