/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 4, templates/g5_helium/custom/scss/_animate.scss */
/* line 5, templates/g5_helium/custom/scss/_animate.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
/* line 9, templates/g5_helium/custom/scss/_animate.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 12, templates/g5_helium/custom/scss/_animate.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 15, templates/g5_helium/custom/scss/_animate.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  /* line 21, templates/g5_helium/custom/scss/_animate.scss */
  0% {
    opacity: 1;
  }
  /* line 25, templates/g5_helium/custom/scss/_animate.scss */
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=_animate_13.css.map */