.form_wrap {
	width:100%;
	height:auto;
	float:left;
	margin:10px 0px 40px 0%;
	padding: 35px 15px 15px 15px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	border-top: 3px solid #f3f3f3;
  	border-bottom: 3px solid #f3f3f3;
  	font-weight: 300;
}

.form_section {
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
	background-color: #fff;
}

.form_section.submit {
	border: none;
	background-color: transparent;
}


.form_input {
	width:100%;
	height:auto;
	float:left;
	margin:5px 0px 0px 0px;
	color:#666;
}

.form_input input {
	-webkit-appearance: none;
	background:#FFF;
	color:#333;
	border:1px solid #ddd;
	padding:14px 12px 14px 12px;
	width:100%;
	float: left;
	font-size: 1em;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.form_input input:hover {
	border:1px solid #294182;;
}

.form_input select {
	background:#FFF;
	color:#333;
	border:1px solid #ddd;
	padding:3px 3% 3px 1%;
	width:96%;
	float: right;
	font-size: 0.9em;
}

.form_input select option {
	padding: 3px 0px 0px 1%;
}

.form_input img {
	float:right;
}

.form_input button {
	background-color:#FAB635;
	border:none;
	cursor:pointer;
	width: auto;
	height: auto;
	color: #fff;
	padding: 10px 5% 10px 5%;
	font-size: 1em;
	transition: background-color 0.2s ease;
}

.form_input button:hover {
	background-color: #CD8705;
}

.form_input textarea {
	-webkit-appearance: none;
	background:#FFF;
	color:#333;
	border:1px solid #ddd;
	padding:14px 12px 14px 12px;
	width:100%;
	height: 160px;
	float: left;
	font-size: 1em;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	font-size: 1em;
	font-family: "Open Sans", arial, sans-serif;
}

.form_input textarea:hover {
	border:1px solid #294182;
}

.form_error {
	width:100%;
	height:auto;
	float:right;
	margin:5px 0px 5px 0px;
	color:#F00;
	font-size: .9em;
	line-height: 1.2;
    text-align: right;
    -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
    
}

#spam {
	width:auto;
	margin-bottom:5px;
	float: none;
}

.hidden {
	display: none;
}

#contact_error {
	width: 96%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #CD8705;
	text-align: center;
	color: #333;
	padding: 12px 2% 12px 2%;
	font-size: 1em;
	color: #fff;
	z-index: 3;
}

p.google {
	font-size: 0.8em;
	margin-left: 0px;
}

.g-recaptcha {
	float: right;

}

.grecaptcha-badge { 
    visibility: hidden;
}



@media screen and (max-width: 550px) {
	
    
   

}




