.listing img {
    min-height: 240px;
}

.new-listing__bg--antalya-1 {
    background-image: url(/images/regions/antalya-1.jpg);
}

.new-listing__bg--kemer-1 {
    background-image: url(/images/regions/kemer.jpg);
}

.new-listing__bg--kalkan-1 {
    background-image: url(/images/regions/kalkan.jpg);
}


.new-listing__bg--belek-1 {
    background-image: url(/images/regions/carya-golf-course-in-belek.jpg);
}

.new-listing__bg--kas-1 {
    background-image: url(/images/regions//kas.jpg);
}

.features {
    background-image: url(../images/uploads/features_bg.jpg);
}

.section__header {
    background-image: url(../images/uploads/section_header.jpg);
}

.header__logo img {
    width: 220px;
}

.page-loader__logo img{
    width: 450px ;
}

.property__price-primary {
    font-size: 34px;
}

.listing__price {
    font-size: 24px;
}

.listing__details--v2 img  {
    max-width: 24px;
    min-height: 24px;
    margin-bottom: 7px;
}

.property__plan-item img {
    max-width: 48px;
    min-height: 48px;
}

.listing__stats img {
    max-width: 24px;
    min-height: 24px;
}

.listing__stats .listing__figure {
    font-size: 16px;
}

.listing__figure  {
    display: inline-block;
}

.property__plan-icon {
    padding-top: 10px;
}

.currency-buttons {
    display: inline-block;
}

.currency-buttons a {
    line-height: 45px;
    color: #333333 ;
    font-size: 14px;
    margin: 0 3px
}

.currency-buttons ul {
    margin-bottom: 0;
}

.translation-links {
    display: inline-block;
    margin-right: 20px;
}

.topbar__link--gray, .topbar__icon--gray {
    color: black;
    font-size: 14px;
}


.tp-bgimg{
    filter: brightness(50%);
}

h2.tp-caption {
   font-size: 25px !important;
}

.item__label {
    padding: 5px 20px;
    font-size: 14px;
}

.label-danger {
    background-color: red;
}


.about-us__main main ul {
    list-style-type: square !important;
    list-style-position: inside;
}

#contactBar {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}
#contactBar a {
    float: left;
    display: block;
    width: 50%;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    font-family: inherit;
}
#contactBar a.green {
    background: rgb(77, 194, 71);
}
#contactBar a.red {
    background: rgb(203, 32, 39);
}
#contactBar a i {
    font-size: 20px;
    width: 20px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-right: 10px;
}
#contactBar a span {
    line-height: 16px;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
}

.translation-links-mobile {
    display: none;
}

.mobile.currency-buttons {
    display: none;
}


@media (max-width: 767px) {
    ._hj-f5b2a1eb-9b07_widget {
        bottom: 7px!important;
    }
    .zopim {
        bottom: 40px!important;
    }
    #contactBar {
        display: block;
    }

    .translation-links-mobile {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .mobile.currency-buttons {
        display: block;
        text-align: center;
    }

    .mobile.currency-buttons li {
        display: inline-block;
    }
    .mobile.currency-buttons li a {
        font-size: 16px;
        margin-right: 8px;
    }

    .mobile.currency-buttons .currency-link  {
        text-align: center;
    }
}


.footer__desc a {
    color: #888;
}