

/*---------- DETAILED SEARCH ----------------------------*/
.detailed-search-wrap {
	font-family: 'Asap', sans-serif; 
	padding: 1em 2em;
	margin: 0 auto;
	width: 100%;
	display: inline-block;
	position: relative;
	background: #cdcdcd;
	margin-top: 70px;
}
.detailed-search-wrap h4 { 
	color: #000;	
	font-family: 'Asap', sans-serif; 
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.detailed-search-wrap .column8, .detailed-search-wrap .column4 {padding: 0;}

.content {width: 100%; margin: 0 auto;}
.detailed-form {margin: auto;}

.detailed-search input[type='submit'] {
	background: #af0000;
	width: 100%;
	height: 40px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	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: 0;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: 'Asap', sans-serif;
	font-size:14px;
	font-weight: 700;
	cursor: pointer;
}
.detailed-search input[type='submit']:hover{
	background: #000;
	color: #fff;
}
.detailed-search input[type='text'] {
	width: 100%;
	margin: 0;
	padding: 0 8px;
	font-size: 16px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.detailed-search-wrap section {
  display: none;
  padding: 20px 0;
}
.detailed-search-wrap label {
	display: inline-block;
    padding: 10px !important;
    text-align: center;
    position: relative;
    z-index: 4;
    color: #000;
    font-family: 'Asap', sans-serif; 
	background:#f0f0f0;
	font-size: 12px;
	letter-spacing: 1px;
	width: 32.8%;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.detailed-search-wrap label:before {
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
}
.detailed-search-wrap label:hover {
    background: #262626;
	color: #fff;
	cursor: pointer;
}
.detailed-search-wrap input:checked + label {
  color: #fff;
  background: #af0000;

}

#title {
	width: 100%;
	background:none; 
	color:#000;
	font-size:16px;
	font-weight: 800;
	text-align:center;
	display: block;
	margin: 0 auto;
	font-family: 'Asap', sans-serif; 
	padding:0!important;
	margin-bottom: 20px;
}
#title:hover {
	cursor: default;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
}

/************* MEDIA QUERIES (RWD)
*********************************/
@media screen and (max-width: 1500px) {
	.detailed-search-wrap {margin-top: 55px;}
}

@media screen and (max-width: 1250px) {
	.detailed-search-wrap {margin-top: 15px;}
	.detailed-search-wrap .column8 {float: left; width: 66.66%!important;}
	.detailed-search-wrap .column4 {float: left; width: 33.33%!important;}
	.detailed-search-wrap {margin-top: 45px;}
	.quicklinks-wrapper a {font-size: 16px;}
}

@media screen and (max-width: 700px) {
	.detailed-search-wrap label {width: 100%;}
	.detailed-search-wrap {width: 100%; float: none;}
	.detailed-search-wrap .column8, .detailed-search-wrap .column4 {float: none; width: 100%!important;}
}