@-webkit-keyframes animate-fade-in {
0% {
   opacity: 0;
}
100% {
   opacity: 1;
}
}
@-moz-keyframes animate-fade-in {
0% {
   opacity: 0;
}
100% {
   opacity: 1;
}
}
@keyframes animate-fade-in {
0% {
   opacity: 0;
}
100% {
   opacity: 1;
}
}
@-webkit-keyframes animate-fade-in-down {
0% {
   -webkit-transform: translate(0px,-100px) rotate(0deg);
   opacity: 0;
}
100% {
   -webkit-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@-moz-keyframes animate-fade-in-down {
0% {
   -moz-transform: translate(0px,-100px) rotate(0deg);
   opacity: 0;
}
100% {
   -moz-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@keyframes animate-fade-in-down {
0% {
   opacity: 0;
   transform: translate(0px,-100px) rotate(0deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@-webkit-keyframes animate-fade-in-up {
0% {
   -webkit-transform: translate(0px,100px) rotate(0deg);
   opacity: 0;
}
100% {
   -webkit-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@-moz-keyframes animate-fade-in-up {
0% {
   -moz-transform: translate(0px,100px) rotate(0deg);
   opacity: 0;
}
100% {
   -moz-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@keyframes animate-fade-in-up {
0% {
   opacity: 0;
   transform: translate(0px,100px) rotate(0deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@-webkit-keyframes animate-fade-out {
0% {
   opacity: 1;
}
100% {
   opacity: 0;
}
}
@-moz-keyframes animate-fade-out {
0% {
   opacity: 1;
}
100% {
   opacity: 0;
}
}
@keyframes animate-fade-out {
0% {
   opacity: 1;
}
100% {
   opacity: 0;
}
}
@-webkit-keyframes heartbeat-1 {
0% {
   -webkit-transform: rotate(0deg);
}
15% {
   -webkit-transform: rotate(0deg) scale(1.2,1.2);
}
25% {
   -webkit-transform: rotate(0deg) scale(1.1,1.1);
}
35% {
   -webkit-transform: rotate(0deg) scale(1.2,1.2);
}
100% {
   -webkit-transform: rotate(0deg) scale(1.0,1.0);
}
}
@-moz-keyframes heartbeat-1 {
0% {
   -moz-transform: rotate(0deg);
}
15% {
   -moz-transform: rotate(0deg) scale(1.2,1.2);
}
25% {
   -moz-transform: rotate(0deg) scale(1.1,1.1);
}
35% {
   -moz-transform: rotate(0deg) scale(1.2,1.2);
}
100% {
   -moz-transform: rotate(0deg) scale(1.0,1.0);
}
}
@keyframes heartbeat-1 {
0% {
   transform: rotate(0deg);
}
15% {
   transform: rotate(0deg) scale(1.2,1.2);
}
25% {
   transform: rotate(0deg) scale(1.1,1.1);
}
35% {
   transform: rotate(0deg) scale(1.2,1.2);
}
100% {
   transform: rotate(0deg) scale(1.0,1.0);
}
}
@-webkit-keyframes slide-down-in {
0% {
   -webkit-transform-origin: 0 0;
   -webkit-transform: translate(0px,-100%) rotate(1deg);
   opacity: 0;
}
100% {
   -webkit-transform-origin: 0 0;
   -webkit-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@-moz-keyframes slide-down-in {
0% {
   -moz-transform-origin: 0 0;
   -moz-transform: translate(0px,-100%) rotate(1deg);
   opacity: 0;
}
100% {
   -moz-transform-origin: 0 0;
   -moz-transform: translate(0px,0px) rotate(0deg);
   opacity: 1;
}
}
@keyframes slide-down-in {
0% {
   opacity: 0;
   transform-origin: 0 0;
   transform: translate(0px,-100%) rotate(1deg);
}
100% {
   opacity: 1;
   transform-origin: 0 0;
   transform: translate(0px,0px) rotate(0deg);
}
}
a.freedom_theatre {
   -webkit-transition: all 300ms linear;
   color: #FFFFFF;
   text-decoration: underline;
   transition: all 300ms linear;
}
a.freedom_theatre:visited {
   color: #FFFFFF;
   text-decoration: underline;
}
a.freedom_theatre:active {
   color: #FFFF00;
   text-decoration: underline;
}
a.freedom_theatre:hover {
   color: #BDB76B;
   text-decoration: underline;
}
h1,
.h1 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h2,
.h2 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h3,
.h3 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 24px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h4,
.h4 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h5,
.h5 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 19px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h6,
.h6 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
.CustomStyle {
   background-color: transparent;
   color: #2E74B5;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
}
