/* General styles for all menus */
.cbp-spmenu {

	position: fixed;
}

.cbp-spmenu h3 {
	color: white;
	font-size: 1.8em;
	padding: 20px;
	margin: 0;
	font-weight: bold;

}

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

.cbp-spmenu a:hover {
	
}

.cbp-spmenu a:active {
	background: #e0d5c0;
    color: #211f20;
}

.cbp-spmenu ul {
	margin-top: 0;
	margin-left: -40px;
	list-style-type: none;
}

.cbp-spmenu ul li ul {
	margin-left: 0px;
	margin-left: -40px;
}

.cbp-spmenu ul li ul li a{
	color: #fffef1;
}

.cbp-spmenu ul li ul li a:hover{
	color:white;
}
.cbp-spmenu ul li ul:hover {
	margin-left: -40px;
}

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	
	padding: 1em;
}

.cbp-spmenu-left {
	/*left: -240px;*/
	
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

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

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}



@media screen and (max-width: 55.1875em){

}

@media screen and (max-height: 26.375em){

}