#search_block_top {
  padding-top: 20px;
  float: right;
  width: 285px; }
  #search_block_top #searchbox {
    float: left;
    width: 100%;
    border: none;
    position: relative;
    background: #fff;
    padding-right: 50px; }
  #search_block_top .btn.button-search {
    background: #b01415;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 50px;
    text-align: center;
    line-height: 50px;
    text-align: center;
    padding: 0;
    border: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #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: 18px;
      width: 100%;
      text-align: center;
      line-height: 50px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #search_block_top .btn.button-search:hover {
      background: #333; }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 15px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    border: 1px solid #e2e2e2;
    border-right: none;
    height: 50px;
    background: none; }

.ac_results {
  background: white;
  border: 1px solid #eaeaea;
  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: white; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative; }
  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 .btn.btn-sm {
    float: left; }
    form#searchbox .btn.btn-sm i {
      margin-right: 0; }
