#search_block_top {
  padding-top: 19px; }
  @media (max-width: 991px) {
    #search_block_top {
      float: none;
      width: 100%;
      clear: left;
      clear: right;
      padding: 19px 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  #search_block_top #searchbox {
    width: 100%;
    position: relative;
    background: #2d2d2d;
    padding-right: 59px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  #search_block_top #search_query_top {
    display: block;
    padding: 6px 10px;
    height: 32px;
    line-height: 20px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
    -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.38);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.38);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: white; }
  #search_block_top .btn.button-search {
    background: url(./img/bg-button-search.gif) repeat-x 0 0 #262626;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: white;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 3px 0;
    width: 59px;
    text-align: center;
    padding: 0;
    line-height: 32px; }
    #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: 19px;
      width: 100%;
      text-align: center;
      color: #ededed;
      -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:before {
      color: #cb0d05; }

.ac_results {
  background: #292929;
  border: none;
  width: 311px;
  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: #292929; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #2d2d2d; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: white; }
  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; }
