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

/**********************/
/* Cover Flow 3
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.cover-flow-3.sz-slider {
  background: rgba(127,127,127,0);
  -webkit-font-smoothing: antialiased !important;
}

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

/********************/
/* Cover Flow 3
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.cover-flow-3-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  line-height: 1;
  position: absolute;
}
/* 2 - Container */
.cover-flow-3-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 612px;
  height: 370px;
  display: block;
  text-align: center;
  position: absolute;
  padding: 93px 100px;
  background: rgba(0,0,0,.8);
}
/* 3 - Heading - ( Dining Room Furniture Collections ) */
.cover-flow-3-layer > div > span:nth-child(1) {
  color: #fff;
  display: block;
  font-size: 46px;
  font-weight: 700;
  line-height: .87;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 4 - Description - ( Alienum phaedrum torquatos nec eu,... ) */
.cover-flow-3-layer > div > span:nth-child(2) {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-top: 11px;
  line-height: 1.5;
  font-family: 'Arimo', sans-serif;
}
/* 5 - Button - ( view our portfolio ) */
.cover-flow-3-layer > div > a {
  z-index: 1;
  color: #fff;
  font-size: 14px;
  padding: 16px 46px;
  text-align: center;
  position: relative;
  background: #ca3636;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  margin: 22px auto auto auto;
  font-family: 'Barlow Condensed', sans-serif;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 6 - Button - ( view our portfolio ) - hover */
.cover-flow-3-layer > div > a:hover {
  color: #000;
  background: #fff;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Container */
  .cover-flow-3-layer > div {
    width: 590px;
    padding: 90px 90px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Container */
  .cover-flow-3-layer > div {
    width: 458px;
    padding: 83px 22px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Container */
  .cover-flow-3-layer > div {
    width: 343px;
    height: 359px;
    padding: 83px 39px;
  }
  /* Heading - ( Dining Room Furniture Collections ) */
  .cover-flow-3-layer > div > span:nth-child(1) {
    font-size: 30px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu,... ) */
  .cover-flow-3-layer > div > span:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
  }
  /* Button - ( view our portfolio ) */
  .cover-flow-3-layer > div > a {
    font-size: 13px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Container */
  .cover-flow-3-layer > div {
    width: 163px;
    height: 222px;
    padding: 10px;
  }
  /* Heading - ( Dining Room Furniture Collections ) */
  .cover-flow-3-layer > div > span:nth-child(1) {
    font-size: 26px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu,... ) */
  .cover-flow-3-layer > div > span:nth-child(2) {
    font-size: 12px;
    margin-top: 10px;
  }
  /* Button - ( view our portfolio ) */
  .cover-flow-3-layer > div > a {
    font-size: 12px;
    padding: 13px 26px;
    margin: 15px auto auto auto;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Container */
  .cover-flow-3-layer > div {
    width: 120px;
    height: 188px;
    padding: 10px;
  }
  /* Heading - ( Dining Room Furniture Collections ) */
  .cover-flow-3-layer > div > span:nth-child(1) {
    font-size: 18px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu,... ) */
  .cover-flow-3-layer > div > span:nth-child(2) {
    font-size: 10px;
    margin-top: 10px;
  }
  /* Button - ( view our portfolio ) */
  .cover-flow-3-layer > div > a {
    font-size: 11px;
    padding: 8px 8px;
    margin: 10px auto auto auto;
  }
}

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

/* 1 - Buttons */
.cover-flow-3-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-decoration: none;
  background: rgba(0,0,0,.8);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.cover-flow-3-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 25px;
}
/* 3 - Next - Button */
.cover-flow-3-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 25px auto auto;
}
/* 4 - Hover */
.cover-flow-3-btn.sz-slider .carousel-control-btn:hover {
  color: #000;
  background: rgba(255,255,255,.8);
}
/* 5 - Icons */
.cover-flow-3-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  color: #fff;
  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-3-btn.sz-slider .carousel-control-btn:hover > i {
  color: #000;
}

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

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

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

/*********************/
/* Cover Flow 3
/* Indicators Buttons
/*********************/

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

/******************/
/* 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-3-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-3-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-3-indicators.carousel-indicators {
    display: none;
  }
}