body {
	color: #666666;
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana;
	background: #ffffff;
	font-family: 'Ubuntu', sans-serif;
}

.cb {
	clear: both;
}

a {
	color: inherit;
	outline: 0;
	text-decoration: none;
}

#hhh {
	display: none;
}

#c_menu {
	top: 0;
	width: 100%;
	background: rgba(38, 60, 85, 0.9);
	position: fixed;
	z-index: 1000;
}

#menu {
	color: #ffffff;
	margin: 0 auto;
	position: relative;
	font-family: 'Oswald', sans-serif;
	text-align: right;
}

#menu span, #menu a {
	cursor: pointer;
}

#i_menu, #m_menu {
	display: none;
}

#logo {
	position: absolute;
	font-style: italic;
	font-family: 'Oswald', sans-serif;
}

#c_header {
	width: 100%;
	position: relative;
	background: url('/img/header.jpg') center center no-repeat;
}

#header {
	position: relative;
}

#header .video {
	border: 2px solid #ffffff;
	position: absolute;
}

.hir h1, #galeria h1 {
	color: #263c55;
	font-weight: 500;
}

.hir .szoveg {
	color: #363232;
	position: relative;
	text-align: left;
	font-weight: 400;
}

.hir .szoveg .bovebben {
	color: #ffffff;
	position: absolute;
	background: #263c55;
	text-transform: uppercase;
}

.hir .szoveg .share {
	position: absolute;
}

.hir1 {
	border-bottom: 1px solid #f3f3f3;
}

.hir2 {
	border-top: 1px solid #eeeeee;
}

#tovabbi {
	color: #ffffff;
	cursor: pointer;
	background: #263c55;
	text-transform: uppercase;
}

.videok .video {
	float: left;
}

#c_motivacios_trening {
	background: url('/img/motivacios_trening.jpg') center top no-repeat;
	text-align: left;
}

#motivacios_trening {
	position: relative;
}

#motivacios_trening .btn {
	position: absolute;
}

#content {
	text-align: left;
}

#content h1 {
	color: #263c55;
	font-weight: 500;
}

#c_footer {
	background: #3a4046;
}

#galeria h1 {
	font-family: 'Oswald', sans-serif;
}

#galeria .fotok img {
	float: left;
	margin: 0;
	padding: 0;
}

#galeria a {
	color: #263c55;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}

#footer .logo {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#footer h1 {
	color: #ffffff;
	text-align: left;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

#footer .partners {
	float: left;
}

#footer .contact {
	float: right;
}

#footer input, #footer textarea {
	float: left;
	color: #8a9198;
	border: 0;
	background: #ffffff;
	font-family: 'Oswald', sans-serif;
}

#footer button {
	float: left;
	color: #ffffff;
	border: 0;
	background: #4c5259;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

#footer input {
	font-weight: 400;
}

#footer textarea {
	font-weight: 300;
}

#footer .copy {
	color: #ffffff;
}

#msgPanel {
	display: none;
	padding: 15px 25px;
	position: fixed;
	max-width: 680px;
	border: 4px solid #52a8ec;
	background: #ffffff;
	z-index: 19001;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#msgPanel .st {
	margin: 10px 0 0 0;
	font-size: 12px;
	text-align: left !important;
}

#msgPanel.ok {
	border: 4px solid #008800;
}

#msgPanel.hiba {
	border: 4px solid #ff0000;
}

#msgPanel ul {
	text-align: left;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 0 15px;
}

#msgPanel button {
	color: #666666;
	border: 1px solid #888888;
	margin: 10px 0 0 0;
	padding: 2px 7px;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#msgPanel button:hover {
	color: #333333;
	border: 1px solid #444444;
}

#transBG {
	background-color: #000000;
	opacity:0.75;
	filter:alpha(opacity=75);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}

#slider {
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	z-index: 99999;
	background: url('/img/facebook_slider.png') left top no-repeat;
}

#slider .cntr {
	background: #FFF;
}

@media all and (min-width: 980px) {

	.ifl {
		margin: 0 15px 0 0;
	}

	.ifr {
		margin: 0 0 0 15px;
	}

	#c_menu {
		height: 80px;
	}

	#menu {
		width: 980px;
		font-size: 16px;
	}

	#menu span, #menu a {
		margin: 0 0 0 20px;
		line-height: 80px;
	}

	#logo {
		top: 15px;
		left: 0;
	}

	#logo .t1 {
		font-size: 33px;
		font-weight: 700;
		line-height: 31px;
	}

	#logo .t2 {
		font-size: 13px;
		font-weight: 300;
		line-height: 21px;
	}

	#c_header {
		margin-top: 80px;
	}

	#header {
		width: 980px;
		height: 500px;
		margin: 0 auto;
	}

	#header .video {
		left: 0;
		width: 320px;
		height: 180px;
		bottom: 25px;
	}

	#header .video object {
		width: 320px;
		height: 180px;
	}

	.hirek {
		width: 880px;
		margin: 0 auto;
	}

	.hir h1, #content h1, #galeria h1 {
		font-size: 20px;
		margin-top: 0;
	}

	#galeria h1 {
		text-transform: uppercase;
	}

	#galeria .fotok {
		padding: 18px 0 0 0;
	}

	.hir .szoveg {
		width: 400px;
		height: 225px;
		font-size: 16px;
	}

	.hir .foto, .hir .foto img {
		width: 400px;
		height: 225px;
	}

	.hir1 .foto {
		float: left;
		padding: 40px 40px 40px 0;
	}

	.hir2 .foto {
		float: right;
		padding: 40px 0 40px 40px;
	}

	.hir1 .szoveg {
		float: right;
		padding: 40px 0 40px 40px;
	}

	.hir2 .szoveg {
		float: left;
		padding: 40px 40px 40px 0;
	}

	.hir .szoveg .bovebben {
		left: 40px;
		bottom: 40px;
		height: 50px;
		padding: 0 40px;
		line-height: 50px;
	}

	.hir2 .szoveg .bovebben {
		left: 0;
	}

	.hir .szoveg .share {
		right: 0;
		bottom: 40px;
		height: 50px;
	}

	.hir2 .szoveg .share {
		right: 40px;
	}

	#tovabbi {
		left: 40px;
		bottom: 40px;
		height: 50px;
		margin: 0 0 40px 0;
		padding: 0 40px;
		font-size: 16px;
		line-height: 50px;
	}

	.videok .video {
		margin: 10px 10px 0 0;
	}

	.videok .video object {
		width: 480px;
		height: 270px;
	}

	#c_motivacios_trening {
		height: 570px;
	}

	#motivacios_trening {
		width: 980px;
		margin: 0 auto;
	}

	#motivacios_trening .btn {
		top: 310px;
		right: 40px;
	}

	#galeria {
		width: 980px;
		margin: 0 auto;
		padding: 40px 0;
	}

	#galeria a {
		font-size: 18px;
		line-height: 45px;
	}

	#videok {
		float: right;
		width: 340px;
		margin: 0 15px 0 0;
		text-align: left;
	}

	#videok .video {
		margin: 31px 0 0 0;
	}

	#fotok {
		float: left;
		width: 552px;
		margin: 0;
		text-align: left;
	}

	#content {
		width: 980px;
		margin: 100px auto 20px auto;
		font-size: 16px;
	}

	#content.fotok {
		width: 940px;
	}

	#footer {
		width: 980px;
		margin: 0 auto;
		padding: 40px 0 20px 0;
	}

	#footer h1 {
		font-size: 20px;
	}

	#footer .logo {
		width: 150px;
		height: 150px;
		padding: 10px 30px 10px 0;
	}

	#footer .logo img {
		width: 150px;
	}

	#footer .contact {
		width: 515px;
	}

	#footer input, #footer textarea {
		padding: 10px 25px;
		font-size: 16px;
	}

	#footer button {
		margin: 15px 0 0 0;
		padding: 10px 25px;
		font-size: 16px;
	}

	#footer input {
		margin: 10px 15px 15px 0;
	}

	#footer .copy {
		margin: 20px 0 0 0;
		font-size: 16px;
	}

	#c_nev {
		width: 195px;
	}

	#c_email {
		width: 190px;
	}

	#footer textarea {
		width: 450px;
		height: 160px;
		margin: 0 15px 0 0;
	}

	#slider {
		width: 353px;
		height: 320px;
		right: -320px;
		top: 125px;
	}

	#slider .cntr {
		width: 300px;
		margin: 15px 0 0 45px;
	}

}

@media all and (max-width: 980px) {

	.ifl {
		margin: 0 2.2vw 0 0;
	}

	.ifr {
		margin: 0 0 0 2.2vw;
	}


	#c_menu {
		height: 9.0vw;
	}

	#menu {
		width: 100%;
		font-size: 1.75vw;
	}

	#menu span, #menu a {
		margin: 0 1.75vw 0 0;
		line-height: 9.0vw;
	}

	#logo {
		top: 1.5vw;
		left: 2.2vw;
	}

	#logo .t1 {
		font-size: 3.6vw;
		font-weight: 700;
		line-height: 3.2vw;
	}

	#logo .t2 {
		font-size: 1.4vw;
		font-weight: 300;
		line-height: 2.25vw;
	}

	#c_header {
		margin-top: 9.0vw;
		background-size: cover;
	}

	#header {
		width: 100%;
		height: 48vw;
	}

	#header .video {
		left: 3.2vw;
		width: 32vw;
		height: 18vw;
		bottom: 3.2vw;
	}

	#header .video object {
		width: 32vw;
		height: 18vw;
	}

	.hirek {
		padding: 0 2.2vw;
	}

	.hir h1, #content h1, #galeria h1 {
		font-size: 2.5vw;
		margin-top: 0;
	}

	.hir .szoveg {
		width: 47%;
		height: 25vw;
		font-size: 1.9vw;
		line-height: 2.0vw;
	}

	.hir .foto {
		width: 47%;
	}

	.hir .foto img {
		height: 25vw;
	}

	.hir1 .foto {
		float: left;
		padding: 2.2vw 2.2vw 2.2vw 0;
	}

	.hir2 .foto {
		float: right;
		padding: 2.2vw 0 2.2vw 2.2vw;
	}

	.hir1 .szoveg {
		float: right;
		padding: 2.2vw 0 2.2vw 2.2vw;
	}

	.hir2 .szoveg {
		float: left;
		padding: 2.2vw 2.2vw 2.2vw 0;
	}

	.hir .szoveg .bovebben {
		left: 2.2vw;
		bottom: 2.2vw;
		height: 3.75vw;
		padding: 0 2.2vw;
		line-height: 3.75vw;
	}

	.hir2 .szoveg .bovebben {
		left: 0;
	}

	.hir .szoveg .share {
		right: 0;
		bottom: 2.2vw;
		height: 3.75vw;
	}

	.hir2 .szoveg .share {
		right: 2.2vw;
	}

	#tovabbi {
		left: 2.2vw;
		bottom: 2.2vw;
		height: 3.75vw;
		margin: 0 0 3.75vw 0;
		padding: 0 2.2vw;
		font-size: 1.9vw;
		line-height: 3.75vw;
	}

	.videok .video {
		margin: 1vw;
	}

	.videok .video object {
		width: 44vw;
		height: 24.75vw;
	}

	#galeria {
		padding: 2.2vw;
	}

	#c_motivacios_trening {
		height: 60vw;
		background-size: cover;
	}

	#motivacios_trening {
		width: 100%;
	}

	#motivacios_trening .btn {
		top: 33vw;
		right: 1.5vw;
	}

	#motivacios_trening .btn img {
		width: 9.5vw;
	}

	#videok {
		float: right;
		width: 32vw;
		margin: 0 0 0 0;
		text-align: left;
	}

	#videok .video {
		margin: 2.75vw 0 0 0;
	}

	#videok .video object {
		width: 32vw;
		height: 18vw;
	}

	#fotok {
		float: left;
		width: 55vw;
		margin: 0;
		text-align: left;
	}

	#fotok .fotok {
		padding: 0.9vw 0 0 0;
	}

	#fotok img {
		width: 17.3vw;
		height: 13vw;
	}

	#content {
		margin: 12.0vw 2.2vw 4vw 2.2vw;
		font-size: 1.9vw;
		line-height: 2.0vw;
	}

	#footer {
		padding: 0 2.2vw 2.5vw 2.2vw;
	}

	#footer h1 {
		margin: 2.5vw 0 0 0;
		font-size: 3.5vw;
	}

	#footer .logo {
		width: 14vw;
		height: 12vw;
		padding: 2.5vw 1vw 0 2.5vw;
	}

	#footer .logo img {
		max-width: 14vw;
		max-height: 12vw;
	}

	#footer .contact {
		width: 55vw;
	}

	#footer input, #footer textarea {
		padding: 1.25vw 2.75vw;
		font-size: 2.25vw;
	}

	#footer button {
		margin: 2.5vw 0 0 0;
		padding: 1.25vw 2.75vw;
		font-size: 2.25vw;
	}

	#footer input {
		margin: 2.2vw 2.2vw 2.2vw 0;
	}

	#footer .copy {
		margin: 2.5vw 0 0 0;
		font-size: 1.75vw;
	}

	#c_nev {
		width: 22vw;
	}

	#c_email {
		width: 19.5vw;
		margin-right: 0 !important;
	}

	#footer textarea {
		width: 49.25vw;
		height: 17vw;
		margin: 0 2.2vw 0 0;
	}

	#slider {
		display: none;
	}

}

@media all and (max-width: 560px) {

	.ifl {
		margin: 0 2.5vw 0 0;
	}

	.ifr {
		margin: 0 0 0 2.5vw;
	}

	#c_menu {
		height: 14.0vw;
	}

	#menu {
		width: 100%;
		font-size: 1.75vw;
	}

	#menu span, #menu a.m {
		margin: 0 1.75vw 0 0;
		display: none;
		line-height: 9.0vw;
	}

	#i_menu {
		top: 1.0vw;
		right: 1.0vw;
		width: 12.0vw;
		height: 12.0vw;
		display: block;
		position: absolute;
		background: url('/img/menu.png') center center no-repeat;
		background-size: contain;
	}

	#m_menu {
		top: 14.0vw;
		width: 100%;
		background: rgba(26, 97, 158, 0.9);
		position: fixed;
		z-index: 1000;
	}

	#m_menu a, #m_menu span {
		margin: 0;
		height: 8vw;
		display: block;
		font-size: 4vw;
		text-align: center;
		font-weight: 300;
		line-height: 8vw;
		border-top: 1px solid #ffffff;
	}

	#logo {
		top: 2.75vw;
		left: 2.5vw;
	}

	#logo .t1 {
		font-size: 6vw;
		font-weight: 700;
		line-height: 5.4vw;
	}

	#logo .t2 {
		font-size: 2.3vw;
		font-weight: 300;
		line-height: 4.0vw;
	}

	#c_header {
		margin-top: 14.0vw;
		background-size: cover;
	}

	#header {
		width: 100%;
		height: 48vw;
	}

	#header .video {
		display: none;
	}

	.hirek {
		margin: 0 auto;
	}

	.hir {
		padding: 2.75vw 0 0 0;
	}

	.hir h1, #content h1, #galeria h1 {
		font-size: 4.0vw;
		margin-top: 2.5vw;
	}

	.hir .szoveg {
		font-size: 3.0vw;
		line-height: 3.25vw;
	}

	.hir .foto {
		width: 100%;
	}

	.hir .foto img {
		width: 100%;
		height: auto;
	}

	.hirek .foto {
		float: none;
		padding: 0;
	}

	.hirek .szoveg {
		float: none;
		width: 100%;
		height: 28vw;
		padding: 0;
		margin: 0 0 2.5vw 0;
	}

	.hir .szoveg .bovebben {
		left: 0;
		bottom: 0;
		height: 3.75vw;
		padding: 0 2.2vw;
		line-height: 3.75vw;
	}

	.hir .szoveg .share {
		right: 0;
		bottom: 0;
		height: 3.75vw;
	}

	#tovabbi {
		left: 0;
		bottom: 0;
		height: 3.75vw;
		margin: 0 0 3.75vw 0;
		padding: 0 2.2vw;
		font-size: 3.0vw;
		line-height: 3.75vw;
	}

	.videok .video {
		margin: 0 0 2vw 0;
	}

	.videok .video object {
		width: 90vw;
		height: 50.625vw;
	}

	#galeria {
		padding: 2.2vw 0 2.2vw 2.2vw;
	}

	#fotok {
		width: auto;
		float: none;
		margin: 0;
		text-align: left;
	}

	#fotok img {
		width: 30.75vw;
		height: 23.05vw;
	}

	#videok {
		float: none;
		width: auto;
		padding: 2.5vw 0 2.5vw 0;
	}

	#videok .video {
		float: left;
		width: 46vw;
		height: 25.31vw;
	}

	#videok .video object {
		width: 45vw;
		height: 25.85vw;
	}

	#videok .sec {
		width: 45vw;
		padding: 0 0 0 1vw;
	}

	#content {
		margin: 18.0vw 2.5vw 6vw 2.5vw;
		font-size: 3.0vw;
		line-height: 3.25vw;
	}

	#footer {
		margin: 0 2.5vw;
		padding: 2.5vw 0 1.5vw 0;
	}

	#footer h1 {
		
	}

	#footer .partners {
		float: none;
	}

	#footer .logo {
		width: 20vw;
		height: 16vw;
		margin: 0;
		padding: 3vw 1.5vw;
	}

	#footer .logo img {
		max-width: 20vw;
		max-height: 16vw;
	}

	#footer .contact {
		float: none;
		width: auto;
	}

	#footer .brk {
		display: none;
	}

	#footer input, #footer button {
		font-size: 3vw;
	}

	#footer .copy {
		margin: 2.5vw 0 0 0;
		font-size: 2.5vw;
	}

	#c_nev {
		float: left;
		width: 45%;
	}

	#c_email {
		float: right !important;
		width: 40%;
	}

	#footer textarea {
		width: 94%;
		font-size: 3vw;
	}

	#c_motivacios_trening {
		height: 58vw;
		background-size: cover;
	}

	#motivacios_trening .btn {
		top: 32vw;
		right: 2vw;
	}

	#slider {
		display: none;
	}

}