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

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.header_bar
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.header_content
	{
		padding-left: 30px;
	}
	.main_nav
	{
		margin-left: 106px;
	}
	.header_list ul li:not(:last-of-type)
	{
		margin-right: 24px;
	}
	.header_list ul li > div
	{
		width: 17px;
		height: 17px;
	}
	.header_list ul li span
	{
		font-size: 10px;
		margin-left: 8px;
	}
	.test_slide
	{
		padding-right: 100px;
	}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.main_nav ul li:not(:last-of-type)
	{
		margin-right: 13px;
	}
	.main_nav
	{
		margin-left: 81px;
	}
	.submit
	{
		width: 204px;
	}
	.main_nav ul li a
	{
		font-size: 14px;
	}
	.listing_info ul li:not(:last-of-type)
	{
		margin-right: 25px;
	}
	.listing_location
	{
		padding-left: 25px !important;
	}
	.listing_location a
	{
		font-size: 14px;
		margin-left: 15px;
	}
	.prop_location img
	{
		margin-top: -4px;
	}
	.map_overlay
	{
		display: none;
	}
	.testimonials_image
	{
		height: 600px;
	}
	.test_slide
	{
		padding-right: 180px;
	}
	.footer_content
	{
		padding-bottom: 23px;
	}
	.footer_col
	{
		margin-bottom: 60px;
	}
	.footer_listing_location a
	{
		max-width: none;
	}
	
	#imgBien{
	height:220px;
	width:100%;
}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.header.scrolled
	{
		top: 0;
	}
	.header_bar
	{
		display: none !important;
	}
	.header_content
	{
		padding-right: 30px;
	}
	.main_nav,
	.submit
	{
		display: none;
	}
	.hamburger
	{
		display: block;
	}
	.search_inputs
	{
		width: 100%;
	}
	.search_input
	{
		width: 100%;
	}
	.search_input:not(:last-of-type)
	{
		margin-bottom: 11px;
	}
	.search_button
	{
		margin-top: 13px;
	}
	.listing_location a
	{
		max-width: 100%;
	}
	.hot_image
	{
		height: 450px;
	}
	.hot_deal
	{
		padding-top: 26px;
	}
	.test_slide
	{
		padding-right: 120px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 30px;
	}
	
	#imgBien{
	height:245px; 
	width:100%;
	
	}
	
	.col-lg-4{
		width:50%!important;
	}
	
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	#imgBien{
	height:235px;
	width:100%;
	
	}
	
	.col-lg-4{
		width:65%!important;
		margin:0px auto;
	}
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.home_slider_nav
	{
		right: 30px;
	}
	.hot_image
	{
		height: 350px;
	}
	.testimonials_image
	{
		height: 500px;
	}
	.test_slide
	{
		padding-right: 100px;
	}
	.footer_bar_content
	{
		height: auto;
		padding-top: 80px;
		padding-bottom: 20px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.copyright
	{
		margin-top: 70px;
	}
	
	
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h1
	{
		font-size: 36px;
	}
	p
	{
		font-size: 13px;
	}
	.home_slider_nav
	{
		display: none;
	}
	.menu_nav ul li a
	{
		font-size: 24px;
	}
	.menu .log_reg ul li a
	{
		font-size: 12px;
	}
	.section_subtitle
	{
		font-size: 12px;
	}
	.header_content
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.home_content
	{
		width: 389px;
		padding-top: 32px;
		padding-left: 40px;
		padding-bottom: 41px;
	}
	.home_title h1
	{
		font-size: 24px;
	}
	.home_price_tag
	{
		font-size: 16px;
	}
	.search_input
	{
		height: 45px;
		font-size: 14px;
		padding-left: 20px;
	}
	.search_input::-webkit-input-placeholder
	{
		font-size: 13px !important;
	}
	.search_input:-moz-placeholder
	{
		font-size: 13px !important;
	}
	.search_input::-moz-placeholder
	{
		font-size: 13px !important;
	} 
	.search_input:-ms-input-placeholder
	{ 
		font-size: 13px !important;
	}
	.search_input::input-placeholder
	{
		font-size: 13px !important;
	}
	.search_button
	{
		width: 188px;
		height: 45px;
		font-size: 12px;
		font-weight: 600;
	}
	.search_title
	{
		/*height: 60px;
		line-height: 60px;
		font-size: 26px;*/ 
	}
	.tag a
	{
		font-size: 10px;
	}
	.tag_price
	{
		font-size: 14px;
	}
	.prop_location span
	{
		font-size: 14px;
	}
	.map_section_content
	{
		padding-left: 61px;
	}
	.google_map
	{
		min-height: 462px;
	}
	.hot_title a
	{
		font-size: 24px;
	}
	.prop_agent_name,
	.prop_agent_name a
	{
		font-size: 13px;
	}
	.prop_info ul li > div > div:first-of-type
	{
		font-size: 16px;
	}
	.location_contaner
	{
		font-size: 16px;
	}
	.testimonials_content
	{
		padding-left: 15px;
	}
	.testimonials_image
	{
		height: 400px;
	}
	.test_slide
	{
		padding-right: 60px;
	}
	.copyright
	{
		font-size: 12px;
	}
	
	#imgBien{
	height:215px;
	width:100%;
	
	} 
	
	.col-lg-4{
		width:60%!important;
		margin:0px auto;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	#imgBien{
	height:240px;
	width:100%;
	
	}
	
	.col-lg-4{
		width:70%!important;
		margin:0px auto;
	}
}

@media only screen and (max-width: 500px)
{
	#imgBien{
	height:225px;
	width:100%;
	
	}
	
	.col-lg-4{
		width:70%!important;
		margin:0px auto;
	}
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	#imgBien{
	height:270px;
	width:100%;
	
	} 
	
	.col-lg-4{
		width:90%!important;
		margin:0px auto; 
	}	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	#imgBien{
	height:220px; 
	width:100%;
	/*display:none;*/
	} 
	
	.col-lg-4{
		width:90%!important;
		margin:0px auto; 
	}
}