
#search_block_top { margin-top: 25px; float: right; width: 30%; }
#search_block_top h2 { display: none; }

#search_block_top #searchbox { width: 52%; border: 1px solid #C0C0C0; }
@media (min-width: 768px) and (max-width: 1024px) {
        #search_block_top #searchbox { width: 85%; }
}

#search_block_top #searchbox :hover { border: 1px solid #ff00aa; }
#search_block_top .btn.button-search {
    background: #fff;
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    color: #4B4B4B;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 4px 0;
}
#search_block_top .btn.button-search {border: transparent !important;box-shadow:none;}
#search_block_top #search_query_top {
    display: inline;
    font-size: 2em;
    padding: 0 13px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin-right: 1px;
    border: none;
    position:relative;
}
#search_block_top #search_query_top:before {
    background: url("../img/arrowBlockSearch.png") repeat-x 0px 0 !important;
    content: 'test';
    display: block;
    position: absolute;
    height:59px;
    width: 148px;
    top: 0;
    left: -10px;
}
.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: #333333; }
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 { clear: both; margin: 0 0 15px 0; width: 100%; }
	#search_block_top #searchbox { width: 90%; margin: auto; }
	#search_block_top h2 { font-size: 25px; }
}
@media (min-width: 768px) and (max-width: 1024px) {
	#search_block_top { margin-top: 15px; margin-bottom: 15px; width: 25%; }
        #search_block_top #search_query_top { font-size: 1.7em; }
}


        

#search_block_top .fa-search:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 32px;
}

