#wrap, #header, #container, #footer{
	float:left;
	width:100%;
}

#header{
	position:relative;
	height:100px;
}

#container{
}

#footer{
	margin-top:35px;
	padding:35px 0 25px 0;
	background:#e7e7e7;
}

#aside{
	float:left;
	width:260px;
}

#content{
	float:right;
	width:1000px;
}

#admin_content{
	margin:50px auto;
	width:1200px;
}



#popup_wrap{
	float:left;
	width:calc(100% - 60px);
	height:calc(100% - 60px);
	padding:30px;
}

#popup_header{
	float:left;
	width:100%;
	font-size:24px;
	color:#333;
	font-weight:700;
}

#popup_container{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}


.sectors{
	margin:0 auto;
	width:1380px;
}

.mobile{
	display:none;
}

.wbr{
	display:block;
	clear:both;
}

.mbr2{
	display:none;
}

@media screen and (max-width:640px){
	#header{
		height:80px;
	}

	#aside{
		display:none;
	}

	#content{
		float:left;
		width:94%;
		margin-left:3%;
	}
	
	.mobile{
		display:block;
	}

	.web{
		display:none;
	}

	.mbr{
		display:block;
		clear:both;
	}

	.mbr2{
		display:inline-block;
	}

	.wbr{
		display:initial;
	}

	.sectors{
		width:100%;
	}
}