#search_block_top {
    float: right;
    position: absolute;
    right: 15px;
    top: 100%;
}
#search_block_top .field-search #searchbox {
    width: auto;
    position:relative;
    display:inline-block;
    padding: 7px 0;
}

.ac_results img{float:left; margin-right:10px;}
#search_block_top .btn.button-search {
    background: transparent none repeat scroll 0 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555555;
    height: 48px;
    padding: 6px 12px 6px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    background: blue;
}
.sticky-fixed-top #search_block_top .btn.button-search{
   width: 35px;
}
    #search_block_top:hover .btn.button-search,
#search_block_top #search_query_top:focus + .btn.button-search ,
#search_block_top #search_query_top:active + .btn.button-search,
#search_block_top .btn.button-search:hover{
    width: 34px;
    height: 34px;
    top: 7px;
}
#search_block_top .btn.button-search span {
    display: none; }
#search_block_top .btn.button-search.active{
    background-color:#e7257b;
}
#search_block_top .btn.button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    color:#ffffff;
	line-height: 0.5;
    width: 100%;
    text-align: center; }
#search_block_top .btn.button-search.active:before{
    color: #ffffff;
}
#search_block_top .btn.button-search:hover {
    color: #6f6f6f; }
#search_block_top #search_query_top {
    background: #fff none repeat scroll 0 0;
    border: none;
    color: #1e1e21;
    display: inline-block;
    font-size: 13px;
    height: 34px;
    margin-right: 34px;
    padding:0;
    margin-left:0;
    width:0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -ms-transition: all 0.3s ease-in-out 0s; 
}
#search_block_top:hover #search_query_top,
#search_block_top #search_query_top:focus,
#search_block_top #search_query_top:active{
    width:236px;
    padding:0 0 0 15px;
}
.ac_results {
    margin-left: -1px;
    background: transparent!important;
    border:0;
    width: 271px !important;
    -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 17px;
    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; }
.search_filter{
    margin-right: 100%;
    position: absolute;
    right: 0;
    width: auto !important;
}
.search_filter #category_filter {
    height: 34px;
	display:none;
}
.ac_results ul{padding:0;max-height:371px!important;}
.ac_results .right-search{ float:left;max-width: 53%;}
.ac_results .right-search span{
    color:#f2532f ;
    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:#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 .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-top: 0px;
	    padding: 0;
	    width: auto;
	    display: inline-block;
            
      }
      #search_block_top #search_query_top{
          width:235px;
      }
      #search_block_top .btn.button-search{
          background: #e7257b;
      }
      #search_block_top #search_query_top{
          padding-left: 15px;
          border: solid 1px #cccccc;
      }
      #search_block_top{
          float:left;
          position: static;
      }
      #search_block_top .btn.button-search {
        background: transparent none repeat scroll 0 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #555555;
        height: 34px;
        padding: 6px 12px 6px 10px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 7px;
        width: 34px;
        background: blue;
}
}
@media(max-width:767px){
    #search_block_top{
        float:right;
    }
}
@media(max-width:725px){
    #search_block_top{
        float:right;
    }
    #search_block_top{
        text-align: center;
    }
    #search_block_top .field-search{
        padding: 0;
        margin: 0;
    }
    
}
@media(max-width:767px){
     #search_block_top{
         float:none;
     }
     #search_block_top{
        margin-right: 0;
        margin-top: 25px;
    }
}
@media(max-width:360px){
   #search_block_top #searchbox{width:270px;}
   .static-home-bottom .left_content{padding-right:10px;}
}

 @media (min-width: 768px) and (max-width: 991px) {
		 #search_block_top{
		bottom: -22px;
		margin-right: -150px;
		position: absolute;
		right: 50%;
		top: auto;
		width: 300px;
		 }
 }
 
 /*********update19.04*******/
@media(max-width:991px){
    #search_block_top:after,
    #search_block_top:before{
        display: none;
    }
}