/***** BASE INTEGRATION *****/
/*** VARIABLE ***/
/*** MIXINS ***/
/*** TOOLS ***/
.clear {
  clear: both; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
#search_block_top {
  margin: 5px 5px 10px 0;
  display: inline-block;
  float: left; }
  #search_block_top #searchbox {
    width: 100%;
    height: 14px; }
  #search_block_top .btn.button-search {
    background: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: top;
    line-height: 10px;
    text-align: center; }
    #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 .btn.button-search:focus {
      box-shadow: none;
      border: none; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 0 0 3px 0;
    height: 14px;
    width: 73px;
    border-bottom: 1px solid #fff; }
    #search_block_top #search_query_top.form-control {
      border: none;
      color: black;
      font-family: "Roboto", sans-serif;
      vertical-align: super;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #search_block_top #search_query_top.form-control:focus {
        box-shadow: none;
        width: 100px;
        border-bottom: 1px solid #000; }

.ac_results {
  background: white !important;
  width: 271px !important;
  margin-top: -1px; }
  .ac_results li {
    font-weight: normal;
    color: black;
    font-size: 14px !important;
    line-height: 20px !important; }
    .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: #000; }
  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 */