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

/**********************/
/* Thumbnails 7
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.thumbnails-7.sz-slider {
  background: rgba(0,0,0,.5);
  -webkit-font-smoothing: antialiased !important;
}
/* 2 - Background Images Position */
.thumbnails-7.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/*******************/
/* Thumbnails 7
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.thumbnails-7-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Overlay Color */
.thumbnails-7-layer::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  background: rgba(0,0,0,.5);
}
/* 3 - Outer Container */
.thumbnails-7-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
  font-size: 0;
  width: 475px;
  height: 300px;
  display: block;
  line-height: 1;
  text-align: left;
  position: absolute;
  margin: auto auto auto 10%;
}
/* 4 - Text Container */
.thumbnails-7-layer > div > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
/* 5 - Children */
.thumbnails-7-layer > div > div > span {
  display: block;
}
/* 6 - 1st child - ( Make Present Slide Design Ready ) */
.thumbnails-7-layer > div > div > span:nth-child(1) {
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  margin: 15px 0 35px 0;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
/* 7 - 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
.thumbnails-7-layer > div > div > span:nth-child(2) {
  width: 320px;
  color: #bdbdbd;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  display: inline-block;
  font-family: 'Arimo', sans-serif;
}
/* 8 - Play Button - Left */
.thumbnails-7-layer > div > div > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  margin: auto 0 0 auto;
  text-decoration: none;
  background: transparent;
  border: 2px dashed #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 9 - Play Button - icon */
.thumbnails-7-layer > div > div > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  margin: auto;
  height: 25px;
  display: block;
  font-size: 26px;
  position: absolute;
}
/* 10 - Play Button - hover */
.thumbnails-7-layer > div > div > a:hover {
  color: #000;
  background: #fff;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Outer Container */
  .thumbnails-7-layer > div {
    width: 350px;
    height: 250px;
    margin: auto auto auto 8%;
  }
  /* 1st child - ( Make Present Slide Design Ready ) */
  .thumbnails-7-layer > div > div > span:nth-child(1) {
    font-size: 44px;
    margin: 15px 0 35px 0;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .thumbnails-7-layer > div > div > span:nth-child(2) {
    width: 250px;
    font-size: 14px;
  }
  /* Play Button - Left */
  .thumbnails-7-layer > div > div > a {
    width: 90px;
    height: 90px;
  }
  /* Play Button - icon */
  .thumbnails-7-layer > div > div > a > i {
    width: 15px;
    height: 25px;
    font-size: 26px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Outer Container */
  .thumbnails-7-layer > div {
    width: 270px;
    height: 235px;
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( Make Present Slide Design Ready ) */
  .thumbnails-7-layer > div > div > span:nth-child(1) {
    font-size: 32px;
    margin: 0 0 10px 0;
    position: relative;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .thumbnails-7-layer > div > div > span:nth-child(2) {
    width: 100%;
    margin: auto;
    font-size: 14px;
    text-align: center;
    position: relative;
  }
  /* Play Button - Left */
  .thumbnails-7-layer > div > div > a {
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
    margin: 10px auto auto auto;
  }
  /* Play Button - icon */
  .thumbnails-7-layer > div > div > a > i {
    width: 10px;
    height: 18px;
    font-size: 20px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Outer Container */
  .thumbnails-7-layer > div {
    width: 190px;
    height: 175px;
    margin: auto;
    text-align: center;
  }
  /* 1st child - ( Make Present Slide Design Ready ) */
  .thumbnails-7-layer > div > div > span:nth-child(1) {
    font-size: 20px;
    margin: 0 0 10px 0;
	position: relative;
  }
  /* 2nd child - ( Alienum phaedrum torquatos nec eu,... ) */
  .thumbnails-7-layer > div > div > span:nth-child(2) {
    width: 100%;
    margin: auto;
    font-size: 12px;
    text-align: center;
	position: relative;
  }
  /* Play Button - Left */
  .thumbnails-7-layer > div > div > a {
    width: 50px;
    height: 50px;
    margin: 10px auto auto auto;
    text-align: center;
	position: relative;
  }
  /* Play Button - icon */
  .thumbnails-7-layer > div > div > a > i {
    width: 8px;
    height: 14px;
    font-size: 14px;
  }
}

/*********************/
/* Thumbnails 7
/* Thumbnails
/*********************/

/* 1 - Thumbnails & Navigation Buttons Wrapper */
.sz-slider[data-type=slider][data-ind-direction=y] > .thumbnails-7-indicators {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 150px;
  height: 465px;
  position: absolute;
  margin: auto 10% auto auto;
  background: rgba(0,0,0,.5);
}
/* 2 - Thumbnails - wrapper */
.sz-slider[data-type=slider][data-ind-direction=y] .thumbnails-7-indicators > .carousel-indicators {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 120px;
  height: 430px;
  position: absolute;
  margin: auto auto auto auto;
}
/* 3 - Thumbnails */
.sz-slider[data-type=slider] .thumbnails-7-indicators > .carousel-indicators > li {
  padding: 0;
  width: 100%;
  border: none;
  font-size: 0;
  height: 95px;
  display: block;
  overflow: hidden;
  background: transparent;
  margin: auto auto 15px auto;
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* 4 - Thumbnails - Images */
.sz-slider[data-type=slider] .thumbnails-7-indicators > .carousel-indicators > li > img {
  width: 100%;
  height: 100%;
}
/* 5 - Thumbnails - Play Button */
.sz-slider[data-type=slider] .thumbnails-7-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(0,0,0,.8);
}
/* 6 - Thumbnails - Play Button - link */
.sz-slider[data-type=slider] .thumbnails-7-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-7-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=y] > .thumbnails-7-indicators {
    width: 150px;
    height: 365px;
    margin: auto 5% auto auto;
  }
  /* Thumbnails - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=y] .thumbnails-7-indicators > .carousel-indicators {
    width: 120px;
    height: 360px;
  }
  /* Thumbnails */
  .sz-slider[data-type=slider] .thumbnails-7-indicators > .carousel-indicators > li {
    height: 80px;
    margin: auto auto 10px auto;
  }
  /* Thumbnails - Play Button - link */
  .sz-slider[data-type=slider] .thumbnails-7-indicators > .carousel-indicators > li > div > a {
    width: 23px;
    height: 24px;
    font-size: 24px;
  }
}

/*----- 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=y] > .thumbnails-7-indicators {
    width: 150px;
    height: 360px;
    margin: auto 3% auto auto;
  }
  /* Thumbnails - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=y] .thumbnails-7-indicators > .carousel-indicators {
    width: 120px;
    height: 340px;
  }
  /* Thumbnails */
  .sz-slider[data-type=slider] .thumbnails-7-indicators > .carousel-indicators > li {
    height: 75px;
    margin: auto auto 10px auto;
  }
  /* Thumbnails - Play Button - link */
  .sz-slider[data-type=slider] .thumbnails-7-indicators > .carousel-indicators > li > div > a {
    width: 23px;
    height: 24px;
    font-size: 24px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Thumbnails & Navigation Buttons Wrapper */
  .sz-slider[data-type=slider][data-ind-direction=y] > .thumbnails-7-indicators {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Thumbnails & Navigation Buttons Wrapper */
  .sz-slider[data-type=slider][data-ind-direction=y] > .thumbnails-7-indicators {
    display: none;
  }
}