section{
	position:absolute;
	right:30px;
	top:0;
	left:450px;
	display:none;
	padding-top:50px;
	padding-bottom:50px;
	max-width:700px;
}
#flyer{
	position:fixed;
	left:0;
	top:0;
	margin-top:75px;
	opacity:0;
}
body{
	overflow-y:scroll;
	background-color: #222;
	font-size:14px;
}

@media all and (max-width: 950px) {
	ul#nav {
		/*text-align:justify;*/
		min-height:25px;
	}
	#nav li.active{
		height:20px;
	}
	#nav a{
		height:25px;
		line-height:25px;
		width:auto;
	}
	#flyer.passive{
		min-width:100px;
		width:100px;
	}
	#flyer.passive img{max-width:100%;}
	#brainmap .menupoint{display:none;}
	section{left:120px;}
	form{max-width:100%;}
}
@media all and (max-width: 450px) {
	section{left:10px;}
	#flyer.passive{display:none;}
}

@media only print{
	section,#nav,footer {
		display:none;
	}
	section:target{
		display:block;
	}
}

article{
	margin-bottom:50px;
	text-align: justify; 		 /*  Gábor kiegészítés  */
	position:relative;
}
aside.left{margin-left:5px;}
aside.right{margin-right:5px;}
aside.round{
	border-radius:100px;
	border:7px solid #fff;
	overflow:hidden;
	box-shadow:0 0 15px rgba(0,0,0,0.4);
	height:150px;
	width:150px;
	margin:10px;

}
.has-lefty{
	margin-left:100px;
}
.has-lefty>.lefty{
	color:#B44039;
	float:left;
	margin-left:-100px;
	position:absolute;
	text-align:right;
	width:90px;
	font-weight:bold;
}

aside.left+hr,
aside.left+article.has-lefty,
aside.left+hr+article.has-lefty{
	margin-left:250px;
}
@media all and (min-width: 1000px) {
	aside.left+hr,
	aside.left+article,
	aside.left+hr+article{
		margin-left:200px;
	}
	aside.left+hr,
	aside.left+article.has-lefty,
	aside.left+hr+article.has-lefty{
		margin-left:250px;
	}

	aside.right+hr,
	aside.right+hr+article,
	aside.right+article
	{
		margin-right:200px;
	}
}
@media all and (max-width: 400px) {
	.has-lefty>.lefty{
		float: none;
		position: relative;
		margin: 0;
		padding: 0;
		width:auto;
		text-align: left;
	}
	article{
		margin:0 !important;
	}
	.left,.right{float:none;}
}
.success{
	background-color:#85B21F;
	color:black;
	margin:10px;
	padding:10px;
}
section .story{
	margin-top:50px;
}
.clear{clear:both;}

.orgBy{
	margin-top: -12px;
	display: inline-block;
	font-size: 10px;
	margin-right: 10px;
	color: #666;
	vertical-align: middle;
}


h1,h2{
	font-family:"Century Gothic";
}
