  #search_block_top #searchbox {
    display: none;
    position: absolute;
    right: 0;
    width: 100%; }
  #search_block_top .btn.button-search {
   background: none;
    border: 1px solid #f79748;
    border-radius: 0;
    -webkit-border-radius:0;
    color: #f79748;
    display: block;
    padding: 8px 0 11px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    display: none; }
    #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; }
    #search_block_top .btn.button-search:hover {
      color: #fff;
      background: #f79748 }
  #search_block_top #search_query_top {
    display: inline;
    padding: 0 13px;
    height: 45px;
    line-height: 45px;
    background: #fbfbfb;
    /* margin-right: 1px; */
    /* margin-right: 15px; */
    width: 100%;
    }

.ac_results {
  /* background: white; */
  /* width: 271px; */
  border: none;
  background: #b7cbd8;
  width: 300px !important;
  margin-top: -1px; }
  .ac_results li strong {
    font-weight: normal;
  }
  .ac_results li {
    border: 1px solid #b7cbd8;
    background: #b7cbd8;
    padding: 0 10px;
    font-weight: normal;
    font-size: 13px;
    font-family: gill;
    line-height: 22px; }
    .ac_results li:hover {background: #fff;border: 1px solid #fff;color: #333333;}
    /* .ac_results li.ac_odd { background:#b7cbd8} */
  /* .ac_results li:hover {background: #92afc2} */

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; }


#search .page-heading {
    letter-spacing: 1px;
    font-size: 10px;
    font-family: gill !important;
    color: #B7CBD8;
    text-transform: uppercase;
    padding: 0;
}
#search .page-heading .lighter, #search .page-heading .heading-counter {
    text-transform: capitalize;
    color: #F79748;
    font-size: 13px;
    margin-bottom: 0;
}
#search .page-heading .heading-counter {color: #B7CBD8;}