/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  text-align: center;
}
h2 {
  color: #505050;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
h3 span {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  padding-top: 10px;
  padding-bottom: 8px;
}
.carousel {
  border: none;
  margin-top: 30px;
  margin-bottom: 15px;
}
.carousel .item .col-xs-4 {
  padding-right: 2px;
  padding-left: 2px;
}
.blurb {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
.blurb:first-child {
  margin-right: 20px;
}
.blurb:last-child {
  margin-left: 20px;
}
.blurb img {
  width: 100%;
}
.invest {
  margin-top: 50px;
}
.invest h2 {
  margin-bottom: 30px;
}
.invest p {
  width: 87%;
  margin: 0 auto 40px;
}
.invest .begins {
  color: #686868;
  font-size: 24px;
  letter-spacing: 3px;
}
.invest .starting-price {
  font-size: 56px;
  margin-top: -5px;
  letter-spacing: 3px;
  font-style: italic;
}
.invest .starting-price a {
  color: #686868;
}
.invest .starting-price span {
  position: relative;
  z-index: 100;
}
.invest .starting-price span::after {
  content: "";
  position: absolute;
  height: 75%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -10;
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #FFFFFF), color-stop(49%, #FFFFFF), color-stop(50%, #FFF1D7), color-stop(100%, #FFF1D7));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
}
.invest .includes {
  width: 80%;
  margin: 0 auto;
  letter-spacing: 1px;
}
.more-information {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.right-image {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.center-banner {
  margin-top: 80px;
  margin-bottom: 80px;
}
.center-banner img {
  max-width: 100%;
}

/*# sourceMappingURL=maps/pricing.css.map */
