/* ==================================================
 Animations
================================================== */

.colorcycle {
    -webkit-animation: colorcycleanim 9s linear reverse infinite;
    -moz-animation: colorcycleanim 9s linear reverse infinite;
    -o-animation: colorcycleanim 9s linear reverse infinite;
    -ms-animation: colorcycleanim 9s linear reverse infinite;
    animation: colorcycleanim 9s linear reverse infinite;
}

@keyframes colorcycleanim {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}
@-webkit-keyframes colorcycleanim {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}
@-moz-keyframes colorcycleanim {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}
@-o-keyframes colorcycleanim {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}
@-ms-keyframes colorcycleanim {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}

.fadeIn {
    -webkit-animation: fadeIN 2s ease-in-out;
    -moz-animation: fadeIN 2s ease-in-out;
    -o-animation: fadeIN 2s ease-in-out;
    -ms-animation: fadeIN 2s ease-in-out;
    animation: fadeIN 2s ease-in-out;
}

@keyframes fadeIN {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes fadeIN {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fadeIN {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadeIN {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes fadeIN {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* @keyframes fadeIN {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 100%; opacity: 1; }
}
@-webkit-keyframes fadeIN {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 100%; opacity: 1; }
}
@-moz-keyframes fadeIN {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 100%; opacity: 1; }
}
@-o-keyframes fadeIN {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 100%; opacity: 1; }
}
@-ms-keyframes fadeIN {
    0% { background-size: 0%; opacity: 0; }
    100% { background-size: 100%; opacity: 1; }
} */

/* .mandala {
    -webkit-animation: mandalaAnim 42s linear infinite;
    -moz-animation: mandalaAnim 42s linear infinite;
    -o-animation: mandalaAnim 42s linear infinite;
    -ms-animation: mandalaAnim 42s linear infinite;
    animation: mandalaAnim 42s linear infinite;
} */

/* #mandalasub {
    -webkit-animation: mandalaAnim 42s linear infinite;
    -moz-animation: mandalaAnim 42s linear infinite;
    -o-animation: mandalaAnim 42s linear infinite;
    -ms-animation: mandalaAnim 42s linear infinite;
    animation: mandalaAnim 42s linear infinite;
} */

.areamove {
    -webkit-animation: mandalaAnim 6s linear infinite;
    -moz-animation: mandalaAnim 6s linear infinite;
    -o-animation: mandalaAnim 6s linear infinite;
    -ms-animation: mandalaAnim 6s linear infinite;
    animation: mandalaAnim 6s linear infinite;
}

@keyframes mandalaAnim {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@-webkit-keyframes mandalaAnim {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes mandalaAnim {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-o-keyframes mandalaAnim {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}
@-ms-keyframes mandalaAnim {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}

.mandalabigmove {
    -webkit-animation: mandalabigAnim 20s linear infinite;
    -moz-animation: mandalabigAnim 20s linear infinite;
    -o-animation: mandalabigAnim 20s linear infinite;
    -ms-animation: mandalabigAnim 20s linear infinite;
    animation: mandalabigAnim 20s linear infinite;
}

.mandalabigmove2 {
    -webkit-animation: mandalabigAnim 20s linear reverse infinte;
    -moz-animation: mandalabigAnim 20s linear reverse infinite;
    -o-animation: mandalabigAnim 20s linear reverse infinite;
    -ms-animation: mandalabigAnim 20s linear reverse infinite;
    animation: mandalabigAnim 20s linear reverse infinite;
}

@keyframes mandalabigAnim {
    0% { transform: rotate(0deg); filter: hue-rotate(0deg); }
    100% { transform: rotate(360deg); filter: hue-rotate(360deg); }
}
@-webkit-keyframes mandalabigAnim {
  0% { transform: rotate(0deg); filter: hue-rotate(0deg); }
  100% { transform: rotate(360deg); filter: hue-rotate(360deg); }
}
@-moz-keyframes mandalabigAnim {
  0% { transform: rotate(0deg); filter: hue-rotate(0deg); }
  100% { transform: rotate(360deg); filter: hue-rotate(360deg); }
}
@-o-keyframes mandalabigAnim {
  0% { transform: rotate(0deg); filter: hue-rotate(0deg); }
  100% { transform: rotate(360deg); filter: hue-rotate(360deg); }
}
@-ms-keyframes mandalabigAnim {
  0% { transform: rotate(0deg); filter: hue-rotate(0deg); }
  100% { transform: rotate(360deg); filter: hue-rotate(360deg); }
}

/* @keyframes mandalabigAnim {
    0% { transform: rotate(0deg) scale(2,2); }
    50% { transform: rotate(180deg) scale(.1,.1); }
    100% { transform: rotate(360deg) scale(2,2); }
}
@-webkit-keyframes mandalabigAnim {
  0% { transform: rotate(0deg) scale(2,2); }
  50% { transform: rotate(180deg) scale(.1,.1); }
  100% { transform: rotate(360deg) scale(2,2); }
}
@-moz-keyframes mandalabigAnim {
  0% { transform: rotate(0deg) scale(2,2); }
  50% { transform: rotate(180deg) scale(.1,.1); }
  100% { transform: rotate(360deg) scale(2,2); }
}
@-o-keyframes mandalabigAnim {
  0% { transform: rotate(0deg) scale(2,2); }
  50% { transform: rotate(180deg) scale(.1,.1); }
  100% { transform: rotate(360deg) scale(2,2); }
}
@-ms-keyframes mandalabigAnim {
  0% { transform: rotate(0deg) scale(2,2); }
  50% { transform: rotate(180deg) scale(.1,.1); }
  100% { transform: rotate(360deg) scale(2,2); }
} */

.visualanim {
    -webkit-animation: vanim 2s linear infinite;
    -moz-animation: vanim 2s linear infinite;
    -o-animation: vanim 2s linear infinite;
    -ms-animation: vanim 2s linear infinite;
    animation: vanim 2s linear infinite;
}

@keyframes vanim {
    0% { text-shadow: 0 3px 5px  #f00; }
    10% { text-shadow: 0 3px 5px  #ff0; }
    20% { text-shadow: 0 3px 5px  #f90; }
    30% { text-shadow: 0 3px 5px  #0f0; }
    40% { text-shadow: 0 3px 5px  #0ff; }
    50% { text-shadow: 0 3px 5px  #f0f; }
    60% { text-shadow: 0 3px 5px  #0ff; }
    70% { text-shadow: 0 3px 5px  #0f0; }
    80% { text-shadow: 0 3px 5px  #f90; }
    90% { text-shadow: 0 3px 5px  #ff0; }
    100% { text-shadow: 0 3px 5px  #f00; }
}
@-webkit-keyframes vanim {
    0% { text-shadow: 0 3px 5px  #f00; }
    10% { text-shadow: 0 3px 5px  #ff0; }
    20% { text-shadow: 0 3px 5px  #f90; }
    30% { text-shadow: 0 3px 5px  #0f0; }
    40% { text-shadow: 0 3px 5px  #0ff; }
    50% { text-shadow: 0 3px 5px  #f0f; }
    60% { text-shadow: 0 3px 5px  #0ff; }
    70% { text-shadow: 0 3px 5px  #0f0; }
    80% { text-shadow: 0 3px 5px  #f90; }
    90% { text-shadow: 0 3px 5px  #ff0; }
    100% { text-shadow: 0 3px 5px  #f00; }
}
@-moz-keyframes vanim {
    0% { text-shadow: 0 3px 5px  #f00; }
    10% { text-shadow: 0 3px 5px  #ff0; }
    20% { text-shadow: 0 3px 5px  #f90; }
    30% { text-shadow: 0 3px 5px  #0f0; }
    40% { text-shadow: 0 3px 5px  #0ff; }
    50% { text-shadow: 0 3px 5px  #f0f; }
    60% { text-shadow: 0 3px 5px  #0ff; }
    70% { text-shadow: 0 3px 5px  #0f0; }
    80% { text-shadow: 0 3px 5px  #f90; }
    90% { text-shadow: 0 3px 5px  #ff0; }
    100% { text-shadow: 0 3px 5px  #f00; }
}
@-o-keyframes vanim {
    0% { text-shadow: 0 3px 5px  #f00; }
    10% { text-shadow: 0 3px 5px  #ff0; }
    20% { text-shadow: 0 3px 5px  #f90; }
    30% { text-shadow: 0 3px 5px  #0f0; }
    40% { text-shadow: 0 3px 5px  #0ff; }
    50% { text-shadow: 0 3px 5px  #f0f; }
    60% { text-shadow: 0 3px 5px  #0ff; }
    70% { text-shadow: 0 3px 5px  #0f0; }
    80% { text-shadow: 0 3px 5px  #f90; }
    90% { text-shadow: 0 3px 5px  #ff0; }
    100% { text-shadow: 0 3px 5px  #f00; }
}
@-ms-keyframes vanim {
    0% { text-shadow: 0 3px 5px  #f00; }
    10% { text-shadow: 0 3px 5px  #ff0; }
    20% { text-shadow: 0 3px 5px  #f90; }
    30% { text-shadow: 0 3px 5px  #0f0; }
    40% { text-shadow: 0 3px 5px  #0ff; }
    50% { text-shadow: 0 3px 5px  #f0f; }
    60% { text-shadow: 0 3px 5px  #0ff; }
    70% { text-shadow: 0 3px 5px  #0f0; }
    80% { text-shadow: 0 3px 5px  #f90; }
    90% { text-shadow: 0 3px 5px  #ff0; }
    100% { text-shadow: 0 3px 5px  #f00; }
}

.lineupanim {
    -webkit-animation: luanim .5s ease-out infinite;
    -moz-animation: luanim .5s ease-out infinite;
    -o-animation: luanim .5s ease-out infinite;
    -ms-animation: luanim .5s ease-out infinite;
    animation: luanim .5s ease-out infinite;
}

@keyframes luanim {
    from { font-size: 26px; }
    to { font-size: 24px; }
}
@-webkit-keyframes luanim {
    from { font-size: 26px; }
    to { font-size: 24px; }
}
@-moz-keyframes luanim {
    from { font-size: 26px; }
    to { font-size: 24px; }
}
@-o-keyframes luanim {
    from { font-size: 26px; }
    to { font-size: 24px; }
}
@-ms-keyframes luanim {
    from { font-size: 26px; }
    to { font-size: 24px; }
}
