/* animate.css extension for NC_scrollFX.js */

.animated	{ opacity:1 }

.animated-short {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-stop {
	animation-play-state: paused !important;
	-webkit-animation-play-state: paused !important; 
}

