/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
@media only screen and (max-width: 479px) {
	/*outline: 1px solid red;*/

	/*SECTIONS START*/

	#header_section{
		height: 137px;
	}

	#logo{
		width: 200px;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	/*CAROUSEL IMAGES*/

	#images_1{
		height: 100%;
	    position:relative;
	    background:   url('../../images/finbar_fini_homes_affordable_quality_real_estate_philippines_carousel_01.png')no-repeat;
	    background-size: cover;
	    background-position: center;
	}

	#images_2{
		height: 100%;
	    position:relative;
	    background:   url('../../images/finbar_fini_homes_affordable_quality_real_estate_philippines_carousel_2.png')no-repeat;
	    background-size: cover;
	    background-position: center;
	}

	#images_3{
		height: 100%;
	    position:relative;
	    background:   url('../../images/finbar_fini_homes_affordable_quality_real_estate_philippines_carousel_03.png')no-repeat;
	    background-size: cover;
	    background-position: center;
	}

	/*CAROUSEL IMAGES*/

	#carousel-example-generic{
		/*background-image: url('../../images/finbar_fini_homes_affordable_quality_real_estate_philippines_first_panel_bg.png');
		background-repeat: repeat-x;
		background-position: bottom;*/
		opacity: 0;
	}

	#section_2{
		height: auto;
		background-image: url('../../images/finbar_fini_homes_affordable_quality_real_estate_philippines_second_panel_bg.png');
		background-size: cover;
	    background-position: center;
	    padding-bottom: 100px; 
	}

	/*SECTIONS END*/

	.nav_images{
		width: 75px;
	}

	#header_nav ul{
		/*float: right;*/
		margin-left: 0;
		padding-left: 0;
	}

	#header_nav ul li{
		display: inline;
	}

	#header_nav ul li {
		float: left;
	}

	.gallery_big{
		width: 100%;
		/*margin-top: 50px;*/
	}

	#gallery_big_right{
		margin-top: 50px;
	}

	.gallery_grid{
		width: 60px;
		height: 60px;
		float: left;
	}

	.gallery_small{
		width: 100%;
	}

	.margin_left{
		margin-left: 20px;
	}

	.gallery_label{
		width: 100%;
		text-align: center;
		margin: 0;
		font-size: 12px;
	}

	footer{
		background-color: #f6f6f0;
	}

	#inquire_holder{
		/*outline: 1px solid red;*/
		margin: 0 auto;
		margin-bottom: 50px;
		width: 100%;
		/*height: 500px;*/
	}

	#footer_logo_holder{
		margin-bottom: 50px;
		margin-top: 100px;
	}

	.field_attr{
		margin: 0;
		width: 100%;
		height: 30px;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		padding: 10px;
		/*font-size: 20px;*/
		border-top: 1px solid #999;
		background-color: #f6f6f0;
	}

	#message_field{
		height: 100px;
		border-bottom: 1px solid #999;
		resize: none;
	}

	#send_button{
		width: 100px;
		height: 30px;
		background-color: #999;
		border: 0;
		/*font-size: 20px;*/
		color: #ffffff;
	}

	#send_button:hover{
		background-color: #74be43;
	}

	/*GOOGLE MAP*/
	#map_holder1{
		margin-bottom: 20px;
		width: 100%;
		height: 300px;
	}
	
	#map_holder2{
		margin-bottom: 20px;
		width: 100%;
		height: 300px;
	}
}