@font-face {
    font-family: WeblySleek;
	font-style: normal;
	font-weight: 400;
    src: url(font/weblysleek/weblysleekuil.ttf),
		 url(font/weblysleek/weblysleekuil.eot);
}
@font-face {
    font-family: WeblySleek;
	font-style: normal;
	font-weight: 700;
    src: url(font/weblysleek/weblysleekuisb.ttf),
		 url(font/weblysleek/weblysleekuisb.eot);
}

@font-face {
    font-family: Impact;
	font-style: normal;
	font-weight: 400;
    src: url(font/impact/impact.ttf),
		 url(font/impact/impact.eot);
}

body {
	font-family: WeblySleek;
	font-size: 16px;
}

h1 {margin-bottom: 10px;}
h2 {font-size: 18px;}
h3 {font-size: 18px;}
h3.blue {color: #008ed3;}
h4 {font-size: 18px;}
h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child) {margin-bottom: 10px;}
h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child) {margin-top: 30px;}

body {counter-reset: item;}
div.text {margin-left: 30px;}
div.title {
	margin: 30px 0 10px;
	font-weight: bold;
}
div.title > ol {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: underline;
}
div.title > ol > li:before {
	counter-increment: item;
	content: counter(item) ". ";
}

blockquote {
	/*color: #008ed3;*/
	margin: 10px 0;
	border: 1px solid #008ed3;
	padding: 10px;
	font-style: italic;
	background: #fff;
}

p {margin: 10px 0;}

input[type=submit], input[type=button], button, a.button {
	background: #005782;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;
	text-align: center;
}
input[type=text], input[type=password], textarea, select {
	background: #ebecec;
	border: 1px solid #000;
	color: #000;
}

.margin {margin: 10px;}
.hmargin {margin-left: 10px;margin-right: 10px;}
.vmargin {margin-top: 10px;margin-bottom: 10px;}
.tmargin {margin-top: 10px;}
.rmargin {margin-right: 10px;}
.lmargin {margin-left: 20px;}
.bmargin {margin-bottom: 10px;}

.padding {padding: 10px;}

.box {
	background: #EDF0F2;
	padding: 10px;
	margin: 10px;
}
/* cookie */
#cookie {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	background: #888;
	color: white;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
#cookie-button {
	margin: 1px 5px;
	padding: 1px 5px;
	display: inline-block;
	background: #666;
	border: 1px solid white;
	vertical-align: middle;
}
#cookie-text {
	vertical-align: middle;
}
#cookie-button:hover {
	text-decoration: none;
}

#header {
	border-top: 10px solid #008ed3;
	background: #000;
}

@media (min-width: 768px) {
	#logo {
		position: absolute;
		left: 0;
		top: 0;
	}
}
@media (max-width: 991px) {
	#logo img {
		max-width: 200px;
	}
}

/* menutop */
#menutop {
	padding: 5px 30px;
	text-align: center;
}
#menutop a {
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	margin: 0 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
}
#menutop a:hover, #menutop a.active, #jelentkezz:hover, #sitemap a:hover {
	color: #008ed3;
	text-decoration: none;
}

/* menu */
#menu {padding: 10px 20px;}
#menu a {
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	margin: 0 10px;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a h1 {
	font-size: 18px;
	display: inline-block;
	margin: 0;
}
#menu a:hover, #menu a.active {
	color: #008ed3;
	text-decoration: none;
}
#menu .submenu a {
	background: #000;
	white-space: nowrap;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}
#menu .submenu a:hover {color: #008ed3;}
#menutop .submenu a {
	background: #fff;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#menutop .submenu a:hover {color: #008ed3;}
/* menucontent */
#menucontent {
	padding: 0 20px;
	background: #008ed3;
	text-align: center;
}
#menucontent .mainmenu:hover {
	background: #005782;
}
#menucontent a {
	font-family: Impact;
	color: #fff;
	font-size: 24px;
	padding: 10px 30px;
}
#menucontent a h2 {
	font-family: Impact;
	font-size: 24px;
	font-weight: normal;
}
#menucontent a:hover, #menucontent a.active {
	text-decoration: none;
	background: #005782;
}
#menucontent .submenu a {
	background: #005782;
	white-space: nowrap;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}
#menucontent .submenu a:hover {color: #008ed3;}
/* menubottom */
#menubottom a:hover {
	color: #fff;
}
.notlast:last-child {
	display: none;
}
/* dropdown menu */
.mainmenu {
	display: inline-block;
	position: relative;
}
.mainmenu > a {
	display: inline-block;
	text-transform: uppercase;
}
.submenu {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	display: none;
}
.submenu a {
	white-space: nowrap;
	display: block !important;
}

#main {padding: 10px;}
#szlogen {
	margin: 0 50px;
	display: inline-block;
	text-align: center;
}
#picture {
    background-image: url(images/zoomjogsi.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-top: 4%;
    padding-bottom: 16%;
    height: 0;
    text-transform: uppercase;
    font-size: 45px;
	color: #fff;
}
#picture .shadow {text-shadow: 2px 2px #888;}
#picture #jelentkezz {
	display: inline-block;
	color: #008ed3;
	background: #fff;
	padding: 0 10px 3px;
	font-weight: bold;
	vertical-align: middle;
}
@media (max-width: 500px) {
	#picture {font-size: 12px;}
}
@media (min-width: 501px) and (max-width: 767px) {
	#picture {font-size: 18px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	#picture {font-size: 25px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#picture {font-size: 30px;}
}
@media (min-width: 1200px) and (max-width: 1599px) {
	#picture {font-size: 35px;}
}
@media (min-width: 1600px) {
	#picture {font-size: 45px;}
}

.messagebox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 10px;
	padding: 10px;
}
.messagebox-error {
	background: #f6d2d2;
	border: 1px solid #f00;
}
.messagebox-success {
	background: #d2f6d2;
	border: 1px solid #0f0;
}

#jelentkezz-ful {
	position: absolute;
    background-image: url(images/jelentkezz.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 170px;
    height: 60px;
    padding: 15px 0 0 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
	right: 0;
	top: 250px;
}
#jelentkezz-ful a:hover {
	color: #000;
}

#footer {
	padding: 30px 20px;
	background: #000;
	color: #008ed3;
	text-align: center;
}

#contact {
	background: #008ed3;
	padding: 30px;
	color: #fff;
}
#contact2 > div {margin: 30px 0;}
#contact img {margin: 0 30px 0 0;}

.rpadding-10 {padding-right: 10px;}


#google-map {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
#google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#contact-form {
	padding: 0 30px;
}

#sitemap {
	background-color: #005782;
	color: #fff;
	padding: 30px;
}

table.formatted {
	background: #fff;
	border: 1px solid #008ed3;
}
table.formatted th, table.formatted td {
	padding: 3px 5px;
}
table.formatted th {
	text-align: center;
	font-weight: bold;
	background: #008ed3;
	color: #fff;
}
table.formatted td {
	border-bottom: 1px solid #008ed3;
}
table.formatted.cols td {
	border: 1px solid #008ed3;
}
/*table.formatted tr:not(:first-child) th {
	border-top: 2px solid #008ed3;
}
table.formatted tr:not(:last-child) th {
	border-bottom: 2px solid #008ed3;
}
/*table.formatted tr:nth-child(even) td {
	background: #eee;
}
table.formatted tr:nth-child(odd) td {
	background: #d9f3ff;
}*/

a:hover {color: #005782;}

a.link {color: #005782;}
a.link:hover {text-decoration: underline;}

h1.highlighted {
	font-size: 18px;
	text-transform: uppercase;
}
#tanfolyamok h2, h1.highlighted, h2.highlighted, h3.highlighted {
	background: #008ed3;
	color: #fff;
	padding: 3px 5px;
	margin-bottom: 10px;
}
h2.home {color: #008ed3;}
h3.home {color: #000;}
h4.home {
	font-size: 16px;
	font-weight: normal;
}

.videoWrapper {
	position: relative;
	padding-bottom: 62.32%;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}