/*--------------- ---- Responsive --------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .impx-slide-container.style1 {
    height: 775px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .impx-slide-container.style1 {
    height: 515px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .impx-slide-container.style1 {
    height: 372px;
  }
}
@media (max-width: 575px) {
  .impx-slide-container.style1 {
    height: 255px;
  }
}

.img_home1 {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.img_home1 img {
  width: 100%;
  position: relative;
  text-align: center;
}
.img_home1 .box_title_img_home1 {
  position: absolute;
  bottom: 18%;
  right: 5%;
  width: 26%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .img_home1 .box_title_img_home1 {
    width: 32%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img_home1 .box_title_img_home1 {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img_home1 .box_title_img_home1 {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .img_home1 .box_title_img_home1 {
    width: 48%;
  }
}
.img_home1 .box_title_img_home1 h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img_home1 .box_title_img_home1 h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .img_home1 .box_title_img_home1 h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .img_home1 .box_title_img_home1 h3 {
    font-size: 18px;
  }
}

.img_home2 {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.img_home2 .box_title_img_home2 {
  position: absolute;
  bottom: 0%;
  top: 10%;
  left: 5%;
  width: 26%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .img_home2 .box_title_img_home2 {
    width: 32%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img_home2 .box_title_img_home2 {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img_home2 .box_title_img_home2 {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .img_home2 .box_title_img_home2 {
    width: 48%;
  }
}
.img_home2 .box_title_img_home2 h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img_home2 .box_title_img_home2 h3 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .img_home2 .box_title_img_home2 h3 {
    font-size: 20px;
  }
}

.img_home3 {
  padding-top: 10px;
  padding-bottom: 110px;
  position: relative;
}
.img_home3 .box_title_img_home3 {
  position: absolute;
  bottom: 67%;
  left: 40%;
  width: 26%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .img_home3 .box_title_img_home3 {
    width: 32%;
    left: 33%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img_home3 .box_title_img_home3 {
    width: 48%;
    left: 26%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img_home3 .box_title_img_home3 {
    width: 45%;
    left: 28%;
  }
}
@media (max-width: 575px) {
  .img_home3 .box_title_img_home3 {
    width: 48%;
    left: 26%;
  }
}
.img_home3 .box_title_img_home3 h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img_home3 .box_title_img_home3 h3 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .img_home3 .box_title_img_home3 h3 {
    font-size: 20px;
  }
}

.list_properti_home {
  padding-top: 30px;
  padding-bottom: 100px;
}
.list_properti_home .uk-card-header .uk-card-title {
  font-size: 17px;
}

.pricing_list {
  padding-top: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_list {
    padding-top: 200px;
  }
}
@media (max-width: 575px) {
  .pricing_list {
    padding-top: 60px;
  }
}
.pricing_list p {
  width: 75%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_list p {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .pricing_list p {
    width: 85%;
  }
}

.home_footer_map {
  height: 115px;
}/*# sourceMappingURL=style_home.css.map */