/* custom inventory search */
.search .detailed-search-wrap {top: 0!important;}

.label-overlay {
    width: 100%;
    position: absolute;
    z-index: 2;
    background: #2a2a2a;
    box-sizing: border-box;
	display: block;
	padding: 2.25em 0;
}

/*----------DETAILED SEARCH------------*/

.detailed-search-wrap {
	background: #000;
	font-family: 'Roboto', sans-serif; 
	margin: 0 auto;
	width: 100%;
	display: inline-block;
	position: relative;
	top: -60px;
}
.detailed-search-wrap h4 { 
	color: #a6aeb2;	
	font-family: 'Roboto Condensed', sans-serif; 
	font-weight:400;
	letter-spacing:1px;
	text-transform: uppercase;
}

.detailed-form {margin: auto;}
.clear {clear: both;}

.detailed-row {width: 100%;	display: inline-block;}

.column2 {
	width: calc(50% - 4px);
	padding-right: 20px;
	box-sizing: border-box;
	margin: 5px 2px;
	color: #fff;
	font-size: 14px;
}
.column2 select, .column3 select {
	width: 100%;
	height: 40px;
	margin-top: 2px;
}

.column3 {
	width: calc(33.33% - 4px);
	margin: 5px 2px;
	padding-right: 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
}
.last {padding-right: 0;}

.detailed-search {
	padding: 1.5em 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	box-sizing: border-box;
}
.detailed-search select {
	background: #fff;
	color: #000;
	border: #dadada;
	padding: 8px;
	height: 30px!important;
	border-radius: 0;
}
.detailed-search input[type='submit'] {
	font-size: 14px;
	font-weight: 600;
	background: #ffc81f;
	width: 100%;
	height: 30px!important;
	margin-top: 10px;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 0 !important;
	outline: none;
	border: none;
	transition: all .2s ease-in-out;
	-webkit-appearance: none;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	cursor: pointer;
}
.detailed-search input[type='submit']:hover{
	border: 1px solid #ffc81f;
	background: #000;
	color: #ffc81f;
}

.detailed-search input[type='text'] {
	width: 100%;
	margin: 2px 0 0;
	padding: 0 8px;
	font-size: 15px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #dadada;
	box-sizing: border-box;
	border-radius: 0;
}
.detailed-search-wrap h3 span {
	color: #d7d7d7;
}

.detailed-search-wrap section {
  display: none;
}

.detailed-search-wrap label {
	display: inline-block;
    margin: 0 15px -1px;
    padding: 5px 20px !important;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 4;
    color: #a6aeb2;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 65px;
}

.detailed-search-wrap label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.detailed-search-wrap label:hover {
  color: #888;
  cursor: pointer;
}

.detailed-search-wrap input:checked + label {
  color: #ffc81f;
  background: #000;
}

label#title {
	letter-spacing: 1px;
}

label#title:hover {
	color: #a6aeb2;
	cursor: default;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
}

/************* MEDIA QUERIES (RWD)
*********************************/
@media screen and (max-width: 1385px) {
	.detailed-search-wrap label {font-size: 14px; line-height: 55px;}
	.label-overlay {padding: 2em 0;}
}

@media screen and (max-width: 1060px) {
	.detailed-search-wrap .wrapper-width {width: 90%;}
}

@media screen and (max-width: 930px) {
	.column3 {width: 100%; margin: 4px 4px; padding: 0;}
	.column2 {width: calc(50% - 4px); margin: 2px; padding: 0;}
	.detailed-search-wrap {top: -2px;}
	.detailed-search-wrap label {padding: 0 15px!important; margin: 0;}	
	
	.label-overlay {padding: 1.7em 0;}
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 645px) {
}

@media screen and (max-width: 500px) {
}