/* General styles for all menus */

.bar{
background: rgba(54, 25, 25, .5); 	
}
	
	
	
	
	#showLeft{
	display:none;
}

#showRight{
	position: fixed;
	top: 24px;
	right: 120px;
	height: auto;
	width: 100px;
	color: #699CB2;
	font-family: Roboto;
	font-size: 0.9em;
	text-transform: none;
	z-index: 2;
	font-weight: 500;
	background-color: rgba(56,83,95,0.0);
	display: inline;
}

.cbp-spmenu {
	position: fixed;
	margin-top: 100px;
}


.cbp-spmenu a {
	display: block;
	color: #699CB2;
	font-size: 1.6em;
	font-weight: 300;
	font-family: 'BebasNeue';
	opacity: 0.3;
	outline: none;
}

.cbp-spmenu a:hover {
	opacity: 1;
	color: #699CB2;
	outline: none;
}

.cbp-spmenu a:active {
	opacity: 1;
	color: #699CB2;
	outline: none;
}

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

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

.cbp-spmenu-vertical a {
	padding: .4em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

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


.cbp-spmenu-right {
	right: -240px;
}

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

/* 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 (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}


}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}


	.cbp-spmenu-right {
		right: -190px;
	}

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