@charset "utf-8";
/* CSS Document */

/*@media only screen and (min-width : 321px) {*/
	
@media (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {

.home_advnce_btn {
	width:25% !important;height:7vh; line-height:7vh; float:left !important;
}

.banner_input_div{ height:7vh; width:65% !important;    float:left !important;}

.banner_input{ height:7vh; }
.search_div_area{
	display:none;
}

.hot_offer_img{

}
.hot_deal_title{
	margin-top:0px;	
	font-size:5vh !important;
}
.hot_offer_caption{

}
.sale_label{
	padding:5px 10px !important;
}

.home_search_label{ height:7vh; line-height:7vh; width:10% !important;  float:left !important; }

.search_column, .hot_offer_img, .hot_offer_caption, .prop_image, .prop_details{
	width:50% !important; float:left;
}

.prop_detail_text{
	display:none;
}
.prop_details_title{
	margin-left:0;
	padding-left:0;
}

.prop_details_title h3{
	font-size:5vh;
}
.property_page{
	padding-top:12vh;
}

.show_land{
	display:block !important;
}

.hide_land{
	display:none !important;
}


	
}