
.cbp-spmenu-vertical {
	width: 260px;
	height: auto;
	z-index: 1000;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

/* Vertical menu that slides from the left or right */

body > div .cbp-spmenu-left {
	left: -269px;
}

body > div.open .cbp-spmenu-left {
	left: 0;
}

.cbp-spmenu-right {
	right: 0;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.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;
	height: auto;
}

.cbp-spmenu-push-toright {
	left: 269px;
}

.cbp-spmenu-push-toleft {
	left: -269px;
}
