#search_block_top {
    display: inline-block;
    /* height:34px; */
    float:left;
    text-align:left;
}
#search_block_top .field-search{
    display:block;
    /* padding-top:35px; */
}
#search_block_top .btn.button-search:hover:before {
    color: #fff;
}
#search_block_top #searchbox {
    width: 100%;
    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: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; }
#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: "";
    background: transparent url('/themes/newyork/img/target.svg') center no-repeat;
    display: block;
    width: 100%;
    text-align: center;
    height: 20px;
    /* background-size: 100% 100%; */
}
#search_block_top .btn.button-search.actived:before {
    background: transparent url('/themes/newyork/img/target_white.svg') center no-repeat;
}    
#search_block_top .btn.button-search:hover::before {
    color: #6f6f6f; 
    background: transparent url('/themes/newyork/img/target_white.svg') center no-repeat;

}
#search_block_top #search_query_top {
    display: inline-block;
    padding: 0 15px;
    height: 42px;
    margin-right: 0px; 
    font-size:13px;
    color:#1e1e21;
    border: 1px solid #F1F1F1;
    font-family: 'Helvetica Neue Italic', Helvetica, sans-serif;
    font-style: italic;
    color: #4A4A4A;    
}
.ac_results {
    background: transparent!important;
    border:0;
    font-family: "helveticaneue", Helvetica, sans-serif;
    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:386px!important;}
.ac_results .right-search{ margin-left: 88px;}
.ac_results .right-search span{
    color:#f2532f;
    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:#f2532f;
}
.ac_results .right-search strong{color:#f2532f;}
#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 #f2532f;
    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 .field-search{padding-top:0;}
}