/* General styles for all menus */
.cbp-spmenu {
	position: absolute;
}
/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	top: -53px;
	z-index: 2999;
}


/* Vertical menu that slides from the left or right */


.cbp-spmenu-right {
	right: -300px;
}

.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;
}

.mob-menu-popup-bg{
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	display:none;
	position:absolute;
	top:0;
	z-index:1999;
}