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

/**********************/
/* Simple Version 84
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-84.sz-slider {
  background: rgba(0,0,0,.8);
  -webkit-font-smoothing: antialiased !important;
}
/* 2 - Overlay color */
.simple-ver-84.sz-slider .sz-wrapper::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(0,0,0,.8);
}

/*********************/
/* Simple Version 84
/* Layer Settings
/*********************/

/* 1 - Layer - wrapper */
.simple-ver-84-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: absolute;
  text-align: center;
}
/* 2 - Video Button */
.simple-ver-84-layer > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 100px;
  display: block;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-decoration: none;
  margin: 15px auto auto 15px;
  border: 1px solid rgba(255,255,255,.8);
}
/* 3 - Video Button - overlay color */
.simple-ver-84-layer > a::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  background: rgba(0,0,0,.3);
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
}
/* 4 - Video Button - hover */
.simple-ver-84-layer > a:hover::before{
  background: rgba(0,0,0,.6);
}
/* 5 - Video Button - image */
.simple-ver-84-layer > a > img {
  width: 100%;
  display: block;
}
/* 6 - Video Button - icon */
.simple-ver-84-layer > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 16px;
  height: 28px;
  margin: auto;
  display: block;
  font-size: 28px;
  position: absolute;
}
/* 7 - Text - Container - center */
.simple-ver-84-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 490px;
  display: block;
  position: absolute;
  text-align: center;
}
/* 8 - Text - Container - left */
.simple-ver-84-layer.simple-ver-84-layer-left > div {
  text-align: left;
  margin: auto auto auto 15%;
}
/* 9 - Text - Container - right */
.simple-ver-84-layer.simple-ver-84-layer-right > div {
  text-align: right;
  margin: auto 15% auto auto;
}
/* 10 - 1st child - ( real estate agency ) */
.simple-ver-84-layer > div > span:nth-child(1) {
  color: #fff;
  display: block;
  line-height: 1.2;
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'Anton', sans-serif;
}
/* 11 - 2nd child - ( Search properties for sale in country ) */
.simple-ver-84-layer > div > span:nth-child(2) {
  color: #fff;
  display: block;
  line-height: 1;
  font-size: 38px;
  font-weight: 400;
  margin-top: 25px;
  letter-spacing: .2px;
  font-family: 'Assistant', sans-serif;
}
/* 12 - Button - ( more details ) */
.simple-ver-84-layer > div > a {
  color: #000;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  margin-top: 75px;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 17px 39px;
  letter-spacing: .5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Assistant', sans-serif;
  transition: background .2s ease, color .2s ease,;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 12 - Button - ( more details ) */
.simple-ver-84-layer > div > a:hover {
  color: #fff;
  background: #1919cf;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Text - Container */
  .simple-ver-84-layer > div {
    width: 450px;
    height: 430px;
  }
  /* 1st child - ( real estate agency ) */
  .simple-ver-84-layer > div > span:nth-child(1) {
    font-size: 90px;
  }
  /* 2nd child - ( Search properties for sale in country ) */
  .simple-ver-84-layer > div > span:nth-child(2) {
    font-size: 34px;
    margin-top: 20px;
  }
  /* Button - ( more details ) */
  .simple-ver-84-layer > div > a {
    margin-top: 65px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Video Button */
  .simple-ver-84-layer > a {
    width: 113px;
    height: 75px;
    margin: 10px auto auto 10px;
  }
  /* Text - Container */
  .simple-ver-84-layer > div {
    width: 315px;
    height: 293px;
  }
  /* 1st child - ( real estate agency ) */
  .simple-ver-84-layer > div > span:nth-child(1) {
    font-size: 60px;
  }
  /* 2nd child - ( Search properties for sale in country ) */
  .simple-ver-84-layer > div > span:nth-child(2) {
    font-size: 24px;
    margin-top: 10px;
  }
  /* Button - ( more details ) */
  .simple-ver-84-layer > div > a {
    margin-top: 35px;
    padding: 15px 30px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Video Button */
  .simple-ver-84-layer > a {
    width: 113px;
    height: 75px;
    margin: 10px auto auto 10px;
  }
  /* Video Button - icon */
  .simple-ver-84-layer > a > i {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
  /* Text - Container */
  .simple-ver-84-layer > div {
    width: 225px;
    height: 205px;
  }
  /* 1st child - ( real estate agency ) */
  .simple-ver-84-layer > div > span:nth-child(1) {
    font-size: 38px;
  }
  /* 2nd child - ( Search properties for sale in country ) */
  .simple-ver-84-layer > div > span:nth-child(2) {
    font-size: 18px;
    margin-top: 10px;
  }
  /* Button - ( more details ) */
  .simple-ver-84-layer > div > a {
    font-size: 13px;
    margin-top: 25px;
    padding: 10px 20px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Video Button */
  .simple-ver-84-layer > a {
    width: 52px;
    height: 35px;
    margin: 5px auto auto 5px;
  }
  /* Video Button - icon */
  .simple-ver-84-layer > a > i {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
  /* Text - Container */
  .simple-ver-84-layer > div,
  .simple-ver-84-layer.simple-ver-84-layer-left > div,
  .simple-ver-84-layer.simple-ver-84-layer-right > div {
    width: 225px;
	margin: auto;
    height: 160px;
	text-align: center;
  }
  /* 1st child - ( real estate agency ) */
  .simple-ver-84-layer > div > span:nth-child(1) {
    font-size: 28px;
  }
  /* 2nd child - ( Search properties for sale in country ) */
  .simple-ver-84-layer > div > span:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
  }
  /* Button - ( more details ) */
  .simple-ver-84-layer > div > a {
    font-size: 12px;
    margin-top: 25px;
    padding: 10px 20px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Video Button */
  .simple-ver-84-layer > a {
    display: none;
  }
  /* Video Button - icon */
  .simple-ver-84-layer > a > i {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
  /* Text - Container */
  .simple-ver-84-layer > div,
  .simple-ver-84-layer.simple-ver-84-layer-left > div,
  .simple-ver-84-layer.simple-ver-84-layer-right > div {
    width: 190px;
	margin: auto;
    height: 100px;
	text-align: center;
  }
  /* 1st child - ( real estate agency ) */
  .simple-ver-84-layer > div > span:nth-child(1) {
    font-size: 18px;
  }
  /* 2nd child - ( Search properties for sale in country ) */
  .simple-ver-84-layer > div > span:nth-child(2) {
    font-size: 12px;
    margin-top: 10px;
  }
  /* Button - ( more details ) */
  .simple-ver-84-layer > div > a {
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 20px;
  }
}

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

/* 1 - Buttons */
.simple-ver-84-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 50px;
  color: #fff;
  height: 50px;
  display: block;
  font-size: 18px;
  line-height: 46px;
  text-decoration: none;
  border: 2px solid #fff;
  background: transparent;
  transition: color .2s ease, background .2s ease, border .2s ease;
  -webkit-transition: color .2s ease, background .2s ease, border .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-84-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: 15px 63px auto auto;
}
/* 3 - Next - Button */
.simple-ver-84-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: 15px 15px auto auto;
}
/* 4 - Buttons - hover */
.simple-ver-84-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #1919cf;
  border-color: #1919cf;
}

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

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

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

/*********************/
/* Simple Version 84
/* Loading Bar
/*********************/

/* 1 - Loading Bar - wrapper */
.simple-ver-84.sz-slider .sz-slide-bar-wrap {
  height: 4px;
  background: #fff;
}
/* 2 - Loading Bar - Animated Part */
.simple-ver-84.sz-slider .sz-slide-bar-wrap > .sz-slide-bar {
  background: #1919cf;
}