#search_block_top {
  padding-top: 50px;
  visibility: hidden; }
  @media (max-width: 768px) {
    #search_block_top {
      padding-top: 20px;
      padding-bottom: 20px; } }
  #search_block_top #searchbox {
    float: left;
    width: 100%;
    margin-top: 15px; }
  #search_block_top .btn.button-search {
    background: transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #6f6f6f;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px 0;
    outline: none; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #6f6f6f; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 13px 60px 13px 13px;
    height: 45px;
    background: #fbfbfb;
    margin-right: 1px;
    font-family: "Roboto", sans-serif; }

.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;
  text-align: center; }
  form#searchbox label {
    color: #24201d;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight:300;
    text-transform: uppercase;
    line-height: 30px; }
    @media (max-width: 768px) {
      form#searchbox label {
        font-size: 14px; } }
  form#searchbox input#search_query_block {
    margin-right: 0;
    width: 100%;
    max-width:280px;
    margin-bottom: 0;
    height: 40px;
    padding-right:40px;
    display: inline-block;
    float: left; }
    @media (max-width: 768px) {
      form#searchbox input#search_query_block {
        margin-right: 0;
        width: 125px; } }
  form#searchbox .button.button-small {
      position: absolute;
  right: 0;
  background:none;
  border:none;
  color:#000;
  top: 0;
  padding:3px 16px;
  bottom: 0; }
  form#searchbox .button.button-small span{
      background:none;
      border:none;
  }
    form#searchbox .button.button-small i {
      margin-right: 0; }
    @media (max-width: 1200px) {
      form#searchbox .button.button-small {
        display: none; } }

@media (max-width: 768px) {
  #search_block_left {
    margin-top: 36px; } }

/*# sourceMappingURL=blocksearch.css.map */
