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

/**********************/
/* Thumbnails 4
/* Main Carousel Style
/**********************/

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

/*********************/
/* Thumbnails 4
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=y] .thumbnails-4-indicators.carousel-indicators {
  padding: 0;
  width: 330px;
  height: 435px;
  margin: auto 135px auto auto;
  background: rgba(0,0,0,.8);
}
/* 2 - Tabs */
.sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li {
  margin: 0;
  padding: 0;
  border: none;
  width: 330px;
  font-size: 0;
  height: 143px;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 2px dotted #cdcdcd;
}
/* 3 - Tab - active - background color */
.sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li.active {
  background: transparent;
}
/* 4 - Tabs - last child - border */
.sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li:last-child {
  border-bottom: 2px dotted transparent;
}
/* 5 - Play Button - link */
.sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 52px;
  height: 52px;
  color: #ff9600;
  background: #fff;
  position: absolute;
  display: inline-block;
  text-decoration: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: auto auto auto 25px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 6 - Play Button - link - color - active tab */
.sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li.active > a {
  color: #fff;
  background: #ff9600;
}
/* 7 - Play Button - link - hover */
.sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li > a:hover {
  -webkit-animation: plsFwd 2s ease infinite;
  animation: plsFwd 2s ease infinite;
}
/* 8 - Play Button - icon */
.sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  margin: auto;
  height: 14px;
  display: block;
  font-size: 14px;
  position: absolute;
}
/* 9 - Play Button - border */
.sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li > a::before {
  top: -9px;
  left: -9px;
  content: "";
  width: 70px;
  height: 70px;
  margin: auto;
  position: absolute;
  background: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 10px solid transparent;
  transition: border .2s ease;
  -webkit-transition: border .2s ease;
}
/* 10 - Play Button - border color - active tab */
.sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li.active > a::before {
  border: 10px solid rgba(251,145,42,.2);
}
/* 11 - Post Wrapper */
.sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 210px;
  height: 70px;
  display: block;
  text-align: left;
  position: absolute;
  margin: auto 15px auto auto;
}
/* 12 - Date */
.sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li > div > span:nth-child(1) {
  margin-top: 0;
  line-height: 1;
  color: #ff9600;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 13 - Title */
.sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li > div > span:nth-child(2) {
  color: #fff;
  display: block;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  text-decoration: none;
  text-transform: capitalize;
  font-family: 'Barlow Condensed', sans-serif;
}

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

/*----- When the screen size gets = 425px and < 576px -----*/
@media (min-width: 425px) and (max-width: 575.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=y] .thumbnails-4-indicators.carousel-indicators {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

/*----- When the screen size gets <= 425px -----*/
@media (max-width: 424.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=y] .thumbnails-4-indicators.carousel-indicators {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 90%;
	height: 100%;
    margin: auto;
  }
  /* Tabs */
  .sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li {
    width: 100%;
    height: 160px;
  }
  /* Play Button - link */
  .sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li > a {
    width: 52px;
    height: 52px;
	position: relative;
    margin: 15px auto 15px auto;
  }
  /* Post Wrapper */
  .sz-slider[data-type=slider] .thumbnails-4-indicators.carousel-indicators > li > div {
    width: 100%;
    height: auto;
    margin: auto;
	position: relative;
	text-align: center;
  }
}

/**************************/
/* Thumbnails 4
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.thumbnails-4-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-decoration: none;
  background: rgba(0,0,0,.8);
  border-radius: 0;
  -webkit-border-radius: 0;
  transform: none !important;
  -webkit-transform: none !important;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.thumbnails-4-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  bottom: 42px !important;
  margin: auto 90px auto auto !important;
}
/* 3 - Next - Button */
.thumbnails-4-btn.sz-slider .carousel-control-btn.carousel-control-next {
  top: 42px !important;
  margin: auto 90px auto auto !important;
}
/* 4 - Hover */
.thumbnails-4-btn.sz-slider .carousel-control-btn:hover {
  color: #ff9600;
  background: #000;
}
/* 5 - Icons */
.thumbnails-4-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 17px;
  height: 10px;
  margin: auto;
  font-size: 22px;
  line-height: 0.4;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.thumbnails-4-btn.sz-slider .carousel-control-btn:hover > i {
  color: #ff9600;
}

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

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

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