nav:not(.mm-menu)
{
	
}

.header,
.content,
.footer
{
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.header,
.footer
{
	
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding:10px;
	display:inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	top:10px;
	left:0;
	width:80px;
	background:#ffcc1c;
	float: right;
}

.header a
{
	color:#000;
	text-decoration:none;
	display: block;
	width: 100%;
	height: 30px;
	line-height:30px;
	position:relative;
	text-align:center;
}
.header a:before,
.header a:after
{
	display: block;
	background: #000;
	color:#FFF !important;
	height: 2px;
}
.header a:active {
	color:#FFF;
}
.header a:visited { color:#FFF; }