@media only screen and (min-width : 1100px){
	.windows{ width:980px;}
}
@media only screen and (max-width : 960px){
	.windows{ width:95%;}
	.table_over{ overflow:auto;}
}
@media only screen and (max-width : 800px){
/*	div.frame_image_mainbuliding{ width:24%;}
	div.detail-box_maintab{ width:74%;}*/
	.grid_people .data .people_box{ width:33%;}
}
@media only screen and (max-width : 768px){
	.windows{ width:100%;}
	.windows .windows_res_tr,
	.windows .windows_res_tl,
	.windows .windows_res_br,
	.windows .windows_res_bl,
	.windows .windows_res_left,
	.windows .windows_res_right{ display:none;}
	.windows .windows_res_min_inn{ margin:0; padding:0 10px;}

}

@media only screen and (max-width:700px){
	div.frame_image_mainbuliding{ width:26%;}
	div.detail-box_maintab{ width:72%;}

}
@media only screen and (max-width:600px){
	div.frame_image_mainbuliding{
		float:none !important;
		margin:0 auto 10px auto !important;
		width:160px;
	}
	div.detail-box_maintab{
		float:none !important;
		margin:0 auto !important;
		width:auto;
	}
	.send-resources .send-params {
		float:none;
		width:100%;
		margin-bottom:10px;
	}
	.send-resources .send-target{
		float:none;
		width:100%;
	}
	.market-offers .offers-list,.market-offers .offers-search,
	.market-offers .offers-form
	{ width:auto !important; float:none !important; margin-bottom:10px;}
	
	form div.radio div.float div, form div.checkbox div.float div{ width:auto; float:none !important;}
	div.line_box_resp{ width:auto;}
	/* .send-resources ul{ width:100%;} */
	.send-resources .resources li{ width:auto; display:block;}
	.grid_people .data .people_box{ width:50%;}
}
@media only screen and (max-width :480px) {
	form div.input label{width:auto; display:inline-block; float:none !important; margin-bottom:4px;}
	div.block_box .block_title_res{ width:auto;}
	#train_hero .army_type_select .army_frame{ width:20%;}
	div.block_box div.block_image{ position:inherit; margin:0 auto 8px auto; float:none; top:0px; text-align:center;}
	div.block_box div.block_content{ padding:0 !important; }
}
@media only screen and (max-width : 380px) {
	.grid_people .data .people_box{ width:100%; float:none;}
	
}
@media only screen and (max-width : 318px) {
	.send-resources .resources li{ height:auto !important;}
}