/*!
 * Template Name : thumbnails-6
 */

/**********************/
/* Thumbnails 6
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.thumbnails-6.sz-slider {
  background: rgba(13,13,13,.9);
  -webkit-font-smoothing: antialiased !important;
}

/*******************/
/* Thumbnails 6
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.thumbnails-6-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Side Image */
.thumbnails-6-layer > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  position: absolute;
  margin: auto 0 auto auto;
}
/* 3 - Outer Container */
.thumbnails-6-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  position: absolute;
  background: #0d0d0d;
  margin: auto auto auto 0;
}
/* 4 - Text Container */
.thumbnails-6-layer > div:nth-child(2) > div {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 395px;
  height: 205px;
  bottom: 100px;
  position: absolute;
}
/* 5 - Heading - ( Design High Quality Slideshow Maker ) */
.thumbnails-6-layer > div:nth-child(2) > div > span:nth-child(1) {
  color: #fff;
  margin: auto;
  display: block;
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.9px;
  font-family: 'Poppins', sans-serif;
}
/* 6 - Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
.thumbnails-6-layer > div:nth-child(2) > div > span:nth-child(2) {
  color: #fff;
  margin: auto;
  display: block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -.4px;
  font-family: 'Arimo', sans-serif;
}
/* 7 - Button - ( get in touch ) */
.thumbnails-6-layer > div:nth-child(2) > div > a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 26px;
  padding: 11px 41px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #fff;
  text-transform: uppercase;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  font-family: 'Poppins', sans-serif;
  transition: background .2s ease, color .2s ease, border .2s ease;
  -webkit-transition: background .2s ease, color .2s ease, border .2s ease;
}
/* 8 - Button - hover - ( get in touch ) */
.thumbnails-6-layer > div:nth-child(2) > div > a:hover {
  color: #fff;
  background: #2b99cc;
  border-color: #2b99cc;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Side Image */
  .thumbnails-6-layer > div:nth-child(1) {
    width: 40%;
  }
  /* Outer Container */
  .thumbnails-6-layer > div:nth-child(2) {
    width: 60%;
  }
  /* Text Container */
  .thumbnails-6-layer > div:nth-child(2) > div {
    width: 325px;
    height: 183px;
  }
  /* Heading - ( Design High Quality Slideshow Maker ) */
  .thumbnails-6-layer > div:nth-child(2) > div > span:nth-child(1) {
    font-size: 30px;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .thumbnails-6-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 13px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Side Image */
  .thumbnails-6-layer > div:nth-child(1) {
    width: 40%;
  }
  /* Outer Container */
  .thumbnails-6-layer > div:nth-child(2) {
    width: 60%;
  }
  /* Text Container */
  .thumbnails-6-layer > div:nth-child(2) > div {
    width: 235px;
    height: 170px;
    bottom: 125px;
  }
  /* Heading - ( Design High Quality Slideshow Maker ) */
  .thumbnails-6-layer > div:nth-child(2) > div > span:nth-child(1) {
    font-size: 24px;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .thumbnails-6-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 12px;
  }
  /* Button - ( get in touch ) */
  .thumbnails-6-layer > div:nth-child(2) > div > a {
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 30px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Side Image */
  .thumbnails-6-layer > div:nth-child(1) {
    width: 100%;
  }
  /* Outer Container */
  .thumbnails-6-layer > div:nth-child(2) {
    width: 100%;
	background: rgba(13,13,13,.8);
  }
  /* Text Container */
  .thumbnails-6-layer > div:nth-child(2) > div {
    width: 270px;
    height: 185px;
    bottom: 100px;
	text-align: center;
  }
  /* Heading - ( Design High Quality Slideshow Maker ) */
  .thumbnails-6-layer > div:nth-child(2) > div > span:nth-child(1) {
    font-size: 26px;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .thumbnails-6-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 14px;
  }
  /* Button - ( get in touch ) */
  .thumbnails-6-layer > div:nth-child(2) > div > a {
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 30px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Side Image */
  .thumbnails-6-layer > div:nth-child(1) {
    width: 100%;
  }
  /* Outer Container */
  .thumbnails-6-layer > div:nth-child(2) {
    width: 100%;
	background: rgba(13,13,13,.8);
  }
  /* Text Container */
  .thumbnails-6-layer > div:nth-child(2) > div {
    width: 190px;
    bottom: 70px;
    height: 167px;
	text-align: center;
  }
  /* Heading - ( Design High Quality Slideshow Maker ) */
  .thumbnails-6-layer > div:nth-child(2) > div > span:nth-child(1) {
    font-size: 18px;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .thumbnails-6-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 12px;
  }
  /* Button - ( get in touch ) */
  .thumbnails-6-layer > div:nth-child(2) > div > a {
    font-size: 11px;
    margin-top: 10px;
    padding: 10px 25px;
  }
}

/*********************/
/* Thumbnails 6
/* Thumbnails
/*********************/

/* 1 - Thumbnails & Navigation Buttons Wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] > .thumbnails-6-indicators {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 705px;
  height: 120px;
  position: absolute;
  margin: auto auto 25px 1%;
}
/* 2 - Thumbnails - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .thumbnails-6-indicators > .carousel-indicators {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 567px;
  height: 120px;
  margin: auto 70px auto auto;
}
/* 3 - Thumbnails */
.sz-slider[data-type=slider] .thumbnails-6-indicators > .carousel-indicators > li {
  padding: 0;
  border: none;
  width: 175px;
  font-size: 0;
  height: 120px;
  overflow: hidden;
  margin: 0 0 0 14px;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* 4 - Thumbnails - Images */
.sz-slider[data-type=slider] .thumbnails-6-indicators > .carousel-indicators > li > img {
  height: 100%;
}
/* 5 - Thumbnails - Play Button */
.sz-slider[data-type=slider] .thumbnails-6-indicators > .carousel-indicators > li > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  display: none;
  position: absolute;
  text-decoration: none;
  background: rgba(43,153,204,.8);
}
/* 6 - Thumbnails - Play Button - link */
.sz-slider[data-type=slider] .thumbnails-6-indicators > .carousel-indicators > li > div > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 23px;
  height: 24px;
  margin: auto;
  display: block;
  line-height: 0;
  font-size: 24px;
  position: absolute;
  text-decoration: none;
}
/* 7 - Thumbnails - Play Button - link - active */
.sz-slider[data-type=slider] .thumbnails-6-indicators > .carousel-indicators > li.active > div {
  display: block;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Thumbnails & Navigation Buttons Wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] > .thumbnails-6-indicators {
    margin: auto auto 15px 1%;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Thumbnails & Navigation Buttons Wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] > .thumbnails-6-indicators {
    width: 570px;
    margin: auto auto 10px auto;
  }
  /* Thumbnails - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .thumbnails-6-indicators > .carousel-indicators {
    width: 100%;
    margin: auto auto auto auto;
  }
  /* Thumbnails */
  .sz-slider[data-type=slider] .thumbnails-6-indicators > .carousel-indicators > li {
    width: 180px;
    margin: 0 0 0 10px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 400px) and (max-width: 575.98px) {
  /* Thumbnails & Navigation Buttons Wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] > .thumbnails-6-indicators {
    width: 390px;
    height: 90px;
    margin: auto auto 5px auto;
  }
  /* Thumbnails - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .thumbnails-6-indicators > .carousel-indicators {
    width: 100%;
    height: 90px;
    margin: auto auto auto auto;
  }
  /* Thumbnails */
  .sz-slider[data-type=slider] .thumbnails-6-indicators > .carousel-indicators > li {
    width: 120px;
    height: 90px;
    margin: 0 0 0 10px;
  }
  /* Thumbnails - Play Button - link */
  .sz-slider[data-type=slider] .thumbnails-6-indicators > .carousel-indicators > li > div > a {
    width: 23px;
    height: 24px;
    font-size: 24px;
  }
}

/*----- When the screen size gets <= 399.98px -----*/
@media (max-width: 399.98px) {
  /* Thumbnails & Navigation Buttons Wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] > .thumbnails-6-indicators {
    width: 300px;
    height: 80px;
    margin: auto auto 5px auto;
  }
  /* Thumbnails - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .thumbnails-6-indicators > .carousel-indicators {
    width: 100%;
    height: 80px;
    margin: auto auto auto auto;
  }
  /* Thumbnails */
  .sz-slider[data-type=slider] .thumbnails-6-indicators > .carousel-indicators > li {
    width: 95px;
    height: 80px;
    margin: 0 0 0 5px;
  }
}

/**************************/
/* Thumbnails 6
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.thumbnails-6-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #000;
  z-index: 15;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: #fff;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.thumbnails-6-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 0;
}
/* 3 - Next - Button */
.thumbnails-6-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto -10px auto auto;
}
/* 4 - Hover */
.thumbnails-6-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #2b99cc;
}
/* 5 - Icons */
.thumbnails-6-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  color: #000;
  height: 10px;
  margin: auto;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.thumbnails-6-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Prev - Button */
  .thumbnails-6-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: auto auto auto 15px;
  }
  /* Next - Button */
  .thumbnails-6-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: auto 5px auto auto;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Buttons */
  .thumbnails-6-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Buttons */
  .thumbnails-6-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}