body, nav, ul, li, a  {margin: 0; padding: 0;}
body {
	font: 100%/1.3 Arial, sans-serif;
	background-color: #fafafa;
	
	}

a {
	text-decoration: none;
	color: fff;
}
a:link {
	text-decoration: none;
	color: fff;
}
a.link_lent:active {
	color: #888;
}
a.link_lent:link {
	color: #888;
	transition: color 0.2s ease-out;
}

a.link_lent:visited {
	color: #888;
}

a.link_lent:hover {
	color: #b8242b;
	text-shadow: 0px 1px 1px #c8c8c8;
}


.container {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	background-color: #f0f0f0;
	z-index: 50;
	position: relative;
	
}
.container_alap {
	max-width: auto;
	margin: 0px auto;
	background-color: #f0f0f0;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	z-index: 1000;
	position: fixed;
	top: 0;
	width: 100%;
	
}
    
.container_lab {
	display: block;
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0px;
	max-width: auto;
	margin: 0px auto;
	border-top: 1px solid #b4b4b4;
	border-bottom: solid 1px #999;
	z-index: 900;
	position: fixed;
	background: #d2d2d2;
	height: 35px;
	-webkit-box-shadow: inset 0px 1px 3px rgba(255,255,255,1),0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0px 1px 3px rgba(255,255,255,1),0 1px 3px rgba(0,0,0,.1);
	box-shadow: inset 0px 1px 3px rgba(255,255,255,1),0 -1px 3px rgba(0,0,0,.1);
	background-image: -moz-linear-gradient(top,#f0f0f0 0%,#dcdcdc 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f0f0f0),color-stop(100%,#dcdcdc));
	background-image: -webkit-linear-gradient(top,#f0f0f0 0%,#dcdcdc 100%);
	background-image: -ms-linear-gradient(top,#f0f0f0 0%,#dcdcdc 100%);
	background-image: url(-o-linear-gradient(top,#f0f0f0 0%,#dcdcdc 100%));
}
.box_lablec {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	z-index: 50;
	position: relative;
	margin-bottom: 0px;
	
}

.toggleMenu {
	display: none;
	background: #4b5b76;
	padding: 10px 15px;
	color: #fff;
}
.nav {
	list-style: none;

     *zoom: 1;
	
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 14em;
}
.nav a {
	padding: 10px 15px;
	color: #666;
	text-shadow: 0px 1px #fff;
}
.nav li {
	position: relative;
	background: #666;
}
.nav li: hover {
	position: relative;
	background: #999;
}
.nav > li {
	float: left;	
}


.nav > li > a {
	display: block;
	background-color: #f0f0f0;
	
}

.nav > li > a:hover {
	display: block;
	background-color: #dcdcdc;
	color: #444;
	
	
}


.nav li  ul {
    position: absolute;
    left: -9999px;
	
}
.nav > li.hover > ul {
    left: 0;
	
	
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
	
}
.nav li li a {
	display: block;
	background: #f0f0f0;
	position: relative;
	z-index: 100;
	border-top: 1px solid #ccc;
	box-shadow: 0px 2px 3px #999;
	margin-top: 0px;	
}
.nav li li a:hover {
    display: block;
    background: #dcdcdc;
    position: relative;
    z-index:100;
    border-top: 1px solid #ccc;
	color: #444;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 0px solid #1d7a62;
}
/* menu_vege */

.alap_container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	background: #fafafa;
	padding: 10px 0px 0px 0px;
	border-left: 0px dotted #ccc;
	border-right: 0px dotted #ccc;
	
}
.boxalap_lab1 {
	width: 100%;
	max-width: auto;
	background: #f0f0f0;
	padding: 0px 0px 0px 0px;
	
}

.content {
	padding: 0px 0px;
	width: 70%;
	float: left;
}
.content50b {
	padding: 0px 0px;
	width: 50%;
	float: left;
}
.content50j {
	padding: 0px 0px;
	width: 50%;
	float: right;
}
.box_lablec3 {
	padding: 6px 0px 10px 20px;
	margin: 10px 0px 0px 0px;
	width: 12%;
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-shadow: 0px 1px #fff;
	line-height: 18px;
}
.footer{
	padding: 5px 0px 5px 0px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin: 0px 0px 35px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-shadow: 0px 1px #fff;
}
.box_lab{
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin: 0px 0px 0px 0px;
	height: 1px;
}




.kepduma {
	padding: 0px 0px;
	width: 100%;
	float: left;
}
.kep {
	padding: 0px 0px;
	width: 40%;
	float: left;
	border-left: 1px dotted #999;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.duma {
	padding: 0px 0px;
	width: 50%;
	float: left;
}


#kep_duma {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 110px 0px 0px 0px;
	z-index: 3;
	text-align: left;
	font-size: 50px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	color: #4b5b76;
	line-height: 25px;
}
.logo2 {
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: right;
	font-weight: normal;
	font-size: 32px;
	color: #4b5b76;
	text-shadow: 0px 1px #fff;
	height: 33px;
	margin-top: 0px;
	width: 200px;
	font-family: "Archivo Narrow";
}

.logo {
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: right;
	font-weight: bold;
	color: #999;
	text-shadow: 0px 1px #fff;
	height: 40px;
	margin-top: 0px;
	width: 50px;
}
.sidebar2 {
	float: right;
	width: 26%;
	background-color: #f0f0f0;
	padding: 20px 0px 5px 0px;
	margin: 10px 20px 20px 0px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	cursor: pointer;
	color: #333;
}
.sidebar2:hover {
	float: right;
	width: 26%;
	background-color: #e6e6e6;
	box-shadow: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	position: relative;
}
.szurke_duma {
	float: left;
	width: 96%;
	padding: 0px 0;
	margin: 0px 0px 0px 0px;
	color: #333;
}


.footer_arnyek {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	border-bottom: 1px solid #b4b4b4;
	border-top: 0px solid #999;
	padding: 5px 0px 5px 20px;
	background-color: #fafafa;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-shadow: 0px 1px #fff;
}
.box_arnyek {
	-webkit-box-shadow: 0px 8px 8px -8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 8px 8px -8px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.2);
	border-bottom: 1px solid #b4b4b4;
	border-top: 0px solid #999;
	padding: 10px 0px 15px 20px;
	background-color: #fff;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin: 0px 0px 20px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-shadow: 0px 1px #fff;
}
.box_news_datum_lent {
	overflow: hidden;
	padding-left: 60px;
	padding-bottom: 10px;
	margin: 0px 30px 0px 30px;
	padding-top: 10px;
	padding-right: 60px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	box-shadow: 0px 10px 10px -10px #999;
	border-bottom: solid 1px #C8C8C8;
	background: #ffffff;
}





.lab_duma {
	max-width: 400px;
	padding: 10px 0px 10px 20px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin: 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-shadow: 0px 1px #fff;
	float: left;
}
.lab_nyil {
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	float: right;
	opacity: .8;
	box-shadow: 0px 1px 1px #666;
	height: 25px;
}
.lab_nyil:hover {
	opacity: 1;
	box-shadow: none;
}


h1, h2, h3, h4, h5, h6, p, b {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 20px;
	padding-left: 20px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1, h2, h3, h4, h5 {	
	color: #4b5b76;	
	text-shadow: 0px 1px 1px #B4B4B4;
	text-align: left;
}
h4 {
	color: #4b5b76;
	text-shadow: 0px 1px #fff;
	text-align: left;
	font-size: 17px;
}
.duma_cimek {
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}

img.pic-fo {
	margin: 8px 20px 5px 20px;
	float: none;
	padding: 0px;
	background: #FAFAFA;
	border-bottom: solid 1px #888;
	border-left: solid 1px #888;
	border-right: solid 1px #888;
	border-top: solid 1px #888;
	border-radius: 1px;
	box-shadow: 0px 8px 8px -8px #666;
	width: 250px;
	opacity: .9;
}
img.pic-fo:HOVER {
	border-bottom: solid 1px #555;
	border-left: solid 1px #555;
	border-right: solid 1px #555;
	border-top: solid 1px #555;
	box-shadow: 0px 3px 3px -3px #666;
	opacity: 1;
}
.prezi-full{
	height: 340px;
	max-height: 460px;
	margin-bottom: 1px;
	margin-top: 0px;
	background-color: #bbb;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1px solid #b4b4b4;
	z-index: 2;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}
.prezi-full.about{
	background-image: url(img/kep_alap_04.jpg);
	z-index: 3;
}
.prezi-full1{
	height: 300px;
	max-height: 460px;
	margin-bottom: 1px;
	margin-top: 0px;
	background-color: #bbb;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1px solid #b4b4b4;
	z-index: 2;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}
.prezi-full1.about{
	background-image: url(img/Kep_alap_04.jpg);
	z-index: 3;
}
.NYIL {
	position: relative;
	z-index: 1;
	left: -15px;
	top: 0px;
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border-top: 10px dotted transparent;
	border-right: 0px dotted transparent;
	border-bottom: 10px dotted transparent;
	border-left: 8px solid #586a89;
}

.box_ures {
	border-bottom: 0px solid #b4b4b4;
	border-top: 0px solid #999;
	padding: 0px 0px 0px 0px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin: 0px 0px 0px 0px;
}
.soft-shadow {
	padding: 20px 0;
	display: block;
	text-align: left;
	position: relative;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #c8c8c8;
	-webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);
	margin: 0px -30px 30px -30px;
}
.soft-shadow:after, .soft-shadow:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 20px;
}
.soft-shadow:after {
  right: 0;
  bottom: -20px;
  background-image: -webkit-linear-gradient(right, #FaFaFa 40%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, #FaFaFa 40%, rgba(255, 255, 255, 0));
}
.soft-shadow:before {
  left: 0;
  bottom: -20px;
  background-image: -webkit-linear-gradient(left, #FaFaFa 40%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #FaFaFa 40%, rgba(255, 255, 255, 0));
}


@media screen and (max-width: 800px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("img/downarrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	
.nav > li > .parent {
	background-image: url("img/downarrow.png");
	background-repeat: no-repeat;
	background-position: 90% 50%;
}	
.sidebar2{
	margin: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	background-color: #f0f0f0;
	padding: 20px 0px 10px 0px;
	border-bottom: 0px solid #dcdcdc;
	border-top: 1px solid #999;
	border-left: 0px solid #dcdcdc;
	border-right: 0px solid #dcdcdc;
}
.sidebar2:hover{	
	margin: 0px 0px 0px 0px;
	float: left;
	width: 100%;	
	padding: 20px 0px 10px 0px;	
	background-color: #e1e1e1;	
	border-bottom: 0px solid #dcdcdc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.content {
	padding: 0px 0px;
	width: 100%;
	float: left;
}
.content50b {
	padding: 0px 0px;
	width: 100%;
	float: left;
}
.content50j {
	padding: 0px 0px;
	width: 100%;
	float: left;
}
.box_lablec3 {
	padding: 10px 0px 10px 20px;
	margin: 10px 0px;
	width: 25%;
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-shadow: 0px 1px #fff;
}


.kep {
	border-left: solid 0px #888;
	padding: 0px 0px;
	width: 100%;
	float: left;
}
.duma {
	padding: 0px 0px;
	width: 100%;
	float: left;
}
img.pic-fo {	
	width: 240px;
	
}

#kep_duma {
	width: 90%;	
	margin: 0 auto;
	padding: 50px 0px 0px 10px;
	z-index: 3;
	text-align: left;
	font-size: 28px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	color: #4b5b76;
	position: absolute;
	top: 60px;
	line-height: 24px;
}
.box_arnyek {
	border-bottom: 1px solid #999;	
	padding: 0px 0px 0px 0px;
	background-color: #e6e6e6;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin: 0px 0px 20px 0px;
}

}
@-webkit-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}



.loader {
	padding-top: 3px;
}

.square {
	background: #fff;
	width: 12px;
	height: 12px;
	float: left;
	top: -10px;
	margin-right: 1px;
	margin-top: 1px;
	position: relative;
	opacity: 0;
	-webkit-animation: enter 4s infinite;
	animation: enter 4s infinite;
	box-shadow: 0px 1px 1px -1px #444;
	border: 1px solid #b4b4b4;
	margin-left: 1px;
	margin-bottom: 1px;
}

.enter {
  top: 0px;
  opacity: 1;
}

.square:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 1.8s;
  
}

.square:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 2.1s;
  background: #dc0304;
}

.square:nth-child(3) {
  -webkit-animation-delay: 1.0s;
  animation-delay: 2.4s;
  
}

.square:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.9s;
  
}


.clear {
  clear: both;
}

.last {
  margin-right: 0;
}
