.search-wrapper {
  position: fixed;
  bottom: -100%;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.87);
  width: 100%;
  z-index: 5000;
  transition: bottom 0.6s;
  overflow: auto; }
  .search-wrapper.visible {
    bottom: 0; }

.search-close a {
  color: #FFF;
  font-size: 3.3em; }
  .search-close a:active, .search-close a:hover, .search-close a:visited {
    text-decoration: none;
    color: #FFF; }

.search-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  z-index: 5002;
  background: #000; }

.search-content {
  position: absolute;
  height: 100%;
  border-top: 130px solid transparent;
  box-sizing: border-box;
  z-index: 5001;
  overflow: auto;
  width: 100%; }

.search-more .glyphicon {
  font-size: 0.8em; }

.search-results > div {
  padding: 4px 0; }

/*# sourceMappingURL=proart.search.css.map */
