#searchbox {
  background-color: #053d6f;
}

#search_block_top {
  margin-top: 1px;
}
@media (max-width: 767px) {
  #search_block_top {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #search_block_top {
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1269px) {
  #search_block_top {
    margin-top: 4px;
  }
}
#search_block_top #search_query_top {
  height: 34px;
  font-size: 14px;
  border-top: none;
  box-shadow: none;
  border-left: none;
  border-right: none;
  background: transparent;
  border-bottom-color: #aaa;
  color: #aaa;
}
#search_block_top #search_query_top::placeholder {
  color: #aaa;
}
#search_block_top #search_query_top:focus {
  border-bottom-color: #eee;
  color: #eee;
}
#search_block_top #search_query_top:focus::placeholder {
  color: #eee;
}
#search_block_top #search_query_top:focus + .input-group-btn .btn {
  color: #eee;
  border-bottom-color: #eee;
}
#search_block_top .btn {
  height: 34px;
  padding: 0 10px;
  background: transparent;
  color: #aaa;
  border: none;
  border-bottom: 1px solid #aaa;
}

.cytat {
  color: #fff;
}
@media (max-width: 767px) {
  .cytat {
    font-size: 9.5px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cytat {
    font-size: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1269px) {
  .cytat {
    font-size: 12px;
  }
}

.blocksearch.ac_results {
  border: 1px solid #eee;
  margin-top: -1px;
}
.blocksearch.ac_results li.ac_over {
  color: #fff;
  background-color: #1e73be;
}

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