body {
	font-family: "Open Sans", "Helvetica Neue", Arial, "Bitstream Vera Sans", sans-serif;
	margin: 0;
	padding: 0;
}

#contact-form {
	width: 100%;
	min-width: 310px;
	margin: 0 auto;
	padding-bottom: 1%;
	text-align: center;
}

#contact-form-inner {
	width: 1040px;
	margin: 0 auto;
	text-align: center;
}

#contact-form h2 {
	font-family: 'Marvel', sans-serif;
	text-align: center;
	color: #cecece;
	font-size: 2.2em;
	font-weight: 300;
	padding: 15px;
	border-bottom: none;
	margin-bottom: 0px;
	text-shadow: none;
}

.form-info {
	margin: 0;
}

div#request-half{
	width:500px;
	float:left;
	display:inline-block;
	text-align:left;
	height:auto;
	margin:0 10px;
}

div#request-full{
	width:1020px;
	float:left;
	display:block;
	text-align:center;
	height:auto;
	clear:both;	
	margin:0 10px;
}

p#label {
	width:500px;
	text-align:left;
	font-size:14px;
	color:#56411a;
	margin:5px 5px 5px 13px;
}

p#label-full {
	width:1020px;
	text-align:left;
	margin:5px auto;
	padding-left:13px;
	font-size:14px;
	color:#56411a;
}

input.text {
	outline: none;
	background: #fff;
	color: #392513;
	width: 500px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding: 10px 10px;
	border: 2px solid #dcd6ce;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	font-size: 1em;
	font-weight: 100;
	margin-bottom: 1em;
}

input.text:focus, textarea:focus, select:focus {
  	outline: 0;
 	border-color: #2377c2;
}

textarea {
  	outline: none;
  	background: #fff;
  	color: #392513;
  	width: 1020px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  	padding: 10px 10px;
  	border: 2px solid #dcd6ce;
  	border-radius: 6px; 
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
  	font-size: 1em;
  	font-weight: 400;
  	resize: none;
  	height: 120px;	
	margin-bottom: 1em;
  	font-family: 'Open Sans', sans-serif;
}


select {
  	color: #392513;
  	width: 500px;
  	padding: 7px 10px;
  	border: 2px solid #dcd6ce;
	margin-bottom: 1.4em;
  	border-radius: 6px; 
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
  	font-size: 1em;
  	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

select:required:invalid {
  color: gray;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}

input[type="submit"] {
    background: #2377c2;
	color: #fff;
	border-radius: 5px;
	padding:12px 50px;
	border:0;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
}

input[type="submit"]:hover{
  	background: #56411a;
  	color: #fff;
}

.g-recaptcha-outer{
    text-align: center;
	background: #f9f9f9;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #dcd6ce;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	margin:50px auto 20px;
	width:50%;
	clear:both;
}
.g-recaptcha-inner{
    width: 280px;
    height: 73px;
    overflow: hidden;
    margin: 5px auto;
}
.g-recaptcha{
    position:relative;
    left: -9px;
    top: -2px;
}

.succMsg { 
	color:#356242 ; 
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}

.errMsg { 
	color:#e51e19 ; 
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}

.clear2 { clear: both; }


