

.mm-menu
{
	display: none;
}

.header,
.content,
{
	text-align: center;
}
.header,
{
	background: #777;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	background: url(../images/hamburgermenu.svg)no-repeat center center;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    left: 25px
}
.content
{
	padding: 150px 50px 50px 50px;
}