section.get-in-touch-area {
    display: none;
}

.ip-container #main-wrapper {
    /*opacity: 0;*/
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-breadcrumbs-holder {
    z-index: 1;
}

.ip-search-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 21px;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
    position: relative;
}



.ip-search-left {
    width: 50%;
    border-right: solid 1px #333333;
}

.ip-search-right {
    width: 50%;
    /*border: solid 1px #333333;*/
    border-left: none;
    border-right: none;
}

.sort-btn {
    width: 100%;
    max-width: 300px;
    position: relative;
}

.sort-btn button {
    display: flex;
    width: 100%;
    height: 37px;
    border: none;
    border-bottom: 1px solid #996d5d;
    font-size: 18px;
    background: #333333;
    color: #999999;
    color: #996d5d;
    /*padding: 0;*/
    padding: 0 10px;
    border-radius: 0;
    text-align: left;
    position: relative;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.sort-btn button em {
    font-style: normal;
}

.sort-btn button.active {
    padding: 0 10px;
}

.sort-dropdown {
    display: none;
    width: 100%;
    background: #363636;
    border-radius: 0;
    color: #fff;
    padding: 0;
    margin-top: 0;
    border: none;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.sort-dropdown.active {
    display: block;
}

.sort-dropdown span {
    font-size: 18px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    transition: color .3s ease;
    position: relative;
}

.sort-dropdown span i {
    font-size: 18px !important;
}

.sort-dropdown span:hover, .sort-dropdown span:hover i {
    color: #996d5d;
}

.ip-qs-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 696px;
    width: 100%;
}

.ip-qs-button-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.ip-qs-button-field span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-qs-button-field span:first-child {
    font-size: 13px;
}

.ip-qs-button-field span:last-child {
    font-size: 9px;
    padding: 0 0 0 10px;
    top: 1px;
    color: #996d5d;
}

div#reset-url.ip-qs-button-field span {
    font-weight: 800;
    color: #996d5d;
}

div#reset-url.ip-qs-button-field span:last-child {
    font-size: 15px;
}

.ip-qs-button-field:hover span {
    color: #996d5d;
}

.ip-qs-mobile-filter {
    display: none;
}

.ip-qs-panel-field[data-panel="others-panel"] .ip-qs-panel-content {
    padding: 0;
    max-width: 220px;
}


.ip-qs-button-field[data-target="others-panel"] + .ip-qs-panels {
    width: 220px;
}

.ip-qs-panel-field[data-panel="others-panel"] .ip-qs-panel-content-inner {
    flex-direction: column;
}

.ip-qs-panel-field[data-panel="others-panel"] .ip-qs-panel-btn {
    padding: 21px 0;
}

.ip-qs-panel-field[data-panel="others-panel"] {
    padding: 6px 20px;
}

.ip-qs-panel-field[data-panel="others-panel"] .ip-qs-panel-btn:not(:last-of-type) {
    border-bottom: 1px solid #e1e1e1 !important;
}

.ip-qs-panels {
    position: absolute;
    width: 55%;
    top: calc(100% + 1px);
    right: 0;
    background: #fff;
    z-index: 91;
    box-shadow: -1px 4px 10px rgb(0 0 0 / 30%);
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-qs-panels.active {
    max-height: 1000px;
}

.ip-qs-panel-content {
    padding: 35px 20px;
}

.ip-qs-panel-content-inner {
    display: flex;
}

.ip-qs-panel-field {
    display: none;
}

.ip-qs-panel-field.active {
    display: block;
}

span.ip-qs-panel-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    z-index: 9999;
    cursor: pointer;
}

span.ip-qs-panel-close-btn::before, span.ip-qs-panel-close-btn::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #333333;
    position: absolute;
    transform-origin: center;
    top: 0;
    left: 50%;
}

span.ip-qs-panel-close-btn::before {
    transform: rotate(45deg);
}

span.ip-qs-panel-close-btn::after {
    transform: rotate( -45deg);
}

.ip-qs-panel-content-inner > div.ip-qs-panel-btn {
    font-size: 13px;
    padding: 20px 35px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-color: #996d5d;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-qs-panel-content-inner > div.ip-qs-panel-btn:last-child {
    border-right: 1px solid;
}

.ip-qs-panel-content-inner > div.ip-qs-panel-btn:not(.checkbox-btn).active, .ip-qs-panel-content-inner > div.ip-qs-panel-btn:not(.checkbox-btn):hover {
    background: #996d5d;
    color: #fff;
}

.ip-qs-panel-content-inner > .ip-qs-panel-btn.checkbox-btn {
    display: flex;
    align-items: center;
    border: none !important;
}

.ip-qs-panel-content-inner > .ip-qs-panel-btn.virtual-btns.checkbox-btn:first-child {
    padding-left: 0;
}

.ip-qs-panel-content-inner > .ip-qs-panel-btn.virtual-btns.checkbox-btn:last-child {
    padding-right: 0;
}

span.checkbox-box {
    width: 15px;
    height: 15px;
    border: 1px solid #996d5d;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

span.checkbox-box i {
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-qs-panel-content-inner > .ip-qs-panel-btn.checkbox-btn:hover span.checkbox-box i {
    opacity: 0.5;
}

.ip-qs-panel-content-inner > .ip-qs-panel-btn.checkbox-btn.active span.checkbox-box i {
    opacity: 1;
}

.ip-qs-panel-content-inner-panel {
    display: none;
}

.ip-qs-panel-content-inner-panel.active {
    display: block;
}

.ip-qs-panel-content em, .ip-qs-panel-content-inner-panel-content em {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}

.ip-qs-panel-content-inner-panel-content {
    padding: 0 20px 30px;
}

.ip-qs-panel-content-inner-panel-content input {
    width: 100%;
    max-width: 400px;
    border: 1px solid;
    border-color: #996d5d;
    padding: 10px;
}

.ip-qs-price-slider {
    width: 80%;
}

span.irs-to, span.irs-from, .irs-grid, .irs--round .irs-min, .irs--round .irs-max {
    display: none !important;
}

.irs--round .irs-bar {
    background-color: #996d5d;
}

.irs--round .irs-handle {
    top: 30px;
    width: 15px;
    height: 15px;
    border: 2px solid #996d5d;
}

.ip-qs-price-slider-btn {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .ip-qs-price-slider-btn > div {
    text-align: center;
    width: calc(50% - 5px);
    border: 1px solid #996d5d;
    padding: 20px 0;
    color: #996d5d;
} */

.ip-qs-price-slider-btn > div {
    text-align: center;
    width: calc(50% - 5px);
    border: 1px solid #996d5d;
    padding: 0 0;
    color: #996d5d;
}

.ip-qs-price-slider-btn > div input {
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 20px 10px;
}

.ip-qs-panel-content-inner > .ip-qs-panel-btn.checkbox-btn.price-btns {
    padding-left: 0;
}

.ip-loc-search-label {
    width: 80px;
    height: 61px;
    background: #996d5d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-family-default);
}

.ip-loc-search-label i {
    font-size: 25px;
    padding-top: 4px;
    margin-bottom: 4px;
}

.ip-location-searh-form {
    display: flex;
    flex-wrap: wrap;
}

.ip-loc-long-field {
    width: calc(100% - 80px);
    /*border: solid 1px #333333*/
    ; border-left: none;
    position: relative;
}

.ip-loc-long-field ul.dropdown-menu.inner {
    max-height: 310px !important;
}

.ip-loc-long-field input {
    width: 100%;
    height: 59px;
    border: none;
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: var(--font-family-default);
    padding: 0 10px;
    letter-spacing: .5px;
    padding-right: 115px;
}

.ip-loc-links {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.ip-loc-links a {
    margin: 0 11px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-loc-links a:hover {
    opacity: .7;
}

.ip-qs-field select {
    border-radius: 0;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-family-default);
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(../../images/search/dd-icon.png) no-repeat scroll right 2px center;
    width: 100%;
    height: 59px;
    padding: 0 20px;
    padding-right: 30px;
    border: none;
    line-height: 1;
    letter-spacing: .5px;
}

.ip-loc-long-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-family-default);
    text-transform: uppercase;
}

.ip-loc-long-field .bootstrap-select .status {
    font-style: normal !important;
}

.ip-qs-form {
    display: flex;
    flex-wrap: wrap;
}

.ip-qs-field {
    width: 12%;
}

.ip-qs-field-long {
    width: 16%;
}

.ip-qs-field.ip-qs-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-family-default);
    text-transform: uppercase;
}

.ip-qs-field.ip-qs-radio input {
    margin-right: 8px;
    margin-top: 0px;
}

.ip-search-result-title {
    font-size: 18px;
    color: #996d5d;
    text-align: center;
    letter-spacing: .6px;
    font-family: var(--font-family-default);
    margin-bottom: 14px;
}

.ip-search-result {
    padding: 38px 5px 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 100%;
    position: relative;
    left: 0;
}

.ip-search-result-view {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 5px 4px;
}

.ip-search-result-view a {
    border: solid 1px #996d5d;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
}

a.ip-search-map i {
    font-size: 23px;
    color: #996d5d;
    position: relative;
    top: 1px;
}

.ip-search-result-view span i {
    font-size: 13px;
    color: #996d5d;
    text-transform: uppercase;
    font-style: normal !important;
    font-weight: 700;
    letter-spacing: .7px;
    margin-left: 10px;
}

.ip-search-result-view span select {
    border: none;
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(../../images/search/dd-icon.png) no-repeat scroll right 2px center;
    padding: 0 5px;
    padding-right: 25px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.ip-search-result-photo-slick-slider canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
}

.ip-search-result-list-holder {
    display: flex;
    flex-wrap: wrap;
}

.ip-search-result-list {
    padding: 5px;
    width: calc(100% / 4);
    margin-bottom: 22px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-search-result-list-inner {
    display: block;
    position: relative;
}

.ip-search-result-photo-slick-slider a {
    display: block;
    position: relative;
}

.ip-search-result-photo-slick-slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(38,38,38,0) 50%,rgba(38,38,38,0) 69%,rgba(38,38,38,0.09) 74%,rgba(38,38,38,0.16) 77%,rgba(38,38,38,0.66) 93%,rgba(38,38,38,0.74) 96%,rgba(38,38,38,0.8) 100%);
    pointer-events: none;
}

.ip-search-result-photo {
    position: relative;
}

.ip-search-result-overlay {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 0 20px;
}

.ip-search-result-label {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-family-default);
    letter-spacing: 3.4px;
    margin-bottom: 7px;
}

.ip-search-result-label span {
    display: block;
    font-size: 25px;
    text-transform: none;
    font-weight: 500;
    margin-top: 11px;
    letter-spacing: 0;
}

.ip-search-result-save {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 14px;
    z-index: 6;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-search-result-save:hover {
    color: #996d5d;
}

.ip-search-result-price {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: var(--font-family-default);
    letter-spacing: -1px;
}

.ip-search-result-address a {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    font-family: var(--font-family-default);
    display: inline-block;
    letter-spacing: -.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-search-result-address a:hover {
    color: #996d5d;
}

.ip-search-result-address a span {
    display: inline-block;
    color: #996d5d;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 1.2px;
}

.ip-search-result-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 10px 0;
}

.ip-search-result-specs div {
    display: flex;
    justify-content: space-between;
    margin: 9px 0;
}

.ip-search-result-specs span {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: var(--font-family-default);
}

.ip-search-result-specs img {
    margin-right: 6px;
}

.ip-search-result-photo-arrow-holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 27px;
    bottom: 0;
    left: 0;
    z-index: 7;
    padding: 0 18px;
    margin: auto;
}

.ip-search-result-photo-arrow-holder span {
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 27px;
    color: #fff;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 0 0;
}

.ip-search-result-photo-arrow-holder span:hover {
    color: #996d5d;
}

.ip-search-result-pagination {
    margin-top: 50px;
}

.ip-search-result-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.ip-search-result-pagination a {
    font-size: 13px;
    color: #333333;
    font-weight: 600;
    font-family: var(--font-family-default);
    padding: 5px;
    display: inline-block;
    border-bottom: solid 2px transparent;
}

.ip-search-result-pagination a.active {
    border-bottom: solid 2px #cccccc;
    color: #996d5d;
}

.ip-search-result-pagination ul li {
    margin: 0 14px;
}

.ip-search-result-pagination a em {
    font-size: 20px;
    color: #333333;
}

.ip-search-result-view a.active, .ip-search-result-view a:hover, .ip-search-result-map-link a:hover, .ip-search-result-map-link a.active {
    background: #996d5d !important;
}

.ip-search-result-view a.active i, .ip-search-result-view a:hover i {
    color: #fff;
}

.ip-search-result-view a img.active-icon, .ip-search-result-map-link a img.active-icon {
    display: none;
}

.ip-search-result-map.ip-search-result-map-half .no-results-map {
    display: none;
}

.ip-search-result-view a.active img.active-icon, .ip-search-result-view a:hover img.active-icon, .ip-search-result.ip-search-result-half .ip-search-result-view a:nth-child(2) img.active-icon, .ip-search-result-map-link a:hover img.active-icon, .ip-search-result-map-link a.active img.active-icon {
    display: block;
}

.ip-search-result-view a.active img.default-icon, .ip-search-result-view a:hover img.default-icon, .ip-search-result.ip-search-result-half .ip-search-result-view a:nth-child(2) img.default-icon, .ip-search-result-map-link a:hover img.default-icon, .ip-search-result-map-link a.active img.default-icon {
    display: none;
}

.ip-search-result-map.ip-search-result-full .ip-search-result-view a:nth-child(3), .ip-search-result.ip-search-result-half .ip-search-result-view a:nth-child(2) {
    background: #996d5d !important;
}

.ip-search-result-map.ip-search-result-full .ip-search-result-view a:nth-child(3) i, .ip-search-result.ip-search-result-half .ip-search-result-view a:nth-child(2) i {
    color: #fff;
}

.ip-search-result.ip-search-result-half {
    width: calc(60% + 40px);
}

.ip-search-result.ip-search-result-half .ip-search-result-list-holder {
    height: 920px;
    /*overflow-y: scroll;*/
    /*flex-wrap: unset;*/
}

.ip-search-result.ip-search-result-half .ip-search-result-list {
    width: calc(100% / 2);
}

.ip-search-result.ip-search-result-hide {
    left: -100%;
    height: 920px;
}

.ip-search-result-map {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;
    height: 100%;
}

.ip-search-result.ip-search-result-half.ip-search-result-hide + .ip-search-result-map {
    margin: 60px 0 0;
}

.ip-search-result.ip-search-result-half.ip-search-result-hide + .ip-search-result-map .ip-search-result-map-overlay-links {
    margin: -60px 0 0;
}

.ip-search-result-map.ip-search-result-map-half {
    width: calc(40% - 40px);
}

.ip-search-result-map.ip-search-result-map-hide {
    right: -100%;
}

.ip-search-result-map.ip-search-result-map-hide .ip-search-result-map-area {
    position: absolute !important;
}

.ip-search-result-holder {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 0;
    position: relative;
}

.ip-search-result-map-area canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ip-search-result-map-area {
    height: 100%;
    position: relative;
    display: flex;
}

.ip-search-result-map-overlay-links {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ip-search-result-map.ip-search-result-full .ip-search-result-map-overlay-links, .ip-search-result-map.ip-search-result-full .ip-search-result-map-link {
    opacity: 1;
    pointer-events: auto;
}

.ip-search-result-map-link {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 9;
    padding: 5px 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ip-search-result-map-link a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 59px;
    height: 59px;
    background: #fff;
    border: solid 1px #996d5d;
    font-size: 8px;
    color: #996d5d;
    text-transform: uppercase;
    margin: 5px 0;
    letter-spacing: .5px;
}

.ip-search-result-map-link a:hover, .ip-search-result-map-link a.active {
    color: #fff;
}

.ip-search-result-map-link a img {
    margin-bottom: 12px;
}

.ip-search-result-map-overlay-links .ip-search-result-view a {
    background: #fff;
}

.mCSB_container {
    display: flex;
    flex-wrap: wrap;
}

.ip-search-result.ip-search-result-half div#mCSB_1_container {
    margin-right: 5px !important;
}

.ip-search-result-list-holder .simplebar-scrollbar:before {
    background: transparent ;
    border-radius: 0;
    opacity: 1 !important;
    border: solid 1px #996d5d;
    width: 100%;
}

.ip-search-result-list-holder .simplebar-scrollbar {
    width: 26px;
    right: 6px;
}

.ip-search-result-list-holder .simplebar-track {
    right: -3px;
    width: 35px;
    background: #e5e5e5;
}

.mCSB_dragger {
    border: solid 1px #996d5d;
    background: transparent;
    width: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

.ip-search-result-list-holder .mCSB_scrollTools .mCSB_draggerContainer {
    background: #e5e5e5;
}

.ip-search-result-list-holder .mCSB_scrollTools {
    width: 5px;
}

.ip-search-result-list-holder .mCSB_scrollTools .mCSB_draggerRail, .ip-search-result-list-holder .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    opacity: 0;
}

.ip-search-result-list-holder .mCSB_scrollTools .mCSB_buttonUp, .ip-search-result-list-holder .mCSB_scrollTools .mCSB_buttonDown {
    width: 35px;
    height: 35px;
    background: #e5e5e5;
    opacity: 1 !important;
}

.ip-search-result-list-holder .mCSB_scrollTools .mCSB_buttonUp {
    background: #e5e5e5 url(../../images/search/scroll-arrow-up.png) no-repeat;
    background-position: center;
}

.ip-search-result-list-holder .mCSB_scrollTools .mCSB_buttonDown {
    background: #e5e5e5 url(../../images/search/scroll-arrow-down.png) no-repeat;
    background-position: center;
}

.ip-search-result-list-holder .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 38px 0;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default, button.btn.dropdown-toggle.btn-default, select#city {
    width: 100%;
    height: 59px;
    border: none;
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: var(--font-family-default);
    padding: 0 10px;
    letter-spacing: .5px;
    padding-right: 0;
}

.qs-select {
    width: 100% !important;
}

.ip-loc-long-field button.btn.dropdown-toggle.bs-placeholder.btn-default, .ip-loc-long-field button.btn.dropdown-toggle.btn-default {
    border: none;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ip-search-result-pagination ul li {
    list-style-type: none;
}

.ip-search-result-pagination ul li.ipsp-page-item.ipsp-page-item-arrows a {
    font-size: 22px;
}

.ip-search-result-pagination ul li.ipsp-page-item.ipsp-page-item-arrows a.disabled {
    color: #dddddd;
}

li.ipsp-page-item.active a {
    color: #996d5d;
}


.ip-search-result-address a {
    text-transform: uppercase;
}

.ip-breadcrumbs p:nth-child(2) {
    display: none;
}

button#copy-url {
    border: none;
    background: transparent;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 999;
}

button#copy-url img {
    max-height: 30px;
}

.ip-breadcrumbs-holder button#copy-url img {
    filter: brightness(0) invert(1);
}

.ip-search-title.mob-ip-search-title {
    font-size: 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 9;
    left: 50%;
    letter-spacing: -2.5px;
    line-height: 1;
    text-align: center;
    width: 100%;
    font-family: var(--font-family-secondary) !important;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.ip-qs-field-holder {
    width: 24%;
    display: flex;
    flex-wrap: wrap;
}

.ip-qs-field-holder > div {
    width: 50%;
}

.ipsp-pager {
    text-align: center;
}

.ipsp-list {
    font-size: 0;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
}

.ip-search-result.ip-search-result-half .ipsp-list {
    width: 50%;
}

.ip-search-result.ip-search-result-half .ipsp-list .ipsp-hover-inner {
    left: 15px;
}

.ipsp-list a {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ipsp-list a:hover, .ipsp-list a:focus {
    z-index: 5;
}

.ipsp-list canvas {
    display: block;
    width: 100%;
}

.ipsp-list .ipsp-container2 .ipsp-front::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(38,38,38,0) 50%,rgba(38,38,38,0) 69%,rgba(38,38,38,0.09) 74%,rgba(38,38,38,0.16) 77%,rgba(38,38,38,0.66) 93%,rgba(38,38,38,0.74) 96%,rgba(38,38,38,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(49%, rgba(255,255,255,0)),color-stop(50%, rgba(38,38,38,0)),color-stop(69%, rgba(38,38,38,0)),color-stop(74%, rgba(38,38,38,0.09)),color-stop(77%, rgba(38,38,38,0.16)),color-stop(93%, rgba(38,38,38,0.66)),color-stop(96%, rgba(38,38,38,0.74)),to(rgba(38,38,38,0.8)));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(38,38,38,0) 50%,rgba(38,38,38,0) 69%,rgba(38,38,38,0.09) 74%,rgba(38,38,38,0.16) 77%,rgba(38,38,38,0.66) 93%,rgba(38,38,38,0.74) 96%,rgba(38,38,38,0.8) 100%);
}

.ipsp-content {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    z-index: 5;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ipsp-address {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    /* font-family: var(--font-family-default); */
    text-transform: uppercase;
    letter-spacing: .2px;
    margin-bottom: 7px;
    margin-top: 11px;
    font-family: var(--font-family-default);
}

.ipsp-address span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: .2px;
}

.ipsp-price {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: var(--font-family-default);
    letter-spacing: -.6px;
}

.ipsp-content-view {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-family-default);
    margin-left: auto;
}

.container2 .back canvas {
    opacity: .3;
}

.ipsp-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 44px 15px 0;
}

.ipsp-hover-label {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
    /* font-family: var(--font-family-default); */
    margin-bottom: 17px;
    font-family: var(--font-family-default);
}

.ipsp-hover-text {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .56px;
    /* font-family: var(--font-family-default); */
    line-height: 2.05;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-family-default);
}

.ipsp-hover-inner {
    max-width: 390px;
    margin: 0 auto;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 15px;
}

.ipsp-hover-view {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    bottom: 26px;
    right: 24px;
    letter-spacing: 4.5px;
    font-family: var(--font-family-default);
    color: #fff;
}

.ipsp-slick-slider .slick-slide > div > div {
    display: block !important;
}

.ipsp-list a canvas {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ipsp-container2 {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.ipsp-front, .ipsp-back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ipsp-back {
    background: #1a1a1a;
}

.ipsp-back canvas {
    opacity: .3;
}

.ipsp-back .ipsp-flip-inner {
    padding: 35px 15px 0;
}

.ipsp-container2:hover .ipsp-front, .ipsp-container2:hover .ipsp-back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.ipsp-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ipsp-flip-inner {
    -webkit-transform: translateY(0%) translateZ(40px) scale(1);
    transform: translateY(0%) translateZ(40px) scale(1);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    height: 100%;
}

.ipsp-front .ipsp-flip-inner {
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 22px 32px;
}

.ipsp-container2 .ipsp-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ipsp-container2 .ipsp-front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.ipsp-container2:hover .ipsp-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ipsp-container2:hover .ipsp-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ipsp-front-status {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 18px;
    background: #996d5d;
    z-index: 4;
    transition: all 0.7s ease-in-out;
}

.ipsp-list a:hover .ipsp-front-status, .ipsp-list a.aios-double-tap-active .ipsp-front-status {
    opacity: 0;
}

.property-container h2 {
    font-size: 24px;
    margin: 43px;
}

.grecaptcha-badge {
    display: none !important;
}

button#reset-url, #reset-url-btn {
    background: #996d5d;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-family-default);
    padding: 11px;
}

li.ipsp-page-item.active {
    pointer-events: none;
}

.ip-user-login-register-inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.ip-user-login {
    width: 50%;
    padding: 56px 60px 68px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.95);
}

.ip-user-login .head-title {
    font: 700 35px/1 'Arial', sans-serif;
    color: transparent;
    letter-spacing: -0.01em;
    text-align: right;
    -webkit-text-stroke: 1px #333333;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
}

.ip-user-login .head-title span {
    display: block;
    /*font: 700 55px/1 'Arial', sans-serif;*/
}

#content .ip-user-login form {
    max-width: 340px;
    margin: 32px auto 0;
}

.ip-user-login .form-input {
    margin-bottom: 15px;
}

.ip-user-login .form-input input:not([type="submit"]) {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    background: none;
    font: 300 13px 'Manrope', sans-serif;
    color: #000000;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    height: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.ip-user-login .form-checkbox {
    position: relative;
    font: 300 14px/1 'Manrope', sans-serif;
    color: #000000;
    letter-spacing: 0.025em;
    max-width: 125px;
    margin: 0 auto 40px;
}

.ip-user-login .form-checkbox input {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    width: 13px;
    height: 13px;
    border: 1px solid rgba(0,0,0,0.5);
    margin: 0 10px 2px 0px;
    display: inline-block;
    vertical-align: middle;
}

.ip-user-login .form-checkbox input:checked + span::before {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 3px;
    left: 2px;
    background: #000000;
}

.ip-user-login .form-button {
}

.ip-user-login .form-button input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    background: none;
    height: 60px;
    font: 400 17px 'Manrope', sans-serif;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: #000000;
    transition: all 0.35s ease-in-out;
}

.ip-user-login .form-button input[type="submit"]:hover {
    background: #996d5d;
    color: #ffffff;
}

.ip-user-register {
    width: 50%;
    padding: 60px 25px 68px 35px;
    margin-bottom: 20px;
    background: rgba(0,0,0,0.5)
}

.ip-user-register .head-title {
    font: 300 35px/1 'Manrope', sans-serif;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ip-user-register p {
    font: 300 13px/1.2 'Manrope', sans-serif;
    color: #ffffff;
    letter-spacing: 0.05em;
    margin: 11px 0 20px !important;
    line-height: 1.5 !important;
}

#content .ip-user-register form {
    margin: 0 -10px;
}

.ip-user-register .form-input {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.ip-user-register .form-input input:not([type="submit"]) {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    background: none;
    font: 300 13px 'Manrope', sans-serif;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    height: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.ip-user-register .form-button {
    width: 340px;
    max-width: calc( 100% - 20px );
    margin: 20px auto 0;
}

.ip-user-register .form-button input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    background: none;
    height: 60px;
    font: 400 17px 'Manrope', sans-serif;
    color: #000000;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: #ffffff;
    transition: all 0.35s ease-in-out;
}

.ip-user-register .form-button input[type="submit"]:hover {
    background: #996d5d;
    color: #ffffff;
}

.aiosp-container.aiosp-inline-holder.aiosp-ref-\#introPopup .aiosp-content.aios-popup-body {
    padding: 0;
    background: transparent;
    width: 95%;
    max-width: 1140px;
    min-height: auto!important;
}

.introPopup-content {
    font-size: 0;
}

.aios-popup-body .aiosp-close {
    color: #fff;
}

.ip-user-login form > p {
    color: #000;
    font-size: 15px;
    text-align: center;
    padding: 15px 0 0;
}

.success-message {
    text-align: center;
    background-color: rgb(40, 170, 40);
}

.error-message, .not-exist {
    text-align: center;
    background-color: rgb(211, 25, 25);
}

.aiosp-ref-\#introPopup .aiosp-close {
    display: none;
}

.ip-user-login p {
    font: 300 13px/1.2 'Manrope', sans-serif;
    color: #000000;
    letter-spacing: 0.05em;
    margin: 11px 0 20px !important;
    line-height: 1.5 !important;
}

.ip-search-result .ip-search-result-list-holder > .mCustomScrollBox{
    width: 100%;
}

@media only screen and (max-width: 1440px) {
    .ip-qs-field {
        /*width: 19%;*/
    }

    .ip-qs-field select , .ip-qs-field.ip-qs-radio, .ip-loc-long-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-qs-field select {
        font-size: 11px;
        padding-right: 23px;
        letter-spacing: 0;
    }

    .ip-search-result-label {
        font-size: 13px;
        letter-spacing: 2px;
        margin-bottom: 4px;
    }

    .ip-search-result-label span {
        font-size: 16px;
        margin-top: 2px;
    }

    .ip-search-result-price {
        font-size: 15px;
    }

    .ip-search-result-address a {
        font-size: 13px;
    }

    .ip-search-result-address a span {
        font-size: 11px;
        margin-top: 8px;
        letter-spacing: .5px;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-qs-field {
        width: 12%;
    }

    .ipsp-front .ipsp-flip-inner {
        padding: 22px 15px;
    }

    .ipsp-content-view {
        font-size: 15px;
    }

    .ipsp-address {
        font-size: 16px;
    }

    .ipsp-address span {
        font-size: 16px;
    }

    .ipsp-price {
        font-size: 18px;
    }

    .ip-search-result-address a {
        font-size: 10px;
    }

    .ip-search-result-address a span {
        font-size: 9px;
        letter-spacing: 0;
    }

    .ip-search-result-specs span {
        font-size: 10px;
        letter-spacing: 0;
    }

    .ip-loc-links {
        right: 5px;
    }

    .ip-qs-field select {
        padding: 0 6px;
        font-size: 10px;
        padding-right: 16px;
    }

    .ip-loc-long-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 10px;
    }

    .ip-qs-field.ip-qs-radio input {
        margin-right: 2px;
    }

    .ip-qs-field.ip-qs-radio {
        padding-right: 6px;
    }

    .ip-qs-panel-content-inner > div.ip-qs-panel-btn {
        padding: 20px 23px;
    }
}

@media only screen and (max-width: 991px) {
    .grecaptcha-badge {
        display: none !important;
    }

    .fixed-header.show-fixed {
        background: rgb(0 0 0 / 100%);
    }

    .ip-banner {
        display: none;
    }

    #inner-page-wrapper {
        margin-top: 92px;
    }

    .ip-search-title.mob-ip-search-title {
        display: block;
    }

    .ip-search-area {
        border: 0;
        margin-top: 90px;
    }

    .ip-search-left {
        width: 100%;
        /* max-width: 500px; */
        margin: 0 auto;
        padding: 0;
        border: 0;
        position: fixed;
        z-index: 999;
        background: #fff;
        top: 110px;
    }

    .ip-search-result {
        padding: 0 5px;
    }

    .ip-loc-long-field {
        border: 1px solid #996d5d;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-right: 0;
    }

    .ip-search-right {
        width: 100%;
        margin-top: 12px;
        border: none;
        max-width: 500px;
        margin: 0 auto;
        padding: 0 15px;
        height: auto;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }

    .ip-search-right.active {
        max-height: 20000px;
    }

    .ip-qs-buttons {
        flex-wrap: wrap;
        padding: 0;
        margin: 0 -1px;
    }

    .ip-qs-button-field-row {
        width: calc(100% - 2px);
        margin: 1px;
    }

    .ip-qs-button-field {
        width: 100%;
        padding: 20px 10px;
        border: 1px solid #996d5d;
    }

    .ip-qs-button-field:last-child {
        width: 100%;
    }

    .ip-qs-field {
        width: 100%;
        padding: 0 5px;
        margin: 10px 0;
    }

    .ip-qs-field:not(.ip-qs-field-long) {
        width: calc(100% / 2);
        padding: 0 5px;
    }

    .ip-qs-panels {
        position: relative;
        top: 2px;
        right: 0;
        width: 100%;
        box-shadow: none;
        margin-bottom: 2px;
    }

    .ip-qs-panels.active {
        border: 1px solid;
    }

    .ip-qs-panel-content-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        align-items: center;
    }

    .ip-qs-panel-content-inner.ip-qs-panel-checkbox {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .ip-qs-panel-content-inner > div.ip-qs-panel-btn {
        margin: 1px;
        border: 1px solid #996d5d;
        text-align: center;
        padding: 5px 10px;
    }

    .ip-qs-panel-content-inner > .ip-qs-panel-btn.checkbox-btn {
        padding: 10px 0;
    }

    span.ip-qs-panel-close-btn {
        top: 5px;
        right: 5px;
    }

    .ip-qs-price-slider {
        width: 100%;
    }

    .ip-qs-field-holder {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 10px 0;
        justify-content: center;
    }

    .ip-qs-field-holder > div {
        width: 100% !important;
        justify-content: flex-start !important;
        margin: 5px auto;
    }

    .ip-qs-form {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 10px;
    }

    .ip-qs-field select {
        font-size: 13px;
        border: solid 1px #89764c;
        padding: 0 10px !important;
        background-position: right 5px center;
    }

    .ip-search-result-view a:nth-child(2) {
        display: none;
    }

    .ip-search-result-view {
        /* justify-content: center; */
        padding: 20px 5px;
    }

    .ip-search-result-list {
        width: calc(100% / 1) !important;
    }

    .ip-search-result-list-holder {
        height: auto;
    }

    .ip-search-result-list-holder .mCSB_inside > .mCSB_container {
        margin-right: 0 !important;
    }

    .ip-search-result-photo-slick-slider .slick-track {
        width: 100%!important;
    }

    .ip-search-result-photo-slick-slider .slick-slide.slick-current.slick-active {
        width: 100%!important;
    }

    .ip-search-result-photo-slick-slider canvas {
        min-height: 200px;
    }

    .ip-search-result.ip-search-result-half {
        width: 100%;
        order: 2;
        padding-top: 0;
    }

    .ip-search-result-map.ip-search-result-map-half {
        width: 100%;
        pointer-events: none;
        position: relative;
        order: 1;
    }

    .ip-search-result-holder {
        display: flex;
        flex-direction: column;
        /* overflow: hidden; */
    }

    .ip-search-result-map {
        top: 0;
        padding: 38px 0 0;
    }

    .ip-search-result-map-overlay-links {
        position: relative;
    }

    .ip-search-result-map-area {
        pointer-events: auto;
        height: 400px;
    }

    .ip-search-result-map-link {
        top: 20%;
        display: none;
    }

    .ip-search-result-map-overlay-links {
        /* display: none; */
    }

    .ip-search-result-address a {
        font-size: 15px;
    }

    .ip-search-result-address a span {
        font-size: 12px;
    }

    .ip-search-result-specs span:nth-child(2) {
        margin-left: 10px;
    }

    .ip-search-result-overlay {
        bottom: 85px;
        padding: 0 10px;
    }

    .ip-search-result-details {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(255,255,255,0.7);
    }

    .ipsp-list {
        width: 100% !important;
        max-width: 480px;
        margin: 0 auto;
    }

    .ip-search-result-pagination ul li {
        margin: 0 7px;
    }

    .ip-loc-long-field input {
        width: calc(100% - 80px);
        border-right: 1px solid;
        padding: 0 10px;
    }

    .ip-qs-mobile-filter {
        width: 80px;
        text-align: right;
        padding: 20px 10px;
        display: block;
    }

    .ip-qs-mobile-filter span:last-child {
        padding-left: 10px;
        font-size: 9px;
    }

    .mobile-copy-url {
        position: relative;
        height: 40px;
        z-index: 1;
    }

    .mobile-copy-url button#copy-url {
        right: 0;
    }

    .ip-search-result-view-mobile .ip-search-result-view {
        padding: 20px 0;
    }

    .ip-search-result-view-mobile .ip-search-result-view span select {
        max-width: 144px;
    }

    .ip-search-result-view-mobile button#reset-url {
        margin-top: 0;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ip-search-result-list {
        width: 100%;
    }

    .ip-search-result-list-inner {
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-search-result-list-holder {
        /*height: 500px;*/
    }
}

@media only screen and (max-width: 480px) {
    .ip-search-result-map-link {
        /* top: 90px; */
    }

    .ipsp-front .ipsp-flip-inner {
        padding: 22px 11px;
    }

    .ipsp-address, .ipsp-content-view, .ipsp-hover-view {
        font-size: 12px;
    }

    .ipsp-address span {
        font-size: 15px;
    }

    .ipsp-price {
        font-size: 17px;
    }

    .ipsp-hover-inner {
        max-width: 250px;
    }

    .ipsp-hover-label {
        font-size: 14px;
    }

    .ipsp-hover-text {
        font-size: 11px;
    }

    .ip-search-result-view-mobile .ip-search-result-view span select {
        max-width: 114px;
    }

    .ip-search-result-view span select {
        font-size: 10px;
        letter-spacing: 0px;
        padding-right: 19px;
    }
}
