font-family: 'Asap', sans-serif; // h1 { font-family: 'Metrophobic', Arial, serif; font-weight: 400; }


/* General styles for all menus */
.cbp-spmenu {
	background: #fff;
	position: relative;
	float:right;
	font-family: 'Asap', sans-serif;
	margin-top:45px;
	margin-right:-12px;

}


.cite {
	font-size: 7px;
	position:relative;
	float:right;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration:underline;
	font-style:normal;
	font-weight:100;
	text-align:right;
	padding-top:5px;
	line-height:12px;
}

.cbp-spmenu a {
	display: block;
	color: #333;
	font-size:14px;
	font-weight: 800;
	text-decoration:none;
	cursor:crosshair;
}

.cbp-spmenu a:hover {
	text-decoration:line-through;
	cursor:crosshair;
}

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

.cbp-spmenu-vertical {
	width: 400px;
	height: auto;
	top: 30px;
	bottom:30px;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #777;
	width: 92%;
	padding: 1em;
	margin-left: 4%;
	margin-right:4%;
}



/* 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;
	}

}