#search_block_top {
  position: absolute;
  z-index: 90;
}
#search_block_top #search_query_top {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  float: left;
  font-size: 1.7rem;
  height: 46px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 0 20px;
}
#search_block_top .button-search {
  border-radius: 0;
  float: left;
  margin: 0;
  font-size: 16px;
  border: none;
  height: 46px;
  padding: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 46px;
  background: #109063;
}
#search_block_top .button-search span {display: none;}
#search_block_top .button-search:before {
  content: "\f002";
  font-family: "FontAwesome";
  line-height: 42px;
}
#instant_search_results a.close{
  font-family: "Signika Negative", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  float: right;
  text-transform: none;
}

body .ac_results{
  border-top: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
body .ac_results li{
  font-family: inherit;
  font-size: 14px;
  padding: 10px;
}
body .ac_results li.ac_odd{background:#f5f5f5;}
body .ac_results li.ac_over {
  background: #e5e5e5;
  color: #333;
  cursor:pointer;
}