	

/* General styles for all menus */

.cbp-spmenu {
	background: #fff;
	position: fixed;
	box-shadow: inset 0px 0px 50px 10px rgba(142,142,142,0.3);
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	/*
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	*/
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}



/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
	width: 0px;
	top: 0;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
	top: 0;
	z-index: 2;
    width: 340px;
    height: 100%;	
}


/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
	margin-left: 340px;
	margin-right: -340px;
    overflow-x: hidden;
    position: relative;
}



/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* RESPONSIVE */

@media (max-width: 479px){ 
	
	.cbp-spmenu-push-toright {
		margin-left: 0;
		margin-right: 0px;
	}

	.cbp-spmenu-left {top: 90px; left: -100%; margin: 0!important;}

	.cbp-spmenu-left.cbp-spmenu-open {
	    top: 90px;
	    height: auto;
	    margin: 10px 0 0 0!important;
	    overflow-y: scroll;
	    max-height: 100%;
	    position: fixed;
	    width: 100%;
	    left: 0%;
	    bottom: 0;
	    z-index: 2;
	    -webkit-transition: all .2s ease;
	    -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	    -o-transition: all .2s ease;
	    transition: all .2s ease;	    
	}	

	.menu-filters .residential-form-filters {
	    padding-top: 0;
	}	
	
}