html,
body {
	min-width: 1024px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	background: #FFFFFF;
}

a,
p a {
	color: #000000;
	text-decoration: none;
}

a:hover,
p a:hover {
	color: #000000;
	text-decoration: underline;
}

p {
	display: block;
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 20px;
}

h1 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}

.strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

a img.image {
	width: 140px;
	height: 105px;
	object-fit: cover;
	object-position: top;
	border: 2px solid #FFFFFF;
}

a img.image:hover {
	border: 2px solid #C20000;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


#container {
	position: relative;
	min-width: 1024px;
	width: 100% !important;
	min-height: 1100px;
	height: auto !important;
	top: 0;
	left: 0;
	margin: 0 auto -100px;
	padding: 0;
}

/* ///////////////////////////////////////// INDEX /////////////////////////////////////////////// */

#logo-index {
	position: absolute;
	min-width: 1024px;
	width: 100% !important;
	height: 200px;
	top: 50%;
	margin: 0 auto;
	margin-top: -200px;
	padding: 0;
	background: transparent url('../images/logo.png') center center no-repeat;
}

#enter {
	position: absolute;
	min-width: 1024px;
	width: 100% !important;
	height: 50px;
	top: 50%;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 50px;
}

#enter ul li {
	display: inline-block;
	padding: 0 2px 0 2px;
	font-size: 15px;
}

#enter ul li a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

#enter ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


#header {
	position: relative;
	min-width: 1024px;
	width: 100% !important;
	height: 200px;
	margin: 0 auto;
	padding: 0;
}

#logo a {
	position: absolute;
	width: 200px;
	height: 108px;
	top: 46px;
	left: 50%;
	margin: 0 -100px;
	padding: 0;
	background: transparent url('../images/logo.png') center center no-repeat;
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

#nav {
	position: relative;
	min-width: 1024px;
	width: 100% !important;
	/*height: 30px;*/
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 30px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 0%, #c40000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(100%,#c40000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000000 0%,#c40000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #000000 0%,#c40000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #000000 0%,#c40000 100%); /* IE10+ */
	background: linear-gradient(to right, #000000 0%,#c40000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c40000',GradientType=1 ); /* IE6-9 */
}

#nav ul li {
	display: inline-block;
	padding: 0 2px 0 2px;
	color: #FFFFFF;
	vertical-align: middle;
}

#nav ul li:hover {
	display: inline-block;
	padding: 0 2px 0 2px;
	color: #FFFFFF;
	background-color: #000000;
}

#nav ul li a {
	color: #FFFFFF;
	padding: 7px 8px 7px 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}

#nav ul li a:hover {
	color: #FFFFFF;
	/*text-decoration: underline;*/
}

#nav ul li.none {
	display: inline-block;
	padding: 0 2px 0 2px;
	color: #FFFFFF;
}

#nav ul li.none:hover {
	background-color: transparent;
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

#subnav {
	position: relative;
	min-width: 1024px;
	width: 100% !important;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 4px;
	line-height: 50px;
}

#subnav ul li {
	display: inline-block;
	padding: 0 2px 0 2px;
}

#subnav ul li a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}

#subnav ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ////////////////////////////////////////////////////////////////////////////////// TARTALMAK ////////////////////////////////////////////////////////////////////////////////// */


#content {
	position: relative;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
	padding: 50px 0 200px 0;
}

/* //////////////////////////////////////////////////////////////////////////////////////// */

#content-1,
#content-2,
#content-3,
#content-4,
#content-5,
#content-6,
#content-7 {
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: opacity 0.3s linear 0.1s;
	-moz-transition: opacity 0.3s linear 0.1s;
	-o-transition: opacity 0.3s linear 0.1s;
	-ms-transition: opacity 0.3s linear 0.1s;
	transition: opacity 0.3s linear 0.1s;
}

.show {
	display: block;

	opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.hide {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;

	opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


#footer {
	position: relative;
	min-width: 1024px;
	width: 100% !important;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 100px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


#clear {
	clear: both !important;
	display: block !important;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@media all and (orientation:portrait) {
	#container {
		min-height: 100%;
		height: auto !important;
		margin: 0 auto -100px;
	}
}