@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes magic-in
{
   0% { transform-origin: 200% 500%; transform: rotate(270deg) scale(0,0) ; opacity: 0;  }
   100% { transform-origin: 100% 200%; transform: rotate(0deg) scale(1,1) ; opacity: 1;  }
}
@keyframes rotate-left
{
   0% { transform: perspective(800px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(1deg) scale3d(1,1,1) ; opacity: 1; transform-origin: 0 0;  }
   100% { transform: perspective(800px) translate3d(0px,0px,300px) rotateX(0deg) rotateY(180deg) scale3d(1,1,1) ; transform-origin: 50% 0; opacity: 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes transform-3d-flip-in-x
{
   0% { transform: perspective(400px) rotateX(90deg) ;  }
   40% { transform: perspective(400px) rotateX(-10deg) ;  }
   70% { transform: perspective(400px) rotateX(10deg) ;  }
   100% { opacity: 1; transform: perspective(400px) rotateX(0deg) ;  }
}
@keyframes transform-3d-flip-in-y
{
   0% { transform: perspective(400px) rotateX(0deg) rotateY(90deg) ;  }
   40% { transform: perspective(400px) rotateX(0deg) rotateY(-10deg) ;  }
   70% { transform: perspective(400px) rotateX(0deg) rotateY(10deg) ;  }
   100% { opacity: 1; transform: perspective(400px) rotateX(0deg) rotateY(0deg) ;  }
}
@keyframes transform-lightspeed-in
{
   0% { transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@keyframes transform-roll-in
{
   0% { transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
@media only screen and (min-width: 1024px)
{
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (min-width: 420px) and (max-width: 479px)
{
}
@media only screen and (min-width: 360px) and (max-width: 419px)
{
}
@media only screen and (max-width: 359px)
{
}
