



@media screen and (max-width: 576px){
    .rev-slider-title{
        font-size: 30px !important;
    }
}




.house-detail .title-wrap {
    position: relative;
    position: relative;
    height: 91px;
    margin-top: -100px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
}

.house-detail .title-wrap h1 {
    text-align: center;
    font-size: 2.2em;
    font-weight: 300;
    border-bottom: 1px solid #dbdbdb;
    padding: 40px;
    margin: -20px 0 20px;
}

.house-detail .title-wrap .fa {
    font-size: 30px;
    color: #88584c;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-decoration: none;
}

.house-detail .title-wrap .show-map {
    right: 0;
}

.house-detail .show-free {
    margin-bottom: 10px;
}
.house-detail .left-btn-wrapper{
    text-align: right;
}
.house-detail .right-btn-wrapper{
    text-align: left;
}
.show-free a.btn.btn-primary {
    width: 315px;
}
.house-detail .tth .tth-title {
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
}

.house-detail .carousel .sync2 {
    margin-top: 10px;
}

.house-detail .sync1 .owl-item a {
    display: block;
}

.house-detail .sync1 .owl-item a img {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.house-detail .sync1 .owl-item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.house-detail .sync1 .owl-item a:before {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 40px;
    color: white;
    z-index: 1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    transform: translate(0, 5px);
}

.house-detail .sync1 .owl-item:hover a img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.house-detail .sync1 .owl-item:hover a:after {
    opacity: 1;
}

.house-detail .sync1 .owl-item:hover a:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.house-detail .share {
    display: flex;
    color: #999999;
    align-items: center;
}

.house-detail .ya-share2 {
    margin-left: 10px;
}

.house-detail .how{
    padding-bottom: 60px;
    padding-top: 40px;
    color: #88584c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.house-detail .how img{
    max-width: 100px;
}

.house-detail h2{
    margin-bottom: 50px;
}


.b-florPlans{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.b-florPlans__item{
    /*width: calc(33.3% - 20px);*/
    /*margin-right: 20px;*/
    /*margin-bottom: 20px;*/
}
.b-florPlans__item:nth-child(3n){
    margin-right: 0;
}
.b-florPlans__item img{
    width: 100%;
    object-fit: cover;
}


@media(max-width: 768px){

    .house-detail .left-btn-wrapper{
        text-align: center;
    }
    .house-detail .right-btn-wrapper{
        text-align: center;
    }

}