/* @import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"; */
*:after,
*:before {
  box-sizing: border-box;
}
.searchButton {
  box-sizing: border-box;
}
.select {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 47px;
  width: 100%;
  padding-top: 7px;
  max-width: 325px;
  color: #e6e6e6;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.select .placeholder {
  position: relative;
  display: block;
  background-color: #626262;
  z-index: 3;
  padding: 1em;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
}
.select .placeholder:hover {
  background: #989898;
  color: #fff;
}
.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  z-index: 10;
}
.select.is-open .placeholder:after {
  content: "\f077";
}
.select.is-open ul {
  display: block;
}
.select.select--white .placeholder {
  background: #fff;
  color: #999;
}
.select.select--white .placeholder:hover {
  background: #fafafa;
}
.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
}
.select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #808080;
  cursor: default;
  font-size: 12px;
}
.select ul li:hover {
  background: #d20000;
  color: #fff;
}

.top:hover .sub {
  height: 500px;
}
