#search_block_top {
  float: right;
  margin-right: 30px;
  margin-top: 20px;
  position: relative; }
  #search_block_top #searchbox {
    float: left;
    width: 100%; }
  #search_block_top .btn.button-search {
    background: #9a5a58;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    font-size: 11px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 13px 60px 13px 13px;
    height: 45px;
    background: #fbfbfb;
    margin-right: 1px; }

.search_hover {
  font-size: 10px;
  color: #222a2d;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s; }
  .search_hover.active:before {
    background: #9a5a58;
    color: #fff; }

.search_hover:before {
  content: "\f002";
  font-family: "FontAwesome";
  color: #333;
  cursor: pointer;
  font-size: 11px;
  line-height: 13px;
  margin-right: 4px;
  padding: 8px 9px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 28px;
  height: 28px; }

.drop_search {
  position: absolute;
  top: 34px;
  right: 70px;
  z-index: 1002;
  padding: 20px;
  background: #222a2d; }

#search_block_top #searchbox {
  float: left;
  width: 100%;
  position: relative; }

#search_block_top #search_query_top {
  display: inline;
  padding: 13px 60px 13px 13px;
  height: 40px;
  background: #fff;
  margin-right: 1px;
  border: none;
  width: 465px; }
  @media (min-width: 768px) and (max-width: 991px) {
    #search_block_top #search_query_top {
      width: 370px; } }

@media (min-width: 768px) {
  .drop_search {
    display: none; } }
.ac_results {
  background: #fff;
  border: 1px solid #d9d9d9 !important;
  width: 466px !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: #9a5a58;
      color: #fff; }
  @media (max-width: 767px) {
    .ac_results {
      width: 272px !important; } }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #222a2d; }
  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 */
