body, html, .seq {
  /* Uncomment to make the theme full-screen */
  /* width:100% !important; */
  /* max-width:100% !important; */
  /* height:100% !important; */
  /* max-height:100% !important; */
}
.seq {position:relative;width:100%;height:420px;max-width:100%;margin:0 auto;padding:0;}
.seq .seq-pagination,
.seq .seq-screen,
.seq .seq-canvas,
.seq .seq-canvas > * {margin:0;padding:0;list-style:none;}
.seq .seq-preloader {background:#ff4a44;}
.seq .seq-pagination {position:absolute;z-index:10;bottom:100px;width:100%;border:none;text-align:center;}
.seq .seq-pagination a {display:block;width:100%;height:100%;}
.seq .seq-pagination .seq-current {border-radius:100%; background:#fff;}
.seq .seq-pagination > * {margin:0 4px;padding:0;display:inline-block;zoom:1;width:20px;height:20px;cursor:pointer;background:none;border:white solid 2px;-webkit-transition-duration:.1s;transition-duration:.1s;-webkit-transition-property:background-color, border-radius;transition-property:background-color, border-radius;font:0/0 a;text-shadow:none;color:transparent;border-radius:100%;}
.seq .seq-pagination > *:nth-child(1):focus,
.seq .seq-pagination > *:nth-child(1):hover {background-color:#fff;}
.seq .seq-pagination > *:nth-child(2):focus,
.seq .seq-pagination > *:nth-child(2):hover {background-color:#fff;}
.seq .seq-pagination > *:nth-child(3):focus,
.seq .seq-pagination > *:nth-child(3):hover {background-color:#fff;}
.seq .seq-canvas {position:absolute;height:100%;width:100%;font-size:0;}
.seq .seq-canvas > * {display:inline-block;zoom:1;vertical-align:top;width:100%;height:100%;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);}
.seq .seq-canvas > *:before {content:"";display:inline-block;vertical-align:middle;height:100%;}
.seq .seq-content {display:inline-block;vertical-align:middle;margin:0 0%;font-size:16px;width:100%;}
.seq .seq-button {display:inline-block;zoom:1;margin-top:1em;text-decoration:none;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transition-duration:.25s;transition-duration:.25s;-webkit-transition-property:background-color, color;transition-property:background-color, color;}
.seq .seq-button:focus,
.seq .seq-button:hover {color:#fff;}

.modify .seq .seq-pagination > * {border:#FF6600 solid 2px;}
.modify .seq .seq-pagination > *:nth-child(1):focus,
.modify .seq .seq-pagination > *:nth-child(1):hover {background-color:#FF6600;}
.modify .seq .seq-pagination > *:nth-child(2):focus,
.modify .seq .seq-pagination > *:nth-child(2):hover {background-color:#FF6600;}
.modify .seq .seq-pagination > *:nth-child(3):focus,
.modify .seq .seq-pagination > *:nth-child(3):hover {background-color:#FF6600;}
.modify .seq .seq-pagination .seq-current {background-color:#FF6600;}

.seq .seq-step1 {}
/*.seq .seq-step1:focus,
.seq .seq-step1:hover {
  color:#279FE5;
}*/
.seq .seq-step2 {}
/*.seq .seq-step2:focus,
.seq .seq-step2:hover {
  color:#F96852;
}
*/
.seq .seq-step3 {}
/*.seq .seq-step3:focus,
.seq .seq-step3:hover {
  color:#2BBF8E;
}*/

.seq .seq-title,
.seq .seq-subtitle,
.seq .seq-desc,
.seq .seq-button {
  -moz-osx-font-smoothing:grayscale;
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
}
.seq .seq-title,
.seq .seq-subtitle,
.seq .seq-desc {
  display:block;
  line-height:1.4;
  -moz-osx-font-smoothing:grayscale;
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  color:#fff;
}

.seq .seq-title {
  opacity:0;
}

.seq .seq-subtitle {
  opacity:0;
}

.seq .seq-desc {
  opacity:0;
}

.seq.seq-active {
  /* when JS is enabled */
  /* Hide anything that goes beyond the boundaries of the Sequence container */
  overflow:hidden;
}

.seq.seq-active .seq-preloader,
.seq.seq-active .seq-pagination {
  visibility:visible;
}

.seq.seq-active .seq-preloader.seq-preloaded {
  visibility:hidden;
}

.seq.seq-active .seq-preloader .seq-preload-circle {
  fill:white;
}

.seq.seq-active .seq-content {
  /* Pull the content up a bit to account for the pagination */
  margin-top:26px;
}

.seq.seq-active .seq-button {
  -webkit-transform:translateZ(0) scale(0);
  -ms-transform:translateZ(0) scale(0);
  transform:translateZ(0) scale(0);
}

@-webkit-keyframes jelly {
  0% {
    -webkit-transform:translateZ(0) scale(0);
    transform:translateZ(0) scale(0);
  }

  40% {
    -webkit-transform:translateZ(0) scale(1.15);
    transform:translateZ(0) scale(1.15);
  }

  60% {
    -webkit-transform:translateZ(0) scale(1);
    transform:translateZ(0) scale(1);
  }

  80% {
    -webkit-transform:translateZ(0) scale(1.05);
    transform:translateZ(0) scale(1.05);
  }

  100% {
    -webkit-transform:translateZ(0) scale(1);
    transform:translateZ(0) scale(1);
  }
}

@keyframes jelly {
  0% {
    -webkit-transform:translateZ(0) scale(0);
    -ms-transform:translateZ(0) scale(0);
    transform:translateZ(0) scale(0);
  }

  40% {
    -webkit-transform:translateZ(0) scale(1.15);
    -ms-transform:translateZ(0) scale(1.15);
    transform:translateZ(0) scale(1.15);
  }

  60% {
    -webkit-transform:translateZ(0) scale(1);
    -ms-transform:translateZ(0) scale(1);
    transform:translateZ(0) scale(1);
  }

  80% {
    -webkit-transform:translateZ(0) scale(1.05);
    -ms-transform:translateZ(0) scale(1.05);
    transform:translateZ(0) scale(1.05);
  }

  100% {
    -webkit-transform:translateZ(0) scale(1);
    -ms-transform:translateZ(0) scale(1);
    transform:translateZ(0) scale(1);
  }
}

.seq.seq-active .seq-title,
.seq.seq-active .seq-subtitle,
.seq.seq-active .seq-desc {
  /* Starting positions */
  opacity:0;
  -webkit-transition-duration:.4s;
  transition-duration:.4s;
}

.seq.seq-active .seq-title {
  -webkit-transform:translate3d(0, -80px, 0);
  -ms-transform:translate3d(0, -80px, 0);
  transform:translate3d(0, -80px, 0);
}

.seq.seq-active h3 {
  -webkit-transform:translate3d(0, 80px, 0);
  -ms-transform:translate3d(0, 80px, 0);
  transform:translate3d(0, 80px, 0);
}


.seq.seq-active p {
  -webkit-transform:translate3d(0, 80px, 0);
  -ms-transform:translate3d(0, 80px, 0);
  transform:translate3d(0, 80px, 0);
}

.seq .seq-in {
  /* Animate in positions for content */
}

.seq .seq-in .seq-title,
.seq .seq-in .seq-subtitle,
.seq .seq-in .seq-desc {
  opacity:1;
  -webkit-transform:translate3d(0, 0, 0);
  -ms-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}

.seq .seq-in .seq-button {
  -webkit-animation-name:jelly;
  animation-name:jelly;
  -webkit-animation-duration:.8s;
  animation-duration:.8s;
}

.seq .seq-out {
  /* Animate out positions for content */
}

.seq .seq-out .seq-title,
.seq .seq-out .seq-subtitle,
.seq .seq-out .seq-desc {
  opacity:1;
  -webkit-transform:translate3d(0, 0, 0);
  -ms-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}

.seq .seq-out .seq-button {
  -webkit-transform:scale(1) translateZ(0);
  -ms-transform:scale(1) translateZ(0);
  transform:scale(1) translateZ(0);
}

@media only screen and (min-width:600px) {
  .seq {
    /* Make the container 16:9 but no bigger than 90% of the screen height */
    position:relative;
    height:auto;
    height:100%;
    max-height:100vh;
    min-height:420px;
  }

  .seq:before {
    /* Make an element a certain aspect ratio */
    display:block;
    content:"";
    width:100%;
    padding-top:56.25%;
  }

  .seq .seq-screen {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }

  .seq .seq-content {
    /* Pull the content up to account for the pagination */
    margin-top:-19px;
  }

  .seq .seq-pagination > * {
    width:20px;
    height:20px;
  }
}

@media only screen and (min-width:768px) {
  .seq .seq-title,
  .seq .seq-subtitle,
  .seq .seq-desc {
    
  }

  .seq .seq-title {
    font-size:57px;
  }
}

/*# sourceMappingURL=sequence-theme.basic.css.map */