#search_block_top {
  float: right;
  width: 190px; }
  @media (max-width: 767px) {
    #search_block_top {
      width: 100%; } }
  #search_block_top #searchbox {
    float: left;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    background: none;
    padding-right: 56px; }
    @media (max-width: 767px) {
      #search_block_top #searchbox {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
  #search_block_top .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    border: none;
    color: white;
    width: 56px;
    text-align: center;
    padding: 10px 0; }
    #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: 22px;
      width: 100%;
      text-align: center;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      -webkit-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
    #search_block_top .btn.button-search:hover {
      opacity: 0.6; }
      @media (min-width: 1199px) {
        #search_block_top .btn.button-search:hover:before {
          -moz-transform: rotateY(180deg);
          -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); } }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 9px 5px 9px 13px;
    height: 51px;
    border: none;
    background: none;
    font: 300 12px/16px "Ubuntu", sans-serif;
    opacity: 0.5;
    color: white;
    text-transform: uppercase; }
    #search_block_top #search_query_top::-webkit-input-placeholder {
      color: white;
      font-size: 12px;
      opacity: 0.7; }
    #search_block_top #search_query_top::-moz-placeholder {
      color: white;
      font-size: 12px;
      opacity: 0.7; }
    #search_block_top #search_query_top:-moz-placeholder {
      color: white;
      font-size: 12px;
      opacity: 0.7; }
    #search_block_top #search_query_top::-o-input-placeholder {
      color: white;
      font-size: 12px;
      opacity: 0.7; }
    #search_block_top #search_query_top:ms-input-placeholder {
      color: white;
      font-size: 13px;
      opacity: 0.7; }

.ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  width: 190px !important;
  margin-top: -1px; }
  @media (max-width: 767px) {
    .ac_results {
      width: 100% !important; } }
  .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: #e9e9e9; }

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