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

.cbp-spmenu .menu-caption, .cbp-spmenu .hot-line {
	color: #fff;
	font-size: 1.2em;
	padding: 10px;
	margin: 0;
	font-weight: 300;
	background: #e10e23;
	text-transform: uppercase;

}
.cbp-spmenu .hot-line {
	padding: 5px;
	margin: 0;
	font-size: 0.875em;
	
}
.cbp-spmenu a {
	display: block;
	color: #e10e23;
	font-size: 1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: rgba(197,35,51,0.2);
	text-decoration:none;
}

.cbp-spmenu a:active {
	background: rgba(197,35,51,0.2);
	color: #e10e23;
	text-decoration:none;
}

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

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

.cbp-spmenu-vertical a {
	border-bottom: 1px solid rgba(197,35,51,0.2);
	padding: 0.25em;
}

.cbp-spmenu-vertical div {
	border-bottom: 1px solid  rgba(197,35,51,0.2);
	padding: 0.25em;
	color:#e10e23;
}

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

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

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

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

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

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* scrolling */
#cont_mmenu{border:none; overflow-y:scroll; height:480px; position: relative;}