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

/**********************/
/* Simple Version 15
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-15.sz-slider {
  background: rgba(0,0,0,.5);
  -webkit-font-smoothing: antialiased !important;
}
/* 2 - Background Images Position */
.simple-ver-15.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}
/* 2 - Overlay color */
.simple-ver-15.sz-slider .sz-wrapper::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(0,0,0,.5);
}

/*******************/
/* Simple Version 15
/* Layer Settings
/*******************/

/* 1 - Text - center - wrapper */
.simple-ver-15-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 300px;
  display: block;
  line-height: 1;
  position: absolute;
  text-align: center;
  border: 6px solid rgba(255,255,255,.7);
}
/* 2 - Text - left - wrapper */
.simple-ver-15-layer.simple-ver-15-layer-left {
  text-align: left;
  margin: auto auto auto 20%;
}
/* 3 - Text - right - wrapper */
.simple-ver-15-layer.simple-ver-15-layer-right {
  text-align: right;
  margin: auto 20% auto auto;
}
/* 4 - Container */
.simple-ver-15-layer > div {
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
  position: relative;
}
/* 5 - Children */
.simple-ver-15-layer > div > span {
  display: inline-block;
}
/* 6 - 1st Child - center - ( most popular places to build home ) */
.simple-ver-15-layer > div span:nth-child(1) {
  color: #fff;
  width: 220px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.5px;
  margin: 38px auto 0 auto;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
}
/* 7 - 1st Child - left - ( most popular places to build home ) */
.simple-ver-15-layer.simple-ver-15-layer-left > div span:nth-child(1) {
  margin: 38px 0 0 35px;
}
/* 8 - 1st Child - right - ( most popular places to build home ) */
.simple-ver-15-layer.simple-ver-15-layer-right > div span:nth-child(1) {
  margin: 38px 35px 0 0;
}
/* 9 - 2nd Child - center - ( 5.0 ) */
.simple-ver-15-layer > div span:nth-child(2) {
  color: #f2e513;
  line-height: 1;
  font-size: 67px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 68px auto 0 auto;
  font-family: 'Rubik', sans-serif;
}
/* 10 - 2nd Child - left - ( 5.0 ) */
.simple-ver-15-layer.simple-ver-15-layer-left > div span:nth-child(2) {
  margin: 68px 0 0 35px;
}
/* 11 - 2nd Child - right - ( 5.0 ) */
.simple-ver-15-layer.simple-ver-15-layer-right > div span:nth-child(2) {
  margin: 68px 35px 0 0;
}
/* 12 - 3rd Child - center - ( Find real estate agents in your own city ) */
.simple-ver-15-layer > div span:nth-child(3) {
  color: #fff;
  width: 185px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .72px;
  margin: 1px auto 0 auto;
  font-family: 'Rubik', sans-serif;
}
/* 13 - 3rd Child - left - ( Find real estate agents in your own city ) */
.simple-ver-15-layer.simple-ver-15-layer-left > div span:nth-child(3) {
  margin: 1px 0 0 35px;
}
/* 14 - 3rd Child - right - ( Find real estate agents in your own city ) */
.simple-ver-15-layer.simple-ver-15-layer-right > div span:nth-child(3) {
  margin: 1px 35px 0 0;
}

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

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - center - wrapper */
  .simple-ver-15-layer {
    width: 250px;
    height: 250px;
    border: 6px solid rgba(255,255,255,.7);
  }
  /* Text - left & right - wrapper */
  .simple-ver-15-layer.simple-ver-15-layer-left,
  .simple-ver-15-layer.simple-ver-15-layer-right {
    margin: auto;
    text-align: center;
  }
  /* 1st Child - center - ( most popular places to build home ) */
  .simple-ver-15-layer > div span:nth-child(1) {
    width: 85%;
    margin: 20px auto 0 auto;
  }
  /* 1st Child - left & right - ( most popular places to build home ) */
  .simple-ver-15-layer.simple-ver-15-layer-left > div span:nth-child(1),
  .simple-ver-15-layer.simple-ver-15-layer-right > div span:nth-child(1) {
    margin: 20px 0 0 0;
  }
  /* 2nd Child - center & left & right - ( 5.0 ) */
  .simple-ver-15-layer > div span:nth-child(2),
  .simple-ver-15-layer.simple-ver-15-layer-left > div span:nth-child(2),
  .simple-ver-15-layer.simple-ver-15-layer-right > div span:nth-child(2) {
    margin: 20px 0 0 0;
  }
  /* 3rd Child - center - ( Find real estate agents in your own city ) */
  .simple-ver-15-layer > div span:nth-child(3) {
    width: 85%;
  }
  /* 3rd Child - left & right - ( Find real estate agents in your own city ) */
  .simple-ver-15-layer.simple-ver-15-layer-left > div span:nth-child(3),
  .simple-ver-15-layer.simple-ver-15-layer-right > div span:nth-child(3) {
    margin: auto;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - center - wrapper */
  .simple-ver-15-layer {
    width: 180px;
    height: 180px;
    border: 6px solid rgba(255,255,255,.7);
  }
  /* Text - left & right - wrapper */
  .simple-ver-15-layer.simple-ver-15-layer-left,
  .simple-ver-15-layer.simple-ver-15-layer-right {
    margin: auto;
    text-align: center;
  }
  /* 1st Child - center - ( most popular places to build home ) */
  .simple-ver-15-layer > div span:nth-child(1) {
    width: 95%;
	font-size: 14px;
    margin: 20px auto 0 auto;
  }
  /* 1st Child - left & right - ( most popular places to build home ) */
  .simple-ver-15-layer.simple-ver-15-layer-left > div span:nth-child(1),
  .simple-ver-15-layer.simple-ver-15-layer-right > div span:nth-child(1) {
    margin: 20px 0 0 0;
  }
  /* 2nd Child - center & left & right - ( 5.0 ) */
  .simple-ver-15-layer > div span:nth-child(2),
  .simple-ver-15-layer.simple-ver-15-layer-left > div span:nth-child(2),
  .simple-ver-15-layer.simple-ver-15-layer-right > div span:nth-child(2) {
	font-size: 48px;
    margin: 20px 0 0 0;
  }
  /* 3rd Child - center - ( Find real estate agents in your own city ) */
  .simple-ver-15-layer > div span:nth-child(3) {
    width: 95%;
	font-size: 12px;
  }
  /* 3rd Child - left & right - ( Find real estate agents in your own city ) */
  .simple-ver-15-layer.simple-ver-15-layer-left > div span:nth-child(3),
  .simple-ver-15-layer.simple-ver-15-layer-right > div span:nth-child(3) {
    margin: auto;
  }
}

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

/* 1 - Buttons */
.simple-ver-15-btn.sz-slider .carousel-control-btn {
  opacity: 1;
  width: 36px;
  color: #fff;
  height: 36px;
  display: block;
  font-size: 14px;
  line-height: 36px;
  text-decoration: none;
  background: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-15-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  right: 0;
  margin: auto 100px 90px auto;
}
/* 3 - Next - Button */
.simple-ver-15-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 59px 90px auto;
}
/* 4 - Buttons - hover */
.simple-ver-15-btn.sz-slider .carousel-control-btn:hover {
  color: #000;
  background: rgba(255,255,255,.7);
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Prev - Button */
  .simple-ver-15-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: auto 58px 40px auto;
  }
  /* Next - Button */
  .simple-ver-15-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: auto 20px 40px auto;
  }
}

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

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

/*********************/
/* Simple Version 15
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-15-indicators.carousel-indicators {
  padding: 0;
  width: 90px;
  height: 26px;
  margin: auto 50px 50px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-15-indicators.carousel-indicators > li {
  padding: 0;
  color: #fff;
  width: 25px;
  height: 25px;
  margin: 0 2px;
  font-size: 14px;
  overflow: hidden;
  font-weight: 500;
  line-height: 27px;
  background: transparent;
  font-family: 'Rubik', sans-serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 3 - Indicators - active - child */
.sz-slider[data-type=slider] .simple-ver-15-indicators.carousel-indicators > li.active {
  color: #000;
  background: rgba(255,255,255,.7);
}

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