

.box{

}

.boxHidded{
   visibility: hidden;
}
.fadeInUp, .fadeOutDown, .fadeOutLeft, .fadeInRight, .fadeInLeft{
    visibility: visible;
}

.delay-05s{
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
 
.delay-1s{
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
