#search_block_top {
  float: right;
  padding-right: 59px;
  padding-left: 53px; }
  @media (max-width: 1200px) {
    #search_block_top {
      padding-left: 90px; } }
  @media (max-width: 991px) {
    #search_block_top {
      padding-right: 30px;
      padding-left: 130px; } }
  @media (max-width: 767px) {
    #search_block_top {
      float: none;
      clear: both;
      padding-right: 0;
      padding-left: 0; } }
  #search_block_top #searchbox {
    float: left;
    width: 100%;
    border: none;
    position: relative;
    background: none;
    padding-right: 90px; }
  #search_block_top .btn.button-search {
    background: #00bbd3;
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    border: none;
    color: white;
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    z-index: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 0 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.17) 0 0 0; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\e13d";
      display: inline-block;
      font-family: "material-design";
      font-size: 26px;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      perspective: 2000px; }
    #search_block_top .btn.button-search:hover {
      background: #333; }
  #search_block_top #search_query_top {
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 8px 10px 8px 13px;
    height: 50px;
    border: 2px solid #eaeaeb;
    color: #888888;
    background: rgba(255, 255, 255, 0.33); }
    #search_block_top #search_query_top::-moz-placeholder {
      color: #888888; }
    #search_block_top #search_query_top:-ms-input-placeholder {
      color: #888888; }
    #search_block_top #search_query_top::-webkit-input-placeholder {
      color: #888888; }

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

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