

#container{
  height: auto;
width: 100%;}


#search{
  display: none;
  position: absolute;
  background-color: rgba(222,222,222,0.95);
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 1010;
}
.searchwrap{width: 50%;height: auto;float: left;padding: 100px 0;}
#searchform{
  width: 100%;
  margin: 0 auto;
  font-size: 3em;
  float: left;
}
.filter{width: 50%;height: auto;float: left; padding: 100px 0;}

#label{
  color: #333;
}

#searchtext{
  margin: 0 auto;
  width: 100%;
  background: transparent;
  border: none;
color: #333;
  font-family: inherit;
  font-size: 2em;
}

#searchtext:focus{
  outline: none;
}
p{
  margin: 0;
color: #333;
  width: 200px;
  padding: 10px;
}


.wrapSearch {
  float: left;
  height: auto;
  padding: 100px 0;
  width: 100%;
}
.oneSearch {
  border-top: 1px solid white;
  float: left;
  height: auto;
  margin: 0 0 20px;
  width: 100%;
}

.oneSearch div {
  float: left;
  width: 25%;
}

.oneSearch div > span {
  float: left;
  width: 100%;
}