/*!
 * Template Name : cover-flow-2
 */

/**********************/
/* Cover Flow 2
/* Main Carousel Style
/**********************/

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

/* 2 - Background Images Position */
.cover-flow-2.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/********************/
/* Cover Flow 2
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.cover-flow-2-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  line-height: 1;
  position: absolute;
}
/* 2 - Outer Container - left */
.cover-flow-2-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 55%;
  height: 100%;
  display: block;
  text-align: left;
  position: absolute;
  background: #191919;
  margin: auto 0 auto auto;
}
/* 3 - Outer Container - right */
.cover-flow-2-layer.cover-flow-2-layer-right > div {
  text-align: right;
  margin: auto auto auto 0;
}
/* 4 - Inner Container */
.cover-flow-2-layer > div > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 282px;
  height: 298px;
  display: block;
  position: absolute;
}
/* 5 - Heading - ( Ultimate Inspired Design Multipurpose Slide Theme ) */
.cover-flow-2-layer > div > div > span:nth-child(1) {
  color: #fff;
  display: block;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.5px;
  text-transform: capitalize;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 6 - Description - ( Lorem ipsum dosectetur adipisicing elit,... ) */
.cover-flow-2-layer > div > div > span:nth-child(2) {
  color: #d9d9d9;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 14px;
  line-height: 1.5;
  font-family: 'Arimo', sans-serif;
}
/* 7 - Play Button - link */
.cover-flow-2-layer > div > div > a {
  z-index: 1;
  color: #fff;
  width: 70px;
  height: 70px;
  display: block;
  text-align: center;
  position: relative;
  background: #f31a1a;
  text-decoration: none;
  margin: 17px auto auto 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 8 - Play Button - link */
.cover-flow-2-layer.cover-flow-2-layer-right > div > div > a {
  margin: 17px 0 auto auto;
}
/* 9 - Play Button - icon */
.cover-flow-2-layer > div > div > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  margin: auto;
  height: 18px;
  display: block;
  font-size: 18px;
  position: absolute;
}
/* 10 - Play Button - border */
.cover-flow-2-layer > div > div > a:hover {
  animation: plsFwd 2s infinite linear;
  -webkit-animation: plsFwd 2s infinite linear;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Inner Container */
  .cover-flow-2-layer > div > div {
    width: 230px;
    height: 280px;
  }
  /* Heading - ( Ultimate Inspired Design Multipurpose Slide Theme ) */
  .cover-flow-2-layer > div > div > span:nth-child(1) {
    font-size: 32px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Inner Container */
  .cover-flow-2-layer > div > div {
    width: 190px;
    height: 270px;
  }
  /* Heading - ( Ultimate Inspired Design Multipurpose Slide Theme ) */
  .cover-flow-2-layer > div > div > span:nth-child(1) {
    font-size: 26px;
  }
  /* Description - ( Lorem ipsum dosectetur adipisicing elit,... ) */
  .cover-flow-2-layer > div > 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) {
  /* Inner Container */
  .cover-flow-2-layer > div > div {
    width: 140px;
    height: 222px;
  }
  /* Heading - ( Ultimate Inspired Design Multipurpose Slide Theme ) */
  .cover-flow-2-layer > div > div > span:nth-child(1) {
    font-size: 20px;
  }
  /* Description - ( Lorem ipsum dosectetur adipisicing elit,... ) */
  .cover-flow-2-layer > div > div > span:nth-child(2) {
    font-size: 12px;
    margin-top: 10px;
  }
  /* Play Button - link */
  .cover-flow-2-layer > div > div > a {
    width: 50px;
    height: 50px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Outer Container - left - right */
  .cover-flow-2-layer > div,
  .cover-flow-2-layer.cover-flow-2-layer-right > div {
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    background: rgba(25,25,25,.8);
  }
  /* Inner Container */
  .cover-flow-2-layer > div > div {
    width: 152px;
    height: 215px;
  }
  /* Heading - ( Ultimate Inspired Design Multipurpose Slide Theme ) */
  .cover-flow-2-layer > div > div > span:nth-child(1) {
    font-size: 20px;
  }
  /* Description - ( Lorem ipsum dosectetur adipisicing elit,... ) */
  .cover-flow-2-layer > div > div > span:nth-child(2) {
    font-size: 12px;
    margin-top: 10px;
  }
  /* Play Button - link */
  .cover-flow-2-layer > div > div > a,
  .cover-flow-2-layer.cover-flow-2-layer-right > div > div > a {
    width: 50px;
    height: 50px;
    margin: 10px auto auto auto;
  }
  /* Play Button - icon */
  .cover-flow-2-layer > div > div > a > i {
    width: 13px;
    height: 18px;
    font-size: 18px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Outer Container - left - right */
  .cover-flow-2-layer > div,
  .cover-flow-2-layer.cover-flow-2-layer-right > div {
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    background: rgba(25,25,25,.8);
  }
  /* Inner Container */
  .cover-flow-2-layer > div > div {
    width: 99%;
    height: 202px;
  }
  /* Heading - ( Ultimate Inspired Design Multipurpose Slide Theme ) */
  .cover-flow-2-layer > div > div > span:nth-child(1) {
    font-size: 16px;
  }
  /* Description - ( Lorem ipsum dosectetur adipisicing elit,... ) */
  .cover-flow-2-layer > div > div > span:nth-child(2) {
    font-size: 11px;
    margin-top: 10px;
  }
  /* Play Button - link */
  .cover-flow-2-layer > div > div > a,
  .cover-flow-2-layer.cover-flow-2-layer-right > div > div > a {
    width: 45px;
    height: 45px;
    margin: 10px auto auto auto;
  }
  /* Play Button - icon */
  .cover-flow-2-layer > div > div > a > i {
    width: 13px;
    height: 18px;
    font-size: 18px;
  }
}

/**************************/
/* Cover Flow 2
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.cover-flow-2-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #000;
  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 */
.cover-flow-2-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 12%;
}
/* 3 - Next - Button */
.cover-flow-2-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 12% auto auto;
}
/* 4 - Hover */
.cover-flow-2-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #000;
}
/* 5 - Icons */
.cover-flow-2-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 */
.cover-flow-2-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Prev - Button */
  .cover-flow-2-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: auto auto auto 10.9%;
  }
  /* Next - Button */
  .cover-flow-2-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: auto 10.9% auto auto;
  }
}

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

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

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

/*********************/
/* Cover Flow 2
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .cover-flow-2-indicators.carousel-indicators {
  padding: 0;
  width: 142px;
  height: 24px;
  margin: auto auto 20px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .cover-flow-2-indicators.carousel-indicators > li {
  padding: 0;
  margin: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid rgba(0,0,0,.6);
  background: rgba(255,255,255,.6);
  transition: background .2s ease, border .2s ease;
  -webkit-transition: background .2s ease, border .2s ease;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .cover-flow-2-indicators.carousel-indicators > li.active {
  background: rgba(0,0,0,.9);
  border: 2px solid rgba(255,255,255,.9);
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .cover-flow-2-indicators.carousel-indicators {
    margin: auto auto 10px auto;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .cover-flow-2-indicators.carousel-indicators {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .cover-flow-2-indicators.carousel-indicators {
    display: none;
  }
}