/* General styles for all menus */
.cbp-spmenu2 {
	background: #F0EDED;
	position: fixed;
	border-right:1px solid #999;
	box-shadow: 0px 0px 20px #333;
}

.cbp-spmenu2>div.catalog-caption {
	color: #fff;
	font-size: 1em;
	padding: 10px 10px 0 10px;
	margin: 0;
	font-weight: 300;
	background: #01a13a;
	text-transform: uppercase;

}

.cbp-spmenu2 label {
	display: block;
	color: #333333;
	font-size: 0.875em;
	font-weight: 300;
	border-bottom:1px solid rgba(1,161,58,0.2);
	padding:3px;
	margin:0;
}

.cbp-spmenu2 label:hover {
	background: rgba(1,161,58,0.2);
	text-decoration:none;
}

.cbp-spmenu2 a:active {
	background: rgba(1,161,58,0.2);
	color: #01a13a;
	text-decoration:none;
}

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

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


.cbp-spmenu2-vertical div {
	border-bottom: none;
	padding: 0.25em;
	color:#01a13a;
}


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

.cbp-spmenu2-left {
	left: -300px;
}

.cbp-spmenu2-right {
	right: -240px;
}

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

.cbp-spmenu2-right.cbp-spmenu2-open {
	right: 0px;
}

/* Transitions */

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