.cbp-spmenu {
	position: fixed;
	background-color: #FFFFFF;
	height: 100%;
	top: 0px;
	padding: 0px;
	z-index: 99999;
	border-right:solid #4f975c 1px;
}

.cbp-spmenu-left {
	left: -255px;
}

.slide-left {
	left: -255px !important;
	
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}


.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

