#search_block_top {
    padding: 25px 0 0px 23px;
    float: right;
    clear: right;
}
  @media (max-width: 1199px) {
    #search_block_top {
      padding: 12px 0 15px 10px; } }
  @media (max-width: 479px) {
    #search_block_top {
      padding: 12px 0 15px 0px;
      width: 100%; } }
  #search_block_top #searchbox {
    float: left;
    width: 100%;
    border: none;
    position: relative;
    background: #fbfbfb;
    padding-right: 44px; }
  #search_block_top .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    color: #333333;
    width: 44px;
    height: 38px;
    text-align: center;
    padding: 0;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-size: 17px;
    line-height: 38px; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      width: 100%;
      text-align: center;
      font-weight: normal; }
    #search_block_top .btn.button-search:hover {
      color: #f02727;
      font-size: 23px; }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 9px 10px 9px 13px;
    height: 38px;
    border: none;
    background: none; }

.ac_results {
  background: white;
  border: 1px solid #d8d8d8;
  width: 100%; }
  .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: #333333; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .btn.btn-sm {
    float: left; }
    form#searchbox .btn.btn-sm i {
      margin-right: 0; }
