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

/**********************************/
/* Navigation Thumbnails Version 5
/* Main Settings
/**********************************/

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

/**********************************/
/* Navigation Thumbnails Version 5
/* Layer Settings
/**********************************/

/* 1 - Images overlay */
.navi-thumb-ver-5-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  line-height: .95;
  position: absolute;
}
/* 2 - Text - Container - center */
.navi-thumb-ver-5-layer > div {
  left: 0;
  top: 25%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 425px;
  height: 175px;
  display: block;
  position: absolute;
  text-align: center;
}
/* 3 - Text - Container - left */
.navi-thumb-ver-5-layer.navi-thumb-ver-5-layer-left > div {
  text-align: left;
  margin: auto auto auto 10%;
}
/* 4 - Text - Container - right */
.navi-thumb-ver-5-layer.navi-thumb-ver-5-layer-right > div {
  text-align: right;
  margin: auto 10% auto auto;
}
/* 5 - 1st child - ( a brand entertainment ) */
.navi-thumb-ver-5-layer > div > span:nth-child(1) {
  color: #333;
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4.7px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 6 - 2nd child - ( high quality hd products ) */
.navi-thumb-ver-5-layer > div > span:nth-child(2) {
  color: #333;
  display: block;
  font-size: 65px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 7 - 3rd child - ( Developing brand strategy & positioning ) */
.navi-thumb-ver-5-layer > div > span:nth-child(3) {
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0 0 0;
  letter-spacing: .2px;
  font-family: 'Arimo', 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-5-layer > div {
    width: 345px;
    height: 145px;
  }
  /* Text - Container - left */
  .navi-thumb-ver-5-layer.navi-thumb-ver-5-layer-left > div {
    margin: auto auto auto 5%;
  }
  /* Text - Container - right */
  .navi-thumb-ver-5-layer.navi-thumb-ver-5-layer-right > div {
    margin: auto 5% auto auto;
  }
  /* 1st child - ( a brand entertainment ) */
  .navi-thumb-ver-5-layer > div > span:nth-child(1) {
    font-size: 20px;
  }
  /* 2nd child - ( high quality hd products ) */
  .navi-thumb-ver-5-layer > div > span:nth-child(2) {
    font-size: 52px;
  }
  /* 3rd child - ( Developing brand strategy & positioning ) */
  .navi-thumb-ver-5-layer > div > span:nth-child(3) {
    font-size: 16px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container - center */
  .navi-thumb-ver-5-layer > div {
    top: 40%;
    width: 285px;
    height: 120px;
  }
  /* Text - Container - left */
  .navi-thumb-ver-5-layer.navi-thumb-ver-5-layer-left > div {
    margin: auto auto auto 5%;
  }
  /* Text - Container - right */
  .navi-thumb-ver-5-layer.navi-thumb-ver-5-layer-right > div {
    margin: auto 5% auto auto;
  }
  /* 1st child - ( a brand entertainment ) */
  .navi-thumb-ver-5-layer > div > span:nth-child(1) {
    font-size: 16px;
  }
  /* 2nd child - ( high quality hd products ) */
  .navi-thumb-ver-5-layer > div > span:nth-child(2) {
    font-size: 42px;
  }
  /* 3rd child - ( Developing brand strategy & positioning ) */
  .navi-thumb-ver-5-layer > div > span:nth-child(3) {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container - center */
  .navi-thumb-ver-5-layer > div {
    top: 0;
    width: 270px;
    height: 120px;
  }
  /* Text - Container - left */
  .navi-thumb-ver-5-layer.navi-thumb-ver-5-layer-left > div,
  .navi-thumb-ver-5-layer.navi-thumb-ver-5-layer-right > div {
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( a brand entertainment ) */
  .navi-thumb-ver-5-layer > div > span:nth-child(1) {
    font-size: 16px;
	background: rgba(255,255,255,.8);
  }
  /* 2nd child - ( high quality hd products ) */
  .navi-thumb-ver-5-layer > div > span:nth-child(2) {
    font-size: 42px;
	background: rgba(255,255,255,.8);
  }
  /* 3rd child - ( Developing brand strategy & positioning ) */
  .navi-thumb-ver-5-layer > div > span:nth-child(3) {
    font-size: 13px;
	background: rgba(255,255,255,.8);
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container - center */
  .navi-thumb-ver-5-layer > div {
    top: 0;
    width: 95%;
    height: 120px;
  }
  /* Text - Container - left */
  .navi-thumb-ver-5-layer.navi-thumb-ver-5-layer-left > div,
  .navi-thumb-ver-5-layer.navi-thumb-ver-5-layer-right > div {
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( a brand entertainment ) */
  .navi-thumb-ver-5-layer > div > span:nth-child(1) {
    font-size: 14px;
	background: rgba(255,255,255,.8);
  }
  /* 2nd child - ( high quality hd products ) */
  .navi-thumb-ver-5-layer > div > span:nth-child(2) {
    font-size: 32px;
	background: rgba(255,255,255,.8);
  }
  /* 3rd child - ( Developing brand strategy & positioning ) */
  .navi-thumb-ver-5-layer > div > span:nth-child(3) {
    font-size: 12px;
	background: rgba(255,255,255,.8);
  }
}

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

/* 1 - Buttons */
.navi-thumb-ver-5-btn .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 12px;
  line-height: 40px;
  background: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, color .1s ease;
}
/* 2 - Prev Button */
.navi-thumb-ver-5-btn .carousel-control-prev.carousel-control-btn {
  margin: 10px auto auto 10px;
}
/* 3 - Next Button */
.navi-thumb-ver-5-btn .carousel-control-next.carousel-control-btn {
  margin: 10px auto auto 240px;
}
/* 4 - Buttons - hover */
.navi-thumb-ver-5-btn.sz-slider .carousel-control-btn:hover {
  color: #1a1a1a;
  background: #fff;
}
/* 5 - Prev & Next Thumbnails */
.navi-thumb-ver-5-btn .carousel-control-prev-image,
.navi-thumb-ver-5-btn .carousel-control-next-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  width: 130px;
  height: 88px;
  display: block;
  overflow: hidden;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
/* 6 - Prev Thumbnails */
.navi-thumb-ver-5-btn .carousel-control-prev-image {
  margin: 51px auto auto 10px;
}
/* 7 - Next Thumbnails */
.navi-thumb-ver-5-btn .carousel-control-next-image {
  margin: 51px auto auto 150px;
}

/******************/
/* Responsiveness */
/******************/
/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Prev Button */
  .navi-thumb-ver-5-btn .carousel-control-prev.carousel-control-btn {
    margin: 3px auto auto 3px;
  }
  /* Next Button */
  .navi-thumb-ver-5-btn .carousel-control-next.carousel-control-btn {
    margin: 3px auto auto 210px;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-5-btn .carousel-control-prev-image,
  .navi-thumb-ver-5-btn .carousel-control-next-image {
    width: 120px;
    height: 81px;
  }
  /* Prev Thumbnails */
  .navi-thumb-ver-5-btn .carousel-control-prev-image {
    margin: 44px auto auto 3px;
  }
  /* Next Thumbnails */
  .navi-thumb-ver-5-btn .carousel-control-next-image {
    margin: 44px auto auto 130px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Prev Button */
  .navi-thumb-ver-5-btn .carousel-control-prev.carousel-control-btn {
    margin: 3px auto auto 3px;
  }
  /* Next Button */
  .navi-thumb-ver-5-btn .carousel-control-next.carousel-control-btn {
    margin: 3px auto auto 190px;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-5-btn .carousel-control-prev-image,
  .navi-thumb-ver-5-btn .carousel-control-next-image {
    width: 110px;
    height: 74px;
  }
  /* Prev Thumbnails */
  .navi-thumb-ver-5-btn .carousel-control-prev-image {
    margin: 44px auto auto 3px;
  }
  /* Next Thumbnails */
  .navi-thumb-ver-5-btn .carousel-control-next-image {
    margin: 44px auto auto 120px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Prev Button */
  .navi-thumb-ver-5-btn .carousel-control-prev.carousel-control-btn {
    margin: 3px auto auto 3px;
  }
  /* Next Button */
  .navi-thumb-ver-5-btn .carousel-control-next.carousel-control-btn {
    margin: 3px auto auto 170px;
  }
  /* Prev & Next Thumbnails */
  .navi-thumb-ver-5-btn .carousel-control-prev-image,
  .navi-thumb-ver-5-btn .carousel-control-next-image {
    width: 100px;
    height: 74px;
  }
  /* Prev Thumbnails */
  .navi-thumb-ver-5-btn .carousel-control-prev-image {
    margin: 44px auto auto 3px;
  }
  /* Next Thumbnails */
  .navi-thumb-ver-5-btn .carousel-control-next-image {
    margin: 44px auto auto 110px;
  }
}

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

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