/******************************
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-similar-properties { float: left; width: 100%; margin: 20px 0 20px 0; } 

.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;}

.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-filter-form-more { width: 100%; }

.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-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%;
}

.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%;
    position: relative;
}

.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%;
}

.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;
}

.estatebud-listing .estatebud-property .estatebud-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;
}
.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: 26px;
}

.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: 5px;
    right: 0;
}

.estatebud-sidebar-list .estatebud-property .estatebud-property-tags,
.estatebud-listing.estatebud-listing-type-list .estatebud-property .estatebud-property-tags { position: absolute; left: 0; top: 1px; width: 40%; display: flex; justify-content: flex-end; flex-flow: wrap; }
.estatebud-listing.estatebud-listing-type-list .estatebud-property .estatebud-property-tags { width: 30%; }
.estatebud-sidebar-list .estatebud-property .estatebud-property-tags .estatebud-property-tag,
.estatebud-listing.estatebud-listing-type-list .estatebud-property .estatebud-property-tags .estatebud-property-tag { margin-top: 4px; white-space: nowrap; }
.estatebud-listing.estatebud-listing-type-grid .estatebud-property .estatebud-property-tags { display: flex; justify-content: flex-end; flex-flow: wrap; }
.estatebud-listing.estatebud-listing-type-grid .estatebud-property .estatebud-property-tags .estatebud-property-tag { margin-bottom: 4px; white-space: nowrap; }

.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 { background: #f3f3f4; font-size: 14px; }

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

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

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

#estatebud-property-details .estatebud-slider-container { position: relative; height: 600px; background: #e6e6e6; overflow: hidden; font-size: 0; line-height: 0; }
#estatebud-property-details #estatebud-slider { margin: 0; padding: 0; }
#estatebud-property-details .estatebud-slider-container ul li { text-align: center !important; }
#estatebud-property-details .estatebud-slider-container ul li img { display: inline-block !important; width: auto !important; max-width: 100%; }

#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; flex-wrap: wrap; width: 100%; }
#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; background: #FFFFFF; }
#estatebud-property-details .estatebud-details .estatebud-block:not(.estatebud-title) { margin-bottom: 10px; }
#estatebud-property-details .estatebud-row .estatebud-right .estatebud-block { margin-left: 0; }

#estatebud-property-details .estatebud-block.estatebud-zones { padding: 0; }
#estatebud-property-details .estatebud-block.estatebud-zones table tr th,
#estatebud-property-details .estatebud-block.estatebud-zones table tr td { background: transparent !important; border: 0 !important; }
#estatebud-property-details .estatebud-block.estatebud-zones table tr th { font-weight: 700 !important; }
#estatebud-property-details .estatebud-block.estatebud-zones table tr td { border-top: 1px solid #f3f3f4 !important; }

#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-phone,
#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-phone a,
#estatebud-property-details .estatebud-block.estatebud-agents .estatebud-agent-email a { color: #000000; }
#estatebud-property-details .estatebud-block.estatebud-agents .estatebud-agent-phone i,
#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-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-phone,
#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-phone a,
#estatebud-property-details .estatebud-block.estatebud-branch .estatebud-branch-email a { color: #000000; }
#estatebud-property-details .estatebud-block.estatebud-branch .estatebud-branch-phone i,
#estatebud-property-details .estatebud-block.estatebud-branch .estatebud-branch-email i { display: inline-block; vertical-align: middle; margin-right: 5px; }

#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-header-container {display: flex; flex-wrap: nowrap; width: 100%; justify-content: space-between; align-items: stretch; padding-bottom: 17px; }
#estatebud-property-details .estatebud-header-container .estatebud-header-left-side { box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; padding-right: 5px; }
#estatebud-property-details .estatebud-header-container .estatebud-header-right-side { box-sizing: border-box; display: flex; flex-wrap: nowrap; align-items: stretch; padding-left: 5px; }
#estatebud-property-details .estatebud-header-container .estatebud-property-tags { display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 8px; }
#estatebud-property-details .estatebud-header-container .estatebud-property-tags .estatebud-property-tag { margin: 0 4px 4px 0; padding: 6px; border-radius: 1px; font-size: 11px; line-height: 11px; font-weight: 500; text-transform: uppercase; color: white; white-space: nowrap; }
#estatebud-property-details .estatebud-header-container .estatebud-property-tags .estatebud-property-tag.estatebud-property-tag-reduced { background: crimson; }
#estatebud-property-details .estatebud-header-container .estatebud-property-title { width: 100%; font-size: 22px; line-height: 26px; font-weight: 700; }
#estatebud-property-details .estatebud-header-container .estatebud-property-location { width: 100%; margin-top: 4px; font-size: 15px; line-height: 24px; color: #7b7b7b; font-weight: 500; }
#estatebud-property-details .estatebud-header-container .estatebud-property-actions { display: flex; flex-wrap: nowrap; align-items: center; }
#estatebud-property-details .estatebud-header-container .estatebud-property-actions a { transition: color 0.2s ease-in-out; margin-left: 10px; color: #707070; font-size: 30px; line-height: 30px; }
#estatebud-property-details .estatebud-header-container .estatebud-property-price { box-sizing: border-box; display: flex; flex-wrap: nowrap; align-items: center; margin-left: 15px; padding: 17px 25px 17px 25px; color: #FFFFFF; font-size: 22px; font-weight: 600; line-height: 24px; white-space: nowrap; }
#estatebud-property-details .estatebud-header-container .estatebud-property-price small { margin-left: 10px; font-size: 15px; font-weight: 400; }
#estatebud-property-details .estatebud-header-container .estatebud-property-price strike { margin-left: 10px; font-size: 15px; font-weight: 400; text-decoration: line-through; }
#estatebud-property-details .estatebud-header-container .estatebud-property-price .estatebud-property-rent-month { margin-left: 4px; font-size: 15px; 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: #333333; 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-tenant-notice { padding-top: 15px; font-size: 14px; color: #de2b2b; font-weight: 500; line-height: 20px; }

#estatebud-property-details .estatebud-description { padding-top: 15px; font-size: 14px; color: #333333; font-weight: 400; 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; margin: 0; padding: 0; }

#estatebud-property-details .estatebud-features ul,
#estatebud-property-details .estatebud-facilities ul,
#estatebud-property-details .estatebud-distances ul { margin: 0; padding: 0; }

#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: 400; }

#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: 400; }

#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 { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; }
#estatebud-property-details .estatebud-floorplans .estatebud-floorplan img { width: 100%; max-width: 400px; }

#estatebud-property-details .estatebud-video { height: auto; text-align: center; }
#estatebud-property-details .estatebud-video iframe { width: 100%; }

#estatebud-property-details .estatebud-block.estatebud-qrcode p { font-weight: 400; 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 { display: flex; flex-wrap: nowrap; align-items: center; width: 100%; padding: 10px 0 10px 0; }
#estatebud-property-details .estatebud-contact .estatebud-contact-pp-url input { cursor: pointer; }
#estatebud-property-details .estatebud-contact .estatebud-contact-pp-url label { padding-left: 10px; cursor: pointer; }

#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 button.estatebud-contact-form-submit i { margin-left: 6px; }

#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-show-thumbs .fancybox-inner { right: 0 !important; bottom: 95px !important; }
.fancybox-thumbs-x { bottom: 0 !important; left: 0 !important; top: auto !important; right: auto !important; width: 100% !important; background: transparent !important; text-align: center !important; }
.fancybox-thumbs-x > ul { display: inline-block !important; width: auto !important; }
.fancybox-thumbs > ul > li { float: none !important; display: inline-block !important; }
.fancybox-thumbs > ul > li::before { border: 2px solid #FFFFFF !important; }

.widget_estatebud-widget { display: table; }
.widget_estatebud-slider-widget { width: 100% !important; }

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

.fancybox-slide { opacity: 0; }
.fancybox-slide.fancybox-slide--current { opacity: 1; }

[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 .estatebud-row .estatebud-container { box-sizing: border-box; float: left; width: 100%; }
#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-left { float: left; width: 66.66%; }
#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-right { float: right; width: 33.33%; }

#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-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; }

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

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container { padding-top: 17px; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-header-left-side { flex-wrap: nowrap; align-items: stretch; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-header-left-side .estatebud-header-left-inner { display: flex; flex-wrap: wrap; align-items: stretch; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-property-price { margin-right: 15px; margin-left: 0; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-share-container { display: flex; flex-wrap: nowrap; align-items: center; margin-left: 15px; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-share-container .estatebud-share-title { margin-right: 15px; font-size: 15px; font-weight: 500; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-share-container .estatebud-share-buttons .jssocials-shares { display: flex; flex-wrap: nowrap; }

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-details-container { display: flex; flex-wrap: nowrap; width: 100%; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-details-container .estatebud-left { flex-basis: 0; flex-grow: 1; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-details-container .estatebud-right { flex: 0 0 auto; width: 398px; }

#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; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; max-width: 1200px; margin: 0 auto; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-details { padding-bottom: 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-block { background-color: #FFFFFF; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-block:not(.estatebud-title) { margin-bottom: 10px; }

#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-slider { display: flex; flex-wrap: nowrap; align-items: stretch; width: 100%; height: auto; max-height: 454px; overflow: hidden !important; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider img { float: left; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-container { box-sizing: border-box; flex-basis: 100%; height: 100%; padding-right: 10px; background: #f3f3f4; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-preview { display: flex; flex-direction: column; background: #f3f3f4; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-preview a { width: 398px; margin-bottom: 10px; }
#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-preview a:last-child { margin-bottom: 0; }

#estatebud-property-details.estatebud-property-details-type-3 .estatebud-contact-form-submit { margin: 10px 0 0 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%; }

#estatebud-slider.estatebud-slider-3 .slick-track img { height: 454px; }

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

@media (max-width: 1054px) {
	#estatebud-property-details .estatebud-property-details-inner { padding-bottom: 10px; }
	#estatebud-property-details .estatebud-details { padding-bottom: 0; }
	
	#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: 100%; max-height: 100%; max-width: 100%; }
	
	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-right,
	#estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-left { width: 100%; }
	
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-container { padding-right: 0; }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-preview { display: none; }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-details-container { flex-wrap: wrap; }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-details-container .estatebud-left { width: 100%; padding: 0; }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-details-container .estatebud-right { width: 100%; }
}

@media (max-width: 900px) {
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-header-right-side { flex-wrap: wrap; justify-content: flex-end; }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-share-container { margin-left: 0; }
}

@media (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-filter-inner-container .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-slider .slick-track { display: flex !important; }
    #estatebud-slider .slick-track .slick-slide { display: flex !important; height: auto; align-items: stretch; justify-content: stretch; }
	
	.estatebud-container-row { flex-direction: column !important; }
    .estatebud-slider-3 { width: 100% !important; flex-basis: 100% !important; }
	
    .estatebud-listing.estatebud-listing-type-list .estatebud-property-block-info .listing-visible { display: none; }
	
	#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-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-property-details .estatebud-slider-container { height: auto; }
	#estatebud-property-details .estatebud-slider-container ul li img { width: 100% !important; }
    #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-property-details-type-2 .estatebud-row .estatebud-left,
    #estatebud-property-details.estatebud-property-details-type-2 .estatebud-row .estatebud-right,
	#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%; }
	
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-slider .estatebud-slider-container { width: 100%; flex-basis: 100%; }
    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-form-container { flex-direction: column; }
    #estatebud-property-details.estatebud-property-details-type-3 .estatebud-contact-right { padding-left: 0; }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-container-row > div { margin-left: 0 !important; }
}

@media (max-width: 720px) {
    .estatebud-listing.estatebud-listing-type-list .estatebud-property .estatebud-property-block-image { width: 100%; }
	.estatebud-listing.estatebud-listing-type-list .estatebud-property .estatebud-property-tags { width: 100% !important; padding-right: 7px !important; }
	
	.estatebud-listing.estatebud-listing-type-list .estatebud-property-block-info { width: 100%; }
	
    .estatebud-title-container .estatebud-listing-type { display: none; }
}

@media (max-width: 700px) {
	#estatebud-property-details .estatebud-header-container { flex-direction: column; align-items: center; text-align: center; padding-bottom: 0; }
	#estatebud-property-details .estatebud-header-container .estatebud-header-left-side { width: 100%; padding-right: 0; }
	#estatebud-property-details .estatebud-header-container .estatebud-header-right-side { flex-wrap: wrap; justify-content: center; width: 100%; padding-left: 0; }
	#estatebud-property-details .estatebud-header-container .estatebud-property-tags { justify-content: center; }
	#estatebud-property-details .estatebud-header-container .estatebud-property-tags .estatebud-property-tag { margin-left: 4px; }
	#estatebud-property-details .estatebud-header-container .estatebud-property-actions { justify-content: center; width: 100%; padding: 10px 0 15px 0; }
	#estatebud-property-details .estatebud-header-container .estatebud-property-price { justify-content: center; width: 100%; margin-left: 0; }
	
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container { padding-bottom: 17px; }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-header-left-side { flex-wrap: wrap; justify-content: center; }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-header-left-side .estatebud-header-left-inner { width: 100%; }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-header-left-side .estatebud-header-left-inner:nth-child(1) { order: 2; }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-header-left-side .estatebud-header-left-inner:nth-child(2) { order: 1; }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-property-price { margin-right: 0; margin-top: 15px; margin-bottom: 10px; }
	#estatebud-property-details.estatebud-property-details-type-3 .estatebud-header-container .estatebud-share-container { justify-content: center; width: 100%; }
}

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

@media (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-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-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-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-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-infos .estatebud-property-info,
	#estatebud-property-details .estatebud-features .estatebud-feature,
	#estatebud-property-details .estatebud-distances .estatebud-distance,
	#estatebud-property-details .estatebud-facilities .estatebud-facility { margin: 2px 0 2px 0; }
	
	#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-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; }
	
	#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-slider { height: auto; }
}
