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

/**********************************/
/* Navigation Thumbnails Version 4
/* Main Settings
/**********************************/

/* 1 - Background color of the carousel */
.navi-thumb-ver-4.sz-slider {
  background: rgba(0,0,0,.1);
}
/* 2 - Background Images Position */
.navi-thumb-ver-4.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/**********************************/
/* Navigation Thumbnails Version 4
/* Layer Settings
/**********************************/

/* 1 - Images overlay */
.navi-thumb-ver-4-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  line-height: .95;
  position: absolute;
  background: rgba(0,0,0,.1);
}
/* 2 - Text - Container - center */
.navi-thumb-ver-4-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 330px;
  height: 350px;
  display: block;
  position: absolute;
  text-align: center;
  padding: 48px 45px;
  background: rgba(0,0,0,.8);
}
/* 3 - Text - Container - left */
.navi-thumb-ver-4-layer.navi-thumb-ver-4-layer-left > div {
  text-align: left;
  margin: auto auto auto 27%;
}
/* 4 - Text - Container - right */
.navi-thumb-ver-4-layer.navi-thumb-ver-4-layer-right > div {
  text-align: right;
  margin: auto 27% auto auto;
}
/* 5 - Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
.navi-thumb-ver-4-layer > div > span:nth-child(1) {
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 5 - Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
.navi-thumb-ver-4-layer > div > span:nth-child(2) {
  color: #efefef;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 12px 0 30px 0;
  font-family: 'Arimo', sans-serif;
}
/* 8 - Button - ( view my portfolio ) */
.navi-thumb-ver-4-layer > div > a {
  color: #fff;
  margin: auto;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-align: center;
  background: #ca3636;
  letter-spacing: .3px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 30px 16px 30px;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
}
/* 9 - Button - hover - ( view my portfolio ) */
.navi-thumb-ver-4-layer > div > a:hover {
  color: #fff;
  background: #862424;
}
/* 10 - Button - line - left & center ( - ) */
.navi-thumb-ver-4-layer > div > a::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  content: "";
  background: #fff;
  position: absolute;
  margin: auto -15px auto auto;
  transition: background .1s ease;
  -webkit-transition: background .1s ease;
}
/* 11 - Button - line - right ( - ) */
.navi-thumb-ver-4-layer.navi-thumb-ver-4-layer-right > div > a::after {
  margin: auto auto auto -15px;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - Container - center */
  .navi-thumb-ver-4-layer > div {
    width: 320px;
    height: 340px;
    padding: 48px 45px;
  }
  /* Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
  .navi-thumb-ver-4-layer > div > span:nth-child(1) {
    font-size: 36px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container - center */
  .navi-thumb-ver-4-layer > div {
    width: 285px;
    height: 310px;
    padding: 38px 35px;
  }
  /* Text - Container - left */
  .navi-thumb-ver-4-layer.navi-thumb-ver-4-layer-left > div {
    margin: auto auto auto 17%;
  }
  /* Text - Container - right */
  .navi-thumb-ver-4-layer.navi-thumb-ver-4-layer-right > div {
    margin: auto 17% auto auto;
  }
  /* Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
  .navi-thumb-ver-4-layer > div > span:nth-child(1) {
    font-size: 32px;
  }
  /* Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
  .navi-thumb-ver-4-layer > div > span:nth-child(2) {
    font-size: 13px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container - center */
  .navi-thumb-ver-4-layer > div {
    width: 270px;
    height: 235px;
    padding: 7px 15px;
  }
  /* Text - Container - left & right */
  .navi-thumb-ver-4-layer.navi-thumb-ver-4-layer-left > div,
  .navi-thumb-ver-4-layer.navi-thumb-ver-4-layer-right > div {
    margin: auto;
    text-align: center;
  }
  /* Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
  .navi-thumb-ver-4-layer > div > span:nth-child(1) {
    font-size: 30px;
  }
  /* Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
  .navi-thumb-ver-4-layer > div > span:nth-child(2) {
    font-size: 13px;
    margin: 10px 0 20px 0;
  }
  /* Button - ( view my portfolio ) */
  .navi-thumb-ver-4-layer > div > a {
    font-size: 14px;
    padding: 16px 30px 16px 30px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container - center */
  .navi-thumb-ver-4-layer > div {
    width: 95%;
    height: 200px;
    padding: 10px 10px;
  }
  /* Text - Container - left & right */
  .navi-thumb-ver-4-layer.navi-thumb-ver-4-layer-left > div,
  .navi-thumb-ver-4-layer.navi-thumb-ver-4-layer-right > div {
    margin: auto;
    text-align: center;
  }
  /* Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
  .navi-thumb-ver-4-layer > div > span:nth-child(1) {
    font-size: 24px;
  }
  /* Heading - ( Transforming People's by Creating Wonderful Living Spaces. ) */
  .navi-thumb-ver-4-layer > div > span:nth-child(2) {
    font-size: 12px;
    margin: 10px 0 10px 0;
  }
  /* Button - ( view my portfolio ) */
  .navi-thumb-ver-4-layer > div > a {
    font-size: 12px;
    padding: 12px 24px 12px 24px;
  }
}

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

/* 1 - Buttons */
.navi-thumb-ver-4-btn .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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-4-btn .carousel-control-prev.carousel-control-btn {
  margin: auto 225px 15px auto;
}
/* 3 - Next Button */
.navi-thumb-ver-4-btn .carousel-control-next.carousel-control-btn {
  margin: auto 15px 15px auto;
}
/* 4 - Buttons - hover */
.navi-thumb-ver-4-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #ca3636;
}
/* 5 - Prev & Next Thumbnails */
.navi-thumb-ver-4-btn .carousel-control-prev-image,
.navi-thumb-ver-4-btn .carousel-control-next-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 125px;
  display: block;
  overflow: hidden;
  position: absolute;
  background-size: cover;
  border: 1px solid #959595;
  background-repeat: no-repeat;
}
/* 6 - Prev Thumbnails */
.navi-thumb-ver-4-btn .carousel-control-prev-image {
  margin: auto 165px 10px auto;
}
/* 7 - Next Thumbnails */
.navi-thumb-ver-4-btn .carousel-control-next-image {
  margin: auto 10px 10px auto;
}

/******************/
/* Responsiveness */
/******************/
/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Buttons */
  .navi-thumb-ver-4-btn .carousel-control-btn {
    width: 65px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
  }
  /* Prev Button */
  .navi-thumb-ver-4-btn .carousel-control-prev.carousel-control-btn {
    margin: auto 195px 15px auto;
  }
  /* Next Button */
  .navi-thumb-ver-4-btn .carousel-control-next.carousel-control-btn {
    margin: auto 15px 15px auto;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-4-btn .carousel-control-prev-image,
  .navi-thumb-ver-4-btn .carousel-control-next-image {
    width: 125px;
    height: 104px;
  }
  /* Prev Thumbnails */
  .navi-thumb-ver-4-btn .carousel-control-prev-image {
    margin: auto 140px 10px auto;
  }
  /* Next Thumbnails */
  .navi-thumb-ver-4-btn .carousel-control-next-image {
    margin: auto 10px 10px auto;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Buttons */
  .navi-thumb-ver-4-btn .carousel-control-btn {
    width: 60px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
  /* Prev Button */
  .navi-thumb-ver-4-btn .carousel-control-prev.carousel-control-btn {
    margin: auto 150px 15px auto;
  }
  /* Next Button */
  .navi-thumb-ver-4-btn .carousel-control-next.carousel-control-btn {
    margin: auto 15px 15px auto;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-4-btn .carousel-control-prev-image,
  .navi-thumb-ver-4-btn .carousel-control-next-image {
    width: 100px;
    height: 83px;
  }
  /* Prev Thumbnails */
  .navi-thumb-ver-4-btn .carousel-control-prev-image {
    margin: auto 115px 10px auto;
  }
  /* Next Thumbnails */
  .navi-thumb-ver-4-btn .carousel-control-next-image {
    margin: auto 10px 10px auto;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Buttons */
  .navi-thumb-ver-4-btn .carousel-control-btn {
    width: 50px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  /* Prev Button */
  .navi-thumb-ver-4-btn .carousel-control-prev.carousel-control-btn {
    margin: auto 110px 15px auto;
  }
  /* Next Button */
  .navi-thumb-ver-4-btn .carousel-control-next.carousel-control-btn {
    margin: auto 15px 15px auto;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-4-btn .carousel-control-prev-image,
  .navi-thumb-ver-4-btn .carousel-control-next-image {
    width: 75px;
    height: 62px;
  }
  /* Prev Thumbnails */
  .navi-thumb-ver-4-btn .carousel-control-prev-image {
    margin: auto 90px 10px auto;
  }
  /* Next Thumbnails */
  .navi-thumb-ver-4-btn .carousel-control-next-image {
    margin: auto 10px 10px auto;
  }
}

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

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