/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
.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; }

#search_block_top {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #searchbox {
    position: relative; }
  #search_block_top .search_query {
    background: none;
    border: 1px solid #ffcc00;
    border-radius: 25px;
    height: 42px;
    outline: none;
    padding: 0 20px;
    width: 100%; }
    #search_block_top .search_query:focus {
      border-color: #323f48; }
      #search_block_top .search_query:focus + .button-search {
        background: #323f48;
        color: #ffffff; }
  #search_block_top .button-search {
    background: #ffcc00;
    border-radius: 0 25px 25px 0;
    border: none;
    bottom: 0;
    font-size: 20px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    text-align: center;
    line-height: 42px; }
    #search_block_top .button-search:hover {
      background: #ffd633; }
    #search_block_top .button-search:active {
      background: #f5c400; }

@media (max-width: 768px) {
  #search_block_top {
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    left: 0;
    margin-top: 14px;
    padding: 15px 15px;
    position: absolute;
    right: 0;
    top: 100%; }
    #search_block_top .search_query {
      height: 35px; }
    #search_block_top .button-search {
      font-size: 14px;
      line-height: 35px;
      width: 35px; } }

/* */
