#search_block_top {
  padding-top: 0;
  float: right;
  }
  #search_block_top #searchbox.hidden {
    float: left;
    width: 0;
    transition: all 5s ease;
    }
    #search_block_top #searchbox{width:calc(100% - 41px); padding: 15px 0;}
  #search_block_top .btn.button-search {
    background: #333;
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    border: none;
    color: #fff;
    width: 30px;
    text-align: center;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    }
	#search_block_mobile .btn.button-search {
    background: #333;
    border: none;
    color: #fff;
    width: 30px;
    text-align: center;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    float: left;
    }
    #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;
      display: none;
      }
    #search_block_top .btn.button-search:hover {
      color: #6f6f6f; }
  #search_block_top #search_query_top{
    display: block;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    background: #f8f8f8;
    margin-right: 10px;
    border-bottom: solid 1px #d3d3d3 !important;
    width: 85%;
    }
	#search_block_mobile #search_query_mobile {
    padding: 0 13px;
    float:left;
    height: 30px;
    line-height: 30px;
    background: #f8f8f8;
    margin-right: 0;
    border:none;
    border-bottom: solid 1px #d3d3d3 !important;
    width: 85%;
    }

.ac_results {
  background: #fff;
  border: 1px solid #dddddd;
  width: 271px;
  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: #f8f8f8; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #777; }
  form#searchbox input#search_query_block {
    margin-right: 0;
    max-width: 80%;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    height: 40px;
    border: solid 2px #f1f1f1;
    border-right: none;
    }
  form#searchbox .button.button-small {
    float: left;
    height: 40px;
	max-width:20%;
    }
    form#searchbox .button.button-small i {
      margin-right: 0; }
