.home-inv-search{
	width:100%;
	padding:60px 0;
}

#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
}

#formpage p{
	text-align:left;
}
.formfield {
	width: 30%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	color: #fff;
	min-width: 175px;
	text-align:left;
}
#formpage div {
	vertical-align: top;
	padding: 5px 5px;
	position: relative;
}
#formpage input {
	padding: 6px 5px 10px;
	border-top: 2px solid #fff;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-family: "Source Sans Pro", sans-serif;
	color: #fff;
	font-size: 16px;
	background: transparent;
	width: 100%;
	margin-top: 5px;
	-webkit-appearance: none;
     border-radius: 2px;
}

.contact-form .half{
	width:49%;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
}

.contact-form #formpage input {
	padding: 6px 5px 10px;
	border-top: 2px solid #333;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-family: "Montserrat", sans-serif;
	color: #333;
	font-size: 16px;
	background: transparent;
	width: 100%;
	margin-top: 5px;
	-webkit-appearance: none;
     border-radius: 2px;
}

.contact-form input, .contact-form select{
	color:#333;
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 15px;
	height: 40px;
	background-color: transparent;
	border-top: 2px solid #333;
	border-left:none;
	border-right:none;
	border-bottom:none;
	box-sizing: border-box;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.contact-form select {
	background: #fff url(../siteart/dropdown-arrow.png) right center no-repeat;
	overflow: hidden;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	cursor: pointer;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	-o-box-shadow: 0;
	-ms-box-shadow: 0;
	box-shadow: 0;
}


#formpage input.submit-button, #formpage input.submit-button:focus {
	width: 150px;
	display:inline-block;
	position:relative;
	margin: 0;
	background: #14115F;
	font-size: 14px;
	line-height: 0;
	color: #fff;
	text-transform: uppercase;
	padding:20px;
	transition:ease-in .3s;
}

#formpage input.submit-button:hover{
	background:#fff;
	color:#14115F;
	border:1px solid #14115F;
	transition:ease-out .3s;
}


#formpage input.button, #formpage input.button:focus {
	width: 150px;
	display:inline-block;
	position:relative;
	margin: 0;
	background: #3E67CF;
	font-size: 16px;
	line-height: 0;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding:20px;
}

#formpage input.button:hover{
	background:#fff;
	color:#3E67CF;
	border:1px solid #3E67CF
}



input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
    border-radius: 0;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #ababab;
	font-family: "Source Sans Pro", sans-serif;
	color: #fff;
	font-size: 16px;
	background: #fff;
	margin-top: 5px;
	width: 92%;
	height: 85px;
	border-radius:2px
}

.CaptchaPanel{width:100%;}
.CaptchaWhatsThisPanel a{color:#333;}
.CaptchaMessagePanel{color:#333;}
.CaptchaAnswerPanel{
	width:250px;
}


.submit-button{
	padding:10px 0px 10px 0px;
	position:relative;
	width:100%;
	text-align:center;
}




/*  DETAILED SEARCH
------------------------------------------------*/


.detailed-search-wrap {
	background: #fff;
	padding: 30px 0;
}
.content {
	width: 85%;
	margin: 0 7.5%;
}

.detailed-form {
	margin: auto;
}
.clear {
	clear: both;
}
.detailed-row {
	margin: 10px 0 5px;
	font-size: 18px;
}
.column3 {
	width: 33.33%;
	*width: 31%: ;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 5px;
}

.detailed-search input[type='submit'] {
	font-size: 16px;
	background: transparent;
	width: 100%;
	margin-top: 2px;
	height: 40px;
	color: #fff;
	display: inline-block;
	outline: none;
	border: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	border-radius: 5px;
	transition:ease-out .3s;
	border:1px solid #fff;
}
.detailed-search input[type='submit']:hover{
	background:#fff;
	color:#c60000;
	border:1px solid #fff;
	transition:ease-in .3s;
}
.detailed-search input[type='text'] {
	color:#fff;
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 15px;
	height: 40px;
	background-color: transparent;
	border-top: 2px solid #fff;
	border-left:none;
	border-right:none;
	border-bottom:none;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.home-inv-search h3{
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	padding:0 0 30px 0;
}

.home-inv-search input, .home-inv-search select{
	color:#fff;
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 15px;
	height: 40px;
	background-color: transparent;
	border-top: 2px solid #fff;
	border-left:none;
	border-right:none;
	border-bottom:none;
	box-sizing: border-box;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.home-inv-search select {
	background: url(../siteart/dropdown-arrow.png) right center no-repeat;
	overflow: hidden;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	cursor: pointer;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	-o-box-shadow: 0;
	-ms-box-shadow: 0;
	box-shadow: 0;
}


.home-inv-search select:focus{color:#333;}


.detailed-search-wrap h3 span {
	color: #d7d7d7;
}


@media screen and (max-width:1270px){
	.contact-form .half{width:45%;}
}

@media screen and (max-width:760px){
	.column3{width:100%;}
	.home-inv-search{padding:20px 0;}
	
	.contact-form .half{width:100%;}
}