#search_block_top {
    padding-top: 0px;
    position: fixed;
    top: 35px;
    display: none;
    z-index: 99;
    padding: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.70);
}
#search_block_top #searchbox {
    float: left;
    width: 100%;
}
#search_block_top .btn.button-search {
    /* background: #fff; */
    display: block;
    /* float: right; */
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #000;
    width: 50px;
    text-align: center;
    padding: 29px 0 11px 0;
    background: none;
}
#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: 17px;
    width: 100%;
    text-align: center;
}
#search_block_top .btn.button-search:hover {
    color: #6f6f6f;
}
#search_block_top #search_query_top {
    display: inline;
    padding: 14px 60px 14px 57px;
    height: 90px;
    background: #fafafa;
    margin-right: 1px;
    border: 0px;
    font-size: 21px;
    font-weight: 100;
    text-align: center;
    border-bottom: 1px solid #000;
    margin: 0;
}
.ac_results {
    background: #fff;
    border: 1px solid #d6d4d4;
    width: 271px;
    margin-top: -1px;
    width: 100% !important;
    max-height: 200px;
    overflow: auto !important;
}
.ac_results li {
    padding: 5px 10px !important;
    font-weight: 300;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
    font: inherit !important;
}
.ac_results li:hover {
    background: #1754a0 !important;
    color: #fff !important;
    cursor: pointer;
}
.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 */