#search_block_top {
  float: right;
  margin-top: 7px;
  z-index: 9;
}
#search_block_top #searchbox {
  position: relative;
}
#search_block_top .btn.button-search {
  background: transparent;
  display: block;
  position: relative;
  border: none;
  color: #333333;
  width: 30px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
#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;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
#search_block_top .btn.button-search:hover {
  color: #499e86;
}
#search_block_top .btn.button-search:active {
  box-shadow: none;
}
#search_block_top #search_query_top {
  padding: 5px  40px 5px 10px;
  height: 30px;
  width: 100%;
  z-index: 1;
  max-width: 200px;
  color: #898989;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#search_block_top #search_query_top:focus {
  box-shadow: none;
}

.ac_results {
  background: white;
  border: 1px solid #ebebeb;
  width: auto !important;
  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;
}

@media (max-width: 767px) {
  #search_block_top {
    float: none;
  }
  #search_block_top #search_query_top {
    max-width: 100%;
  }
}
