#search_block_top {
 }
  #search_block_top #searchbox {
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	position: absolute;
	right: 22px;
	top:85px;
	z-index:1;
	overflow:hidden;
 }
  #search_block_top .btn.button-search {
	float:right;
    display: block;
    border: none;
    color: #fff;
    width: 50px;
	height:38px;
    text-align: center;}
    #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: 17px;
      width: 100%;
      text-align: center;
		color:#909090;	  }
	#searchbox:hover .btn.button-search {
		background: #fff;
    }	
	#searchbox:hover .btn.button-search:before {
		color: #e03550;
    }
	  
  #search_block_top #search_query_top {
	border: 0;
width: 290px;
padding:0 10px;
background: none;
height: 38px;
float: left;
color: #b4b4b4;
background:#fff;
font-weight: 500;}

.ac_results {
  background: #fff;
  border: 1px solid #d6d4d4;
  width: 271px !important;
  margin-top: -1px; }
  .ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px; }
    .ac_results li.ac_odd {
      background: #fff; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333; }
  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; }
@media all and (max-width: 992px) {
  #search_block_top #searchbox {
    right: auto;
    top: auto;
    position: static;
  }
}
/*# sourceMappingURL=blocksearch.css.map */
