@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,700,400italic,500italic,700italic);
#search_block_top {
  padding-top: 0px;
  float: right;
  padding-right: 95px;
  margin-top: 0px; }
  #search_block_top #searchbox {
    float: left;
    width: 100%;
    border: 1px solid #ebebeb;
    position: relative;
    background: #fff;
    padding-right: 30px;
    border-radius: 11px; }
  #search_block_top .btn.button-search {
    background: #fff;
    display: block;
    position: absolute;
    top: 0px;
    right: 9px;
    border: none;
    color: #302c3a;
    width: 17px;
    text-align: center;
    padding: 7px 0 7px 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: 9px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #b5b5b5; }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 5px 10px 5px 13px;
    height: 25px;
    border: none;
    background: none; }

.ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  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; }
