@-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) ;  }
}
@-o-keyframes heartbeat-1
{
   0% { -o-transform: rotate(0deg) ;  }
   15% { -o-transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { -o-transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { -o-transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-ms-keyframes heartbeat-1
{
   0% { -ms-transform: rotate(0deg) ;  }
   15% { -ms-transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { -ms-transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { -ms-transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { -ms-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-left-in
{
   0% { -webkit-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-left-in
{
   0% { -moz-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-transform-origin: 0 0;  }
}
@-o-keyframes slide-left-in
{
   0% { -o-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -o-transform-origin: 0 0;  }
   100% { opacity: 1; -o-transform: translate(0px,0px) rotate(0deg) ; -o-transform-origin: 0 0;  }
}
@-ms-keyframes slide-left-in
{
   0% { -ms-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -ms-transform-origin: 0 0;  }
   100% { opacity: 1; -ms-transform: translate(0px,0px) rotate(0deg) ; -ms-transform-origin: 0 0;  }
}
@keyframes slide-left-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;  }
}
@-webkit-keyframes transform-bounce-in
{
   0% { -webkit-transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { -webkit-transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { -webkit-transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-bounce-in
{
   0% { -moz-transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { -moz-transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { -moz-transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-o-keyframes transform-bounce-in
{
   0% { -o-transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { -o-transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { -o-transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-ms-keyframes transform-bounce-in
{
   0% { -ms-transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { -ms-transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { -ms-transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { -ms-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-bounce-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
a.linkstyle
{
   color: #FFFFFF;
   text-decoration: none;
}
a.linkstyle:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.linkstyle:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.linkstyle:hover
{
   color: #4169E1;
   text-decoration: none;
}
a.linkstyle_copy
{
   color: #4169E1;
   text-decoration: none;
}
a.linkstyle_copy:visited
{
   color: #708090;
   text-decoration: none;
}
a.linkstyle_copy:active
{
   color: #008B8B;
   text-decoration: none;
}
a.linkstyle_copy:hover
{
   color: #DB7093;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
.YellowDark
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 48px;
   text-decoration: none;
   color: #FAFAD2;
   background-color: transparent;
   -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   -moz-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}
.yellowdark
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 48px;
   text-decoration: none;
   color: #FAFAD2;
   background-color: transparent;
   -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   -moz-text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}
.yellowdark
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 48px;
   text-decoration: none;
   color: #FAFAD2;
   background-color: transparent;
   -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
   -moz-text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
   text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
.ienyellowdark
{
   font-family: "Ubuntu";
   font-weight: 700;
   font-size: 64px;
   text-decoration: none;
   color: #FAFAD2;
   background-color: transparent;
   -webkit-text-shadow: 2px 2px 7px rgba(0,0,0,1.00);
   -moz-text-shadow: 2px 2px 7px rgba(0,0,0,1.00);
   text-shadow: 2px 2px 7px rgba(0,0,0,1.00);
}
.ienyellowdark_copy
{
   font-family: "Aguafina Script";
   font-weight: 400;
   font-weight: 400;
   font-size: 37px;
   text-decoration: none;
   color: #EEE8AA;
   background-color: transparent;
   -webkit-text-shadow: 2px 2px 7px rgba(0,0,0,1.00);
   -moz-text-shadow: 2px 2px 7px rgba(0,0,0,1.00);
   text-shadow: 2px 2px 7px rgba(0,0,0,1.00);
}
.armata
{
   font-family: Armata;
   font-weight: 400;
   font-weight: 400;
   font-size: 35px;
   text-decoration: none;
   color: #F5DEB3;
   background-color: transparent;
   -webkit-text-shadow: 3px 4px 6px rgba(0,0,0,1.00);
   -moz-text-shadow: 3px 4px 6px rgba(0,0,0,1.00);
   text-shadow: 3px 4px 6px rgba(0,0,0,1.00);
}
.style1
{
   font-family: "Ubuntu";
   font-weight: 700;
   font-size: 53px;
   text-decoration: none;
   color: #EEE8AA;
   background-color: transparent;
   -webkit-text-shadow: 0px 0px 7px rgba(0,0,0,1.00);
   -moz-text-shadow: 0px 0px 7px rgba(0,0,0,1.00);
   text-shadow: 0px 0px 7px rgba(0,0,0,1.00);
}
