/**
 * 15.0 - Map
 */
.pxp-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.pxp-cover-bottom {
    background-position: center bottom;
}
.pxp-cover-top {
    background-position: center top;
}
.pxp-map-side {
    position: fixed;
    top: 69px;
    bottom: 0px;
    width: 50%;
    z-index: 3;
}
.pxp-map-side.pxp-half {
    width: 50%;
}
.pxp-map-side.pxp-max {
    width: 100%;
}
.pxp-map-right {
    right: 0;
}
.pxp-map-left {
    left: 0;
}
.pxp-content-side.pxp-min {
    width: 0;
    position: fixed;
}
.pxp-content-side-wrapper {
    padding: 30px;
    padding-top: 60px;
}
.pxp-content-left {
    padding-right: 50%;
}
.pxp-search-result-left{width: 50%}
.pxp-map-side #results-map {
    height: 100%;
    width: 100%;
}
.pxp-content-side-h2 {
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 46px;
}
.pxp-content-side-search-form {
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 20px;
}
.pxp-sort-form .custom-select,
.pxp-content-side-search-form .custom-select {
    height: 46px;
    padding: .375rem 2rem .375rem .8rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}
.pxp-sort-form .custom-select:hover,
.pxp-sort-form .custom-select:focus,
.pxp-content-side-search-form .custom-select:hover,
.pxp-content-side-search-form .custom-select:focus {
    border: 1px solid #333;
}
.pxp-content-side-search-form .form-control {
    height: 46px;
    padding: .375rem .8rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}
.pxp-content-side-search-form .form-control:focus {
    border: 1px solid #333;
}
.pxp-content-side-search-form .form-control.pxp-is-address {
    padding-right: 2.6rem;
}
.pxp-content-side-search-form .form-control.pxp-is-address + span {
    position: absolute;
    display: block;
    top: 50%;
    right: 1.2rem;
    color: #333;
    transform: translateY(-50%);
}
a.pxp-map-toggle,
a.pxp-adv-toggle {
    background-color: #fff;
    height: 46px;
    padding: 0 12px;
    border: 1px solid #E2E2E2;
    margin-left: 10px;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
a.pxp-adv-toggle {
    padding: 0 15px;
}
a.pxp-map-toggle:hover,
a.pxp-adv-toggle:hover {
    border: 1px solid #333;
}
a.pxp-map-toggle.pxp-active,
a.pxp-map-toggle.pxp-active:hover,
a.pxp-adv-toggle.pxp-active,
a.pxp-adv-toggle.pxp-active:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}
a.pxp-list-toggle {
    position: fixed;
    z-index: 400;
    top: 99px;
    left: 30px;
    background-color: #fff;
    height: 43px;
    padding: 0 12px;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    color: #333;
    display: block;
    text-align: center;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: none;
}
a.pxp-list-toggle.pxp-active {
    display: block;
}
.pxp-price-marker {
    position: absolute;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #333;
    border: 2px solid #333;
    background-color: #fff;
    padding: 6px 10px;
    font-weight: bold;
    border-radius: .3rem;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.20);
    font-size: 12px;
    cursor: pointer;
    -webkit-transform: translate(-50%, calc(-100% - 6px));
    transform: translate(-50%, calc(-100% - 6px));
}
.pxp-dark-mode .pxp-price-marker {
    color: #fff;
    border: 2px solid #fff;
    background-color: #000;
}
.pxp-price-marker:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 9px;
    background: #fff;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pxp-dark-mode .pxp-price-marker:after {
    background: #000;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.pxp-price-marker:hover, 
.pxp-price-marker.active {
    border-color: #fff;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.16);
    padding: 0;
    z-index: 3;
}
.pxp-dark-mode .pxp-price-marker:hover, 
.pxp-dark-mode .pxp-price-marker.active {
    border-color: #000;
}
.pxp-price-marker:hover:after, 
.pxp-price-marker.active:after {
    border-color: #fff;
}
.pxp-dark-mode .pxp-price-marker:hover:after, 
.pxp-dark-mode .pxp-price-marker.active:after {
    border-color: #000;
}
.pxp-price-marker:hover .pxp-marker-short-price, 
.pxp-price-marker.active .pxp-marker-short-price {
    display: none;
}
.pxp-price-marker .pxp-marker-details {
    display: none;
}
.pxp-price-marker:hover .pxp-marker-details, 
.pxp-price-marker.active .pxp-marker-details {
    display: block;
}
.pxp-marker-details-fig {
    width: 72px;
    height: 72px;
    border-radius: .3rem 0 0 .3rem;
    float: left;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.20);
}

.pxp-marker-details-info {
    float: left;
    font-size: 14px;
    background-color: #fff;
    width: 147px;
    overflow: hidden;
}
.pxp-marker-details-info-title {
    font-size: 12px;
    padding: 10px 10px 2px 10px;
    color: #333;
    font-weight: normal;
    width: 100%;
    word-wrap: break-word;
}
.pxp-dark-mode .pxp-marker-details-info-title {
    color: #fff;
}
.pxp-marker-details-info-price {
    font-size: 14px;
    padding: 0 10px 5px 10px;
    color: #333;
}
.pxp-dark-mode .pxp-marker-details-info-price {
    color: #fff;
}
.pxp-marker-details-info-feat {
    font-weight: normal;
    padding: 0 10px;
    color: #333;
    font-size: 11px;
    opacity: .7;
}
.pxp-dark-mode .pxp-marker-details-info-feat {
    color: #fff;
}
.pxp-marker-details-info-feat > span {
    display: inline-block;
    margin: 0 7px;
}
.pxp-marker-cluster {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background: rgba(0, 0, 0, 0.7);
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
}
.pxp-marker-cluster:hover {
    background: rgba(0, 0, 0, 1);
    z-index: 3;
}
.pxp-content-side-search-form-adv {
    display: none;
}
.infowindow{height: 200px; overflow-y: auto}
.infowindow .infowindow-header{width: 100%; background-color: #333; padding: 10px 10px 5px; color: #fff;margin-bottom: 10px}
.infowindow .infowindow-header h4{font-size: 14px; font-weight: 600; color: #fff;margin-top: 0;margin-bottom: 5px}
.seperator{clear: both;width: 100%;height: 1px; background-color: rgba(0, 0, 0, 0.1);}
.infowindow .pxp-marker-short-price {display: none;
}
.clusterinfo-content{display:block;clear:both;position:relative}

.leaflet-top{right: 0px; top: 10px!important;}
.leaflet-tooltip.class-tooltip {
  background: transparent;
  color: #626569;
  font-size: 20px;
  transform: rotate(80deg);
  border-color: transparent;
  box-shadow: none
   
}

.leaflet-tooltip-left.class-tooltip::before {
  border: 0px;
}

.leaflet-tooltip-right.class-tooltip::before {
 border: 0px;
}
/*
.mapDriven{top: 17px;
    left: 10px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;}
.Lfilter{border: 1px solid #111; margin-right: 8px; padding: 10px;
    border-radius: .25rem;display: -webkit-inline-box;cursor: pointer}
.Lfilter-more {display: none;
}
.Lfilter span {color:#A72E31}

.mapDrivenBox{position: relative}
.mapDrivenBox input[type=checkbox] {
    visibility: hidden;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    
}
.mapDrivenBox .mapstats {
    background: #454545;
    white-space: nowrap;
    padding: 8px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    border:  1px solid #fff;
    color: #fff;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.4); 
box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.4);
}


.mapDrivenBox input[type=checkbox]:checked+label:after {
    background: #A72E31 url(/images/checkmark-white.png) no-repeat 50%;
}

input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before {
    background-color: #000;
    border-color: #ffffff;
}
input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before {
    border: 4px solid;
}
input[type="radio"] + label:before, input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    margin-right: 12px;
    cursor: pointer;
}
*/
.scrollbar-primary::-webkit-scrollbar {
width: 8px;
background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #a8a8a8; }

.form-submit-btn {font-size: 14px;
    height: 48px; margin-top: 0px}

.map-grid-toggler {
    color: #fff;
    background-color: #007dc3;
    border: 2px solid #fff;
    cursor: pointer;
    padding: 5px 15px;
    width: fit-content;
}
.map-grid-toggler-title:before {
  float: left;
    font-family:'FontAwesome';
    margin-right: 10px;
    content: "\f00a";  
    color: #fff;
    font-weight: 900;      
}
.map-grid-toggler-title.open:before {
    float: left;
   font-family:'FontAwesome';
    margin-right: 10px;
    content: "\f59f";
    color: #fff;   
    font-weight: 900;      
}

.map-grid-toggler2 {
    color: #fff;
    background-color: #007dc3;
    border: 2px solid #fff;
    cursor: pointer;
    padding: 5px 15px;
    width: fit-content;
}

.map-grid-toggler-title2:before {
    float: left;
    font-family: 'FontAwesome';
    margin-right: 10px;
    content: "\f59f";
    color: #fff;
    font-weight: 900;
   
}

.map-grid-toggler-title2.open:before {
    float: left;
    font-family: 'FontAwesome';
    margin-right: 10px;
    content: "\f00a";
    color: #fff;
    font-weight: 900;
}