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

/**********************************/
/* Navigation Thumbnails Version 6
/* Main Settings
/**********************************/

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

/**********************************/
/* Navigation Thumbnails Version 6
/* Layer Settings
/**********************************/

/* 1 - Images overlay */
.navi-thumb-ver-6-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  line-height: 1;
  position: absolute;
  background: rgba(0,0,0,.5);
}
/* 2 - Text - Container */
.navi-thumb-ver-6-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 550px;
  height: 133px;
  display: block;
  position: absolute;
  text-align: center;
}
/* 3 - Year - ( 2020 ) */
.navi-thumb-ver-6-layer > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 645px;
  height: 215px;
  display: block;
  font-size: 285px;
  font-weight: 800;
  line-height: .65;
  position: absolute;
  text-align: center;
  color: rgba(255,255,255,.10);
  font-family: 'Barlow', sans-serif;
}
/* 4 - 1st child - ( exterior & interior ) */
.navi-thumb-ver-6-layer > div > span:nth-child(1) {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 4.3px;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'Barlow', sans-serif;
}
/* 5 - 2nd child - ( Taipei Museum of Art International Competition ) */
.navi-thumb-ver-6-layer > div > span:nth-child(2) {
  color: #fff;
  display: block;
  font-size: 46px;
  margin-top: 15px;
  font-weight: 800;
  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 */
  .navi-thumb-ver-6-layer > div {
    width: 460px;
    height: 118px;
  }
  /* Year - ( 2020 ) */
  .navi-thumb-ver-6-layer > span {
    width: 450px;
    height: 152px;
    font-size: 200px;
  }
  /* 1st child - ( exterior & interior ) */
  .navi-thumb-ver-6-layer > div > span:nth-child(1) {
    font-size: 20px;
  }
  /* 2nd child - ( Taipei Museum of Art International Competition ) */
  .navi-thumb-ver-6-layer > div > span:nth-child(2) {
    font-size: 38px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container */
  .navi-thumb-ver-6-layer > div {
    width: 365px;
    height: 100px;
  }
  /* Year - ( 2020 ) */
  .navi-thumb-ver-6-layer > span {
    width: 375px;
    height: 125px;
    font-size: 165px;
  }
  /* 1st child - ( exterior & interior ) */
  .navi-thumb-ver-6-layer > div > span:nth-child(1) {
    font-size: 20px;
  }
  /* 2nd child - ( Taipei Museum of Art International Competition ) */
  .navi-thumb-ver-6-layer > div > span:nth-child(2) {
    font-size: 30px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container */
  .navi-thumb-ver-6-layer > div {
    width: 270px;
    height: 78px;
  }
  /* Year - ( 2020 ) */
  .navi-thumb-ver-6-layer > span {
    width: 270px;
    height: 90px;
    font-size: 120px;
  }
  /* 1st child - ( exterior & interior ) */
  .navi-thumb-ver-6-layer > div > span:nth-child(1) {
    font-size: 14px;
  }
  /* 2nd child - ( Taipei Museum of Art International Competition ) */
  .navi-thumb-ver-6-layer > div > span:nth-child(2) {
    font-size: 22px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container */
  .navi-thumb-ver-6-layer > div {
    width: 95%;
    height: 60px;
  }
  /* Year - ( 2020 ) */
  .navi-thumb-ver-6-layer > span {
    width: 100%;
    height: 75px;
    font-size: 100px;
  }
  /* 1st child - ( exterior & interior ) */
  .navi-thumb-ver-6-layer > div > span:nth-child(1) {
    font-size: 12px;
  }
  /* 2nd child - ( Taipei Museum of Art International Competition ) */
  .navi-thumb-ver-6-layer > div > span:nth-child(2) {
    font-size: 18px;
  }
}

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

/* 1 - Buttons */
.navi-thumb-ver-6-btn .carousel-control-btn {
  z-index: 1;
  opacity: 1;
  color: #fff;
  margin: auto;
  width: 250px;
  height: 180px;
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 180px;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0,0,0,.6);
  font-family: 'Barlow', sans-serif;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
}
/* 2 - Prev Button */
.navi-thumb-ver-6-btn .carousel-control-prev.carousel-control-btn {
  margin: auto auto auto 0;
}
/* 3 - Next Button */
.navi-thumb-ver-6-btn .carousel-control-next.carousel-control-btn {
  margin: auto 0 auto auto;
}
/* 4 - Buttons - hover */
.navi-thumb-ver-6-btn.sz-slider .carousel-control-btn:hover {
  color: #1a1a1a;
  background: rgba(222,142,28,.6);
}
/* 5 - Prev & Next Thumbnails */
.navi-thumb-ver-6-btn .carousel-control-prev-image,
.navi-thumb-ver-6-btn .carousel-control-next-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  width: 265px;
  height: 210px;
  display: block;
  overflow: hidden;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
/* 6 - Prev Thumbnails */
.navi-thumb-ver-6-btn .carousel-control-prev-image {
  margin: auto auto auto 0;
}
/* 7 - Next Thumbnails */
.navi-thumb-ver-6-btn .carousel-control-next-image {
  margin: auto 0 auto auto;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Buttons */
  .navi-thumb-ver-6-btn .carousel-control-btn {
    width: 185px;
    height: 130px;
    font-size: 22px;
    line-height: 130px;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-6-btn .carousel-control-prev-image,
  .navi-thumb-ver-6-btn .carousel-control-next-image {
    width: 200px;
    height: 158px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Buttons */
  .navi-thumb-ver-6-btn .carousel-control-btn {
    width: 137px;
    height: 95px;
    font-size: 22px;
    line-height: 95px;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-6-btn .carousel-control-prev-image,
  .navi-thumb-ver-6-btn .carousel-control-next-image {
    width: 150px;
    height: 118px;
  }
}

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

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

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