.cbp-spmenu {
	background-color: #313b52;
	position: fixed;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}


.cbp-spmenu-vertical {
	width: 300px;
	height: 100%;
	top: 0;
	padding:50px 0 0 0;
	z-index: 1000;
	overflow:auto; /* === ADDED by K-J to scroll vertically === */
}


.cbp-spmenu-left {
	left: -300px;
}

.cbp-spmenu-right {
	right: -300px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 300px;
}

.cbp-spmenu-push-toleft {
	left: -300px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

