html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,lablec,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,lablec, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a{
	text-decoration:none;
	color: #FFCC00;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;		
	
}
a:hover {
	text-decoration:none;
	color: #FFFFFF;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;		
}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*img[width],img[height]{width:auto;height:auto;} wordpress hack to reset the attributes (while making responsive) */
/*-- Reset Code --*/

/*-- Fonts --*/
@font-face{
	font-family: 'Lemon-Regular';
	src:url(../fonts/Lemon-Regular.ttf) format('truetype');
}
@font-face{
	font-family: 'Oswald-Light';
	src:url(../fonts/Oswald-Light.ttf) format('truetype');
}
@font-face{
	font-family: 'Oswald-Regular';
	src:url(../fonts/Oswald-Regular.ttf) format('truetype');
}
/*-- Fonts --*/

/*-- Index-Page-Styling --*/

body {
	background-color: #333333;
}

.tarolo {
	width: 100%;
	height: 100%;
	margin-top: 50px;
}

h1 {
	text-align: center;
    font-size: 40px;
    font-family: Oswald-Light;
    color: #CCCCCC;
}

h2 {
	text-align: center;
    font-size: 30px;
    font-family: Oswald-Light;
    color: #CCCCCC;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	z-index: 9999999;
	height: 100%;
}

.no-js #preloader,
.oldie #preloader,
.ie9 #preloader {
	display: none;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;
}

#loader:before {
	content: "";
	border-top: 11px solid rgba(255, 255, 255, 0.2);
	border-right: 11px solid rgba(255, 255, 255, 0.2);
	border-bottom: 11px solid rgba(255, 255, 255, 0.2);
	border-left: 11px solid #fbca08;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

.bejelentkezes {
    width: 25%;
    margin: 80px auto 0;
    background-color: rgba(40, 10, 18, 0.51);
    padding: 40px;
    border: 2px ridge rgba(86, 48, 62, 0.83);
    border-radius: 9px;
    -moz-box-shadow: 5px 6px 10px 8px rgba(5, 5, 5, 0.7);
	-webkit-box-shadow: 5px 6px 10px 8px rgba(5, 5, 5, 0.7);
	box-shadow: 5px 6px 10px 8px rgba(5, 5, 5, 0.7);
	border-bottom: none;
}

input.felhasznalo {
    width: 83%;
    padding: 10px 10px 10px 45px;
    background: rgba(23, 24, 25, 0.29) url("../images/bgs/felhasznalo.png") no-repeat 10px 10px;
    border: 1px solid #7B7474;
    border-radius: 5px;
    font-family: Oswald-Light;
    font-size: 18px;
    color: #FFF;
    outline: none;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
input.jelszo {
    width: 83%;
    padding: 10px 10px 10px 45px;
    background: rgba(23, 24, 25, 0.29) url("../images/bgs/jelszo.png") no-repeat 11px 10px;
    border: 1px solid #7B7474;
    border-radius: 5px;
    font-family: Oswald-Light;
    font-size: 18px;
    color: #FFF;
    outline: none;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.uzenet {
    text-align: center;
    margin-top: 5px;
	margin-bottom: 5px;
}
.uzenet p {
    font-family: Oswald-Regular;
    color: #FFCC00;
}

label {
    font-family: Oswald-Light;
    color: #FFF;
}

input[type="submit"] {
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
    outline: none;
    border: 1px solid #7B7474;
    font-family: Oswald-Regular;
    font-size: 17px;
    color: #FFFFFF;
    background-color: rgba(23, 24, 25, 0.24);
    border-radius: 5px;
    cursor: pointer;
}
input[type="submit"]:hover {
	background-color: rgba(89, 16, 64, 0.52);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.lablec {
    text-align: center;
    margin-top: 30px;
}
.lablec p {
    font-family: Oswald-Regular;
	margin-bottom: 20px;
	font-size: 22px;	
    /* color: #FFF; */
}
.lablec a {
    font-family: Oswald-Regular;
    color: #FFF;
    text-decoration: none;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;	
}

.lablec a:hover {
    text-decoration: underline;
	color: #190909;
    text-decoration: none;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;	
}

#bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bgs/bg-login-este-sima.jpg) no-repeat center center fixed;
  background-size: cover;
  -webkit-filter: blur(0px);
  z-index: -1;  
}

/*-- Index-Page-Styling --*/
/*--- Responsinator Code ---*/

@media screen and (max-width: 1920px) {
	.bejelentkezes {
    	width: 23%;
	}
	input.felhasznalo {
    	width: 87%;
	}
	input.jelszo {
    	width: 87%;
	}
}

@media screen and (max-width: 1680px) {
	input.felhasznalo {
	    width: 85%;
	}
	input.jelszo {
	    width: 85%;
	}
}

@media screen and (max-width: 1600px) {
	input.felhasznalo {
    	width: 84%;
	}
	input.jelszo {
    	width: 84%;
	}
}

@media screen and (max-width: 1440px) {
	.bejelentkezes {
    	width: 26%;
	}
}

@media screen and (max-width: 1366px) {
	input.felhasznalo {
    	width: 83.5%;
	}
	input.jelszo {
    	width: 83.5%;
	}
}

@media screen and (max-width: 1280px) {
	.bejelentkezes {
    	width: 27%;
	}
}

@media screen and (max-width: 1200px) {
	.bejelentkezes {
    	width: 30%;
	}
		input.felhasznalo {
	    width: 84%;
	}
	input.jelszo {
	    width: 84%;
	}
}

@media screen and (max-width: 1080px) {
	input.felhasznalo {
		width: 82.5%;
	}
	input.jelszo {
    	width: 82.5%;
	}
}

@media screen and (max-width: 1050px) {
	input.felhasznalo {
    	width: 81.5%;
	}
	input.jelszo {
    	width: 81.5%;
	}
}

@media screen and (max-width: 1024px) {
	.bejelentkezes {
    	width: 31%;
	}
	.lablec {
    	margin-top: 80px;
	}
}

@media screen and (max-width: 966px) {
	.bejelentkezes {
    	width: 33%;
	}
}

@media screen and (max-width: 900px) {
	.bejelentkezes {
		width: 35%;
	}
}

@media screen and (max-width: 853px) {
	.bejelentkezes {
    	width: 38%;
	}
}

@media screen and (max-width: 800px) {
	.bejelentkezes {
    	width: 40%;
	}
}

@media screen and (max-width: 768px) {
	.bejelentkezes {
    	width: 40%;
	}
	input.felhasznalo {
    	width: 81%;
	}
	input.jelszo {
    	width: 81%;
	}
}

@media screen and (max-width: 736px) {
	.bejelentkezes {
    	width: 42%;
	}
}

@media screen and (max-width: 667px) {
	.bejelentkezes {
    	width: 47%;
	}
}

@media screen and (max-width: 640px) {
	input.felhasznalo {
	    width: 80%;
	}
	input.jelszo {
	    width: 80%;
	}
}

@media screen and (max-width: 603px) {
	.bejelentkezes {
    	width: 51%;
	}
}

@media screen and (max-width: 600px) {
	.bejelentkezes {
    	width: 51%;
	}
}

@media screen and (max-width: 568px) {
	h1 {
	    font-size: 35px;
	    margin: 35px 0 0;
	}
	.bejelentkezes {
    	width: 50%;
    	margin: 60px auto 0;
	}
}

@media screen and (max-width: 533px) {
	.bejelentkezes {
    	width: 58%;
	}
}

@media screen and (max-width: 480px) {
	.bejelentkezes {
    	width: 63%;
	}
}

@media screen and (max-width: 441px) {
	h1 {
	    font-size: 35px;
	    margin: 50px 0;
	}
	.bejelentkezes {
    	width: 75%;
    	margin: 50px auto;
   	    padding: 25px;
	}
	input.felhasznalo {
	    width: 82%;
	    padding: 7px 10px 7px 45px;
	    font-size: 17px;
	    background: rgba(23, 24, 25, 0.29) url("../images/bgs/felhasznalo.png") no-repeat 10px 6px;
	}
	input.jelszo {
	    width: 82%;
	    padding: 7px 10px 7px 45px;
	    font-size: 17px;
        background: rgba(23, 24, 25, 0.29) url("../images/bgs/jelszo.png") no-repeat 10px 6px;
	}
	input[type="submit"] {
    	padding: 7px 0;
	}
	.lablec {
    	margin: 100px 15px 0;
	}
	.lablec p {
    	font-size: 14px;
	}
}

@media screen and (max-width: 384px) {
	h1 {
    	font-size: 32px;
	}
	input.felhasznalo {
	    width: 79%;
	}
	input.jelszo {
	    width: 79%;
	}
}

@media screen and (max-width: 375px) {
	h1 {
    	font-size: 30px;
	}
	.bejelentkezes {
    	width: 75%;
    	padding: 25px;
	}
	input.felhasznalo {
	    width: 79%;
	    padding: 7px 10px 7px 45px;
	    font-size: 16px;
        background: rgba(23, 24, 25, 0.29) url("../images/bgs/felhasznalo.png") no-repeat 10px 6px;
	}
	input.jelszo {
	    width: 79%;
	    padding: 7px 10px 7px 45px;
        font-size: 16px;
        background: rgba(23, 24, 25, 0.29) url("../images/bgs/jelszo.png") no-repeat 10px 6px;
	}
	input[type="submit"] {
    	padding: 7px 0;
	}
	.lablec {
    	margin: 100px 10px 0;
	}
	.lablec p {
    	font-size: 12px;
	}
}

@media screen and (max-width: 360px) {
	input.felhasznalo {
	    width: 78%;
	}
	input.jelszo {
	    width: 78%;
	}
}

@media screen and (max-width: 320px) {
	h1 {
    	font-size: 27px;
    	margin: 35px 0;
    }
	.bejelentkezes {
    	width: 80%;
   	    margin: 40px auto;
    	padding: 20px;
    }
	input.felhasznalo {
	    width: 76.5%;
	    padding: 7px 10px 7px 45px;
	    font-size: 16px;
	    background: rgba(23, 24, 25, 0.29) url("../images/bgs/bgs/felhasznalo.png") no-repeat 10px 6px;
	}
	input.jelszo {
	    width: 76.5%;
	    padding: 7px 10px 7px 45px;
	    font-size: 16px;
	    background: rgba(23, 24, 25, 0.29) url("../images/bgs/bgs/jelszo.png") no-repeat 10px 6px;
	}
	input[type="submit"] {
	    padding: 7px 0;
	}
	.lablec {
		margin: 90px 15px 0;
	}
	.lablec p {
    	font-size: 13px;
	}
}

/*--- Responsinator Code ---*/