/* General styles for all menus */
.cbp-spmenu {
	background-color: #000;
    opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
	position: fixed;
	font-family: ptsans;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1em;
	font-weight: 300;
	text-decoration: none;
}

.cbp-spmenu a:active {
	background: #ffd368;
	color: #1d1d1d;
}

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

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

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #fff;
	padding: 1em;
}

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

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

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

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 400px;
}

.cbp-spmenu-push-toleft {
	left: -400px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.buttontrans {
	box-shadow:0px 4px 7px #000;
}