/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* video */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* ui */
/* payment logos color hover*/
/*alert*/
.header__search {
  padding: 8px 15px;
  border-right: 1px solid #8f8f8f;
  border-left: 1px solid #8f8f8f; }
  @media screen and (max-width: 767px) and (min-width: 480px) {
    .header__search {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 479px) {
    .header__search {
      width: 100%;
      padding: 10px 15px;
      border-top: 1px solid #8f8f8f;
      margin-top: 10px; } }
  .header__search__wrap {
    position: relative; }
  .header__search__text {
    padding: 5px 10px;
    width: 100%;
    height: 33px;
    background: none;
    outline: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; }
    .header__search__text:-moz-placeholder {
      color: #ffffff; }
    .header__search__text::-moz-placeholder {
      color: #ffffff; }
    .header__search__text:-ms-input-placeholder {
      color: #ffffff; }
    .header__search__text::-webkit-input-placeholder {
      color: #ffffff; }
  .header__search__btn {
    border: none;
    background: none;
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 17px;
    color: inherit; }
    .header__search__btn:before {
      content: "\f002";
      font-family: "fontAwesome"; }

.ac_results {
  background: #fff;
  border: 1px solid #cdcdcd;
  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: #333333; }
  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 */
