/*!
 * Template Name : thumbnail-2
 */

/**********************/
/* Thumbnail 2
/* Main Settings
/**********************/

/* 1 - Background color of carousel */
.thumbnails-2.sz-slider {
  background: rgba(0,0,0,.5);
}
/* 2 - Images overlay */
.thumbnails-2.sz-slider .sz-wrapper::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(0,0,0,.3);
}
/* Background Images Position */
.thumbnails-2.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/**********************/
/* Thumbnail 2
/* Layer Settings
/**********************/

/* 1 - Wrapper */
.thumbnail-2-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  margin: auto;
  display: block;
  text-align: center;
  position: absolute;
}
/* 2 - Children */
.thumbnail-2-layer > span {
  display: block;
  text-transform: uppercase;
}
/* 3 - 1st child */
.thumbnail-2-layer > span:nth-child(1) {
  color: #fff;
  margin: auto;
  padding: 6px 0;
  font-weight: 800;
  border-color: #fff;
  text-align: center;
  border-style: solid;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 4 - 2nd child */
.thumbnail-2-layer > span:nth-child(2) {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 17px;
  font-family: 'Barlow', sans-serif;
}

/***********************/
/* 5 - Responsiveness  */
/***********************/

/* I - When the screen size gets <= 272px */
@media (max-width: 272px) {
  /* Wrapper */
  .thumbnail-2-layer {
    width: 99%;
	height: 75px;
    max-width: 99%;
  }
  /* 1st Child */
  .thumbnail-2-layer > span:nth-child(1) {
    font-size: 14px;
    border-width: 1px;
    letter-spacing: 2px;
  }
  /* 2nd Child */
  .thumbnail-2-layer > span:nth-child(2) {
    font-size: 12px;
  }
}

/* II - When the screen size gets = 273px and < 576px */
@media (min-width: 273px) {
  /* Wrapper */
  .thumbnail-2-layer {
    width: 90%;
	height: 124px;
    max-width: 90%;
  }
  /* 1st Child */
  .thumbnail-2-layer > span:nth-child(1) {
    font-size: 20px;
    border-width: 2px;
    letter-spacing: 5px;
  }
  /* 2nd Child */
  .thumbnail-2-layer > span:nth-child(2) {
    font-size: 14px;
  }
}

/* III - When the screen size gets = 576px and < 768px */
@media (min-width: 576px) {
  /* Wrapper */
  .thumbnail-2-layer {
    width: 70%;
    height: 124px;
    max-width: 70%;
  }
  /* 1st Child */
  .thumbnail-2-layer > span:nth-child(1) {
    font-size: 25px;
    border-width: 2px;
    letter-spacing: 5px;
  }
  /* 2nd Child */
  .thumbnail-2-layer > span:nth-child(2) {
    font-size: 16px;
  }
}

/* IV - When the screen size gets = 768px and < 992px */
@media (min-width: 768px) {
  /* Wrapper */
  .thumbnail-2-layer {
    width: 705px;
    height: 124px;
    max-width: 705px;
  }
  /* 1st Child */
  .thumbnail-2-layer > span:nth-child(1) {
    font-size: 35px;
    border-width: 5px;
    letter-spacing: 10px;
  }
  /* 2nd Child */
  .thumbnail-2-layer > span:nth-child(2) {
    font-size: 22px;
  }
}

/* V - When the screen size gets = 992px and < 1200px */
@media (min-width: 992px) {
  /* Wrapper */
  .thumbnail-2-layer {
    width: 705px;
    height: 124px;
    max-width: 705px;
  }
  /* 1st Child */
  .thumbnail-2-layer > span:nth-child(1) {
    font-size: 35px;
    border-width: 5px;
    letter-spacing: 10px;
  }
  /* 2nd Child */
  .thumbnail-2-layer > span:nth-child(2) {
    font-size: 22px;
  }
}

/* VI - When the screen size gets => 1200px */
@media (min-width: 1200px) {
  /* Wrapper */
  .thumbnail-2-layer {
    width: 705px;
    height: 124px;
    max-width: 705px;
  }
  /* 1st Child */
  .thumbnail-2-layer > span:nth-child(1) {
    font-size: 35px;
    border-width: 5px;
    letter-spacing: 10px;
  }
  /* 2nd Child */
  .thumbnail-2-layer > span:nth-child(2) {
    font-size: 22px;
  }
}

/**********************/
/* Thumbnail 2
/* Thumbnails Settings
/**********************/

/* 1 - Wrapper */
.sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs {
  overflow: visible;
  padding: 13px 0 0 0;
  margin: 0 auto 25px auto;
}
/* 2 - Children */
.sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs li {
  border: none;
  margin: auto 0;
  overflow: visible;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 3 - Active child */
.sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs li.active {
  z-index:1;
}
/* 4 - Thumbnails images */
.sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs li > img {
  height: 100%;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.2s ease, border 0.2s ease;
  -webkit-transition: transform 0.2s ease, border 0.2s ease;
}
/* 5 - Thumbnail active image */
.sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs li.active > img {
  border-color: #fb854d;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

/***********************/
/* 5 - Responsiveness  */
/***********************/

/* I - When the screen size gets <= 272px */
@media (max-width: 272px) {
  /* Wrapper */
  .sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs {
    display: none;
  }
}

/* II - When the screen size gets = 273px and < 576px */
@media (min-width: 273px) {
  /* Wrapper */
  .sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs {
    width: 250px;
    height: 77px;
  }
  /* Children - li */
  .sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs li {
    width: 50px;
    height: 50px;
  }
}

/* III - When the screen size gets = 576px and < 768px */
@media (min-width: 576px) {
  /* Wrapper */
  .sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs {
    width: 375px;
    height: 101px;
  }
  /* Children - li */
  .sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs li {
    width: 75px;
    height: 75px;
  }
}

/* IV - When the screen size gets = 768px and < 992px */
@media (min-width: 768px) {
  /* Wrapper */
  .sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs {
    width: 375px;
    height: 101px;
  }
  /* Children */
  .sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs li {
    width: 75px;
    height: 75px;
  }
}

/* V - When the screen size gets = 992px and < 1200px */
@media (min-width: 992px) {
  /* Wrapper */
  .sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs {
    width: 375px;
    height: 101px;
  }
  /*  Children */
  .sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs li {
    width: 75px;
    height: 75px;
  }
}

/* VI - When the screen size gets => 1200px */
@media (min-width: 1200px) {
  /* Wrapper */
  .sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs {
    width: 375px;
    height: 101px;
  }
  /* Children */
  .sz-slider[data-ind-direction=x] > .carousel-indicators.sz-thumbnails.thumbnail-2-thumbs li {
    width: 75px;
    height: 75px;
  }
}

/************************************/
/* Thumbnails 2
/* Navigation Left And Right Buttons
/************************************/

/* 1 - Wrapper */
.thumbnail-2-btn.carousel-control-btn {
  opacity: 1;
  color: #fff;
  width: 50px;
  height: 50px;
  bottom: 50px;
  display: block;
  font-size: 24px;
  line-height: 45px;
  text-decoration: none;
}

/***********************/
/* 5 - Responsiveness  */
/***********************/

/* I - When the screen size gets <= 272px */
@media (max-width: 272px) {
  /* Wrapper */
  .thumbnail-2-btn.carousel-control-btn {
    top: auto;
    bottom: 50px;
    margin: auto 3%;
  }
}

/* II - When the screen size gets = 273px and < 576px */
@media (min-width: 273px) {
  /* Wrapper */
  .thumbnail-2-btn.carousel-control-btn {
    top: auto;
    bottom: 100px;
    margin: auto 5%;
  }
}

/* III - When the screen size gets = 576px and < 768px */
@media (min-width: 576px) {
  /* Wrapper */
  .thumbnail-2-btn.carousel-control-btn {
    top: auto;
    bottom: 50px;
    margin: auto 8%;
  }
}

/* IV - When the screen size gets = 768px and < 992px */
@media (min-width: 768px) {
  /* Wrapper */
  .thumbnail-2-btn.carousel-control-btn {
    top: auto;
    bottom: 50px;
    margin: auto 19%;
  }
}

/* V - When the screen size gets = 992px and < 1200px */
@media (min-width: 992px) {
  /* Wrapper */
  .thumbnail-2-btn.carousel-control-btn {
    top: auto;
    bottom: 50px;
    margin: auto 26%;
  }
}

/* VI - When the screen size gets => 1200px */
@media (min-width: 1200px) {
  /* Wrapper */
  .thumbnail-2-btn.carousel-control-btn {
    top: auto;
    bottom: 50px;
    margin: auto 29%;
  }
}