@-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% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes hole-in
{
   0% { -webkit-transform: rotate(180deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes hole-in
{
   0% { -moz-transform: rotate(180deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@keyframes hole-in
{
   0% { transform: rotate(180deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes magic-out
{
   0% { -webkit-transform: rotate(0deg) scale(1,1) ; -webkit-transform-origin: 100% 200%; opacity: 1;  }
   100% { -webkit-transform: rotate(270deg) scale(0,0) ; -webkit-transform-origin: 200% 500%; opacity: 0;  }
}
@-moz-keyframes magic-out
{
   0% { -moz-transform: rotate(0deg) scale(1,1) ; -moz-transform-origin: 100% 200%; opacity: 1;  }
   100% { -moz-transform: rotate(270deg) scale(0,0) ; -moz-transform-origin: 200% 500%; opacity: 0;  }
}
@keyframes magic-out
{
   0% { transform: rotate(0deg) scale(1,1) ; transform-origin: 100% 200%; opacity: 1;  }
   100% { transform: rotate(270deg) scale(0,0) ; transform-origin: 200% 500%; 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%;  }
}
@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 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) ;  }
}
@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 transform-rotate
{
   0% { -webkit-transform: rotate(0deg) ;  }
   100% { -webkit-transform: rotate(359deg) ;  }
}
@-moz-keyframes transform-rotate
{
   0% { -moz-transform: rotate(0deg) ;  }
   100% { -moz-transform: rotate(359deg) ;  }
}
@keyframes transform-rotate
{
   0% { transform: rotate(0deg) ;  }
   100% { transform: rotate(359deg) ;  }
}
@-webkit-keyframes transform-tada
{
   0% { -webkit-transform: rotate(0deg) ;  }
   10% { -webkit-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { -webkit-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { -webkit-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { -webkit-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { -webkit-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-tada
{
   0% { -moz-transform: rotate(0deg) ;  }
   10% { -moz-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { -moz-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { -moz-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { -moz-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { -moz-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-tada
{
   0% { transform: rotate(0deg) ;  }
   10% { transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes transform-wobble
{
   0% { -webkit-transform: rotate(0deg) ;  }
   15% { -webkit-transform: translate(-25%,0px) rotate(-5deg) ;  }
   30% { -webkit-transform: translate(20%,0px) rotate(3deg) ;  }
   45% { -webkit-transform: translate(-15%,0px) rotate(-3deg) ;  }
   60% { -webkit-transform: translate(10%,0px) rotate(2deg) ;  }
   75% { -webkit-transform: translate(-5%,0px) rotate(-1deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-wobble
{
   0% { -moz-transform: rotate(0deg) ;  }
   15% { -moz-transform: translate(-25%,0px) rotate(-5deg) ;  }
   30% { -moz-transform: translate(20%,0px) rotate(3deg) ;  }
   45% { -moz-transform: translate(-15%,0px) rotate(-3deg) ;  }
   60% { -moz-transform: translate(10%,0px) rotate(2deg) ;  }
   75% { -moz-transform: translate(-5%,0px) rotate(-1deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-wobble
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: translate(-25%,0px) rotate(-5deg) ;  }
   30% { transform: translate(20%,0px) rotate(3deg) ;  }
   45% { transform: translate(-15%,0px) rotate(-3deg) ;  }
   60% { transform: translate(10%,0px) rotate(2deg) ;  }
   75% { transform: translate(-5%,0px) rotate(-1deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@-webkit-keyframes transform-wiggle
{
   0% { -webkit-transform: rotate(0deg) skewX(9deg) ;  }
   10% { -webkit-transform: rotate(0deg) skewX(-8deg) ;  }
   20% { -webkit-transform: rotate(0deg) skewX(7deg) ;  }
   30% { -webkit-transform: rotate(0deg) skewX(-6deg) ;  }
   40% { -webkit-transform: rotate(0deg) skewX(5deg) ;  }
   50% { -webkit-transform: rotate(0deg) skewX(-4deg) ;  }
   60% { -webkit-transform: rotate(0deg) skewX(3deg) ;  }
   70% { -webkit-transform: rotate(0deg) skewX(-2deg) ;  }
   80% { -webkit-transform: rotate(0deg) skewX(1deg) ;  }
   90% { -webkit-transform: rotate(0deg) skewX(0deg) ;  }
   100% { -webkit-transform: rotate(0deg) skewX(0deg) ;  }
}
@-moz-keyframes transform-wiggle
{
   0% { -moz-transform: rotate(0deg) skewX(9deg) ;  }
   10% { -moz-transform: rotate(0deg) skewX(-8deg) ;  }
   20% { -moz-transform: rotate(0deg) skewX(7deg) ;  }
   30% { -moz-transform: rotate(0deg) skewX(-6deg) ;  }
   40% { -moz-transform: rotate(0deg) skewX(5deg) ;  }
   50% { -moz-transform: rotate(0deg) skewX(-4deg) ;  }
   60% { -moz-transform: rotate(0deg) skewX(3deg) ;  }
   70% { -moz-transform: rotate(0deg) skewX(-2deg) ;  }
   80% { -moz-transform: rotate(0deg) skewX(1deg) ;  }
   90% { -moz-transform: rotate(0deg) skewX(0deg) ;  }
   100% { -moz-transform: rotate(0deg) skewX(0deg) ;  }
}
@keyframes transform-wiggle
{
   0% { transform: rotate(0deg) skewX(9deg) ;  }
   10% { transform: rotate(0deg) skewX(-8deg) ;  }
   20% { transform: rotate(0deg) skewX(7deg) ;  }
   30% { transform: rotate(0deg) skewX(-6deg) ;  }
   40% { transform: rotate(0deg) skewX(5deg) ;  }
   50% { transform: rotate(0deg) skewX(-4deg) ;  }
   60% { transform: rotate(0deg) skewX(3deg) ;  }
   70% { transform: rotate(0deg) skewX(-2deg) ;  }
   80% { transform: rotate(0deg) skewX(1deg) ;  }
   90% { transform: rotate(0deg) skewX(0deg) ;  }
   100% { transform: rotate(0deg) skewX(0deg) ;  }
}
@-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%;  }
}
@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%;  }
}
a.LT_link2
{
   color: #000000;
   text-decoration: underline;
}
a.LT_link2:visited
{
   color: #000000;
   text-decoration: underline;
}
a.LT_link2:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.LT_link2:hover
{
   color: #1E90FF;
   text-decoration: underline;
}
a.LT_vilagos
{
   color: #808080;
   text-decoration: underline;
}
a.LT_vilagos:visited
{
   color: #808080;
   text-decoration: underline;
}
a.LT_vilagos:active
{
   color: #D3D3D3;
   text-decoration: underline;
}
a.LT_vilagos:hover
{
   color: #D3D3D3;
   text-decoration: underline;
}
a.Link-LT-sarga
{
   color: #000000;
   background: #FFD700;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Link-LT-sarga::after,
a.Link-LT-sarga::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #000000;
   opacity: 0;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.Link-LT-sarga::before
{
   top: -2px;
   -webkit-transform: translateY(-10px);
   transform: translateY(-10px);
}
a.Link-LT-sarga::after
{
   bottom: -2px;
   -webkit-transform: translateY(10px);
   transform: translateY(10px);
}
a.Link-LT-sarga:hover::after,
a.Link-LT-sarga:hover::before
{
   background: #000000;
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}
a.Link-LT-sarga:visited
{
   color: #0000CD;
   background: #FFD700;
   text-decoration: none;
}
a.Link-LT-sarga:active
{
   color: #FF0000;
   background: #FFFFFF;
   text-decoration: none;
}
a.Link-LT-sarga:hover
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
}
a.Link-sargas-jo-gondol
{
   color: #000000;
   background: #FFD700;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Link-sargas-jo-gondol::after,
a.Link-sargas-jo-gondol::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #000000;
   opacity: 0;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.Link-sargas-jo-gondol::before
{
   top: -2px;
   -webkit-transform: translateY(-10px);
   transform: translateY(-10px);
}
a.Link-sargas-jo-gondol::after
{
   bottom: -2px;
   -webkit-transform: translateY(10px);
   transform: translateY(10px);
}
a.Link-sargas-jo-gondol:hover::after,
a.Link-sargas-jo-gondol:hover::before
{
   background: #000000;
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}
a.Link-sargas-jo-gondol:visited
{
   color: #000000;
   background: #FFD700;
   text-decoration: none;
}
a.Link-sargas-jo-gondol:active
{
   color: #FF0000;
   text-decoration: none;
}
a.Link-sargas-jo-gondol:hover
{
   color: #000000;
   background: #FFA500;
   text-decoration: none;
}
a.Link-barna-rossz-gondol
{
   color: #000000;
   background: #C0C0C0;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Link-barna-rossz-gondol::after,
a.Link-barna-rossz-gondol::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #000000;
   opacity: 0;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.Link-barna-rossz-gondol::before
{
   top: -2px;
   -webkit-transform: translateY(-10px);
   transform: translateY(-10px);
}
a.Link-barna-rossz-gondol::after
{
   bottom: -2px;
   -webkit-transform: translateY(10px);
   transform: translateY(10px);
}
a.Link-barna-rossz-gondol:hover::after,
a.Link-barna-rossz-gondol:hover::before
{
   background: #000000;
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}
a.Link-barna-rossz-gondol:visited
{
   color: #000000;
   background: #C0C0C0;
   text-decoration: none;
}
a.Link-barna-rossz-gondol:active
{
   color: #FF0000;
   text-decoration: none;
}
a.Link-barna-rossz-gondol:hover
{
   color: #000000;
   background: #778899;
   text-decoration: none;
}
a.link-subscribe
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.link-subscribe::after,
a.link-subscribe::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #000000;
   opacity: 0;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.link-subscribe::before
{
   top: -2px;
   -webkit-transform: translateY(-10px);
   transform: translateY(-10px);
}
a.link-subscribe::after
{
   bottom: -2px;
   -webkit-transform: translateY(10px);
   transform: translateY(10px);
}
a.link-subscribe:hover::after,
a.link-subscribe:hover::before
{
   background: #000000;
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}
a.link-subscribe:visited
{
   color: #1E90FF;
   background: #FFFFFF;
   text-decoration: none;
}
a.link-subscribe:active
{
   color: #1E90FF;
   background: #FFFFFF;
   text-decoration: none;
}
a.link-subscribe:hover
{
   color: #000000;
   background: #FFD700;
   text-decoration: none;
}
a.youtube-link
{
   color: #000000;
   background: #697585;
   text-decoration: underline;
}
a.youtube-link:visited
{
   color: #000000;
   background: #697585;
   text-decoration: underline;
}
a.youtube-link:active
{
   color: #FFA500;
   background: #697585;
   text-decoration: underline;
}
a.youtube-link:hover
{
   color: #F5F5F5;
   background: #697585;
   text-decoration: underline;
}
a.lt-zold-zaszlo
{
   color: #000000;
   background: #ADFF2F;
   text-decoration: underline;
}
a.lt-zold-zaszlo:visited
{
   color: #000000;
   background: #ADFF2F;
   text-decoration: underline;
}
a.lt-zold-zaszlo:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.lt-zold-zaszlo:hover
{
   color: #000000;
   background: #FFD700;
   text-decoration: underline;
}
a.egyszeru1
{
   color: #000000;
   background: #ABB3BC;
   text-decoration: underline;
}
a.egyszeru1:visited
{
   color: #000000;
   background: #ABB3BC;
   text-decoration: underline;
}
a.egyszeru1:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.egyszeru1:hover
{
   color: #FFFFFF;
   background: #697583;
   text-decoration: underline;
}
a.magyar-nemet
{
   color: #FFFFFF;
   background: #697585;
   text-decoration: underline;
}
a.magyar-nemet:visited
{
   color: #FFFFFF;
   background: #697585;
   text-decoration: underline;
}
a.magyar-nemet:active
{
   color: #FF0000;
   background: #697585;
   text-decoration: underline;
}
a.magyar-nemet:hover
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   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;
   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;
   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;
   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;
   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;
   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: #000080;
   background-color: transparent;
}
.LT_mozogjon_a_click_felirat
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: transform-pulse;
   animation-name: transform-pulse;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -webkit-animation-delay: 0ms;
   animation-delay: 0ms;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
.LT_alljon_le_az_anim
{
   text-decoration: none;
   background-color: transparent;
}
.LM_mozogjon_a_click_2
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: transform-wobble;
   animation-name: transform-wobble;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -webkit-animation-delay: 0ms;
   animation-delay: 0ms;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
.nyulik-480
{
   text-decoration: none;
   background-color: transparent;
}
.Hole_in_doboznak
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: hole-in;
   animation-name: hole-in;
   -webkit-animation-duration: 3000ms;
   animation-duration: 3000ms;
   -webkit-animation-delay: 300ms;
   animation-delay: 300ms;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
.Lathato_marad_a_doboz
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: Lathato-marad-a-doboz;
   animation-name: Lathato-marad-a-doboz;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -webkit-animation-delay: 0ms;
   animation-delay: 0ms;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
.Bung_feljön
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: animate-fade-in-up;
   animation-name: animate-fade-in-up;
   -webkit-animation-duration: 1500ms;
   animation-duration: 1500ms;
   -webkit-animation-delay: 0ms;
   animation-delay: 0ms;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
.Bung_kimegy_vanish
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: vanish-out;
   animation-name: vanish-out;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -webkit-animation-delay: 1000ms;
   animation-delay: 1000ms;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
.BunG_kimegy
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: magic-out;
   animation-name: magic-out;
   -webkit-animation-duration: 300ms;
   animation-duration: 300ms;
   -webkit-animation-delay: 0ms;
   animation-delay: 0ms;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
.Bug_kimegy_4
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: LT-of-tin-down-out;
   animation-name: LT-of-tin-down-out;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -webkit-animation-delay: 0ms;
   animation-delay: 0ms;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
.leghajo
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: transform-wiggle;
   animation-name: transform-wiggle;
   -webkit-animation-duration: 300ms;
   animation-duration: 300ms;
   -webkit-animation-delay: 0ms;
   animation-delay: 0ms;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
.puff-in-lt
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: puff-in;
   animation-name: puff-in;
   -webkit-animation-duration: 1000ms;
   animation-duration: 1000ms;
   -webkit-animation-delay: 0ms;
   animation-delay: 0ms;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
.style1
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: puff-in;
   animation-name: puff-in;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -webkit-animation-delay: 0ms;
   animation-delay: 0ms;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
.sziv-lt
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: transform-tada;
   animation-name: transform-tada;
   -webkit-animation-duration: 1000ms;
   animation-duration: 1000ms;
   -webkit-animation-delay: 0ms;
   animation-delay: 0ms;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 3;
   animation-iteration-count: 3;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
