.pl-sn-asteria {
  /* Intro */
  /* Features */
  /* Gallery */
  /* Blog */
  /* Testimonials */
}
.pl-sn-asteria .pl-sn-pad {
  padding: 0;
  overflow: hidden;
}
.pl-sn-asteria .pl-asteria-container.pl-show-on-load {
  opacity: 1;
}
.pl-sn-asteria .plast-section.pad-mini {
  padding-top: 3em;
  padding-bottom: 3em;
}
.pl-sn-asteria .plast-subheadline {
  margin: 0 0 1.5rem;
}
.pl-sn-asteria .plast-intro-half {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 90vh;
  padding: 0 80px;
}
.pl-sn-asteria .plast-intro-half.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pl-sn-asteria .plast-features .feature-item {
  box-sizing: border-box;
  padding: 2em;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.pl-sn-asteria .plast-features .feature-item:nth-child(3n) {
  border-right-width: 0;
}
.pl-sn-asteria .plast-features .feature-item:nth-last-child(-n+3) {
  border-bottom-width: 0;
}
.pl-sn-asteria .plast-features .feature-item .item-content {
  padding-left: 15px;
}
.pl-sn-asteria .plast-features .feature-item img {
  height: 60px;
}
.pl-sn-asteria .plast-features .feature-item h3 {
  font-size: 1.1em;
  margin: .5em 0;
}
.pl-sn-asteria .plast-features .feature-item p {
  margin: 0;
}
.pl-sn-asteria .plast-gallery .gallery-item {
  padding: 0;
  margin: 0;
}
.pl-sn-asteria .plast-gallery .gallery-link .the-image {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 280px;
  overflow: hidden;
  transition: all 200ms cubic-bezier(0, 0, 0.58, 1);
  transform: translate(0, 0) scale(1, 1);
}
.pl-sn-asteria .plast-gallery .gallery-link:hover .the-image {
  opacity: 1;
  z-index: 9;
  transform: scale(1.03, 1.03);
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.1), 0 16px 40px rgba(0, 0, 0, 0.1);
}
.pl-sn-asteria .plast-blog-list .post {
  padding: 1.5em 1em;
  transition: all 200ms cubic-bezier(0, 0, 0.58, 1);
  border-top: 4px solid rgba(0, 0, 0, 0);
}
.pl-sn-asteria .plast-blog-list .post:hover {
  padding-left: 1em;
  transform: scale(1.03, 1.03);
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.1), 0 16px 40px rgba(0, 0, 0, 0.1);
}
.pl-sn-asteria .plast-blog-list .post a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.pl-sn-asteria .plast-blog-list .post .date {
  font-size: .8em;
  font-weight: bold;
  text-transform: uppercase;
  opacity: .2;
}
.pl-sn-asteria .plast-blog-list .post h1 {
  font-size: 2em;
  margin: 0;
}
.pl-sn-asteria .plast-testimonials .plast-testimonials-carousel {
  width: 100%;
}
.pl-sn-asteria .plast-testimonials .plast-testimonials-carousel .carousel-cell {
  width: 100%;
  height: 67vh;
  min-height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
}
.pl-sn-asteria .plast-testimonials .plast-testimonials-carousel .carousel-cell:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.pl-sn-asteria .plast-testimonials .plast-testimonials-carousel .carousel-cell .carousel-cell-content {
  max-width: 600px;
  text-align: center;
  z-index: 2;
}
.pl-sn-asteria .plast-testimonials .plast-testimonials-carousel .carousel-cell .carousel-cell-content p {
  font-size: 2em;
  font-style: italic;
}
.pl-sn-asteria .plast-testimonials .plast-testimonials-carousel .carousel-cell .carousel-cell-content p.name {
  font-size: 1em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
}
.pl-sn-asteria .plast-testimonials .plast-testimonials-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  transform: translate(0, -37px);
  margin: 0;
  padding: 0;
}
.pl-sn-asteria .plast-testimonials .plast-testimonials-nav li {
  display: inline-block;
  height: 75px;
  width: 75px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 .7em;
}
.pl-sn-asteria .plast-testimonials .plast-testimonials-nav li span {
  display: block;
  height: 75px;
  width: 75px;
  opacity: .7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 200ms cubic-bezier(0, 0, 0.58, 1);
}
.pl-sn-asteria .plast-testimonials .plast-testimonials-nav li.is-selected span {
  opacity: 1;
}
.pl-sn-asteria .plast-testimonials .plast-testimonials-nav li:hover span {
  opacity: 1;
  cursor: pointer;
}
.pl-sn-asteria .plast-cta {
  text-align: center;
}
@media (max-width: 768px) {
  .pl-sn-asteria .plast-intro-half {
    height: 50vh;
    text-align: center;
    align-items: center;
  }
  .pl-sn-asteria .plast-features .feature-item {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .pl-sn-asteria .plast-features .feature-item:nth-child(3n),
  .pl-sn-asteria .plast-features .feature-item:nth-last-child(-n+3) {
    border-bottom-width: 1px;
  }
  .pl-sn-asteria .plast-testimonials .plast-testimonials-carousel .carousel-cell .carousel-cell-content {
    padding: 0 1em;
  }
}
