.animateModule {
	opacity: 0 !important;
}
.fk-formMiddle-hidden {
	opacity: 0;
}
.fadeIn {
	animation-name: fadeIn; -webkit-animation-name: fadeIn;
}
.fadeInLeft {
	animation-name: fadeInLeft; -webkit-animation-name: fadeInLeft;
}
.fadeInRight {
	animation-name: fadeInRight; -webkit-animation-name: fadeInRight;
}
.fadeInUp {
	animation-name: fadeInUp; -webkit-animation-name: fadeInUp;
}
.fadeInDown {
	animation-name: fadeInDown; -webkit-animation-name: fadeInDown;
}
.moveInLeft {
	animation-name: moveInLeft; animation-timing-function: cubic-bezier(0.61, -0.01, 0.36, 1); -webkit-animation-name: moveInLeft; -webkit-animation-timing-function: cubic-bezier(0.61, -0.01, 0.36, 1);
}
.moveInRight {
	animation-name: moveInRight; animation-duration: 1s; animation-timing-function: cubic-bezier(0.61, -0.01, 0.36, 1); -webkit-animation-name: moveInRight; -webkit-animation-timing-function: cubic-bezier(0.61, -0.01, 0.36, 1); -webkit-animation-duration: 1s;
}
.moveInUp {
	animation-name: moveInUp; animation-duration: 1s; animation-timing-function: cubic-bezier(0.61, -0.01, 0.36, 1); -webkit-animation-name: moveInUp; -webkit-animation-timing-function: cubic-bezier(0.61, -0.01, 0.36, 1); -webkit-animation-duration: 1s;
}
.moveInDown {
	animation-name: moveInDown; animation-duration: 1s; animation-timing-function: cubic-bezier(0.61, -0.01, 0.36, 1); -webkit-animation-name: moveInDown; -webkit-animation-timing-function: cubic-bezier(0.61, -0.01, 0.36, 1); -webkit-animation-duration: 1s;
}
.zoomIn {
	animation-name: zoomIn; -webkit-animation-name: zoomIn;
}
.zoomInLeft {
	animation-name: zoomInLeft; -webkit-animation-name: zoomInLeft;
}
.zoomInRight {
	animation-name: zoomInRight; -webkit-animation-name: zoomInRight;
}
.zoomInUp {
	animation-name: zoomInUp; -webkit-animation-name: zoomInUp;
}
.zoomInDown {
	animation-name: zoomInDown; -webkit-animation-name: zoomInDown;
}
.elasticLarge {
	animation-name: elasticLarge; -webkit-animation-name: elasticLarge;
}
.elasticSmall {
	animation-name: elasticSmall; animation-duration: 1.2s; animation-timing-function: ease-out; -webkit-animation-name: elasticSmall; -webkit-animation-timing-function: ease-out; -webkit-animation-duration: 1.2s;
}
.rollIn {
	animation-name: rollIn; -webkit-animation-name: rollIn;
}
.zoomInDown {
	animation-name: zoomInDown; -webkit-animation-name: zoomInDown;
}
.bounceIn {
	animation-name: bounceIn; -webkit-animation-name: bounceIn;
}
.bounceInDown {
	animation-name: bounceInDown; -webkit-animation-name: bounceInDown;
}
.bounceInRight {
	animation-name: bounceInRight; -webkit-animation-name: bounceInRight;
}
.bounceInLeft {
	animation-name: bounceInLeft; -webkit-animation-name: bounceInLeft;
}
.bounceInUp {
	animation-name: bounceInUp; -webkit-animation-name: bounceInUp;
}
.flash {
	animation-name: flash; -webkit-animation-name: flash;
}
.flipUpDown {
	backface-visibility: visible; animation-name: flipUpDown; -webkit-animation-name: flipUpDown; -webkit-backface-visibility: visible;
}
.flipLeftRight {
	backface-visibility: visible; animation-name: flipLeftRight; -webkit-animation-name: flipLeftRight; -webkit-backface-visibility: visible;
}
.flip {
	backface-visibility: visible; animation-name: flip; -webkit-animation-name: flip; -webkit-backface-visibility: visible;
}
