@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700&subset=latin-ext');

*
{
 padding: 0;
 margin: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 font-family: 'Noto Sans', verdana, arial, sans-serif;
}

body
{
 font-size: 12pt;
 line-height: 1.5em;
}

.clr
{
 clear: both;
}

a
{
 color: #00c;
}

p
{
 margin-bottom: 1em;
}

#message
{
 width: 100%;
 padding: 20px;
 background-color: #8cc64d;
 color: #fff;
 font-weight: bold;
 text-align: center;
}

h2
{
 width: 100%;
 text-align: center;
 padding: 20px;
 font-size: 30px;
 line-height: 36px;
 font-weight: bold;
 text-transform: uppercase;
 color: #fff;
 display: block;
 letter-spacing: 3pt;
}

h2#h-koszonto {background-color: #8cc64d;}
h2#h-program {background-color: #f58d2e;}
h2#h-regisztracio, h2#regisztracio {background-color: #136ab1;}
h2#h-helyszin {background-color: #8cc64d;}
h2#h-szervezok {background-color: #f58d2e;}
h2#h-partnerek {background-color: #136ab1;}
h2#h-tortenet {background-color: #8cc64d;}

div#szervezok h3
{
 text-align: center;
 font-size: 24px;
 letter-spacing: 1pt;
 margin: 1em 0 .5em 0;
}

div#partnerek h3
{
 text-align: left;
 font-size: 24px;
 letter-spacing: 3pt;
 margin-top: 1em;
 margin-bottom: 2em;
 padding-bottom: 5px;
 border-bottom: 1px solid #ddd;
}

div#program h3
{
 width: 100%;
 padding: 10px 20px;
 margin-bottom: 1em;
 border: 1px solid #ddd;
 text-transform: uppercase;
 font-size: 18px;
 font-weight: bold;
 letter-spacing: 1pt;
 color: #f58d2e;
}

header
{
 padding: 10px;
 background-color: #000;
 width: 100%;
 height: 70px;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 100;
}

nav#menu
{
 float: right;
 margin-top: 10px;
}

nav#menu > ul
{
 list-style: none;
}

nav#menu > ul > li
{
 display: inline-block;
 margin-right: 20px;
}

nav#menu > ul > li > a
{
 text-decoration: none;
 text-transform: uppercase;
 color: #fff;
 font-size: 14px;
 letter-spacing: 1pt;
 background: url(../img/pont.png) no-repeat 0 1px;
 padding-left: 30px;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

nav#menu > ul > li#menu-regisztracio > a
{
 background: url(../img/pont-narancs.png) no-repeat 0 1px;
}

nav#menu > ul > li > a:hover,
nav#menu > ul > li > a.active
{
 color: #aaa;
}

#menu-h
{
 display: none;
}

#header-place
{
 height: 70px;
}

.container
{
 padding: 20px;
 width: 90%;
 max-width: 1200px;
 margin: 0 auto;
}

.container ul
{
 margin: 0 0 1em 2em;
}

footer
{
 width: 100%;
 padding: 20px;
 background-color: #000;
 text-align: center;
}

footer p
{
 margin-top: 1em;
 color: #fff;
}

footer a
{
 color: #fff;
 text-decoration: none;
}

.dmtop
{
 background-color:#0b0b0b;
 background-image: url(../img/arrow.png);
 background-position: 50% 50%;
 background-repeat: no-repeat;
 z-index: 9999;
 width: 40px;
 height: 40px;
 text-indent: -99999px;
 position: fixed;
 bottom: -100px;
 right: 25px;
 cursor: pointer;
 -webkit-transition: all .7s ease-in-out;
 -moz-transition: all .7s ease-in-out;
 -o-transition: all .7s ease-in-out;
 -ms-transition: all .7s ease-in-out;
 transition: all .7s ease-in-out;
 overflow: auto;
}

.twocol
{
 display: inline-block;
 vertical-align: top;
 width: 48%;
 margin-left: 3%;
 margin-bottom: 2em;
}

.twocol:nth-child(2n+1)
{
 margin-left: 0;
}

.threecol
{
 display: inline-block;
 vertical-align: top;
 width: 31%;
 margin-left: 3%;
 margin-bottom: 1em;
}

.threecol:nth-child(3n+2)
{
 margin-left: 0;
}

.fourcol
{
 display: inline-block;
 vertical-align: top;
 width: 23%;
 margin-left: 2%;
 margin-bottom: 1em;
}

.fourcol:nth-child(4n+2)
{
 margin-left: 0;
}

div#partnerek
{
 text-align: center;
}

div#szervezok a
{
 text-decoration: none;
 color: #000;
}

div#partnerek a
{
 display: inline-block;
 width: 180px;
 height: 150px;
 margin: 10px 20px;
}

div#partnerek a > img
{
 max-width: 100% !important;
 max-height: 100% !important;
 vertical-align: middle;
}

div#szervezok div
{
 text-align: center;
}

div#szervezok div:last-child
{
 text-align: left;
}

div#szervezok img
{
 max-width: 200px;
}

div#tortenet img
{
 max-width: 100% !important;
}

form label
{
 display: inline-block;
 vertical-align: bottom;
 width: 20em;
 text-align: right;
}

form p
{
 margin-bottom: .5em;
}

form input
{
 max-width: 100%;
}

form input.button
{
 cursor: pointer;
 box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
 transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
 -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
 font-size: 0.875rem;
 line-height: 2.25rem;
 font-weight: bold;
 letter-spacing: 0.04em;
 text-decoration: none;
 text-transform: uppercase;
 -webkit-tap-highlight-color: transparent;
 will-change: transform, opacity;
 display: inline-block;
 position: relative;
 box-sizing: border-box;
 min-width: 64px;
 height: 36px;
 padding: 0 16px;
 border: none;
 outline: none;
 text-align: center;
 webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-appearance: none;
 overflow: hidden;
 vertical-align: middle;
 border-radius: 2px;
 background-color: #136ab1;
 color: #fff;
 font-weight: bold;
 z-index: 0;
}

#title-logo
{
 width: 320px;
 max-width: 94%;
}

#title-text
{
 margin-top: 20px;
 text-transform: uppercase;
 font-size: 32px;
 line-height: 40px;
 color: #136ab1;
 font-weight: bold;
}

#title-datum
{
 position: absolute;
 width: 220px;
 top: 300px;
 left: 50%;
 margin-left: -400px;
 z-index: -100;
}

#title-teisjossz
{
 position: absolute;
 width: 180px;
 top: 460px;
 left: 50%;
 margin-left: -500px;
 z-index: -100;
}

#parallax4 p,
#parallax15 p
{
 font-weight: bold;
 font-size: 20px;
 line-height: 35px;
 text-transform: uppercase;
 color: #fff;
 padding-top: 50px;
}

/* */

@media all and (max-width: 1280px)
{
 nav#menu > ul > li {margin-right: 10px;}
 nav#menu > ul > li > a {letter-spacing: 0; padding-left: 25px;}
}

@media all and (max-width: 1023px)
{
 nav#menu > ul {display: none;}
 #menu-h {display: block; width: 35px; height: 35px; position: absolute; top: 15px; right: 15px;}
 #menu-h > img {width: 100%; height: auto; cursor: pointer;}
 nav#menu > ul {background-color: rgba(0,0,0,.95); position: absolute; top: 70px; right: 0; height: auto; z-index: 9999; padding: 0;}
 nav#menu > ul > li {display: block; padding: .5em 1em;}
 nav#menu > ul > li:hover{}
 nav#menu > ul > li > a {display: block; text-decoration: none; text-transform: uppercase; color: #fff; font-size: 20px;}
 nav#menu > ul > li > a:hover {color: #ccc;}
 div#szervezok img {max-width: 150px;}
}

@media all and (max-width: 900px)
{
 .threecol {display: block; width: 100%; margin-left: 0;}
 form label {display: block; text-align: left; width: auto;}
 #title-datum, #title-teisjossz {width: 200px;}
}

@media all and (max-width: 767px)
{
 #title-datum, #title-teisjossz {display: block: clear: both; position: static; margin: .5em auto;}
 .container {width: 96%;}
 .twocol {display: block; width: 100%; margin-left: 0;}
 .fourcol {display: block; width: 100%; margin-left: 0;}
 div#partnerek a {width: 120px; height: 100px; margin: 5px 10px;}
}

@media all and (max-width: 480px)
{
 #title-logo {width: 70%;}
 #title-datum, #title-teisjossz {width: 175px;}
 #title-text {font-size: 24px; line-height: 28px;}
 div#partnerek h3 {font-size: 18px; letter-spacing: 0;}
 #parallax4 p, #parallax15 p {padding-top: 30px; font-size: 16px; line-height: 22px;}
}