HR {
        color : #ffffff;
}

BODY {
        background-color : #000000;
}


.bchange{
-webkit-animation:bgshow 1s;animation:bgshow 3s;
}

.ntext{
-webkit-animation:txshow 3s;animation:txshow 3s;
}

.htext{
        font-family: 'Exo 2', sans-serif;
	color:#ffffff;
	font-size:12pt;
	font-weight: normal;
	cursor:pointer;
	}

.btext{
        font-family: 'Exo 2', sans-serif;
	color:#3C3C3C;
	font-size:12pt;
	font-weight: normal;
	cursor:pointer;
	}
						
.xchange{
-webkit-animation:mlshow 1s;animation:mlshow 1s;
}

.ftchange{
-webkit-animation:llshow 1s;animation:llshow 1s;
}

.ftremove{
-webkit-animation:llhide 1s;animation:llhide 1s;
left:-625px;
}


.stchange{
-webkit-animation:stshow 1s;animation:stshow 1s;
left:0px;
}



@-webkit-keyframes mlshow { 0% {right:-100%;} 100% {right:0px;} }
@keyframes mlshow { 0% {right:-100%;} 100% {right:0px;} }

@-webkit-keyframes llshow { 0% {left:-625px;} 100% {left:0px;} }
@keyframes llshow { 0% {left:-625px;} 100% {left:0px;} }

@-webkit-keyframes llhide { 0% {left:0px;} 100% {left:-625px; } }
@keyframes llhide { 0% {left:0px;} 100% {left:-625px; } }


@-webkit-keyframes stshow { 0% {left:-548px;} 100% {left:31px;} }
@keyframes stshow { 0% {left:-548px;} 100% {left:31px;} }




@-webkit-keyframes tbshow { 0% {height:0px;} 100% {height:723px;} }
@keyframes tbshow { 0% {height:0px;} 100% {height:723px;} }

@-webkit-keyframes txshow { 0% {opacity:0;filter:alpha(opacity=0);} 100% {opacity:1.0;filter:alpha(opacity=100);} }
@keyframes txshow { 0% {opacity:0;filter:alpha(opacity=0);} 100% {opacity:1.0;filter:alpha(opacity=100);} }

@-webkit-keyframes bgshow { 0% {opacity:0;filter:alpha(opacity=0);} 100% {opacity:1.0;filter:alpha(opacity=100);} }
@keyframes bgshow { 0% {opacity:0;filter:alpha(opacity=0);} 100% {opacity:1.0;filter:alpha(opacity=100);} }

@-webkit-keyframes brdshow { 0% {opacity:0;filter:alpha(opacity=0);} 40% {opacity:0;filter:alpha(opacity=0);} 100% {opacity:1.0;filter:alpha(opacity=100);} }
@keyframes brdshow { 0% {opacity:0;filter:alpha(opacity=0);} 40% {opacity:0;filter:alpha(opacity=0);} 100% {opacity:1.0;filter:alpha(opacity=100);} }

@-webkit-keyframes mtshow { 0% {opacity:0;filter:alpha(opacity=0);} 40% {opacity:0;filter:alpha(opacity=0);} 100% {opacity:1.0;filter:alpha(opacity=100);} }
@keyframes mtshow { 0% {opacity:0;filter:alpha(opacity=0);} 40% {opacity:0;filter:alpha(opacity=0);} 100% {opacity:1.0;filter:alpha(opacity=100);} }

@-webkit-keyframes bgshow2 { 0% {opacity:0;filter:alpha(opacity=0);} 100% {opacity:1.0;filter:alpha(opacity=100);} }
@keyframes bgshow2 { 0% {opacity:0;filter:alpha(opacity=0);} 100% {opacity:1.0;filter:alpha(opacity=100);} }

@-webkit-keyframes bgshow0 { 0% {opacity:1;filter:alpha(opacity=100);} 100% {opacity:0;filter:alpha(opacity=0);} }
@keyframes bgshow0 { 0% {opacity:1;filter:alpha(opacity=100);} 100% {opacity:0;filter:alpha(opacity=0);} }

P {
        color : 000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
        font-size : 9pt;
}


.mltext{
        color : #ffffff;
	font-family: 'Oswald', sans-serif;
	font-style : normal;
        font-size : 12pt;
	font-weight: normal;
	cursor:pointer;
#	background-image:url(images/mpix.gif);
#	background-size:0% 0%;
#	background-repeat:no-repeat;
        }

.mltext:HOVER {
-webkit-animation:mhover 1s forwards;
animation:mhover 1s forwards;
}

@-webkit-keyframes mhover { 0% {background-color:#D12535} 100% {background-color:#313131} }
@keyframes mhover { 0% {background-color:#D12535} 100% {background-color:#313131} }



@keyframes mhover2 { 
0% { background-image:url(images/mpix.gif); background-size:100% 0%;background-repeat:no-repeat; } 
100% { background-image:url(images/mpix.gif);background-size:100% 100%;background-repeat:no-repeat; } 
}

@-webkit-keyframes mhover2 { 
0% { background-image:url(images/mpix.gif); background-size:100% 0%;background-repeat:no-repeat; } 
100% { background-image:url(images/mpix.gif);background-size:100% 100%;background-repeat:no-repeat; } 
}



.jltext{
	font-family: 'Monda', sans-serif;
	color:#ffffff;
	font-size:12pt;
	font-weight: normal;
	cursor:pointer;
	background-color:#D12535;
        }

.jltext a:link{ color:#ffffff; }
.jltext a:visited{ color:#ffffff; }


.jltext:HOVER {
	color:#ffffff;
-webkit-animation:jhover 1s forwards;
animation:jhover 1s forwards;
}

@-webkit-keyframes jhover { 0% {background-color:#D12535} 100% {background-color:#313131} }
@keyframes jhover { 0% {background-color:#D12535} 100% {background-color:#313131} }


.rltext{
	font-family: 'Monda', sans-serif;
	color:#ffffff;
	font-size:9pt;
	font-weight: normal;
	cursor:pointer;
	background-color:#888888;
        }

.rltext a:link{ color:#ffffff; }
.rltext a:visited{ color:#ffffff; }


.rltext:HOVER {
	color:#ffffff;
-webkit-animation:rhover 1s forwards;
animation:rhover 1s forwards;
}

@-webkit-keyframes rhover { 0% {background-color:#888888} 100% {background-color:#313131} }
@keyframes rhover { 0% {background-color:#888888} 100% {background-color:#313131} }




.cltext{
	font-family: 'Monda', sans-serif;
	color:#ffffff;
	font-size:12pt;
	font-weight: normal;
	cursor:pointer;
	background-color:#313131;
        }

.cltext a:link{ color:#ffffff; }
.cltext a:visited{ color:#ffffff; }


.cltext:HOVER {
	color:#ffffff;
-webkit-animation:chover 1s forwards;
animation:chover 1s forwards;
}

@-webkit-keyframes chover { 0% {background-color:#313131} 100% {background-color:#D12535} }
@keyframes chover { 0% {background-color:#313131} 100% {background-color:#D12535} }






.normal_text{
position:absolute;left:92px;top:145px;width:377px;font-family: 'Monda', sans-serif;color:#ffffff;font-size:10pt;text-align:justify;
        }

.normal_textw{
position:absolute;left:92px;top:145px;width:377px;font-family: 'Monda', sans-serif;color:#696969;font-size:10pt;text-align:justify;
        }


.foszoveg{
font-family: 'Monda', sans-serif;color:#444444;font-size:10pt;
        }



A {
        color : #FF345A;
	text-decoration : none;
}
A:HOVER {
        color : #E2C0C8;
}
