@use "sass:math";
/* Using the mixin
.foo {
  @include center(both);
}
.foo-parent {
  position: relative;
}
*/
.iconList {
  width: 100%;
  clear: both;
}

.iconList a {
  width: 90%;
  display: block;
  margin: 0 auto 0 auto;
}

.iconList a img {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
}

.korabbi a {
  color: #b7cd81;
}

.newsTitle {
  width: 100%;
  background: url(../img/kapcsolodo.png) top center no-repeat;
  background-size: cover;
  padding: 0px 0;
  text-align: center;
  color: #5C761D;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 70px;
}

.newsTitleRow {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}

.noafter::after {
  display: none !important;
}

.newsTitleRow h3 {
  font-weight: 300;
  text-transform: uppercase;
}

.newsTitleRow strong {
  display: block;
  color: #88AC2E;
}

.galleryInner {
  width: 100%;
  background: url(../img/ovm/bg.png) top center repeat-x;
  margin-top: -70px;
  padding: 50px 0 80px 0;
}

.footer a:hover {
  color: #fff;
}

body {
  overflow-x: hidden;
}

.videoPlay {
  position: relative;
  display: block;
}

.videoPlay .imageBox {
  position: relative;
  z-index: 1;
}

.videoPlay::after {
  width: 40px;
  height: 40px;
  background: url(../img/play.svg) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -20px;
  opacity: 0.8;
  z-index: 2;
}

.gform_wrapper form .gform_body ul {
  padding: 0;
  margin: 0;
}

.gform_wrapper form .gform_body ul li {
  margin-bottom: 20px !important;
  line-height: 48px !important;
}

@media screen and (max-width: 575px) {
  .gform_wrapper form .gform_body ul li {
    padding-top: 12px !important;
  }
}
.gform_wrapper form .gform_body ul li.hideLabel > .gfield_label {
  display: none;
}

.gform_wrapper form .gform_body .gfield_label {
  font-size: 16px;
  color: #212529;
  margin-top: 20px;
}

.gform_wrapper form .gform_body input[type=tel], .gform_wrapper form .gform_body input[type=email], .gform_wrapper form .gform_body input[type=password], .gform_wrapper form .gform_body input[type=text], .gform_wrapper form .gform_body input[type=number], .gform_wrapper form .gform_body select {
  border: 1px solid transparent;
  background: #eceded;
  line-height: 45px !important;
  padding: 0 20px !important;
  font-weight: bold;
  width: 100%;
  height: 45px !important;
  -moz-transition: border-color 0.5s 0s;
  -o-transition: border-color 0.5s 0s;
  -webkit-transition: border-color 0.5s 0s;
  transition: border-color 0.5s 0s;
}

.gform_wrapper form .gform_body input[type=tel]:focus, .gform_wrapper form .gform_body input[type=email]:focus, .gform_wrapper form .gform_body input[type=password]:focus, .gform_wrapper form .gform_body input[type=text]:focus, .gform_wrapper form .gform_body input[type=number]:focus, .gform_wrapper form .gform_body select:focus {
  outline: 0;
  border-color: #8ab539;
}

.gform_wrapper form .gform_body textarea {
  padding: 20px !important;
  border: none;
  border-bottom: 1px solid transparent;
  -moz-transition: border-color 0.5s 0s;
  -o-transition: border-color 0.5s 0s;
  -webkit-transition: border-color 0.5s 0s;
  transition: border-color 0.5s 0s;
  height: 130px;
  background: transparent;
}

.gform_wrapper form .gform_body textarea:focus {
  outline: 0;
  border-color: #8ab539;
}

.gform_wrapper form .gform_body .ginput_container_radio {
  float: left;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 5px !important;
}

.gform_wrapper form .gform_body .ginput_container_radio li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin-bottom: 2px !important;
}

.gform_wrapper form .gform_body .ginput_container_radio li input {
  display: inline-block;
  padding-left: 5px !important;
  display: none !important;
}

.gform_wrapper form .gform_body .ginput_container_radio li input + label {
  position: relative;
  padding-left: 45px !important;
  padding-top: 5px;
  font-weight: normal;
  margin-bottom: 0px;
  -moz-transition: color 0.5s 0s;
  -o-transition: color 0.5s 0s;
  -webkit-transition: color 0.5s 0s;
  transition: color 0.5s 0s;
  font-size: 16px;
  line-height: 32px;
}

@media screen and (max-width: 575px) {
  .gform_wrapper form .gform_body .ginput_container_radio li input + label {
    padding-bottom: 7px;
  }
}
.gform_wrapper form .gform_body .ginput_container_radio li input + label a {
  color: #212529 !important;
  text-decoration: underline;
  font-size: 16px;
}

.gform_wrapper form .gform_body .ginput_container_radio li input + label::before {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #777;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  border-radius: 120px;
  content: "";
  left: -3px;
  top: 5px;
  background: #fff;
  -moz-transition: background-color 0.5s, border-color 0.5s 0s;
  -o-transition: background-color 0.5s, border-color 0.5s 0s;
  -webkit-transition: background-color 0.5s, border-color 0.5s 0s;
  transition: background-color 0.5s, border-color 0.5s 0s;
}

.gform_wrapper form .gform_body .ginput_container_radio li input + label::after {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #8ab539;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  border-radius: 120px;
  content: "";
  left: 3px;
  top: 11px;
  display: none;
}

.gform_wrapper form .gform_body .ginput_container_radio li input[type=radio]:checked + label {
  font-weight: normal !important;
  color: #212529 !important;
}

.gform_wrapper form .gform_body .ginput_container_radio li input[type=radio]:checked + label::after {
  display: block;
}

.gform_wrapper form .gform_body .ginput_container_radio li label {
  display: inline-block;
  float: left;
  padding-left: 8px !important;
  position: relative;
  cursor: pointer;
}

.gform_wrapper form .gform_body .ginput_container_radio ul {
  margin: 0;
  padding: 0;
}

.gform_wrapper form .gform_body .ginput_container_consent, .gform_wrapper form .gform_body .ginput_container_checkbox {
  margin-bottom: 0 !important;
  vertical-align: top;
  clear: both;
  margin-top: 5px !important;
}

.gform_wrapper form .gform_body .ginput_container_consent .disabled, .gform_wrapper form .gform_body .ginput_container_checkbox .disabled {
  opacity: 0.3;
}

.gform_wrapper form .gform_body .ginput_container_consent li, .gform_wrapper form .gform_body .ginput_container_checkbox li {
  margin-bottom: 10px !important;
}

.gform_wrapper form .gform_body .ginput_container_consent label, .gform_wrapper form .gform_body .ginput_container_checkbox label {
  text-align: left;
  float: none;
  width: auto;
  position: relative;
  -moz-transition: color 0.5s 0s;
  -o-transition: color 0.5s 0s;
  -webkit-transition: color 0.5s 0s;
  transition: color 0.5s 0s;
  padding-left: 45px !important;
  color: #212529;
  padding-top: 2px !important;
  margin-bottom: 0px !important;
  font-size: 16px;
  line-height: 32px !important;
}

@media screen and (max-width: 575px) {
  .gform_wrapper form .gform_body .ginput_container_consent label, .gform_wrapper form .gform_body .ginput_container_checkbox label {
    padding-left: 45px !important;
    margin-bottom: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    line-height: 1.4;
  }
}
.gform_wrapper form .gform_body .ginput_container_consent label::before, .gform_wrapper form .gform_body .ginput_container_checkbox label::before {
  position: absolute;
  top: 2px;
  left: 0px;
  display: block;
  width: 32px;
  height: 32px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 2px solid #777;
  -moz-transition: border-color 0.5s 0s;
  -o-transition: border-color 0.5s 0s;
  -webkit-transition: border-color 0.5s 0s;
  transition: border-color 0.5s 0s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.gform_wrapper form .gform_body .ginput_container_consent label small, .gform_wrapper form .gform_body .ginput_container_checkbox label small {
  display: block;
}

.gform_wrapper form .gform_body .ginput_container_consent label a, .gform_wrapper form .gform_body .ginput_container_checkbox label a {
  -moz-transition: color 0.5s 0s;
  -o-transition: color 0.5s 0s;
  -webkit-transition: color 0.5s 0s;
  transition: color 0.5s 0s;
  font-size: 16px;
  color: #8ab539 !important;
}

.gform_wrapper form .gform_body .ginput_container_consent label::after, .gform_wrapper form .gform_body .ginput_container_checkbox label::after {
  position: absolute;
  top: 2px;
  left: 0px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: no-repeat 50%/50% 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.gform_wrapper form .gform_body .ginput_container_consent label:hover, .gform_wrapper form .gform_body .ginput_container_checkbox label:hover {
  color: #212529 !important;
}

.gform_wrapper form .gform_body .ginput_container_consent label:hover a, .gform_wrapper form .gform_body .ginput_container_checkbox label:hover a {
  color: #8ab539 !important;
}

.gform_wrapper form .gform_body .ginput_container_consent label:hover::before, .gform_wrapper form .gform_body .ginput_container_checkbox label:hover::before {
  border-color: #8ab539;
  cursor: pointer;
}

.gform_wrapper form .gform_body .ginput_container_consent input[type=checkbox], .gform_wrapper form .gform_body .ginput_container_checkbox input[type=checkbox] {
  vertical-align: top;
  margin-top: 18px;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}

.gform_wrapper form .gform_body .ginput_container_consent input[type=checkbox]:checked ~ label, .gform_wrapper form .gform_body .ginput_container_checkbox input[type=checkbox]:checked ~ label {
  color: #212529 !important;
  font-weight: normal !important;
}

.gform_wrapper form .gform_body .ginput_container_consent input[type=checkbox]:checked ~ label a, .gform_wrapper form .gform_body .ginput_container_checkbox input[type=checkbox]:checked ~ label a {
  color: #8ab539 !important;
}

.gform_wrapper form .gform_body .ginput_container_consent input[type=checkbox]:checked ~ label::before, .gform_wrapper form .gform_body .ginput_container_checkbox input[type=checkbox]:checked ~ label::before {
  color: #fff;
  border-color: #eee;
  background-color: white;
}

.gform_wrapper form .gform_body .ginput_container_consent input[type=checkbox]:checked ~ label::after, .gform_wrapper form .gform_body .ginput_container_checkbox input[type=checkbox]:checked ~ label::after {
  background-image: url(../img/tick.svg);
  background-color: #8ab539;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.gform_wrapper form .gform_body .ginput_container_consent input[type=checkbox]:hover::before, .gform_wrapper form .gform_body .ginput_container_checkbox input[type=checkbox]:hover::before {
  border-color: #8ab539;
  cursor: pointer;
}

.gform_wrapper form .gform_body .ginput_container_consent input[type=checkbox]:hover:checked ~ label::before, .gform_wrapper form .gform_body .ginput_container_checkbox input[type=checkbox]:hover:checked ~ label::before {
  border-color: #8ab539;
  cursor: pointer;
}

.gform_wrapper form .gform_footer input[type=submit], .gform_wrapper form .gform_footer button {
  float: right;
  margin: 17px 0 50px 0;
  background: #8ab539 !important;
  color: #fff !important;
  border-radius: 0;
  box-shadow: none !important;
  border: none !important;
  line-height: 62px !important;
  height: 62px !important;
  padding: 0 20px 0 45px;
  position: relative;
  background-size: auto 100% !important;
}

@media screen and (max-width: 640px) {
  .gform_wrapper form .gform_footer input[type=submit], .gform_wrapper form .gform_footer button {
    margin-top: -50px;
  }
}
.gform_wrapper form .gform_footer input[type=submit]:hover, .gform_wrapper form .gform_footer button:hover {
  opacity: 0.9;
}

.contactfooter .innerfooter .footerform .gform_wrapper form .gform_body input {
  width: 100% !important;
  color: #88AC2E !important;
  font-weight: normal !important;
  font-size: 20px !important;
  padding: 8px 15px !important;
  border: none !important;
}

.contactfooter .innerfooter .footerform .gform_wrapper form .gform_body textarea {
  width: 100% !important;
  color: #88AC2E !important;
  font-weight: normal !important;
  font-size: 20px !important;
  padding: 8px 15px !important;
  background: #fff !important;
  border: none !important;
}

.contactfooter .innerfooter .footerform .gform_wrapper input[type=submit] {
  background-color: #A6CE39;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 20px !important;
  padding: 0px 48px !important;
}

.news .news-slider-block h2 {
  font-size: 22px;
}

.news .news-slider-block p {
  font-size: 16px !important;
}

.news .news-slider-block .slider-details {
  margin-top: 15px;
}

@media screen and (max-width: 1600px) {
  .container-fluid {
    max-width: 96%;
  }
}
.swiper-slide img {
  margin-bottom: 15px;
}

.appearances .swiper-button-prev, .appearances .swiper-button-next {
  color: #fff !important;
}

.egy-hero.csoport {
  background: #E5F0C4;
}

.egy-hero.csoport .egy-hero-box h2 {
  color: #2E2F39;
}

.egy-hero.csoport .egy-hero-box {
  background-image: url(../img/hexanew.svg);
  background-size: contain;
}

.vl-sl-blocks.networking .vl-sl-blocks-box h3 {
  color: #88AC2E !important;
}

.vl-sl-blocks.networking .vl-sl-blocks-box a {
  background-color: #9B6F32 !important;
}

.vl-sl-blocks.networking {
  overflow: hidden;
}

.vl-sl-blocks.networking .vl-sl-blocks-boxwrp:nth-child(n) .col-lg-4 {
  position: relative;
}

.vl-sl-blocks.networking .vl-sl-blocks-boxwrp:nth-child(2n) .col-lg-4 {
  position: relative;
}

.vl-sl-blocks.networking .vl-sl-blocks-boxwrp:nth-child(n) .col-lg-4::before {
  content: "";
  position: absolute;
  top: 0;
  right: -150px;
  width: 270px;
  height: 120%;
  background: url(../img/bright.png) top center no-repeat;
  background-size: 100%;
  z-index: 5;
}

.vl-sl-blocks.networking .vl-sl-blocks-boxwrp:nth-child(2n) .col-lg-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 120%;
  background: url(../img/bleft.png) top center no-repeat;
  background-size: 100%;
  z-index: 5;
}

.online-hero .online-hero-box h1 {
  color: #fff;
}

.online-alt.gyermek {
  padding: 80px 0;
}

.networkingChild {
  width: 100%;
  background: url(../img/circleBg.svg) bottom right no-repeat;
  background-size: 50%;
}

.galleryCarousel .imageBox {
  display: block;
  border-radius: 20px;
  background-size: cover;
  width: 100%;
  display: block;
  height: 220px;
  background-repeat: no-repeat;
  background-position: top center;
}

.galleryCarousel .newsTitle {
  background: #B3CB78 !important;
  padding: 40px 0;
}

.noBg.galleryCarousel .newsTitle {
  background: none !important;
  padding: 40px 0;
}

.galleryCarousel .swiper-news-container {
  padding: 20px 0 80px 0;
}

.galleryCarousel .swiper-button-prev, .galleryCarousel .swiper-button-next {
  color: #B3CB78 !important;
}

.galleryCarousel .swiper-button-prev {
  left: -40px !important;
}

.galleryCarousel .swiper-button-next {
  right: -40px !important;
}

.slogan.new {
  float: left;
  width: 100%;
  clear: both;
  background: #C0D790;
  padding: 50px 0;
}

.new.testimonials {
  float: left;
  width: 100%;
  clear: both;
  background: #BEEAEF;
  padding: 40px 0;
}

.testimonials.new .carouselRight {
  float: left;
  width: 70%;
  padding: 80px 8% 20px 5%;
  padding-bottom: 20px;
  text-align: center;
  color: #126A7B;
  position: relative;
  margin-left: 15%;
  padding-bottom: 30px;
  font-size: 40px;
}

.testimonials.new .carouselRight p {
  font-size: 40px;
}

.ugyfel .testimonialCarousel .carouselRight p {
  font-size: 40px;
  color: #126A7B;
}

.ugyfel .testimonialCarousel .slick-dots li button::before {
  color: #fff;
  font-size: 10px;
  opacity: 1;
  width: 17px;
  height: 17px;
  content: "";
}

.ugyfel .testimonialCarousel .slick-next {
  background: url(../img/arrowRight.svg) center center no-repeat;
  background-size: auto;
  background-size: 100%;
  width: 20px;
  height: 40px;
}

.ugyfel .testimonialCarousel .slick-prev {
  background: url(../img/arroeLeft.svg) center center no-repeat;
  background-size: auto;
  background-size: 100%;
  width: 20px;
  height: 40px;
}

.ugyfel .testimonialCarousel .slick-dots li.slick-active button::before {
  color: #BEEAEF;
  border: 2px solid white;
  border-radius: 120px;
  width: 17px;
  height: 19px;
}

.ugyfel .testimonialCarousel .slick-prev::before, .ugyfel .testimonialCarousel .slick-next::before {
  content: "";
}

.introBox {
  width: 100%;
  background: #E5E0D8 url(../img/dijBg.jpg) top left no-repeat;
  background-size: auto 100%;
  padding: 90px 0;
  margin-bottom: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 1400px) {
  .introBox {
    background-position: 40% 0%;
  }
}
@media screen and (max-width: 990px) {
  .introBox {
    background: #E5E0D8;
  }
}
.introBox * {
  color: #88AC2E;
  font-size: 45px;
}

.jelentkezes {
  display: block;
  width: 320px;
  background: #88AC2E;
  color: #fff !important;
  text-decoration: none;
  margin: 40px auto;
  border-radius: 18px;
  line-height: 40px !important;
  padding: 0 20px;
  font-size: 17px !important;
  text-align: center;
}

.news .news-slider-block h2 {
  font-weight: bold !important;
  font-size: 22px !important;
}

.buttonSet {
  width: 100%;
  margin: 50px auto;
  max-width: 80%;
}

.buttonSet a {
  background: #fff;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  display: inline-block;
  width: 40%;
  margin: 0 5%;
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  font-weight: bold;
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  border-radius: 18px;
  text-align: center;
  color: #88AC2E;
  text-transform: uppercase;
  font-size: 30px;
  padding: 50px 0;
}

.introBoxTwo {
  width: 100%;
  background: #A6CE39;
  position: relative;
  padding: 80px 0;
  margin-top: 50px;
}

@media screen and (max-width: 990px) {
  .introBoxTwo {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.introBoxTwo .jelentkezes {
  background: #fff !important;
  color: #88AC2E !important;
  text-align: center;
  margin-left: 0;
}

.introBoxTwo * {
  color: #fff;
}

.introBoxTwo .imageBox {
  width: 45%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 990px) {
  .introBoxTwo .imageBox {
    width: 100%;
    position: static;
    height: 300px;
    margin-bottom: 30px;
  }
}
.innerTitle {
  text-align: center;
  margin-top: -50px !important;
  margin-bottom: 50px !important;
}

.packages {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}

.packages .boxIng {
  border-radius: 20px;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  max-width: 80%;
  margin: 0 auto;
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  margin-bottom: 40px;
  background: #fff;
}

.packages .boxIng .title {
  background: #ADD249;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px 20px 0 0;
  font-size: 22px;
}

.packages .boxIng#box-1 .title {
  background: #ADD249;
}

.packages .boxIng#box-2 .title {
  background: #88AC2E;
}

.packages .boxIng#box-3 .title {
  background: #ADD249;
}

.packages .boxIng#box-4 .title {
  background: #88AC2E;
}

.packages .boxIng .intro {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
}

.packages .boxIng .features {
  width: 100%;
  background: #F2F8E1;
  border-radius: 0 0 20px 20px;
  padding-bottom: 20px;
}

.packages .boxIng .features .feature {
  width: 100%;
  border-bottom: 1px solid #19355F;
  background: url(../img/tickNew.svg) 20px 50% no-repeat;
  padding: 8px 20px 8px 60px;
}

.csoportNav {
  width: 100%;
  clear: both;
  padding: 50px 0 0;
  text-align: center;
  margin-bottom: -50px;
}

.csoportNav a {
  display: inline-block;
  margin: 0 20px;
}

.csoportNav a img {
  widtH: 240px;
}

.boxesSectionWorkshop {
  width: 100%;
  clear: both;
  padding: 20px 0 50px;
  background: url(../img/grad1.png) bottom center repeat;
  background-size: auto 100%;
}

.boxesSectionWorkshop .title {
  text-align: center;
  margin-bottom: 20px;
}

.boxesSectionWorkshop .title h3 {
  font-weight: 300;
  text-transform: uppercase;
}

.boxesSectionWorkshop .title h3 strong {
  display: block;
  color: #A6CE39;
  font-weight: bold;
}

.dobozSection {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.boxesSectionWorkshop .dobozGreen {
  width: 18%;
  border-radius: 20px;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  max-width: 80%;
  margin: 0 auto;
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  margin-bottom: 40px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 990px) {
  .boxesSectionWorkshop .dobozGreen {
    width: 45%;
    margin: 0 2% 20px;
  }

  .boxesSectionWorkshop {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.boxesSectionWorkshop .dobozGreen .header {
  height: 65px;
  background: #A6CE39;
  border-radius: 20px 20px 0 0;
}

.boxesSectionWorkshop .dobozGreen .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -30px;
  border-radius: 100%;
  border: 1px solid #A6CE39;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
}

.boxesSectionWorkshop .dobozGreen .content {
  padding: 30px;
  text-align: center;
  font-size: 20px;
}

.dobozGreen .content strong.title {
  font-size: 20px !important;
}

.dobozGreen .content p, .dobozGreen .content {
  font-size: 16px !important;
}

.valaszthato {
  width: 100%;
  clear: both;
  background: url(../img/grad2.png) top center repeat-y;
  background-size: auto 100%;
}

.valaszthato h4 {
  color: #82AE3F;
  margin-bottom: 10px;
}

.egy-content a.greenBtn {
  background: #82AE3F;
}

.gradient {
  background: url(../img/ovm/grad.png) top center repeat-x;
  background-size: auto 100%;
}

.valaszthato .valaszthatoTitle {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  position: relative;
  padding: 20px 0;
}

.valaszthato .valaszthatoTitle::after {
  background: url(../img/titleMask.png) top center repeat;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  z-index: 1;
}

.valaszthato .valaszthatoTitle span {
  position: relative;
  z-index: 2;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin: 30px auto;
}

.valaszthato {
  width: 100%;
  text-align: center;
}

.valaszthato .hexagon {
  width: 105px;
  height: 105px;
  text-align: center;
  font-size: 50px;
  color: #2E2F39;
  padding: 17px 0 0;
  display: block;
  margin: 0 auto 30px auto;
  background: url(../img/hexa.svg) top center no-repeat;
  background-size: contain;
}

.valaszthato .title {
  text-align: center;
  display: block;
  margin: 0 auto 50px;
  font-size: 20px;
  text-transform: uppercase;
  color: #2E2F39;
  font-weight: normal;
}

.valaszthato .title strong {
  font-weight: bold;
  display: block;
}

.valaszthato .notice {
  width: 60%;
  border: 2px solid #8FAB45;
  padding: 30px;
  text-align: center;
  margin: 50px auto;
  padding: 10px;
}

.valaszthato .notice p {
  margin: 0;
}

.buttonBlack {
  background: #2E2F39;
  color: #fff;
  margin: 0 auto;
  display: block;
  width: 100% !important;
  max-width: 450px !important;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.buttonBlack:hover {
  color: #fff;
}

.kinekSzol {
  position: relative;
  width: 100%;
  padding: 40px 0 0;
  margin-bottom: 20px;
}

.kinekSzol::after {
  height: 50%;
  background: url(../img/bg8.png) top center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.kinekSzol h3 {
  color: #88AC2E;
}

.kinekSzol .dobozSectionNoIcon {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 2;
}

.dobozSectionNoIcon {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.dobozSectionNoIcon .dobozGreen {
  width: 18%;
  border-radius: 20px;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  max-width: 80%;
  margin: 0 auto;
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  margin-bottom: 40px;
  background: #fff;
  position: relative;
  margin: 0 1% 40px 1%;
}

@media screen and (max-width: 990px) {
  .dobozSectionNoIcon .dobozGreen {
    width: 45%;
    margin: 0 2% 20px;
  }

  .dobozSectionNoIcon {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.dobozSectionNoIcon .dobozGreen .header {
  background: #A6CE39;
  border-radius: 20px 20px 0 0;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}

.dobozSectionNoIcon .dobozGreen .content {
  padding: 30px;
  text-align: center;
  font-size: 20px;
}

.trainers {
  width: 100%;
  clear: both;
  padding: 50px 0;
}

.trainers .dobozSectionNoIcon .dobozGreen .header {
  font-size: 20px;
}

.boxesSectionDobozok {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.boxesSectionDobozok .dobozGreen {
  width: 18%;
  border-radius: 20px;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  max-width: 80%;
  margin: 0 auto;
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  margin-bottom: 40px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 990px) {
  .boxesSectionDobozok .dobozGreen {
    width: 45%;
    margin: 0 2% 20px;
  }

  .boxesSectionDobozok {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.boxesSectionDobozok .dobozGreen .header {
  height: 65px;
  background: #A6CE39;
  border-radius: 20px 20px 0 0;
}

.boxesSectionDobozok .dobozGreen .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -30px;
  border-radius: 100%;
  border: 1px solid #A6CE39;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
}

.boxesSectionDobozok .dobozGreen.helyszin_new .icon {
  background: #fff url(../img/icon-1.svg) center center no-repeat;
  background-size: auto 60%;
}

.boxesSectionDobozok .dobozGreen.idopont_new .icon {
  background: #fff url(../img/icon-5.svg) center center no-repeat;
  background-size: auto 60%;
}

.boxesSectionDobozok .dobozGreen.dij_new .icon {
  background: #fff url(../img/icon-7.svg) center center no-repeat;
  background-size: auto 60%;
}

.boxesSectionDobozok .dobozGreen.hatarido_new .icon {
  background: #fff url(../img/icon-3.svg) center center no-repeat;
  background-size: auto 60%;
}

.boxesSectionDobozok .dobozGreen .content {
  padding: 30px;
  text-align: center;
  font-size: 20px;
  padding-top: 50px;
}

.boxesSectionDobozok .dobozGreen .content .title {
  display: block;
}

.workshopFeatures {
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.workshopFeatures .featureBox {
  position: relative;
  border-left: 40px solid #A6CE39;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.workshopFeatures .featureBox::before {
  background: url(../img/bg8.png) top center no-repeat;
  background-size: cover;
  width: 1800px;
  left: -1840px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.notice_new {
  width: 100%;
  clear: both;
  padding: 50px 0;
}

.notice_new .noticeBox {
  background: #ECF5D5;
  border-radius: 0 30px 0 30px;
  padding: 30px;
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.jelentkezesRow {
  padding: 50px 0;
  background: #F0F7DE;
}

.jelentkezesRow a {
  background: #88AC2E;
  color: #fff;
  display: block;
  width: 100% !important;
  max-width: 450px !important;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.pageWrapper {
  width: 100%;
  background: url(../img/grad9.png) top center repeat-x;
  background-size: auto 100%;
}

.jelentkezesRow a:hover {
  color: #fff;
}

blockquote {
  border: 3px solid #88AC2E;
  display: block;
  margin: 30px auto;
  width: 80%;
  color: #88AC2E;
  padding: 30px;
  text-align: center;
}

.blockquote * {
  color: #88AC2E;
}

.introductionOvm {
  padding: 50px 0;
}

.introductionOvm img {
  display: block;
  margin: 50px auto;
}

.introductionOvm a {
  margin-bottom: 50px;
}

.introductionOvm h2, .introductionOvm h3, .introductionOvm h4 {
  text-align: center;
  color: #88AC2E !important;
  margin-bottom: 30px;
}

.introductionOvm p {
  text-align: left;
  color: #88AC2E !important;
}

.introductionOvm h2, .introductionOvm h3 {
  text-transform: uppercase;
}

.ovm .me-boxes-box {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}

.ovm .me-boxes .me-boxes-after .me-boxes-box {
  padding: 30px 20px;
}

.ovm .me-boxes .me-boxes-after {
  padding-bottom: 70px;
}

.ovm .me-boxes-box::after {
  width: 35px;
  height: 35px;
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url(../img/ovm/anchor.svg) center center no-repeat;
  background-size: contain;
}

.ovm .me-boxes-box .me-btn {
  background: #fff;
  width: 100%;
  color: #88AC2E;
  position: absolute;
  bottom: -50px;
  left: 0;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
}

.sectionMainTitle {
  position: relative;
  width: 100%;
  padding-left: 120px;
  margin: 80px 0 50px;
  color: #2E2F39 !important;
}

.sectionMainTitle span {
  width: 105px;
  height: 105px;
  text-align: center;
  font-size: 50px;
  color: #2E2F39;
  padding: 17px 0 0;
  display: block;
  margin: 0 auto 30px auto;
  background: url(../img/hexa.svg) top center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 0;
}

.pickContent {
  text-align: center !important;
}

.pickContent img {
  display: block;
  max-width: 50%;
  height: auto;
  margin: 0 auto 30px auto;
}

.featurePick {
  width: 100%;
  clear: both;
  padding: 50px 0;
}

.featurePick .featuresPickBox {
  background: #F7F6F6;
  border-radius: 20px;
  padding: 30px;
  width: 70%;
}

.featurePick .featuresPickBox li {
  list-style: none;
  background: url(../img/ptick.png) top left no-repeat;
  background-size: 25px;
  padding-left: 30px;
  min-height: 30px;
  margin-bottom: 8px;
}

.featurePick .featureTitle {
  color: #FB2D1F;
  position: relative;
  text-align: right;
  font-size: 50px;
}

.featurePick .featureTitle::before {
  width: 200px;
  height: 100px;
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  background: url(../img/parrow1.svg) top center no-repeat;
  background-size: contain;
}

.featurePick .featureTitle::after {
  width: 200px;
  height: 100px;
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  background: url(../img/parrow2.svg) top center no-repeat;
  background-size: contain;
}

.pickWrapper {
  width: 100%;
  clear: both;
  background: url(../img/b-91.png) center right no-repeat;
  overflow: hidden;
}

.whyPick {
  width: 100%;
  clear: both;
  position: relative;
  padding: 50px 0;
}
.whyPick .container-fluid {
  max-width: 70%;
}
@media screen and (max-width: 1300px) {
  .whyPick .container-fluid {
    max-width: 90%;
  }
}

.pickWrapper .kepzes-hero {
  text-transform: uppercase;
}

.whyPick h2 {
  color: #FB2D1F;
  font-size: 40px;
  position: relative;
}

.whyPick h2::before {
  width: 200px;
  height: 100px;
  content: "";
  position: absolute;
  top: -50px;
  left: -100px;
  background: url(../img/parrow3.svg) top center no-repeat;
  background-size: contain;
  width: 200px;
  height: 160px;
  content: "";
  position: absolute;
  top: -110px;
  left: -170px;
}

.whyPick img {
  width: 55%;
  display: block;
  margin: 0 auto;
  width: 80%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 575px) {
  .whyPick img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
.whichPick {
  width: 100%;
  clear: both;
  padding: 50px 0 50px 0;
}
.whichPick h3 {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .whichPick h3 {
    font-size: 24px;
  }
}
.whichPick h3 strong {
  display: block;
  color: #88AC2E;
}
.whichPick .container-fluid {
  max-width: 70%;
}
@media screen and (max-width: 1300px) {
  .whichPick .container-fluid {
    max-width: 90%;
  }
}

.whichPick h2 {
  color: #FB2D1F;
  font-size: 40px;
  margin-bottom: 150px;
  position: relative;
}

.whichPick h2::before {
  width: 200px;
  height: 150px;
  content: "";
  position: absolute;
  top: -150px;
  left: -100px;
  background: url(../img/parrow4.svg) top center no-repeat;
  background-size: contain;
}

.greenBar {
  width: 100%;
  background: #F0F7DE;
  text-align: center;
  padding: 30px 0;
}
.greenBar p {
  font-size: 22px;
}
.greenBar p strong {
  color: #82AF3F;
}

.whichPick .iconBox {
  width: 100%;
  clear: both;
  background: #F0F2C7;
  border-radius: 30px;
  padding: 25px;
  position: relative;
  padding-top: 100px;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}
.whichPick .iconBox.icon-1 {
  height: 310px;
  margin-top: 120px;
}
@media screen and (max-width: 990px) {
  .whichPick .iconBox.icon-1 {
    height: 270px;
    margin-top: 90px;
  }
}
.whichPick .iconBox.icon-2 {
  height: 350px;
  margin-top: 80px;
}
@media screen and (max-width: 990px) {
  .whichPick .iconBox.icon-2 {
    height: 300px;
    margin-top: 60px;
  }
}
.whichPick .iconBox.icon-3 {
  height: 390px;
  margin-top: 40px;
}
@media screen and (max-width: 990px) {
  .whichPick .iconBox.icon-3 {
    height: 330px;
    margin-top: 30px;
  }
}
.whichPick .iconBox.icon-4 {
  height: 430px;
}
@media screen and (max-width: 990px) {
  .whichPick .iconBox.icon-4 {
    height: 360px;
  }
}
@media screen and (max-width: 1300px) {
  .whichPick .iconBox ul {
    padding-left: 0;
  }
}

.whichPick .col-12.col-md-6.col-lg-3 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 1300px) {
  .whichPick .col-12.col-md-6.col-lg-3 {
    margin-bottom: 159px !important;
  }
}

.whichPick .iconBox .icon {
  width: 80%;
  height: 240px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  left: 50%;
  margin-left: -40%;
}

.whichPick .iconBox .content ul li {
  list-style: none;
  background: url(../img/ptick.png) top left no-repeat;
  background-size: 25px;
  padding-left: 30px;
  min-height: 30px;
  margin-bottom: 8px;
}

.whichPick .iconBox .price {
  width: calc(100% - 50px);
  background: #82AE3F;
  border-radius: 8px;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}

.greenBtn {
  background: #A6CE39;
  color: #fff;
  display: block;
  width: 100% !important;
  max-width: 450px !important;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 15px;
  margin-bottom: 30px;
  margin: 0 auto 20px auto;
}

.greenBtn:hover {
  color: #fff;
}

.buttonSetGreen {
  width: 100%;
  clear: both;
  text-align: center;
}

.boxesContainer {
  background: url(../img/ovm/bg2.svg) center center no-repeat;
  background-size: 100%;
}

.ovm .boxesSectionWorkshop .dobozGreen {
  width: 280px !important;
  max-width: 100%;
  margin: 0 15px 50px 15px;
}

.ovm strong {
  font-weight: 600;
}

.buttonSetGreen a {
  background: #A6CE39;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 15px;
  margin-bottom: 30px;
  margin: 0 10px 30px 10px;
}

.buttonSetGreen a:hover {
  text-decoration: none;
  color: #fff;
}

.boxSteps {
  width: 100%;
}

.boxSteps .row-2 {
  background: url(../img/ovm/bg.png) center center repeat-x !important;
  width: 100%;
}

.alignLeft {
  text-align: left !important;
}

.date {
  font-weight: bold;
  color: #82AE3F;
  font-size: 22px !important;
}

.whyFooter .greenBtn {
  background: #88AC2E;
  color: #fff;
  display: block;
  width: 100% !important;
  max-width: 450px !important;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  margin: 0 auto 20px auto;
}

.whyFooter {
  width: 100%;
  padding: 0 0 50px 0;
  margin-top: -80px;
}

.whyFooter .greenBtn:hover {
  color: #fff;
}

.whyFooter .after {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.whyFooter .after * {
  text-align: center;
}

.whyFooter h3 {
  color: #FB2D1F;
  text-align: center;
  text-transform: uppercase;
}

.whyFooter .contactIcons {
  width: 100%;
  text-align: center;
  color: #88AC2E;
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.whyFooter .contactIcons strong {
  display: block;
}

.whyFooter .contactIcons .phone {
  background: url(../img/pickIcon1.svg) top center no-repeat;
  background-size: 60px;
  padding-top: 70px;
  display: inline-block;
  margin: 0 20px;
}

.whyFooter .contactIcons .mail {
  background: url(../img/pickIcon2.svg) top center no-repeat;
  background-size: 60px;
  padding-top: 70px;
  display: inline-block;
  margin: 0 20px;
}

@media screen and (max-width: 990px) {
  .whichPick h2::before, .whyPick h2::before, .featurePick .featureTitle::after, .featurePick .featureTitle::before {
    display: none;
  }
}
.remodal-overlay {
  background: #88AC2E !important;
  opacity: 0.8;
}

.remodal-wrapper * {
  text-align: left !important;
}

.remodal-wrapper h3 {
  color: #88AC2E !important;
}

.remodal {
  max-width: 1100px !important;
}

.remodal-close {
  background: url(../img/close.svg) center center no-repeat !important;
  background-size: 20px !important;
  top: 12px !important;
  left: 96% !important;
}

.prtnrs .prtnrsrow {
  max-width: 96% !important;
}

.dobbanto2 .db-right .db-right-box, .dobbanto2 .db-highlight, .dobbanto2 h3.withafter::after, .dobbanto2 .db-course, .dobbanto2 .db-trainers .db-trainsers-box .db-trainsers-name, .dobbanto2 .db-top .sub::before, .dobbanto2 .db-trainers .db-trainsers-box .db-trainsers-name::before {
  background-color: #88AC2E !important;
}

.dobbanto2 .db-cimage .container-fluid, .dobbanto2 .db-tem .db-tem-row {
  border-color: #88AC2E !important;
}

.dobbanto2 .db-highlight-after-box p, .dobbanto2 h3.withafter, .dobbanto2 .aftermdoules p, .dobbanto2 .db-el .db-el-content p:first-child, .dobbanto2 .db-courses-before h3 {
  color: #88AC2E !important;
}

.secondPhotos {
  width: 100%;
  clear: both;
  padding: 50px 0;
}

.secondPhotos .mentorRow {
  background: #fff;
  border-radius: 25px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
}

.secondPhotos .mentorRow .mentorImage {
  width: 30%;
  height: 407px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  border-radius: 20px;
}

.secondPhotos .mentorRow .mentorImage .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #A6CE39;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 22px;
  font-weight: bold;
  border-radius: 0 0 20px 20px;
}

.secondPhotos .mentorRow .mentorContent {
  width: 70%;
  padding: 20px 30px;
  text-align: left;
}

.secondPhotos .mentorRow .mentorContent h3 {
  color: #A6CE39;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .secondPhotos .mentorRow .mentorImage, .secondPhotos .mentorRow .mentorContent {
    width: 100%;
  }
}
.carouselSection {
  width: 100%;
  clear: both;
  padding: 50px 0 150px 0;
}
.carouselSection h3 {
  text-align: center;
  margin-bottom: 40px;
}
.carouselSection h3 strong {
  display: block;
  color: #88AC2E;
}
.carouselSection .carouselItem {
  border-radius: 20px;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  max-width: 80%;
  margin: 0 auto;
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  margin-bottom: 40px;
  background: #fff;
  border-top: 24px solid #88AC2E;
  text-align: center;
  padding: 20px 5%;
  min-height: 265px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.carouselSection .carouselItem p {
  font-size: 16px;
  font-weight: bold;
}
.carouselSection .slick-dots {
  bottom: -50px;
}
.carouselSection .slick-dots li.slick-active {
  margin: 0 10px;
}
.carouselSection .slick-dots li.slick-active button {
  background: #82AF3F;
  width: 30px;
  height: 30px;
  font-size: 0;
}
.carouselSection .slick-dots li.slick-active button::before {
  display: none;
}
.carouselSection .slick-dots li button {
  background: #314B5E;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.carouselSection .slick-dots li button::before {
  display: none;
}

.mentoringRepeat {
  width: 100%;
  clear: both;
}
.mentoringRepeat.hero .repeatRow {
  background: #fff;
}
.mentoringRepeat.hero .repeatRow h2::after {
  display: none;
}
.mentoringRepeat.hero .content {
  padding-bottom: 0 !important;
}
.mentoringRepeat.hero img {
  margin-bottom: 30px;
}
.mentoringRepeat.hero .contentBottom {
  position: relative;
  margin-top: 50px;
  padding: 30px 0 0;
  z-index: 1;
}
.mentoringRepeat.hero .contentBottom::after {
  width: 2600px;
  background: url(../img/pickapack/lastBg.jpg) top center no-repeat;
  background-size: 100% 185px;
  content: "";
  z-index: 1;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  height: 120%;
  top: -10%;
}
.mentoringRepeat.hero .contentBottom div {
  position: relative;
  z-index: 3;
  font-weight: bold;
}
.mentoringRepeat.hero .contentBottom div p {
  font-weight: bold;
}
.mentoringRepeat h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .mentoringRepeat h3 {
    font-size: 24px;
  }
}
.mentoringRepeat h3 strong {
  display: block;
  color: #88AC2E;
}
.mentoringRepeat .repeatRow {
  width: 100%;
  clear: both;
  position: relative;
  background: #F0F7DE;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 990px) {
  .mentoringRepeat .repeatRow {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.mentoringRepeat .repeatRow:nth-child(odd) {
  padding-left: 50%;
}
@media screen and (max-width: 990px) {
  .mentoringRepeat .repeatRow:nth-child(odd) {
    padding: 0px;
  }
}
.mentoringRepeat .repeatRow:nth-child(odd) .content {
  width: 800px;
}
@media screen and (max-width: 1580px) {
  .mentoringRepeat .repeatRow:nth-child(odd) .content {
    width: 98%;
  }
}
.mentoringRepeat .repeatRow:nth-child(even) {
  padding-right: 50%;
}
@media screen and (max-width: 990px) {
  .mentoringRepeat .repeatRow:nth-child(even) {
    padding: 0px;
  }
}
.mentoringRepeat .repeatRow:nth-child(even) .imageBox {
  top: 0;
  right: 0;
  left: auto;
}
.mentoringRepeat .repeatRow:nth-child(even) .content {
  width: 800px;
  float: right;
}
@media screen and (max-width: 1580px) {
  .mentoringRepeat .repeatRow:nth-child(even) .content {
    width: 98%;
  }
}
.mentoringRepeat .repeatRow .imageBox {
  height: 100%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  width: 50%;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 990px) {
  .mentoringRepeat .repeatRow .imageBox {
    width: 100%;
    height: 350px;
    position: static;
  }
}
.mentoringRepeat .repeatRow .repeatContent {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .mentoringRepeat .repeatRow .repeatContent img {
    width: 100%;
    height: auto;
  }
}
.mentoringRepeat .repeatRow .repeatContent .content {
  padding: 30px;
}
.mentoringRepeat .repeatRow .repeatContent h2 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
  font-size: 26px;
}
@media screen and (max-width: 575px) {
  .mentoringRepeat .repeatRow .repeatContent h2 {
    font-size: 22px;
  }
}
.mentoringRepeat .repeatRow .repeatContent h2::after {
  width: 180px;
  height: 1px;
  content: "";
  background: #314B5E;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.mentoringRepeat .repeatRow .repeatContent h3 {
  font-size: 16px;
  font-weight: bold;
}
.mentoringRepeat .repeatRow .repeatContent h4 {
  text-align: center;
  color: #82AF3F;
  font-size: 22px;
}
.mentoringRepeat .repeatRow .repeatContent ol {
  color: #A6CE39;
}
.mentoringRepeat .repeatRow .repeatContent ol li {
  margin-bottom: 8px;
}
.mentoringRepeat .repeatRow .repeatContent ol li span {
  color: #314B5E;
}
.mentoringRepeat .repeatRow .repeatContent ul {
  padding: 0;
}
.mentoringRepeat .repeatRow .repeatContent ul li {
  list-style: none;
  background: url(../img/pickapack/greentick.svg) top left no-repeat;
  background-size: 20px;
  padding-left: 35px;
  margin-bottom: 8px;
}

.whymentoring {
  text-align: center;
  padding: 50px 0 0;
}
.whymentoring .whyBg {
  position: relative;
}
.whymentoring .whyBg::after {
  width: 2600px;
  background: url(../img/pickapack/lastBg.jpg) top center no-repeat;
  background-size: 100% 185px;
  content: "";
  z-index: 1;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  height: 50%;
  top: 0;
}
.whymentoring .whyFeature {
  background: #F0F7DE;
  padding: 40px;
  position: relative;
  z-index: 2;
}

.featureBar {
  width: 100%;
  clear: both;
  background: #88AC2E;
  padding: 30px 0;
}
.featureBar .content {
  float: left;
  width: calc(100% - 240px);
}
@media screen and (max-width: 990px) {
  .featureBar .content {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }
}
.featureBar .content p {
  color: #fff;
  font-size: 22px;
}
.featureBar .idopont {
  float: left;
  width: 225px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  line-height: 45px;
  color: #82AF3F;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}
@media screen and (max-width: 990px) {
  .featureBar .idopont {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

.featureVideo {
  width: 100%;
  clear: both;
  padding: 50px 0;
  background: #fff url(../img/pickapack/firstBg.jpg) top center no-repeat;
  background-size: 100% 200px;
}
.featureVideo .col-12 {
  position: relative;
}
.featureVideo .col-12 h2 {
  font-size: 26px;
  position: relative;
  margin-bottom: 30px;
}
.featureVideo .col-12 h2::after {
  width: 180px;
  height: 1px;
  content: "";
  background: #314B5E;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.featureVideo .youtubeVideo {
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  height: 450px;
  position: static;
  margin-bottom: 30px;
  display: block;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 990px) {
  .featureVideo .youtubeVideo {
    width: 100%;
    clear: both;
    height: 350px;
    position: static;
    margin-bottom: 30px;
  }
}
.featureVideo .youtubeVideo .imageBox {
  display: block;
  width: 100%;
  height: 440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 990px) {
  .featureVideo .youtubeVideo .imageBox {
    height: 100%;
  }
}
.featureVideo .featureIntro {
  width: 100%;
  padding-right: 55%;
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .featureVideo .featureIntro {
    padding-right: 0;
  }
}
.featureVideo .featureIntroContent {
  width: 100%;
}

.adj-adomanyozo {
  width: 100%;
  clear: both;
  overflow: hidden;
}
.adj-adomanyozo .adomanyTitle {
  width: 100%;
  clear: both;
  position: relative;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 30px;
}
.adj-adomanyozo .adomanyTitle .adomanyPic {
  width: 386px;
  height: 457px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .adj-adomanyozo .adomanyTitle .adomanyPic {
    width: 220px;
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .adj-adomanyozo .adomanyTitle .adomanyPic {
    width: 100%;
    margin-bottoM: 30px;
    height: 420px;
  }
}
.adj-adomanyozo .adomanyTitle .adomanyContent {
  width: calc(100% - 405px);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 990px) {
  .adj-adomanyozo .adomanyTitle .adomanyContent {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 575px) {
  .adj-adomanyozo .adomanyTitle .adomanyContent {
    width: 100%;
  }
}
.adj-adomanyozo .adomanyTitle .adomanyContent .titulus {
  font-size: 30px;
  font-weight: 300;
  color: #314B5E;
  text-transform: uppercase;
}
.adj-adomanyozo .adomanyTitle .adomanyContent .subTitle {
  font-size: 30px;
  font-weight: bold;
  color: #88AC2E;
  text-transform: uppercase;
}
.adj-adomanyozo .adomanyTitle .adomanyContent .contacts {
  width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.adj-adomanyozo .adomanyTitle .adomanyContent .contacts::after {
  width: 2600px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background: url(../img/adjhozza/bgBar2.jpg) top left repeat-x;
  height: 114px;
  content: "";
  z-index: 1;
  top: -27px;
}
.adj-adomanyozo .adomanyTitle .adomanyContent .contacts .logoBox {
  width: 217px;
  height: 217px;
  background: url(../img/adjhozza/circle-4.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  z-index: 5;
  top: -80px;
}
@media screen and (max-width: 990px) {
  .adj-adomanyozo .adomanyTitle .adomanyContent .contacts .logoBox {
    width: 167px;
    height: 167px;
    top: -49px;
  }
}
.adj-adomanyozo .adomanyTitle .adomanyContent .contacts .logoBox .logo {
  width: 195px;
  height: 195px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 990px) {
  .adj-adomanyozo .adomanyTitle .adomanyContent .contacts .logoBox .logo {
    width: 140px;
    height: 140px;
  }
}
.adj-adomanyozo .adomanyTitle .adomanyContent .contacts .socials {
  width: calc(100% - 230px);
  position: relative;
  z-index: 3;
  padding-left: 0;
  margin-top: 20px;
}
@media screen and (max-width: 990px) {
  .adj-adomanyozo .adomanyTitle .adomanyContent .contacts .socials {
    width: calc(100% - 175px);
  }
}
.adj-adomanyozo .adomanyTitle .adomanyContent .contacts .socials li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.adj-adomanyozo .adomanyTitle .adomanyContent .contacts .socials li a {
  width: 60px;
  height: 60px;
  display: block;
}
@media screen and (max-width: 990px) {
  .adj-adomanyozo .adomanyTitle .adomanyContent .contacts .socials li a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .adj-adomanyozo .adomanyTitle .adomanyContent .contacts .socials li a {
    width: 30px;
    height: 30px;
  }
}
.adj-adomanyozo .adomanyTitle .adomanyContent .contacts .socials li a.socialWeb {
  background: url(../img/adjhozza/social-web.svg) center center no-repeat;
  background-size: contain;
}
.adj-adomanyozo .adomanyTitle .adomanyContent .contacts .socials li a.socialLinkdein {
  background: url(../img/adjhozza/social-linkedin.svg) center center no-repeat;
  background-size: contain;
}
.adj-adomanyozo .adomanyTitle .adomanyContent .contacts .socials li a.socialFacebook {
  background: url(../img/adjhozza/social-facebook.svg) center center no-repeat;
  background-size: contain;
}
.adj-adomanyozo .adomanyTitle .adomanyContent .contacts .socials li a.socialInstagram {
  background: url(../img/adjhozza/social-instagram.svg) center center no-repeat;
  background-size: contain;
}
.adj-adomanyozo .adomanyTitle .adomanyContent .contacts .socials li a.socialYoutube {
  background: url(../img/adjhozza/social-youtube.svg) center center no-repeat;
  background-size: contain;
}
.adj-adomanyozo .adomanyTitle .adomanyContent strong {
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
}
.adj-adomanyozo .intro {
  width: 100%;
  clear: both;
  padding: 30px 0;
}
.adj-adomanyozo .introSection {
  width: 100%;
  clear: both;
  padding: 30px 0;
}
.adj-adomanyozo .introSectionTitle {
  position: relative;
  text-transform: uppercase;
  padding: 20px 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .adj-adomanyozo .introSectionTitle {
    font-size: 20px;
  }
}
.adj-adomanyozo .introSectionTitle strong {
  color: #88AC2E;
  display: block;
}
.adj-adomanyozo .introSectionTitle span {
  position: relative;
  z-index: 2;
}
.adj-adomanyozo .introSectionTitle::after {
  width: 2600px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background: url(../img/adjhozza/bgBar2.jpg) top left repeat-x;
  height: 100%;
  content: "";
  z-index: 1;
  top: 0;
  background-size: auto 100%;
}

.adjhozzaprogram .programTitle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 990px) {
  .adjhozzaprogram .programTitle {
    background: none;
  }
}
.adjhozzaprogram .programTitle img {
  display: none;
  width: 100%;
  clear: both;
}
@media screen and (max-width: 990px) {
  .adjhozzaprogram .programTitle img {
    display: block;
    border: none !important;
    box-shadow: none !important;
  }
}
.adjhozzaprogram .programTitle .programLeft {
  width: 50%;
  background: rgba(255, 255, 255, 0.83);
  padding: 8% 8%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .adjhozzaprogram .programTitle .programLeft {
    width: 100%;
  }
}
.adjhozzaprogram .programTitle .programLeft img {
  display: block;
  margin: 0 auto 20px auto;
  width: 180px;
  border: none !important;
  box-shadow: none !important;
}
.adjhozzaprogram .programTitle .programLeft h1 {
  color: #FF736D;
  font-size: 40px;
}
@media screen and (max-width: 575px) {
  .adjhozzaprogram .programTitle .programLeft h1 {
    font-size: 30px;
  }
}
.adjhozzaprogram .programTitle .programLeft h2 {
  text-transform: uppercase;
  font-size: 30px;
}
@media screen and (max-width: 575px) {
  .adjhozzaprogram .programTitle .programLeft h2 {
    font-size: 20px;
  }
}
.adjhozzaprogram .programTitle .programLeft p {
  font-size: 30px;
}
@media screen and (max-width: 575px) {
  .adjhozzaprogram .programTitle .programLeft p {
    font-size: 20px;
  }
}
.adjhozzaprogram .programTitle .programLeft::after {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 6px solid #FF736D;
  content: "";
}
.adjhozzaprogram .innerRow {
  width: 100%;
  clear: both;
  background: url(../img/adjhozza/inner-bg.svg) top center no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.adjhozzaprogram .innerRow h2 {
  text-align: center;
  margin-bottom: 30px;
}
.adjhozzaprogram .innerRow h2 strong {
  color: #88AC2E;
  display: block;
}
.adjhozzaprogram .innerRow .programList {
  width: 100%;
  clear: both;
  padding: 40px 0;
}
.adjhozzaprogram .innerRow .programList .col-12 {
  margin-bottoM: 30px;
}
.adjhozzaprogram .innerRow .programList .programItem {
  background: #fff;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  display: inline-block;
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.adjhozzaprogram .innerRow .programList .programItem .imageBox {
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.adjhozzaprogram .innerRow .programList .programItem .content {
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
  padding: 30px;
  text-align: center;
}
.adjhozzaprogram .innerRow .programList .programItem .content strong {
  text-transform: uppercase;
}
.adjhozzaprogram .programCTAs {
  width: 100%;
  clear: both;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0;
}
.adjhozzaprogram .programCTAs .programBox {
  width: 50%;
  max-width: 430px;
  margin: 0 30px 30px 30px;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  display: inline-block;
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .adjhozzaprogram .programCTAs .programBox {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.adjhozzaprogram .programCTAs .programBox div {
  background: #9BCF00;
  text-align: center;
  width: 30%;
  position: relative;
  height: 100%;
  color: #fff;
  font-size: 25px;
  padding-top: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  text-transform: uppercase;
  min-height: 110px;
  font-size: 17px;
  padding-top: 44px;
}
.adjhozzaprogram .programCTAs .programBox span {
  width: 70%;
  text-align: center;
}
.adjhozzaprogram .programCTAs .programBox span p {
  margin: 0;
}
.adjhozzaprogram .programCTAs .programBox.helyszinek div::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/adjhozza/icon1.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  top: -25px;
}
.adjhozzaprogram .programCTAs .programBox.idopontok div::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/adjhozza/icon2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  top: -25px;
}
.adjhozzaprogram .programContent {
  width: 100%;
  clear: both;
  margin-bottom: 40px;
}
.adjhozzaprogram .programContent ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.adjhozzaprogram .programContent ol li {
  counter-increment: my-awesome-counter;
  padding-left: 35px;
  min-height: 60px;
  position: relative;
}
.adjhozzaprogram .programContent ol li::before {
  background: #88AC2E;
  position: absolute;
  top: 0;
  left: 0;
  content: "0" counter(my-awesome-counter);
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 30px;
  left: -35px;
  color: #fff;
}
.adjhozzaprogram .programContent .programElement {
  margin-bottom: 50px;
}
.adjhozzaprogram .programContent .specialistak {
  width: 100%;
  clear: both;
}
.adjhozzaprogram .programContent .specialistak .specRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.adjhozzaprogram .programContent .specialistak .specRow .specPhoto {
  width: 170px;
  height: 170px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 575px) {
  .adjhozzaprogram .programContent .specialistak .specRow .specPhoto {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }
}
.adjhozzaprogram .programContent .specialistak .specRow .specContent {
  width: calc(100% - 200px);
}
@media screen and (max-width: 575px) {
  .adjhozzaprogram .programContent .specialistak .specRow .specContent {
    width: 100%;
  }
}
.adjhozzaprogram .programContent .buttonSetGomb {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.adjhozzaprogram .programContent .buttonSetGomb a {
  display: block;
  margin: 0 20px 20px 0;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  line-height: 45px;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  display: inline-block;
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 900px) {
  .adjhozzaprogram .programContent .buttonSetGomb a {
    width: 100%;
    font-size: 20px;
  }
}
.adjhozzaprogram .programContent .buttonSetGomb a.red {
  background: #FF736D;
  color: #fff;
}
.adjhozzaprogram .programContent .buttonSetGomb a.white {
  background: #fff;
  color: #FF736D;
}
.adjhozzaprogram .tamogatok {
  overflow: hidden;
}
.adjhozzaprogram .tamogatok .tamRow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.adjhozzaprogram .tamogatok .tamRow::after {
  position: relative;
  z-index: 1;
  content: "";
  width: 2600px;
  height: 125px;
  top: 30px;
  background: url(../img/adjhozza/bgBar2.jpg) top left repeat-x;
  background-size: auto 100%;
  position: absolute;
}
.adjhozzaprogram .tamogatok .tamRow .tamPhoto {
  position: relative;
  z-index: 2;
  width: 170px;
  height: 170px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  filter: drop-shadow(5px -10px 10px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 575px) {
  .adjhozzaprogram .tamogatok .tamRow .tamPhoto {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }
}
.adjhozzaprogram .tamogatok .tamRow .tamIcons {
  position: relative;
  z-index: 2;
  width: 230px;
}
@media screen and (max-width: 575px) {
  .adjhozzaprogram .tamogatok .tamRow .tamIcons {
    width: 100%;
  }
}
.adjhozzaprogram .tamogatok .tamRow .tamIcons .tamTitle {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
.adjhozzaprogram .tamogatok .tamRow .tamIcons .socials {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.adjhozzaprogram .tamogatok .tamRow .tamIcons .socials li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.adjhozzaprogram .tamogatok .tamRow .tamIcons .socials li a {
  width: 30px;
  height: 30px;
  display: block;
}
@media screen and (max-width: 990px) {
  .adjhozzaprogram .tamogatok .tamRow .tamIcons .socials li a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .adjhozzaprogram .tamogatok .tamRow .tamIcons .socials li a {
    width: 30px;
    height: 30px;
  }
}
.adjhozzaprogram .tamogatok .tamRow .tamIcons .socials li a.socialWeb {
  background: url(../img/adjhozza/social-web.svg) center center no-repeat;
  background-size: contain;
}
.adjhozzaprogram .tamogatok .tamRow .tamIcons .socials li a.socialLinkdein {
  background: url(../img/adjhozza/social-linkedin.svg) center center no-repeat;
  background-size: contain;
}
.adjhozzaprogram .tamogatok .tamRow .tamIcons .socials li a.socialFacebook {
  background: url(../img/adjhozza/social-facebook.svg) center center no-repeat;
  background-size: contain;
}
.adjhozzaprogram .tamogatok .tamRow .tamIcons .socials li a.socialInstagram {
  background: url(../img/adjhozza/social-instagram.svg) center center no-repeat;
  background-size: contain;
}
.adjhozzaprogram .tamogatok .tamRow .tamIcons .socials li a.socialYoutube {
  background: url(../img/adjhozza/social-youtube.svg) center center no-repeat;
  background-size: contain;
}
.adjhozzaprogram .tamogatok .tamRow .tamContent {
  position: relative;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  display: inline-block;
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  padding: 30px;
  width: calc(100% - 430px);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 900px) {
  .adjhozzaprogram .tamogatok .tamRow .tamContent {
    width: 100%;
  }
}

.addBadge {
  position: relative;
}
.addBadge::before {
  width: 60px;
  height: 60px;
  background: url(../img/adjhozza/galleryTitle.svg) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -140px;
  left: 50%;
  margin-bottom: 0 !important;
}

.adjLanding {
  width: 100%;
  clear: both;
  overflow: hidden;
}
.adjLanding h2 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.adjLanding h2 strong {
  color: #88AC2E;
  display: block;
}
.adjLanding .adjBg {
  width: 100%;
  padding: 50px 0;
  clear: both;
  background: url(../img/adjhozza/bgbg.svg) top center no-repeat;
  background-size: cover;
}
.adjLanding .adomanyozoList .adomanyTitle {
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.adjLanding .adomanyozoList .adomanyTitle .adomanyPic {
  width: 360px;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 990px) {
  .adjLanding .adomanyozoList .adomanyTitle .adomanyPic {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 575px) {
  .adjLanding .adomanyozoList .adomanyTitle .adomanyPic {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }
}
.adjLanding .adomanyozoList .adomanyTitle .adomanyContent {
  width: calc(100% - 400px);
}
@media screen and (max-width: 990px) {
  .adjLanding .adomanyozoList .adomanyTitle .adomanyContent {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 575px) {
  .adjLanding .adomanyozoList .adomanyTitle .adomanyContent {
    width: 100%;
  }
}
.adjLanding .adomanyozoList .adomanyTitle .titulus {
  font-size: 30px;
  font-weight: 300;
  color: #314B5E;
  text-transform: uppercase;
}
.adjLanding .adomanyozoList .adomanyTitle .titulus a {
  font-size: 30px;
  font-weight: 300;
  color: #314B5E;
  text-transform: uppercase;
  text-decoration: none;
}
.adjLanding .adomanyozoList .adomanyTitle .subTitle {
  font-size: 30px;
  font-weight: bold;
  color: #88AC2E;
  text-transform: uppercase;
}
.adjLanding .adomanyozoList .adomanyTitle .subTitle a {
  font-size: 30px;
  font-weight: bold;
  color: #88AC2E;
  text-transform: uppercase;
  text-decoration: none;
}
.adjLanding .adomanyozoList .adomanyTitle .contacts {
  width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.adjLanding .adomanyozoList .adomanyTitle .contacts::after {
  width: 2600px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background: url(../img/adjhozza/bgBar2.jpg) top left repeat-x;
  height: 114px;
  content: "";
  z-index: 1;
  top: -27px;
}
.adjLanding .adomanyozoList .adomanyTitle .contacts .logoBox {
  width: 217px;
  height: 217px;
  background: url(../img/adjhozza/circle-4.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  z-index: 5;
  top: -80px;
}
@media screen and (max-width: 990px) {
  .adjLanding .adomanyozoList .adomanyTitle .contacts .logoBox {
    width: 167px;
    height: 167px;
    top: -49px;
  }
}
.adjLanding .adomanyozoList .adomanyTitle .contacts .logoBox .logo {
  width: 195px;
  height: 195px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 990px) {
  .adjLanding .adomanyozoList .adomanyTitle .contacts .logoBox .logo {
    width: 140px;
    height: 140px;
  }
}
.adjLanding .adomanyozoList .adomanyTitle .contacts .socials {
  width: calc(100% - 230px);
  position: relative;
  z-index: 3;
  padding-left: 0;
  margin-top: 20px;
}
@media screen and (max-width: 990px) {
  .adjLanding .adomanyozoList .adomanyTitle .contacts .socials {
    width: calc(100% - 175px);
  }
}
.adjLanding .adomanyozoList .adomanyTitle .contacts .socials li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.adjLanding .adomanyozoList .adomanyTitle .contacts .socials li a {
  width: 60px;
  height: 60px;
  display: block;
}
@media screen and (max-width: 990px) {
  .adjLanding .adomanyozoList .adomanyTitle .contacts .socials li a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .adjLanding .adomanyozoList .adomanyTitle .contacts .socials li a {
    width: 30px;
    height: 30px;
  }
}
.adjLanding .adomanyozoList .adomanyTitle .contacts .socials li a.socialWeb {
  background: url(../img/adjhozza/social-web.svg) center center no-repeat;
  background-size: contain;
}
.adjLanding .adomanyozoList .adomanyTitle .contacts .socials li a.socialLinkdein {
  background: url(../img/adjhozza/social-linkedin.svg) center center no-repeat;
  background-size: contain;
}
.adjLanding .adomanyozoList .adomanyTitle .contacts .socials li a.socialFacebook {
  background: url(../img/adjhozza/social-facebook.svg) center center no-repeat;
  background-size: contain;
}
.adjLanding .adomanyozoList .adomanyTitle .contacts .socials li a.socialInstagram {
  background: url(../img/adjhozza/social-instagram.svg) center center no-repeat;
  background-size: contain;
}
.adjLanding .adomanyozoList .adomanyTitle .contacts .socials li a.socialYoutube {
  background: url(../img/adjhozza/social-youtube.svg) center center no-repeat;
  background-size: contain;
}
.adjLanding .adomanyozoList .adomanyTitle strong {
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 30px;
}
.adjLanding .tovabbiTamogatok {
  width: 100%;
  clear: both;
  padding: 70px 0 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.adjLanding .tovabbiTamogatok .cegBox {
  width: 18%;
  margin: 0 2% 2% 2%;
}
@media screen and (max-width: 990px) {
  .adjLanding .tovabbiTamogatok .cegBox {
    width: 30%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 590px) {
  .adjLanding .tovabbiTamogatok .cegBox {
    width: 40%;
  }
}
.adjLanding .tovabbiTamogatok .cegBox .cegLogo {
  width: 150px;
  height: 150px;
  background: url(../img/adjhozza/circle-4.svg) center center no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 20px auto;
  position: relative;
}
@media screen and (max-width: 990px) {
  .adjLanding .tovabbiTamogatok .cegBox .cegLogo {
    width: 150px;
    height: 150px;
    top: -49px;
  }
}
@media screen and (max-width: 590px) {
  .adjLanding .tovabbiTamogatok .cegBox .cegLogo {
    margin-bottom: -20px;
  }
}
.adjLanding .tovabbiTamogatok .cegBox .cegLogo div {
  width: 135px;
  height: 135px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 990px) {
  .adjLanding .tovabbiTamogatok .cegBox .cegLogo div {
    width: 135px;
    height: 135px;
  }
}
.adjLanding .tovabbiTamogatok .cegBox .titulus {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.adjLanding .tovabbiTamogatok .cegBox .socials {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-left: 0;
  margin-top: 20px;
  text-align: center;
}
.adjLanding .tovabbiTamogatok .cegBox .socials li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.adjLanding .tovabbiTamogatok .cegBox .socials li a {
  width: 16px;
  height: 16px;
  display: block;
}
.adjLanding .tovabbiTamogatok .cegBox .socials li a.socialWeb {
  background: url(../img/adjhozza/social-web.svg) center center no-repeat;
  background-size: contain;
}
.adjLanding .tovabbiTamogatok .cegBox .socials li a.socialLinkdein {
  background: url(../img/adjhozza/social-linkedin.svg) center center no-repeat;
  background-size: contain;
}
.adjLanding .tovabbiTamogatok .cegBox .socials li a.socialFacebook {
  background: url(../img/adjhozza/social-facebook.svg) center center no-repeat;
  background-size: contain;
}
.adjLanding .tovabbiTamogatok .cegBox .socials li a.socialInstagram {
  background: url(../img/adjhozza/social-instagram.svg) center center no-repeat;
  background-size: contain;
}
.adjLanding .tovabbiTamogatok .cegBox .socials li a.socialYoutube {
  background: url(../img/adjhozza/social-youtube.svg) center center no-repeat;
  background-size: contain;
}
.adjLanding .outro {
  width: 100%;
  clear: both;
  padding: 50px 0;
}
.adjLanding .outro ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.adjLanding .outro ol li {
  counter-increment: my-awesome-counter;
  padding-left: 35px;
  min-height: 60px;
  position: relative;
}
.adjLanding .outro ol li::before {
  background: #88AC2E;
  position: absolute;
  top: 0;
  left: 0;
  content: "0" counter(my-awesome-counter);
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 30px;
  left: -35px;
  color: #fff;
}
.adjLanding .howIntro {
  margin-top: 40px;
  margin-bottom: 50px;
  width: 100%;
}
.adjLanding .howBoxes {
  width: 100%;
}
.adjLanding .howBoxes .howRow {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  padding: 30px 0;
}
.adjLanding .howBoxes .howRow::before {
  height: 100%;
  content: "";
  background: #EAF5D6;
  width: 2600px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  top: 0;
  z-index: 1;
}
.adjLanding .howBoxes .howRow::after {
  height: 60px;
  width: 2600px;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  bottom: -60px;
  z-index: 1;
  background: url(../img/adjhozza/bgBar2.jpg) top center repeat-x;
  background-size: auto 100%;
}
.adjLanding .howBoxes .howRow .howCounter {
  position: relative;
  z-index: 2;
  color: #A6CE39;
  font-size: 100px;
  position: absolute;
  top: -56px;
  left: 0;
}
.adjLanding .howBoxes .howRow .howTitle {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 70px;
  font-weight: bold;
  text-transform: uppercase;
}
.adjLanding .howBoxes .howRow .howInnerContent {
  position: relative;
  z-index: 2;
}
.adjLanding .programListInner {
  padding: 40px 0;
  width: 100%;
}
.adjLanding .programListInner .programRowList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 50px;
}
.adjLanding .programListInner .programRowList .programImage {
  width: 620px;
  height: 620px;
  background: url(../img/adjhozza/circle-1.svg) center center no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 20px auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  .adjLanding .programListInner .programRowList .programImage {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 1150px) {
  .adjLanding .programListInner .programRowList .programImage {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 990px) {
  .adjLanding .programListInner .programRowList .programImage {
    width: 350px;
    height: 350px;
  }
}
.adjLanding .programListInner .programRowList .programImage div {
  width: 560px;
  height: 560px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1280px) {
  .adjLanding .programListInner .programRowList .programImage div {
    width: 440px;
    height: 440px;
  }
}
@media screen and (max-width: 1150px) {
  .adjLanding .programListInner .programRowList .programImage div {
    width: 290px;
    height: 290px;
  }
}
@media screen and (max-width: 990px) {
  .adjLanding .programListInner .programRowList .programImage div {
    width: 290px;
    height: 290px;
  }
}
.adjLanding .programListInner .programRowList .programContent {
  width: 550px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1150px) {
  .adjLanding .programListInner .programRowList .programContent {
    width: calc(100% - 370px);
  }
}
@media screen and (max-width: 990px) {
  .adjLanding .programListInner .programRowList .programContent {
    width: 100%;
  }
}
.adjLanding .programListInner .programRowList .programContent .programTitle {
  margin-bottom: 0px;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  padding-left: 40px;
}
.adjLanding .programListInner .programRowList .programContent .programTitle div {
  position: relative;
  z-index: 2;
}
.adjLanding .programListInner .programRowList .programContent .programTitle::after {
  width: 190px;
  height: 18px;
  content: "";
  position: absolute;
  bottom: 50px;
  left: 40px;
}
.adjLanding .programListInner .programRowList .programContent .subTipus {
  padding-left: 40px;
  margin-bottom: 20px;
  min-height: 40px;
}
.adjLanding .programListInner .programRowList .programContent .subTarget {
  padding-left: 40px;
  margin-bottom: 20px;
  min-height: 40px;
}
.adjLanding .programListInner .programRowList .programContent .subTartalom {
  padding-left: 40px;
  margin-bottom: 20px;
  min-height: 40px;
}
.adjLanding .programListInner .programRowList .programContent .subNyer {
  padding-left: 40px;
  position: relative;
  padding: 30px 0 30px 40px;
}
.adjLanding .programListInner .programRowList .programContent .subNyer div {
  position: relative;
  z-index: 2;
}
.adjLanding .programListInner .programRowList .programContent .subNyer::after {
  content: "";
  position: absolute;
  width: 2600px;
  top: 0;
  height: 100%;
}
.adjLanding .programListInner .programRowList .programContent .subBtn {
  display: block;
  margin: 0 20px 20px 0;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  line-height: 45px;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  display: inline-block;
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  background: #A6CE39;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .adjLanding .programListInner .programRowList .programContent .subBtn {
    width: 100%;
    font-size: 20px;
  }
}
.adjLanding .programListInner .programRowList.prog-1 .programTitle::after, .adjLanding .programListInner .programRowList.prog-5 .programTitle::after {
  background: #FF736D;
}
.adjLanding .programListInner .programRowList.prog-1 .programImage, .adjLanding .programListInner .programRowList.prog-5 .programImage {
  background: url(../img/adjhozza/circle-1.svg) center center no-repeat;
  background-size: contain;
  order: 2;
}
@media screen and (max-width: 990px) {
  .adjLanding .programListInner .programRowList.prog-1 .programImage, .adjLanding .programListInner .programRowList.prog-5 .programImage {
    order: 1;
  }
}
@media screen and (max-width: 990px) {
  .adjLanding .programListInner .programRowList.prog-1 .programContent, .adjLanding .programListInner .programRowList.prog-5 .programContent {
    order: 2;
  }
}
.adjLanding .programListInner .programRowList.prog-1 .subTipus, .adjLanding .programListInner .programRowList.prog-5 .subTipus {
  background: url(../img/adjhozza/event1-time.svg) top left no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-1 .subTarget, .adjLanding .programListInner .programRowList.prog-5 .subTarget {
  background: url(../img/adjhozza/event1-target.svg) top left no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-1 .subTartalom, .adjLanding .programListInner .programRowList.prog-5 .subTartalom {
  background: url(../img/adjhozza/event1-calendar.svg) top left no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-1 .subNyer, .adjLanding .programListInner .programRowList.prog-5 .subNyer {
  background: url(../img/adjhozza/event1-rocket.svg) 0 30px no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-1 .subNyer::after, .adjLanding .programListInner .programRowList.prog-5 .subNyer::after {
  background: rgba(255, 115, 109, 0.2);
  left: -30px;
}
.adjLanding .programListInner .programRowList.prog-2 .programTitle::after, .adjLanding .programListInner .programRowList.prog-6 .programTitle::after {
  background: #EFE981;
}
.adjLanding .programListInner .programRowList.prog-2 .programImage, .adjLanding .programListInner .programRowList.prog-6 .programImage {
  background: url(../img/adjhozza/circle-2.svg) center center no-repeat;
  background-size: contain;
}
.adjLanding .programListInner .programRowList.prog-2 .subTipus, .adjLanding .programListInner .programRowList.prog-6 .subTipus {
  background: url(../img/adjhozza/event2-time.svg) top left no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-2 .subTarget, .adjLanding .programListInner .programRowList.prog-6 .subTarget {
  background: url(../img/adjhozza/event2-target.svg) top left no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-2 .subTartalom, .adjLanding .programListInner .programRowList.prog-6 .subTartalom {
  background: url(../img/adjhozza/event2-calendar.svg) top left no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-2 .subNyer, .adjLanding .programListInner .programRowList.prog-6 .subNyer {
  background: url(../img/adjhozza/event2-rocket.svg) 0 30px no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-2 .subNyer::after, .adjLanding .programListInner .programRowList.prog-6 .subNyer::after {
  background: rgba(239, 233, 129, 0.2);
  right: -30px;
}
.adjLanding .programListInner .programRowList.prog-3 .programTitle::after, .adjLanding .programListInner .programRowList.prog-7 .programTitle::after {
  background: #67C4EB;
}
.adjLanding .programListInner .programRowList.prog-3 .programImage, .adjLanding .programListInner .programRowList.prog-7 .programImage {
  background: url(../img/adjhozza/circle-3.svg) center center no-repeat;
  background-size: contain;
  order: 2;
}
@media screen and (max-width: 990px) {
  .adjLanding .programListInner .programRowList.prog-3 .programImage, .adjLanding .programListInner .programRowList.prog-7 .programImage {
    order: 1;
  }
}
@media screen and (max-width: 990px) {
  .adjLanding .programListInner .programRowList.prog-3 .programContent, .adjLanding .programListInner .programRowList.prog-7 .programContent {
    order: 2;
  }
}
.adjLanding .programListInner .programRowList.prog-3 .subTipus, .adjLanding .programListInner .programRowList.prog-7 .subTipus {
  background: url(../img/adjhozza/event3-time.svg) top left no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-3 .subTarget, .adjLanding .programListInner .programRowList.prog-7 .subTarget {
  background: url(../img/adjhozza/event3-target.svg) top left no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-3 .subTartalom, .adjLanding .programListInner .programRowList.prog-7 .subTartalom {
  background: url(../img/adjhozza/event3-calendar.svg) top left no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-3 .subNyer, .adjLanding .programListInner .programRowList.prog-7 .subNyer {
  background: url(../img/adjhozza/event3-rocket.svg) 0 30px no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-3 .subNyer::after, .adjLanding .programListInner .programRowList.prog-7 .subNyer::after {
  background: rgba(103, 196, 235, 0.2);
  left: -30px;
}
.adjLanding .programListInner .programRowList.prog-4 .programTitle::after, .adjLanding .programListInner .programRowList.prog-8 .programTitle::after {
  background: #A2CF44;
}
.adjLanding .programListInner .programRowList.prog-4 .programImage, .adjLanding .programListInner .programRowList.prog-8 .programImage {
  background: url(../img/adjhozza/circle-4.svg) center center no-repeat;
  background-size: contain;
}
.adjLanding .programListInner .programRowList.prog-4 .subTipus, .adjLanding .programListInner .programRowList.prog-8 .subTipus {
  background: url(../img/adjhozza/event4-time.svg) top left no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-4 .subTarget, .adjLanding .programListInner .programRowList.prog-8 .subTarget {
  background: url(../img/adjhozza/event4-target.svg) top left no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-4 .subTartalom, .adjLanding .programListInner .programRowList.prog-8 .subTartalom {
  background: url(../img/adjhozza/event4-calendar.svg) top left no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-4 .subNyer, .adjLanding .programListInner .programRowList.prog-8 .subNyer {
  background: url(../img/adjhozza/event4-rocket.svg) 0 30px no-repeat;
  background-size: 30px;
}
.adjLanding .programListInner .programRowList.prog-4 .subNyer::after, .adjLanding .programListInner .programRowList.prog-8 .subNyer::after {
  background: rgba(162, 207, 68, 0.2);
  right: -30px;
}
.adjLanding .programSteps {
  width: 100%;
  clear: both;
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.adjLanding .programSteps:nth-child(1) .counter {
  left: -70px !important;
}
.adjLanding .programSteps .programStepItem {
  width: 350px;
  height: 350px;
  margin: 0 50px 20px 50px;
  position: relative;
  /* &:nth-child(1) {
     .counter {
       background:url(../img/adjhozza/count1.svg) top left no-repeat; height:100%; position:absolute; top:0; left:50px;
       background-size:contain; content:''; @include center(vertical);
     }
   }
   &:nth-child(2) {
     .counter {
       background:url(../img/adjhozza/count2.svg) top left no-repeat; height:100%; position:absolute; top:0; left:50px;
       background-size:contain; content:''; @include center(vertical);
     }
   }
   &:nth-child(3) {
     .counter {
       background:url(../img/adjhozza/count3.svg) top left no-repeat; height:100%; position:absolute; top:0; left:50px;
       background-size:contain; content:''; @include center(vertical);
     }
   }*/
}
.adjLanding .programSteps .programStepItem .programContent {
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  display: inline-block;
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  width: 350px;
  height: 350px;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.adjLanding .programSteps .programStepItem .counter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 340px;
  color: #A6CE39;
  left: -110px;
  line-height: 1;
}
.adjLanding .adja {
  width: 100%;
  padding: 0 0 50px 0;
}
.adjLanding .adja img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: none !important;
  height: auto;
  display: block;
}
.adjLanding .networkingChild.adjaneki h3 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #212529;
}
.adjLanding .networkingChild.adjaneki h3 strong {
  color: #88AC2E;
  display: block;
}
.adjLanding .networkingChild.adjaneki .galleryCarousel .newsTitle {
  padding: 0 !important;
}
.adjLanding .networkingChild.adjaneki .galleryCarousel .newsTitle, .adjLanding .networkingChild.adjaneki .galleryInner {
  background: none !important;
}
.adjLanding .networkingChild.adjaneki a {
  display: block;
  width: 100%;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  color: #212529;
  text-decoration: none;
  box-shadow: 2px 7px 16px -10px rgba(0, 0, 0, 0.75);
  position: relative;
}
.adjLanding .networkingChild.adjaneki a .inside {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  font-size: 22px;
  color: #212529;
}
.adjLanding .networkingChild.adjaneki a .inside strong {
  color: #88AC2E;
}
.adjLanding .programTitle {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: top right;
  padding: 50px 0;
}
@media screen and (max-width: 990px) {
  .adjLanding .programTitle {
    background: none !important;
    padding: 0 !important;
  }
}
.adjLanding .programTitle img {
  display: none;
  width: 100%;
  clear: both;
}
@media screen and (max-width: 990px) {
  .adjLanding .programTitle img {
    display: block;
    border: none !important;
    box-shadow: none !important;
  }
}
.adjLanding .programTitle .programLeft {
  width: 100%;
  background: rgba(255, 255, 255, 0.83);
  max-width: 1220px;
  margin: 0px auto;
  padding: 8% 8%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .adjLanding .programTitle .programLeft {
    width: 100%;
  }
}
.adjLanding .programTitle .programLeft img {
  display: block;
  margin: 0 auto 20px auto;
  width: 180px;
  border: none !important;
  box-shadow: none !important;
}
.adjLanding .programTitle .programLeft h1 {
  color: #212529;
  font-size: 40px;
}
@media screen and (max-width: 575px) {
  .adjLanding .programTitle .programLeft h1 {
    font-size: 30px;
  }
}
.adjLanding .programTitle .programLeft h2 {
  text-transform: uppercase;
  font-size: 30px;
}
@media screen and (max-width: 575px) {
  .adjLanding .programTitle .programLeft h2 {
    font-size: 20px;
  }
}
.adjLanding .programTitle .programLeft p {
  font-size: 30px;
}
@media screen and (max-width: 575px) {
  .adjLanding .programTitle .programLeft p {
    font-size: 20px;
  }
}
.adjLanding .programTitle .programLeft::after {
  width: 110%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 6px solid #A6CE39;
  content: "";
}
@media screen and (max-width: 990px) {
  .adjLanding .programTitle .programLeft::after {
    height: 100%;
    width: 100%;
  }
}

/*
    <div class="programTitle" style="background-image:url(<?php echo $image[0]; ?>);">
        <img src="<?php echo $image[0]; ?>" />
        <div class="programLeft"><?php the_content();?></div>
    </div>
                  <a href="<?php echo get_permalink($item['link']); ?>" style="background-image:url(<?php echo $image[0]; ?>);">
                                <span class="inside">
                                    <?php echo $item['content']; ?>
                                </span>
                            </a>
      <div class="programSteps">
                    <?php $counter=1; foreach($steps as $item): ?>
                    <div class="programStepItem">
                        <div class="counter"><?php echo $counter; ?></div>
                        <div class="programContent"><?php echo $item['content']; ?></div>
                    </div>
                    <?php $counter++; endforeach; ?>
                </div>
*/

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