/***********************************************************/
/*******		   MIXINS				********************/
/***********************************************************/
.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; }

.search_block_top {
  float: right; }

form#searchbox {
  width: 100%;
  position: relative;
  height: 30px; }
  form#searchbox input.search_query {
    position: relative;
    z-index: 1;
    padding: 5px 35px 5px 15px;
    border: solid 1px #c2c2c2;
    color: #30302f;
    height: 30px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    form#searchbox input.search_query::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #c2c2c2;
      opacity: 1; }
    form#searchbox input.search_query::-moz-placeholder {
      /* Firefox 19+ */
      color: #c2c2c2;
      opacity: 1; }
    form#searchbox input.search_query:-ms-input-placeholder {
      /* IE 10+ */
      color: #c2c2c2;
      opacity: 1; }
    form#searchbox input.search_query:-moz-placeholder {
      /* Firefox 18- */
      color: #c2c2c2;
      opacity: 1; }
  form#searchbox button.button-search, form#searchbox button#search_button {
    position: absolute;
    border: none;
    background: transparent;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    padding: 0;
    z-index: 2;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    text-align: left; }
    form#searchbox button.button-search span, form#searchbox button#search_button span {
      color: #30302f;
      font-size: 16px;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    form#searchbox button.button-search:focus span, form#searchbox button#search_button:focus span {
      color: #646461; }
    @media screen and (min-width: 990px) {
      form#searchbox button.button-search:hover span, form#searchbox button#search_button:hover span {
        color: #646461; } }

#search_block_left > form {
  display: block;
  margin: 0 0 20px 30px;
  max-width: calc(100% - 50px); }

#moduleBox form#searchbox {
  max-width: 300px; }

@media screen and (min-width: 990px) {
  #nav-desktop form#searchbox {
    max-width: calc(100% - 50px);
    margin-left: 30px; } }

#searchbox-toggle {
  order: -1;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  font-size: 18px; }
  @media screen and (min-width: 1280px) {
    #searchbox-toggle {
      display: none !important; } }

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