.pl-sn-onepage #fp-nav {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.pl-sn-onepage #fp-nav ul li a.active span,
.pl-sn-onepage #fp-nav ul li:hover a.active span {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.pl-sn-onepage #fp-nav ul li a span {
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.5);
}
.pl-sn-onepage #fp-nav.right .fp-tooltip,
.pl-sn-onepage #fp-nav.left .fp-tooltip {
  padding: 3px 13px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  top: -7px;
}
.pl-sn-onepage #fp-nav.right .fp-tooltip {
  right: 30px;
}
.pl-sn-onepage #fp-nav.left .fp-tooltip {
  left: 30px;
}
.pl-sn-onepage .pl-sn-pad {
  padding: 0;
  overflow: hidden;
}
.pl-sn-onepage .pl-onepage-container.pl-show-on-load {
  opacity: 1;
}
.pl-sn-onepage .plop-module {
  padding: 0;
  background-size: cover;
  background-position: center center;
}
.pl-sn-onepage .plop-module.pad-mini {
  padding-top: 3em;
  padding-bottom: 3em;
}
.pl-sn-onepage .flex-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.pl-sn-onepage .image-overlay {
  position: relative;
  z-index: 1;
}
.pl-sn-onepage .image-overlay:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
}
.pl-sn-onepage .plop-title {
  margin-bottom: 3em;
}
.pl-sn-onepage .plop-headline {
  font-size: 3em;
  letter-spacing: -0.05em;
}
.pl-sn-onepage .plop-subheadline {
  margin: 0 0 1.5rem;
  font-size: 1.3em;
  letter-spacing: -0.008em;
}
.pl-sn-onepage .plop-intro {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.pl-sn-onepage .plop-intro .plop-intro-image {
  display: inline-block;
  max-height: 600px;
}
.pl-sn-onepage .plop-gallery-container .plop-title {
  margin: 0;
}
.pl-sn-onepage .plop-gallery-container .plop-gallery-link .the-image-overlay {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.pl-sn-onepage .plop-gallery-container .plop-gallery-link:hover .the-image-overlay {
  opacity: 1;
}
.pl-sn-onepage .plop-gallery-container .plop-gallery-image {
  padding: 10px;
}
.pl-sn-onepage .plop-gallery-container .plop-gallery-image .the-image {
  position: relative;
  max-width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  padding: 40%;
  overflow: hidden;
  border-radius: 5px;
}
.pl-sn-onepage .plop-gallery-container .plop-gallery-image .the-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.pl-sn-onepage .plop-gallery-container .plop-gallery-image .the-image-overlay i {
  font-size: 30px;
}
.pl-sn-onepage .plop-list .features {
  text-decoration: none;
  color: inherit;
}
.pl-sn-onepage .plop-list .features:hover,
.pl-sn-onepage .plop-list .features:focus {
  text-decoration: none;
  color: inherit;
  opacity: 1 !important;
}
.pl-sn-onepage .plop-list .features[href] {
  cursor: pointer;
}
.pl-sn-onepage .plop-list .features[href]:hover,
.pl-sn-onepage .plop-list .features[href]:focus {
  opacity: 0.7 !important;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}
.pl-sn-onepage .plop-list .features .features-title {
  margin: 0 0 5px;
  font-size: 2em;
  line-height: 1.2em;
}
.pl-sn-onepage .plop-list .features .features-media {
  padding-right: 1em;
}
.pl-sn-onepage .plop-list .features .the-features-media {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.pl-sn-onepage .plop-list .features .the-features-media.media-image {
  max-width: 70%;
}
.pl-sn-onepage .plop-list .features .the-features-media.media-text {
  display: none;
}
.pl-sn-onepage .plop-list .features .the-features-media .pl-image,
.pl-sn-onepage .plop-list .features .the-features-media .features-icon {
  display: none;
}
.pl-sn-onepage .plop-list .features .the-features-media.media-image .pl-image {
  display: block;
}
.pl-sn-onepage .plop-list .features .the-features-media.media-icon .features-icon {
  display: block;
}
.pl-sn-onepage .plop-list .features .features-pad {
  width: 100%;
  padding: 1em 0;
  text-align: left;
  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-onepage .plop-list .features .features-pad > .media-left {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.pl-sn-onepage .plop-list .features .features-pad > .media-right {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.pl-sn-onepage .plop-list .features .features-pad .the-features-media {
  max-width: 100px;
  width: 60px;
  text-align: right;
  direction: rtl;
}
.pl-sn-onepage .plop-list .features .features-pad .the-features-media .pl-image {
  margin-top: 6px;
  width: 80px;
  max-width: 100%;
}
.pl-sn-onepage .plop-list .features .features-pad .features-icon {
  font-size: 50px;
}
.pl-sn-onepage .plop-list .features .features-pad.features-icon-border.media-type-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.pl-sn-onepage .plop-list .features .features-pad .features-icon-border.media-type-image img {
  width: 80px;
}
.pl-sn-onepage .plop-list .features .pl-image {
  display: inline-block;
  background-size: cover;
  height: 0;
  padding: 50%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background-position: 50% 50%;
}
.pl-sn-onepage .plop-list .features .pl-image.round {
  border-radius: 500px;
}
.pl-sn-onepage .plop-list .features a {
  color: inherit;
}
.pl-sn-onepage .plop-blog {
  text-align: center;
}
.pl-sn-onepage .plop-blog-carousel {
  width: 100%;
}
.pl-sn-onepage .plop-blog-carousel .carousel-cell {
  width: 33.33%;
  padding: 20px 10px 30px 10px;
}
.pl-sn-onepage .plop-flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  position: relative;
}
.pl-sn-onepage .plop-flip-box .flip-box-front,
.pl-sn-onepage .plop-flip-box .flip-box-back {
  background-size: cover;
  background-position: center;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 300px;
  height: auto;
  border-radius: 5px;
  text-align: center;
}
.pl-sn-onepage .plop-flip-box .flip-box-front:after,
.pl-sn-onepage .plop-flip-box .flip-box-back:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  display: block;
  opacity: 0.5;
  background-color: #0a0a0a;
  backface-visibility: hidden;
  border-radius: 5px;
}
.pl-sn-onepage .plop-flip-box .flip-box-front .inner,
.pl-sn-onepage .plop-flip-box .flip-box-back .inner {
  transform: translateZ(60px) scale(0.94);
  -webkit-transform: translateZ(60px) scale(0.94);
  -ms-transform: translateZ(60px) scale(0.94);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  max-height: 100%;
  color: #fff;
  overflow: hidden;
}
.pl-sn-onepage .plop-flip-box .flip-box-front .inner h2,
.pl-sn-onepage .plop-flip-box .flip-box-back .inner h2 {
  font-size: 1.6em;
}
.pl-sn-onepage .plop-flip-box .flip-box-front .inner h2 a:hover,
.pl-sn-onepage .plop-flip-box .flip-box-back .inner h2 a:hover {
  color: inherit;
}
.pl-sn-onepage .plop-flip-box .flip-box-front .inner p,
.pl-sn-onepage .plop-flip-box .flip-box-back .inner p {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}
.pl-sn-onepage .plop-flip-box:hover .flip-box-front,
.pl-sn-onepage .plop-flip-box:hover .flip-box-back {
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.pl-sn-onepage .plop-flip-box .flip-box-back {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pl-sn-onepage .plop-flip-box .flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pl-sn-onepage .plop-flip-box.flipped .flip-box-front {
  -ms-transform: rotateY(-180deg) !important;
  -webkit-transform: rotateY(-180deg) !important;
  transform: rotateY(-180deg) !important;
}
.pl-sn-onepage .plop-flip-box.flipped .flip-box-back {
  -ms-transform: rotateY(0deg) !important;
  -webkit-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
}
.pl-sn-onepage .plop-flip-box .flip-box-front i {
  margin-bottom: 20px;
  height: auto!important;
  display: block;
  width: auto!important;
}
.pl-sn-onepage .plop-flip-box .flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pl-sn-onepage .plop-flip-box .pl-btn {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.pl-sn-onepage .plop-download .pl-download-content p {
  margin-bottom: 0;
}
.pl-sn-onepage .plop-download .pl-download-button {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .pl-sn-onepage .plop-module {
    padding: 2em 1em;
  }
  .pl-sn-onepage .plop-title {
    margin-bottom: 0;
  }
  .pl-sn-onepage .plop-headline {
    font-size: 2em;
    text-align: center;
  }
  .pl-sn-onepage .plop-subheadline {
    font-size: 1em;
    text-align: center;
  }
  .pl-sn-onepage .plop-gallery .plop-headline {
    text-align: left;
    margin-top: 20px;
  }
  .pl-sn-onepage .plop-blog-carousel .carousel-cell {
    width: 100%;
  }
  .pl-sn-onepage .plop-download .pl-download-button {
    justify-content: center;
    margin-top: 20px;
  }
}
