/*!
 * Template Name : simple-ver-43
 */

/**********************/
/* Simple Version 43
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 43
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-43-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Layer - Bottom Box */
.simple-ver-43-layer::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 87%;
  content: "";
  height: 140px;
  display: block;
  position: absolute;
  background: #eefaff;
  margin: auto auto 0 0;
}
/* 3 - Outer Box */
.simple-ver-43-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
  font-size: 0;
  width: 378px;
  height: 400px;
  display: block;
  line-height: .98;
  text-align: left;
  position: absolute;
  background: #a88370;
  margin: auto 18% 3% auto;
}
/* 4 - Inner Box */
.simple-ver-43-layer > div > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
  font-size: 0;
  width: 265px;
  height: 310px;
  display: block;
  line-height: .98;
  position: absolute;
}
/* 5 - Children */
.simple-ver-43-layer > div > div > span {
  display: block;
}
/* 6 - Heading - ( Dining Room Furniture Collections ) */
.simple-ver-43-layer > div > div > span:nth-child(1) {
  color: #fff;
  line-height: .8;
  font-size: 53px;
  font-weight: 800;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 7 - Description - ( Alienum phaedrum torquatos nec eu,... ) */
.simple-ver-43-layer > div > div > span:nth-child(2) {
  color: #efefef;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 400;
  margin: 18px 0 33px 0;
  letter-spacing: -.5px;
  font-family: 'Arimo', sans-serif;
}
/* 8 - Button - ( View Our Portfolio ) */
.simple-ver-43-layer > div > div > a {
  color: #fff;
  margin: auto;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 18px 34px 18px 34px;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .1s ease, border .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, border .1s ease, color .1s ease;
}
/* 9 - Button - hover - ( View Our Portfolio ) */
.simple-ver-43-layer > div > div > a:hover {
  color: #a88370;
  background: #fff;
  border-color: #fff;
}
/* 10 - Button - line - left ( - ) */
.simple-ver-43-layer > div > div > a::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  margin: auto -15px auto auto;
  transition: background .1s ease;
  -webkit-transition: background .1s ease;
}
/* 11 - Button - line - hover ( - ) */
.simple-ver-43-layer > div > div > a:hover::after {
  background: transparent;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Layer - Bottom Box */
  .simple-ver-43-layer::after {
    width: 98%;
  }
  /* Outer Box */
  .simple-ver-43-layer > div {
    width: 320px;
    height: 338px;
    margin: auto 3% 3% auto;
  }
  /* Inner Box */
  .simple-ver-43-layer > div > div {
    width: 240px;
    height: 280px;
  }
  /* Heading - ( Dining Room Furniture Collections ) */
  .simple-ver-43-layer > div > div > span:nth-child(1) {
    font-size: 46px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-43-layer > div > div > span:nth-child(2) {
    font-size: 15px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Layer - Bottom Box */
  .simple-ver-43-layer::after {
    width: 100%;
    height: 120px;
  }
  /* Outer Box */
  .simple-ver-43-layer > div {
    width: 275px;
    height: 300px;
	text-align: center;
    margin: auto auto 50px auto;
  }
  /* Inner Box */
  .simple-ver-43-layer > div > div {
    width: 225px;
    height: 250px;
  }
  /* Heading - ( Dining Room Furniture Collections ) */
  .simple-ver-43-layer > div > div > span:nth-child(1) {
    font-size: 38px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-43-layer > div > div > span:nth-child(2) {
    font-size: 14px;
    margin: 18px 0 25px 0;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-43-layer > div > div > a {
    font-size: 14px;
    padding: 16px 30px 16px 30px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Layer - Bottom Box */
  .simple-ver-43-layer::after {
    height: 0;
    width: 100%;
  }
  /* Outer Box */
  .simple-ver-43-layer > div {
    margin: auto;
    width: 265px;
    height: 230px;
	text-align: center;
  }
  /* Inner Box */
  .simple-ver-43-layer > div > div {
    width: 225px;
    height: 200px;
  }
  /* Heading - ( Dining Room Furniture Collections ) */
  .simple-ver-43-layer > div > div > span:nth-child(1) {
    font-size: 30px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-43-layer > div > div > span:nth-child(2) {
    font-size: 13px;
    margin: 15px 0 15px 0;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-43-layer > div > div > a {
    font-size: 13px;
    padding: 12px 25px 12px 25px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Layer - Bottom Box */
  .simple-ver-43-layer::after {
    height: 0;
    width: 100%;
  }
  /* Outer Box */
  .simple-ver-43-layer > div {
    margin: auto;
    width: 190px;
    height: 200px;
	text-align: center;
  }
  /* Inner Box */
  .simple-ver-43-layer > div > div {
    width: 170px;
    height: 160px;
  }
  /* Heading - ( Dining Room Furniture Collections ) */
  .simple-ver-43-layer > div > div > span:nth-child(1) {
    font-size: 24px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-43-layer > div > div > span:nth-child(2) {
    font-size: 11px;
    margin: 10px 0 10px 0;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-43-layer > div > div > a {
    font-size: 11px;
    padding: 10px 15px 10px 15px;
  }
}

/**************************/
/* Simple Version 43
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.simple-ver-43-btn.sz-slider .carousel-control-btn {
  top: 0;
  bottom: 0;
  opacity: 1;
  width: 172px;
  height: 45px;
  font-size: 0;
  color: #3d3d3d;
  display: block;
  font-weight: 500;
  text-align: left;
  letter-spacing: .5px;
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-43-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto 50px 25px;
}
/* 3 - Next - Button */
.simple-ver-43-btn.sz-slider .carousel-control-btn.carousel-control-next {
  left: 250px;
  right: auto;
  margin: auto 0 50px auto;
}
/* 4 - Icons */
.simple-ver-43-btn.sz-slider .carousel-control-btn > i {
  left: 0;
  right: 0;
  bottom: 0;
  top: -8px;
  width: 22px;
  height: 22px;
  margin: auto;
  color: #3d3d3d;
  font-size: 22px;
  position: relative;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 5 - Text - Prev */
.simple-ver-43-btn.sz-slider .carousel-control-btn > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 135px;
  color: #3d3d3d;
  line-height: 1;
  font-size: 20px;
  position: relative;
  display: inline-block;
  margin: auto auto auto 13px;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Text - Next */
.simple-ver-43-btn.sz-slider .carousel-control-btn.carousel-control-next > span {
  text-align: right;
  margin: auto 13px auto auto;
}
/* 7 - Line - ( | ) */
.simple-ver-43-btn.sz-slider .carousel-control-btn.carousel-control-prev::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background: #828282;
  margin: auto -27px auto auto;
}
/* 8 - Hover */
.simple-ver-43-btn.sz-slider .carousel-control-btn:hover,
.simple-ver-43-btn.sz-slider .carousel-control-btn:hover > i,
.simple-ver-43-btn.sz-slider .carousel-control-btn:hover > span {
  color: #000;
  background: transparent;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Buttons */
  .simple-ver-43-btn.sz-slider .carousel-control-btn {
    width: 137px;
    height: 35px;
  }
  /* Prev - Button */
  .simple-ver-43-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: auto auto 25px 10px;
  }
  /* Next - Button */
  .simple-ver-43-btn.sz-slider .carousel-control-btn.carousel-control-next {
    left: 0;
    right: 0;
    margin: auto 10px 25px auto;
  }
  /* Icons */
  .simple-ver-43-btn.sz-slider .carousel-control-btn > i {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
  /* Text - Prev */
  .simple-ver-43-btn.sz-slider .carousel-control-btn > span {
    width: 110px;
    font-size: 16px;
    margin: auto auto auto 7px;
  }
  /* Text - Next */
  .simple-ver-43-btn.sz-slider .carousel-control-btn.carousel-control-next > span {
    margin: auto 7px auto auto;
  }
  /* Line - ( | ) */
  .simple-ver-43-btn.sz-slider .carousel-control-btn.carousel-control-prev::after {
    display: none;
  }
}

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

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

/*********************/
/* Simple Version 43
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-43-indicators.carousel-indicators {
  padding: 0;
  width: 60px;
  height: 20px;
  margin: auto auto 20px 195px;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-43-indicators.carousel-indicators > li {
  margin: 2px;
  width: 15px;
  height: 15px;
  border: none;
  background: #828282;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-43-indicators.carousel-indicators > li.active {
  background: #3d3d3d;
}

/******************/
/* 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] .simple-ver-43-indicators.carousel-indicators {
    margin: auto auto 15px 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] .simple-ver-43-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] .simple-ver-43-indicators.carousel-indicators {
    display: none;
  }
}