#search_block_top {
    display: inline-block;
    height:34px;
    float:left;
    text-align:center;
}
#search_block_top .field-search{
    display:inline-block;
    padding-top:60px;
}
#search_block_top #searchbox {
    width: 300px;
    position:relative;
    display:inline-block;
    float:left;
}

.ac_results img{float:left; margin-right:20px;}
#search_block_top .btn.button-search {
    background: none repeat scroll 0 0 transparent;
    color: #555555;
    height: 34px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 34px; }
#search_block_top .btn.button-search span {
    display: none; }
#search_block_top .btn.button-search.actived:before{
    color:#fff;
}
#search_block_top .btn.button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    color:#626060;
    width: 100%;
    text-align: center; }
#search_block_top .btn.button-search:hover {
    color: #6f6f6f; }
#search_block_top #search_query_top {
    display: inline-block;
    padding: 0 15px 0 45px;
    height: 34px;
    margin-right: 0px; 
    font-size:14px;
    color:#1e1e21;
}
.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-size: 13px;
    font-weight: normal;
    line-height: 22px;
    padding: 15px;
    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: #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; }
.ac_results ul{padding:0;max-height:394px!important;}
.ac_results .right-search{ float:left;}
.ac_results .right-search span{
    color:#f2532f ;
    font-size:15px;
    font-family: "helveticaneue", Helvetica, sans-serif;
}
.ac_results .right-search h5{
    color:#555555;
    font-size:16px;
    word-wrap: break-word;
    text-shadow: 1px 1px #ffffff;
}
.ac_results img:hover{
    opacity:0.8;
}
.ac_results .right-search h5:hover{
    color:#ffbb33 ;
}
.ac_results .right-search strong{color:#ffbb33 ;}
#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;
}
#search_block_top .form-control{background:transparent; border:0;}
@media(max-width:991px){
     #search_block_top{float:none;}
      #search_block_top .field-search{padding-top:0;}
      #search_block_top #searchbox {border:1px solid #d6d4d4;}
      #search_block_top{margin-top:25px;}
}
@media(max-width:360px){
   #search_block_top #searchbox{width:270px;}
   .static-home-bottom .left_content{padding-right:10px;}
}