/* Webfont: LatoLatin-Regular */@font-face {
    font-family: 'LatoLatinWeb';
    src: url('font/LatoLatin/fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('font/LatoLatin/fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/LatoLatin/fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('font/LatoLatin/fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('font/LatoLatin/fonts/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Bold */@font-face {
    font-family: 'LatoLatinWeb';
    src: url('font/LatoLatin/fonts/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: url('font/LatoLatin/fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/LatoLatin/fonts/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('font/LatoLatin/fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
         url('font/LatoLatin/fonts/LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

a {
  outline: 0;  
}

* {
  color: #000000;
}

header {
  position: fixed;
  width: 100%;
  height: 175px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.9);
  box-sizing: border-box;
  z-index: 1000;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  left: 0;
  top: 0;
}

#logo {
  width: 309px;
  height: 100px;
  margin: 10px auto 0 auto;
  display: block;
}

a.facebook {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 12px;
  right: 20px;
  background: url(../images/facebook.png) center center no-repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
  z-index: 1000;
}

a.youtube{
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 12px;
  right: 50px;
  background: url(../images/youtube.png) center center no-repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
  z-index: 1000;
}

a.email {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 12px;
  right: 80px;
  background: url(../images/email.png) center center no-repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
  z-index: 1000;
}

a.english-button {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;  
  position: absolute;
  top: 35px;
  right: 20px;
  background: #000000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
  z-index: 1000;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;  
}

a.facebook:hover,
a.youtube:hover,
a.email:hover,
a.english-button:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;  
}

#menu {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#menu li {
  display: inline-block;
  padding: 0;
  margin: 0 10px;
}

#menu li a {
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  text-decoration: none;
  line-height: 50px;  
  padding: 10px 20px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#menu li.active a {
  background: #ffe900;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #000000;
}

#menu li:not(.active) a:hover {
  color: #ffe900;
} 

#menu li.bull {
  color: #ffe900;
  font-size: 20px;
}

#fullpage {
  z-index: 10;
}

/* sections */
.section {
  padding-top: 175px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}

.inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.section h1 {
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f26f21;
  font-weight: bold;
  margin-top: 0;
}

.section h1 span {
  color: #f26f21;
}

.section p {
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 19px;
  color: #000000;
  line-height: 26px;
}

.section a {
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}

.section a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}

.udvozlunk,
.english {
  background: url(../images/background_2019.jpg) center center no-repeat;
  background-size: cover;
}

.eloadasok {
  background: url(../images/background2.jpg) center center no-repeat;
  background-size: cover;
}

.eloadas, .webinar {
  width: 800px;
  height: 50px;
  margin: 0 auto 5px auto;
  display: block;
  position: relative;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;  
}

.eloadas .webinar, .content {
  width: 690px;
  height: 50px;
  display: block;
  background: rgba(255,233,0,0.9);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 50px; 
  position: absolute;
  top: 0;
  left: 0; 
}

.webinar:after,
.eloadas:after {
  content: '';
  display: block;
  clear: both;
}

.webinar:last-child,
.eloadas:last-child {
  margin-bottom: 0;
}

.eloadas .webinar, .content h2 {
  position: absolute;
  left: 15px;
  top: 0;
  margin: 0;
  line-height: 50px;
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  font-weight: normal;
}

.eloadas .webinar, .content p {
  position: absolute;
  right: 15px;
  top: 0;
  margin: 0;
  line-height: 50px;
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 14px;
  color: #000000;
  text-align: right;  
}

.eloadas a, .webinar a {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(255,233,0,0.9);
  top: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
}

.eloadas a.gotopdf,
.webinar a.gotopdf {
  right: 55px;
  background-image: url(../images/pdf.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;  
}

.eloadas a.gotovideo,
.webinar a.gotovideo {
  right: 0;
  background-image: url(../images/video.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23px auto;   
}

.eloadas a:hover,
.webinar a:hover {
  background-color: rgba(255,255,255,1);  
}

.kiallitas {
  background: url(../images/background3.jpg) center center no-repeat;
  background-size: cover;
}

.stand {
  width: 800px;
  height: 50px;
  margin: 0 auto 5px auto;
  display: block;
  background: rgba(255,233,0,0.9);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 50px;
  position: relative;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.stand div {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  height: 30px;
}

.stand:hover {
  background-color: rgba(255,255,255,1);  
}

.stand:hover div {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}

.stand:after {
  content: '';
  display: block;
  clear: both;
}

.stand:last-child {
  margin-bottom: 0;
}

.stand h2 {
  position: absolute;
  left: 50px;
  top: 0;
  margin: 0;
  line-height: 50px;
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 15px;
  color: #000000;
  font-weight: normal;
}

.stand span {
  position: absolute;
  left: 15px;
  top: 0;
  margin: 0;
  line-height: 50px;
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 40px;
  color: rgba(0,0,0,0.5);
  font-weight: bold;
}

.fenykepek {
  background: url(../images/background4.jpg) center center no-repeat;
  background-size: cover;
}

.fenykepek .inner {
  height: 80%;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;  
}

.fenykepek .slide img {
  max-width: 100%;
  max-height: 100%;  
}

.onlinex {
  background: url(../images/background6.jpg) center center no-repeat;
  background-size: cover;
}

.videok {
  background: url(../images/background5.jpg) center center no-repeat;
  background-size: cover;
}

.videok .inner {
  height: 80%;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;  
}

.videok .slide {
  position: relative;
}

.videok .slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nyeremenyjatek {
  background: url(../images/background6.jpg) center center no-repeat;
  background-size: cover;
}

.yframe {
  border: 10px solid rgba(255,233,0,0.9); 
}

/* layer */
.layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,233,0,0.8);
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  z-index: 0;
}

.layer .content {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
  display: block;
  width: 800px;
  height: 80%;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  overflow-y: scroll;
}

.layer .content .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  line-height: 30px;
  text-align: center;
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  background: rgba(0,0,0,0.8);
  color: #ffffff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.l1 .content .logo {
  max-height: 60px;
}

.l2 .content .logo {
  max-height: 40px;
}

.l3 .content .logo {
  max-height: 120px;
}

.l4 .content .logo {
  max-height: 60px;
}

.l5 .content .logo {
  max-height: 40px;
}

.l6 .content .logo {
  max-height: 80px;
}

.layer .content h3 {
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.layer .content h4 {
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: rgba(0,0,0,0.5) 1px dotted;
  display: block;
  padding-bottom: 5px;
}

.layer .content p {
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 20px; 
}

.layer .content li {
  font-family: 'LatoLatinWeb', sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 20px; 
}

.layer .content p a {
  color: #000000;
  text-decoration: none;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;   
}

.layer .content p a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;  
}

.downloads {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.downloads li {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.downloads li a {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  height: 140px;
}

.downloads li a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;  
}

.downloads li a img {
  max-height: 100%;
  box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}

.fp-controlArrow {
  margin-top: 50px;
}

.fp-controlArrow.fp-next {
  border-color: transparent transparent transparent rgba(0,0,0,0.9);
} 

.fp-controlArrow.fp-prev {
  border-color: transparent rgba(0,0,0,0.9) transparent transparent;
}

.responsive {
  display: none;
}
