.search_hover:before {
  content: "\f002";
  font-family: "FontAwesome";
  color: #fff;
  cursor: pointer;
  font-size: 14px; }
  @media (max-width: 767px) {
    .search_hover:before {
      display: none; } }

.drop_search {
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 1002;
  background: #fff;
  border: 1px solid #d0d0d0; }
  @media (max-width: 767px) {
    .drop_search {
      top: 0;
      padding: 3px;
      position: static;
      display: inline-block; } }

@media (min-width: 768px) {
  .drop_search {
    display: none; } }
#search_block_top {
  float: right;
  margin-right: 20px;
  position: relative; }
  #search_block_top:hover .search_hover:before {
    color: #d21717; }
  @media (max-width: 767px) {
    #search_block_top {
      float: none !important; } }

#search_block_top #searchbox {
  float: left;
  width: 100%; }
#search_block_top .btn.button-search {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #d21717;
  width: 40px;
  text-align: center;
  height: 40px; }
  #search_block_top .btn.button-search span {
    font-size: 0; }
    #search_block_top .btn.button-search span:before {
      content: "\f002";
      font-family: "FontAwesome";
      cursor: pointer;
      font-size: 14px; }
  @media (max-width: 767px) {
    #search_block_top .btn.button-search {
      height: 30px;
      width: 72px; } }
#search_block_top #search_query_top {
  display: inline;
  padding: 13px 60px 13px 13px;
  height: 40px;
  background: #fff;
  margin-right: 1px;
  border: none;
  width: 465px; }
  #search_block_top #search_query_top:focus {
    border: none;
    box-shadow: none; }
  @media (min-width: 480px) and (max-width: 767px) {
    #search_block_top #search_query_top {
      width: 380px;
      padding: 5px 60px 5px 13px;
      height: 30px; } }
  @media (max-width: 479px) {
    #search_block_top #search_query_top {
      width: 230px;
      padding: 5px 60px 5px 13px;
      height: 30px; } }

.ac_results {
  background: #fff;
  border: 1px solid #dadada !important;
  width: 475px !important; }
  .ac_results li {
    padding: 6px 10px !important;
    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: #2b2b2b;
      color: #fff; }
  @media (max-width: 767px) {
    .ac_results {
      width: 240px !important; } }

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; }

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