#search_block_top {
  width: 240px;
  position: absolute;
  right: 6%;
  top: 20%;
  background: white;
  border: 1px solid #e8e8e8;
  padding: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #search_block_top {
    right: 24%;
  }
}
@media (max-width: 767px) {
  #search_block_top {
    position: relative;
    right: auto;
    top: auto;
    margin: 15px auto;
  }
}
#search_block_top #searchbox {
  float: left;
  width: 100%;
}
#search_block_top .btn.button-search {
  display: block;
  float: left;
  border: none;
  color: #353535;
  width: 25px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin-top: 2px;
}
#search_block_top .btn.button-search span {
  display: none;
}
#search_block_top .btn.button-search:before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  margin-top: 3px;
  width: 100%;
  text-align: center;
}
#search_block_top .btn.button-search:hover {
  background: none;
}
#search_block_top #search_query_top {
  float: left;
  width: 204px;
  height: 30px;
  background: white;
  margin-right: 1px;
  border: 1px solid #e8e8e8;
}

.ac_results {
  background: white;
  border: 1px solid #e8e8e8;
  width: 271px;
  margin-top: -1px;
}
.ac_results li {
  padding: 0 10px;
  font-weight: normal;
  color: #686666;
  font-size: 13px;
  line-height: 22px;
}
.ac_results li.ac_odd {
  background: white;
}
.ac_results li:hover, .ac_results li.ac_over {
  background: #fbfbfb;
}

form#searchbox {
  position: relative;
  background: white;
}
form#searchbox label {
  color: #555555;
}
form#searchbox input#search_query_block {
  margin-right: 10px;
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
form#searchbox .button.button-small {
  float: left;
}
form#searchbox .button.button-small i {
  margin-right: 0;
}
