/* General styles for all menus */
.cbp-spmenu {
	position: absolute;
}

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



.cbp-spmenu-vertical {
	
}

.cbp-spmenu-horizontal {
	width: 100%;
	top:850px;
	left: 0px;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
}

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

.cbp-spmenu-left {
	left: -1000px;
	top: 150px;
	
	
}
.cbp-spmenu-right {
	right: -1290px;
	background-color:#000;
	width:1290px;
	top:33px;
	height:151px;
	
}
.cbp-spmenu-right2 {
	right:-260px;
	top:140px;
	height:840px;
	
}
.cbp-spmenu-right3 {
	right:-700px;
	top:200px;
	height:345px;
	
}
.cbp-spmenu-left2 {
	height:728px;
	left: -988px; 
	
	
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
	z-index:1999;
}
.cbp-spmenu-left2.cbp-spmenu-open {
	
	left: 0px;
	top:140px;
	z-index:5500;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 40px;
	z-index:6500;
}
.cbp-spmenu-right2.cbp-spmenu-open {
	right: 0px;
	z-index:5001;
}
.cbp-spmenu-right3.cbp-spmenu-open {
	right: 0px;
	z-index:3001;
}
/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	background-color:#000;
	top: -150px;
	left:570px;
	height:150px;
	width:850px;
	
}
.cbp-spmenu-top3 {
	background-color:#000;
	top: -150px;
	left:0px;
	height:150px;
	width:575px;
	
}
.cbp-spmenu-top4 {
	overflow:visible;
	top: -40px;
	left:0px;
	height:40px;
	width:1300px;
	
}
.cbp-spmenu-bottom {
	bottom: -150px;
	
}
.cbp-spmenu-top2 {
	width:1070px;
	height:1050px;
	top:-1050px;
	
}
.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
	z-index:5002;
}
.cbp-spmenu-top3.cbp-spmenu-open {
	top: 0px;
	z-index:5002;
}
.cbp-spmenu-top4.cbp-spmenu-open {
	top: 0px;
	z-index:7002;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
	z-index:100;
}
.cbp-spmenu-top2.cbp-spmenu-open {
	top: 0px;
	z-index:5000;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-y: 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;
}


