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

/**********************/
/* Thumbnail Version 1
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.thumbnails-1.sz-slider {
  background: rgba(0,0,0,.3);
}

/* 2 - Background images wrapper color */
.thumbnails-1.sz-slider .sz-wrapper::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(0,0,0,.3);
}

/**********************/
/* Thumbnail Version 1
/* Layer Style
/**********************/

/* 1 - Main layer wrapper */
.thumbnails-1-layer-left,
.thumbnails-1-layer-right,
.thumbnails-1-layer-center {
  top: 0;
  bottom: 0;
  height: 140px;
  margin: auto 0;
  position: absolute;
  display: inline-block;
}
/* 2 - Left side layer */
.thumbnails-1-layer-left {
  left: 12%;
  text-align: left;
}
/* 3 - Right side layer */
.thumbnails-1-layer-right {
  right: 12%;
  text-align: right;
}
/* 4 - Center side layer */
.thumbnails-1-layer-center {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
/* 5 - Children of the layers */
.thumbnails-1-layer-left > span,
.thumbnails-1-layer-right > span,
.thumbnails-1-layer-center > span {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 6 - First child */
.thumbnails-1-layer-left > span:nth-child(1),
.thumbnails-1-layer-right > span:nth-child(1),
.thumbnails-1-layer-center > span:nth-child(1) {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: underline;
}
/* 7 - Second child */
.thumbnails-1-layer-left > span:nth-child(2),
.thumbnails-1-layer-right > span:nth-child(2),
.thumbnails-1-layer-center > span:nth-child(2) {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
}

/* 8 - Media Queries For Responsiveness */

/* 8 - 1 - Smaller than 575.98px screens */
@media (max-width: 575.98px) {
  /* Second child */
  .thumbnails-1-layer-left > span:nth-child(2),
  .thumbnails-1-layer-right > span:nth-child(2),
  .thumbnails-1-layer-center > span:nth-child(2) {
    font-size: 30px;
  }
}

/**********************/
/* Thumbnail Version 1
/* Thumbnails Setting
/**********************/

/* 1 - Thumbnails wrapper */
.thumbnail-1-thumbs {
  padding: 0 !important;
  height: 99px !important;
  overflow: visible !important;
  margin: 0 auto 0 auto !important;
}
/* 2 - Thumbnails children */
.thumbnail-1-thumbs li.active,
.thumbnail-1-thumbs li {
  margin: 0 !important;
  width: 225px !important;
  height: 99px !important;
  border: none !important;
  overflow: visible !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
/* 3 - For active thumbnails black overlay */
.thumbnail-1-thumbs li.active::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  border: 3px solid #c40020;
  background: rgba(0,0,0,.7);
}
/* 4 - For active thumbnails to create arrow icon */
.thumbnail-1-thumbs li.active::after {
  left: 0;
  right: 0;
  top: -10px;
  content: "";
  width: 10px;
  height: 10px;
  bottom: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #c40020 transparent;
}

/* 5 - Media Queries For Responsiveness */

/* 5 - 1 - Smaller than 576px screens */
@media (max-width: 575.98px) {
  /* Thumbnails wrapper */
  .thumbnail-1-thumbs {
    height: 59px !important;
  }
  /* Thumbnails children */
  .thumbnail-1-thumbs li.active,
  .thumbnail-1-thumbs li {
    width: 125px !important;
    height: 59px !important;
  }
}