#search_block_top {
  padding-top: 0px;
}
  #search_block_top #searchbox {
    float: left;
    width: 100%;
  }
  @media (min-width: 768px) {
    #search_block_top #searchbox {
      float: right;
      width: auto;
    }
  }
  #search_block_top .btn.button-search {
    background:none;
    display: none;
    position: absolute;
    top: 20px;
    margin:5px 0 0 -35px;
    border: none;
    color: #23baf2;
    width: 30px;
    height:30px;
    padding:0;
    text-align:center;

  }

  @media (max-width: 1220px) {
    #search_block_top .btn.button-search {
      margin:-5px 0 0 -35px;
    }
  }

  #search_block_top .btn.button-search {
      display: inline-block;
    }
    #searchbox .btn.button-search span {
      display: none;

    }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      font-family: "FontAwesome";
      font-size: 17px;
    }

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -------------------- */
/* @@@@  SEARCH FIELD STYLE  @@@@@ -------------------- */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -------------------- */

  #search_block_top #search_query_top {
    display:inline;
    padding:0 10px;
    font-size:20px;
    font-weight:400;
    color:#000000 !important;
    width:calc(100% - 10px);height:50px;
    vertical-align:middle;
    background: #ffffff;
    margin:5px;
  }
  @media (min-width: 768px) {
    #search_block_top #search_query_top {
      font-size:16px;
      background:rgba(255,255,255,0.9) !important;
      width:350px;height:42px;
      line-height: 42px;
      border:none;
      border-bottom:0px solid #44c9fa;
      margin:10px 0 0 0;
      
    }
  }
  @media (min-width: 950px) {
    #search_block_top #search_query_top {
      width:420px;
    }
  }
  @media (min-width: 1220px) {
    #search_block_top #search_query_top {
      margin:20px 0 0 0;
    }
  }

.ac_results {
  background: white;
  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: white; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative;
}
  form#searchbox label {
    color: #000000;
  }

  form#searchbox .button.button-small {
    float: left; }
    form#searchbox .button.button-small i {
      margin-right: 0; }

.kovax-search-style {

}
