.path-frontpage .carousel-caption {
  z-index: 10;
  margin-left: 74px;
  padding: 0;
  left: 50% !important;
  text-align: left;
  width: 509px;
  bottom: 188px;
}

.path-frontpage .carousel-caption h1 {
  font-weight: 800;
  font-size: 48px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.path-frontpage .carousel-caption a {
  color: #fff;
  text-decoration: none;
}

.carousel-caption p {
  font-weight: 500;
  font-size: 21px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

@media (min-width: 768px) {
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}
@media (max-width: 992px) {
  .path-frontpage .carousel-caption {
    left: 12% !important;
    margin-left: 0;
  }
}

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