/*
Animista w: http://animista.net, t: @cssanimista
Licensed under FreeBSD License (http://animista.net/license)
*/
.scale-up-center {
  animation: scale-up-center 0.4s ease-out 0s 1 normal both;
}

.scale-up-top {
  animation: scale-up-top 0.4s ease-out 0s 1 normal both;
}

.scale-up-tr {
  animation: scale-up-tr 0.4s ease-out 0s 1 normal both;
}

.scale-up-right {
  animation: scale-up-right 0.4s ease-out 0s 1 normal both;
}

.scale-up-br {
  animation: scale-up-br 0.4s ease-out 0s 1 normal both;
}

.scale-up-bottom {
  animation: scale-up-bottom 0.4s ease-out 0s 1 normal both;
}

.scale-up-bl {
  animation: scale-up-bl 0.4s ease-out 0s 1 normal both;
}

.scale-up-left {
  animation: scale-up-left 0.4s ease-out 0s 1 normal both;
}

.scale-up-tl {
  animation: scale-up-tl 0.4s ease-out 0s 1 normal both;
}

.scale-up-hor-center {
  animation: scale-up-hor-center 0.4s ease-out 0s 1 normal both;
}

.scale-up-hor-left {
  animation: scale-up-hor-left 0.4s ease-out 0s 1 normal both;
}

.scale-up-hor-right {
  animation: scale-up-hor-right 0.4s ease-out 0s 1 normal both;
}

.scale-up-ver-center {
  animation: scale-up-ver-center 0.4s ease-out 0s 1 normal both;
}

.scale-up-ver-top {
  animation: scale-up-ver-top 0.4s ease-out 0s 1 normal both;
}

.scale-up-ver-bottom {
  animation: scale-up-ver-bottom 0.4s ease-out 0s 1 normal both;
}

.scale-down-center {
  animation: scale-down-center 0.4s ease-out 0s 1 normal both;
}

.scale-down-top {
  animation: scale-down-top 0.4s ease-out 0s 1 normal both;
}

.scale-down-tr {
  animation: scale-down-tr 0.4s ease-out 0s 1 normal both;
}

.scale-down-right {
  animation: scale-down-right 0.4s ease-out 0s 1 normal both;
}

.scale-down-br {
  animation: scale-down-br 0.4s ease-out 0s 1 normal both;
}

.scale-down-bottom {
  animation: scale-down-bottom 0.4s ease-out 0s 1 normal both;
}

.scale-down-bl {
  animation: scale-down-bl 0.4s ease-out 0s 1 normal both;
}

.scale-down-left {
  animation: scale-down-left 0.4s ease-out 0s 1 normal both;
}

.scale-down-tl {
  animation: scale-down-tl 0.4s ease-out 0s 1 normal both;
}

.scale-down-hor-center {
  animation: scale-down-hor-center 0.4s ease-out 0s 1 normal both;
}

.scale-down-hor-left {
  animation: scale-down-hor-left 0.4s ease-out 0s 1 normal both;
}

.scale-down-hor-right {
  animation: scale-down-hor-right 0.4s ease-out 0s 1 normal both;
}

.scale-down-ver-center {
  animation: scale-down-ver-center 0.4s ease-out 0s 1 normal both;
}

.scale-down-ver-top {
  animation: scale-down-ver-top 0.4s ease-out 0s 1 normal both;
}

.scale-down-ver-bottom {
  animation: scale-down-ver-bottom 0.4s ease-out 0s 1 normal both;
}

.rotate-center {
  animation: rotate-center 0.6s ease-in-out 0s 1 normal both;
}

.rotate-top {
  animation: rotate-top 0.5s ease-in-out 0s 1 normal both;
}

.rotate-tr {
  animation: rotate-tr 0.5s ease-in-out 0s 1 normal both;
}

.rotate-right {
  animation: rotate-right 0.5s ease-in-out 0s 1 normal both;
}

.rotate-br {
  animation: rotate-br 0.5s ease-in-out 0s 1 normal both;
}

.rotate-bottom {
  animation: rotate-bottom 0.5s ease-in-out 0s 1 normal both;
}

.rotate-bl {
  animation: rotate-bl 0.5s ease-in-out 0s 1 normal both;
}

.rotate-left {
  animation: rotate-left 0.5s ease-in-out 0s 1 normal both;
}

.rotate-tl {
  animation: rotate-tl 0.5s ease-in-out 0s 1 normal both;
}

.rotate-hor-center {
  animation: rotate-hor-center 0.5s ease-in-out 0s 1 normal both;
}

.rotate-hor-top {
  animation: rotate-hor-top 0.5s ease-in-out 0s 1 normal both;
}

.rotate-hor-bottom {
  animation: rotate-hor-bottom 0.5s ease-in-out 0s 1 normal both;
}

.rotate-vert-center {
  animation: rotate-vert-center 0.5s ease-in-out 0s 1 normal both;
}

.rotate-vert-left {
  animation: rotate-vert-left 0.5s ease-in-out 0s 1 normal both;
}

.rotate-vert-right {
  animation: rotate-vert-right 0.5s ease-in-out 0s 1 normal both;
}

.rotate-diagonal-1 {
  animation: rotate-diagonal-1 0.4s linear 0s 1 normal both;
}

.rotate-diagonal-2 {
  animation: rotate-diagonal-2 0.4s linear 0s 1 normal both;
}

.rotate-diagonal-tr {
  animation: rotate-diagonal-tr 0.4s linear 0s 1 normal both;
}

.rotate-diagonal-br {
  animation: rotate-diagonal-br 0.4s linear 0s 1 normal both;
}

.rotate-diagonal-bl {
  animation: rotate-diagonal-bl 0.4s linear 0s 1 normal both;
}

.rotate-diagonal-tl {
  animation: rotate-diagonal-tl 0.4s linear 0s 1 normal both;
}

.rotate-scale-up {
  animation: rotate-scale-up 0.65s linear 0s 1 normal both;
}

.rotate-scale-down {
  animation: rotate-scale-down 0.65s linear 0s 1 normal both;
}

.rotate-scale-up-hor {
  animation: rotate-scale-up-hor 0.65s linear 0s 1 normal both;
}

.rotate-scale-down-hor {
  animation: rotate-scale-down-hor 0.65s linear 0s 1 normal both;
}

.rotate-scale-up-ver {
  animation: rotate-scale-up-ver 0.65s linear 0s 1 normal both;
}

.rotate-scale-down-ver {
  animation: rotate-scale-down-ver 0.65s linear 0s 1 normal both;
}

.rotate-scale-up-diag-1 {
  animation: rotate-scale-up-diag-1 0.7s linear 0s 1 normal both;
}

.rotate-scale-down-diag-1 {
  animation: rotate-scale-down-diag-1 0.7s linear 0s 1 normal both;
}

.rotate-scale-up-diag-2 {
  animation: rotate-scale-up-diag-2 0.7s linear 0s 1 normal both;
}

.rotate-scale-down-diag-2 {
  animation: rotate-scale-down-diag-2 0.7s linear 0s 1 normal both;
}

.rotate-90-cw {
  animation: rotate-90-cw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-ccw {
  animation: rotate-90-ccw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-top-cw {
  animation: rotate-90-top-cw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-top-ccw {
  animation: rotate-90-top-ccw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-tr-cw {
  animation: rotate-90-tr-cw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-tr-ccw {
  animation: rotate-90-tr-ccw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-right-cw {
  animation: rotate-90-right-cw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-right-ccw {
  animation: rotate-90-right-ccw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-br-cw {
  animation: rotate-90-br-cw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-br-ccw {
  animation: rotate-90-br-ccw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-bottom-cw {
  animation: rotate-90-bottom-cw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-bottom-ccw {
  animation: rotate-90-bottom-ccw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-bl-cw {
  animation: rotate-90-bl-cw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-bl-ccw {
  animation: rotate-90-bl-ccw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-left-cw {
  animation: rotate-90-left-cw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-left-ccw {
  animation: rotate-90-left-ccw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-tl-cw {
  animation: rotate-90-tl-cw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-tl-ccw {
  animation: rotate-90-tl-ccw 0.4s ease-out 0s 1 normal both;
}

.rotate-90-horizontal-fwd {
  animation: rotate-90-horizontal-fwd 0.4s ease-out 0s 1 normal both;
}

.rotate-90-horizontal-bck {
  animation: rotate-90-horizontal-bck 0.4s ease-out 0s 1 normal both;
}

.rotate-90-vertical-fwd {
  animation: rotate-90-vertical-fwd 0.4s ease-out 0s 1 normal both;
}

.rotate-90-vertical-bck {
  animation: rotate-90-vertical-bck 0.4s ease-out 0s 1 normal both;
}

.flip-horizontal-bottom {
  animation: flip-horizontal-bottom 0.4s ease-in-out 0s 1 normal both;
}

.flip-horizontal-top {
  animation: flip-horizontal-top 0.4s ease-in-out 0s 1 normal both;
}

.flip-horizontal-bck {
  animation: flip-horizontal-bck 0.4s ease-in-out 0s 1 normal both;
}

.flip-horizontal-fwd {
  animation: flip-horizontal-fwd 0.4s ease-in-out 0s 1 normal both;
}

.flip-vertical-right {
  animation: flip-vertical-right 0.4s ease-in-out 0s 1 normal both;
}

.flip-vertical-left {
  animation: flip-vertical-left 0.4s ease-in-out 0s 1 normal both;
}

.flip-vertical-bck {
  animation: flip-vertical-bck 0.4s ease-in-out 0s 1 normal both;
}

.flip-vertical-fwd {
  animation: flip-vertical-fwd 0.4s ease-in-out 0s 1 normal both;
}

.flip-diagonal-1-tr {
  animation: flip-diagonal-1-tr 0.4s ease-in-out 0s 1 normal both;
}

.flip-diagonal-1-bl {
  animation: flip-diagonal-1-bl 0.4s ease-in-out 0s 1 normal both;
}

.flip-diagonal-1-bck {
  animation: flip-diagonal-1-bck 0.4s ease-in-out 0s 1 normal both;
}

.flip-diagonal-1-fwd {
  animation: flip-diagonal-1-fwd 0.4s ease-in-out 0s 1 normal both;
}

.flip-diagonal-2-br {
  animation: flip-diagonal-2-br 0.4s ease-in-out 0s 1 normal both;
}

.flip-diagonal-2-tl {
  animation: flip-diagonal-2-tl 0.4s ease-in-out 0s 1 normal both;
}

.flip-diagonal-2-bck {
  animation: flip-diagonal-2-bck 0.4s ease-in-out 0s 1 normal both;
}

.flip-diagonal-2-fwd {
  animation: flip-diagonal-2-fwd 0.4s ease-in-out 0s 1 normal both;
}

.flip-2-hor-top-1 {
  animation: flip-2-hor-top-1 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-hor-top-2 {
  animation: flip-2-hor-top-2 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-hor-top-bck {
  animation: flip-2-hor-top-bck 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-hor-top-fwd {
  animation: flip-2-hor-top-fwd 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-ver-right-1 {
  animation: flip-2-ver-right-1 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-ver-right-2 {
  animation: flip-2-ver-right-2 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-ver-right-bck {
  animation: flip-2-ver-right-bck 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-ver-right-fwd {
  animation: flip-2-ver-right-fwd 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-hor-bottom-1 {
  animation: flip-2-hor-bottom-1 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-hor-bottom-2 {
  animation: flip-2-hor-bottom-2 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-hor-bottom-bck {
  animation: flip-2-hor-bottom-bck 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-hor-bottom-fwd {
  animation: flip-2-hor-bottom-fwd 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-ver-left-1 {
  animation: flip-2-ver-left-1 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-ver-left-2 {
  animation: flip-2-ver-left-2 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-ver-left-bck {
  animation: flip-2-ver-left-bck 0.5s ease-in-out 0s 1 normal both;
}

.flip-2-ver-left-fwd {
  animation: flip-2-ver-left-fwd 0.5s ease-in-out 0s 1 normal both;
}

.flip-scale-up-hor {
  animation: flip-scale-up-hor 0.5s linear 0s 1 normal both;
}

.flip-scale-down-hor {
  animation: flip-scale-down-hor 0.5s linear 0s 1 normal both;
}

.flip-scale-up-ver {
  animation: flip-scale-up-ver 0.5s linear 0s 1 normal both;
}

.flip-scale-down-ver {
  animation: flip-scale-down-ver 0.5s linear 0s 1 normal both;
}

.flip-scale-up-diag-1 {
  animation: flip-scale-up-diag-1 0.5s linear 0s 1 normal both;
}

.flip-scale-down-diag-1 {
  animation: flip-scale-down-diag-1 0.5s linear 0s 1 normal both;
}

.flip-scale-up-diag-2 {
  animation: flip-scale-up-diag-2 0.5s linear 0s 1 normal both;
}

.flip-scale-down-diag-2 {
  animation: flip-scale-down-diag-2 0.5s linear 0s 1 normal both;
}

.flip-scale-2-hor-top {
  animation: flip-scale-2-hor-top 0.5s linear 0s 1 normal both;
}

.flip-scale-2-ver-right {
  animation: flip-scale-2-ver-right 0.5s linear 0s 1 normal both;
}

.flip-scale-2-hor-bottom {
  animation: flip-scale-2-hor-bottom 0.5s linear 0s 1 normal both;
}

.flip-scale-2-ver-left {
  animation: flip-scale-2-ver-left 0.5s linear 0s 1 normal both;
}

.swing-top-fwd {
  animation: swing-top-fwd 0.4s ease-out 0s 1 normal both;
}

.swing-top-bck {
  animation: swing-top-bck 0.4s ease-out 0s 1 normal both;
}

.swing-top-right-fwd {
  animation: swing-top-right-fwd 0.4s ease-out 0s 1 normal both;
}

.swing-top-right-bck {
  animation: swing-top-right-bck 0.4s ease-out 0s 1 normal both;
}

.swing-right-fwd {
  animation: swing-right-fwd 0.4s ease-out 0s 1 normal both;
}

.swing-right-bck {
  animation: swing-right-bck 0.4s ease-out 0s 1 normal both;
}

.swing-bottom-right-fwd {
  animation: swing-bottom-right-fwd 0.4s ease-out 0s 1 normal both;
}

.swing-bottom-right-bck {
  animation: swing-bottom-right-bck 0.4s ease-out 0s 1 normal both;
}

.swing-bottom-fwd {
  animation: swing-bottom-fwd 0.4s ease-out 0s 1 normal both;
}

.swing-bottom-bck {
  animation: swing-bottom-bck 0.4s ease-out 0s 1 normal both;
}

.swing-bottom-left-fwd {
  animation: swing-bottom-left-fwd 0.4s ease-out 0s 1 normal both;
}

.swing-bottom-left-bck {
  animation: swing-bottom-left-bck 0.4s ease-out 0s 1 normal both;
}

.swing-left-fwd {
  animation: swing-left-fwd 0.4s ease-out 0s 1 normal both;
}

.swing-left-bck {
  animation: swing-left-bck 0.4s ease-out 0s 1 normal both;
}

.swing-top-left-fwd {
  animation: swing-top-left-fwd 0.4s ease-out 0s 1 normal both;
}

.swing-top-left-bck {
  animation: swing-top-left-bck 0.4s ease-out 0s 1 normal both;
}

.slide-top {
  animation: slide-top 0.5s ease-out 0s 1 normal both;
}

.slide-tr {
  animation: slide-tr 0.5s ease-out 0s 1 normal both;
}

.slide-right {
  animation: slide-right 0.5s ease-out 0s 1 normal both;
}

.slide-br {
  animation: slide-br 0.5s ease-out 0s 1 normal both;
}

.slide-bottom {
  animation: slide-bottom 0.5s ease-out 0s 1 normal both;
}

.slide-bl {
  animation: slide-bl 0.5s ease-out 0s 1 normal both;
}

.slide-left {
  animation: slide-left 0.5s ease-out 0s 1 normal both;
}

.slide-tl {
  animation: slide-tl 0.5s ease-out 0s 1 normal both;
}

.slide-bck-center {
  animation: slide-bck-center 0.45s ease-in 0s 1 normal both;
}

.slide-bck-top {
  animation: slide-bck-top 0.45s ease-in 0s 1 normal both;
}

.slide-bck-tr {
  animation: slide-bck-tr 0.45s ease-in 0s 1 normal both;
}

.slide-bck-right {
  animation: slide-bck-right 0.45s ease-in 0s 1 normal both;
}

.slide-bck-br {
  animation: slide-bck-br 0.45s ease-in 0s 1 normal both;
}

.slide-bck-bottom {
  animation: slide-bck-bottom 0.45s ease-in 0s 1 normal both;
}

.slide-bck-bl {
  animation: slide-bck-bl 0.45s ease-in 0s 1 normal both;
}

.slide-bck-left {
  animation: slide-bck-left 0.45s ease-in 0s 1 normal both;
}

.slide-bck-tl {
  animation: slide-bck-tl 0.45s ease-in 0s 1 normal both;
}

.slide-fwd-center {
  animation: slide-fwd-center 0.45s ease-out 0s 1 normal both;
}

.slide-fwd-top {
  animation: slide-fwd-top 0.45s ease-out 0s 1 normal both;
}

.slide-fwd-tr {
  animation: slide-fwd-tr 0.45s ease-out 0s 1 normal both;
}

.slide-fwd-right {
  animation: slide-fwd-right 0.45s ease-out 0s 1 normal both;
}

.slide-fwd-br {
  animation: slide-fwd-br 0.45s ease-out 0s 1 normal both;
}

.slide-fwd-bottom {
  animation: slide-fwd-bottom 0.45s ease-out 0s 1 normal both;
}

.slide-fwd-bl {
  animation: slide-fwd-bl 0.45s ease-out 0s 1 normal both;
}

.slide-fwd-left {
  animation: slide-fwd-left 0.45s ease-out 0s 1 normal both;
}

.slide-fwd-tl {
  animation: slide-fwd-tl 0.45s ease-out 0s 1 normal both;
}

.slide-rotate-hor-top {
  animation: slide-rotate-hor-top 0.5s ease-out 0s 1 normal both;
}

.slide-rotate-hor-t-bck {
  animation: slide-rotate-hor-t-bck 0.5s ease-in-out 0s 1 normal both;
}

.slide-rotate-hor-t-fwd {
  animation: slide-rotate-hor-t-fwd 0.5s ease-in-out 0s 1 normal both;
}

.slide-rotate-ver-right {
  animation: slide-rotate-ver-right 0.5s ease-out 0s 1 normal both;
}

.slide-rotate-ver-r-bck {
  animation: slide-rotate-ver-r-bck 0.5s ease-in-out 0s 1 normal both;
}

.slide-rotate-ver-r-fwd {
  animation: slide-rotate-ver-r-fwd 0.5s ease-in-out 0s 1 normal both;
}

.slide-rotate-hor-bottom {
  animation: slide-rotate-hor-bottom 0.5s ease-out 0s 1 normal both;
}

.slide-rotate-hor-b-bck {
  animation: slide-rotate-hor-b-bck 0.5s ease-in-out 0s 1 normal both;
}

.slide-rotate-hor-b-fwd {
  animation: slide-rotate-hor-b-fwd 0.5s ease-in-out 0s 1 normal both;
}

.slide-rotate-ver-left {
  animation: slide-rotate-ver-left 0.5s ease-out 0s 1 normal both;
}

.slide-rotate-ver-l-bck {
  animation: slide-rotate-ver-l-bck 0.5s ease-in-out 0s 1 normal both;
}

.slide-rotate-ver-l-fwd {
  animation: slide-rotate-ver-l-fwd 0.5s ease-in-out 0s 1 normal both;
}

.shadow-drop-center {
  animation: shadow-drop-center 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-top {
  animation: shadow-drop-top 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-right {
  animation: shadow-drop-right 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-bottom {
  animation: shadow-drop-bottom 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-left {
  animation: shadow-drop-left 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-lr {
  animation: shadow-drop-lr 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-tb {
  animation: shadow-drop-tb 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-tr {
  animation: shadow-drop-tr 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-br {
  animation: shadow-drop-br 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-bl {
  animation: shadow-drop-bl 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-tl {
  animation: shadow-drop-tl 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-2-center {
  animation: shadow-drop-2-center 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-2-top {
  animation: shadow-drop-2-top 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-2-right {
  animation: shadow-drop-2-right 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-2-bottom {
  animation: shadow-drop-2-bottom 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-2-left {
  animation: shadow-drop-2-left 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-2-lr {
  animation: shadow-drop-2-lr 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-2-tb {
  animation: shadow-drop-2-tb 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-2-tr {
  animation: shadow-drop-2-tr 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-2-br {
  animation: shadow-drop-2-br 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-2-bl {
  animation: shadow-drop-2-bl 0.4s ease-out 0s 1 normal both;
}

.shadow-drop-2-tl {
  animation: shadow-drop-2-tl 0.4s ease-out 0s 1 normal both;
}

.shadow-pop-tr {
  animation: shadow-pop-tr 0.3s ease-in 0s 1 normal both;
}

.shadow-pop-br {
  animation: shadow-pop-br 0.3s ease-in 0s 1 normal both;
}

.shadow-pop-bl {
  animation: shadow-pop-bl 0.3s ease-in 0s 1 normal both;
}

.shadow-pop-tl {
  animation: shadow-pop-tl 0.3s ease-in 0s 1 normal both;
}

.shadow-inset-center {
  animation: shadow-inset-center 0.4s ease-out 0s 1 normal both;
}

.shadow-inset-top {
  animation: shadow-inset-top 0.4s ease-out 0s 1 normal both;
}

.shadow-inset-right {
  animation: shadow-inset-right 0.4s ease-out 0s 1 normal both;
}

.shadow-inset-bottom {
  animation: shadow-inset-bottom 0.4s ease-out 0s 1 normal both;
}

.shadow-inset-left {
  animation: shadow-inset-left 0.4s ease-out 0s 1 normal both;
}

.shadow-inset-lr {
  animation: shadow-inset-lr 0.4s ease-out 0s 1 normal both;
}

.shadow-inset-tb {
  animation: shadow-inset-tb 0.4s ease-out 0s 1 normal both;
}

.shadow-inset-tr {
  animation: shadow-inset-tr 0.4s ease-out 0s 1 normal both;
}

.shadow-inset-br {
  animation: shadow-inset-br 0.4s ease-out 0s 1 normal both;
}

.shadow-inset-bl {
  animation: shadow-inset-bl 0.4s ease-out 0s 1 normal both;
}

.shadow-inset-tl {
  animation: shadow-inset-tl 0.4s ease-out 0s 1 normal both;
}

.scale-in-center {
  animation: scale-in-center 0.5s ease-out 0s 1 normal both;
}

.scale-in-top {
  animation: scale-in-top 0.5s ease-out 0s 1 normal both;
}

.scale-in-tr {
  animation: scale-in-tr 0.5s ease-out 0s 1 normal both;
}

.scale-in-right {
  animation: scale-in-right 0.5s ease-out 0s 1 normal both;
}

.scale-in-br {
  animation: scale-in-br 0.5s ease-out 0s 1 normal both;
}

.scale-in-bottom {
  animation: scale-in-bottom 0.5s ease-out 0s 1 normal both;
}

.scale-in-bl {
  animation: scale-in-bl 0.5s ease-out 0s 1 normal both;
}

.scale-in-left {
  animation: scale-in-left 0.5s ease-out 0s 1 normal both;
}

.scale-in-tl {
  animation: scale-in-tl 0.5s ease-out 0s 1 normal both;
}

.scale-in-hor-center {
  animation: scale-in-hor-center 0.5s ease-out 0s 1 normal both;
}

.scale-in-hor-left {
  animation: scale-in-hor-left 0.5s ease-out 0s 1 normal both;
}

.scale-in-hor-right {
  animation: scale-in-hor-right 0.5s ease-out 0s 1 normal both;
}

.scale-in-ver-center {
  animation: scale-in-ver-center 0.5s ease-out 0s 1 normal both;
}

.scale-in-ver-top {
  animation: scale-in-ver-top 0.5s ease-out 0s 1 normal both;
}

.scale-in-ver-bottom {
  animation: scale-in-ver-bottom 0.5s ease-out 0s 1 normal both;
}

.rotate-in-center {
  animation: rotate-in-center 0.6s ease-out 0s 1 normal both;
}

.rotate-in-top {
  animation: rotate-in-top 0.5s ease-out 0s 1 normal both;
}

.rotate-in-tr {
  animation: rotate-in-tr 0.5s ease-out 0s 1 normal both;
}

.rotate-in-right {
  animation: rotate-in-right 0.5s ease-out 0s 1 normal both;
}

.rotate-in-br {
  animation: rotate-in-br 0.5s ease-out 0s 1 normal both;
}

.rotate-in-bottom {
  animation: rotate-in-bottom 0.5s ease-out 0s 1 normal both;
}

.rotate-in-bl {
  animation: rotate-in-bl 0.5s ease-out 0s 1 normal both;
}

.rotate-in-left {
  animation: rotate-in-left 0.5s ease-out 0s 1 normal both;
}

.rotate-in-tl {
  animation: rotate-in-tl 0.5s ease-out 0s 1 normal both;
}

.rotate-in-hor {
  animation: rotate-in-hor 0.5s ease-out 0s 1 normal both;
}

.rotate-in-ver {
  animation: rotate-in-ver 0.5s ease-out 0s 1 normal both;
}

.rotate-in-diag-1 {
  animation: rotate-in-diag-1 0.5s ease-out 0s 1 normal both;
}

.rotate-in-diag-2 {
  animation: rotate-in-diag-2 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-cw {
  animation: rotate-in-2-cw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-ccw {
  animation: rotate-in-2-ccw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-fwd-cw {
  animation: rotate-in-2-fwd-cw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-fwd-ccw {
  animation: rotate-in-2-fwd-ccw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-bck-cw {
  animation: rotate-in-2-bck-cw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-bck-ccw {
  animation: rotate-in-2-bck-ccw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-tr-cw {
  animation: rotate-in-2-tr-cw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-tr-ccw {
  animation: rotate-in-2-tr-ccw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-br-cw {
  animation: rotate-in-2-br-cw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-br-ccw {
  animation: rotate-in-2-br-ccw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-bl-cw {
  animation: rotate-in-2-bl-cw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-bl-ccw {
  animation: rotate-in-2-bl-ccw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-tl-cw {
  animation: rotate-in-2-tl-cw 0.5s ease-out 0s 1 normal both;
}

.rotate-in-2-tl-ccw {
  animation: rotate-in-2-tl-ccw 0.5s ease-out 0s 1 normal both;
}

.swirl-in-fwd {
  animation: swirl-in-fwd 0.6s ease-out 0s 1 normal both;
}

.swirl-in-bck {
  animation: swirl-in-bck 0.65s ease-out 0s 1 normal both;
}

.swirl-in-top-fwd {
  animation: swirl-in-top-fwd 0.6s ease-out 0s 1 normal both;
}

.swirl-in-top-bck {
  animation: swirl-in-top-bck 0.65s ease-out 0s 1 normal both;
}

.swirl-in-tr-fwd {
  animation: swirl-in-tr-fwd 0.6s ease-out 0s 1 normal both;
}

.swirl-in-tr-bck {
  animation: swirl-in-tr-bck 0.65s ease-out 0s 1 normal both;
}

.swirl-in-right-fwd {
  animation: swirl-in-right-fwd 0.6s ease-out 0s 1 normal both;
}

.swirl-in-right-bck {
  animation: swirl-in-right-bck 0.65s ease-out 0s 1 normal both;
}

.swirl-in-br-fwd {
  animation: swirl-in-br-fwd 0.6s ease-out 0s 1 normal both;
}

.swirl-in-br-bck {
  animation: swirl-in-br-bck 0.65s ease-out 0s 1 normal both;
}

.swirl-in-bottom-fwd {
  animation: swirl-in-bottom-fwd 0.6s ease-out 0s 1 normal both;
}

.swirl-in-bottom-bck {
  animation: swirl-in-bottom-bck 0.65s ease-out 0s 1 normal both;
}

.swirl-in-bl-fwd {
  animation: swirl-in-bl-fwd 0.6s ease-out 0s 1 normal both;
}

.swirl-in-bl-bck {
  animation: swirl-in-bl-bck 0.65s ease-out 0s 1 normal both;
}

.swirl-in-left-fwd {
  animation: swirl-in-left-fwd 0.6s ease-out 0s 1 normal both;
}

.swirl-in-left-bck {
  animation: swirl-in-left-bck 0.65s ease-out 0s 1 normal both;
}

.swirl-in-tl-fwd {
  animation: swirl-in-tl-fwd 0.6s ease-out 0s 1 normal both;
}

.swirl-in-tl-bck {
  animation: swirl-in-tl-bck 0.65s ease-out 0s 1 normal both;
}

.flip-in-hor-bottom {
  animation: flip-in-hor-bottom 0.5s ease-out 0s 1 normal both;
}

.flip-in-hor-top {
  animation: flip-in-hor-top 0.5s ease-out 0s 1 normal both;
}

.flip-in-ver-right {
  animation: flip-in-ver-right 0.5s ease-out 0s 1 normal both;
}

.flip-in-ver-left {
  animation: flip-in-ver-left 0.5s ease-out 0s 1 normal both;
}

.flip-in-diag-1-tr {
  animation: flip-in-diag-1-tr 0.5s ease-out 0s 1 normal both;
}

.flip-in-diag-1-bl {
  animation: flip-in-diag-1-bl 0.5s ease-out 0s 1 normal both;
}

.flip-in-diag-2-tl {
  animation: flip-in-diag-2-tl 0.5s ease-out 0s 1 normal both;
}

.flip-in-diag-2-br {
  animation: flip-in-diag-2-br 0.5s ease-out 0s 1 normal both;
}

.slit-in-vertical {
  animation: slit-in-vertical 0.45s ease-out 0s 1 normal both;
}

.slit-in-horizontal {
  animation: slit-in-horizontal 0.45s ease-out 0s 1 normal both;
}

.slit-in-diagonal-1 {
  animation: slit-in-diagonal-1 0.45s ease-out 0s 1 normal both;
}

.slit-in-diagonal-2 {
  animation: slit-in-diagonal-2 0.45s ease-out 0s 1 normal both;
}

.slide-in-top {
  animation: slide-in-top 0.5s ease-out 0s 1 normal both;
}

.slide-in-tr {
  animation: slide-in-tr 0.5s ease-out 0s 1 normal both;
}

.slide-in-right {
  animation: slide-in-right 0.5s ease-out 0s 1 normal both;
}

.slide-in-br {
  animation: slide-in-br 0.5s ease-out 0s 1 normal both;
}

.slide-in-bottom {
  animation: slide-in-bottom 0.5s ease-out 0s 1 normal both;
}

.slide-in-bl {
  animation: slide-in-bl 0.5s ease-out 0s 1 normal both;
}

.slide-in-left {
  animation: slide-in-left 0.5s ease-out 0s 1 normal both;
}

.slide-in-tl {
  animation: slide-in-tl 0.5s ease-out 0s 1 normal both;
}

.slide-in-fwd-center {
  animation: slide-in-fwd-center 0.4s ease-out 0s 1 normal both;
}

.slide-in-fwd-top {
  animation: slide-in-fwd-top 0.4s ease-out 0s 1 normal both;
}

.slide-in-fwd-tr {
  animation: slide-in-fwd-tr 0.4s ease-out 0s 1 normal both;
}

.slide-in-fwd-right {
  animation: slide-in-fwd-right 0.4s ease-out 0s 1 normal both;
}

.slide-in-fwd-br {
  animation: slide-in-fwd-br 0.4s ease-out 0s 1 normal both;
}

.slide-in-fwd-bottom {
  animation: slide-in-fwd-bottom 0.4s ease-out 0s 1 normal both;
}

.slide-in-fwd-bl {
  animation: slide-in-fwd-bl 0.4s ease-out 0s 1 normal both;
}

.slide-in-fwd-left {
  animation: slide-in-fwd-left 0.4s ease-out 0s 1 normal both;
}

.slide-in-fwd-tl {
  animation: slide-in-fwd-tl 0.4s ease-out 0s 1 normal both;
}

.slide-in-bck-center {
  animation: slide-in-bck-center 0.7s ease-out 0s 1 normal both;
}

.slide-in-bck-top {
  animation: slide-in-bck-top 0.6s ease-out 0s 1 normal both;
}

.slide-in-bck-tr {
  animation: slide-in-bck-tr 0.6s ease-out 0s 1 normal both;
}

.slide-in-bck-right {
  animation: slide-in-bck-right 0.6s ease-out 0s 1 normal both;
}

.slide-in-bck-br {
  animation: slide-in-bck-br 0.6s ease-out 0s 1 normal both;
}

.slide-in-bck-bottom {
  animation: slide-in-bck-bottom 0.6s ease-out 0s 1 normal both;
}

.slide-in-bck-bl {
  animation: slide-in-bck-bl 0.6s ease-out 0s 1 normal both;
}

.slide-in-bck-left {
  animation: slide-in-bck-left 0.6s ease-out 0s 1 normal both;
}

.slide-in-bck-tl {
  animation: slide-in-bck-tl 0.6s ease-out 0s 1 normal both;
}

.slide-in-blurred-top {
  animation: slide-in-blurred-top 0.6s ease-out 0s 1 normal both;
}

.slide-in-blurred-tr {
  animation: slide-in-blurred-tr 0.6s ease-out 0s 1 normal both;
}

.slide-in-blurred-right {
  animation: slide-in-blurred-right 0.6s ease-out 0s 1 normal both;
}

.slide-in-blurred-br {
  animation: slide-in-blurred-br 0.6s ease-out 0s 1 normal both;
}

.slide-in-blurred-bottom {
  animation: slide-in-blurred-bottom 0.6s ease-out 0s 1 normal both;
}

.slide-in-blurred-bl {
  animation: slide-in-blurred-bl 0.6s ease-out 0s 1 normal both;
}

.slide-in-blurred-left {
  animation: slide-in-blurred-left 0.6s ease-out 0s 1 normal both;
}

.slide-in-blurred-tl {
  animation: slide-in-blurred-tl 0.6s ease-out 0s 1 normal both;
}

.slide-in-elliptic-top-fwd {
  animation: slide-in-elliptic-top-fwd 0.7s ease-out 0s 1 normal both;
}

.slide-in-elliptic-top-bck {
  animation: slide-in-elliptic-top-bck 0.7s ease-out 0s 1 normal both;
}

.slide-in-elliptic-right-fwd {
  animation: slide-in-elliptic-right-fwd 0.7s ease-out 0s 1 normal both;
}

.slide-in-elliptic-right-bck {
  animation: slide-in-elliptic-right-bck 0.7s ease-out 0s 1 normal both;
}

.slide-in-elliptic-bottom-fwd {
  animation: slide-in-elliptic-bottom-fwd 0.7s ease-out 0s 1 normal both;
}

.slide-in-elliptic-bottom-bck {
  animation: slide-in-elliptic-bottom-bck 0.7s ease-out 0s 1 normal both;
}

.slide-in-elliptic-left-fwd {
  animation: slide-in-elliptic-left-fwd 0.7s ease-out 0s 1 normal both;
}

.slide-in-elliptic-left-bck {
  animation: slide-in-elliptic-left-bck 0.7s ease-out 0s 1 normal both;
}

.bounce-in-top {
  animation: bounce-in-top 1.1s ease 0s 1 normal both;
}

.bounce-in-right {
  animation: bounce-in-right 1.1s ease 0s 1 normal both;
}

.bounce-in-bottom {
  animation: bounce-in-bottom 1.1s ease 0s 1 normal both;
}

.bounce-in-left {
  animation: bounce-in-left 1.1s ease 0s 1 normal both;
}

.bounce-in-fwd {
  animation: bounce-in-fwd 1.1s ease 0s 1 normal both;
}

.bounce-in-bck {
  animation: bounce-in-bck 1.1s ease 0s 1 normal both;
}

.roll-in-left {
  animation: roll-in-left 0.6s ease-out 0s 1 normal both;
}

.roll-in-top {
  animation: roll-in-top 0.6s ease-out 0s 1 normal both;
}

.roll-in-right {
  animation: roll-in-right 0.6s ease-out 0s 1 normal both;
}

.roll-in-bottom {
  animation: roll-in-bottom 0.6s ease-out 0s 1 normal both;
}

.roll-in-blurred-left {
  animation: roll-in-blurred-left 0.65s ease-out 0s 1 normal both;
}

.roll-in-blurred-top {
  animation: roll-in-blurred-top 0.6s ease-out 0s 1 normal both;
}

.roll-in-blurred-right {
  animation: roll-in-blurred-right 0.65s ease-out 0s 1 normal both;
}

.roll-in-blurred-bottom {
  animation: roll-in-blurred-bottom 0.6s ease-out 0s 1 normal both;
}

.tilt-in-top-1 {
  animation: tilt-in-top-1 0.6s ease-out 0s 1 normal both;
}

.tilt-in-top-2 {
  animation: tilt-in-top-2 0.6s ease-out 0s 1 normal both;
}

.tilt-in-tr {
  animation: tilt-in-tr 0.65s ease-out 0s 1 normal both;
}

.tilt-in-right-1 {
  animation: tilt-in-right-1 0.6s ease-out 0s 1 normal both;
}

.tilt-in-right-2 {
  animation: tilt-in-right-2 0.6s ease-out 0s 1 normal both;
}

.tilt-in-br {
  animation: tilt-in-br 0.65s ease-out 0s 1 normal both;
}

.tilt-in-bottom-1 {
  animation: tilt-in-bottom-1 0.6s ease-out 0s 1 normal both;
}

.tilt-in-bottom-2 {
  animation: tilt-in-bottom-2 0.6s ease-out 0s 1 normal both;
}

.tilt-in-bl {
  animation: tilt-in-bl 0.65s ease-out 0s 1 normal both;
}

.tilt-in-left-1 {
  animation: tilt-in-left-1 0.6s ease-out 0s 1 normal both;
}

.tilt-in-left-2 {
  animation: tilt-in-left-2 0.6s ease-out 0s 1 normal both;
}

.tilt-in-tl {
  animation: tilt-in-tl 0.65s ease-out 0s 1 normal both;
}

.tilt-in-fwd-tr {
  animation: tilt-in-fwd-tr 0.6s ease-out 0s 1 normal both;
}

.tilt-in-fwd-br {
  animation: tilt-in-fwd-br 0.6s ease-out 0s 1 normal both;
}

.tilt-in-fwd-bl {
  animation: tilt-in-fwd-bl 0.6s ease-out 0s 1 normal both;
}

.tilt-in-fwd-tl {
  animation: tilt-in-fwd-tl 0.6s ease-out 0s 1 normal both;
}

.swing-in-top-fwd {
  animation: swing-in-top-fwd 0.5s ease-out 0s 1 normal both;
}

.swing-in-top-bck {
  animation: swing-in-top-bck 0.6s ease-out 0s 1 normal both;
}

.swing-in-right-fwd {
  animation: swing-in-right-fwd 0.5s ease-out 0s 1 normal both;
}

.swing-in-right-bck {
  animation: swing-in-right-bck 0.6s ease-out 0s 1 normal both;
}

.swing-in-bottom-fwd {
  animation: swing-in-bottom-fwd 0.5s ease-out 0s 1 normal both;
}

.swing-in-bottom-bck {
  animation: swing-in-bottom-bck 0.6s ease-out 0s 1 normal both;
}

.swing-in-left-fwd {
  animation: swing-in-left-fwd 0.5s ease-out 0s 1 normal both;
}

.swing-in-left-bck {
  animation: swing-in-left-bck 0.6s ease-out 0s 1 normal both;
}

.fade-in {
  animation: fade-in 1.2s ease-out 0s 1 normal both;
}

.fade-in-fwd {
  animation: fade-in-fwd 0.6s ease-out 0s 1 normal both;
}

.fade-in-bck {
  animation: fade-in-bck 0.6s ease-out 0s 1 normal both;
}

.fade-in-top {
  animation: fade-in-top 0.6s ease-out 0s 1 normal both;
}

.fade-in-tr {
  animation: fade-in-tr 0.6s ease-out 0s 1 normal both;
}

.fade-in-right {
  animation: fade-in-right 0.6s ease-out 0s 1 normal both;
}

.fade-in-br {
  animation: fade-in-br 0.6s ease-out 0s 1 normal both;
}

.fade-in-bottom {
  animation: fade-in-bottom 0.6s ease-out 0s 1 normal both;
}

.fade-in-bl {
  animation: fade-in-bl 0.6s ease-out 0s 1 normal both;
}

.fade-in-left {
  animation: fade-in-left 0.6s ease-out 0s 1 normal both;
}

.fade-in-tl {
  animation: fade-in-tl 0.6s ease-out 0s 1 normal both;
}

.puff-in-center {
  animation: puff-in-center 0.7s ease-in 0s 1 normal both;
}

.puff-in-top {
  animation: puff-in-top 0.7s ease-in 0s 1 normal both;
}

.puff-in-tr {
  animation: puff-in-tr 0.7s ease-in 0s 1 normal both;
}

.puff-in-right {
  animation: puff-in-right 0.7s ease-in 0s 1 normal both;
}

.puff-in-br {
  animation: puff-in-br 0.7s ease-in 0s 1 normal both;
}

.puff-in-bottom {
  animation: puff-in-bottom 0.7s ease-in 0s 1 normal both;
}

.puff-in-bl {
  animation: puff-in-bl 0.7s ease-in 0s 1 normal both;
}

.puff-in-left {
  animation: puff-in-left 0.7s ease-in 0s 1 normal both;
}

.puff-in-tl {
  animation: puff-in-tl 0.7s ease-in 0s 1 normal both;
}

.puff-in-hor {
  animation: puff-in-hor 0.7s ease-in 0s 1 normal both;
}

.puff-in-ver {
  animation: puff-in-ver 0.7s ease-in 0s 1 normal both;
}

.flicker-in-1 {
  animation: flicker-in-1 2s linear 0s 1 normal both;
}

.flicker-in-2 {
  animation: flicker-in-2 2s linear 0s 1 normal both;
}

.scale-out-center {
  animation: scale-out-center 0.5s ease-in 0s 1 normal both;
}

.scale-out-top {
  animation: scale-out-top 0.5s ease-in 0s 1 normal both;
}

.scale-out-tr {
  animation: scale-out-tr 0.5s ease-in 0s 1 normal both;
}

.scale-out-right {
  animation: scale-out-right 0.5s ease-in 0s 1 normal both;
}

.scale-out-br {
  animation: scale-out-br 0.5s ease-in 0s 1 normal both;
}

.scale-out-bottom {
  animation: scale-out-bottom 0.5s ease-in 0s 1 normal both;
}

.scale-out-bl {
  animation: scale-out-bl 0.5s ease-in 0s 1 normal both;
}

.scale-out-left {
  animation: scale-out-left 0.5s ease-in 0s 1 normal both;
}

.scale-out-tl {
  animation: scale-out-tl 0.5s ease-in 0s 1 normal both;
}

.scale-out-horizontal {
  animation: scale-out-horizontal 0.5s ease-in 0s 1 normal both;
}

.scale-out-hor-left {
  animation: scale-out-hor-left 0.5s ease-in 0s 1 normal both;
}

.scale-out-hor-right {
  animation: scale-out-hor-right 0.5s ease-in 0s 1 normal both;
}

.scale-out-vertical {
  animation: scale-out-vertical 0.5s ease-in 0s 1 normal both;
}

.scale-out-ver-top {
  animation: scale-out-ver-top 0.5s ease-in 0s 1 normal both;
}

.scale-out-ver-bottom {
  animation: scale-out-ver-bottom 0.5s ease-in 0s 1 normal both;
}

.rotate-out-center {
  animation: rotate-out-center 0.6s ease-in 0s 1 normal both;
}

.rotate-out-top {
  animation: rotate-out-top 0.5s ease-in 0s 1 normal both;
}

.rotate-out-tr {
  animation: rotate-out-tr 0.5s ease-in 0s 1 normal both;
}

.rotate-out-right {
  animation: rotate-out-right 0.5s ease-in 0s 1 normal both;
}

.rotate-out-br {
  animation: rotate-out-br 0.5s ease-in 0s 1 normal both;
}

.rotate-out-bottom {
  animation: rotate-out-bottom 0.5s ease-in 0s 1 normal both;
}

.rotate-out-bl {
  animation: rotate-out-bl 0.5s ease-in 0s 1 normal both;
}

.rotate-out-left {
  animation: rotate-out-left 0.5s ease-in 0s 1 normal both;
}

.rotate-out-tl {
  animation: rotate-out-tl 0.5s ease-in 0s 1 normal both;
}

.rotate-out-hor {
  animation: rotate-out-hor 0.5s ease-in 0s 1 normal both;
}

.rotate-out-ver {
  animation: rotate-out-ver 0.5s ease-in 0s 1 normal both;
}

.rotate-out-diag-1 {
  animation: rotate-out-diag-1 0.6s ease-in 0s 1 normal both;
}

.rotate-out-diag-2 {
  animation: rotate-out-diag-2 0.6s ease-in 0s 1 normal both;
}

.rotate-out-2-cw {
  animation: rotate-out-2-cw 0.6s ease-out 0s 1 normal both;
}

.rotate-out-2-ccw {
  animation: rotate-out-2-ccw 0.6s ease-out 0s 1 normal both;
}

.rotate-out-2-bck {
  animation: rotate-out-2-bck 0.6s ease-out 0s 1 normal both;
}

.rotate-out-2-fwd {
  animation: rotate-out-2-fwd 0.6s ease-out 0s 1 normal both;
}

.rotate-out-2-tr-cw {
  animation: rotate-out-2-tr-cw 0.6s ease-out 0s 1 normal both;
}

.rotate-out-2-tr-ccw {
  animation: rotate-out-2-tr-ccw 0.6s ease-out 0s 1 normal both;
}

.rotate-out-2-br-cw {
  animation: rotate-out-2-br-cw 0.6s ease-out 0s 1 normal both;
}

.rotate-out-2-br-ccw {
  animation: rotate-out-2-br-ccw 0.6s ease-out 0s 1 normal both;
}

.rotate-out-2-bl-cw {
  animation: rotate-out-2-bl-cw 0.6s ease-out 0s 1 normal both;
}

.rotate-out-2-bl-ccw {
  animation: rotate-out-2-bl-ccw 0.6s ease-out 0s 1 normal both;
}

.rotate-out-2-tl-cw {
  animation: rotate-out-2-tl-cw 0.6s ease-out 0s 1 normal both;
}

.rotate-out-2-tl-ccw {
  animation: rotate-out-2-tl-ccw 0.6s ease-out 0s 1 normal both;
}

.swirl-out-bck {
  animation: swirl-out-bck 0.6s ease-in 0s 1 normal both;
}

.swirl-out-fwd {
  animation: swirl-out-fwd 0.65s ease-in 0s 1 normal both;
}

.swirl-out-top-bck {
  animation: swirl-out-top-bck 0.6s ease-in 0s 1 normal both;
}

.swirl-out-top-fwd {
  animation: swirl-out-top-fwd 0.65s ease-in 0s 1 normal both;
}

.swirl-out-tr-bck {
  animation: swirl-out-tr-bck 0.6s ease-in 0s 1 normal both;
}

.swirl-out-tr-fwd {
  animation: swirl-out-tr-fwd 0.65s ease-in 0s 1 normal both;
}

.swirl-out-right-bck {
  animation: swirl-out-right-bck 0.6s ease-in 0s 1 normal both;
}

.swirl-out-right-fwd {
  animation: swirl-out-right-fwd 0.65s ease-in 0s 1 normal both;
}

.swirl-out-br-bck {
  animation: swirl-out-br-bck 0.6s ease-in 0s 1 normal both;
}

.swirl-out-br-fwd {
  animation: swirl-out-br-fwd 0.65s ease-in 0s 1 normal both;
}

.swirl-out-bottom-bck {
  animation: swirl-out-bottom-bck 0.6s ease-in 0s 1 normal both;
}

.swirl-out-bottom-fwd {
  animation: swirl-out-bottom-fwd 0.65s ease-in 0s 1 normal both;
}

.swirl-out-bl-bck {
  animation: swirl-out-bl-bck 0.6s ease-in 0s 1 normal both;
}

.swirl-out-bl-fwd {
  animation: swirl-out-bl-fwd 0.65s ease-in 0s 1 normal both;
}

.swirl-out-left-bck {
  animation: swirl-out-left-bck 0.6s ease-in 0s 1 normal both;
}

.swirl-out-left-fwd {
  animation: swirl-out-left-fwd 0.65s ease-in 0s 1 normal both;
}

.swirl-out-tl-bck {
  animation: swirl-out-tl-bck 0.6s ease-in 0s 1 normal both;
}

.swirl-out-tl-fwd {
  animation: swirl-out-tl-fwd 0.65s ease-in 0s 1 normal both;
}

.flip-out-hor-top {
  animation: flip-out-hor-top 0.45s ease-in 0s 1 normal both;
}

.flip-out-hor-bottom {
  animation: flip-out-hor-bottom 0.45s ease-in 0s 1 normal both;
}

.flip-out-ver-left {
  animation: flip-out-ver-left 0.45s ease-in 0s 1 normal both;
}

.flip-out-ver-right {
  animation: flip-out-ver-right 0.45s ease-in 0s 1 normal both;
}

.flip-out-diag-1-tr {
  animation: flip-out-diag-1-tr 0.45s ease-in 0s 1 normal both;
}

.flip-out-diag-1-bl {
  animation: flip-out-diag-1-bl 0.45s ease-in 0s 1 normal both;
}

.flip-out-diag-2-tl {
  animation: flip-out-diag-2-tl 0.45s ease-in 0s 1 normal both;
}

.flip-out-diag-2-br {
  animation: flip-out-diag-2-br 0.45s ease-in 0s 1 normal both;
}

.slit-out-vertical {
  animation: slit-out-vertical 0.5s ease-in 0s 1 normal both;
}

.slit-out-horizontal {
  animation: slit-out-horizontal 0.5s ease-in 0s 1 normal both;
}

.slit-out-diagonal-1 {
  animation: slit-out-diagonal-1 0.5s ease-in 0s 1 normal both;
}

.slit-out-diagonal-2 {
  animation: slit-out-diagonal-2 0.5s ease-in 0s 1 normal both;
}

.slide-out-top {
  animation: slide-out-top 0.5s ease-in 0s 1 normal both;
}

.slide-out-tr {
  animation: slide-out-tr 0.5s ease-in 0s 1 normal both;
}

.slide-out-right {
  animation: slide-out-right 0.5s ease-in 0s 1 normal both;
}

.slide-out-br {
  animation: slide-out-br 0.5s ease-in 0s 1 normal both;
}

.slide-out-bottom {
  animation: slide-out-bottom 0.5s ease-in 0s 1 normal both;
}

.slide-out-bl {
  animation: slide-out-bl 0.5s ease-in 0s 1 normal both;
}

.slide-out-left {
  animation: slide-out-left 0.5s ease-in 0s 1 normal both;
}

.slide-out-tl {
  animation: slide-out-tl 0.5s ease-in 0s 1 normal both;
}

.slide-out-bck-center {
  animation: slide-out-bck-center 0.5s ease-in 0s 1 normal both;
}

.slide-out-bck-top {
  animation: slide-out-bck-top 0.5s ease-in 0s 1 normal both;
}

.slide-out-bck-tr {
  animation: slide-out-bck-tr 0.5s ease-in 0s 1 normal both;
}

.slide-out-bck-right {
  animation: slide-out-bck-right 0.5s ease-in 0s 1 normal both;
}

.slide-out-bck-br {
  animation: slide-out-bck-br 0.5s ease-in 0s 1 normal both;
}

.slide-out-bck-bottom {
  animation: slide-out-bck-bottom 0.5s ease-in 0s 1 normal both;
}

.slide-out-bck-bl {
  animation: slide-out-bck-bl 0.5s ease-in 0s 1 normal both;
}

.slide-out-bck-left {
  animation: slide-out-bck-left 0.5s ease-in 0s 1 normal both;
}

.slide-out-bck-tl {
  animation: slide-out-bck-tl 0.5s ease-in 0s 1 normal both;
}

.slide-out-fwd-center {
  animation: slide-out-fwd-center 0.7s ease-in 0s 1 normal both;
}

.slide-out-fwd-top {
  animation: slide-out-fwd-top 0.6s ease-in 0s 1 normal both;
}

.slide-out-fwd-tr {
  animation: slide-out-fwd-tr 0.6s ease-in 0s 1 normal both;
}

.slide-out-fwd-right {
  animation: slide-out-fwd-right 0.6s ease-in 0s 1 normal both;
}

.slide-out-fwd-br {
  animation: slide-out-fwd-br 0.6s ease-in 0s 1 normal both;
}

.slide-out-fwd-bottom {
  animation: slide-out-fwd-bottom 0.6s ease-in 0s 1 normal both;
}

.slide-out-fwd-bl {
  animation: slide-out-fwd-bl 0.6s ease-in 0s 1 normal both;
}

.slide-out-fwd-left {
  animation: slide-out-fwd-left 0.6s ease-in 0s 1 normal both;
}

.slide-out-fwd-tl {
  animation: slide-out-fwd-tl 0.6s ease-in 0s 1 normal both;
}

.slide-out-blurred-top {
  animation: slide-out-blurred-top 0.45s ease-in 0s 1 normal both;
}

.slide-out-blurred-tr {
  animation: slide-out-blurred-tr 0.45s ease-in 0s 1 normal both;
}

.slide-out-blurred-right {
  animation: slide-out-blurred-right 0.45s ease-in 0s 1 normal both;
}

.slide-out-blurred-br {
  animation: slide-out-blurred-br 0.45s ease-in 0s 1 normal both;
}

.slide-out-blurred-bottom {
  animation: slide-out-blurred-bottom 0.45s ease-in 0s 1 normal both;
}

.slide-out-blurred-bl {
  animation: slide-out-blurred-bl 0.45s ease-in 0s 1 normal both;
}

.slide-out-blurred-left {
  animation: slide-out-blurred-left 0.45s ease-in 0s 1 normal both;
}

.slide-out-blurred-tl {
  animation: slide-out-blurred-tl 0.45s ease-in 0s 1 normal both;
}

.slide-out-elliptic-top-bck {
  animation: slide-out-elliptic-top-bck 0.7s ease-in 0s 1 normal both;
}

.slide-out-elliptic-top-fwd {
  animation: slide-out-elliptic-top-fwd 0.7s ease-in 0s 1 normal both;
}

.slide-out-elliptic-right-bck {
  animation: slide-out-elliptic-right-bck 0.7s ease-in 0s 1 normal both;
}

.slide-out-elliptic-right-fwd {
  animation: slide-out-elliptic-right-fwd 0.7s ease-in 0s 1 normal both;
}

.slide-out-elliptic-bottom-bck {
  animation: slide-out-elliptic-bottom-bck 0.7s ease-in 0s 1 normal both;
}

.slide-out-elliptic-bottom-fwd {
  animation: slide-out-elliptic-bottom-fwd 0.7s ease-in 0s 1 normal both;
}

.slide-out-elliptic-left-bck {
  animation: slide-out-elliptic-left-bck 0.7s ease-in 0s 1 normal both;
}

.slide-out-elliptic-left-fwd {
  animation: slide-out-elliptic-left-fwd 0.7s ease-in 0s 1 normal both;
}

.bounce-out-top {
  animation: bounce-out-top 1.5s ease 0s 1 normal both;
}

.bounce-out-right {
  animation: bounce-out-right 1.5s ease 0s 1 normal both;
}

.bounce-out-bottom {
  animation: bounce-out-bottom 1.5s ease 0s 1 normal both;
}

.bounce-out-left {
  animation: bounce-out-left 1.5s ease 0s 1 normal both;
}

.bounce-out-bck {
  animation: bounce-out-bck 1.5s ease 0s 1 normal both;
}

.bounce-out-fwd {
  animation: bounce-out-fwd 1.5s ease 0s 1 normal both;
}

.roll-out-left {
  animation: roll-out-left 0.6s ease-in 0s 1 normal both;
}

.roll-out-top {
  animation: roll-out-top 0.6s ease-in 0s 1 normal both;
}

.roll-out-right {
  animation: roll-out-right 0.6s ease-in 0s 1 normal both;
}

.roll-out-bottom {
  animation: roll-out-bottom 0.6s ease-in 0s 1 normal both;
}

.roll-out-blurred-left {
  animation: roll-out-blurred-left 0.65s ease-in 0s 1 normal both;
}

.roll-out-blurred-top {
  animation: roll-out-blurred-top 0.6s ease-in 0s 1 normal both;
}

.roll-out-blurred-right {
  animation: roll-out-blurred-right 0.65s ease-in 0s 1 normal both;
}

.roll-out-blurred-bottom {
  animation: roll-out-blurred-bottom 0.6s ease-in 0s 1 normal both;
}

.swing-out-top-bck {
  animation: swing-out-top-bck 0.45s ease-in 0s 1 normal both;
}

.swing-out-top-fwd {
  animation: swing-out-top-fwd 0.55s ease-in 0s 1 normal both;
}

.swing-out-right-bck {
  animation: swing-out-right-bck 0.45s ease-in 0s 1 normal both;
}

.swing-out-right-fwd {
  animation: swing-out-right-fwd 0.55s ease-in 0s 1 normal both;
}

.swing-out-bottom-bck {
  animation: swing-out-bottom-bck 0.45s ease-in 0s 1 normal both;
}

.swing-out-bottom-fwd {
  animation: swing-out-bottom-fwd 0.55s ease-in 0s 1 normal both;
}

.swing-out-left-bck {
  animation: swing-out-left-bck 0.45s ease-in 0s 1 normal both;
}

.swing-out-left-fwd {
  animation: swing-out-left-fwd 0.55s ease-in 0s 1 normal both;
}

.fade-out {
  animation: fade-out 1s ease-out 0s 1 normal both;
}

.fade-out-bck {
  animation: fade-out-bck 0.7s ease-out 0s 1 normal both;
}

.fade-out-fwd {
  animation: fade-out-fwd 0.7s ease-out 0s 1 normal both;
}

.fade-out-top {
  animation: fade-out-top 0.7s ease-out 0s 1 normal both;
}

.fade-out-tr {
  animation: fade-out-tr 0.7s ease-out 0s 1 normal both;
}

.fade-out-right {
  animation: fade-out-right 0.7s ease-out 0s 1 normal both;
}

.fade-out-br {
  animation: fade-out-br 0.7s ease-out 0s 1 normal both;
}

.fade-out-bottom {
  animation: fade-out-bottom 0.7s ease-out 0s 1 normal both;
}

.fade-out-bl {
  animation: fade-out-bl 0.7s ease-out 0s 1 normal both;
}

.fade-out-left {
  animation: fade-out-left 0.7s ease-out 0s 1 normal both;
}

.fade-out-tl {
  animation: fade-out-tl 0.7s ease-out 0s 1 normal both;
}

.puff-out-center {
  animation: puff-out-center 1s ease-out 0s 1 normal both;
}

.puff-out-top {
  animation: puff-out-top 0.9s ease-out 0s 1 normal both;
}

.puff-out-tr {
  animation: puff-out-tr 0.9s ease-out 0s 1 normal both;
}

.puff-out-right {
  animation: puff-out-right 0.9s ease-out 0s 1 normal both;
}

.puff-out-br {
  animation: puff-out-br 0.9s ease-out 0s 1 normal both;
}

.puff-out-bottom {
  animation: puff-out-bottom 0.9s ease-out 0s 1 normal both;
}

.puff-out-bl {
  animation: puff-out-bl 0.9s ease-out 0s 1 normal both;
}

.puff-out-left {
  animation: puff-out-left 0.9s ease-out 0s 1 normal both;
}

.puff-out-tl {
  animation: puff-out-tl 0.9s ease-out 0s 1 normal both;
}

.puff-out-hor {
  animation: puff-out-hor 0.9s ease-out 0s 1 normal both;
}

.puff-out-ver {
  animation: puff-out-ver 0.9s ease-out 0s 1 normal both;
}

.flicker-out-1 {
  animation: flicker-out-1 2s linear 0s 1 normal both;
}

.flicker-out-2 {
  animation: flicker-out-2 2s linear 0s 1 normal both;
}

.text-tracking-in-expand {
  animation: tracking-in-expand 0.7s ease-out 0s 1 normal both;
}

.text-tracking-in-expand-fwd {
  animation: tracking-in-expand-fwd 0.8s ease-out 0s 1 normal both;
}

.text-tracking-in-expand-fwd-top {
  animation: tracking-in-expand-fwd-top 0.8s ease-out 0s 1 normal both;
}

.text-tracking-in-expand-fwd-bottom {
  animation: tracking-in-expand-fwd-bottom 0.8s ease-out 0s 1 normal both;
}

.text-tracking-in-contract {
  animation: tracking-in-contract 0.8s ease-out 0s 1 normal both;
}

.text-tracking-in-contract-bck {
  animation: tracking-in-contract-bck 1s ease-out 0s 1 normal both;
}

.text-tracking-in-contract-bck-top {
  animation: tracking-in-contract-bck-top 1s ease-out 0s 1 normal both;
}

.text-tracking-in-contract-bck-bottom {
  animation: tracking-in-contract-bck-bottom 1s ease-out 0s 1 normal both;
}

.text-tracking-out-contract {
  animation: tracking-out-contract 0.7s ease-in 0s 1 normal both;
}

.text-tracking-out-contract-bck {
  animation: tracking-out-contract-bck 0.8s ease-in 0s 1 normal both;
}

.text-tracking-out-contract-bck-top {
  animation: tracking-out-contract-bck-top 0.8s ease-in 0s 1 normal both;
}

.text-tracking-out-contract-bck-bottom {
  animation: tracking-out-contract-bck-bottom 0.8s ease-in 0s 1 normal both;
}

.text-tracking-out-expand {
  animation: tracking-out-expand 0.8s ease-out 0s 1 normal both;
}

.text-tracking-out-expand-fwd {
  animation: tracking-out-expand-fwd 0.8s ease-in 0s 1 normal both;
}

.text-tracking-out-expand-fwd-top {
  animation: tracking-out-expand-fwd-top 0.8s ease-in 0s 1 normal both;
}

.text-tracking-out-expand-fwd-bottom {
  animation: tracking-out-expand-fwd-bottom 0.8s ease-in 0s 1 normal both;
}

.text-focus-in {
  animation: text-focus-in 1s ease-in 0s 1 normal both;
}

.text-focus-in-expand {
  animation: focus-in-expand 0.8s ease-out 0s 1 normal both;
}

.text-focus-in-expand-fwd {
  animation: focus-in-expand-fwd 0.8s ease-out 0s 1 normal both;
}

.text-focus-in-contract {
  animation: focus-in-contract 0.7s ease-out 0s 1 normal both;
}

.text-focus-in-contract-bck {
  animation: focus-in-contract-bck 1s ease-out 0s 1 normal both;
}

.text-blur-out {
  animation: text-blur-out 1.2s ease-in 0s 1 normal both;
}

.text-blur-out-contract {
  animation: blur-out-contract 1s ease-in 0s 1 normal both;
}

.text-blur-out-contract-bck {
  animation: blur-out-contract-bck 1s ease-in 0s 1 normal both;
}

.text-blur-out-expand {
  animation: blur-out-expand 1s ease-out 0s 1 normal both;
}

.text-blur-out-expand-fwd {
  animation: blur-out-expand-fwd 1s ease-out 0s 1 normal both;
}

.text-flicker-in-glow {
  animation: text-flicker-in-glow 4s linear 0s 1 normal both;
}

.text-flicker-out-glow {
  animation: text-flicker-out-glow 2.5s linear 0s 1 normal both;
}

.text-shadow-drop-center {
  animation: text-shadow-drop-center 0.6s ease 0s 1 normal both;
}

.text-shadow-drop-top {
  animation: text-shadow-drop-top 0.6s ease 0s 1 normal both;
}

.text-shadow-drop-tr {
  animation: text-shadow-drop-tr 0.6s ease 0s 1 normal both;
}

.text-shadow-drop-right {
  animation: text-shadow-drop-right 0.6s ease 0s 1 normal both;
}

.text-shadow-drop-br {
  animation: text-shadow-drop-br 0.6s ease 0s 1 normal both;
}

.text-shadow-drop-bottom {
  animation: text-shadow-drop-bottom 0.6s ease 0s 1 normal both;
}

.text-shadow-drop-bl {
  animation: text-shadow-drop-bl 0.6s ease 0s 1 normal both;
}

.text-shadow-drop-left {
  animation: text-shadow-drop-left 0.6s ease 0s 1 normal both;
}

.text-shadow-drop-tl {
  animation: text-shadow-drop-tl 0.6s ease 0s 1 normal both;
}

.text-shadow-pop-top {
  animation: text-shadow-pop-top 0.6s ease 0s 1 normal both;
}

.text-shadow-pop-tr {
  animation: text-shadow-pop-tr 0.6s ease 0s 1 normal both;
}

.text-shadow-pop-right {
  animation: text-shadow-pop-right 0.6s ease 0s 1 normal both;
}

.text-shadow-pop-br {
  animation: text-shadow-pop-br 0.6s ease 0s 1 normal both;
}

.text-shadow-pop-bottom {
  animation: text-shadow-pop-bottom 0.6s ease 0s 1 normal both;
}

.text-shadow-pop-bl {
  animation: text-shadow-pop-bl 0.6s ease 0s 1 normal both;
}

.text-shadow-pop-left {
  animation: text-shadow-pop-left 0.6s ease 0s 1 normal both;
}

.text-shadow-pop-tl {
  animation: text-shadow-pop-tl 0.6s ease 0s 1 normal both;
}

.text-pop-up-top {
  animation: text-pop-up-top 0.5s ease-out 0s 1 normal both;
}

.text-pop-up-tr {
  animation: text-pop-up-tr 0.5s ease-out 0s 1 normal both;
}

.text-pop-up-right {
  animation: text-pop-up-right 0.5s ease-out 0s 1 normal both;
}

.text-pop-up-br {
  animation: text-pop-up-br 0.5s ease-out 0s 1 normal both;
}

.text-pop-up-bottom {
  animation: text-pop-up-bottom 0.5s ease-out 0s 1 normal both;
}

.text-pop-up-bl {
  animation: text-pop-up-bl 0.5s ease-out 0s 1 normal both;
}

.text-pop-up-left {
  animation: text-pop-up-left 0.5s ease-out 0s 1 normal both;
}

.text-pop-up-tl {
  animation: text-pop-up-tl 0.5s ease-out 0s 1 normal both;
}

.vibrate-1 {
  animation: vibrate-1 0.3s linear 0s infinite normal both;
}

.vibrate-2 {
  animation: vibrate-2 0.3s linear 0s infinite normal both;
}

.vibrate-3 {
  animation: vibrate-3 0.5s linear 0s infinite normal both;
}

.flicker-1 {
  animation: flicker-1 2s linear 0s infinite normal both;
}

.flicker-2 {
  animation: flicker-2 2s linear 0s infinite normal both;
}

.flicker-3 {
  animation: flicker-3 2.5s linear 0s infinite normal both;
}

.flicker-4 {
  animation: flicker-4 4s linear 0s infinite normal both;
}

.flicker-5 {
  animation: flicker-5 8s linear 0s infinite normal both;
}

.shake-horizontal {
  animation: shake-horizontal 0.8s ease-in-out 0s 1 normal both;
}

.shake-vertical {
  animation: shake-vertical 0.8s ease-in-out 0s 1 normal both;
}

.shake-lr {
  animation: shake-lr 0.7s ease-in-out 0s 1 normal both;
}

.shake-top {
  animation: shake-top 0.8s ease-in-out 0s 1 normal both;
}

.shake-tr {
  animation: shake-tr 0.8s ease-in-out 0s 1 normal both;
}

.shake-right {
  animation: shake-right 0.7s ease-in-out 0s 1 normal both;
}

.shake-br {
  animation: shake-br 0.8s ease-in-out 0s 1 normal both;
}

.shake-bottom {
  animation: shake-bottom 0.8s ease-in-out 0s 1 normal both;
}

.shake-bl {
  animation: shake-bl 0.8s ease-in-out 0s 1 normal both;
}

.shake-left {
  animation: shake-left 0.7s ease-in-out 0s 1 normal both;
}

.shake-tl {
  animation: shake-tl 0.8s ease-in-out 0s 1 normal both;
}

.jello-horizontal {
  animation: jello-horizontal 0.9s ease 0s 1 normal both;
}

.jello-vertical {
  animation: jello-vertical 0.9s ease 0s 1 normal both;
}

.jello-diagonal-1 {
  animation: jello-diagonal-1 0.8s ease 0s 1 normal both;
}

.jello-diagonal-2 {
  animation: jello-diagonal-2 0.8s ease 0s 1 normal both;
}

.wobble-hor-bottom {
  animation: wobble-hor-bottom 0.8s ease 0s 1 normal both;
}

.wobble-hor-top {
  animation: wobble-hor-top 0.8s ease 0s 1 normal both;
}

.wobble-ver-left {
  animation: wobble-ver-left 0.8s ease 0s 1 normal both;
}

.wobble-ver-right {
  animation: wobble-ver-right 0.8s ease 0s 1 normal both;
}

.bounce-top {
  animation: bounce-top 0.9s ease 0s 1 normal both;
}

.bounce-bottom {
  animation: bounce-bottom 0.9s ease 0s 1 normal both;
}

.bounce-left {
  animation: bounce-left 0.8s ease 0s 1 normal both;
}

.bounce-right {
  animation: bounce-right 0.8s ease 0s 1 normal both;
}

.heartbeat {
  animation: heartbeat 1.5s ease-in-out 0s infinite normal both;
}

.pulsate-bck {
  animation: pulsate-bck 0.5s ease-in-out 0s infinite normal both;
}

.pulsate-fwd {
  animation: pulsate-fwd 0.5s ease-in-out 0s infinite normal both;
}

.ping {
  animation: ping 0.8s ease-in-out 0s infinite normal both;
}

.blink-1 {
  animation: blink-1 0.6s ease 0s 1 normal both;
}

.blink-2 {
  animation: blink-2 0.9s ease 0s 1 normal both;
}

.kenburns-top {
  animation: kenburns-top 5s ease-out 0s 1 normal both;
}

.kenburns-top-right {
  animation: kenburns-top-right 5s ease-out 0s 1 normal both;
}

.kenburns-right {
  animation: kenburns-right 5s ease-out 0s 1 normal both;
}

.kenburns-bottom-right {
  animation: kenburns-bottom-right 5s ease-out 0s 1 normal both;
}

.kenburns-bottom {
  animation: kenburns-bottom 5s ease-out 0s 1 normal both;
}

.kenburns-bottom-left {
  animation: kenburns-bottom-left 5s ease-out 0s 1 normal both;
}

.kenburns-left {
  animation: kenburns-left 5s ease-out 0s 1 normal both;
}

.kenburns-top-left {
  animation: kenburns-top-left 5s ease-out 0s 1 normal both;
}

.bg-pan-left {
  animation: bg-pan-left 8s ease 0s 1 normal both;
}

.bg-pan-right {
  animation: bg-pan-right 8s ease 0s 1 normal both;
}

.bg-pan-top {
  animation: bg-pan-top 8s ease 0s 1 normal both;
}

.bg-pan-bottom {
  animation: bg-pan-bottom 8s ease 0s 1 normal both;
}

.bg-pan-tr {
  animation: bg-pan-tr 8s ease 0s 1 normal both;
}

.bg-pan-br {
  animation: bg-pan-br 8s ease 0s 1 normal both;
}

.bg-pan-bl {
  animation: bg-pan-bl 8s ease 0s 1 normal both;
}

.bg-pan-tl {
  animation: bg-pan-tl 8s ease 0s 1 normal both;
}

.color-change-2x {
  animation: color-change-2x 2s linear 0s infinite alternate both;
}

.color-change-3x {
  animation: color-change-3x 4s linear 0s infinite alternate both;
}

.color-change-4x {
  animation: color-change-4x 6s linear 0s infinite alternate both;
}

.color-change-5x {
  animation: color-change-5x 8s linear 0s infinite alternate both;
}