
/* ===== INV SEARCH ===== */
.hdr-search {
	width: 100%;
	display: none;
	background: #bfc2ca;
	padding: 1.75em;
    font-family: 'Industry', sans-serif;
    letter-spacing: .5px;
}
.hdr-search .wrapper-width {width: 100%; max-width: 1300px;	margin: 0 auto;	display: block;}

.detailed-form {margin: auto;}
.detailed-row {margin: 5px 0; font-size: 14px; display: flex; align-items: flex-end;}

.column4 {
	width: 25%;
	float: left;
	padding-right: 25px!important;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.column4 select {
	width: 100%;
	padding: 2%;
	margin-top: 5px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 3px!important;
	border: 1px solid #afafaf!important;
	line-height: 30px!important; 
	height: 30px!important;
	box-sizing: border-box;
	color: #57595B!important;
}

div.column4.last {padding-right: 0!important;}
#search {width: 100%; margin: 0 auto; margin-top: 20px;	padding-right: 0!important;}

.detailed-search input[type='submit'] {
	font-size: 12px;
	font-weight: 500;
	background: #400000;
	width: 100%;
	height: 30px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	border-radius: 18px!important;
	outline: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-appearance: none;
	border: 1px solid #000;
	cursor: pointer;
}

.detailed-search input[type='submit']:hover{
	color:#400000;
	background: #bfc2ca;
	border:2px solid #400000;
}

.detailed-search input[type='text'] {
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 15px;
	height: 40px;
	background-color: transparent;
	border-bottom: 1px solid #000;
	border-top: none;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #252627;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #252627;
  letter-spacing: .5px;
}

.hdr-search h3 span {color: #d7d7d7;}
.hdr-search section {display: none; padding: 15px 0 0;}
.hdr-search label {
  display: inline-block;
  margin: 0 3px!important;
  padding: 10px 15px!important;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #000!important;
  border: 1px solid transparent;
}
.hdr-search label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

/*label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }*/

.hdr-search label:hover {
  color: #eeeeee;
  background: #292929;
  cursor: pointer;
}

.hdr-search input:checked + label {
  color: #fff;
  padding-top: 10px;
  font-weight: 700;
  background: #400000!important;
  box-shadow: 0 3px 2px -2px rgba(0,0,0,.3);
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
  display: block;
  border-top: 2px solid #400000;
}

.column4 select.cat-search {
	background: none;
	width: 100%;
	font-family: 'Industry', sans-serif;
	font-size: 15px;
	border-bottom: 1px solid #000;
	margin: 2px 0;
	color: #000;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	box-sizing: border-box;
	height: 40px;
	padding: 0 8px;
}


/* ===== MEDIA QUERIES ===== */
@media screen and (max-width:1000px) {
	label {font-size: 14px;}
	label {width: 100%; text-align: center;}
}

@media screen and (max-width: 700px) {
	.column4 {width: 100%; float: none; padding-right: 0!important;}
	.column4 select {margin: 5px 0; padding: 1%;}
	.hdr-search label {margin: 0 auto!important;}
}
