form{
	margin-top:50px;
}

.form-section1, .form-section2, .form-section3, .form-section4{
	background-color: #1c1c1c;
	padding:30px;
	margin-bottom:50px;
}

.form-title{
    font-weight: 400;
    color: #b49062;
    font-size: 20px;	
}

.form-control{
	border-radius:0px;
}

.form-section1 .form-control, .form-section2 .form-control{
	margin-bottom:30px;
}

.form-section2{
	padding-bottom:0px;
}

.form-section4 a{
	color:#b49062;
	text-decoration:none;
}

.btn-request{
	margin-top:30px;
}

/*CHILDRENAGE*/

#childrenAge-container{
     display: none;
     clear:both;
     text-align:left;
     width:100%;
}

#childrenAge-container ol li{
     font-size:16px !important;
     margin-top:5px;
}

#childrenAge-container ol{
     margin:0 auto;
     width:100%;
     padding-left:14px;
}

#childrenAge-container input{    
    width:35px;
    height:30px;
    font-size:16px;
    margin-top:5px;
    margin-bottom:5px;     
}

#childrenAge-container li{    
    float:left; 
    width:80px;
    margin-bottom:15px;
}

#childrenAge{
    text-align:left; 
}

    /* Custom, iPhone Retina*/ 
    @media only screen and (min-width : 340px) {
    }

    /* Extra Small Devices, Phones */                                                                                                                                       
    @media only screen and (min-width : 460px) {
    }    
    
    /* Extra Small Devices, Phones */                                                                                                                                       
    @media only screen and (min-width : 550px) {
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {	

	}
	
	 /* Small Devices, Tablets */
    @media only screen and (min-width : 992px) {
		
	.form-section1 .form-control{
		margin-bottom:0px;
	}
		
	}
	
	 /* Desktop */
    @media only screen and (min-width : 1200px) {


	}
	
	 /* Desktop */
    @media only screen and (min-width : 1600px) {
	}
	
	 /* Desktop */
    @media only screen and (min-width : 1900px) {
			

	
	}
	
	 /* Desktop */
    @media only screen and (min-width : 2500px) {
	}