#search_block_top {
  margin-top: -75px;
  clear: left;
  float: right;
  padding-left: 114px; }
  @media (max-width: 767px) {
    #search_block_top {
      margin-top: 26px;
      clear: none;
      float: none;
      padding-left: 15px; } }
  #search_block_top #searchbox {
    float: left;
    width: 100%; }
  #search_block_top .btn.button-search {
    display: block;
    position: absolute;
    top: 7px;
    right: 3px;
    border: none;
    color: #343333;
    width: 30px;
    text-align: center;
    padding: 3px 0 3px 0; }
    #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: 16px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #dedede;
      background: #ffffff; }
    #search_block_top .btn.button-search:focus {
      outline: none;
      box-shadow: none;
      background: none; }
    #search_block_top .btn.button-search.active {
      outline: none;
      box-shadow: none;
      background: none; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 0 0px 0 10px;
    height: 42px;
    line-height: 42px;
    margin-right: 1px;
    border-width: 1px;
    border-color: #d0d0d0;
    -webkit-appearance: none; }
    #search_block_top #search_query_top:focus {
      box-shadow: none;
      border-color: #d0d0d0; }

.ac_results {
  background: white;
  border: 1px solid #f4f4f4;
  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 .button.button-small {
    float: left; }
    form#searchbox .button.button-small i {
      margin-right: 0; }
  form#searchbox p {
    text-align: right;
    margin-top: 5px;
    font-size: 0.8em; }
