#search_block_top {
  padding-top: 46px;
  float: right; }
  @media only screen and (min-width: 1200px) {
    #search_block_top {
      margin-right: 33px;
      padding-left: 20px;
      width: 30%; } }
  @media (max-width: 767px) {
    #search_block_top {
      width: 100%;
      margin: 0;
      padding: 15px;
      float: none;
      clear: both; } }
  #search_block_top #searchbox {
    float: left;
    width: 100%;
    border: none;
    position: relative;
    background: #2f2f2f;
    padding-right: 57px; }
  #search_block_top .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: white;
    width: 57px;
    height: 50px;
    text-align: center;
    padding: 0;
    font-size: 25px;
    -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";
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #efde1a; }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 15px 10px 15px 13px;
    height: 50px;
    border: none;
    background: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    #search_block_top {
      padding-top: 0;
      width: 35%; }
      #search_block_top #searchbox {
        padding-right: 37px; }
      #search_block_top .btn.button-search {
        height: 30px;
        font-size: 15px;
        width: 37px; }
      #search_block_top #search_query_top {
        padding: 5px 10px 5px 13px;
        height: 30px; } }

.ac_results {
  background: white;
  border: 1px solid #cccccc;
  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: rgba(234, 234, 234, 0.3); }

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; }
