/* Map page styles */

.map-page {
    height: 100%
}

.map-page input,
.map-page select,
.map-page textarea {
    padding: 4px 6px
}

.map-page #nav-price-range input,
.map-page #nav-more input,
.map-page #nav-room-no input,
.map-page #nav-price-range select,
.map-page #nav-more select,
.map-page #nav-room-no select {
    line-height: 1em;
    height: 30px;
    font-size: 15px;
    box-sizing: border-box;
    width: 85px;
    border-radius: 0
}

.map-page #nav-price-range .more-options input,
.map-page #nav-more .more-options input,
.map-page #nav-room-no .more-options input,
.map-page #nav-price-range .more-options select,
.map-page #nav-more .more-options select,
.map-page #nav-room-no .more-options select {
    width: auto
}

.map-page #nav-price-range .more-options li:active,
.map-page #nav-more .more-options li:active,
.map-page #nav-room-no .more-options li:active {
    font-weight: normal
}

.map-page #nav-price-range .min-box,
.map-page #nav-more .min-box,
.map-page #nav-room-no .min-box,
.map-page #nav-price-range .max-box,
.map-page #nav-more .max-box,
.map-page #nav-room-no .max-box {
    display: inline-block;
    background: 0 0
}

.map-page #nav-price-range #bathroom-option,
.map-page #nav-more #bathroom-option,
.map-page #nav-room-no #bathroom-option {
    min-width: 84px
}

.map-page #nav-price-range #lotsize-dropdown .custom-option-header-value,
.map-page #nav-more #lotsize-dropdown .custom-option-header-value,
.map-page #nav-room-no #lotsize-dropdown .custom-option-header-value,
.map-page #nav-price-range #dayson-dropdown .custom-option-header-value,
.map-page #nav-more #dayson-dropdown .custom-option-header-value,
.map-page #nav-room-no #dayson-dropdown .custom-option-header-value {
    min-width: 179px
}

.map-page #nav-price-range #lotsize-option,
.map-page #nav-more #lotsize-option,
.map-page #nav-room-no #lotsize-option,
.map-page #nav-price-range #dayson-option,
.map-page #nav-more #dayson-option,
.map-page #nav-room-no #dayson-option {
    min-width: 203px
}

.map-page #nav-price-range #bathroom-option .item-selected,
.map-page #nav-more #bathroom-option .item-selected,
.map-page #nav-room-no #bathroom-option .item-selected,
.map-page #nav-price-range #lotsize-option .item-selected,
.map-page #nav-more #lotsize-option .item-selected,
.map-page #nav-room-no #lotsize-option .item-selected,
.map-page #nav-price-range #dayson-option .item-selected,
.map-page #nav-more #dayson-option .item-selected,
.map-page #nav-room-no #dayson-option .item-selected,
.map-page #nav-price-range #rooms-from-dropdown .item-selected,
.map-page #nav-more #rooms-from-dropdown .item-selected,
.map-page #nav-room-no #rooms-from-dropdown .item-selected {
    font-weight: 600
}

.map-page #nav-price-range .price-box-separator,
.map-page #nav-more .price-box-separator,
.map-page #nav-room-no .price-box-separator {
    color: #999;
    margin: 0 7px;
    border: 0;
    background-color: #999;
    display: inline-block;
    height: 1px;
    width: 10px;
    position: relative;
    vertical-align: middle
}

.map-page #nav-price-range input,
.map-page #nav-more input,
.map-page #nav-room-no input {
    text-align: left !important
}

.map-page .pac-container {
    margin-left: -10px;
    width: 295px !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    margin-top: 13px
}

.map-page #maps {
    height: 100%
}

.map-page #wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: -20px;
    min-height: 100%
}

.map-page .header-bar-wrapper {
    position: relative;
    margin-bottom: 0px
}

.map-page #footer-wrapper {
    position: relative;
    margin-top: 0;
    margin-bottom: 0px;
    display: block;
    left: auto;
    bottom: auto;
    border-top: none
}

.map-page #page-content {
    margin-top: 0px;
    height: 100%;
    width: 100%;
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    flex: 1 1 0;
    min-height: 90px;
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    padding-top: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.map-page #page-content #map-container {
    width: 57%;
    display: block;
    margin-right: -4px;
    background-color: transparent;
    height: 100%;
    min-height: 100%;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1 !important;
    z-index: 1
}

.map-page #page-content #map-content {
    width: 100%;
    height: 100%;
    background: #ccc
}

.map-page #page-content #map-content *,
.map-page #page-content #map-content :after,
.map-page #page-content #map-content :before {
    box-sizing: initial
}

.map-page #page-content #map-info-message {
    position: absolute;
    top: 0;
    z-index: 5;
    background-color: rgba(68, 68, 68, 0.85);
    display: block;
    will-change: opacity;
    border-radius: 3px;
    margin: 24px
}

.map-page #page-content #map-info-message span {
    padding: 8px 12px;
    display: block;
    color: #fff;
    font-size: 15px
}

.map-page #page-content #list-container {
    width: 43%;
    display: block;
    background-color: #efefef;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    vertical-align: top;
    min-height: 100%;
    z-index: 99;
    box-shadow: -2px -1px 5px 0 rgba(0, 0, 0, 0.4);
    will-change: transform
}

.map-page #page-content #list-results {
    padding-top: 15px;
    background-color: #fff
}

.map-page #page-content #list-loading-message {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 100
}

.map-page #page-content .list-loader {
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    display: table;
    font-weight: 700;
    margin: 32px auto auto;
    padding: 1.4rem;
    white-space: nowrap;
    font-size: 15px
}

.map-page #page-content .loading-spinner {
    background-image: url("../../img/ajax-loader.gif");
    height: 16px;
    margin: 0;
    width: 16px;
    display: inline-block;
    min-height: 16px;
    min-width: 16px;
    position: relative;
    margin-right: 4px;
    top: 2px
}

.map-page #page-content .loading-spinner:before {
    background-repeat: no-repeat;
    content: "";
    left: 50%;
    top: 50%
}

.map-page #info-block,
.map-page #info-block-results {
    display: none;
    border: 1px solid #f0c36d;
    background: #fbfbfb
}

.map-page #info-block,
.map-page #info-block-results,
.map-page #group-data-display {
    margin: 15px;
    line-height: 25px;
    font-size: 16px;
    padding: 15px
}

.map-page #info-block-results {
    padding: 8px !important;
    margin-top: 40px !important
}

.map-page .group-display-container {
    border: 1px solid #ff7800;
    background-color: #fef9d0;
    display: block
}

.map-page .group-display-container .info-group-name {
    font-weight: 700
}

.map-page .markerLabelsNoAlerts {
    opacity: 1 !important;
    pointer-events: none !important
}

.map-page .price-container-label {
    width: 100px;
    background-color: transparent;
    text-align: center
}

.map-page .marker-price,
.map-page .marker-price-inverted {
    display: inline-block;
    text-align: left;
    background-color: transparent;
    opacity: 1;
    font-size: 12px;
    color: #555;
    font-weight: bold;
    white-space: nowrap;
    background-color: #f9f5f2;
    line-height: 15px;
    border-radius: 3px;
    border-bottom: 1px solid #8b8a89;
    padding: 2px 5px 2px;
    margin-top: 2px;
    -webkit-font-smoothing: antialiased
}

.map-page .icon-menu-arrow-up,
.map-page .icon-menu-arrow-down {
    position: relative;
    display: inline-block;
    padding-left: 4px;
    margin-right: 4px
}

.map-page .listing-title {
    padding: 0px
}

.map-page #listing-price-container {
    display: inline-flex;
    align-items: center;
    gap: 2px
}

.map-page .menu-active {
    border-color: #333 !important;
    background-color: #f5f5f5 !important;
    color: #222 !important
}

.map-page .gmnoprint {
    opacity: 1 !important
}

.map-page #marker-hover-info {
    position: fixed;
    display: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 100;
    font-size: 13px
}

.map-page #marker-hover-info-content {
    position: relative;
    width: 246px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    will-change: opacity
}

.map-page #marker-cover {
    background-color: rgba(0, 0, 0, 0);
    bottom: -22px;
    height: 22px;
    left: 111px;
    position: absolute;
    width: 24px;
    z-index: 2
}

.map-page .hover-info-big {
    overflow-y: auto;
    max-height: 200px
}

.map-page .rotated-quad {
    content: '';
    position: absolute;
    bottom: -9px;
    width: 18px;
    height: 10px;
    background: url("../../img/map-triangle-marker.png") no-repeat scroll 50% 50% transparent;
    background-size: contain;
    left: 122px;
    margin-left: -8px
}

.map-page .marker-infoBox {
    padding: 8px;
    display: flex
}

.map-page .map-img-container {
    width: 45%;
    height: 84px;
    flex-direction: row;
    margin-right: 8px;
    z-index: 2
}

.map-page .map-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%
}

.map-page .dropdown-onclick-div {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 4px;
    width: auto;
    display: none;
    color: #555;
    font-weight: 400;
    left: 0;
    z-index: 5;
    text-transform: none;
    cursor: initial;
    line-height: 0px;
    overflow: hidden
}

.map-page .dropdown-onclick-div UL LI label:hover {
    cursor: pointer;
    color: #d00f10
}

.map-page #nav-price-range .dropdown-onclick-div,
.map-page #nav-room-no .dropdown-onclick-div {
    padding: 0
}

.map-page #nav-price-range li,
.map-page #nav-room-no li {
    padding: 6px 12px;
    line-height: 28px
}

.map-page #nav-price-range li:hover,
.map-page #nav-room-no li:hover {
    color: #fff;
    background: #fc384a
}

.map-page #nav-listing-type li,
.map-page #nav-prop-type li {
    padding: 4px 5px
}

.map-page #nav-listing-type li:last-child,
.map-page #nav-prop-type li:last-child {
    padding-bottom: 0
}

.map-page #nav-listing-type li:first-child,
.map-page #nav-prop-type li:first-child {
    padding-top: 0
}

.map-page #nav-listing-type .dropdown-onclick-div {
    text-transform: uppercase !important
}

.map-page .menu-items-container {
    padding: 10px
}

.map-page .menu-items-container .btn-normal {
    padding: 6px 24px;
    margin-top: 10px
}

.map-page .menu-items-container-fullsize {
    padding: 0px
}

.map-page .dropdown-onclick-div>div {
    display: block
}

.map-page .dropdown-div-onclick-type {
    width: auto;
    min-width: 160px
}

.map-page .dropdown-div-onclick-type .mdl-radio {
    margin-bottom: 4px
}

.map-page .dropdown-div-onclick-type .mdl-radio__label {
    display: inline-flex;
    align-items: center;
    gap: 2px
}

.map-page .dropdown-div-onclick-price {
    width: 340px;
    padding: 0 !important
}

.map-page .price-filter-panel {
    padding: 0
}

.map-page .price-filter-header {
    padding: 14px 16px 8px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: normal
}

.map-page .price-histogram-slider-area {
    position: relative;
    height: 100px;
    padding: 0 16px
}

.map-page .price-histogram-bars {
    display: flex;
    align-items: flex-end;
    height: 100%;
    gap: 0;
    padding-bottom: 10px
}

.map-page .price-histogram-bar {
    flex: 1;
    background-color: rgba(208, 15, 16, 0.25);
    min-height: 3px;
    border-radius: 1px 1px 0 0;
    transition: background-color .15s ease;
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.8)
}

.map-page .price-histogram-bar:last-child {
    box-shadow: none
}

.map-page .price-histogram-bar.in-range {
    background-color: #d00f10
}

.map-page .price-histogram-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none
}

.map-page .price-slider-container {
    position: absolute;
    bottom: 6px;
    left: 16px;
    right: 16px;
    padding: 0;
    line-height: normal
}

.map-page .price-slider-container .noUi-target {
    height: 2px;
    border: none;
    background: #d8d8d8;
    box-shadow: none;
    border-radius: 1px
}

.map-page .price-slider-container .noUi-connect {
    background: #d00f10
}

.map-page .price-slider-container .noUi-handle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212.5%22%20r%3D%2210%22%20fill%3D%22%23000%22%20fill-opacity%3D%220.056%22/%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%20fill%3D%22%23000%22%20fill-opacity%3D%220.084%22/%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2211.5%22%20r%3D%228.5%22%20fill%3D%22%23000%22%20fill-opacity%3D%220.105%22/%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2210%22%20r%3D%226.5%22%20fill%3D%22%23d00f10%22%20stroke%3D%22white%22%20stroke-width%3D%222%22/%3E%3C/svg%3E") no-repeat center center;
    background-size: 35px 35px;
    border: none;
    box-shadow: none;
    cursor: grab;
    top: -16px;
    right: -18px;
    transition: none
}

.map-page .price-slider-container .noUi-handle:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212.5%22%20r%3D%2210%22%20fill%3D%22%23000%22%20fill-opacity%3D%220.056%22/%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%20fill%3D%22%23000%22%20fill-opacity%3D%220.084%22/%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2211.5%22%20r%3D%228.5%22%20fill%3D%22%23000%22%20fill-opacity%3D%220.105%22/%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2210%22%20r%3D%226.5%22%20fill%3D%22%23920b0b%22%20stroke%3D%22white%22%20stroke-width%3D%222%22/%3E%3C/svg%3E")
}

.map-page .price-slider-container .noUi-handle:active {
    cursor: grabbing
}

.map-page .price-slider-container .noUi-handle:before,
.map-page .price-slider-container .noUi-handle:after {
    display: none
}

.map-page .price-slider-container .noUi-handle:focus {
    outline: none
}

.map-page .slider-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2px;
    background: #fff;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    padding: 7px 15px;
    border-radius: 7px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
    opacity: 0;
    pointer-events: none;
    transition: opacity .12s ease
}

.map-page .slider-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #fff
}

.map-page .slider-tooltip.visible {
    opacity: 1
}

.map-page .slider-tooltip.side-right {
    bottom: auto;
    top: 50%;
    left: 100%;
    right: auto;
    transform: translateY(-50%);
    margin-bottom: 0;
    margin-left: 4px
}

.map-page .slider-tooltip.side-right:after {
    top: 50%;
    left: auto;
    right: 100%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-right-color: #fff
}

.map-page .slider-tooltip.side-left {
    bottom: auto;
    top: 50%;
    left: auto;
    right: 100%;
    transform: translateY(-50%);
    margin-bottom: 0;
    margin-right: 4px
}

.map-page .slider-tooltip.side-left:after {
    top: 50%;
    left: 100%;
    right: auto;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left-color: #fff
}

.map-page body.slider-dragging,
.map-page body.slider-dragging * {
    cursor: grabbing !important
}

.map-page .price-filter-panel .menu-price-from-to {
    border-bottom: none;
    padding: 14px 16px;
    display: flex;
    align-items: flex-end;
    gap: 0;
    cursor: default
}

.map-page .price-input-group {
    display: flex;
    flex-direction: column;
    flex: 1
}

.map-page .price-input-label {
    font-size: 15px;
    color: #4a4a4a;
    margin-bottom: 4px;
    font-weight: 600;
    line-height: normal
}

.map-page #nav-price-range .price-filter-panel .price-box-separator {
    width: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
    align-self: flex-end;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    background: none;
    margin: 0;
    position: static;
    display: block
}

.map-page .price-filter-panel input {
    width: 100% !important;
    box-sizing: border-box
}

.map-page .price-apply-container {
    padding: 8px 16px 14px;
    line-height: normal
}

.map-page .price-apply-btn {
    width: 100%;
    text-align: center;
    padding: 10px 24px !important;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px
}

.map-page .more-item-sell,
.map-page .more-item-rent {
    cursor: initial
}

.map-page #rooms-from-dropdown>li:hover,
.map-page #nav-more ul li:hover {
    cursor: pointer !important
}

.map-page .mdl-checkbox__box-outline {
    border-radius: 0px
}


.map-page #nav-more li:active,
.map-page #nav-room-no li:active {
    font-weight: 600
}

.map-page .dropdown-div-onclick-rooms {
    width: 340px
}

.map-page .dropdown-div-onclick-props {
    width: 200px
}

.map-page .dropdown-div-onclick-more {
    width: 346px;
    word-wrap: break-all;
    overflow: visible;
    float: none;
    cursor: default
}

.map-page .dropdown-div-onclick-more .more-block-line {
    line-height: normal;
    margin-bottom: 12px;
    font-size: 14px
}

.map-page .dropdown-div-onclick-more .more-block-line .more-left-block {
    width: 120px;
    display: inline-block
}

.map-page .dropdown-div-onclick-more .more-block-line .more-right-block {
    display: inline-block;
    max-width: 225px;
    position: relative;
    white-space: normal;
    width: auto
}

.map-page .dropdown-div-onclick-more .more-block-line:nth-last-child(1) {
    margin-bottom: 0 !important
}

.map-page .item-selected {
    background-color: #f13b3c;
    color: #fff
}

.map-page .dropdown-onclick-div-show {
    display: block
}

.map-page .dropdown-onclick-div .icon {
    vertical-align: middle
}

.map-page .icon-arrow-menu-down:before {
    content: "\58"
}

.map-page #property-sort-control {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0px
}

.map-page #sort-control-container li {
    font-size: 19px;
    display: inline-block;
    background: transparent;
    text-decoration: none;
    color: #3e3e3e;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    margin: 0px 25px 10px 0px;
    padding-bottom: 5px
}

.map-page #property-sort-control>li:last-child {
    padding-right: 0
}

.map-page #sort-control-container li:hover {
    color: #d00f10
}

.map-page #sort-control-container .selected {
    color: #d00f10;
    border-bottom: 2px solid
}

.map-page .search-title-container>* {
    display: inline-block
}

.map-page .search-title-container {
    margin-bottom: 15px
}

.map-page #search-title {
    padding: 0 1.2rem;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    letter-spacing: -2px
}

.map-page #search-title:empty {
    display: none
}

.map-page #map-result-count-message {
    padding-left: 1.2rem
}

.map-page #map-result-count-message h2 {
    font-weight: 600;
    margin: 0;
    padding: 0
}

.map-page .photo-cards-list {
    list-style-type: none;
    padding: 1% 0 0 1%;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0
}

.map-page #search-results .photo-cards-list>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 1% 0;
    width: 49%
}

.map-page .photo-card-active .photo-card-content:before {
    background: linear-gradient(rgba(73, 157, 254, 0.75), rgba(73, 157, 254, 0))
}

.map-page .photo-card-active .photo-card-content:after {
    background: linear-gradient(rgba(73, 157, 254, 0), rgba(73, 157, 254, 0.75))
}

.map-page .photo-card {
    width: 100%;
    background-color: #285a57;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7)
}

.map-page .photo-card .interpunct {
    padding: 0 1px;
    font-size: 2em;
    line-height: 12px;
    vertical-align: middle;
    margin: 0px 4px
}

.map-page .photo-card-price-percent {
    background-color: #ff3b2f;
    border-radius: 2px;
    padding: 0 4px;
    margin-right: 2px;
    font-size: 13px
}

.map-page .photo-card-spec {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0
}

.map-page .photo-card-price {
    font-size: 28px;
    letter-spacing: -1px;
    margin-right: 6px
}

.map-page .photo-card-info {
    font-size: 16px;
    white-space: nowrap
}

.map-page .photo-card-notification {
    font-size: 13px;
    color: #ccc
}

.map-page .photo-count {
    color: #fff;
    font-size: 13px;
    padding: 6px;
    position: absolute;
    z-index: 3
}

.map-page .card-aspect-ratio {
    position: relative;
    overflow: hidden
}

.map-page .card-aspect-ratio:before {
    padding-top: 55%;
    display: block;
    content: ""
}

.map-page .aspect-ratio-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.map-page .photo-card-content:before {
    top: 0;
    height: 30px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0))
}

.map-page .photo-card-content:after {
    bottom: 0;
    height: 91px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6))
}

.map-page .photo-card-content:after,
.map-page .photo-card-content:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1
}

.map-page .photo-card-caption {
    right: 6px;
    bottom: 6px;
    left: 6px;
    position: absolute;
    z-index: 3
}

.map-page .photo-card-spec {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.map-page .photo-card-status {
    font-size: 13px;
    line-height: 1.8;
    font-weight: 700;
    text-transform: uppercase
}

.map-page .photo-card-overlay-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3
}

.map-page .photo-card-actions {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    z-index: 3
}

.map-page .search-bar.view-favorites {
    background-color: #dadada
}

.map-page .save-favorite-link {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    cursor: pointer;
    outline: 0
}

.map-page .item-favorited {
    background-position: 73px 0px !important
}

.map-page .save-hide-icon {
    background-image: url(../../img/favorites_Sprite_new.png);
    width: 36px;
    height: 36px;
    margin-left: -19px;
    margin-top: -16px;
    background-size: 110px 110px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%
}

.map-page .save-hide-icon:hover {
    background-position: 36px 0
}

.map-page .photo-card-img {
    width: 100%;
    height: 100%;
    background: cornflowerblue
}

.map-page .photo-card-img img {
    position: relative;
    left: 50%;
    top: 50%;
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.map-page .list-pagination {
    padding: 1.1rem 10px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.map-page .list-pagination>li {
    display: inline-block;
    margin: 0 0 0 5px
}

.map-page .list-pagination>li>div {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    height: 25px;
    min-width: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.map-page .list-pagination>li>div:hover {
    background-color: #eee;
    border-radius: 2px;
    color: #d00f10
}

.map-page #result-tabs-next>div:hover {
    background-color: #fff;
    border-radius: 0 !important
}

.map-page .list-pagination>li.list-pagination_active>div {
    color: #fff;
    background-color: #333;
    border-radius: 2px cursor: pointer
}

.map-page #list-results-save-search {
    padding: 1rem 1.1rem;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 27px;
    color: #6f6f6f;
    display: flex
}

.map-page #list-results-save-search a {
    color: #484848 !important;
    font-weight: 600;
    font-size: 14px;
    outline: 0
}

.map-page #list-results-save-search a:hover {
    color: #3b3b3b !important
}

.map-page .save-search-info-txt {
    font-weight: 300;
    width: 80%;
    align-self: center
}

.map-page .footer-container a:hover {
    color: #d00f10 !important
}

.map-page .footer-bottom-section {
    margin: 0 !important;
    box-shadow: 0 1px 0 #dadada inset;
    background-color: #efefef !important
}

.map-page .footer-top-section {
    padding-top: 15px !important;
    margin: 0 !important
}

.map-page #list-results {
    position: relative
}

.map-page #processing-overlay-noclick {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    cursor: progress;
    will-change: opacity
}

.map-page .contact-display {
    display: inline-block !important
}

.map-page #footer-photo-card-wrapper {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1
}

.map-page .google-maps-zoom-in {
    width: 42px;
    height: 42px;
    background: url("/img/map-zoom-button.png") no-repeat scroll 0 -42px transparent
}

.map-page .google-maps-zoom-out {
    width: 42px;
    height: 42px;
    background: url("/img/map-zoom-button.png") no-repeat scroll 0 0 transparent
}

.map-page .google-maps-zoom-in:hover {
    background-position: -42px -42px
}

.map-page .google-maps-zoom-out:hover {
    background-position: -42px 0
}

.map-page .listing-title div,
.map-page #listing-price-container {
    display: inline-block
}

.map-page .menu-active {
    color: #b80d0e !important
}

.map-page .dropdown-onclick-div {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5)
}

.map-page .dropdown-div-onclick-type .icon-rent:before,
.map-page .dropdown-div-onclick-type .icon-buy:before,
.map-page .dropdown-div-onclick-type .icon-off-market:before {
    margin-left: -4px;
    margin-right: 0px
}

.map-page .photo-count {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: rgb(30, 97, 217) !important;
    color: #fff !important;
    border: 1px solid rgb(30, 97, 217);
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 4px 8px !important;
    height: 24px;
    line-height: 16px;
    border-radius: 40px;
    pointer-events: none;
    touch-action: none;
    margin-left: 16px;
    margin-top: 12px;
}

.map-page .microsite-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #fff;
    border-bottom: 2px solid #e74c3c;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.map-page .microsite-header .microsite-logo {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.map-page .microsite-header .microsite-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.map-page .microsite-header .microsite-info .microsite-name {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-page .microsite-header .microsite-info .microsite-city {
    font-size: 12px;
    color: #888;
}

.map-page .microsite-header .microsite-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.map-page .microsite-header .microsite-actions .microsite-phone {
    font-size: 12px;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
}

.map-page .microsite-header .microsite-actions .microsite-phone:hover {
    color: #e74c3c;
}

.map-page .microsite-header .microsite-actions .microsite-phone i {
    margin-right: 3px;
}

.map-page .microsite-header .microsite-actions .microsite-profile-link {
    font-size: 12px;
    color: #e74c3c;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    padding: 4px 10px;
    border: 1px solid #e74c3c;
    border-radius: 4px;
}

.map-page .microsite-header .microsite-actions .microsite-profile-link:hover {
    background: #e74c3c;
    color: #fff;
}

@media (max-width:1270px) {
    .map-page .footer-logo {
        display: none
    }

}

@media (max-width: 767px) {
    .map-page .microsite-header {
        flex-wrap: wrap;
    }

    .map-page .microsite-header .microsite-actions {
        width: 100%;
        justify-content: space-between;
        margin-top: 4px;
    }

}

@media (max-width:600px) {
    .map-page .photo-card-spec {
        line-height: 1
    }

    .map-page .photo-card-status {
        line-height: 1.5
    }

    .map-page .photo-card-notification {
        line-height: 1.8
    }

}

@media (max-width:440px) {
    .map-page input {
        padding-left: 35px !important
    }

    .map-page #page-content {
        padding-top: 50px
    }

}

@media (max-width:370px) {
    .map-page .menu-items-container {
        padding: 5px !important
    }

    .map-page .dropdown-div-onclick-more {
        width: 310px !important
    }

    .map-page #nav-price-range input,
    .map-page #nav-more input,
    .map-page #nav-room-no input,
    .map-page #nav-price-range select,
    .map-page #nav-more select,
    .map-page #nav-room-no select {
        font-size: 14px !important;
        width: 70px !important
    }

    .map-page #nav-price-range #lotsize-dropdown .custom-option-header-value,
    .map-page #nav-more #lotsize-dropdown .custom-option-header-value,
    .map-page #nav-room-no #lotsize-dropdown .custom-option-header-value,
    .map-page #nav-price-range #dayson-dropdown .custom-option-header-value,
    .map-page #nav-more #dayson-dropdown .custom-option-header-value,
    .map-page #nav-room-no #dayson-dropdown .custom-option-header-value {
        min-width: 148px !important
    }

    .map-page #nav-price-range #lotsize-option,
    .map-page #nav-more #lotsize-option,
    .map-page #nav-room-no #lotsize-option,
    .map-page #nav-price-range #dayson-option,
    .map-page #nav-more #dayson-option,
    .map-page #nav-room-no #dayson-option {
        min-width: 172px !important
    }

}
