/******************************
area5 checkbox
********************************/

.area5_checkbox_holder { display: inline-block; vertical-align: middle; line-height: 16px; }
.area5_checkbox_holder .area5_checkbox { display: none; }
.area5_checkbox_holder .area5_checkbox + label { display: inline-block; width: 22px; height: 22px; background: #ffffff; border: 0; cursor: pointer; text-align: center; }
.area5_checkbox_holder .area5_checkbox + label span { box-sizing: border-box; float: left; width: 22px; height: 22px; border: 2px solid #a9a9a9; color: #ffffff; font-size: 10px; line-height: 18px; }
.area5_checkbox_holder .area5_checkbox:checked + label { background: #ffffff; }
.area5_checkbox_holder .area5_checkbox:checked + label span { border: 2px solid #182029; color: #182029; }
.area5_checkbox_text { display: inline-block; padding-left: 6px !important; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }


/******************************
area5 general css
********************************/

.area5_mbottom10{
    margin-bottom: 10px;
}

.area5-filter-form * {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    text-decoration: none;
}

.area5-filter-reset {
    font-size: 10px;
    cursor: pointer;
    color: white;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.area5-title-container { float: left; width: 100%; margin-bottom: 20px; }
.area5-title-container .area5-title-container-inner { max-width: 1200px; margin: 0 auto; }
.area5-title-container .area5-title { float: left; }
.area5-title-container .area5-title i { display: inline-block; margin-right: 6px; font-size: 26px; }
.area5-title-container .area5-title h1 { display: inline-block; font-size: 26px; line-height: 40px; font-weight: 500; margin: 0 }

.area5-title-container .area5-sort { float: right; }
.area5-title-container .area5-sort .area5-icon { display: inline-block; vertical-align: middle; }
.area5-title-container .area5-sort .area5-select-container { display: inline-block; vertical-align: middle; }

.area5-title-container .area5-listing-type { float: right; }
.area5-title-container .area5-listing-type ul { list-style-type: none; display: flex; }
.area5-title-container .area5-listing-type ul li { display: inline-block; padding: 6px 0 6px 12px; background: transparent; font-size: 14px; cursor: pointer; color: #000; line-height: 28px; }
.area5-title-container .area5-listing-type ul li:hover { color: #707070; }
.area5-title-container .area5-listing-type ul li i { font-size: 16px; color: #707070; margin-right: 5px; background: transparent;}

@media screen and (max-width: 720px) {
    .area5-title-container .area5-listing-type { display: none; }
}

.area5-property-title .area5-add-to-favorites i { color: #707070; }
.area5-property-title .area5-add-to-favorites.active i { color: gold; }

.area5-filter-form .area5-row {
    margin-right: 0px;
    margin-left: 0px;
}
.area5-filter-form .area5-filter-form-more { width: 100%; }

.area5-filter-form #area5_form_toggle {
    cursor: pointer;
    cursor: hand;
}

.area5-filter-form #area5_form_toggle i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.area5-filter-form #area5_form_toggle.show_less i {
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.area5_select2_l1 {
    font-weight: 500;
}

.area5_select2_l2 {
    font-weight: 400;
    margin-left: 9px;
}

.area5_select2_l3 {
    font-weight: 300;
    margin-left: 40px;
}

.area5_select2_l4 {
    font-weight: 400;
    margin-left: 60px;
}

.area5-filter-form .area5-row .area5-column.area5-column-right {
    text-align: right;
}

.area5-filter-form .area5-row.area5-buttons {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 500;
}

.area5-filter-form .area5-row .area5-column {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding-right: 20px;
    padding: 10px 20px 10px 0;
    box-sizing: border-box;
}

.area5-filter-form .area5-row .area5-column-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 10px 0;
}

.area5-align-right {
    align-items: flex-end;
    text-align: right;
}

.area5-align-left {
    align-items: flex-start;
    text-align: left;
}

.area5-filter-form .area5-row-checkboxes.area5-row {
    -ms-flex-align: space-around;
    align-items: space-around;
    margin-top: 20px;
}

.area5-filter-form .area5-row-checkboxes.area5-row .area5-column {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: center;
}

.area5-filter-form .area5-filter-inner-container .area5-row .area5-column:last-child {
    padding-right: 0px;
}

.area5-filter-form .area5-pagination {
    float: left;
    width: 100%;
}

#area5-property-details .area5-filter-form .area5-listing {
    padding: 0;
    background: transparent;
}

#area5-property-details .area5-filter-form .area5-listing .area5-row {
    justify-content: flex-start;
}

#area5-property-details .area5-filter-form .area5-listing .area5-row .area5-column {
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding: 5px;
}

#area5-property-details .area5-filter-form .area5-listing .area5-row .area5-property-image img {
    height: 138px;
    object-fit: cover;
    object-position: center center;
}

#area5-property-details .area5-filter-form .area5-listing .area5-row .area5-property-title {
    padding: 7px 10px 3px;
}

#area5-property-details .area5-filter-form .area5-listing .area5-row .area5-property-location {
    padding: 3px 10px 7px;
}

#area5-property-details .area5-filter-form .area5-listing .area5-row .area5-property {
    background: #f3f3f4;
}

#area5-property-details .area5-filter-form .area5-listing .area5-row .area5-column .area5-property-price {
    margin-bottom: 0;
}

#area5-property-details .area5-filter-form .area5-listing .area5-row .area5-column .area5-property-footer{
    background: #dddddd;
    margin: 0;
    margin-top: 15px;
}
#area5-property-details .area5-filter-form .area5-listing .area5-row .area5-column .area5-property-attrs,
#area5-property-details .area5-filter-form .area5-listing .area5-row .area5-column .area5-property-attrs * {
    background: #ddd;
}

.area5_desc_preview{
    height: 120px;
    display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    line-height: 23px;
}

.emoticon-fa{
    height: 18px;
    display: inline;
}

@media screen and (max-width: 768px) {
    .area5-filter-form .area5-row.area5-buttons .area5-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .area5-filter-form .area5-row .area5-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 10px 10px 10px 10px;
    }
    .area5-filter-form .area5-row .area5-column:last-child {
        padding-right: 10px;
    }
    .area5-filter-form .area5-row-checkboxes.area5-row {
        -ms-flex-pack: start;
        justify-content: start;
    }
    .area5-filter-form .area5-row-checkboxes.area5-row .area5-column {
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
        -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
        text-align: left;
    }

    #area5-property-details .area5-filter-form .area5-listing .area5-row .area5-column {
        flex-basis: 33.333%;
        max-width: 33.333%;
        padding: 5px;
    }
}

@media screen and (max-width: 480px) {
    .area5-filter-form .area5-row.area5-buttons .area5-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .area5-filter-form .area5-row .area5-column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 5px 10px 5px 10px;
    }
    .area5-filter-form .area5-row .area5-column:last-child {
        padding-right: 10px;
    }
    .area5-filter-form .area5-row-checkboxes.area5-row {
        -ms-flex-pack: start;
        justify-content: start;
    }
    .area5-filter-form .area5-row-checkboxes.area5-row .area5-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        text-align: left;
    }

    #area5-property-details .area5-filter-form .area5-listing .area5-row .area5-column {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    #area5-property-details .area5-filter-form .area5-listing .area5-row .area5-column .area5-price-plus {
        margin: 0 !important;
    }
}

.area5-filter-form .area5-row .area5-column-full {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 0 20px;
}

.area5-filter-form .area5-row .area5-column-full.no-results {
    text-align: center;
    float: left;
    width: 100%;
    padding: 40px 0 40px 0;
    display: inline;
    font-size: 14px;
    color: #565656;
    font-weight: 400;
}

.area5-filter-form .area5-row .area5-column-full.no-results h2 {
    color: #565656;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
}

.area5-filter-form .area5-row .area5-column-full.no-results i {
    display: block;
    margin-top: 20px;
    font-size: 50px;
    color: #909090;
}

.area5-filter-form .area5-column-header {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
}

.area5-filter-form .area5-property-image {
    position: relative;
    line-height: 0;
}

.area5-property-image .area5-property-sold, .area5-property-image .area5-property-rented {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px 15px;
    font-size: 15px;
    line-height: 15px;
    background: rgba(63, 63, 64, 0.9);
    color: white;
    z-index: 100;
}

.area5-filter-form .area5-property-image img {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.area5-filter-form .area5-column-field-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.area5-filter-form .area5-row-space-around .area5-column {
    text-align: center;
    padding: 10px 0;
}

.area5-filter-form .area5-column-input {
    padding: 0 5px 0 5px;
    width: 100%;
    line-height: 100% !important;
}

.area5-filter-form .area5-column-input-half {
    padding: 0 5px 0 5px;
    width: calc(50% - 5px);
    display: inline-block;
    line-height: 100% !important;
}

.area5-listing {
    /*max-width: 100%;*/
    margin: 0 auto;
    margin-left: -15px !important;
    width: calc(100% + 30px) !important;
    max-width: calc(100% + 30px) !important;
}

.area5-listing .listing-visible {
    display: none;
}

.area5-listing.area5-listing-type-list .listing-visible {
    display: inline-block;
}

.area5-listing .area5-row {
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    display: inline;
    background: transparent;
    padding: 25px 0;
    box-sizing: border-box;
}

.area5-listing .area5-row .area5-column {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-basis: auto;
    float: left;
    display: inline;
    width: 33.33%;
    max-width: 33.33%;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
}

.area5-listing.area5-listing-type-list .area5-row .area5-column {
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 1080px) {
    .area5-listing:not(.area5-listing-type-list) .area5-row .area5-column {
        width: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 620px) {
    .area5-listing:not(.area5-listing-type-list) .area5-row .area5-column {
        width: 100%;
        max-width: 100%;
    }
}

.area5-listing .area5-row .area5-column > a {
    display: inline !important;
    float: left;
    width: 100%;
    height: 100%;
}

.area5-listing .area5-property {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.area5-listing .area5-property .area5-property-block-image {
    float: left;
    width: 100%;
    height: 200px;

}
.area5-listing.area5-listing-type-list .area5-property .area5-property-block-image {
    width: 30%;
}

@media screen and (max-width: 720px) {
    .area5-listing.area5-listing-type-list .area5-property .area5-property-block-image { width: 100%; }
	.area5-listing.area5-listing-type-list .area5-property .area5-property-tags { width: 100% !important; padding-right: 7px !important; }
}

.area5-listing .area5-property .area5-property-block-image .area5-property-image {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.area5-listing .area5-property .area5-property-block-image .area5-property-image img {
    float: left;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
}

.area5-listing a:hover .area5-property .area5-property-block-image .area5-property-image img {
    transform: translateY(-50%) scale(1.1);
}

.area5-listing .area5-property-block-info {
    float: left;
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.area5-listing.area5-listing-type-list .area5-property-block-info {
    width: 70%;
    height: 200px;
}
@media screen and (max-width: 720px) {
    .area5-listing.area5-listing-type-list .area5-property-block-info {
        width: 100%;
    }
}

.area5-listing .area5-property .area5-property-title {
    float: left;
    width: 100%;
    height: 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.area5-listing.area5-listing-type-list .area5-property .area5-property-title {
    margin-top: 15px;
}

.area5-listing .area5-property .area5-property-location {
    float: left;
    width: 100%;
    height: 18px;
    margin-top: 4px;
    color: #787878;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.area5-listing.area5-listing-type-list .area5-property-location {
    margin-top: 6px;
}

.area5-listing .area5-property .area5-property-price-info {
    float: left;
    width: 100%;
    height: 27px;
    margin-top: 8px;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.area5-listing.area5-listing-type-list .area5-property-price-info {
    margin-top: 15px;
}

.area5-listing .area5-property-price-info div {
    display: inline-block;
}
.area5-listing .area5-property-price-info strike {
    margin-left: 6px;
}
.area5-listing .area5-property-price-info small {
    margin-left: 6px;
}

.area5-listing .area5-property .area5-property-footer {
    float: left;
    width: 100%;
    height: 55px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #F3F3F3;
}
.area5-listing.area5-listing-type-list .area5-property-footer {
    margin-top: 26px;
}

.area5-listing .area5-property .area5-property-footer .area5-property-attrs {
    float: left;
    margin-top: 12px;
}

.area5-listing .area5-property .area5-property-footer .area5-property-attrs .area5-property-attr {
    float: left;
    margin-right: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.area5-listing .area5-property .area5-property-footer .area5-property-price.area5-price-plus {
    float: right;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 44px;
    background: #e0e0e0;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.area5-listing a:hover .area5-property .area5-property-footer .area5-property-price.area5-price-plus {
    background: #d1d1d1;
}

.area5-listing .area5-property .area5-property-tags {
    float: left;
    position: absolute;
    top: 5px;
    right: 0;
}

.area5-sidebar-list .area5-property .area5-property-tags,
.area5-listing.area5-listing-type-list .area5-property .area5-property-tags { position: absolute; left: 0; top: 1px; width: 40%; display: flex; justify-content: flex-end; flex-flow: wrap; }
.area5-listing.area5-listing-type-list .area5-property .area5-property-tags { width: 30%; }
.area5-sidebar-list .area5-property .area5-property-tags .area5-property-tag,
.area5-listing.area5-listing-type-list .area5-property .area5-property-tags .area5-property-tag { margin-top: 4px; white-space: nowrap; }
.area5-listing.area5-listing-type-grid .area5-property .area5-property-tags { display: flex; justify-content: flex-end; flex-flow: wrap; }
.area5-listing.area5-listing-type-grid .area5-property .area5-property-tags .area5-property-tag { margin-bottom: 4px; white-space: nowrap; }

.area5-listing .area5-property .area5-property-tag {
    display: inline-block;
    border-radius: 1px;
    padding: 6px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}

.area5-listing .area5-property .area5-property-tag-reduced {
    background: crimson;
}

.area5-listing .area5-property .area5-property-tag-title-deed {
    background: #7acb32;
}

.area5-listing .area5-property .area5-property-tag-sea-front {
    background: #31b5e8;
}

.area5-listing .area5-property .area5-property-tag-sea-view {
    background: #e6ab35;
}

.area5-listing.area5-listing-type-list .area5-property .area5-property-attr {
    font-weight: 500;
}

.area5-listing.area5-listing-type-list .area5-property .area5-property-attr span {
    font-weight: 400;
}

.area5-listing .area5-property .area5-property-attr i {
    color: #909090;
    font-size: 15px;
    margin-right: 4px;
}

.area5-listing .area5-property .area5-property-price-info .property-price {
    margin-right: 6px;
    font-size: 20px;
    line-height: 20px;
}

.area5-listing .area5-property .area5-property-price-info .area5-property-rent-month {
    font-size: 12px;
    line-height: 12px;
    word-wrap: normal;
    margin-right: 6px;
}

.area5-listing .area5-property .area5-property-price-info small {
    font-size: 12px;
    line-height: 12px;
    margin-right: 6px;
}

.area5-listing .area5-property .area5-property-price-info strike {
    font-size: 15px;
    line-height: 15px;
    color: #a8a8a8;
    text-decoration: line-through;
    font-weight: 400;
}

.area5-filter-form input[type='text'],
.area5-filter-form input[type='number'] {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0px;
    height: 37px !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.area5-filter-form input[type='text']:hover, .area5-filter-form input[type='number']:hover {
    border-color: #ffffff;
}

.area5-filter-form input[type='text']:focus, .area5-filter-form input[type='number']:focus, .area5-filter-form input[type='text']:active, .area5-filter-form input[type='number']:active {
    box-shadow: none;
    outline: none;
}

.area5-map-container.area5-listing-map-container { margin: 0; }

.area5-filter-form .area5-listing-container { float: left; width: 100%; margin-top: 60px; margin-bottom: 60px; }
.area5-filter-form .area5-listing-container.margin-bottom { margin-bottom: 60px }

.area5-filter-form .area5-filter-container {
    float: left;
    width: 100%;
    padding: 40px 0 40px 0;
    background: #F3F3F4;
}

.area5-filter-form .area5-filter-container .area5-filter-inner-container {
    max-width: 1200px;
    margin: 0 auto;
}

.area5-filter-form .area5-filter-container .area5-column-50 { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.area5-filter-form .area5-filter-container .area5-column-50.area5-align-left i { margin-right: 8px; }
.area5-filter-form .area5-filter-container .area5-column-50.area5-align-right i { margin-left: 8px; }

#area5-property-details input,
#area5-property-details select,
#area5-property-details textarea {
    box-sizing: border-box;
}

#area5-property-details {
	/*background: #f3f3f4;*/
    font-size: 14px;
}

#area5-property-details a, #area5-filter-form a, #area5-listing a {
    box-shadow: none;
    text-decoration: none;
}

#area5-property-details .area5-slider-container, #area5-property-details .area5-floorplans-container {
    position: relative;
    height: auto;
    background: #e6e6e6;
	overflow: hidden;
}

#area5-property-details .area5-slider-container-t{
    background: transparent;
}

#area5-property-details .area5-slider-container ul li, #area5-property-details .area5-floorplans-container ul li {
    text-align: center !important;
}

#area5-property-details .area5-slider-container ul li img, #area5-property-details .area5-floorplans-container ul li img {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    height: 100%;
}

#area5-property-details .area5-slider-container > i, #area5-property-details .area5-floorplans-container > i {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #5a5a5a;
    color: white;
    line-height: 32px;
    font-size: 32px;
    padding: 16px;
    pointer-events: none;
    transition: background 0.2s ease-in-out;
}

#area5-property-details.area5-property-details-type-2 .area5-slider-container > i, #area5-property-details.area5-property-details-type-2 .area5-floorplans-container > i {
    left: auto;
	right: 20px;
}

#area5-property-details .area5-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*#area5-property-details .area5-row .area5-left {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
	padding-right: 10px;
	box-sizing: border-box;
}

#area5-property-details .area5-row .area5-right {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    min-width: 0;
}*/

#area5-property-details .area5-left {
    padding: 0;
    padding-right: 5px;
    box-sizing: border-box;
}

#area5-property-details .area5-right {
    padding: 0;
    padding-left: 5px;
    box-sizing: border-box;
}

#area5-property-details .area5-block {
    padding: 16px 16px;
    box-sizing: border-box;
}

#area5-property-details .area5-block.area5-zones {
    padding: 0;
}
#area5-property-details .area5-block.area5-zones table tr th,
#area5-property-details .area5-block.area5-zones table tr td {
    background: transparent !important;
	border: 0 !important;
}
#area5-property-details .area5-block.area5-zones table tr th { font-weight: 700 !important; }
#area5-property-details .area5-block.area5-zones table tr td { border-top: 1px solid #f3f3f4 !important;; }

#area5-property-details .area5-row .area5-right .area5-block {
    margin-left: 0;
}

#area5-property-details .area5-block.area5-agents {
    text-align: center;
}
#area5-property-details .area5-block.area5-agents .area5-agent-picture {
    display: block; margin-bottom: 10px;
}
#area5-property-details .area5-block.area5-agents .area5-agent-picture img {
    max-width: 100%; width: 100px; border-radius: 100px;
}
#area5-property-details .area5-block.area5-agents .area5-agent-name {
    display: block; font-size: 18px; font-weight: 500; line-height: 20px;
}
#area5-property-details .area5-block.area5-agents .area5-agent-title {
    display: block; margin-bottom: 5px; font-size: 15px; font-weight: 400; line-height: 20px;
}
#area5-property-details .area5-block.area5-agents .area5-agent-email {
    display: block; font-size: 14px; font-weight: 400; line-height: 20px;
}
#area5-property-details .area5-block.area5-agents .area5-agent-email a {
    color: #000000;
}
#area5-property-details .area5-block.area5-agents .area5-agent-email i {
    display: inline-block; vertical-align: middle; margin-right: 5px;
}
#area5-property-details .area5-block.area5-agents .area5-agent-phone {
    display: block; font-size: 14px; font-weight: 400; line-height: 20px;
}
#area5-property-details .area5-block.area5-agents .area5-agent-phone a {
    color: #000000;
}
#area5-property-details .area5-block.area5-agents .area5-agent-phone i {
    display: inline-block; vertical-align: middle; margin-right: 5px;
}

#area5-property-details .area5-block.area5-branch {
    text-align: center;
}
#area5-property-details .area5-block.area5-branch .area5-branch-title {
    display: block; margin-bottom: 5px; font-size: 18px; font-weight: 500; line-height: 20px;
}
#area5-property-details .area5-block.area5-branch .area5-branch-email {
    display: block; font-size: 14px; font-weight: 400; line-height: 20px;
}
#area5-property-details .area5-block.area5-branch .area5-branch-email a {
    color: #000000;
}
#area5-property-details .area5-block.area5-branch .area5-branch-email i {
    display: inline-block; vertical-align: middle; margin-right: 5px;
}
#area5-property-details .area5-block.area5-branch .area5-branch-phone {
    display: block; font-size: 14px; font-weight: 400; line-height: 20px;
}
#area5-property-details .area5-block.area5-branch .area5-branch-phone a {
    color: #000000;
}
#area5-property-details .area5-block.area5-branch .area5-branch-phone i {
    display: inline-block; vertical-align: middle; margin-right: 5px;
}

@media screen and (max-width: 991px){
    #area5-property-details .area5-right {
        padding: 0;
    }

    #area5-property-details .area5-left {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
	#area5-property-details .area5-slider-container { height: auto; }
	#area5-property-details .area5-slider-container ul li img { width: 100% !important; }
    #area5-property-details .area5-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #area5-property-details .area5-row .area5-left, #area5-property-details .area5-row .area5-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#area5-property-details .area5-title {
    margin-bottom: 2px;
    flex: 0;
}

#area5-property-details .area5-title.area5-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    flex: 1;
}

#area5-property-details .area5-property-title {
	display: inline;
    width: 100%;
    font-size: 21px;
    line-height: 30px;
    padding: 0;
    font-weight: 700;
    box-sizing: border-box;
}

#area5-property-details .area5-property-title h1{
    color: #000;
    padding: 5px 16px;
}

#area5-property-details .area5-property-title .area5-property-title { width: auto; }
#area5-property-details .area5-property-title .left-side { float: left; width: auto; }
#area5-property-details .area5-property-title .right-side { float: right; padding: 9px 20px 0 0; }
#area5-property-details .area5-property-title .right-side a { transition: color 0.2s ease-in-out; display: inline-block; margin-left: 10px; vertical-align: middle; color: #707070; font-size: 30px; line-height: 30px; }

#area5-property-details .area5-property-location {
    font-size: 14px;
    line-height: 24px;
    color: #8f8f8f;
    padding: 0 16px 10px;
    font-weight: 500;
    box-sizing: border-box;
}

#area5-property-details .area5-property-price {
    padding: 17px 25px;
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    white-space: nowrap;
    text-align: right;
    align-items: center;
    display: flex;
    line-height: 1 !important;
}

#area5-property-details .area5-property-price small {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 8px;
}

#area5-property-details .area5-property-price strike {
    margin-left: 5px;
    font-size: 15px;
    line-height: 15px;
    margin-right: 10px;
    text-decoration: line-through;
    font-weight: 400;
}

#area5-property-details .area5-title-text,
.area5-similar-property-t .area5-title-text{
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    color: #000;
}

#area5-property-details .area5-id-text {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    box-sizing: border-box;
}

#area5-property-details .area5-details {
    padding-bottom: 40px;
}

#area5-property-details .area5-property-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#area5-property-details .area5-property-infos .area5-property-info {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 15px;
    margin-bottom: 15px;
    color: #8e99a3;
    font-weight: 600;
}

#area5-property-details .area5-property-infos .area5-property-info .area5-label-feature {
    color: #000;
}

#area5-property-details .area5-property-infos .area5-property-info b {
    margin-right: 5px;
	font-weight: 500;
}

#area5-property-details .area5-property-infos .area5-property-info i {
    width: 20px;
    height: 20px;
    color: #a4a4a4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

#area5-property-details .area5-tenant-notice {
    padding-top: 15px;
    font-size: 14px;
	color: #de2b2b;
	font-weight: 500;
	line-height: 20px;
}

#area5-property-details .area5-description {
    padding-top: 15px;
    font-size: 15px;
	color: #8e99a3;
	font-weight: 500;
	line-height: 26px;
}

.area5-map-unavailable {
    font-size: 15px;
    color: #8e99a3;
    font-weight: 500;
    line-height: 26px;
}

#area5-property-details .area5-features, #area5-property-details .area5-distances, #area5-property-details .area5-facilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-position: inside;
}

#area5-property-details .area5-features .area5-feature, #area5-property-details .area5-distances .area5-distance, #area5-property-details .area5-facilities .area5-facility {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    font-size: 14px;
    margin: 8px 0 8px 0;
    font-weight: 300;
}

#area5-property-details .area5-features .area5-feature b, #area5-property-details .area5-distances .area5-distance b, #area5-property-details .area5-facilities .area5-facility b {
	font-weight: 300;
}

#area5-property-details .area5-features .area5-feature i, #area5-property-details .area5-distances .area5-distance i, #area5-property-details .area5-facilities .area5-facility i {
    margin-right: 10px;
    color: #a4a4a4;
}

#area5-property-details .area5-floorplans { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; }
#area5-property-details .area5-floorplans .area5-floorplan { margin-bottom: 20px; }
#area5-property-details .area5-floorplans .area5-floorplan img { width: 100%; max-width: 400px; }

#area5-property-details .area5-video { height: auto; text-align: center; }

#area5-property-details .area5-block.area5-qrcode p { font-weight: 300; text-align: center; }

#area5-property-details .area5-contact {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    padding: 16px;
    margin-bottom: 15px;
}

#area5-property-details .area5-contact form {
    margin-bottom: 0;
}

#area5-property-details .area5-contact .area5-contact-pp-url {
    padding: 15px 30px;
    text-align: left;
    text-align-last: center;
}

#area5-property-details .area5-contact form label {
    color: inherit;
    margin: 0;
    font-size: 1em;
    font-weight: 600;
}

#area5-property-details .area5-contact input[type="text"], #area5-property-details .area5-contact input[type="email"], #area5-property-details .area5-contact input[type="tel"], #area5-property-details .area5-contact textarea {
    background: #f3f3f4;
    border: 2px solid #f3f3f4;
    padding: 10px;
    border-radius: 0;
    font-weight: 500;
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    outline: 0 !important;
    box-shadow: none !important;
	font-family: inherit;
}

#area5-property-details .area5-contact textarea { resize: none; }

#area5-property-details .area5-contact .area5-contact-form-submit {
	width: 100%;
    color: white;
    font-size: 16px;
	font-weight: 500;
	font-family: inherit;
    cursor: pointer;
    border: 0px solid transparent;
    border-radius: 0;
    padding: 15px 0;
}

#area5-property-details .area5-contact .g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

#area5-property-details .area5-contact .contact-form-message {
    background-color: whitesmoke;
    border-radius: 3px;
    padding: 15px 25px;
    margin-top: 15px;
    position: relative;
    display: none;
}

#area5-property-details .area5-contact .contact-form-message.contact-form-error {
    background-color: #ff3860;
    color: #fff;
    display: block;
}

#area5-property-details .area5-contact .contact-form-message.contact-form-success {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
    display: block;
}

#area5-property-details .area5-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#area5-property-details .area5-share .area5-share-title {
    -ms-flex: 0;
    flex: 0;
    font-weight: 500;
}

#area5-property-details .area5-share .area5-share-buttons {
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

#area5-property-details .area5-share .area5-share-buttons i.icon-facebook-official {
    color: #3b5998;
}

#area5-property-details .area5-share .area5-share-buttons i.icon-twitter {
    color: #1da1f2;
}

#area5-property-details .area5-share .area5-share-buttons i.icon-vkontakte {
    color: #45668e;
}

#area5-property-details .area5-share .area5-share-buttons i.icon-gplus {
    color: #dd4b39;
}

#area5-property-details .area5-share .area5-share-buttons i.icon-envelope-open {
    color: #000000;
}

#area5-property-details .area5-share .area5-share-buttons a {
    box-shadow: none;
    text-decoration: none;
}

#area5-property-details .area5-share .area5-share-buttons i {
    font-size: 24px;
    line-height: 24px;
}

#area5-property-details .area5-qrcode #qrcode { text-align: center; }
#area5-property-details .area5-qrcode #qrcode img { display: inline !important; }

#area5-map {
    height: 300px;
}

.fancybox-thumbs-x > ul {
    width: 100% !important;
}

.area5-pagination .area5-pagination-in{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

/*[data-pagination], [data-pagination] *, [data-pagination] *:before, [data-pagination] *:after {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-kerning: auto;
    font-kerning: auto;
}

[data-pagination] {
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    margin: 50px auto 50px;
    text-align: center;
    -webkit-transition: font-size .2s ease-in-out;
    -o-transition: font-size .2s ease-in-out;
    transition: font-size .2s ease-in-out;
    width: 100%;
}

[data-pagination] i {
    font-size: 30px;
    position: relative;
    margin: 0 8px 0 0px;
}

[data-pagination] ul {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: .5em;
}

[data-pagination] ul li, [data-pagination] ul li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px !important;
    color: #909090;
    font-size: 17px;
    background: #f3f3f4;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

[data-pagination] ul li:hover, [data-pagination] ul li:hover a {
    background: black;
    color: white;
    cursor: pointer;
}

[data-pagination] ul li a {
    text-decoration: none !important;
    box-shadow: none !important;
    color: #909090;
}

[data-pagination] > a {
    text-decoration: none !important;
    box-shadow: none !important;
    color: #aaaaaa;
}

[data-pagination] > a:hover {
    color: black;
}

[data-pagination] ul li.current, [data-pagination] ul li.current a, .area5-pagination ul li.current, .area5-pagination ul li.current a {
    color: white;
    background-color: #B5B5B5;
}

[data-pagination] ul li:hover, [data-pagination] ul li:hover a, .area5-pagination ul li:hover, .area5-pagination ul li:hover a {
    background-color: #B5B5B5;
}*/

/* Disabled & Hidden Styles */

/*[data-pagination] .disabled, [data-pagination] [hidden], [data-pagination] [disabled] {
    opacity: .5;
    pointer-events: none;
}*/

.area5-pagination .area5-pagination-in, .area5-pagination .area5-pagination-in *, .area5-pagination .area5-pagination-in *:before, .area5-pagination .area5-pagination-in *:after {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-kerning: auto;
    font-kerning: auto;
}

.area5-pagination .area5-pagination-in {
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    margin: 50px auto 50px;
    text-align: center;
    -webkit-transition: font-size .2s ease-in-out;
    -o-transition: font-size .2s ease-in-out;
    transition: font-size .2s ease-in-out;
    width: 100%;
}

.area5-pagination .area5-pagination-in i {
    font-size: 30px;
    position: relative;
    margin: 0 8px 0 0px;
}

.area5-pagination .area5-pagination-in ul {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: .5em;
}

.area5-pagination .area5-pagination-in ul li, .area5-pagination .area5-pagination-in ul li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px !important;
    color: #909090;
    font-size: 17px;
    background: #f3f3f4;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.area5-pagination .area5-pagination-in ul li:hover, .area5-pagination .area5-pagination-in ul li:hover a {
    background: black;
    color: white;
    cursor: pointer;
}

.area5-pagination .area5-pagination-in ul li a {
    text-decoration: none !important;
    box-shadow: none !important;
    color: #909090;
}

.area5-pagination .area5-pagination-in > a {
    text-decoration: none !important;
    box-shadow: none !important;
    color: #aaaaaa;
}

.area5-pagination .area5-pagination-in > a:hover {
    color: black;
}

.area5-pagination .area5-pagination-in ul li.current, .area5-pagination .area5-pagination-in ul li.current a, .area5-pagination ul li.current, .area5-pagination ul li.current a {
    color: white;
    background-color: #B5B5B5;
}

.area5-pagination .area5-pagination-in ul li:hover, .area5-pagination .area5-pagination-in ul li:hover a, .area5-pagination ul li:hover, .area5-pagination ul li:hover a {
    background-color: #B5B5B5;
}

/* Disabled & Hidden Styles */

.area5-pagination .area5-pagination-in .disabled, .area5-pagination .area5-pagination-in [hidden], .area5-pagination .area5-pagination-in [disabled] {
    opacity: .5;
    pointer-events: none;
}


/******************************
Property Details Type 2 Design
********************************/

#area5-property-details.area5-property-details-type-2 {
	background: #f3f3f4;
}

#area5-property-details.area5-property-details-type-2:after {
    top: 100%;
}

#area5-property-details.area5-property-details-type-2 .area5-fancybox {
    width: 100% !important;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-container {
    display: inline;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-left {
    display: inline;
    float: left;
    width: 66.66%;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-right {
    display: inline;
    float: right;
    width: 33.33%;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-container .area5-half-left {
    display: inline;
    float: left;
    margin-top: 15px;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-container .area5-half-right {
    display: inline;
    float: right;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-container .area5-half-right .area5-property-price {
    margin: 20px 0;
    align-items: center;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-container .area5-left .area5-block {
    margin-left: 0px !important;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-container .area5-right .area5-block {
    margin-right: 0px !important;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-container .area5-left .area5-block.area5-map {
    height: 600px !important;
    margin-top: 15px !important;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-features ul, #area5-property-details.area5-property-details-type-2 .area5-row .area5-facilities ul {
    margin: 0;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-container.area5-share {
    flex-direction: column;
    padding: 30px;
	background: #FFFFFF;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-container.area5-share .area5-share-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: black;
    text-align: center;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-container.area5-share .area5-share-buttons {
    width: 35%;
    margin: 0 auto;
}

#area5-property-details.area5-property-details-type-2 .area5-row .area5-container.area5-share .area5-share-buttons .jssocials-shares {
    display: flex;
    justify-content: space-between;
}


@media screen and (max-width: 768px){
    #area5-property-details.area5-property-details-type-2 .area5-row .area5-left {
        width: 100%;
    }

    #area5-property-details.area5-property-details-type-2 .area5-row .area5-right {
        width: 100%;
    }

	#area5-property-details.area5-property-details-type-2 .area5-row .area5-features ul,
	#area5-property-details.area5-property-details-type-2 .area5-row .area5-facilities ul {
		width: 100%;
	}

	#area5-property-details.area5-property-details-type-2 .area5-property-infos .area5-property-info,
	#area5-property-details.area5-property-details-type-2 .area5-features .area5-feature,
	#area5-property-details.area5-property-details-type-2 .area5-distances .area5-distance,
	#area5-property-details.area5-property-details-type-2 .area5-facilities .area5-facility {
		float: left;
		width: 50%;
	}
}


/******************************
Property Details Type 3 Design
********************************/


/*#area5-property-details.area5-property-details-type-3 {
    position: absolute;
    left: 0;
    right: 0;
}*/

#area5-property-details.area5-property-details-type-3 .area5-row .area5-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

#area5-property-details .area5-details {
    padding-bottom: 0;
}
#area5-property-details .area5-details .area5-block {
    background-color: #F9F9F9;
}
#area5-property-details .area5-details .area5-block:not(.area5-title) {
	margin-bottom: 10px;
}

#area5-property-details.area5-property-details-type-3 .area5-block.area5-block-left, #area5-property-details.area5-property-details-type-3 .area5-block.area5-block-right {
    margin: 0;
	padding-right: 0;
}

#area5-property-details.area5-property-details-type-3 .area5-container-row {
    flex-direction: row;
    display: flex;
}

#area5-property-details.area5-property-details-type-3 .area5-container-row > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

#area5-property-details.area5-property-details-type-3 .area5-container-row > div .area5-block {
    flex: 1;
    margin-right: 0;
    margin-left: 0;
}

#area5-property-details.area5-property-details-type-3 .area5-container-row > div .area5-block.area5-title {
    flex: 0;
}

#area5-property-details.area5-property-details-type-3 .area5-container-row > div:first-child {
    margin-left: 0;
    margin-right: 0;
}

#area5-property-details.area5-property-details-type-3 .area5-details .area5-container {
    flex-direction: column;
    justify-content: flex-start;
}

#area5-property-details.area5-property-details-type-3 .area5-property-infos .area5-property-info {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}

#area5-property-details.area5-property-details-type-3 .area5-block.area5-block-half.area5-block-left {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex: 1;
    justify-content: flex-start;
	padding-left: 0;
}

#area5-property-details.area5-property-details-type-3 .area5-property-price {
    margin: 0;
    align-self: center;
    align-items: center;
}

#area5-property-details.area5-property-details-type-3 .area5-property-price div {
    line-height: normal;
}

#area5-property-details.area5-property-details-type-3 .area5-property-header {
    padding-left: 16px;
    align-self: center;
}

#area5-property-details.area5-property-details-type-3 .area5-property-title { padding-top: 6px; }
#area5-property-details.area5-property-details-type-3 .area5-property-title .area5-property-title { padding-top: 0; }
#area5-property-details.area5-property-details-type-3 .area5-header-container .right-side { float: left; padding: 18px 0 0 30px; }
#area5-property-details.area5-property-details-type-3 .area5-header-container .right-side a { transition: color 0.2s ease-in-out; display: inline-block; margin-right: 10px; vertical-align: middle; color: #707070; font-size: 30px; line-height: 30px; }

#area5-property-details.area5-property-details-type-3 .area5-property-title {
    align-items: center;
}

#area5-property-details.area5-property-details-type-3 .area5-property-location {
    align-items: center;
}

#area5-property-details.area5-property-details-type-3 .area5-block.area5-share {
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

#area5-property-details.area5-property-details-type-3 .area5-share-container {
    background: #f2f2f2;
    display: flex;
    align-items: center;
    padding: 16px 0 16px 0;
}

#area5-property-details.area5-property-details-type-3 .area5-share-title {
    flex: 1;
    font-size: 16px;
    color: black;
    margin-right: 16px;
}

#area5-property-details.area5-property-details-type-3 .area5-share-buttons {
    flex: auto;
}

#area5-property-details .slick-slider {
    padding: 0;
    margin: 0;
}

#area5-property-details.area5-property-details-type-3 .area5-slider {
    flex: 1;
    display: flex;
    flex-direction: row;
    height: 592px;
    overflow: hidden !important;
}

#area5-property-details.area5-property-details-type-3 #area5-map {
    margin: 16px;
}

#area5-property-details.area5-property-details-type-3 .area5-slider .area5-slider-container {
    flex-basis: calc(100% - 277px);
	width: -moz-calc(100% - 277px);
	width: -webkit-calc(100% - 277px);
	width: -o-calc(100% - 277px);
	width: calc(100% - 277px);
    max-height: 592px !important;
	display: inline-block;
	overflow: hidden;
}

#area5-property-details.area5-property-details-type-3 .area5-slider .area5-slider-3 .slick-slide {
    max-height: 592px !important;
}

#area5-property-details.area5-property-details-type-3 .area5-slider .area5-slider-nav {
    flex-basis: 277px;
    width: 277px;
	padding-left: 10px;
	box-sizing: border-box;
}

#area5-property-details.area5-property-details-type-3 .area5-slider .area5-slider-nav .slick-slide {
    margin-bottom: 10px;
    width: 100% !important;
    height: auto !important;
    display: flex;
    cursor: pointer;
    cursor: hand;
	box-sizing: border-box;
}

#area5-property-details.area5-property-details-type-3 .area5-slider .area5-slider-nav .slick-slide:last-child {
    margin-bottom: 0px;
}

#area5-property-details.area5-property-details-type-3 .area5-slider .area5-slider-nav .slick-slide:first-child {
    margin-top: 0px;
}

#area5-property-details.area5-property-details-type-3 .area5-slider .area5-slider-nav .slick-slide img {
    display: block !important;
}

#area5-property-details.area5-property-details-type-3 #area5-map { display: block; margin: 0; }
#area5-property-details.area5-property-details-type-3 .area5-row { display: block; margin: 0; }


@media screen and (max-width: 768px)
{
    #area5-property-details.area5-property-details-type-3 .area5-slider {
        height: 100%;
    }
    #area5-slider .slick-track {
        display: flex !important;
    }
    #area5-slider .slick-track .slick-slide{
        display: flex !important;
        height: auto;
        align-items: stretch;
        justify-content: stretch;
    }
    #area5-property-details.area5-property-details-type-3 .area5-slider .area5-slider-container {
        flex-basis: 100%;
        width: 100%;
        max-height: 10000px;
    }

    #area5-property-details.area5-property-details-type-3 .area5-slider .area5-slider-container .slick-track {
        display: flex !important;
    }
    #area5-property-details.area5-property-details-type-3 .area5-slider .area5-slider-container .slick-track a {
        height: 100%;
    }

    #area5-property-details.area5-property-details-type-3 .area5-slider .area5-slider-container .slick-track .slick-slide{
        display: flex !important;
        height: auto;
        align-items: stretch;
        justify-content: stretch;
    }
}

#area5-property-details.area5-property-details-type-3 .area5-form-container {
    display: flex;
    flex-direction: row;
}

#area5-property-details.area5-property-details-type-3 form {
    text-align: left;
}

#area5-property-details.area5-property-details-type-3 .area5-contact-left {
    flex: 0 0 25%;
}

#area5-property-details.area5-property-details-type-3 .area5-contact-left input[name='phone'] {
    margin-bottom: 0;
}

#area5-property-details.area5-property-details-type-3 .area5-contact-right {
    flex: 0 0 75%;
    position: relative;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
}

#area5-property-details.area5-property-details-type-3 .area5-contact-right textarea {
    flex: 1;
    margin-bottom: 0;
}

#area5-property-details.area5-property-details-type-3 button.area5-contact-form-submit {
    margin: 10px 0 0 0 !important;
}

#area5-property-details.area5-property-details-type-3 .area5-contact .area5-contact-pp-url {
    text-align-last: left;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

#area5-property-details.area5-property-details-type-3 .area5-contact .g-recaptcha {
    justify-content: flex-start;
    margin: 0;
}

#area5-property-details.area5-property-details-type-3 .area5-features .area5-feature, #area5-property-details.area5-property-details-type-3 .area5-facilities .area5-facility {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 14px;
}

#area5-property-details .area5-property-details-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 17px 0 54px 0;
}
#area5-property-details.area5-property-details-type-2 .area5-property-details-inner {
	margin-top: 0;
	margin-bottom: 20px;
}

#area5-property-details button.area5-contact-form-submit i {
    color: white;
    margin-left: 6px;
}












/*----ADD STYLE ---*/
.fa {
    display: inline-block;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.area5 .fa, .area5-item .fa{
    color: #FFF;
}

.area5-item{
    width: 100%;
    background-color: #F4F4F4;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.area5-item a{
    text-decoration: none !important;
}

.area5-item .area5-reference{
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 16px 5px 12px;
    background-color: #B5B5B5;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-bottom-right-radius: 20px;
    z-index: 999;
}

.area5-img-preview{
    position: relative;
    overflow: hidden;
}

.area5-img-preview img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.area5-item .area5-box a:hover, .area5-item .area5-box a:focus{
    color: initial;
}

.area5-property-main-info {
    padding: 5px 0px;
    background-color: #B5B5B5;
    font-size: 15px;
}

.area5-property-main-info ul{
    margin: 0 !important;
    padding: 0;
    height: 22px;
}

.area5-property-main-info ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
    color: #ffffff;
    width: 33%;
    text-align: center;
}

.area5-item h4, .area5-item p{
    padding-left: 10px;
    padding-right: 10px;
}

.area5-listing .area5-item h4{
	height: 32px;
    display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-height: 30px;
    font-size: 20px;
}	

.area5-property-price p{
    font-size: 1em;
    margin-bottom: 0px;
    width: 100%;
    text-align: right;
    font-weight: bold;
}

ul#area5-slider{
    margin: 0;
}

.area5-slick-prev, .area5-slick-next{
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    font-size: 30px;
    margin-top: -2px;
    padding: 15px 10px;
    background-color: #FFF;
}

.area5-slick-prev{
    left: 0;
}

.area5-slick-next{
    right: 0;
}

#area5-slider-nav, #area5-floorplans-nav{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.area5-similar-property{
    padding: 5px 0;
}

.area5-similar-property-img{
    width: 120px;
    float: left;
}

.area5-similar-property-img img{
    max-width: 100%;
}

.area5-similar-property-text{
    padding-left: 12px;
    padding-right: 10px;
    width: 100%;
}

.area5-similar-property-text h5{
    margin-bottom: 10px;
    margin-top: 0;
    line-height: initial;
}

.area5-similar-property-text p{
    margin-bottom: 5px;
}



/*---FILTRO----*/

#area5-form-filter{
    /*max-width: 100%;*/
    width: 100%;
    margin: 0 0 40px;
    padding: 10px 0;
    border-bottom: 1px solid #E1E1E1;
}

.area5-buttons{
    /*padding-left: 10px;*/
    font-size: 20px;
}

.area5-buttons a{
	color: #000;
}

.area5-buttons a:hover, .area5-buttons a:active, .area5-buttons a:visited{
	color: #000;
}

.area5-filter-form-initial{
    padding-top: 30px;
}

.area5-filter-form-initial.in {
    display: block !important;
}

.area5-align-right-chevron{
    float: right;
    margin-top: -25px;
}

.area5-align-right-chevron a{
    color: #000;
}

.area5-column{
    width: 32.9%;
    /*display: inline-block;*/
    display: inline-grid;
    display: -moz-inline-grid;
    display: -ms-inline-grid;
}

.area5-column-field button{
    width: 100%;
}

.area5-column .area5-column-field, .area5-column .area5-column-header{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.area5-column-header{
    font-weight: 500;
}

.area5-column .area5-column-input{
    width: 100%;
    height: 38px;
    margin-bottom: 20px;
}

.area5-column .area5-column-input-range{
    width: 48%;
    float: left;
}

.area5-column .area5-column-input-range::-webkit-outer-spin-button,
.area5-column .area5-column-input-range::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.area5-column .area5-column-input-range[type=number]{
    -moz-appearance: textfield;
}

.area5-column .area5-column-input-range:first-child{
    margin-right: 4%;
}

.area5-column .area5-column-field select{
    margin-bottom: 20px;
    height: 38px;
    padding: 6px 12px;
}
























@media screen and (max-width: 480px) {
	.area5-row.area5-header-container {
		text-align: center;
	}
    .area5-listing .area5-property-block-info, .area5-listing.area5-listing-type-list .area5-property-block-info {
        text-align: center;
    }
    .area5-block.area5-block-half {
        flex-direction: column-reverse;
    }

    #area5-property-details .area5-header-container {
        flex-direction: column !important;
        align-items: center;
    }

    #area5-property-details .area5-header-container .area5-half-left {
        align-items: center !important;
    }

    #area5-property-details .area5-property-price {
        margin: 20px 0 30px 0 !important;
        flex: 0 0 auto;
    }

    #area5-property-details .area5-row .area5-container .area5-block {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #area5-property-details .area5-share .area5-share-buttons {
        text-align: center !important;
        width: auto !important;
    }

    #area5-property-details .area5-slider {
        padding: 0 !important;
    }

    #area5-property-details.area5-property-details-type-3 .area5-block.area5-block-half.area5-block-left {
        padding: 0;
    }

    #area5-property-details.area5-property-details-type-3 .area5-row .area5-container {
        width: 100% !important;
    }

    #area5-property-details.area5-property-details-type-3 .area5-container-row {
        margin: 0  !important;
    }

    #area5-property-details.area5-property-details-type-3 .area5-container-row > div {
        margin-left: 0 !important;
    }

    .area5-column .area5-column-input-range{
        width: 100%;
        float: none;
    }

    .area5-column .area5-column-input-range:first-child{
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px){
    #area5-property-details.area5-property-details-type-3 .area5-form-container {
        flex-direction: column !important;
    }
    #area5-property-details.area5-property-details-type-3 .area5-contact-right {
        padding-left: 0 !important;
        padding-top: 10px !important;
    }
    #area5-property-details .area5-property-infos .area5-property-info,
    #area5-property-details .area5-description,
    #area5-property-details .area5-features .area5-feature,
    #area5-property-details .area5-distances .area5-distance,
    #area5-property-details .area5-facilities .area5-facility {
        /*-ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;*/
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        text-align: left !important;
    }
    .area5-container-row {
        flex-direction: column !important;
    }


    .area5-slider-3 {
        width: 100% !important;
        flex-basis: 100% !important;
    }
    .area5-slider-nav {
        display: none !important;
    }

    .area5-listing.area5-listing-type-list .area5-property-block-info .listing-visible {
        display: none;
    }

    #area5-property-details.area5-property-details-type-3 .area5-property-price {
        order: 2;
    }

    #area5-property-details.area5-property-details-type-3 .area5-block-left .area5-property-header{
        text-align: left;
        margin-left: 0;
        flex: 1;
    }

    #area5-property-details.area5-property-details-type-3 .area5-block-left {
        justify-content: unset !important;
    }
    #area5-property-details.area5-property-details-type-3 .area5-block.area5-block-left,
    #area5-property-details.area5-property-details-type-3 .area5-block.area5-block-right,
    #area5-property-details.area5-property-details-type-3 .area5-share,
    #area5-property-details.area5-property-details-type-3 .area5-share-container {
        width: 100%;
    }
	#area5-property-details.area5-property-details-type-3 .area5-block.area5-block-half.area5-block-right,
	#area5-property-details.area5-property-details-type-3 .area5-share-container {
		padding-top: 0;
		padding-bottom: 10px;
	}
    #area5-property-details.area5-property-details-type-3 .area5-share-title {
        flex: 0;
    }

    #area5-property-details.area5-property-details-type-3 .area5-container-row > div {
        margin-left: 0 !important;
    }

}

@media screen and (max-width: 1054px) {
	#area5-property-details .area5-property-details-inner { margin-bottom: 10px; }
	#area5-property-details .area5-row { flex-wrap: wrap; }
	#area5-property-details .area5-row .area5-left { -ms-flex: 0 0 100%; flex: 0 0 100%; padding-right: 0; }
	#area5-property-details .area5-row .area5-right { -ms-flex: 0 0 100%; flex: 0 0 100%; }
	#area5-property-details .area5-video { height: auto; }
	#area5-property-details .area5-video iframe { width: auto; max-height: 100%; max-width: 100%; }

	#area5-property-details.area5-property-details-type-3 .area5-video { float: left; max-height: 100%; max-width: 100%; }

    #area5-property-details .area5-floorplans .area5-floorplan img {
        width: 100%;
        max-width: 100%;
    }

    .area5-similar-property{
        padding: 5px 0;
    }

    .area5-similar-property-img{
        width: 30%;
        float: left;
    }

    .area5-similar-property-text{
        padding-left: 12px;
        padding-right: 10px;
        width: 60%;
    }

    .area5-similar-property-text h5{
        margin-bottom: 10px;
        margin-top: 0;
        line-height: initial;
    }

    .area5-similar-property-text p{
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 480px) {
	#area5-property-details .area5-property-title .right-side { float: right; width: 100%; padding: 9px 0 9px 0; }

	#area5-property-details .area5-property-infos .area5-property-info,
    #area5-property-details .area5-description,
    #area5-property-details .area5-features .area5-feature,
    #area5-property-details .area5-distances .area5-distance,
    #area5-property-details .area5-facilities .area5-facility {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
	}

	#area5-property-details.area5-property-details-type-2 .area5-property-infos .area5-property-info,
	#area5-property-details.area5-property-details-type-2 .area5-features .area5-feature,
	#area5-property-details.area5-property-details-type-2 .area5-distances .area5-distance,
	#area5-property-details.area5-property-details-type-2 .area5-facilities .area5-facility {
		width: 100%;
	}

	#area5-property-details.area5-property-details-type-2 .area5-row .area5-container .area5-half-left {
		width: 100%;
		text-align: center;
	}
	#area5-property-details.area5-property-details-type-2 .area5-row .area5-container .area5-half-right {
		width: 100%;
		text-align: center;
	}
	#area5-property-details.area5-property-details-type-2 .area5-row .area5-container .area5-half-right .area5-property-price {
		display: inline-block;
	}

	#area5-property-details.area5-property-details-type-3 .area5-block-left .area5-property-header {
		text-align: center;
		padding-left: 0;
	}
	#area5-property-details.area5-property-details-type-3 .area5-row .area5-container .area5-block {
		float: left;
		width: 100%;
	}
	#area5-property-details.area5-property-details-type-3 .area5-header-container .right-side { padding: 10px 0 0 0; text-align: center; }
}

@media screen and (max-width: 1199px) {
    .area5-column{
        width: 49%;
    }

    .area5-column-field button{
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .area5-column{
        width: 100%;
    }
}

.widget_area5-widget {
    display: table;
}


.area5_level2 { padding-left: 40px !important; }
.area5_level3 { padding-left: 80px !important; }
.area5_level4 { padding-left: 120px !important; }
.area5_level5 { padding-left: 160px !important; }

.fancybox-slide { opacity: 0; }
.fancybox-slide.fancybox-slide--current { opacity: 1; }

.widget_area5-slider-widget {
    width: 100% !important;
}

#area5-ajax-loader-properties, #area5-ajax-loader-properties-up{
    text-align: center;
    margin: 0 auto;
    display: none;
    padding-bottom: 30px;
}

#area5_number_properties_loading{
    font-weight: 600;
}

.area5-row-preview .area5-item{
    display: flex;
    padding-bottom: 0;
}

.area5-row-preview .area5-img-preview{
    width: 360px;
    position: relative;
    margin: 0;
}

.area5-row-preview .area5-img-preview img{
    position: relative;
    display: block;
}

.area5-row-preview .area5-desc-wrap{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 390px);
}

.area5-row-preview .area5-upper-desc{
    width: 100%;
    padding-top: 6px;
    padding-bottom: 0;
}

.area5-row-preview .area5_desc_preview{
    height: 165px;
    -webkit-line-clamp: 7;
    margin-bottom: 0;
}

.area5-row-preview .area5-property-price{
    height: 35px;
    padding-top: 4px;
}

.area5-row-preview .area5-property-price p{
    /*text-align: left;*/
}

.area5-row-preview .area5-property-main-info{
    width: 100%;
}

@media (max-width: 767px){
    .area5-row-preview .area5-item{
        display: inline-block;
    }

    .area5-row-preview .area5-img-preview{
        width: 100%;
        position: relative;
        margin: 0;
    }

    .area5-row-preview .area5_desc_preview {
        height: 120px;
        -webkit-line-clamp: 5;
    }

    .area5-row-preview .area5-desc-wrap{
        width: 100%;
    }

    .area5-row-preview .area5-property-price p{
        /*text-align: right;*/
    }
}

#area5-form-filter-home{
    box-shadow: inset 0px 0px 0px 1px #DCDCDC;
    background-color: #F4F4F4;
    padding-top: 15px;
    padding-bottom: 15px;
}

#powered-by-area{
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

#powered-by-area p{
    font-size: 11px;
    margin: 0;
}

#powered-by-area p a{
    font-weight: bold;
}

#area5-properties-on-gmap{
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}

#area5-properties-on-gmap .gm-style .gm-style-iw-c{
    padding: 0;
}

#area5-properties-on-gmap .gm-style-iw-chr{
    position: absolute;
    right: 0;
    display: inline;
}

#area5-properties-on-gmap .gm-style-iw-chr button {
    width: 40px !important;
    height: 40px !important;
    right: 15px;
    top: -16px;
}

#area5-properties-on-gmap .gm-style-iw-chr button:hover{
    box-shadow: none;
}

#area5-properties-on-gmap .gm-style .gm-style-iw-d{
    padding: 12px 0 0 16px;
}

#area5-properties-on-gmap .area5-infowindow-box{
    width: 380px;
    height: 150px;
    border-radius: 6px;
    flex-direction: row!important;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#area5-properties-on-gmap .area5-infowindow-flex-sx{
    flex: 50%;
}

#area5-properties-on-gmap .area5-infowindow-flex-dx{
    flex: 50%;
}

.area5-infowindow-photo-container{
    position: relative;
    width: 100%;
    height: 100%;
}

#area5-properties-on-gmap .area5-infowindow-photo-container:before {
    content: "";
    display: block;
    padding-top: 70%;
}

#area5-properties-on-gmap .area5-infowindow-photo{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

#area5-properties-on-gmap .area5-infowindow-text-box-container{

}

#area5-properties-on-gmap .area5-infowindow-title{
    height: 39px;
    display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /* line-height: 0px; */
    padding: 5px 12px;
}

#area5-properties-on-gmap .area5-infowindow-title h5{
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 5px !important;
    margin-top: 2px;
}

#area5-properties-on-gmap .area5-infowindow-address{
    padding: 3px 12px;
    color: #8e99a3;
    font-size: 11px;
    height: 17px;
    display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-height: 16px;
}

#area5-properties-on-gmap .area5-infowindow-address .fa{
    font-size: 12px;
    margin-right: 5px;
}

#area5-properties-on-gmap .area5-infowindow-features{
    padding: 5px 8px;
}

#area5-properties-on-gmap .area5-infowindow-features ul{
    height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
}

#area5-properties-on-gmap .area5-infowindow-features ul li{
    list-style-type: none;
    margin: 0 !important;
    padding: 6px 5px 5px !important;
    display: inline;
    float: left !important;
    width: 33% !important;
    text-align: center;
}

#area5-properties-on-gmap .area5-infowindow-features ul li .fa{
    font-size: 20px;
}

#area5-properties-on-gmap .area5-infowindow-features ul li div{
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
}

#area5-properties-on-gmap .area5-infowindow-price{
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    height: 30px;
    display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    letter-spacing: -1px;
    padding: 2px 12px 0;
}

.area5-foto360{
    width: 100%;
    background: transparent !important;
    margin-bottom: 20px !important;
    overflow: hidden;
    position: relative;
    height: 400px;
}


@media (max-width: 570px){
    .area5-infowindow-box{
        width: 100%;
        height: 268px;
        max-width: 200px;
        display: block;
    }

    .area5-infowindow-flex-sx, .area5-infowindow-flex-dx{
        width: 100%;
    }

    .area5-infowindow-title{
        height: 23px;
        -webkit-line-clamp: 1;
    }
}

#area5-slider button.slick-prev.slick-arrow, #area5-slider button.slick-next.slick-arrow,
.area5-template-1 button.slick-prev.slick-arrow, .area5-template-1 button.slick-next.slick-arrow{
    position: absolute;
    bottom: 45%;
    z-index: 9;
}

#area5-slider button.slick-prev.slick-arrow,
.area5-template-1 button.slick-prev.slick-arrow{
    left: 5px;
}

#area5-slider button.slick-next.slick-arrow,
.area5-template-1 button.slick-next.slick-arrow{
    right: 5px;
}

#area5-slider-nav{
    margin: 0;
}

#area5-slider-nav img, #area5-floorplans-nav img{
    padding-left: 5px;
    padding-right: 5px;
}


/* GRAFICA TEMPLATE 1 */

.area5-template-1 .area5-item{
    border-radius: 10px;
    box-shadow: 2px 6px 8px 4px #cdcd;
}

.area5-template-1 .area5-item .area5-img-preview img{
    border-radius: 10px 10px 0 0;
}

.area5-row-preview.area5-template-1 .area5-item .area5-img-preview img{
    border-radius: 10px 0 0 10px;
}

.area5-template-1 .area5-reference{
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 1px 8px;
    border-radius: 6px;
    background-color: #B5B5B5;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    z-index: 999;
}

.area5-template-1 .area5-contract{
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 1px 8px;
    border-radius: 6px;
    background-color: #B5B5B5;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    z-index: 999;
}

.area5-listing .area5-template-1 .area5-box{
    padding-left: 10px;
    padding-right: 10px;
}

.area5-listing .area5-template-1 .area5-item p{
    padding: 0;
}

.area5-listing .area5-template-1 .area5-item h4{
    height: 26px;
    display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-height: 30px;
    font-size: 18px;
    padding: 0;
    margin-top: 4px;
}

.area5-address{
    font-size: 14px;
    height: 20px;
    display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-height: 20px;
}

.area5-address .fa{
    margin-right: 5px;
}

.area5-template-1 .area5-property-price{
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0;
}

.area5-template-1 .area5_desc_preview {
    font-size: 14px;
    height: 56px;
    display: -webkit-box;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 18px;
    margin-bottom: 6px;
}

.area5-slider-t{
    padding: 0;
    margin: 0;
}

.area5-slider-t li{
    padding: 0 !important;
    margin: 0 !important;
}

.area5-template-1 .area5-upper-desc .area5_desc_preview {
    font-size: 14px;
    height: 72px;
    -webkit-line-clamp: 4;
}

.area5-template-1 .area5-property-main-info-1 {
    padding: 5px 0;
    background-color: transparent;
    font-size: 13px;
}

.area5-template-1 .area5-property-main-info-1 ul{
    padding: 0;
    height: 28px;
    border-bottom: 1px solid #cbd6e0;
    margin: 0 0 5px 0;
}

.area5-template-1 .area5-property-main-info-1 ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
    color: inherit;
    width: 33%;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    display: -webkit-box;
}

.area5-template-1 .area5-property-main-info-1 ul li:nth-child(3n+1){
    text-align: left;
}

.area5-template-1 .area5-property-main-info-1 ul li:nth-child(3n+2){
    text-align: center;
}

.area5-template-1 .area5-property-main-info-1 ul li:nth-child(3n+3){
    text-align: right;
}

.area5-template-1 .area5-property-main-info-1 ul li .fa{
    color: inherit;
}

.area5-template-1 .area5-btn{
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    padding: 8px 0;
    margin-bottom: 5px;
}

.area5-template-1 .area5-btn a{
    text-transform: uppercase;
    text-decoration: none !important;
    color: #000;
    font-size: 14px;
    width: 100%;
    display: block;
    font-weight: 600;
    padding-left: 8px;
    padding-right: 8px;
}

.area5-template-1 .area5-btn a:hover, .area5-template-1 .area5-btn a:active, .area5-template-1 .area5-btn a:visited{
    text-decoration: none !important;
}

.area5-item .area5-img-preview .area5-slider-t{
    margin: 0;
    margin-bottom: -5px;
}


@media (max-width: 767px){
    .area5-row-preview.area5-template-1 .area5-item .area5-img-preview img{
        border-radius: 10px 10px 0 0;
    }
}

#area5-property-details .area5-row-t .area5-property-title h1{
    margin: 0;
    padding: 5px 0;
}

#area5-property-details .area5-row-t.area5-header-container{
    padding-top: 10px;
}

#area5-property-details .area5-row-t .area5-submenu-header{
}

#area5-property-details .area5-row-t .area5-property-location{
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    padding-top: 12px;
    color: initial;
}

#area5-property-details .area5-row-t .area5-price-t{
    text-align: right;
    background-color: #F9F9F9;
    font-weight: 800;
    padding: 6px 30px;
    border-radius: 8px;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    margin-right: -15px;
    margin-left: -15px;
    color: initial;
    font-size: 18px;
}

.area5-big-photo{
    padding: 0 !important;
    padding-right: 3px !important;
}

.area5-small-photo{
    margin-left: 0 !important;
    padding: 0 !important;
    padding-left: 5px !important;
}

.area5-lateral{

}

.area5-lateral:not(:last-child) {
    padding-bottom: 5px;
}

.area5-img-holder{
    margin: 0;
    width: 100%;
    position: relative;
}

.area5-img-holder a{
    cursor: pointer;
}

.area5-img-holder img {
    width: 100%;
    display: block;
}

.area5-lateral-2 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 600;
    margin: 0;
    vertical-align: middle;
    display: grid;
    align-items: center;
}

.area5-lateral-2:hover figcaption {
    text-decoration: underline;
    cursor: pointer;
}

.area5-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.area5-lateral-2 .area5-overlay2 {
    border-radius: 0 0 25px 0;
}

.area5-slider-container-t #area5-slider img, .area5-slider-container-t .area5-img-holder img, .area5-slider-container-t .area5-img-holder .area5-overlay2{
    border-radius: 15px;
}

.area5-slider-container-t #area5-slider-nav{
    margin-top: 5px;
}

.area5-slider-container-t .area5-img-holder figure{
    margin: 0;
}

@media screen and (max-width: 991px) {
    .area5-big-photo {
        padding: 0 !important;
    }

    .area5-small-photo {
        display: none !important;
    }

    #area5-property-details .area5-row-t .area5-price-t{
        text-align: left;
        float: left;
        margin-top: 15px;
    }
}

#area5-property-details .area5-details .area5-block-t {
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}

#area5-property-details .area5-property-details-inner-t {
    margin: 0 auto;
    padding: 17px 0 54px 0;
    width: 100%;
}

#area5-property-details .area5-block-content-t{
    padding-top: 20px;
}

#area5-property-details .area5-block-content-t .area5-property-infos .area5-property-info{
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    font-size: 15px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    color: #8e99a3;
    font-weight: 600;
    border-bottom: 1px solid #8e99a3;
}

#area5-property-details .area5-block-t .area5-title-text .fa{
    font-size: 20px;
}

#area5-property-details .area5-block-content-t .area5-property-infos .area5-property-info:nth-child(n+1){
    margin-right: 10px;
}

#area5-property-details .area5-block-content-t .area5-property-infos .area5-property-info:nth-child(2n){
    margin-left: 10px;
}

#area5-property-details .area5-block-content-t .area5-description{
    padding-top: 0;
}

#area5-property-details .area5-map-t{
    border-radius: 20px;
    margin-bottom: 40px;
}

#area5-map.area5-map-t {
    height: 500px;
}

#area5-property-details .area5-block-content-t .area5-videos {
    margin-left: -15px;
    margin-right: -15px;
}

#area5-property-details .area5-block-content-t .area5-video {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

#area5-property-details .area5-block-content-t .area5-responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.area5-energy-class {
    width: 14%;
    opacity: 1;
    color: white;
    text-align: center;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.area5-box-classe-energetica{
    margin-bottom: 25px;
}

.area5-box-classe-energetica span{
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    #area5-property-details .area5-block-content-t .area5-property-infos .area5-property-info{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }

    #area5-property-details .area5-block-content-t .area5-property-infos .area5-property-info:nth-child(n+1),
    #area5-property-details .area5-block-content-t .area5-property-infos .area5-property-info:nth-child(2n){
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 768px){
    #area5-floorplans-2 li{
        padding-left: 5px;
        padding-right: 5px;
    }
}

#area5_sort_div_1 .area5-sort-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 1;
}

#area5_sort_div_1 .area5-sort-group span{
    font-size: 14px;
    padding-top: 6px;
    padding-right: 4px;
}

#area5_sort{
    height: 28px;
    width: auto;
    padding: 2px 6px;
    font-size: 14px;
    margin: 0;
}

@media screen and (max-width: 991px){
    #area5_sort_div_1 .area5-sort-group span{
        display: none;
    }

    #area5_sort{
        width: 100%;
    }
}