/******************************
Estatebud checkbox
********************************/

.estatebud_checkbox_holder { display: inline-block; vertical-align: middle; line-height: 16px; }
.estatebud_checkbox_holder .estatebud_checkbox { display: none; }
.estatebud_checkbox_holder .estatebud_checkbox + label { display: inline-block; width: 22px; height: 22px; background: #ffffff; border: 0; cursor: pointer; text-align: center; }
.estatebud_checkbox_holder .estatebud_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; }
.estatebud_checkbox_holder .estatebud_checkbox:checked + label { background: #ffffff; }
.estatebud_checkbox_holder .estatebud_checkbox:checked + label span { border: 2px solid #182029; color: #182029; }
.estatebud_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; }


/******************************
Estatebud general css
********************************/

.estatebud-filter-form * {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    text-decoration: none;
}

.estatebud-filter-reset {
    font-size: 10px;
    cursor: pointer;
    color: white;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.estatebud-title-container { float: left; width: 100%; margin-bottom: 20px; }
.estatebud-title-container .estatebud-title-container-inner { max-width: 1200px; margin: 0 auto; }
.estatebud-title-container .estatebud-title { float: left; }
.estatebud-title-container .estatebud-title i { display: inline-block; margin-right: 6px; font-size: 26px; }
.estatebud-title-container .estatebud-title h1 { display: inline-block; font-size: 26px; line-height: 40px; font-weight: 500; margin: 0 }

.estatebud-title-container .estatebud-sort { float: right; }
.estatebud-title-container .estatebud-sort .estatebud-icon { display: inline-block; vertical-align: middle; }
.estatebud-title-container .estatebud-sort .estatebud-select-container { display: inline-block; vertical-align: middle; }

.estatebud-title-container .estatebud-listing-type { float: right; }
.estatebud-title-container .estatebud-listing-type ul { list-style-type: none; display: flex; }
.estatebud-title-container .estatebud-listing-type ul li { display: inline-block; padding: 6px 0 6px 12px; background: transparent; font-size: 14px; cursor: pointer; color: #000; line-height: 28px; }
.estatebud-title-container .estatebud-listing-type ul li:hover { color: #707070; }
.estatebud-title-container .estatebud-listing-type ul li i { font-size: 16px; color: #707070; margin-right: 5px; background: transparent;}

@media screen and (max-width: 720px) {
    .estatebud-title-container .estatebud-listing-type { display: none; }
}

.estatebud-property-title .estatebud-add-to-favorites i { color: #707070; }
.estatebud-property-title .estatebud-add-to-favorites.active i { color: gold; }

.estatebud-filter-form .estatebud-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.estatebud-filter-form #estatebud_form_toggle {
    cursor: pointer;
    cursor: hand;
}

.estatebud-filter-form #estatebud_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;
}

.estatebud-filter-form #estatebud_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;
}

.estatebud_select2_l1 {
    font-weight: 500;
}

.estatebud_select2_l2 {
    font-weight: 400;
    margin-left: 9px;
}

.estatebud_select2_l3 {
    font-weight: 300;
    margin-left: 40px;
}

.estatebud_select2_l4 {
    font-weight: 400;
    margin-left: 60px;
}

.estatebud-filter-form .estatebud-row .estatebud-column.estatebud-column-right {
    text-align: right;
}

.estatebud-filter-form .estatebud-row.estatebud-buttons {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 500;
}

.estatebud-filter-form .estatebud-row .estatebud-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;
}

.estatebud-filter-form .estatebud-row .estatebud-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;
}

.estatebud-align-right {
    align-items: flex-end;
    text-align: right;
}

.estatebud-align-left {
    align-items: flex-start;
    text-align: left;
}

.estatebud-filter-form .estatebud-row-checkboxes.estatebud-row {
    -ms-flex-align: space-around;
    align-items: space-around;
    margin-top: 20px;
}

.estatebud-filter-form .estatebud-row-checkboxes.estatebud-row .estatebud-column {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: center;
}

.estatebud-filter-form .estatebud-filter-inner-container .estatebud-row .estatebud-column:last-child {
    padding-right: 0px;
}

.estatebud-filter-form .estatebud-pagination {
    float: left;
    width: 100%;
}

#estatebud-property-details .estatebud-filter-form .estatebud-listing {
    padding: 0;
    background: transparent;
}

#estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row {
    justify-content: flex-start;
}

#estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row .estatebud-column {
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding: 5px;
}

#estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row .estatebud-property-image img {
    height: 138px;
    object-fit: cover;
    object-position: center center;
}

#estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row .estatebud-property-title {
    padding: 7px 10px 3px;
}

#estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row .estatebud-property-location {
    padding: 3px 10px 7px;
}

#estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row .estatebud-property {
    background: #f3f3f4;
}

#estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row .estatebud-column .estatebud-property-price {
    margin-bottom: 0;
}

#estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row .estatebud-column .estatebud-property-footer{
    background: #dddddd;
    margin: 0;
    margin-top: 15px;
}
#estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row .estatebud-column .estatebud-property-attrs,
#estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row .estatebud-column .estatebud-property-attrs * {
    background: #ddd;
}

@media screen and (max-width: 768px) {
    .estatebud-filter-form .estatebud-row.estatebud-buttons .estatebud-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .estatebud-filter-form .estatebud-row .estatebud-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;
    }
    .estatebud-filter-form .estatebud-row .estatebud-column:last-child {
        padding-right: 10px;
    }
    .estatebud-filter-form .estatebud-row-checkboxes.estatebud-row {
        -ms-flex-pack: start;
        justify-content: start;
    }
    .estatebud-filter-form .estatebud-row-checkboxes.estatebud-row .estatebud-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;
    }

    #estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row .estatebud-column {
        flex-basis: 33.333%;
        max-width: 33.333%;
        padding: 5px;
    }
}

@media screen and (max-width: 480px) {
    .estatebud-filter-form .estatebud-row.estatebud-buttons .estatebud-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .estatebud-filter-form .estatebud-row .estatebud-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;
    }
    .estatebud-filter-form .estatebud-row .estatebud-column:last-child {
        padding-right: 10px;
    }
    .estatebud-filter-form .estatebud-row-checkboxes.estatebud-row {
        -ms-flex-pack: start;
        justify-content: start;
    }
    .estatebud-filter-form .estatebud-row-checkboxes.estatebud-row .estatebud-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        text-align: left;
    }

    #estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row .estatebud-column {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    #estatebud-property-details .estatebud-filter-form .estatebud-listing .estatebud-row .estatebud-column .estatebud-price-plus {
        margin: 0 !important;
    }
}

.estatebud-filter-form .estatebud-row .estatebud-column-full {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 0 20px;
}

.estatebud-filter-form .estatebud-row .estatebud-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;
}

.estatebud-filter-form .estatebud-row .estatebud-column-full.no-results h2 {
    color: #565656;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
}

.estatebud-filter-form .estatebud-row .estatebud-column-full.no-results i {
    display: block;
    margin-top: 20px;
    font-size: 50px;
    color: #909090;
}

.estatebud-filter-form .estatebud-column-header {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
}

.estatebud-filter-form .estatebud-property-image {
    position: relative;
    line-height: 0;
}

.estatebud-property-image .estatebud-property-sold, .estatebud-property-image .estatebud-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;
}

.estatebud-filter-form .estatebud-property-image img {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.estatebud-filter-form .estatebud-column-field-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.estatebud-filter-form .estatebud-row-space-around .estatebud-column {
    text-align: center;
    padding: 10px 0;
}

.estatebud-filter-form .estatebud-column-input {
    padding: 0 5px 0 5px;
    width: 100%;
    line-height: 100% !important;
}

.estatebud-filter-form .estatebud-column-input-half {
    padding: 0 5px 0 5px;
    width: calc(50% - 5px);
    display: inline-block;
    line-height: 100% !important;
}

.estatebud-listing {
    max-width: 1200px;
    margin: 0 auto;
}

.estatebud-listing .listing-visible {
    display: none;
}

.estatebud-listing.estatebud-listing-type-list .listing-visible {
    display: inline-block;
}

.estatebud-listing .estatebud-row {
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    display: inline;
    background: #f3f3f4;
    padding: 5px;
    box-sizing: border-box;
}

.estatebud-listing .estatebud-row .estatebud-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;
}

.estatebud-listing.estatebud-listing-type-list .estatebud-row .estatebud-column {
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 1080px) {
    .estatebud-listing:not(.estatebud-listing-type-list) .estatebud-row .estatebud-column {
        width: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 620px) {
    .estatebud-listing:not(.estatebud-listing-type-list) .estatebud-row .estatebud-column {
        width: 100%;
        max-width: 100%;
    }
}

.estatebud-listing .estatebud-row .estatebud-column > a {
    display: inline !important;
    float: left;
    width: 100%;
    height: 100%;
}

.estatebud-listing .estatebud-property {
    float: left;
    width: 100%;
    height: 100%;
}

.estatebud-listing .estatebud-property .estatebud-property-block-image {
    float: left;
    width: 100%;
    height: 200px;

}
.estatebud-listing.estatebud-listing-type-list .estatebud-property .estatebud-property-block-image {
    width: 30%;
}

@media screen and (max-width: 720px) {
    .estatebud-listing.estatebud-listing-type-list .estatebud-property .estatebud-property-block-image {
        width: 100%;
    }
}

.estatebud-listing .estatebud-property .estatebud-property-block-image .estatebud-property-image {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.estatebud-listing .estatebud-property .estatebud-property-block-image .estatebud-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;
}

.estatebud-listing a:hover .estatebud-property .estatebud-property-block-image .estatebud-property-image img {
    transform: translateY(-50%) scale(1.1);
}

.estatebud-listing .estatebud-property-block-info {
    float: left;
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.estatebud-listing.estatebud-listing-type-list .estatebud-property-block-info {
    width: 70%;
    height: 200px;
}
@media screen and (max-width: 720px) {
    .estatebud-listing.estatebud-listing-type-list .estatebud-property-block-info {
        width: 100%;
    }
}

.estatebud-listing .estatebud-property .estatebud-property-title {
    float: left;
    width: 100%;
    height: 18px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.estatebud-listing.estatebud-listing-type-list .estatebud-property .estatebud-property-title {
    margin-top: 15px;
}

.estatebud-listing .estatebud-property .estatebud-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;
}
.estatebud-listing.estatebud-listing-type-list .estatebud-property-location {
    margin-top: 6px;
}

.estatebud-listing .estatebud-property .estatebud-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;
}
.estatebud-listing.estatebud-listing-type-list .estatebud-property-price-info {
    margin-top: 15px;
}

.estatebud-listing .estatebud-property-price-info div {
    display: inline-block;
}
.estatebud-listing .estatebud-property-price-info strike {
    margin-left: 6px;
}
.estatebud-listing .estatebud-property-price-info small {
    margin-left: 6px;
}

.estatebud-listing .estatebud-property .estatebud-property-footer {
    float: left;
    width: 100%;
    height: 55px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #F3F3F3;
}
.estatebud-listing.estatebud-listing-type-list .estatebud-property-footer {
    margin-top: 11px;
}

.estatebud-listing .estatebud-property .estatebud-property-footer .estatebud-property-attrs {
    float: left;
    margin-top: 12px;
}

.estatebud-listing .estatebud-property .estatebud-property-footer .estatebud-property-attrs .estatebud-property-attr {
    float: left;
    margin-right: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.estatebud-listing .estatebud-property .estatebud-property-footer .estatebud-property-price.estatebud-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;
}

.estatebud-listing a:hover .estatebud-property .estatebud-property-footer .estatebud-property-price.estatebud-price-plus {
    background: #d1d1d1;
}

.estatebud-listing .estatebud-property .estatebud-property-tags {
    float: left;
    position: absolute;
    top: 10px;
    right: 8px;
}

.estatebud-listing.estatebud-listing-type-list .estatebud-property .estatebud-property-tags { position: relative; top: 0; left: 0; float: left; width: 100%; }
.estatebud-listing.estatebud-listing-type-grid .estatebud-property .estatebud-property-tags { text-align: right; }
.estatebud-listing.estatebud-listing-type-grid .estatebud-property .estatebud-property-tags .estatebud-property-tag { margin-bottom: 4px; }

.estatebud-listing .estatebud-property .estatebud-property-tag {
    display: inline-block;
    border-radius: 1px;
    padding: 6px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}

.estatebud-listing .estatebud-property .estatebud-property-tag-reduced {
    background: crimson;
}

.estatebud-listing .estatebud-property .estatebud-property-tag-title-deed {
    background: #7acb32;
}

.estatebud-listing .estatebud-property .estatebud-property-tag-sea-front {
    background: #31b5e8;
}

.estatebud-listing .estatebud-property .estatebud-property-tag-sea-view {
    background: #e6ab35;
}

.estatebud-listing.estatebud-listing-type-list .estatebud-property .estatebud-property-attr {
    font-weight: 500;
}

.estatebud-listing.estatebud-listing-type-list .estatebud-property .estatebud-property-attr span {
    font-weight: 400;
}

.estatebud-listing .estatebud-property .estatebud-property-attr i {
    color: #909090;
    font-size: 15px;
    margin-right: 4px;
}

.estatebud-listing .estatebud-property .estatebud-property-price-info .property-price {
    margin-right: 6px;
    font-size: 20px;
    line-height: 20px;
}

.estatebud-listing .estatebud-property .estatebud-property-price-info .estatebud-property-rent-month {
    font-size: 12px;
    line-height: 12px;
    word-wrap: normal;
    margin-right: 6px;
}

.estatebud-listing .estatebud-property .estatebud-property-price-info small {
    font-size: 12px;
    line-height: 12px;
    margin-right: 6px;
}

.estatebud-listing .estatebud-property .estatebud-property-price-info strike {
    font-size: 15px;
    line-height: 15px;
    color: #a8a8a8;
    text-decoration: line-through;
    font-weight: 400;
}

.estatebud-filter-form input[type='text'],
.estatebud-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;
}

.estatebud-filter-form input[type='text']:hover, .estatebud-filter-form input[type='number']:hover {
    border-color: #ffffff;
}

.estatebud-filter-form input[type='text']:focus, .estatebud-filter-form input[type='number']:focus, .estatebud-filter-form input[type='text']:active, .estatebud-filter-form input[type='number']:active {
    box-shadow: none;
    outline: none;
}

.estatebud-map-container.estatebud-listing-map-container { margin: 0; }

.estatebud-filter-form .estatebud-listing-container { float: left; width: 100%; margin-top: 60px; margin-bottom: 60px; }
.estatebud-filter-form .estatebud-listing-container.margin-bottom { margin-bottom: 60px }

.estatebud-filter-form .estatebud-filter-container {
    float: left;
    width: 100%;
    padding: 40px 0 40px 0;
    background: #F3F3F4;
}

.estatebud-filter-form .estatebud-filter-container .estatebud-filter-inner-container {
    max-width: 1200px;
    margin: 0 auto;
}

.estatebud-filter-form .estatebud-filter-container .estatebud-column-50 { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.estatebud-filter-form .estatebud-filter-container .estatebud-column-50.estatebud-align-left i { margin-right: 8px; }
.estatebud-filter-form .estatebud-filter-container .estatebud-column-50.estatebud-align-right i { margin-left: 8px; }

#estatebud-property-details input,
#estatebud-property-details select,
#estatebud-property-details textarea {
    box-sizing: border-box;
}

#estatebud-property-details {
	background: #f3f3f4;
    font-size: 14px;
}

#estatebud-property-details a, #estatebud-filter-form a, #estatebud-listing a {
    box-shadow: none;
    text-decoration: none;
}

#estatebud-property-details .estatebud-slider-container {
    position: relative;
    height: 600px;
}

#estatebud-property-details .estatebud-slider-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;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-slider-container > i {
    left: auto;
	right: 20px;
}

#estatebud-property-details .estatebud-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#estatebud-property-details .estatebud-row .estatebud-left {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
	padding-right: 10px;
	box-sizing: border-box;
}

#estatebud-property-details .estatebud-row .estatebud-right {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    min-width: 0;
}

#estatebud-property-details .estatebud-block {
    padding: 16px 16px;
    box-sizing: border-box;
}

#estatebud-property-details .estatebud-row .estatebud-right .estatebud-block {
    margin-left: 0;
}

#estatebud-property-details .estatebud-block.estatebud-agents {
    text-align: center;
}
#estatebud-property-details .estatebud-block.estatebud-agents .estatebud-agent-picture {
    display: block; margin-bottom: 10px;
}
#estatebud-property-details .estatebud-block.estatebud-agents .estatebud-agent-picture img {
    max-width: 100%; width: 100px; border-radius: 100px;
}
#estatebud-property-details .estatebud-block.estatebud-agents .estatebud-agent-name {
    display: block; font-size: 18px; font-weight: 500; line-height: 20px;
}
#estatebud-property-details .estatebud-block.estatebud-agents .estatebud-agent-title {
    display: block; margin-bottom: 5px; font-size: 15px; font-weight: 400; line-height: 20px;
}
#estatebud-property-details .estatebud-block.estatebud-agents .estatebud-agent-email {
    display: block; font-size: 14px; font-weight: 400; line-height: 20px;
}
#estatebud-property-details .estatebud-block.estatebud-agents .estatebud-agent-email a {
    color: #000000;
}
#estatebud-property-details .estatebud-block.estatebud-agents .estatebud-agent-email i {
    display: inline-block; vertical-align: middle; margin-right: 5px;
}
#estatebud-property-details .estatebud-block.estatebud-agents .estatebud-agent-phone {
    display: block; font-size: 14px; font-weight: 400; line-height: 20px;
}
#estatebud-property-details .estatebud-block.estatebud-agents .estatebud-agent-phone a {
    color: #000000;
}
#estatebud-property-details .estatebud-block.estatebud-agents .estatebud-agent-phone i {
    display: inline-block; vertical-align: middle; margin-right: 5px;
}

#estatebud-property-details .estatebud-block.estatebud-branch {
    text-align: center;
}
#estatebud-property-details .estatebud-block.estatebud-branch .estatebud-branch-title {
    display: block; margin-bottom: 5px; font-size: 18px; font-weight: 500; line-height: 20px;
}
#estatebud-property-details .estatebud-block.estatebud-branch .estatebud-branch-email {
    display: block; font-size: 14px; font-weight: 400; line-height: 20px;
}
#estatebud-property-details .estatebud-block.estatebud-branch .estatebud-branch-email a {
    color: #000000;
}
#estatebud-property-details .estatebud-block.estatebud-branch .estatebud-branch-email i {
    display: inline-block; vertical-align: middle; margin-right: 5px;
}
#estatebud-property-details .estatebud-block.estatebud-branch .estatebud-branch-phone {
    display: block; font-size: 14px; font-weight: 400; line-height: 20px;
}
#estatebud-property-details .estatebud-block.estatebud-branch .estatebud-branch-phone a {
    color: #000000;
}
#estatebud-property-details .estatebud-block.estatebud-branch .estatebud-branch-phone i {
    display: inline-block; vertical-align: middle; margin-right: 5px;
}

@media screen and (max-width: 768px) {
	#estatebud-property-details .estatebud-slider-container { height: auto; }
    #estatebud-property-details .estatebud-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #estatebud-property-details .estatebud-row .estatebud-left, #estatebud-property-details .estatebud-row .estatebud-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#estatebud-property-details .estatebud-title {
    margin-bottom: 2px;
    flex: 0;
}

#estatebud-property-details .estatebud-title.estatebud-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;
}

#estatebud-property-details .estatebud-property-title {
	display: inline;
    width: 100%;
    font-size: 21px;
    line-height: 30px;
    padding: 0;
    font-weight: 700;
    box-sizing: border-box;
}

#estatebud-property-details .estatebud-property-title .estatebud-property-title { width: auto; }
#estatebud-property-details .estatebud-property-title .left-side { float: left; width: auto; }
#estatebud-property-details .estatebud-property-title .right-side { float: right; padding: 9px 20px 0 0; }
#estatebud-property-details .estatebud-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; }

#estatebud-property-details .estatebud-property-location {
    font-size: 14px;
    line-height: 24px;
    color: #8f8f8f;
    padding: 0 0 7px 0;
    font-weight: 500;
    box-sizing: border-box;
}

#estatebud-property-details .estatebud-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;
}

#estatebud-property-details .estatebud-property-price small {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 8px;
}

#estatebud-property-details .estatebud-property-price strike {
    margin-left: 5px;
    font-size: 15px;
    line-height: 15px;
    margin-right: 10px;
    text-decoration: line-through;
    font-weight: 400;
}

#estatebud-property-details .estatebud-title-text {
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
}

#estatebud-property-details .estatebud-id-text {
    font-size: 16px;
    font-weight: 500;
    color: #a5a5a5;
    box-sizing: border-box;
}

#estatebud-property-details .estatebud-details {
    padding-bottom: 40px;
}

#estatebud-property-details .estatebud-property-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#estatebud-property-details .estatebud-property-infos .estatebud-property-info {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}

#estatebud-property-details .estatebud-property-infos .estatebud-property-info b {
    margin-right: 5px;
	font-weight: 500;
}

#estatebud-property-details .estatebud-property-infos .estatebud-property-info i {
    width: 20px;
    height: 20px;
    color: #a4a4a4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

#estatebud-property-details .estatebud-description {
    padding-top: 15px;
    font-size: 14px;
	color: #909090;
	font-weight: 300;
	line-height: 20px;
}

#estatebud-property-details .estatebud-features, #estatebud-property-details .estatebud-distances, #estatebud-property-details .estatebud-facilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-position: inside;
}

#estatebud-property-details .estatebud-features .estatebud-feature, #estatebud-property-details .estatebud-distances .estatebud-distance, #estatebud-property-details .estatebud-facilities .estatebud-facility {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    font-size: 14px;
    margin: 8px 0 8px 0;
    font-weight: 300;
}

#estatebud-property-details .estatebud-features .estatebud-feature b, #estatebud-property-details .estatebud-distances .estatebud-distance b, #estatebud-property-details .estatebud-facilities .estatebud-facility b {
	font-weight: 300;
}

#estatebud-property-details .estatebud-features .estatebud-feature i, #estatebud-property-details .estatebud-distances .estatebud-distance i, #estatebud-property-details .estatebud-facilities .estatebud-facility i {
    margin-right: 10px;
    color: #a4a4a4;
}

#estatebud-property-details .estatebud-floorplans .slick-slide { opacity: 0; }
#estatebud-property-details .estatebud-floorplans .slick-slide.slick-current { opacity: 1; }
#estatebud-property-details .estatebud-video { height: auto; text-align: center; }

#estatebud-property-details .estatebud-block.estatebud-qrcode p { font-weight: 300; text-align: center; }

#estatebud-property-details .estatebud-contact {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    padding: 16px;
    margin-bottom: 15px;
}

#estatebud-property-details .estatebud-contact form {
    margin-bottom: 0;
}

#estatebud-property-details .estatebud-contact .estatebud-contact-pp-url {
    padding: 15px 30px;
    text-align: left;
    text-align-last: center;
}

#estatebud-property-details .estatebud-contact form label {
    color: inherit;
    margin: 0;
    font-size: 1em;
    font-weight: 600;
}

#estatebud-property-details .estatebud-contact input[type="text"], #estatebud-property-details .estatebud-contact input[type="email"], #estatebud-property-details .estatebud-contact input[type="tel"], #estatebud-property-details .estatebud-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;
}

#estatebud-property-details .estatebud-contact textarea { resize: none; }

#estatebud-property-details .estatebud-contact .estatebud-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;
}

#estatebud-property-details .estatebud-contact .g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

#estatebud-property-details .estatebud-contact .contact-form-message {
    background-color: whitesmoke;
    border-radius: 3px;
    padding: 15px 25px;
    margin-top: 15px;
    position: relative;
    display: none;
}

#estatebud-property-details .estatebud-contact .contact-form-message.contact-form-error {
    background-color: #ff3860;
    color: #fff;
    display: block;
}

#estatebud-property-details .estatebud-contact .contact-form-message.contact-form-success {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
    display: block;
}

#estatebud-property-details .estatebud-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#estatebud-property-details .estatebud-share .estatebud-share-title {
    -ms-flex: 0;
    flex: 0;
    font-weight: 500;
}

#estatebud-property-details .estatebud-share .estatebud-share-buttons {
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

#estatebud-property-details .estatebud-share .estatebud-share-buttons i.icon-facebook-official {
    color: #3b5998;
}

#estatebud-property-details .estatebud-share .estatebud-share-buttons i.icon-twitter {
    color: #1da1f2;
}

#estatebud-property-details .estatebud-share .estatebud-share-buttons i.icon-vkontakte {
    color: #45668e;
}

#estatebud-property-details .estatebud-share .estatebud-share-buttons i.icon-gplus {
    color: #dd4b39;
}

#estatebud-property-details .estatebud-share .estatebud-share-buttons i.icon-envelope-open {
    color: #000000;
}

#estatebud-property-details .estatebud-share .estatebud-share-buttons a {
    box-shadow: none;
    text-decoration: none;
}

#estatebud-property-details .estatebud-share .estatebud-share-buttons i {
    font-size: 24px;
    line-height: 24px;
}

#estatebud-property-details .estatebud-qrcode #qrcode { text-align: center; }
#estatebud-property-details .estatebud-qrcode #qrcode img { display: inline !important; }

#estatebud-map {
    height: 300px;
}

.fancybox-thumbs-x > ul {
    width: 100% !important;
}

[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 {
    color: white;
}


/* Disabled & Hidden Styles */

[data-pagination] .disabled, [data-pagination] [hidden], [data-pagination] [disabled] {
    opacity: .5;
    pointer-events: none;
}


/******************************
Property Details Type 2 Design
********************************/

#estatebud-property-details.estatebud-property-details-type-2 {
	background: #f3f3f4;
}

#estatebud-property-details.estatebud-property-details-type-2:after {
    top: 100%;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-fancybox {
    width: 100% !important;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container {
    display: inline;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-left {
    display: inline;
    float: left;
    width: 66.66%;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-right {
    display: inline;
    float: right;
    width: 33.33%;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container .estatebud-half-left {
    display: inline;
    float: left;
    margin-top: 15px;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container .estatebud-half-right {
    display: inline;
    float: right;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container .estatebud-half-right .estatebud-property-price {
    margin: 20px 0;
    align-items: center;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container .estatebud-left .estatebud-block {
    margin-left: 0px !important;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container .estatebud-right .estatebud-block {
    margin-right: 0px !important;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container .estatebud-left .estatebud-block.estatebud-map {
    height: 600px !important;
    margin-top: 15px !important;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-features ul, #estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-facilities ul {
    margin: 0;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container.estatebud-share {
    flex-direction: column;
    padding: 30px;
	background: #FFFFFF;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container.estatebud-share .estatebud-share-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: black;
    text-align: center;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container.estatebud-share .estatebud-share-buttons {
    width: 35%;
    margin: 0 auto;
}

#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container.estatebud-share .estatebud-share-buttons .jssocials-shares {
    display: flex;
    justify-content: space-between;
}


@media screen and (max-width: 768px){
    #estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-left {
        width: 100%;
    }

    #estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-right {
        width: 100%;
    }

	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-features ul,
	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-facilities ul {
		width: 100%;
	}

	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-property-infos .estatebud-property-info,
	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-features .estatebud-feature,
	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-distances .estatebud-distance,
	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-facilities .estatebud-facility {
		float: left;
		width: 50%;
	}
}


/******************************
Property Details Type 3 Design
********************************/


/*#estatebud-property-details.estatebud-property-details-type-3 {
    position: absolute;
    left: 0;
    right: 0;
}*/

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-row .estatebud-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;
}

#estatebud-property-details .estatebud-details {
    padding-bottom: 0;
}
#estatebud-property-details .estatebud-details .estatebud-block {
    background-color: white;
}
#estatebud-property-details .estatebud-details .estatebud-block:not(.estatebud-title) {
	margin-bottom: 10px;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-block.estatebud-block-left, #estatebud-property-details.estatebud-property-details-type-3 .estatebud-block.estatebud-block-right {
    margin: 0;
	padding-right: 0;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-container-row {
    flex-direction: row;
    display: flex;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-container-row > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-container-row > div .estatebud-block {
    flex: 1;
    margin-right: 0;
    margin-left: 0;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-container-row > div .estatebud-block.estatebud-title {
    flex: 0;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-container-row > div:first-child {
    margin-left: 0;
    margin-right: 0;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-details .estatebud-container {
    flex-direction: column;
    justify-content: flex-start;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-property-infos .estatebud-property-info {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-block.estatebud-block-half.estatebud-block-left {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex: 1;
    justify-content: flex-start;
	padding-left: 0;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-property-price {
    margin: 0;
    align-self: center;
    align-items: center;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-property-price div {
    line-height: normal;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-property-header {
    padding-left: 16px;
    align-self: center;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-property-title { padding-top: 6px; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-property-title .estatebud-property-title { padding-top: 0; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .right-side { float: left; padding: 18px 0 0 30px; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-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; }

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-property-title {
    align-items: center;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-property-location {
    align-items: center;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-block.estatebud-share {
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-share-container {
    background: #f2f2f2;
    display: flex;
    align-items: center;
    padding: 16px 0 16px 0;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-share-title {
    flex: 1;
    font-size: 16px;
    color: black;
    margin-right: 16px;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-share-buttons {
    flex: auto;
}

#estatebud-property-details .slick-slider {
    padding: 0;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider {
    flex: 1;
    display: flex;
    flex-direction: row;
    height: 592px;
    overflow: hidden !important;
}

#estatebud-property-details.estatebud-property-details-type-3 #estatebud-map {
    margin: 16px;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-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;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-3 .slick-slide {
    max-height: 592px !important;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-nav {
    flex-basis: 277px;
    width: 277px;
	padding-left: 10px;
	box-sizing: border-box;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-nav .slick-slide {
    margin-bottom: 10px;
    width: 100% !important;
    height: auto !important;
    display: flex;
    cursor: pointer;
    cursor: hand;
	box-sizing: border-box;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-nav .slick-slide:last-child {
    margin-bottom: 0px;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-nav .slick-slide:first-child {
    margin-top: 0px;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-nav .slick-slide img {
    display: block !important;
}

#estatebud-property-details.estatebud-property-details-type-3 #estatebud-map { display: block; margin: 0; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-row { display: block; margin: 0; }


@media screen and (max-width: 768px)
{
    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider {
        height: 100%;
    }
    #estatebud-slider .slick-track li, #estatebud-slider .slick-track img, #estatebud-slider .slick-track a {
        height: 100% !important;
    }
    #estatebud-slider .slick-track {
        display: flex !important;
    }
    #estatebud-slider .slick-track .slick-slide{
        display: flex !important;
        height: auto;
        align-items: stretch;
        justify-content: stretch;
    }
    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-container {
        flex-basis: 100%;
        width: 100%;
        max-height: 10000px;
    }

    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-container .slick-track {
        display: flex !important;
    }
    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-container .slick-track a {
        height: 100%;
    }

    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-container .slick-track .slick-slide{
        display: flex !important;
        height: auto;
        align-items: stretch;
        justify-content: stretch;
    }
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-form-container {
    display: flex;
    flex-direction: row;
}

#estatebud-property-details.estatebud-property-details-type-3 form {
    text-align: left;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-contact-left {
    flex: 0 0 25%;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-contact-left input[name='phone'] {
    margin-bottom: 0;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-contact-right {
    flex: 0 0 75%;
    position: relative;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-contact-right textarea {
    flex: 1;
    margin-bottom: 0;
}

#estatebud-property-details.estatebud-property-details-type-3 button.estatebud-contact-form-submit {
    margin: 10px 0 0 0 !important;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-contact .estatebud-contact-pp-url {
    text-align-last: left;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-contact .g-recaptcha {
    justify-content: flex-start;
    margin: 0;
}

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-features .estatebud-feature, #estatebud-property-details.estatebud-property-details-type-3 .estatebud-facilities .estatebud-facility {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 14px;
}

#estatebud-property-details .estatebud-property-details-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 17px 0 54px 0;
}
#estatebud-property-details.estatebud-property-details-type-2 .estatebud-property-details-inner {
	margin-top: 0;
	margin-bottom: 20px;
}

#estatebud-property-details button.estatebud-contact-form-submit i {
    color: white;
    margin-left: 6px;
}

@media screen and (max-width: 480px) {
	.estatebud-row.estatebud-header-container {
		text-align: center;
	}
    .estatebud-listing .estatebud-property-block-info, .estatebud-listing.estatebud-listing-type-list .estatebud-property-block-info {
        text-align: center;
    }
    .estatebud-block.estatebud-block-half {
        flex-direction: column-reverse;
    }

    #estatebud-property-details .estatebud-header-container {
        flex-direction: column !important;
        align-items: center;
    }

    #estatebud-property-details .estatebud-header-container .estatebud-half-left {
        align-items: center !important;
    }

    #estatebud-property-details .estatebud-property-price {
        margin: 20px 0 30px 0 !important;
        flex: 0 0 auto;
    }

    #estatebud-property-details .estatebud-row .estatebud-container .estatebud-block {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #estatebud-property-details .estatebud-share .estatebud-share-buttons {
        text-align: center !important;
        width: auto !important;
    }

    #estatebud-property-details .estatebud-slider {
        padding: 0 !important;
    }

    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-block.estatebud-block-half.estatebud-block-left {
        padding: 0;
    }

    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-row .estatebud-container {
        width: 100% !important;
    }

    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-container-row {
        margin: 0  !important;
    }

    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-container-row > div {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 768px){
    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-form-container {
        flex-direction: column !important;
    }
    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-contact-right {
        padding-left: 0 !important;
        padding-top: 10px !important;
    }
    #estatebud-property-details .estatebud-property-infos .estatebud-property-info,
    #estatebud-property-details .estatebud-description,
    #estatebud-property-details .estatebud-features .estatebud-feature,
    #estatebud-property-details .estatebud-distances .estatebud-distance,
    #estatebud-property-details .estatebud-facilities .estatebud-facility {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        text-align: left !important;
    }
    .estatebud-container-row {
        flex-direction: column !important;
    }


    .estatebud-slider-3 {
        width: 100% !important;
        flex-basis: 100% !important;
    }
    .estatebud-slider-nav {
        display: none !important;
    }

    .estatebud-listing.estatebud-listing-type-list .estatebud-property-block-info .listing-visible {
        display: none;
    }

    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-property-price {
        order: 2;
    }

    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-block-left .estatebud-property-header{
        text-align: left;
        margin-left: 0;
        flex: 1;
    }

    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-block-left {
        justify-content: unset !important;
    }
    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-block.estatebud-block-left,
    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-block.estatebud-block-right,
    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-share,
    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-share-container {
        width: 100%;
    }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-block.estatebud-block-half.estatebud-block-right,
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-share-container {
		padding-top: 0;
		padding-bottom: 10px;
	}
    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-share-title {
        flex: 0;
    }

    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-container-row > div {
        margin-left: 0 !important;
    }

}

@media screen and (max-width: 1054px) {
	#estatebud-property-details .estatebud-property-details-inner { margin-bottom: 10px; }
	#estatebud-property-details .estatebud-row { flex-wrap: wrap; }
	#estatebud-property-details .estatebud-row .estatebud-left { -ms-flex: 0 0 100%; flex: 0 0 100%; padding-right: 0; }
	#estatebud-property-details .estatebud-row .estatebud-right { -ms-flex: 0 0 100%; flex: 0 0 100%; }
	#estatebud-property-details .estatebud-video { height: auto; }
	#estatebud-property-details .estatebud-video iframe { width: auto; max-height: 100%; max-width: 100%; }

	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-video { float: left; max-height: 100%; max-width: 100%; }
}

@media screen and (max-width: 480px) {
	#estatebud-property-details .estatebud-property-title .right-side { float: right; width: 100%; padding: 9px 0 9px 0; }

	#estatebud-property-details .estatebud-property-infos .estatebud-property-info,
    #estatebud-property-details .estatebud-description,
    #estatebud-property-details .estatebud-features .estatebud-feature,
    #estatebud-property-details .estatebud-distances .estatebud-distance,
    #estatebud-property-details .estatebud-facilities .estatebud-facility {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
	}

	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-property-infos .estatebud-property-info,
	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-features .estatebud-feature,
	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-distances .estatebud-distance,
	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-facilities .estatebud-facility {
		width: 100%;
	}

	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container .estatebud-half-left {
		width: 100%;
		text-align: center;
	}
	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container .estatebud-half-right {
		width: 100%;
		text-align: center;
	}
	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-container .estatebud-half-right .estatebud-property-price {
		display: inline-block;
	}

	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-block-left .estatebud-property-header {
		text-align: center;
		padding-left: 0;
	}
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-row .estatebud-container .estatebud-block {
		float: left;
		width: 100%;
	}
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .right-side { padding: 10px 0 0 0; text-align: center; }
}

.widget_estatebud-widget {
    display: table;
}


.estatebud_level2 { padding-left: 40px !important; }
.estatebud_level3 { padding-left: 80px !important; }
.estatebud_level4 { padding-left: 120px !important; }
.estatebud_level5 { padding-left: 160px !important; }