.activePrelistingsBanner {
  background: #FEFBD6;
  color: #6e6e6e;
  display: none;
}
.activePrelistingsBanner .prelistings {
  position: relative;
}
.activePrelistingsBanner a {
  color: #6e6e6e;
  text-decoration: none;
}
.activePrelistingsBanner a:hover {
  text-decoration: none;
}
.activePrelistingsBanner a table {
  width: 100%;
}
.activePrelistingsBanner .prelisting {
  margin: 20px 0;
  font-size: 20px;
  width: 100%;
}
.activePrelistingsBanner .data-cell {
  padding-left: 15px;
}
.activePrelistingsBanner .category {
  display: inline;
}
.activePrelistingsBanner .category:first-letter {
  text-transform: uppercase;
}
.activePrelistingsBanner .price-cell {
  width: 155px;
  padding-left: 15px;
}
.activePrelistingsBanner .button-cell {
  width: 225px;
  padding-right: 60px;
}
.activePrelistingsBanner .first-row {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
.activePrelistingsBanner .second-row {
  font-size: 0.82em;
  margin: 0;
  font-weight: normal;
}
.activePrelistingsBanner .priceWrap {
  color: #41a5dd;
  font-size: 1.4em;
  font-weight: bold;
}
.activePrelistingsBanner .priceWrap .priceFrom {
  font-size: 0.8em;
}
.activePrelistingsBanner .prelistingContinues {
  height: 42px;
  line-height: 1.7;
}
.activePrelistingsBanner .prelistingContinues.loading-prelisting {
  background-image: url('/images/v3/rolling_light.gif');
  background-repeat: no-repeat;
  background-position: 140px 50%;
  background-size: 20px;
}
.activePrelistingsBanner .btn-primary {
  background: #41a5dd;
  border-color: #41a5dd;
  color: white;
}
.activePrelistingsBanner .closeBanner {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 992px) {
  .activePrelistingsBanner .closeBanner {
    top: 8px;
    position: relative;
    float: right;
    right: 0;
  }
  .activePrelistingsBanner .price-cell {
    vertical-align: bottom;
    width: 145px;
  }
  .activePrelistingsBanner .price-cell .priceFrom {
    font-size: 0.6em;
    right: 15px;
  }
  .activePrelistingsBanner .button-cell {
    width: 200px;
    padding-right: 15px;
    vertical-align: bottom;
  }
}
@media (max-width: 767px) {
  .activePrelistingsBanner .prelisting {
    font-size: 16px;
    margin: 10px 0;
  }
  .activePrelistingsBanner .price-cell {
    width: 115px;
    padding-left: 5px;
  }
  .activePrelistingsBanner .price-cell .priceWrap {
    font-size: 1.5em;
  }
  .activePrelistingsBanner .price-cell .priceFrom {
    font-size: 0.6em;
    right: 15px;
  }
  .activePrelistingsBanner .button-cell {
    width: 28px;
    padding-right: 15px;
    font-size: 30px;
  }
  .activePrelistingsBanner .button-cell a {
    color: #41a5dd;
  }
  .activePrelistingsBanner .button-cell .icon {
    margin-top: 4px;
    position: relative;
    display: block;
    width: 28px;
  }
}
/*# sourceMappingURL=active-prelistings-banner-bd4113b780be2b0f5ce8a6768c88fc39.map */