#search_block_top {
  float: right;
  position: relative; }
  #search_block_top .icon-search {
    background: transparent;
    display: block;
    position: relative;
    color: #444;
    width: 48px;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    float: right;
    text-align: center;
    line-height: 48px;
    height: 48px;
    cursor: pointer; }
    #search_block_top .icon-search:before {
      font-size: 18px; }
  #search_block_top #searchbox {
    float: left;
    position: relative; }
  #search_block_top .btn.button-search {
    font-size: 0;
    padding: 0;
    width: 47px;
    height: 47px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    z-index: 9;
    position: absolute;
    right: 0px;
    top: 0;
    background: #2a2a2a;
    border-radius: 0 40px 40px 0;
    border: 1px solid #2a2a2a;
    box-shadow: none !important; }
    #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: 16px;
      width: 100%;
      text-align: center;
      color: #fff; }
    #search_block_top .btn.button-search:hover {
      background-color: #d9121f;
      border-color: #d9121f; }
  #search_block_top #search_query_top {
    top: 100%;
    display: inline;
    padding: 10px 60px 10px 10px;
    height: 47px;
    border-radius: 40px;
    z-index: 1;
    position: relative;
    width: 380px;
    color: #898989;
    background: #fff;
    border: 2px solid #cecece; }
    #search_block_top #search_query_top:focus {
      box-shadow: none; }
    @media (max-width: 991px) {
      #search_block_top #search_query_top {
        width: 300px; } }

.ac_results {
  background: #fff;
  border: 1px solid #ebebeb;
  width: 300px !important;
  margin-top: -1px; }
  @media (max-width: 767px) {
    .ac_results {
      width: 92% !important; } }
  @media (max-width: 640px) {
    .ac_results {
      width: 90% !important; } }
  @media (max-width: 480px) {
    .ac_results {
      width: 88% !important; } }
  @media (max-width: 320px) {
    .ac_results {
      width: 250px !important; } }
  .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; }

@media (max-width: 767px) {
  #search_block_top {
    width: 100%; }
    #search_block_top #searchbox {
      float: none; }
    #search_block_top .btn.button-search {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      height: 40px;
      width: 40px;
      line-height: 40px;
      color: #252525; }
    #search_block_top #search_query_top {
      position: static;
      padding: 10px  40px 10px 10px;
      height: 40px;
      opacity: 1;
      z-index: 1;
      width: 100%; }
    #search_block_top:hover #search_query_top {
      height: 40px; } }
@media (max-width: 767px) {
  #search_block_top .toogle_content {
    display: block;
    position: static; }

  #search_block_top .icon-search {
    display: none; }

  #search_block_top .toogle_content #search_query_top {
    width: 100%; } }

/*# sourceMappingURL=blocksearch.css.map */
