#search_block_top {
  float: right;
  padding: 0 19px 0 0;
  margin: 8px 17px 7px 0;
  border-right: 1px solid #5e5e5e;
  width: 40px;
}
@media (max-width: 480px) {
  #search_block_top {
    margin: 8px 10px 7px 0;
    padding: 0 9px 0 0;
    width: 30px;
  }
}
#search_block_top #searchbox {
  float: left;
  width: 100%;
}
@media (max-width: 480px) {
  #search_block_top #searchbox {
    margin: 10px 0 0 0;
  }
}
#search_block_top .btn.button-search {
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  border: none;
  color: #363636;
  width: 30px;
  text-align: center;
  padding: 11px;
  background: none;
}
#search_block_top .btn.button-search span {
  display: none;
}
#search_block_top .btn.button-search:before {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #191919;
  width: 100%;
  text-align: center;
}
#search_block_top .btn.button-search:hover {
  color: #363636;
}
#search_block_top #search_query_top {
  display: inline;
  padding: 0 35px 0 12px;
  height: 43px;
  background: #f6f6f6;
  border: none;
  margin-right: 1px;
}
#search_block_top .searchtoggle {
  display: none;
  position: absolute;
  right: 0;
  top: 42px;
  width: 300px;
  z-index: 8;
}
@media (max-width: 480px) {
  #search_block_top .searchtoggle {
    top: 32px;
    width: 255px;
  }
}
#search_block_top .search_button {
  background: rgba(0, 0, 0, 0) url("../../../img/megnor/search.png") no-repeat scroll 0 8px;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 35px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 24px;
  z-index: 1;
}

.ac_results {
  background: white;
  border: 1px solid #e9e9e9;
  width: 271px !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;
}

form#searchbox {
  position: relative;
}
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;
}

.form-control:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
