/* General styles for all menus */
.cbp-spmenu {
	background: /*green#196f79*//*purple#3c263d*/#175386;
	position: absolute;
	margin-top: 74px;
}

.cbp-spmenu a {
	display: block;
	color: #fff/*#3c263d*/;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	font-weight: bold;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

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

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

.cbp-spmenu-vertical a {
	border-bottom: 1px dotted /*#1e1c1f*//*#565457*/#868585;
	padding: 15px 40px;
}


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

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

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

/* Transitions */

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