#search_block_top {
  float: right;
  z-index: 2;
  position: relative;
  margin-top: -70px;
  padding-top: 30px;
  width: 260px; }
  @media (max-width: 992px) {
    #search_block_top {
      margin-top: -80px;
    }
  }
  #search_block_top #searchbox {
    float: left;
    width: 100%; }
    #search_block_top #searchbox:before {
      content: '';
      display: block;
      position: absolute;
      background: white;
      bottom: 0;
      left: 0;
      width: 80%;
      height: 1px;
      margin-left: 10px;
      margin-bottom: 5px;
    }
  #search_block_top .btn.button-search {
    background: #F58220;
    /*display: block;*/
    position: absolute;
    margin-top: 3px;
    border-radius: 50%;
    top: 0;
    right: 4px;
    border: none;
    padding: 0px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center; }

    #searchButton {
      width: 30px;
      height: 30px;
      background: #f58220;
      border-radius: 50%;
      position: absolute;
      top: 3px;
      left: 120px;
    }

    #searchButton:before {
      content: '\f002';
      font-family: 'FontAwesome';
      padding: 6px 6px 6px 7px;
      color: white;
      font-size: 15px;
    }

    #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: 15px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #6f6f6f; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 7px 60px 10px 13px;
    height: 37px;
    color: white;
    background: transparent;
    /*border-bottom: 1px solid white !important;*/
    border: none;
    box-shadow: none !important; }
.ac_results {
  background: #fff;
  border: 1px solid #d6d4d4;
  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: #fff; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

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

/*# sourceMappingURL=blocksearch.css.map */
