.search-bar {
	background: #0e0e0e;
	background: -moz-linear-gradient(45deg, #0e0e0e 0%, #7d7e7d 100%);
	background: -webkit-linear-gradient(45deg, #0e0e0e 0%,#7d7e7d 100%);
	background: linear-gradient(45deg, #0e0e0e 0%,#7d7e7d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=1 );
}

.home-inv-search{
	width:100%;
	padding:19px 0;
    padding-bottom: 140px;
}

#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;
	color: #000;
	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 #000;
	border-left:none;
	border-right:none;
	border-bottom:none;
	color: #000;
	font-size: 16px;
	background: transparent;
	width: 100%;
	margin-top: 5px;
	-webkit-appearance: none;
     border-radius: 2px;
}

.contact-form input, .contact-form select{
	color:#000;
	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: #000;
	text-transform: uppercase;
	padding:20px;
	transition:ease-in .3s;
}

#formpage input.submit-button:hover{
	background:#000;
	color:#14115F;
	border:1px solid #14115F;
	transition:ease-out .3s;
}


#formpage input.button, #formpage input.button:focus {
	width: 175px;
	display:inline-block;
	position:relative;
	margin: 0;
	background: #3E67CF;
	font-size: 16px;
	line-height: 0;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding:20px;
}

#formpage input.button:hover{
	background:#000;
	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;
	color: #000;
	font-size: 16px;
	background: #ccc;
	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;
}
.column4 {
	width: 33.3%;
	*
	width: 24%:;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 5px;
	text-transform:uppercase;
}

.last {
	float:right;	
}

.detailed-search input[type='submit'] {
	font-size: 16px;
	background: #ed1e24;
	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;
	transition:ease-out .3s;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	cursor: pointer;
}
.detailed-search input[type='submit']:hover{
	background:#fff;
	color:#ed1e24;
	transition:ease-in .3s;
}
.detailed-search input[type='text'] {
	color:#ed1e24;
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 15px;
	height: 40px;
	background-color: #fff;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}
.home-inv-search h3{
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	padding:0 0 15px 0;
	font-size: 2rem;
	font-weight: 600;
}

.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;
}
/*  TOP BAR SEARCH
------------------------------------------------*/
.searchwrap {
	white-space: nowrap;
	text-align: center;
	margin-top: .75em;
}

.stocksearch input, .stocksearch select {
	color:#fff;
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 15px;
	height: 40px;
	background-color: #ccc;
	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;
}
.stocksearch input[type='submit'], header .detailed-search input[type='submit'] {
	font-size: 14px !important;
	background: #ed1e24 !important;
	width: 22%;
	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;
	transition:ease-out .3s;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	cursor: pointer;
	float: left;
border-radius: 0;margin: 0 !important;}
.stocksearch input[type='submit']:hover{
	background:#fff !important;
	color:#ed1e24 !important;
	transition:ease-in .3s;

}
.stocksearch input[type='text'], header input[type=color], header input[type=date], header input[type=datetime], header input[type=datetime-local], header input[type=email], header input[type=file], header input[type=month], header input[type=number], header input[type=password], header input[type=reset], header input[type=search]:not([class*=Mui]), header input[type=tel], header input[type=text]:not([class^=Mui]), header input[type=time], header input[type=url], header input[type=week], header select, header textarea {
	color:#ed1e24;
	width: 75%;
	margin: 0;
	padding: 0 8px;
	font-size: 15px;
	height: 42px;
	background-color: #ccc;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	float: left;
border-radius: 0;border: none;}


/*  RESPONSIVE
------------------------------------------------*/
@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%;}
}