
/*  DETAILED SEARCH
------------------------------------------------*/

.detailed-search-wrap {
	padding: 30px 30px 60px 30px;
}

.detailed-search-wrap h3{
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-style: italic;
	font-size: 22px;
	padding-bottom: 10px;
}

.detailed-search{padding: 20px;}

.content {
	
}

.detailed-form {
	margin: auto;
}
.clear {
	clear: both;
}
.detailed-row {
	margin: 10px 0 5px;
	font-size: 18px;
}




main {
  width:100%;
  padding: 50px;
  margin: 0 auto;
}

section {
  display: none;
  padding: 20px 0 0;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #696969;
  border: 1px solid #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}

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'; }*/

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #fff;
	
	background:#333;
	text-transform: uppercase;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
	background:#333;
}


@media screen and (max-width:850px){
	label{display: block;}
}


@media screen and (max-width:550px){
	.detailed-search-wrap{padding: 60px 20px;}
}