#googlemapsearch {
    width: 100vw;
}

.filters-container {
    max-width: 280px;
    position: absolute;
    z-index: 9;
    padding: 15px;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
#search-form {
    background-color: #fff;
    padding: 10px 20px 10px 10px;
    max-height: 100%;
    overflow: hidden auto;
    width: 100%;
    height: 100%;
    display: block !important;
    position: relative;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}

/* custom scrollbar for Chrome */
#search-form::-webkit-scrollbar {
  width: 5px;
}
#search-form::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
#search-form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#search-form .collapse::-webkit-scrollbar {
  width: 5px;
}
#search-form .collapse::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
#search-form .collapse::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}


.google-map-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0,0,0,0);
    border:5px solid rgba(0,183,229,0.9);
    opacity:.9;
    border-right:5px solid rgba(0,0,0,0);
    border-left:5px solid rgba(0,0,0,0);
    border-radius:50px;
    box-shadow: 0 0 35px #2187e7;
    width:50px;
    height:50px;
    margin:0 auto;
    -moz-animation:spinPulse 1s infinite ease-in-out;
    -webkit-animation:spinPulse 1s infinite linear;
    transform: translate(-50%, -50%);
    margin-left: -25px;
    margin-top: -25px;
}


@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}

@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}

#google-map-counter {
    position: absolute;
    top: 20px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 10px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
    text-align: center;
}
#google-map-counter > div {
    display: block;
}

#google-map-counter .displayed, #google-map-counter .total {
    font-weight: bold;
}
#google-map-counter > div {
    margin-bottom: 10px;
}
#google-map-get-more {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
#mapsearch-actions {
    position: absolute;
    top: 10px;
    right: 0;
}
#google-map-view-list,
#mapsearch-filters {
    position: relative;
    background: none rgb(255, 255, 255);
    border: 0px;
    margin: 10px;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    overflow: hidden;
    padding: 10px 10px;
    display: block;
    text-align: center;
}
#mapsearch-filters {
    display: none;
}


#property-window {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
}

#property-window > div {
    position: relative;
    width: 100%;
    height: 100%;
}
#property-window .property-container {
    position: absolute;
    width: 100%;
    max-width: 350px;
    height: auto;
    max-height: 80%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
}
#property-window .property-container::-webkit-scrollbar {
  width: 5px;
}
#property-window .property-container::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
#property-window .property-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#property-window .property-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: rgba(255,255,255, 0.9);
    font-size: 32px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0);
    z-index: 9;
}
#property-window .property-close:hover {
    color: rgba(255,255,255, 1);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
#property-window .property-image {
    height: 200px;
    background-color: #dedede;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#property-window .property-image > a.pw-link {
    position: absolute;
    width: 100%;
    height: 100%;
}
#property-window .property-image > a.pw-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

#property-window .property-image .price-operation {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
}
#property-window .property-image .price-operation #pw-price,
#property-window .property-image .price-operation #pw-operation {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
#property-window .property-image .price-operation #pw-operation {
    float: right;
    font-size: 11px;
    background-color: #aaa;
    padding: 5px 10px;
    border-radius: 25px;
    text-transform: uppercase;
}
#property-window .property-info {
    padding: 10px 20px;
}
#property-window .property-info #pw-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}
#property-window .property-info #pw-title + p {
    margin-bottom: 10px;
}
#property-window .property-info #pw-address {
    font-size: 13px;
}
#property-window .property-info #pw-description:not(:empty) {
    margin-top: 10px;
    margin-bottom: 10px;
}
#property-window .property-info #pw-details:not(:empty) {
    margin-bottom: 15px;
}
#property-window .property-info #pw-details > span {
    font-weight: bold;
}
#property-window .property-info #pw-details > span:not(:first-child) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
}
#property-window .property-info #pw-view-more {
    margin-bottom: 15px;
    display: block;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 767px) {
    .filters-container {
        left: -110%;
        height: 80%;
    }
    
    body:not(.newsearch):not(.mapsearch-filters-open) .filters-container {
        left: -110%;
    }
    body.mapsearch-filters-open .filters-container {
        left: 0;
    }
    #google-map-view-list,
    #mapsearch-filters {
        font-size: 24px;
        display: block;
    }
    #google-map-view-list span,
    #mapsearch-filters span {
        display: none;
    }
    #property-window .property-container {
        top: 20%;
        transform: translateX(-50%);
    }
}