@charset "utf-8";
html, body{
	font-family: 'Myriad Pro','PT Sans', sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	height:100%;
}
#header{
	background-color:#000000;
	min-height:60px;
	width:100%;
	position:fixed;
	top:0;
}
h1{
	font-family: 'Myriad Pro','PT Sans', sans-serif;
	font-size:22px;
	text-transform:uppercase;
	color:#F6911E;
	font-weight:normal;
	padding-top:50px;
	padding-bottom:30px;
}
h2, h3{
	color:#286953;
	margin:0;
	padding:0;
	font-weight:normal;
}
h2{
		font-weight:bold;
}
h4{
		color:#70C6AE;
		font-weight:normal;
		font-size:16px;
		text-transform:uppercase;
}

.content p{
	line-height:28px;
}

#topline {
	width:100%;
	height:10px;
	background-color:#70C6AE;
	padding:0;
	margin:0;
}

#menu_container{
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
	
}
#mainmenu{
	margin:0;
	padding:0;
	float:right;

}
#mainmenu li{
	list-style:none;
	float:left;
	padding-left:40px;
}
#mainmenu li a{
		color:#FFFFFF;
		text-decoration:none;
		text-transform:uppercase;
}
#mainmenu li a:hover, #mainmenu li a.active{
	color:#F6911E;
}
#mainmenu ul{
	display:none;
	position:absolute;
	background-color:#70C6AE;
	padding:10px;
}
#mainmenu ul li{
	float:none;
	padding:0;
}
#mainmenu ul li a:hover{
	color:#368F75
}
#mainmenu li:hover ul{
	display:block;
}
#footer{
	background-color:#F6911E;
	text-align:center;
	padding:20px;
	line-height:20px;
}
#footer, #footer a{
		color:#286953;
		text-decoration:none;
		text-transform:uppercase;
}
#footer a img{
	margin-left:10px;
}
#slogan{
	background-color:#286953;
	height:30px;
	text-align:center;
	padding:10px;
	color:#70C6AE;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
}
#headerimg{
    width:100%;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center; 
	height:350px;
}

#headerimg.csoportos_trening {
	background-image:url(img/bg_csoportos_trening.jpg);
    background-position: center top;
    background-size: 100% auto;
}

#headerimg.egyeni_vezetoi_trening {
	background-image:url(img/bg_egyeni_vezetoi_trening.jpg);
    background-position: center top;
    background-size: 100% auto;
}

#headerimg.enter_program {
	background-image:url(img/bg_enter_program.jpg);
    background-position: center top;
    background-size: 100% auto;
}
#headerimg.tao_program {
	background-image:url(img/bg_tao_program.jpg);
    background-position: center top;
    background-size: 100% auto;
}
#headerimg.kor_szinhazi_muhely {
	background-image:url(img/bg_tao_program.jpg);
    background-position: center top;
    background-size: 100% auto;
}

#headerimg.instant_program {
	background-image:url(img/bg_instant_program.jpg);
    background-position: center top;
    background-size: 100% auto;
}
video {
    position: relative;
    z-index: -10;
}
#logocontainer{
	width:100%;
	text-align:center;
	margin-top:-100px;
}
.content{
	width:100%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
.imageleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#sz_row2{
	padding-top:50px;
	max-width:540px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
.sz_col{
	width:240px;
	text-align:center;
	float:left;
	padding:10px;
}
.sz_col:hover{
	background-color:#286953;
	color:#FFF;
}
.sz_col:hover h4{
		color:#FFF;
}
#t_aktualis th{
	font-weight:normal;
}
#t_aktualis td{
	width:110px;
	height:100px;
	color:#FFF;
}
#t_aktualis td p{
	text-align:center;
}
.headlinecontainer{
	height:400px;
	background-repeat: no-repeat;
    background-size: 100%; 
	background-position: center center;
}
#hl_szolgaltatasaink{
	background-image:url(img/bg_szolgaltatasaink.png);
}
#hl_aktualis{
	background-image:url(img/bg_aktualis.png);
}
#hl_kiadvanyok{
	background-image:url(img/bg_kiadvanyok.png);
}
#hl_referenciak{
	background-image:url(img/bg_referenciak.png);
}
.hl_line{
	margin-top:100px;
	clear:both;
}
#popup{
	padding:10px;
	top:-400px;
	left:400px;
	position:relative;
	z-index:200;
	background-color:#FFFFFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width:300px;
	min-height:200px;
	height:auto;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(125,121,125,0.31);
	-moz-box-shadow: 10px 10px 5px 0px rgba(125,121,125,0.31);
	box-shadow: 10px 10px 5px 0px rgba(125,121,125,0.31);
	
	display:none;
}
#popup h2{
	color:#F6911E;
	font-weight:normal;
}
.programs{
	cursor:pointer;
}
#date_title{
	color:#71C7AF;
	font-size:37px;
	text-transform:uppercase;
}
#btn_prev_month, #btn_next_month{
	cursor:pointer;
}
#naptar{
	height:600px;
}
form, input, textarea{
	font-size:20px;
}


.greenbg{
	color:#FFFFFF;
	background-color:#286953;
	min-height:100px;
	padding:20px;
}

.lgreenbg{
	color:#FFFFFF;
	background-color:#71C7AF;
	min-height:100px;
	padding:20px;
}
.bigger, .bigger a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;

}
#t_aktualis td p {
	font-size:10px;
	line-height:10px;
}
@media screen and (max-width: 900px) {
    #headerimg {
       height:200px !important;
    }
}
@media screen and (max-width: 500px) {
    #headerimg {
       height:100px !important;
    }
}
