:not([data-content-id="265086"]) header {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	
}
.ui-datepicker .ui-corner-all{
	    background-size: 40px!important;
}

.hero.location{
	position: relative;
}

.hero.location h4{

    font-family: dense;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #eee;
    padding-right: 100px;
    padding-left: 100px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;

}
.map-selector{
	height: 40px;
	width: 100%;
	display: flex;
	margin-bottom: 20px;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: flex-end
	background:#f00;
}

.property-list-map-container{
	position: relative;
}

.map-overlay{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.2);
}

.map-selector > div{
    width: 35px;
    margin-right: 10px;
    height: 35px;
    /* background: #ff0; */
    background-size: contain;
    opacity: 0.4;
    background-repeat: no-repeat;
	
}



.property-list-map-container{
	display: none;
}

.map-selector > div.active{
	opacity:1;
}
.map-selector > div{
	cursor: pointer;
}

.map-selector [data-show-property-map="true"]{
	background-image:url(/assets/img/location/view-map.png);	
}



.map-selector [data-show-property-list="true"]{
	background-image:url(/assets/img/location/view-list.png);	
}


.hero.location .darker{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 160px;
    bottom: 0px;
    background-image: -webkit-linear-gradient(bottom,rgb(12 ,12, 10 ) 0%,rgba(0,0,0,0.0) 80%);
    background-image: linear-gradient(to top,rgb(12 ,12, 10 ) 0%,rgba(0,0,0,0.0) 80%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
      
}


.hero.location .darker h1{
    font-weight: bold;
    font-size: 80px;

    margin-top: 80px;
    color: rgb(238, 238, 238 );
    letter-spacing: 15px;
}

.search-information{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}


.no-results{
	display: none;
	    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
    font-family: dense;
    font-size: 25px;
    letter-spacing: 2px;
    border-radius: 10px;
	background:#AC8B6C;
}


.property-list-map-container > div{
	background:#333;
	width: 100%;
	height: 800px;
	
}


