#search_block_top {
  float: right;
  margin-right: 10px;
  margin-top: -1px; }
  @media (max-width: 767px) {
    #search_block_top {
      margin: 0;
      padding: 20px 15px 0;
      width: 100%; } }
  #search_block_top #searchbox {
    float: left;
    width: 100%;
    position: relative;
    padding-right: 30px; }
  #search_block_top .btn.button-search {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #e4e4e4;
    color: #c5c5c5;
    width: 55px;
    text-align: center;
    padding: 12px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.34) 0 0 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.34) 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.34) 0 0 0;
    background: #f4f4f4; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\e13d";
      display: block;
      font-family: "material-design";
      font-size: 25px;
      line-height: 25px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #80dde9; }
  #search_block_top #search_query_top {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #888888;
    display: inline-block;
    height: 51px;
    padding: 5px 42px 5px 12px;
    width: 210px;
    border: 1px solid #e4e4e4;
    border-right: none;
    background: none; }
    @media (max-width: 767px) {
      #search_block_top #search_query_top {
        width: 100%; } }

.form-control::-moz-placeholder {
  color: white;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: white; }

.form-control::-webkit-input-placeholder {
  color: white; }

.ac_results {
  background: white;
  border: 1px solid #e4e4e4;
  width: 225px !important;
  margin-top: 7px; }
  .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: #f4f4f4; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #888888; }
  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; }
