.form_wrap {
	width:60%;
	height:auto;
	float:left;
	margin:10px 0px 30px 0%;
	font-family: 'Open Sans', sans-serif;
	padding: 30px 0px 30px 0px;
	background-color: #fff;
	border: 2px solid #f3f3f3;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.form_section {
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 26px 0px;
}

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


.form_input {
	width:90%;
	height:auto;
	float:left;
	margin:0px 0px 0px 5%;
	color:#444;
	padding:0px 0px 0px 0px;
}

.form_input input[type='text'] {
	color:#333;
	border:1px solid #ddd;
	padding:12px 3% 12px 3%;
	font-family: 'Open Sans', sans-serif;
	width:90%;
	font-size: 0.9em;
	-webkit-appearance: none;

}

.form_input input[type='checkbox'] {
	color:#333;
	/*-webkit-appearance: none;*/
	border:2px solid #ddd;
	width: 30px;
	float: left;
	
}

div.terms_txt {
	font-size: 0.9em;
	margin-top: 0px;
	line-height: 1.4;
	float: left;
	width: 80%;
}

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

.form_input img {
	float:right;
}

.form_input button {
	background-color:#39495D;
	border:none;
	cursor:pointer;
	width: 130px;
	height: auto;
	color: #fff;
	line-height: 21px;
	font-family: 'Open Sans', sans-serif;
	padding: 6px 0px 6px 0px;
	font-size: 0.9em;
	font-weight: 300;

}

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

.form_input textarea {
	font-family: 'Open Sans', sans-serif;
	background:#FFF;
	color:#333;
	border:1px solid #ddd;
	padding:12px 3% 12px 3%;
	width:90%;
	height:140px;
	font-size: 0.9em;
	-webkit-appearance: none;
}

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

.form_error {
	width:90%;
	height:auto;
	margin:5px 3% 5px 5%;
	color:#B31C0F;
	font-size: 0.8em;
	line-height: 1.2;
    font-size: 0.8em;
    float: left;
    
}

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

.hidden {
	display: none;
}

p.google {
	font-size: 0.8em;
	color: #444;
}

p.google a {
	text-decoration: underline;
}

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

.g-recaptcha {
	float: right;

}

.grecaptcha-badge { 
    visibility: hidden;
}


@media screen and (max-width: 550px) {
	.form_title {
        width: 90%;
        margin:14px 0px 0px 5px;
    }
    .form_input {
       width: 90%;
    }
    
    .form_error {
        width: 80%;
    }
}

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

    .form_wrap {
    	width: 100%;
    }
}
