/*!
 * Template Name : multiple-items-24
 */

/**********************/
/* Multiple Items 24
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.multiple-items-24.sz-slider {
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}

/********************/
/* Multiple Items 24
/* Layer Settings
/********************/

/* 1 - wrapper */
.multiple-items-24-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  padding: 30px 0 0 0;
}
/* 2 - Image */
.multiple-items-24-layer > a:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: relative;
  text-decoration: none;
  background-size: cover;
  width: 100% !important;
  height: 140px !important;
  background-position: center;
  background-repeat: no-repeat;
}
/* 3 - Icons */
.multiple-items-24-layer > a:nth-child(1) > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  margin: auto auto 0 0;
  background: rgba(0,0,0,.5);
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 4 - Title */
.multiple-items-24-layer > a:nth-child(2) {
  color: #333;
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
  text-align: left;
  letter-spacing: .1px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
  -webkit-font-smoothing: antialiased;
}
/* 5 - Title - Hover */
.multiple-items-24-layer > a:nth-child(2):hover {
  color: #fca400;
}

/**************************/
/* Multiple Items 24
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.multiple-items-24-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 15;
  color: #333;
  width: 25px;
  height: 25px;
  font-size: 0;
  background: #e5e5e5;
  text-decoration: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.multiple-items-24-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  left: -27px !important;
  margin: 0 auto auto auto !important;
}
/* 3 - Next - Button */
.multiple-items-24-btn.sz-slider .carousel-control-btn.carousel-control-next {
  right: -27px !important;
  margin: 0 auto auto auto !important;
}
/* 4 - Hover */
.multiple-items-24-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #fca400;
}
/* 5 - Icons */
.multiple-items-24-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #333;
  width: 16px;
  height: 14px;
  margin: auto;
  font-size: 14px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icons - hover */
.multiple-items-24-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}