.oneline {
  display: block;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: none;
  overflow: hidden; }

@media (min-width: 768px) {
  .sticky #search_block_top {
    margin: 20px 15px 0; } }

#search_block_top {
  display: inline-block;
  margin: 27px 20px 0;
  position: relative; }
  @media (min-width: 768px) {
    #search_block_top {
      margin: 27px 15px 0; } }
  #search_block_top a.icon_top {
    color: #434343;
    font-size: 18px;
    line-height: 21px; }
    #search_block_top a.icon_top:hover, #search_block_top a.icon_top.active {
      color: #CFB790; }
  #search_block_top .toogle_content {
    z-index: 11111;
    overflow: hidden;
    display: none;
    position: fixed;
    background: rgba(48, 47, 47, 0.97);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    #search_block_top .toogle_content .container {
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
    #search_block_top .toogle_content .title {
      font-size: 48px;
      font-weight: 600;
      color: #fff;
      line-height: 51px; }
    #search_block_top .toogle_content .hideout {
      position: absolute;
      top: 50px;
      right: 50px;
      font-size: 25px;
      color: #bababa;
      cursor: pointer;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
      #search_block_top .toogle_content .hideout:hover {
        color: #fff; }
  #search_block_top .button-search {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 47px;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    #search_block_top .button-search:hover {
      color: #CFB790; }
  #search_block_top #search_query_top {
    display: inline;
    margin-top: 50px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #444;
    height: 50px;
    line-height: 47px;
    padding: 0 3px;
    font-size: 14px;
    font-style: italic; }

.ac_results {
  background: #fff;
  border: 1px solid #ebebeb;
  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 {
  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 */
