#booking-request-form { padding-top: 20px }
	#booking-request-form .form-group { background-color: #E9E9E9 }
	#booking-request-form input, #booking-request-form select, #booking-request-form textarea { -moz-border-radius: 0; -webkit-border-radius: 0; background-color: #E9E9E9; border-color: #E9E9E9; border-radius: 0; padding: 20px }
	#booking-request-form button { -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; background-color: #5785C3; border: none; color: #FFF; display: block; font-size: 17px; margin-top: 18px; padding: 12px 18px; text-transform: uppercase; transition: 0.3s; width: 200px }
	#booking-request-form button:hover { background-color: #2D2D2D }

@media (max-width: 1569px) {
	#booking-request-form input, #booking-request-form select, #booking-request-form textarea { padding: 15px }
	#booking-request-form button { font-size: 14px }
}

@media (max-width: 1199px) {
	#booking-request-form input, #booking-request-form select, #booking-request-form textarea { padding: 12px 15px }
}

@media (max-width: 991px) {
	#booking-request-form { padding: 0 0 30px 0 }
}

@media (max-width: 767px) {
	
}

@media (max-width: 575px) {
	#booking-request-form button { width: 100% }
}