/* General styles for all menus */
.cbp-spmenu {
	background: #343539;
	color: #ffffff;
	position: fixed;
}

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

.cbp-spmenu span {
	color: #ffffff;
	display: block;	
	font-size: 1.1em;
	font-weight: 300;
	background: #535353;
}

.cbp-spmenu span:hover {
	background: #484848;
	color: #e4e4e4;
}

.cbp-spmenu span:active {
	background: #000000;
	color: #ffffff;
}

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

.cbp-spmenu a:hover {
	background: #383838;
	color: #e4e4e4;
}

.cbp-spmenu a:active {
	background: #000000;
	color: #ffffff;
}

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

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

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #1f2022;
	padding: 1em;
	color: #ffffff;
}

.cbp-spmenu-vertical span {
	border-bottom: 1px solid #1f2022;
	padding: 1em;
	color: #ffffff;
}

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

#cbp-spmenu-s1 { background-color:#343539; color: #ffffff; }
#cbp-spmenu-s2 { background-color:#343539; color: #ffffff; }
#cbp-spmenu-s1 a { color: #ffffff; }
#cbp-spmenu-s2 a { color: #ffffff; }

.cbp-spmenu-left {
	left: -240px;
	color: #ffffff;
}

.cbp-spmenu-right {
	right: -240px;
	color: #ffffff;
}

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

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


/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

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

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

/* Push classes applied to the body */

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

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

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

/* Transitions */

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