/*nav:not(.mm-menu) {
	display: none;
}*/
.header1, .header2, .content1, .footer1 {
	text-align: center;
}
.header1, .header2, .footer1 {
	background: #303234;
	font-size: 19px;
	color: #fff;
	line-height: 50px;
	font-family: "AvantGarde Bk BT";
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 50px;
	border-bottom: 1px solid #443b29;
	position:fixed;
	z-index:1;
}
.header1{
	position:fixed;
	}
.header1.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.header2.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer1.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header1 a {
	background: center center no-repeat transparent;
	background-image: url(../images/mobile/icons/menu.png);
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 10px;
}

.header2 a {
	background: center center no-repeat transparent;
	background-image: url(../images/mobile/icons/back.png);
	background-repeat: no-repeat;
	display: block;
	width: 18px;
	height: 35px;
	position: absolute;
	top: 5px;
	left: 10px;
}
.content1 {
	padding: 30px 2% 0px;
	width: 96%;
	float: left;
	margin-top:40px;
}

.m-content2 {
	padding: 10px 2% 0px;
	width: 96%;
	float: left;
	position:fixed;
}

.m-content-2 {
	width: 100%;
	float: left;
}
