#btn-search {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: right;
  position: static;
  margin: 11px 0 0 0;
  height: 42px;
  width: 40px;
  z-index: 20; }
  @media (max-width: 767px) {
    #btn-search {
      height: auto;
      width: auto;
      clear: right; } }

#search_but_id {
  cursor: pointer;
  display: block;
  z-index: 10;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  border-bottom: none; }
  #search_but_id.current.active {
    border: 1px solid #e7e7e6;
    border-bottom: none;
    z-index: 100; }
  @media (max-width: 767px) {
    #search_but_id {
      display: none; } }

#search_but_id i {
  font-size: 14px;
  line-height: 40px;
  padding-bottom: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #b4b4b4; }

#search_but_id:hover i,
#search_but_id.hover-search i {
  color: #dbb879; }

#search_but_id:hover i,
#search_but_id.hover-search i,
#search_but_id.active i {
  color: #dbb879; }

#search_block_top {
  position: absolute;
  right: 0;
  margin: 0px;
  top: 71px;
  z-index: 10;
  display: none;
  padding: 0 15px;
  width: 100%;
  background: none;
  z-index: 60;
  border: none; }
  @media (max-width: 767px) {
    #search_block_top {
      display: block !important;
      position: relative;
      top: 0;
      left: 0;
      clear: left;
      opacity: 1 !important; } }
  #search_block_top #searchbox {
    width: 100%;
    border: 1px solid #e7e7e6;
    position: relative;
    background: #fff;
    padding-right: 50px; }
  #search_block_top .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    border: none;
    border-left: 1px solid #e7e7e6;
    top: 0;
    right: 0;
    color: #333;
    width: 50px;
    text-align: center;
    padding: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:after {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 20px;
      line-height: 43px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #fff;
      background: #ccc; }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 12px 10px 13px 13px;
    height: 43px;
    border: none;
    background: none; }

.ac_results {
  background: white;
  border: 1px solid #e7e7e6;
  width: 270px !important;
  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: white; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333333; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .btn.btn-sm {
    float: left; }
    form#searchbox .btn.btn-sm i {
      margin-right: 0; }
