.hidded {
	visibility: hidden;
}

.slideInRight, .slideOutRight,
.fadeIn, .fadeOut,
.rubberBand,
.bounceIn, .bounceOut,
.jello,
.bounceInLeft, .bounceInRight,
.bounceOutLeft, .bounceOutRight,
.bounceInUp, .bounceOutDown,
.rotateInDownLeft, .rotateOutUpLeft,
.slideInLeft, .slideOutLeft,
.zoomIn, .zoomOut,
.slideOut, .slideIn {
	visibility: visible;
}

.bounceIn {
	display: inline-block;
}

.delay1s {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.delay2s {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.delay3s {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}

.delay4s {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

.delay5s {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.delay6s {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s;
}

.delay7s {
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    -o-animation-delay: 7s;
    animation-delay: 7s;
}