/* General styles for all menus */
.cbp-spmenu {
	background: #000;
	position: fixed;
	font-size: 12px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
}

.cbp-spmenu h3 {
	color: #fff;
	padding: 20px;
	margin: 0;
	background: #0A638D;
	height: 70px;
}

.cbp-menuTitles { color:#007AC0 !important; }

.cbp-spmenu-vertical i {
    padding-right:8px;
}
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 0.8em;
}

.cbp-spmenu a:hover {
	background: #f1f1f1;
	color: #000;
}

.cbp-spmenu a:active {
	background: #ccc;
	color: #000;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	/*border-bottom: 1px solid #258ecd;*/
	padding: 1em;
}

/* Vertical menu that slides from the left or right */


.cbp-spmenu-right {
	right: -200px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 200px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){


}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 200px;
	}

	.cbp-spmenu-right {
		right: -200px;
	}

	.cbp-spmenu-push-toright {
		left: 200px;
	}
}