@charset "utf-8";
/* CSS Document */
html, body {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background:#fff;
}
.mm-page {
	background: inherit;
	min-height: 100%;
	position: relative;
	
}
html.mm-left.mm-opened .mm-page {
	/*margin-left: 50px;*/
}
html.mm-left.mm-opening .mm-page {
	/*margin-left: -65px;*/
}

#menu .icon {
	margin: 0 15px 0 -2px;
}
#open-icon {
	margin-bottom:5px;
	margin-top:-15px;
}
