#search_block_top {
    float: right;
}
#search_block_top .field-search{
    margin-top: 60px;
}
#search_block_top #searchbox {
    width: 300px;
    position:relative;
}

.ac_results img{float:left; margin-right:15px;}
#search_block_top .btn.button-search {
    background: #90816e none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 1px 1px #f9f9f9;
    color: #ffffff;
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0;
    text-align: center;
    width: 43px;
    -webkit-transition:background-color 0.3s ease-in-out 0s;
    -moz-transition:background-color 0.3s ease-in-out 0s;
    transition:background-color 0.3s ease-in-out 0s; 
}
#search_block_top .btn.button-search span {
    display: none; }
#search_block_top .btn.button-search.active, #search_block_top .btn.button-search:hover{
    background-color:#eb5f60;
}
#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 #search_query_top {
    background: #f9f9f9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
    color: #777777;
    display: inline;
    float: left;
    font-size: 15px;
    height: 43px;
    line-height: 15px;
    margin-right: 4px;
    padding: 0 13px;
    text-shadow: 1px 1px #fff;
    width: 253px;
}
.ac_results {
    background: transparent!important;
    border:0;
    -moz-box-shadow: 0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
    -webkit-box-shadow: 0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
    box-shadow: 0 13px 6px -11px #d4d4d4 inset, 0 6px 12px -5px #666;
}
.ac_results li {
    color: #555555;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    padding: 15px 15px 16px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    -moz-box-shadow: 0px -1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0px -1px rgba(0, 0, 0, 0.2) inset;
    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:416px!important;}
.ac_results .right-search{padding-left: 85px;}
.ac_results .right-search span{
    color:#eb5f60 ;
    font-size:15px;
    font-family: "Helveticaneue";
}
.ac_results .right-search h5{
    color:#555555;
    font-family: "Helveticaneue";
    font-size:16px;
    word-wrap: break-word;
    text-shadow: 1px 1px #ffffff;
    margin-top: 0;
}
.ac_results img:hover{
    opacity:0.8;
}
.ac_results .right-search h5:hover{
    color:#eb5f60 ;
}
.ac_results .right-search strong{color:#eb5f60 ;}
#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;margin-top: 0;}
      #search_block_top{
	    margin-right: 10px;
	    margin-bottom: 30px;
	    padding: 0;
	    width: auto;
	    display: inline-block;
      }
}
@media (max-width: 586px) {
    #search_block_top{
	margin-right: 0;
	margin-left: 0;
    }
}
@media(max-width:360px){
   #search_block_top #searchbox{width:250px;}
   #search_block_top #search_query_top{width: 200px;}
   .static-home-bottom .left_content{padding-right:10px;}
}