#search_block_top {
    display: inline-block;
    height:44px;
    float:left;
    margin-right:3px;
}
#search_block_top #searchbox {
    width: 300px;
    position:relative;
    display:inline-block;
    float:left;
}
#search_block_top .btn.button-search {
    background: none repeat scroll 0 0 transparent;
    color: #555555;
    height: 44px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 44px; }
#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: 18px;
    width: 100%;
    color:#555;
    text-shadow:none;
    text-align: center; }
#search_block_top .btn.button-search.active{
    background:#fb5b06;
    box-shadow:none;
}
#search_block_top .btn.button-search.active:before{
   color:#fff;
}
#search_block_top .btn.button-search:hover {
    color: #fb5b06; }
#search_block_top #search_query_top {
    display: inline-block;
    padding: 0 15px;
    height: 44px;
    margin-right: 0px; 
    font-family:"helvetica-lt";
    font-size:14px;
}
.ac_results {
    background: transparent!important;
    border:0;
    box-shadow: 0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
    margin-top: -1px; }
.ac_results li {
    color: #555555;
    font-family: "helvetica-lt";
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    padding: 15px 15px 17px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0px -1px rgba(0, 0, 0, 0.2) inset;
    background:#f1f1f1;
}
.ac_results li.ac_over, .ac_results li:hover {background:#e9e9e9 !important;}
.ac_results li:last-child{
    margin:0;
    box-shadow:none;
    border:0;
}
form#searchbox label {
    color: #555; }
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; }
.ac_results ul{padding:0;max-height:390px!important;}
.ac_results li.ac_over img{display:inline-block;}
.ac_results .right-search{margin-left:15px;}
.ac_results img, .ac_results .right-search {
    float: left;
}
.ac_results .right-search span{color:#fb5b06;}
.ac_results .right-search h5{
    font-family: "helvetica-lt";
    color:#555555;
    font-size:14px;
    word-wrap: break-word;
    text-shadow: 1px 1px #ffffff;
}
.ac_results img:hover{
    opacity:0.8;
}
.ac_results .right-search h5:hover{
    color:#fb5b06;
}
.ac_results .right-search strong{color:#fb5b06;}
#search_block_top .btn.button-search{transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;}
#search_block_top .btn.button-search.actived {
    background: none repeat scroll 0 0 #eb5f06;
    color:#fff;
    transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;
}
@media(max-width:991px){
     #search_block_top{float:none;}
     #search_block_top{margin-right:0;}
}
@media(max-width:767px){
     #search_block_top{margin-right:3px;}
}
@media(max-width:414px){
    #search_block_top{
        margin-right:0!important;
    }
}
@media(max-width:320px){
    #search_block_top #searchbox{
        float:none;
        width:270px;
        margin-right:0;
    }
}