.scroll-header #search_block_top {
  margin-top: 0px; }

#search_block_top {
  float: right;
  margin-top: 25px;
  position: relative; }
  #search_block_top .icon-search {
    background: transparent;
    display: block;
    position: relative;
    border: none;
    color: #2c2c2c;
    cursor: pointer;
    width: 40px;
    text-align: center;
    line-height: 30px;
    height: 70px;
    padding: 20px 0; }
    #search_block_top .icon-search:before {
      color: #2c2c2c;
      font-size: 12px; }
  #search_block_top #searchbox {
    float: left; }
  #search_block_top .btn.button-search {
    background: none;
    padding: 0;
    border: none;
    font-size: 0;
    position: absolute;
    right: 12px;
    top: 9px;
    z-index: 9; }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      color: #000;
      font-family: "FontAwesome";
      font-size: 14px;
      width: 100%;
      text-align: center; }
  #search_block_top .toogle_content {
    position: absolute;
    right: 0;
    display: none; }
    #search_block_top .toogle_content #search_query_top {
      top: 100%;
      display: inline;
      padding: 10px;
      height: 40px;
      z-index: 1;
      position: relative;
      width: 300px;
      color: #898989;
      background: #fff;
      border: 1px solid #ebebeb; }
      #search_block_top .toogle_content #search_query_top:focus {
        box-shadow: none; }

.ac_results {
  background: #fff;
  border: 1px solid #ebebeb;
  width: 300px !important;
  margin-top: -1px; }
  @media (max-width: 767px) {
    .ac_results {
      width: 96% !important; } }
  @media (max-width: 640px) {
    .ac_results {
      width: 95% !important; } }
  @media (max-width: 480px) {
    .ac_results {
      width: 94% !important; } }
  @media (max-width: 320px) {
    .ac_results {
      width: 290px !important; } }
  .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; }

@media (max-width: 767px) {
  #search_block_top {
    width: 100%; }
    #search_block_top #searchbox {
      float: none; }
    #search_block_top .btn.button-search {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      height: 40px;
      width: 40px;
      line-height: 40px;
      color: #252525; } }
@media (max-width: 767px) {
  #search_block_top .toogle_content {
    display: block;
    position: static; }

  #search_block_top .icon-search {
    display: none; }

  #search_block_top .toogle_content #search_query_top {
    width: 100%; } }

/*# sourceMappingURL=blocksearch.css.map */
