﻿body {
    margin-top: 40px;
}

.inlinePropertyListLoader {
    margin-top:50px;
}


.box_grid .PropertySearchFeaturesList li {
    display: inline-block;
    margin-right: 15px;
    padding-top: 5px;
}


    .box_grid .PropertySearchFeaturesList li:last-child {
        margin-right: 15px;
        float: none;
    }

.NoResultBox {
}

#propertySearchBar {
    z-index:9999;
}


div[data-loader2] {
    margin: auto;
    width: 50px;
    height: 50px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #226a9d;
    border-top-color: rgba(0,0,0,.2);
    border-right-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}


.hero_in {
    display: none;
}

/*search bar spacing with navbar*/
#propertySearchBar {
    top: 61px !important;
}

.custom-search-input-2 input[type=submit]:hover {
    background: #ffc107;
    color: #fff;
}


@media only screen and (min-width: 1200px) {
    #propList > .col-xl-6 {
        width: 33%;
    }
}

.marker_info img {
    width: 240px;
}

.infoBox .infobox_rate, .infoBox form, .infoBox .btn_infobox_phone {
    display: none !important;
}

.infoBox h3 {
    padding-right: 23px;
}

.country_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    padding: 9px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}





