/* General styles for all menus */
.fullNav  {display:none;}
.cbp-spmenu {margin-top:60px;
	background: #336699;
	position: absolute;
	float:top;
	opacity: .7;
	
}

.cbp-spmenu h3 {
	color:#ccc;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: transparent;
	border-bottom: 1px solid #ccc;
	display:none;
	
}

.cbp-spmenu a {
	
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #74b4d9;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #ccc;
	padding: 1em;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
	
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
	float:left;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

 #showLeft{border: 0px;
 background-color: #336699;}
.topRight {float:right;}
.topLeft {float:left;}
/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */
@media screen and (min-width: 789px){
.cbp-spmenu {display:none;}
#showLeft{display:none;}
.fullNav {display:block; margin-right: 50px;}
.fullNav a{float:right;display: block; padding: 0 15px; color: #fff;background: linear-gradient(to bottom, rgba(255,168,241,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%); height:30px;line-height:28px;margin: 0 5px;text-shadow: #7a7a7a 4px 3px 0;}
.fullNav a:hover{float:right;display: block; padding: 0 15px; color: #fff;background: linear-gradient(to bottom, rgba(255,89,227,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%);height:30px;line-height:28px; margin: 0 5px;text-shadow: #7a7a7a 4px 3px 0;}
.topLeft{background-color: red;}
}
@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

