@font-face {
font-family: Gabrielle;
src: url('Gabrielle.ttf');
font-weight: bold;
}
@font-face {
font-family: Selya;
src: url('Selya.ttf');
font-weight: bold;
}

@-webkit-keyframes blinking {
	0%   {opacity: .2;}
	50%  {opacity: .9;}
	100%  {opacity: .2;}
}

@keyframes blinking {
	0%   {opacity: .2;}
	50%  {opacity: .9;}
	100%  {opacity: .2;}
}

@-webkit-keyframes headerBg {
	0%   {background-position: 0% center;}
	50%  {background-position: 100% center;}
	100%  {background-position: 0% center;}
}

@keyframes headerBg {
	0%   {background-position: 0% center;}
	50%  {background-position: 100% center;}
	100%  {background-position: 0% center;}
}


html, body {
background-color:#fefefe;
color:#222;
font-family: Tahoma, Geneva, sans-serif;
height:100%;
}


body {
margin:0;padding:0;
}

h1, h2, h3, h4, h5, h6 {
margin:0; padding:0;
font-family: Selya, Tahoma, Geneva, sans-serif;
}
	h3 {
	font-size:48px;
	color:#AB7231;
	}
	h4 {
	font-size:28px;
	font-family: Gabrielle, Tahoma, Geneva, sans-serif;
	}
		.hSmall {
		font-size:12px;
		}
.nonPtext {
display:inline-block;
margin:10px 0 10px 0;
font-size:24px;
}

hr {
display:block;
/*border:1px solid rgba(100,100,100,.5);*/
height:16px;
background-image:url(imgs/separator.png);
background-size:cover;
border:0px solid;
background-repeat:no-repeat;
background-size:100% 100%;
max-width:600px;
}

a, .blockSection *[onclick] {
text-decoration:none;
color:#8E9193;
-webkit-transition:.5s;
transition:.5s;
border:0px none transparent;
}
	a:hover, *[onclick] {
	color:#fff;
	}
	.blockSection a:hover, .blockSection *[onclick]:hover {
	color:#000;
	}
img {
border:0px none transparent;
}
	img[onclick] {
	cursor:pointer;
	}
p {
margin:0; padding:0 0 15px 0;
}	
/*ul {
list-style-image:url(bullet.png);
margin:10px 0 0 18px;padding:0;
}*/

input, textarea {
width:90%;
background-color:rgba(0,0,0,.5);
color:#fff;
font-size:16px;
border:1px solid rgba(100,100,100,.5);
margin:auto;
border-radius:3px;
padding:5px;
-webkit-transition:.5s;
transition:.5s;
}
	input[type=checkbox],input[type=date],input[type=submit],input[type=radio] {
	width:auto !important;
	}
	input[type=submit],input[type=button] {
	cursor:pointer;
	}
		input[type=submit]:hover,input[type=button]:hover {
		cursor:pointer;
		opacity:.5;
		}
.width {
width:85%;
min-width:300px;
max-width:1400px;
margin:auto;
}
#headerBg {
overflow:hidden;
background-image:url('imgs/headerBgs/biropanzioHBg.jpg');
background-size:auto 100%;
background-position:center center;
	-webkit-animation: headerBg 100s;
	animation: headerBg 100s;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
	#headerBgBg {
	background-image:url('imgs/hbgbg.png');
	background-position:center center;
	position:relative;
	background-size:2px 2px;
	}
	#language {
	position:absolute;
	top:20px;
	right:20px;
	word-spacing:20px;
	height:40px;
	z-index:11;
	}
		#language a {
		height:40px;
		line-height:40px;
		}
		#language img:hover {
		opacity:.5 !important;
		}
	#header {
	height:220px;
	padding-top:30px;
	overflow:hidden;
	font-family: Selya, Tahoma, Geneva, sans-serif;
	text-shadow:0px 0px 10px #111;
	color:#FFEC73;
	z-index:10;
	}
		#header h1 {
		text-align:center;
		font-size:160px;
		height:160px;
		opacity:.9;
		-webkit-transition:.5s;
		transition:.5s;
		}
			#header h1:hover {
			opacity:1;
			}
#menuBg {
background-color:rgba(200,200,200,.5);
width:100%;
z-index:5;
-webkit-transition:.2s;
transition:.2s;
color:#FFD073;
line-height:100px;
font-size:18px;
height:100px;
white-space:nowrap;
}
	.fixedMenu {
	position:fixed;
	top:0px;
	background-color:rgb(120,120,120) !important;
	font-size:14px !important;
	line-height:60px !important;
	height:60px !important;
	}
	#menuBg a {
	color:inherit;
	}
	#menu {
	}
		#CMSModule_BPmenu ul {
		margin:0 auto 0 auto;padding:0;
		text-align:center;
		}
			#CMSModule_BPmenu li {
			display:inline-block;
			margin:0;
			text-align:center;
			opacity:1;
			padding:0px 18px 0px 18px;
			height:100px;
			}
				.fixedMenu li {
				padding:0px 15px 0px 15px !important;
				height:60px !important;
				}
				
				#CMSModule_BPmenu li:hover {
				opacity:.5;
				background-color:#fff;
				color:#FFAA00;
				}
				#CMSModule_BPmenu .CMSMenuActive  {
				background-color:#fff;
				color:#FFAA00;
				border-bottom:8px solid #FFD073;
				}
	#hamburgerMenu {
	display:none;
	position:absolute;
	right:20px;
	}
		#hamburgerMenu img {
		vertical-align:middle;
		cursor:pointer;
		}
		#hamburgerMenu div {
		position:absolute;
		float:left;
		display:inline-block;
		text-align:left;
		width:50%;
		right:250px;
		top:0px;
		font-family: Selya, Tahoma, Geneva, sans-serif;
		font-size:48px;
		display:none;
		}
		#hamburgerHide {
		display:none;
		position:fixed;
		height:100%;
		width:50%;
		z-index:10;
		left:0px;
		top:0px;
		background-color:#343434;
		-webkit-transition:.5s;
		transition:.5s;
		}
			#hamburgerHide li, #footerMenu li {
			display:block;
			color:#ddd;
			height:30px;
			line-height:30px;
			}
	.scrollDown {
	margin:auto;
	width:64px;
	height:64px;
	text-align:center;
	padding:50px 0 50px 0;
	-webkit-animation: blinking 5s;
	animation: blinking 5s;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-webkit-transition:.2s;
	transition:.2s;
	cursor:pointer;
	}
		.scrollDown:hover {
		padding-top:70px;
		opacity:.2;
		}
#contentBg {

}
	#content {
	
	}
		.block {
		position:relative;
		padding-top:200px;
		overflow:hidden;
		}
			.blockHeader {
			/*overflow:hidden;*/
			background-position:center 0%;
			background-size:cover;
			width:100%;
			position:absolute;
			top:50px;
			background-color:grey;
			height:200px;
			text-align:center;
			line-height:200px;
			font-family: Selya, Tahoma, Geneva, sans-serif;
			text-shadow:0px 0px 10px #111;
			color:#FFEC73;
			font-size:90px;
			-webkit-transition:.5s;
			transition:.5s;
			white-space:nowrap;
			}
			.blockText {
			padding-top:10%;
			text-align:center;
			vertical-align: top;
			}
				.blockHeader .scrollDown {
				margin:-150px auto 0 auto;
				}
				.blockSection {
				display:inline-block;
				min-width:300px !important;
				width:54% !important;
				max-width:80% !important;
				vertical-align: top;
				}
					.blockSection.wide {
					width:80% !important;
					}
				.blockText #img, .blockText #map {
				margin:0 0 0 4%;
				min-width:250px;
				max-width:40%;
				height:auto;
				display:inline-block;
				vertical-align: top;
				}
				.blockText p {
				text-align:justify;
				}
				.blockText p::first-letter {
				font-size:24px;
				}
				.blockText p:last-child {
				padding:0;margin:0;
				}
#scrollUp {
display:block;
position:fixed;
bottom:-40px;
opacity:0;
right:47%;
width:5%;
height:30px;
line-height:35px;
background-color:#333;
text-align:center;
color:#ddd;
border-top-left-radius:3px;
border-top-right-radius:3px;
-webkit-transition:1s;
transition:1s;
cursor:pointer;
letter-spacing:2px;
}
	#scrollUp:hover {
	opacity:1;
	}
#scrollHelp {
display:none;
position:fixed;
bottom:0px;
right:0px;
text-align:center;
}
#footerBg {
margin-top:100px;
background-image:url(imgs/uiweb_logo.png);
background-repeat:no-repeat;
background-position:center center;
background-size:auto 60%;
text-shadow:1px 1px 1px #444;
color:#aaa;
background-color:#787878;
padding:3% 5% 3% 5%;
}
	#footerBg li {
	color:#aaa !important;
	opacity:1 !important;
	height:25px !important;
	line-height:25px !important;
	text-align:left;
	padding:0px;
	white-space:nowrap;
	}
		#footerBg li:hover {
		background-color:transparent;
		}
		
/* CSS FROM UTIRANY.HU */

#black {
display:none;
background: rgba(0, 0, 0, .5);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999999998;
}
	#popup {
	width: 100%;
	height: 100%;
	z-index: 9999999997;
	position: fixed;
	top: 0;
	left: 0;
	display:none;
	overflow:auto;
	}
		.popped {
		display:none;
		}
			.popped .data {
			overflow: hidden;
			overflow-y: hidden;
			}
.view_media {
background: none;
border: none;
position: fixed;
top: 0px;
margin: 5% 0;
width: 100%;
height:75%;
z-index: 9999999999;
display:none;
overflow-x: hidden;
}
.view_media img, .view_media embed {
margin-top: 1% !important;
box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
height: 95%;
}
#popup_closer
{
z-index: 9999999999;
position:absolute;
top:3px;
width:100%;
height:55px;
line-height:55px;
color:#BABABA;
display:none;
}
	.popup_closer_item
	{
	display:inline;
	float:right;
	}
		#pc_pagenum
		{
		padding-left:15px;
		font-size:12px;
		}
		#pc_adatlapnev
		{
		position:fixed;
		left:0px;
		width:100%;
		text-align:center;
		margin:auto;
		font-size:18px;
		}
		#pc_x
		{
		position:absolute;
		right:20px;
		font-size:22px;
		cursor:pointer;
		}
			#pc_x:hover
			{
			opacity:0.5;
			}
/*-*-*-*-*-*-*-*-*-*-*-*---*-*--*-*-*-*-*-*/
.subSec {
display:none;
width:100% !important;
}
