html, body {
	padding: 0;
	margin: 0;
	/* overflow-y: scroll; */
}
body {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	position: relative;
	/* overflow-y: scroll; */
}
nav:not(.mm-menu) {
	display: none;
}
.mmenuheader, .content, .footer {
	text-align: center;
}
.mmenuheader, .footer {
	background-color: #333333;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin-top: -40px;
	padding: 0 50px;
}
.mmenuheader.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.mmenuheader a {
	background: center center no-repeat transparent;
	background-image: url(../images/hamburger-k.png);
	background-size: 20px;
	background-color: #ffffff;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 0;
	position: fixed;
	top: 0;
	left: 0;
}
.content {
	padding: 0 0 0 0;
}
	
.usi-mmenu ul li a, .usi-mmenu ul li a:visited {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0 0 0 0;
	color: #000000;
	text-decoration: none;
}
.usi-mmenu ul li a:hover {
	color: #3366cc;
	text-decoration: none;
}

@media only screen and (max-device-width: 1024px) {
	html, body { overflow-y: scroll;  }

}