﻿.form-wrapper {
    border-color: #424242;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    overflow: hidden;
    padding:15px;box-sizing:border-box;
    max-width: 555px;
    width: 100%;font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
}
form {
    width: 100%;
    text-shadow: 0 !important;
    text-shadow: none !important;
    color: #000 !important;
}
.form-wrapper #search:focus {
    border-color: #000;
    -webkit-box-shadow: 0 1px 1px #bbb inset;
    -moz-box-shadow: 0 1px 1px #bbb inset;
    box-shadow: inset 0px 1px 1px #bbb;
    outline: 0;
}

.form-wrapper #search {
    border: 1px solid #424242;
    -webkit-border-radius: 3px;box-sizing:border-box;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    height: 30px;
    padding: 5px;
    width: 80%;font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}
.form-wrapper #submit {
    background-color: rgb(147,40,50) ;
    border-radius: 3px;
	border:1px solid #424242;
    color: #fafafa;
    cursor: pointer;
    height: 30px;
    float: right;
    font-size: 20px;font-family: 'Roboto Condensed', sans-serif; font-weight:700;
    padding: 0;
    width: 18%;
    margin: 0 0 0 0;
		-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

@media screen and (max-width: 767px){
    .form-wrapper #submit {width:100%;margin-top:5px;}
    .form-wrapper #search {width:100%;}
}





.detailed-search-wrap{background: rgba(0,0,0,.8);  padding: 25px 0; width: 100%; max-width: 700px; margin: 0 auto !important}

.detailed-search-wrap .content {width: 90%;	margin: 0 auto;}

.detailed-form {margin: auto;}
.clear {clear: both;}


.detailed-search-wrap main {
  width:100%;
  padding: 50px;
  margin: 0 auto;
}

.detailed-search-wrap section {
  display: none;
  padding: 20px 0 0;	
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.detailed-search-wrap label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 400;
  text-align: center;
  background: #fff;
	cursor: pointer;
	color: #932832;
  border: 1px solid transparent;
	font-size: 17px;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}



.detailed-search-wrap 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'; }*/

.detailed-search-wrap label:hover {
  color: #fff;
	background: #932832;
}

.detailed-search-wrap input:checked +  label {
  color: #fff;
	background: #932832;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2{ display: block;
}




@media screen and (max-width: 650px) {

.detailed-search-wrap{max-width: 100%}
	
.detailed-search-wrap label{display: block; width: 100%; padding: 10px 0; margin-bottom: 5px;}
.detailed-search-wrap label:before {
margin: 0;
    font-size: 18px;
  }
}