#search_block_top {
  padding-top: 32px;
  padding-right: 0;
  float: right;
  width: 370px;
  margin-right: 48px; }
  @media (max-width: 1199px) {
    #search_block_top {
      width: 265px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #search_block_top {
      margin-right: 4px; } }
  @media (max-width: 991px) {
    #search_block_top {
      width: 100%;
      clear: left;
      clear: right;
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 5px;
      float: none; } }
  #search_block_top #searchbox {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    position: relative;
    background: #f7f7f7;
    padding-right: 95px; }
  #search_block_top .btn.button-search {
    background: white;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #333333;
    width: 94px;
    text-align: center;
    font-size: 17px;
    line-height: 48px;
    border-left: 1px solid #e5e5e5;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    -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:before {
      display: none;
      content: "\f002";
      font-family: "FontAwesome";
      font-size: 17px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #f47b01; }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 14px 12px;
    height: 48px;
    line-height: 20px;
    border: none;
    background: none; }

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