#search_block_top {
    margin-top: 10px;
}

#search_block_top #searchbox {
    float: left;
    width: 100%;
}

#search_block_top .btn.button-search {
    background-color: #303b3e;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    width: 60px;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}

#search_block_top .btn.button-search span.search-icon {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../../../img/search_new.png);
    margin: 0 auto;
}

#search_block_top #search_query_top {
    display: inline;
    padding: 0 60px 0 20px;
    height: 35px;
    background: #fff;
    margin-right: 1px;
    margin-top: 0;
    font-size: 14px;
    border: 1px solid #303b3e;
}
#search_block_top #search_query_top:focus {
    outline: none !important;
    box-shadow:none;
}

.ac_results {
    background: #fff;
    border: 1px solid #e2e2e2;
    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: #eee;
}

form#searchbox {
    position: relative;
}

form#searchbox label {
    color: #0f0f0f;
}

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;
}

.search-wrapper {
    float: right;
}

@media (max-width:991px) {
    .search-wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    #search_block_top {
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    header .row #header_logo {
        width: 40%;
    }
}

@media (max-width: 480px) {
    header .row #header_logo {
        width: 50%;
    }
}