@font-face {
  font-family: "TradeGothicNext";
  src: url("../fonts/TradeGothicNextLTPro-BdCn.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TradeGothicNext";
  src: url("../fonts/TradeGothicNextLTPro-BdCm.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "BdCm";
  src: url("../fonts/TradeGothicNextLTPro-BdCm.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "BdCn";
  src: url("../fonts/TradeGothicNextLTPro-BdCm.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
    font-family: 'Font Awesome';
    src: url('../fonts/fontawsome/webfonts/fa-regular-400.eot');
    src: url('../fonts/fontawsome/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawsome/webfonts/fa-regular-400.woff2') format('woff2'),
         url('../fonts/fontawsome/webfonts/fa-regular-400.woff') format('woff'),
         url('../fonts/fontawsome/webfonts/fa-regular-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

} 

/*
COLORS
*/
/**
media
*/
html {
  scroll-behavior: smooth;
}

body {
  /*
  //General styles
  */
  font-family: "Open Sans", sans-serif;
  /*
  /* Splash screen
  */
  /*
  /* Courses screen
  */
  /*
  /* contact
  */
  /*
  /* alapitvany
  */
  /*
  // dmd
  */
}

canvas {
			position: relative;
			margin: 1px;
			margin-left: 0px;
			border: 1px solid #3a87ad;
		}
		
@media (min-width: 768px) {
  body .border-md-bottom {
    border-bottom: 1px solid #f2f2f2;
  }
}
body .down {
  border: solid #fff21a;
  border-width: 0 3px 3px 0;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 0;
  padding: 6px;
}
@media (min-width: 768px) {
  body .down {
    bottom: 25px;
    right: -9px;
    padding: 4px;
  }
}
body .gray-bg {
  background-color: #f2f2f2;
}
body .black-bg {
  background-color: #000;
  color: #fff !important;
}
body .black-bg p {
  color: #fff !important;
}
body .yellow-bg {
  background-color: #fff21a;
  color: #000 !important;
}
body .yellow-bg p {
  color: #000 !important;
}
body h2, body h1 {
  padding-top: 90px;
  font-size: 55px;
  font-family: "TradeGothicNext", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 50px;
  padding-bottom: 50px;
  color: #000;
  position: relative;
}
body h2.title-after:after, body h1.title-after:after {
  content: "";
  background: #fff21a;
  margin-left: calc(50% - 100px);
  position: absolute;
  bottom: -3px;
  width: 200px;
  height: 5px;
  display: block;
}
body h2.red:after, body h1.red:after,body .box-after.red:after {
  background: #f05260 !important;
}
body h2.blue:after, body h1.blue:after,body .box-after.blue:after {
  background: #277bbb !important;
}
@media (min-width: 768px) {
  body h2, body h1 {
    font-size: 72px;
  }
}
body header .navbar-toggler-holder {
  position: absolute;
  right: 20px;
  top: 25px;
}
body header .navbar-toggler-holder .navbar-toggler {
  outline: none;
}
body header .navbar-toggler-holder .navbar-toggler-icon .bar-icon {
  background: #fff21a;
  width: 35px;
  height: 8px;
  display: block;
  margin-top: 5px;
}
body header .navbar-toggler-holder .navbar-toggler-icon .bar-icon.red {
  background: #f05260;
}
body header .navbar-toggler-holder .navbar-toggler-icon .bar-icon.blue {
  background: #277bbb;
}
body header .top {
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0;
  color: #808080;
  font-size: 12px;
  font-weight: 300;
}
body header .top a, body header .top b, body header .top strong {
  color: #000;
}
body header .top a {
  font-weight: 400;
  text-decoration: underline;
}
@media (min-width: 992px) {
  body header .top {
    padding: 10px 0;
    font-size: 14px;
  }
}
body header .top .search-image {
  display: inline-block;
}
body header .top .search-image input {
  position: relative;
  top: 7px;
}
body header .top .search-field {
  width: calc(100% - 53px);
  border: none;
  font-weight: 300;
  position: relative;
  top: -15px;
  left: 7px;
}
body header .top .search-field:focus {
  outline: none;
}
body header .top .lang-select a {
  text-decoration: none;
  font-weight: 300;
}
body header .top .lang-select a:hover {
  text-decoration: underline;
}
body header .middle {
  padding: 25px 0;
  color: #808080;
  font-size: 14px;
  padding-bottom: 200px;
}
body header .middle a, body header .middle b, body header .middle strong {
  color: #000;
}
body header .bottom {
  font-size: 24px;
  font-family: "TradeGothicNext", sans-serif;
  font-weight: bold;
}
body header .bottom .navbar {
  padding: 0 15px;
  z-index: 30;
  background: white;
  position: absolute;
  width: 100%;
  left: 0;
  top: -261px;
}
body header .bottom .navbar .navbar-nav li {
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body header .bottom .navbar .navbar-nav li .nav-link {
  display: inline-block;
}
body header .bottom .navbar .navbar-nav li .nav-link:not(.nav-link2) {
  color: #000;
}
@media (min-width: 768px) {
  body header .bottom .navbar .navbar-nav li:hover .nav-link:not(.nav-link2) {
    border-bottom: 4px solid #fff21a;
  }
}
body header .bottom .navbar .navbar-nav a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 4px solid transparent;
}
@media (min-width: 768px) {
  body header .bottom .navbar .navbar-nav a.active {
    border-bottom: 4px solid #fff21a;
  }
}
body header .bottom .navbar .navbar-nav .nav-item {
  z-index: 20;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
@media (min-width: 992px) {
  body header .bottom .navbar .navbar-nav .nav-item {
    border-bottom: none;
  }
}
body header .bottom .navbar .navbar-nav .nav-item ul {
  z-index: 10;
  background: #f2f2f2;
  display: none;
  list-style: none;
  top: 55px;
  left: -33px;
  padding: 10px 30px;
  text-align: left;
  font-size: 20px;
}
body header .bottom .navbar .navbar-nav .nav-item ul li a {
  color: #000;
}
body header .bottom .navbar .navbar-nav .nav-item ul li .nav-link2 {
  display: inline-block;
  padding: 0px 4px;
}
body header .bottom .navbar .navbar-nav .nav-item ul li:hover .nav-link2 {
  border-bottom: 4px solid #fff21a;
}
body header .bottom .navbar .navbar-nav .nav-item ul li.active.nav-link2 {
  border-bottom: 4px solid #fff21a;
}
@media (min-width: 992px) {
  body header .bottom .navbar .navbar-nav .nav-item ul {
    border: solid 1px #d9d9d9;
    position: absolute;
    background: #fff;
  }
}
body header .bottom .navbar .navbar-nav .nav-item:hover ul {
  display: block;
}
@media (min-width: 992px) {
  body header .bottom .navbar {
    position: static;
  }
}
@media (min-width: 992px) {
  body header .bottom {
    padding: 20px 0;
  }
}
body header.dmd .navbar-nav li:hover .nav-link:not(.nav-link2) {
  border-color: #f05260 !important;
}
body header.dmd .navbar-nav a {
  border-color: #f05260;
}
body header.dmd .navbar-nav a.active {
  border-color: #f05260 !important;
}
body header.dmd .navbar-nav .nav-item ul li:hover .nav-link2 {
  border-bottom: 4px solid #f05260 !important;
}
body header.dmd .down {
  border-color: #f05260;
}
body header.alapitvany .navbar-nav li:hover .nav-link:not(.nav-link2) {
  border-color: #277bbb !important;
}
body header.alapitvany .navbar-nav a {
  border-color: #277bbb;
}
body header.alapitvany .navbar-nav a.active {
  border-color: #277bbb !important;
}
body header.alapitvany .navbar-nav .nav-item ul li:hover .nav-link2 {
  border-bottom: 4px solid #277bbb !important;
}
body header.alapitvany .down {
  border-color: #277bbb;
}
body footer {
  background: #fff21a;
  color: #000;
  padding-top: 50px;
  font-weight: 300;
}
body footer form {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  body footer form {
    padding-bottom: 0;
  }
}
body footer .top {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  body footer .top {
    padding-bottom: 60px;
  }
}
body footer .newsletter-block label {
  margin-bottom: 17px;
}
body footer .facebook-big {
  font-family: "TradeGothicNext", sans-serif;
  font-weight: bold;
  font-size: 42px;
}
body footer .facebook-small {
  line-height: 1.1;
}
body footer .border-bottom-mobile {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  body footer .border-bottom-mobile {
    border: none;
  }
}
body footer .top-arrow {
  position: relative;
  top: -93px;
}
@media (min-width: 992px) {
  body footer .top-arrow {
    top: -42px;
  }
}
body footer label {
  font-family: "TradeGothicNext", sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  body footer label {
    font-size: 24px;
  }
}
body footer .email-field {
  width: calc(100% - 110px);
}
body footer input {
  display: inline-block;
  border: none;
  height: 55px;
  padding-left: 10px;
  box-shadow: none !important;
}
body footer input:focus {
  outline: none;
  box-shadow: none;
}
body footer input:hover {
  outline: none;
  box-shadow: none;
}
body footer .btn {
  background: black;
  color: white;
  border-radius: 0;
  font-weight: bold;
  box-shadow: none !important;
  position: relative;
  top: -2px;
  font-size: 14px;
  left: -3px;
  padding: 0.375rem 24px !important;
}
body footer .btn:hover {
  color: #fff21a;
  outline: none;
}
body footer .bottom {
  padding-bottom: 21px;
  font-size: 14px;
}
body footer .bottom a {
  color: #000;
}
body footer .bottom strong {
  font-weight: 400;
}
body footer .bottom .img-holder {
  height: 40px;
  padding-bottom: 2px;
}
body footer .footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
  padding: 0 15px;
}
body footer .footer-menu .nav-item {
  position: relative;
  padding: 7px 0;
}
body footer .footer-menu .nav-item:not(:last-of-type) {
  border-bottom: 1px solid #fffaaf;
}
@media (min-width: 768px) {
  body footer .footer-menu .nav-item {
    border-bottom: none !important;
  }
}
body footer .footer-menu .nav-item:after {
  content: url("../images/site/footer_down.png");
  position: absolute;
  right: 0;
  top: 19px;
}
body footer .footer-menu .nav-item:hover ul {
  background: #f2f2f2;
  padding: 12px;
  padding-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  body footer .footer-menu .nav-item {
    border: none;
    padding: 0;
  }
  body footer .footer-menu .nav-item:after {
    display: none;
  }
  body footer .footer-menu .nav-item:hover ul {
    background: transparent;
    padding: 0;
  }
}
body footer .footer-menu .nav-link {
  text-align: left;
  display: inline-block;
}
body footer .footer-menu .nav-link:not(.nav-link2) {
  padding-bottom: 0;
  left: -5px;
  font-family: "TradeGothicNext", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: black;
  padding-left: 0;
  padding-top: 0;
}
body footer .footer-menu .nav-link:not(.nav-link2):hover {
  color: #000;
}
@media (min-width: 768px) {
  body footer .footer-menu .nav-link:not(.nav-link2) {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  body footer .footer-menu .nav-link {
    display: block;
  }
}
body footer .footer-menu .nav-item #arrow {
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  margin-top: 40px;
}
body footer .footer-menu .nav-item ul {
  padding-left: 0;
  display: none;
  list-style: none;
}
body footer .footer-menu .nav-item ul li {
  position: relative;
}
@media (min-width: 768px) {
  body footer .footer-menu .nav-item ul {
    display: block;
  }
}
body footer .footer-menu .nav-item ul li:before {
  content: none;
}

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

@media (min-width: 768px) {
  body footer .footer-menu .nav-item ul li:before {
    content: url("../images/site/footer_menu_before.png");
    position: absolute;
    top: 2px;
    left: 0;
  }
}
body footer .footer-menu .nav-link2 {
  color: black !important;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 0;
  padding-top: 5px;
  text-align: left;
}
@media (min-width: 768px) {
  body footer .footer-menu .nav-link2 {
    padding-left: 14px !important;
    padding-right: 28px !important;
  }
}
body footer.dmd {
  background: #f05260;
}
body footer.dmd .nav-item:not(:last-of-type) {
  border-bottom: 1px solid #f8a9af;
}
body footer.dmd .nav-item:after {
  content: url("../images/site/footer_down_dmd.png");
}
body footer.dmd .nav-item ul li:before {
  content: none;
}
@media (min-width: 768px) {
  body footer.dmd .nav-item ul li:before {
    content: url("../images/site/footer_menu_before_dmd.png");
  }
}
body footer.alapitvany {
  background: #277bbb;
}
body footer.alapitvany .nav-item:not(:last-of-type) {
  border-bottom: 1px solid #93bddd;
}
body footer.alapitvany .nav-item:after {
  content: url("../images/site/footer_down_kura.png");
}
body footer.alapitvany .nav-item ul li:before {
  content: none;
}
@media (min-width: 768px) {
  body footer.alapitvany .nav-item ul li:before {
    content: url("../images/site/footer_menu_before_kura.png");
  }
}
body main .open-bg {
  height: 640px;
  background: url(../images/site/pic_02.jpg) center center;
  background-size: cover;
}
body main .open-bg-alapitvany {
  height: 640px;
  background: url(../images/site/pic_01.png) center center;
  background-size: cover;
}
body main .open-bg-dmd {
  height: 640px;
  background: url(../images/site/pic_03.png) center center;
  background-size: cover;
}
body main .splash {
  margin: 110px 0 40px;
}
body main .news-events .events .fc {
  max-width: 360px;
  margin: auto;
}
body main .news-events .events .fc .fc-day-header {
  border-color: white;
  background: #e5e5e5;
  padding: 15px 0px;
  text-transform: uppercase;
}
body main .news-events .events .fc td {
  border-color: white;
}
body main .news-events .events .fc .fc-day-number {
  color: #808080;
}
body main .news-events .events .fc .fc-day-top .fc-day-number {
  float: left;
}
body main .news-events .events .fc .fc-day {
  background-color: #f2f2f2;
}
body main .news-events .events .fc .fc-other-month .fc-day-number {
  display: none;
}
body main .news-events .events .fc .fc-day-number {
  z-index: 5;
  position: relative;
  top: 6px;
  left: 8px;
  font-weight: 300;
  font-size: 14px;
}
body main .news-events .events .fc .fc-content-skeleton {
  padding-bottom: 0;
}
body main .news-events .events .fc .fc-disabled-day {
  background-color: #d7d7d7;
}
body main .news-events .events .fc .fc-content {
  background: #fff21a;
  border: none;
  padding-top: 50px;
  margin-top: -28px;
  z-index: 6;
  border-radius: 0;
}
body main .news-events .events .fc .fc-content .fc-title {
  font-family: "BdCm", sans-serif;
  font-size: 32px;
  color: #000;
  z-index: 7;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  text-align: center;
}
body main .news-events .events .fc .fc-event {
  margin: 0;
  background-color: #fff21a;
  border: none;
}
body main .news-events .events .fc .fc-body .fc-row {
  min-height: 50px;
}
body main .news-events .events .fc .fc-center {
  position: relative;
}
body main .news-events .events .fc .fc-center h2 {
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 20px;
  padding: 5px 0 0;
  border: 0;
}
body main .news-events .events .fc .fc-center .fc-prev-button {
  top: 0;
  position: absolute;
  left: -49px;
}
body main .news-events .events .fc .fc-center .fc-prev-button .fc-icon-left-double-arrow:after {
  content: url("../images/site/prev.png");
}
body main .news-events .events .fc .fc-center .fc-next-button {
  top: 0;
  position: absolute;
  right: -49px;
}
body main .news-events .events .fc .fc-center .fc-next-button .fc-icon-right-double-arrow:after {
  content: url("../images/site/next.png");
}
body main .news-events .events .fc button {
  background: none;
  border: none;
  color: #fff21a;
  box-shadow: none;
  outline: none !important;
}
body main .news-events .events .fc button .fc-icon {
  font-size: 25px;
}
body main .news-events .news {
  text-transform: uppercase;
}
body main .news-events .news a {
  text-decoration: none;
}
body main .news-events .news a h3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
body main .news-events .news a p {
  color: #808080;
  font-size: 14px;
  font-weight: 300;
}
body main .news-events ol {
  clear: both;
  list-style: none;
  padding-left: 76px;
}
body main .news-events ol li {
  padding-top: 1em;
  display: block;
  position: relative;
  counter-increment: inst;
  margin-bottom: 1rem;
}
body main .news-events ol li p {
  margin-bottom: 0;
}
body main .news-events ol li:before {
  content: "0" counter(inst);
  font-family: "TradeGothicNext", sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  height: 52px;
  width: 52px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  z-index: -1;
  left: -76px;
  top: calc(50% - 22px);
}
body main .news-events ol li:after {
  content: "";
  top: 14px;
  background: #fff21a;
  border-radius: 0;
  text-align: center;
  width: 52px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  z-index: -2;
  left: -76px;
  height: calc(100% - 9px);
}
body main .intrudctions {
  padding-bottom: 100px;
}
body main .intrudctions p {
  color: #808080;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
@media (min-width: 992px) {
  body main .intrudctions p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
body main .intrudctions b, body main .intrudctions strong {
  color: #000;
  font-weight: normal;
}
body main .partners {
  padding-bottom: 100px;
}
body main .partners h2 {
  border-bottom: 1px solid #d9d9d9 !important;
}
body .splash-open {
  min-height: 100vh;
}
body main.courses h1 {
  margin-bottom: 80px;
}
body main.courses .course-item {
  margin-bottom: 65px;
}
body main.courses h2 {
  font-weight: normal;
  border: none;
  margin-bottom: 0;
  padding-top: 50px;
}
body main.courses p {
  color: #808080;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
body main.courses .where {
  margin-top: 60px;
}
body main.courses .who, body main.courses .where {
  margin-bottom: 15px;
  background: #f2f2f2;
}
body main.courses .who p, body main.courses .where p {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 10px 10px;
  display: inline-block;
  line-height: 1.5;
}
body main.courses .who .black-bg, body main.courses .who .yellow-bg, body main.courses .where .black-bg, body main.courses .where .yellow-bg {
  min-width: 135px;
  max-width: 135px;
  width: 135px;
}
body main.courses .who .black-bg p, body main.courses .who .yellow-bg p, body main.courses .where .black-bg p, body main.courses .where .yellow-bg p {
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 992px) {
  body main.courses .course-padding-right {
    padding-right: 100px;
  }
  body main.courses .course-padding-left {
    padding-left: 100px;
  }
}
body main.contact .contact-block h2 {
  border: none;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 20px;
}
body main.contact p {
  color: #808080;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 8px;
}
body main.contact a {
  color: #000;
  font-weight: normal;
}
body main.contact .main-contact p, body main.contact .main-contact a {
  font-size: 32px;
}
body main.contact h3 {
  margin-top: 80px;
  font-size: 32px;
  font-weight: bold;
}
body main.contact h4 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
}
body main.contact .where-to {
  margin-bottom: 80px;
}
body main.contact .where-to h3 {
  margin-bottom: 40px;
}
body main.contact .where-to p {
  line-height: 30px;
}
body main.alapitvany .course-item {
  padding: 40px 0;
}
body main.alapitvany .course-item h2 {
  border: none;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  body main.alapitvany .course-item {
    padding: 80px 0;
  }
  body main.alapitvany .course-item h2 {
    padding: 0;
  }
}
body main.alapitvany p {
  color: #808080;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 8px;
}
body main.alapitvany a {
  color: #000;
  font-weight: normal;
}
body main.alapitvany h3 {
  font-family: "Open Sans";
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 500;
}
body .logo {
  margin-top: -178px;
}
@media (min-width: 992px) {
  body .logo {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  body .dmd-logo {
    margin-top: -60px;
    margin-left: -60px;
  }
}
@media (min-width: 1200px) {
  body .dmd-logo {
    margin-left: 0;
  }
}
body .alapitvany-logo {
  margin-top: -158px;
}
@media (min-width: 992px) {
  body .alapitvany-logo {
    margin-top: -75px;
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
 
 body .box-after:after {
    content: "";
    height: 16px;
    width: 16px;
    background: #fff21a;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0px;
  }
  
}



/*# sourceMappingURL=style.css.map */

#cwarning{
   position:fixed;
   width: 400px;
   right: 20px;
   bottom: 20px;
   border: 1px solid #b2b2b2;
   z-index:1000;
   background:#e3e2dc;
   font-size:16px;
   padding:20px;   
 
}

.ytcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.galcont{
	margin:0 auto;    
}

.galcont figure {
    display: none;
}

.galcont img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 1px solid #d9d9d9;
	padding:12px;
}

.galcont a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    display: block;
    float: left;
    margin: 0 12px 12px 0;
    line-height: 0;
}

body main .downloads ul {
    clear: both;
    list-style: none;
    padding-left: 76px;
}

body main .downloads ul li {
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
    margin-bottom: 1rem;
}

body main .downloads ul li:before {
    content: '\f15b';
    font-weight: 900;
    font-family: "Font Awesome";	
    color: #000;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    height: 52px;
    width: 52px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
    left: -76px;
    top: calc(50% - 22px);
}

body main .downloads ul li:after {
    content: "";
    top: 14px;
    background: #fff21a;
    border-radius: 0;
    text-align: center;
    width: 52px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -2;
    left: -76px;
    height: calc(100% - 9px);
}

body main .downloads ul.blue li:after {
    background: #277bbb !important;
}

body main .downloads ul.red li:after {
    background: #f05260 !important;
}

body main .downloads .dl a h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

body main .downloads .dl a p {
    color: #808080;
    font-size: 14px;
    font-weight: 300;
}

body main .news-events ol li:before {
    content: counter(inst,decimal-leading-zero);
    font-family: "TradeGothicNext", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    height: 52px;
    width: 52px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
    left: -76px;
    top: calc(50% - 22px);
}

body header .bottom .navbar .navbar-nav li {    
    white-space: nowrap !important;
}

body header .bottom .navbar .navbar-nav .nav-item {
    white-space: nowrap !important;
}

.relat {
	position:relative;
}

body main .search ul {
    clear: both;
    list-style: none;
    padding-left: 76px;
}

body main .search ul li {
    padding-top: 1em;
    display: block;
    position: relative;
    counter-increment: inst;
    margin-bottom: 1rem;
}

body main .search ul li:before {
    content: '\f15b';
    font-weight: 900;
    font-family: "Font Awesome";	
    color: #000;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    height: 52px;
    width: 52px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -1;
    left: -76px;
    top: calc(50% - 22px);
}

li.sc-content:before {
	content: '\f15c' !important;
}

li.sc-menu:before {
	content: '\f15c' !important;
}

li.sc-news:before {
	content: '\f1ea' !important;
}

li.sc-file:before {
	content: '\f150' !important;
}

li.sc-galeria:before {
	content: '\f302' !important;
}

li.sc-event:before {
	content: '\f073' !important;
}

body main .search ul li:after {
    content: "";
    top: 14px;
    background: #fff21a;
    border-radius: 0;
    text-align: center;
    width: 52px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: -2;
    left: -76px;
    height: calc(100% - 9px);
}

body main .search ul.blue li:after {
    background: #277bbb !important;
}

body main .search ul.red li:after {
    background: #f05260 !important;
}

body main .search .sitem a h3 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

body main .search .sitem a p {
    color: #808080;
    font-size: 14px;
    font-weight: 300;
}


.partners img {
	width:100%;	
	padding:10px;
}	

#introvideo {
	bottom:260px;
	left:40px;	
	width:160px;
	height:120px;
	position:absolute;
	display:block;
}

#tehetseg {
	background-image:url("../images/site/tehetseg.png");
	bottom:10px;
	right:10px;
	width:120px;
	height:120px;
	display:block;
	position:absolute;
	background-repeat: no-repeat;
    background-size: contain;
}

#bazis {
    background-image: url(../images/site/bazis.png);
    bottom:10px;
    right: 130px;
    width: 120px;
    height: 120px;
	display:block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

#bazis2 {
    background-image: url(../images/site/bazis_kerek_2023-2026.png);
    bottom: 10px;
    right: 260px;
    width: 120px;
    height: 120px;
	display:block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}



@media (min-width:768px) {


.partners img {
	height:100px;
	width:auto;	
}

	
#tehetseg {
	background-image:url("../images/site/tehetseg.png");
	top:20px;
	right:20px;
	width:200px;
	height:200px;
	display:block;
	position:absolute;
	background-repeat: no-repeat;
    background-size: contain;
}

#bazis {
    background-image: url(../images/site/bazis.png);
    top: 220px;
    right: 20px;
    width: 200px;
    height: 200px;
	display:block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

#bazis2 {
    background-image: url(../images/site/bazis_kerek_2023-2026.png);
    top: 420px;
    right: 20px;
    width: 200px;
    height: 200px;
	display:block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

#bazis.red, #bazis2.red, #bazis.blue, #bazis2.blue, #introvideo.red, #introvideo.blue, #tehetseg.red {
    display:none;
}

#tehetseg.blue {
	
}


#introvideo {
	top:20px;
	right:240px;
	left:auto;
	width:320px;
	height:240px;
	position:absolute;
	display:block;
	
}
	
	
.w100p{width:100%;}		
	
	
}
.dnone{
  display:none;	 
}

#floatingWidget {
            position: fixed;
            right: 0;
            bottom: 20%;
            z-index: 9999;
            height: 56px;
        }

        /* A fő panel */
        #floatingWidget .panel {
            position: relative;
            right: 0;
            display: flex;
            align-items: stretch;
            transition: right 0.3s ease;
			float: left;
			z-index: 9998;
        }

        /* Elrejtett állapotban a fő rész kicsúszik, a fogantyú bent marad */
        #floatingWidget.hidden .panel {
            right: -215px;
        }

        /* A linkes rész */
        #floatingWidget .main-btn {
            width: 180px;
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #0d6efd;
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            padding: 0 15px;
            border-radius: 8px 0 0 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
            white-space: nowrap;
        }

        #floatingWidget .main-btn:hover {
            background: #0b5ed7;
            color: #fff;
            text-decoration: none;
        }

        /* A külön fogantyú/nyíl */
        #floatingWidget .toggle-btn {
            width: 36px;
            height: 56px;
            border: none;
            background: #084298;
            color: #fff;
            cursor: pointer;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
            padding: 0;
			z-index: 9999;
			position: relative;
        }

        #floatingWidget .toggle-btn:hover {
            background: #073984;
        }

        /* Ha rejtve van, csak a fogantyú látszik */
        #floatingWidget.hidden .toggle-btn {
            border-radius: 8px 0 0 8px;
        }

        /* Opcionális mobil finomítás */
        @media (max-width: 576px) {
            #floatingWidget {
                bottom: 15%;
            }

            #floatingWidget .main-btn {
                width: 150px;
                font-size: 14px;
            }

            #floatingWidget.hidden .panel {
                right: -150px;
            }
        }