/*
 * TEXT SIZES
 */
@media all and (min-width: 768px) {
  #search_block_top {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    background: white;
    padding-top: 34px;
    border-bottom: 3px solid #c59d53;
    z-index: 3; } }
    .con-input-search .close-search-menu {
      cursor: pointer;
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      background: url(../../../img/icon-close@3x.png);
      background-size: cover;
      width: 12px;
      height: 12px; }
@media all and (max-width: 767px) {
  .con-input-search {
    position: absolute;
    top: 67px;
    width: 100%;
    height: 100px;
    z-index: 5004;
    left: 0;
    text-align: center;
    background:rgba(255, 255, 255, 0.97);
    padding-top: 34px;
    border-bottom: 3px solid #c59d53; }
  .con-input-search .close-search-menu{
    width:16px;
    height:16px;
  }
  }
.con-input-search .container {
  position: relative; }

  button.bt-search {
    border: 0;
    background-color:#c59d53;
    color:white;
    text-align: center;
    position: relative;
    top: 2px;
    width: 85px;
    height: 35px;
    font-weight: 600;
    font-size: 15px;
    padding: 0; }

@media all and (max-width: 767px) {
  .con-input-search {
    top: 0;
    padding-top: 10px;
    height: 100vh;
    border-bottom: 0; }
    .con-input-search .container {
      text-align: center;
      padding-left: 20px;
      padding-top:45%;
      padding-right: 20px; }
    .con-input-search .close-search-menu {
      right: 18px; } 
    button.bt-search{
      border:0;
      background-color:#c59d53;
      font-size:16px;
      width:85px;
      height:36px;
      top:-7px;
      color:white;
    }
    }


#search_block_top .btn.button-search {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  color: #918a71;
  width: 40px;
  text-align: center;
  padding: 3px 0; }

#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: 14px;
  width: 100%;
  text-align: center; }

#search_block_top .btn.button-search:hover {
  color: #6f6f6f; }

#search_block_top #search_query_top {
  width: 300px;
  display: inline;
  color: black;
  padding: 0 0 0 2px;
  height: 30px;
  background: transparent;
  margin-right: 5px;
  border-color: #ddb66e;
  border-width: 0 0 1px;
  text-transform: uppercase;
  font-size: 15px; }
  @media all and (max-width: 767px) {
    #search_block_top #search_query_top {
      width: calc(100% - 100px) !important;
      font-size:27px;
    } }

#search_block_top #search_query_top.open {
  width: 100% !important;
  border-bottom: 1px solid #969696;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.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 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 */
#searchbox textarea:focus, #searchbox input:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }

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