#search_block_top {
  padding-top: 16px;
  float: right;
  padding-right: 90px; }
  @media (max-width: 1199px) {
    #search_block_top {
      padding: 15px 0; } }
  @media (max-width: 767px) {
    #search_block_top {
      float: none;
      clear: right; } }
  #search_block_top #searchbox {
    border: none;
    position: relative;
    background: #fff;
    padding: 0 100px 0 50px;
    box-shadow: inset 0px 4px 18px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: inset 0px 4px 18px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: inset 0px 4px 18px 0px rgba(0, 0, 0, 0.24);
    width: 369px; }
    @media (max-width: 767px) {
      #search_block_top #searchbox {
        width: 100%; } }
    #search_block_top #searchbox:before {
      position: absolute;
      top: 6px;
      left: 3px;
      padding: 0 10px;
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 15px;
      line-height: 26px;
      border-right: 1px solid #cacaca; }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 8px 0 9px;
    height: 37px;
    line-height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    box-shadow: none; }
  #search_block_top .btn.button-search {
    background: #444;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#363535',GradientType=0 );
    background: -moz-linear-gradient(top, #444444 0%, #363535 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #363535));
    background: -webkit-linear-gradient(top, #444444 0%, #363535 100%);
    background: -o-linear-gradient(top, #444444 0%, #363535 100%);
    background: -ms-linear-gradient(top, #444444 0%, #363535 100%);
    background: linear-gradient(to bottom, #444444 0%, #363535 100%);
    display: block;
    position: absolute;
    text-transform: uppercase;
    top: 0px;
    right: 0px;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #121212;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 9px 15px 9px; }
    #search_block_top .btn.button-search span {
      backface-visibility: hidden;
      display: block;
      -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 {
      left: -100%;
      top: 0;
      font-size: 26px;
      color: #fff;
      height: 100%;
      line-height: 37px;
      position: absolute;
      font-family: "FontAwesome";
      width: 100%;
      content: "\f002";
      position: absolute;
      -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 {
      left: 50%;
      margin-left: -50%; }
    #search_block_top .btn.button-search:hover span {
      -moz-transform: translateX(300%);
      -ms-transform: translateX(300%);
      -o-transform: translateX(300%);
      -webkit-transform: translateX(300%);
      transform: translateX(300%); }

.ac_results {
  background: #fff;
  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: #fff; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333; }
  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; }
