@font-face
{
   font-family: "Material Icons";
   font-style: normal;
   font-weight: 400;
   src: url(MaterialIcons-Regular.eot);
   src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(MaterialIcons-Regular.woff2) format('woff2'),
        url(MaterialIcons-Regular.woff) format('woff'),
        url(MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons
{
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   display: inline-block;
   line-height: 1;
   text-transform: none;
   letter-spacing: normal;
   word-wrap: normal;
   white-space: nowrap;
   direction: ltr;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
   -moz-osx-font-smoothing: grayscale;
   font-feature-settings: "liga";
}
@-webkit-keyframes animate-border-fade
{
   0% { box-shadow: inset 0 0 0 0px #e1e1e1, 0 0 1px transparent;  }
   100% { box-shadow: inset 0 0 0 4px #FF0000, 0 0 1px transparent;  }
}
@-moz-keyframes animate-border-fade
{
   0% { box-shadow: inset 0 0 0 0px #e1e1e1, 0 0 1px transparent;  }
   100% { box-shadow: inset 0 0 0 4px #FF0000, 0 0 1px transparent;  }
}
@-o-keyframes animate-border-fade
{
   0% { box-shadow: inset 0 0 0 0px #e1e1e1, 0 0 1px transparent;  }
   100% { box-shadow: inset 0 0 0 4px #FF0000, 0 0 1px transparent;  }
}
@-ms-keyframes animate-border-fade
{
   0% { box-shadow: inset 0 0 0 0px #e1e1e1, 0 0 1px transparent;  }
   100% { box-shadow: inset 0 0 0 4px #FF0000, 0 0 1px transparent;  }
}
@keyframes animate-border-fade
{
   0% { box-shadow: inset 0 0 0 0px #e1e1e1, 0 0 1px transparent;  }
   100% { box-shadow: inset 0 0 0 4px #FF0000, 0 0 1px transparent;  }
}
@-webkit-keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #FF0000;  }
   50% { box-shadow: 0px 0px 15px 15px #FF0000;  }
   100% { box-shadow: 0px 0px 5px #FF0000;  }
}
@-moz-keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #FF0000;  }
   50% { box-shadow: 0px 0px 15px 15px #FF0000;  }
   100% { box-shadow: 0px 0px 5px #FF0000;  }
}
@-o-keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #FF0000;  }
   50% { box-shadow: 0px 0px 15px 15px #FF0000;  }
   100% { box-shadow: 0px 0px 5px #FF0000;  }
}
@-ms-keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #FF0000;  }
   50% { box-shadow: 0px 0px 15px 15px #FF0000;  }
   100% { box-shadow: 0px 0px 5px #FF0000;  }
}
@keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #FF0000;  }
   50% { box-shadow: 0px 0px 15px 15px #FF0000;  }
   100% { box-shadow: 0px 0px 5px #FF0000;  }
}
@-webkit-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-o-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-ms-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-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;  }
}
@-o-keyframes animate-fade-in-up
{
   0% { -o-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -o-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-ms-keyframes animate-fade-in-up
{
   0% { -ms-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -ms-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-moz-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-o-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-ms-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-webkit-keyframes animate-fire-text-shadow
{
   0% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
   50% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;  }
   100% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
}
@-moz-keyframes animate-fire-text-shadow
{
   0% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
   50% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;  }
   100% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
}
@-o-keyframes animate-fire-text-shadow
{
   0% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
   50% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;  }
   100% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
}
@-ms-keyframes animate-fire-text-shadow
{
   0% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
   50% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;  }
   100% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
}
@keyframes animate-fire-text-shadow
{
   0% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
   50% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;  }
   100% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
}
@-webkit-keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-o-keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-ms-keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-o-keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-ms-keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes fall
{
   0% { -webkit-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -webkit-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-moz-keyframes fall
{
   0% { -moz-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -moz-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-o-keyframes fall
{
   0% { -o-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -o-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-ms-keyframes fall
{
   0% { -ms-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -ms-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@keyframes fall
{
   0% { transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-webkit-keyframes filter-brightness
{
   0% { filter: brightness(300%);  }
   100% { filter: brightnes(100%);  }
}
@-moz-keyframes filter-brightness
{
   0% { filter: brightness(300%);  }
   100% { filter: brightnes(100%);  }
}
@-o-keyframes filter-brightness
{
   0% { filter: brightness(300%);  }
   100% { filter: brightnes(100%);  }
}
@-ms-keyframes filter-brightness
{
   0% { filter: brightness(300%);  }
   100% { filter: brightnes(100%);  }
}
@keyframes filter-brightness
{
   0% { filter: brightness(300%);  }
   100% { filter: brightnes(100%);  }
}
@-webkit-keyframes filter-grayscale
{
   0% { filter: grayscale(1);  }
   100% { filter: grayscale(0);  }
}
@-moz-keyframes filter-grayscale
{
   0% { filter: grayscale(1);  }
   100% { filter: grayscale(0);  }
}
@-o-keyframes filter-grayscale
{
   0% { filter: grayscale(1);  }
   100% { filter: grayscale(0);  }
}
@-ms-keyframes filter-grayscale
{
   0% { filter: grayscale(1);  }
   100% { filter: grayscale(0);  }
}
@keyframes filter-grayscale
{
   0% { filter: grayscale(1);  }
   100% { filter: grayscale(0);  }
}
@-webkit-keyframes filter-invert
{
   0% { filter: invert(1);  }
   100% { filter: invert(0);  }
}
@-moz-keyframes filter-invert
{
   0% { filter: invert(1);  }
   100% { filter: invert(0);  }
}
@-o-keyframes filter-invert
{
   0% { filter: invert(1);  }
   100% { filter: invert(0);  }
}
@-ms-keyframes filter-invert
{
   0% { filter: invert(1);  }
   100% { filter: invert(0);  }
}
@keyframes filter-invert
{
   0% { filter: invert(1);  }
   100% { filter: invert(0);  }
}
@-webkit-keyframes filter-sepia
{
   0% { filter: sepia(1);  }
   100% { filter: sepia(0);  }
}
@-moz-keyframes filter-sepia
{
   0% { filter: sepia(1);  }
   100% { filter: sepia(0);  }
}
@-o-keyframes filter-sepia
{
   0% { filter: sepia(1);  }
   100% { filter: sepia(0);  }
}
@-ms-keyframes filter-sepia
{
   0% { filter: sepia(1);  }
   100% { filter: sepia(0);  }
}
@keyframes filter-sepia
{
   0% { filter: sepia(1);  }
   100% { filter: sepia(0);  }
}
@-webkit-keyframes kenburns-bottom-left
{
   0% { -webkit-transform-origin: 16% 84%; -webkit-transform: rotate(0deg) ;  }
   100% { -webkit-transform: translate(-20px,15px) rotate(0deg) scale(1.25,1.25) ; -webkit-transform-origin: left bottom;  }
}
@-moz-keyframes kenburns-bottom-left
{
   0% { -moz-transform-origin: 16% 84%; -moz-transform: rotate(0deg) ;  }
   100% { -moz-transform: translate(-20px,15px) rotate(0deg) scale(1.25,1.25) ; -moz-transform-origin: left bottom;  }
}
@-o-keyframes kenburns-bottom-left
{
   0% { -o-transform-origin: 16% 84%; -o-transform: rotate(0deg) ;  }
   100% { -o-transform: translate(-20px,15px) rotate(0deg) scale(1.25,1.25) ; -o-transform-origin: left bottom;  }
}
@-ms-keyframes kenburns-bottom-left
{
   0% { -ms-transform-origin: 16% 84%; -ms-transform: rotate(0deg) ;  }
   100% { -ms-transform: translate(-20px,15px) rotate(0deg) scale(1.25,1.25) ; -ms-transform-origin: left bottom;  }
}
@keyframes kenburns-bottom-left
{
   0% { transform-origin: 16% 84%; transform: rotate(0deg) ;  }
   100% { transform: translate(-20px,15px) rotate(0deg) scale(1.25,1.25) ; transform-origin: left bottom;  }
}
@-webkit-keyframes perspective-up
{
   0% { -webkit-transform-origin: 50% 0; -webkit-transform: perspective(800px) rotateX(1deg) ;  }
   100% { -webkit-transform-origin: 50% 0; -webkit-transform: perspective(800px) rotateX(180deg) ;  }
}
@-moz-keyframes perspective-up
{
   0% { -moz-transform-origin: 50% 0; -moz-transform: perspective(800px) rotateX(1deg) ;  }
   100% { -moz-transform-origin: 50% 0; -moz-transform: perspective(800px) rotateX(180deg) ;  }
}
@-o-keyframes perspective-up
{
   0% { -o-transform-origin: 50% 0; -o-transform: perspective(800px) rotateX(1deg) ;  }
   100% { -o-transform-origin: 50% 0; -o-transform: perspective(800px) rotateX(180deg) ;  }
}
@-ms-keyframes perspective-up
{
   0% { -ms-transform-origin: 50% 0; -ms-transform: perspective(800px) rotateX(1deg) ;  }
   100% { -ms-transform-origin: 50% 0; -ms-transform: perspective(800px) rotateX(180deg) ;  }
}
@keyframes perspective-up
{
   0% { transform-origin: 50% 0; transform: perspective(800px) rotateX(1deg) ;  }
   100% { transform-origin: 50% 0; transform: perspective(800px) rotateX(180deg) ;  }
}
@-webkit-keyframes pop
{
   0% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   100% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2,1.2,1.2) ;  }
}
@-moz-keyframes pop
{
   0% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   100% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(1.2,1.2,1.2) ;  }
}
@-o-keyframes pop
{
   0% { -o-transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   100% { -o-transform: perspective(1px) rotateX(0deg) scale3d(1.2,1.2,1.2) ;  }
}
@-ms-keyframes pop
{
   0% { -ms-transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   100% { -ms-transform: perspective(1px) rotateX(0deg) scale3d(1.2,1.2,1.2) ;  }
}
@keyframes pop
{
   0% { transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   100% { transform: perspective(1px) rotateX(0deg) scale3d(1.2,1.2,1.2) ;  }
}
@-webkit-keyframes puff-out
{
   0% { -webkit-transform: rotate(0deg) scale(1,1) ; -webkit-transform-origin: 50% 50%; opacity: 1;  }
   100% { -webkit-transform: rotate(0deg) scale(2,2) ; -webkit-transform-origin: 50% 50%; opacity: 0;  }
}
@-moz-keyframes puff-out
{
   0% { -moz-transform: rotate(0deg) scale(1,1) ; -moz-transform-origin: 50% 50%; opacity: 1;  }
   100% { -moz-transform: rotate(0deg) scale(2,2) ; -moz-transform-origin: 50% 50%; opacity: 0;  }
}
@-o-keyframes puff-out
{
   0% { -o-transform: rotate(0deg) scale(1,1) ; -o-transform-origin: 50% 50%; opacity: 1;  }
   100% { -o-transform: rotate(0deg) scale(2,2) ; -o-transform-origin: 50% 50%; opacity: 0;  }
}
@-ms-keyframes puff-out
{
   0% { -ms-transform: rotate(0deg) scale(1,1) ; -ms-transform-origin: 50% 50%; opacity: 1;  }
   100% { -ms-transform: rotate(0deg) scale(2,2) ; -ms-transform-origin: 50% 50%; opacity: 0;  }
}
@keyframes puff-out
{
   0% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(2,2) ; transform-origin: 50% 50%; opacity: 0;  }
}
@-webkit-keyframes puff-in
{
   0% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes puff-in
{
   0% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes puff-in
{
   0% { -o-transform: rotate(0deg) scale(2,2) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes puff-in
{
   0% { -ms-transform: rotate(0deg) scale(2,2) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes puff-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes rainbow-dimmer
{
   0% { opacity: 1; background-color: #FF0000;  }
   20% { background-color: #FFFF00;  }
   40% { background-color: #00FF00;  }
   50% { opacity: 0;  }
   60% { background-color: #00FFFF;  }
   80% { background-color: #0000FF;  }
   100% { opacity: 1; background-color: #FF0080;  }
}
@-moz-keyframes rainbow-dimmer
{
   0% { opacity: 1; background-color: #FF0000;  }
   20% { background-color: #FFFF00;  }
   40% { background-color: #00FF00;  }
   50% { opacity: 0;  }
   60% { background-color: #00FFFF;  }
   80% { background-color: #0000FF;  }
   100% { opacity: 1; background-color: #FF0080;  }
}
@-o-keyframes rainbow-dimmer
{
   0% { opacity: 1; background-color: #FF0000;  }
   20% { background-color: #FFFF00;  }
   40% { background-color: #00FF00;  }
   50% { opacity: 0;  }
   60% { background-color: #00FFFF;  }
   80% { background-color: #0000FF;  }
   100% { opacity: 1; background-color: #FF0080;  }
}
@-ms-keyframes rainbow-dimmer
{
   0% { opacity: 1; background-color: #FF0000;  }
   20% { background-color: #FFFF00;  }
   40% { background-color: #00FF00;  }
   50% { opacity: 0;  }
   60% { background-color: #00FFFF;  }
   80% { background-color: #0000FF;  }
   100% { opacity: 1; background-color: #FF0080;  }
}
@keyframes rainbow-dimmer
{
   0% { opacity: 1; background-color: #FF0000;  }
   20% { background-color: #FFFF00;  }
   40% { background-color: #00FF00;  }
   50% { opacity: 0;  }
   60% { background-color: #00FFFF;  }
   80% { background-color: #0000FF;  }
   100% { opacity: 1; background-color: #FF0080;  }
}
@-webkit-keyframes rainbow-text
{
   0% { color: #FF3399;  }
   23% { color: #FF6633;  }
   48% { color: #FFF802;  }
   80% { color: #04A396;  }
   100% { color: #3366FF;  }
}
@-moz-keyframes rainbow-text
{
   0% { color: #FF3399;  }
   23% { color: #FF6633;  }
   48% { color: #FFF802;  }
   80% { color: #04A396;  }
   100% { color: #3366FF;  }
}
@-o-keyframes rainbow-text
{
   0% { color: #FF3399;  }
   23% { color: #FF6633;  }
   48% { color: #FFF802;  }
   80% { color: #04A396;  }
   100% { color: #3366FF;  }
}
@-ms-keyframes rainbow-text
{
   0% { color: #FF3399;  }
   23% { color: #FF6633;  }
   48% { color: #FFF802;  }
   80% { color: #04A396;  }
   100% { color: #3366FF;  }
}
@keyframes rainbow-text
{
   0% { color: #FF3399;  }
   23% { color: #FF6633;  }
   48% { color: #FFF802;  }
   80% { color: #04A396;  }
   100% { color: #3366FF;  }
}
@-webkit-keyframes slide-down-in
{
   0% { -webkit-transform: translate(0px,-100%) 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-down-in
{
   0% { -moz-transform: translate(0px,-100%) 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-down-in
{
   0% { -o-transform: translate(0px,-100%) 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-down-in
{
   0% { -ms-transform: translate(0px,-100%) 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-down-in
{
   0% { transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@-webkit-keyframes slide-up-in
{
   0% { -webkit-transform: translate(0px,100%) 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-up-in
{
   0% { -moz-transform: translate(0px,100%) 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-up-in
{
   0% { -o-transform: translate(0px,100%) 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-up-in
{
   0% { -ms-transform: translate(0px,100%) 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-up-in
{
   0% { transform: translate(0px,100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@-webkit-keyframes swash-in
{
   0% { -webkit-transform: rotate(0deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   90% { -webkit-transform: rotate(0deg) scale(0.9,0.9) ; -webkit-transform-origin: 50% 50%; opacity: 1;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes swash-in
{
   0% { -moz-transform: rotate(0deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   90% { -moz-transform: rotate(0deg) scale(0.9,0.9) ; -moz-transform-origin: 50% 50%; opacity: 1;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes swash-in
{
   0% { -o-transform: rotate(0deg) scale(0,0) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   90% { -o-transform: rotate(0deg) scale(0.9,0.9) ; -o-transform-origin: 50% 50%; opacity: 1;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes swash-in
{
   0% { -ms-transform: rotate(0deg) scale(0,0) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   90% { -ms-transform: rotate(0deg) scale(0.9,0.9) ; -ms-transform-origin: 50% 50%; opacity: 1;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; -ms-transform-origin: 50% 50%;  }
}
@keyframes swash-in
{
   0% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   90% { transform: rotate(0deg) scale(0.9,0.9) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%;  }
}
@-webkit-keyframes text-pop-up
{
   0% { text-shadow: none; -webkit-transform-origin: 50% 50%; -webkit-transform: rotate(0deg) ;  }
   100% { text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 25px 30px rgba(0, 0, 0, 0.3); -webkit-transform: translate(0px,-25px) rotate(0deg) ; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes text-pop-up
{
   0% { text-shadow: none; -moz-transform-origin: 50% 50%; -moz-transform: rotate(0deg) ;  }
   100% { text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 25px 30px rgba(0, 0, 0, 0.3); -moz-transform: translate(0px,-25px) rotate(0deg) ; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes text-pop-up
{
   0% { text-shadow: none; -o-transform-origin: 50% 50%; -o-transform: rotate(0deg) ;  }
   100% { text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 25px 30px rgba(0, 0, 0, 0.3); -o-transform: translate(0px,-25px) rotate(0deg) ; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes text-pop-up
{
   0% { text-shadow: none; -ms-transform-origin: 50% 50%; -ms-transform: rotate(0deg) ;  }
   100% { text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 25px 30px rgba(0, 0, 0, 0.3); -ms-transform: translate(0px,-25px) rotate(0deg) ; -ms-transform-origin: 50% 50%;  }
}
@keyframes text-pop-up
{
   0% { text-shadow: none; transform-origin: 50% 50%; transform: rotate(0deg) ;  }
   100% { text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 25px 30px rgba(0, 0, 0, 0.3); transform: translate(0px,-25px) rotate(0deg) ; transform-origin: 50% 50%;  }
}
@-webkit-keyframes tin-left-in
{
   0% { -webkit-transform: translate(-900%,0px) rotate(0deg) ; opacity: 0;  }
   50% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@-moz-keyframes tin-left-in
{
   0% { -moz-transform: translate(-900%,0px) rotate(0deg) ; opacity: 0;  }
   50% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@-o-keyframes tin-left-in
{
   0% { -o-transform: translate(-900%,0px) rotate(0deg) ; opacity: 0;  }
   50% { -o-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { -o-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { -o-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { -o-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { -o-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { -o-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@-ms-keyframes tin-left-in
{
   0% { -ms-transform: translate(-900%,0px) rotate(0deg) ; opacity: 0;  }
   50% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@keyframes tin-left-in
{
   0% { transform: translate(-900%,0px) rotate(0deg) ; opacity: 0;  }
   50% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@-webkit-keyframes transform-pulse
{
   0% { -webkit-transform: rotate(0deg) ;  }
   50% { -webkit-transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-pulse
{
   0% { -moz-transform: rotate(0deg) ;  }
   50% { -moz-transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-o-keyframes transform-pulse
{
   0% { -o-transform: rotate(0deg) ;  }
   50% { -o-transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-ms-keyframes transform-pulse
{
   0% { -ms-transform: rotate(0deg) ;  }
   50% { -ms-transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { -ms-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-pulse
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes vanish-out
{
   0% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes vanish-out
{
   0% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes vanish-out
{
   0% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(2,2) ; opacity: 0; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes vanish-out
{
   0% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(2,2) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
}
@keyframes vanish-out
{
   0% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
}
@-webkit-keyframes vanish-in
{
   0% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes vanish-in
{
   0% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes vanish-in
{
   0% { -o-transform: rotate(0deg) scale(2,2) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes vanish-in
{
   0% { -ms-transform: rotate(0deg) scale(2,2) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
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;
}
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;
}
