/* Minification failed. Returning unminified contents.
(381,35): run-time error CSS1046: Expect comma, found '0'
(381,39): run-time error CSS1046: Expect comma, found '/'
 */



.no-ad-image {
    background: url("/images/no-ad-image-apartments.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.irf-header {
    z-index: 102;
}

.irf-adv-search-label-small {
    width: 50%;
}

.irf-adv-search-label-medium {
    width: 50%;
}

.irf-adv-search-amount-medium {
    width: 50%;
}

.irf-adv-search-amount-large {
    width: 50%;
}

.irf-top-mail, .irf-top-icon-circle {
    border: none;
}

.irf-not-visible {
    display: none !important;
}

footer.irf-large-cont {
    padding: 25px 0 43px 0;
}

.irf-section-numbers {
    padding: 22px 0 20px 0;
}

.irf-number-img {
    margin: 15px 0 0 0;
    color: #3797dd;
    font-size: 2.3em;
}

.irf-number-big {
    font-size: 2.4em;
    margin-bottom: 15px;
}

section.irf-section-light {
    padding: 25px 0 25px 0;
}

.irf-chkIsRent-container {
    margin-top: 20px;
    height: 38px;
    cursor: pointer;
    display: flex;
}

.irf-adv-search-cont {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 100;
    opacity: 0.7;
}

    .irf-adv-search-cont:hover {
        opacity: 1;
    }

.irf-adv-search-section {
    z-index: 101;
}

.adv-search-range-cont {
    padding: 10px 0 10px 0 !important;
}

#important-links-owl .owl-page {
    background: #3797dd;
}

.number_border-3th,
.number_border-2th {
    height: 148px;
    border: 1px solid #ebebeb;
    border-width: 0 0 0 1px;
}

.no-left-padding {
    padding-left: 0px;
}

.information {
    transition: all .5s ease-in-out;
    width: 100%;
    height: 150px;
}

    .information > div {
        font-size: 1.38em;
        font-weight: bold;
        padding: 10px;
        color: #5d5d5d;
    }

    .information > span {
        width: 150px;
        height: 3px;
        background-color: #224269;
        float: right;
        clear: right;
        margin: 10px
    }

    .information > p {
        float: right;
        clear: right;
        padding: 10px;
    }

    .information > h1 {
        font-weight: bold;
        padding: 10px  ;
        line-height:1.5;
    }

    .information:hover > div {
        color: #fff
    }

    .information:hover > span {
        transition: all .5s ease-in-out;
        background-color: white;
    }

    .information:hover > h1 {
        transition: all .5s ease-in-out;
        color: white !important;
    }

    .information:hover {
        transition: all .5s ease-in-out;
        background-color: #3797dd;
        color: white !important;
    }


#feature1, #feature2, #feature3, #feature4 {
    cursor: pointer;
    text-decoration: none;
    color: #444;
}

.custom-btn-city {
    height: 40px;
    padding: 0 5px !important;
    border: 1px solid #e5e5e5 !important;
    background-color: #fff !important;
}

#dropdown_city_area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F8F8F8;
}

#dropdown_city_area::-webkit-scrollbar {
    width: 6px;
    background-color: #F8F8F8;
}

#dropdown_city_area, ::-webkit-scrollbar-thumb {
    background-color: #B2B2B2;
}

    #dropdown_city_area::-webkit-scrollbar-thumb:hover {
        background-color: #919191;
    }

#dropdown_city_area {
    width: 300px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #ffffff;
}

.list-search-area {
    height: 30px;
    line-height: 30px !important;
    white-space: nowrap
}

.uk-list li:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #3797DD !important;
    color: #fff !important;
}

.btn-select-search-area {
    display: inline-block;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    background-color: #ffffff;
    padding: 0 2.5px;
    line-height: 40px;
}

.cursor-if {
    cursor: pointer !important;
}

.delete-border {
    border: 0px !important;
}

.irf-container-box{
    margin-top:10px !important;
    margin-bottom:10px !important;
}

/***************************************************************************************/
/*Start of media queries*/
@media screen and (min-width: 1200px) {
    .irf-adv-search-cont {
        width: 60%;
    }

    .AreaClass label {
        font-size: 1.04em;
    }

    .q-search-city {
        padding-top: 25px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .irf-adv-search-cont {
        width: 70%;
    }

    .AreaClass label {
        font-size: 0.99em;
    }

    .TotalPriceClass label {
        font-size: 0.98em;
    }

    .q-search-city {
        padding-top: 10px;
    }
}


@media screen and (max-width: 992px) {
    .irf-adv-search-cont {
        width: 80%;
        opacity: 1;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .number_border-3th {
        border: none;
    }

    .q-search-city {
        padding-top: 10px;
    }

    .q-search-city {
        padding-top: 10px;
    }
}

@media screen and (min-width: 992px) {
    #important-links-owl .owl-item {
        padding-bottom: 30px;
        padding-top: 10px;
        margin-left: 20px;
    }
    .feature .feature-text {    
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.09);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.09);
    box-shadow: 0 2px 6px rgba(0,0,0,.09);
}
    .feature-useronly {
        position: absolute;
        bottom: 20px;
        width: 85% !important
    }
}

@media screen and (max-width: 767px) {
    .irf-adv-search-cont {
        width: 90%;
        opacity: 1;
    }
    .number_border-2th {
        border: none;
    }

    .col-xs-12.no-left-padding {
        padding-left: 15px;
    }
   
}
#team-owl-prev, #team-owl-next {
    transition: all .5s ease-in-out;
    background: white !important;
}

    #team-owl-prev .navigation-box-icon, #team-owl-next .navigation-box-icon {
        border: 0px !important
    }

        #team-owl-prev .navigation-box-icon i, #team-owl-next .navigation-box-icon i {
            transition: all .5s ease-in-out;
            color: #224269 !important;
            font-size: 18px;
            font-weight: bold;
        }

.navigation-box-icon:hover > i {
    transition: all .5s ease-in-out;
    transform: scale(1.2)
}
.feature-icon {
    border:none !important;
}
    .feature-icon i {        
        color: #444;
    }
.feature-icon {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

    .feature {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
    }

.feature:hover .feature-text {
    background-color: white !important;
    color: #333 !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%) !important;    
}
html.no-pointerevents.no-touchevents .feature:hover .feature-separator {
    background-color: #3797dd !important;
}
.feature:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

