@CHARSET "UTF-8";

div#eszterhazy {
	width: 100%;
	background-color: #fff;
}

div#head {
	width: 100%;
	position: relative;
}

div#head img {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0px;
}

div.line1 {
	background-color: #00476c;
	height: 87px;
	width: 100%;
}

div.line2 {
	background-color: #93c6e1;
	height: 29px;
	width: 100%;
}

div#head h3 {
	font-family: "frizquatbold";
	font-size: 43px;
	line-height: 43px;
	text-align: center;
	text-transform: uppercase;
}

div#head h2 {
	font-family: "frizquatbold";
	font-size: 65px;
	line-height: 65px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background-color: #93c6e1;
	padding: 25px 0px 21px;
}

div#content_1  {
	width: 100%;
	position: relative;
}

div#content_1 p {
	font-family: "gillsansmt";
	width: 100%;
	max-width: 600px;
	display: table;
	margin: 40px auto;
	text-align: justify;
	color: #1d1d1d;
	font-size: 25px;
	line-height: 28px;
}

div#content_1 img {
	display: table;
	margin: 0px auto;
}

div#content_1 div.start {
	display: table;
	margin: 0px auto 20px;
} 

div#content_1 img.start_game {
	display: table;
	margin: -40px auto 0px;
	z-index: 100;
	position: relative;
	cursor: pointer;
	border: 1px solid #00476c;
}

div#content_1 img.fb {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 200px;
	z-index: 100;
	position: absolute;
	cursor: pointer;
}

div#content_1 img.abrak {
	margin: 0px 20px;
	display: inline-table;
}

div#content_1 img.oval {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 35px;
	z-index: 40;
}

h2.rang {
	font-family: "frizquatbold";
	font-size: 65px;
	line-height: 65px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background-color: #00476c;
	padding: 10px 0px 6px;
	margin: 0px;
	z-index: 50;
	position: relative;
}

div#eredmeny {
	position: relative;
	max-width: 100%;
}

div#eredmeny h4 {
	font-family: "gillsansmt";
	font-size: 25px;
	line-height: 25px;
	margin: 65px 0px;
	text-align: center;
	text-transform: uppercase;
	color: #00476c;
	font-weight: normal;
}

div#eredmeny table {
	display: table;
	margin: 0px auto 165px;
	font-family: "gillsansmt";
	font-size: 40px;
	line-height: 40px;
	color: #00476c;
	font-weight: normal;
}

div#eredmeny table tbody tr {
	border-bottom: 15px solid #00476c;
}

div#eredmeny table tbody tr > td {
	padding: 25px 0px 10px;
}


div#eredmeny img.fb {
	cursor: pointer;
	display: table;
	margin: 0px auto 35px;
	
}

img.center {
	display: table;
	margin: 0px auto;
}

img.liras {
	margin-bottom: -31px;
    position: relative;
}

div#leiras h2 {
	font-family: "frizquatbold";
	font-size: 65px;
	line-height: 65px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background-color: #00476c;
	padding: 20px 0px 10px;
	margin: 0px;
	z-index: 50;
	position: relative;
}

div.leiras_kep {
	display: table;
	margin: 120px auto 0px;
}

div.leiras_kep img {
	margin: 0px 20px;
	display: inline-table;
	cursor: pointer;
}

div#leiras h4 {
	width: 100%;
	text-align: center;
	color: #1d1d1d;
	font-size: 43px;
	line-height: 43px;
	font-family: "frizquatbold";
	text-transform: uppercase;
}

div#leiras p {
	max-width: 600px;
	width: 100%;
	padding: 0px 20px;
	font-family: "gillsansmt";
	color: #1d1d1d;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	display: table;
	margin: 0px auto;
	text-align: justify;
}

div#leiras img.footimg {
	margin-bottom: -90px;
    margin-top: 40px;
    position: relative;
}

div#footer {
	max-width: 100%;
	width: 100%;
	height: 600px;
	background-color: #00476c;
}

div#footer p {
	color: #357596;
	font-family: "SonySketchEF";
	text-align: center;
	margin: 100px 0px 0px 0px;
	font-size: 19px;
}

div#footer .created {
	display: table;
    margin: 150px auto 0;
    position: relative;
}

div#footer .created a {
	color: #357596;
	font-family: "SonySketchEF";
	font-size: 25px;
	text-decoration: none;
	display: inline-block;
	margin: 0px 30px;
	vertical-align: top;
	position: relative;
}

div#footer .created a:after {
    content:'';
    color:#fff;
    position:absolute;
    width:100%; height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.4);
    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

div#footer .created a:hover:after {
	opacity: 0;
}












