@charset "UTF-8";
/*** main site and microsites common variables ***/
/*** font settings ***/
/*** media query ***/
/*** Etc propertys ***/
/*
 * Top and bottom gradient.
 */
/*
 * Only a bottom gradient.
 */
/*** site color-palette ***/
/*** site color-schema ***/
.-coloredBack {
  background: #FF3B49;
}

.-monochromeBack {
  background: rgba(229, 229, 229, 0.3);
}

.-coloredFront {
  color: #FF3B49;
}

.-greyFront {
  color: rgba(0, 0, 0, 0.3);
}

.-whiteFront {
  color: #fff;
}

.a-logo {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  /* Felesleges szabályok a logo szövegesé tételét követően innen lefelé! ----------------------------------------- */
}
.a-logo::before {
  display: inline-block;
  position: relative;
  content: "nlc";
  color: #222222;
}
.a-logo::after {
  display: inline-block;
  content: ".";
  color: #FF3B49;
}
.a-logo.-logoWhiteWithRedCircle::before {
  color: #fff;
}
.a-logo.-logoWhiteWithRedCircle::after {
  color: #FF3B49;
}
.a-logo.-galleryLogo {
  margin-top: -5px;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .a-logo.-galleryLogo {
    font-size: 30px;
    font-size: 3rem;
  }
}
.a-logo.-logoImpress {
  font-size: 80px;
  font-size: 8rem;
}
.a-btn {
  outline: none !important;
  cursor: pointer;
}
.a-btn.-baseBtn {
  display: block;
  height: 50px;
  margin: 20px auto;
  border: 2px solid;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transition: background 500ms ease, border 500ms ease, color 500ms ease;
  -o-transition: background 500ms ease, border 500ms ease, color 500ms ease;
  transition: background 500ms ease, border 500ms ease, color 500ms ease;
}
@media (max-width: 544px) {
  .-reminderOverlay .a-btn.-baseBtn {
    letter-spacing: 0;
  }
}
@media (min-width: 544px) {
  .a-btn.-baseBtn {
    letter-spacing: 0.1em;
  }
}
.a-btn.-baseWidthBtn {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
}
.a-btn.-wideWidthBtn {
  display: inline-block;
  padding-right: 80px;
  padding-left: 80px;
}
.a-btn.-mediumWidthBtn {
  padding-right: 45px;
  padding-left: 45px;
}
.a-btn.-fullWidthBtn {
  width: 100%;
}
.a-btn.-smallWidthBtn {
  margin: 10px 0 10px 10px;
}
.a-btn.-smallHeight {
  height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 38px;
}
.a-btn.-fbIcon {
  background: #3b5999;
  color: #fff;
}
.a-btn.-forumBtn {
  display: inline-block;
  padding: 0 15px;
}
.a-btn.-forumBtn i {
  margin-right: 0;
}
@media (max-width: 544px) {
  .a-btn.-forumBtn {
    display: none;
  }
}
@media (min-width: 640px) {
  .a-btn.-fbBtn {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 40px;
    top: -2px;
    margin: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.1em;
    border-radius: 0;
  }
}
.a-btn.-fbBtnFullWidth {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  margin: 34px auto;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 50px;
  letter-spacing: 0.1em;
  border-radius: 0;
}
.a-btn.-transparentBack {
  background: none;
  border: none;
}
.a-btn.-impressBtn {
  max-width: 200px;
  margin: auto;
  padding: 0;
}
.a-btn.-impressBtn:hover {
  background: #fff !important;
}
.a-btn.-primaryBtn {
  background: #FF3B49;
  border-color: transparent;
  color: #fff;
}
.a-btn.-primaryBtn:hover {
  background: transparent;
  border-color: #FF3B49;
  color: #FF3B49;
}
.-gallery .a-btn.-primaryBtn {
  margin-bottom: 0;
}
.-gallery .a-btn.-primaryBtn:hover {
  background: #FF3B49;
  border-color: transparent;
  color: #fff;
}
.a-btn.-secondaryBtn {
  background: #E5E5E5;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.54);
}
.a-btn.-secondaryBtn:hover {
  background: #fff;
  border-color: #222222;
  color: #222222;
}
.a-btn.-tertiaryBtn {
  background: #fff;
  border-color: #E5E5E5;
  color: rgba(0, 0, 0, 0.54);
}
.a-btn.-tertiaryBtn:hover {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.54);
}
.a-btn.-searchBtn {
  min-width: 45px;
  min-height: 45px;
  color: rgba(0, 0, 0, 0.3);
}
.a-btn.-disabledBtn {
  opacity: 0.5;
  cursor: default;
}
.-authorPage .a-btn {
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .a-btn i {
    margin-right: 15px;
  }
}

.o-adventPage {
  margin-bottom: -5px;
}
.o-adventPage .a-logo.-headerLogoSmall {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 32px;
}
@media (min-width: 992px) {
  .o-adventPage .a-logo.-headerLogoSmall {
    position: relative;
    bottom: -2px;
    font-size: 51px;
    font-size: 5.1rem;
    line-height: 51px;
  }
}
.o-adventPage .a-btn.-adventBaseBtn {
  display: inline-block;
  margin: 20px 10px;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 38px;
}
@media (min-width: 992px) {
  .o-adventPage .a-btn.-adventBaseBtn i {
    margin-right: 0;
  }
}
.o-adventPage .a-btn.-adventBaseBtn.-fbAdventBtn {
  padding: 0 20px;
  font-weight: 400;
}
.o-adventPage .a-btn.-adventBaseBtn.-colored {
  background: #FF3B49;
  border: 2px solid #FF3B49;
  color: #fff;
}
@media (max-width: 767px) {
  .o-adventPage .a-btn.-adventBaseBtn.-colored {
    margin-bottom: 5px;
  }
}
.o-adventPage .a-btn.-adventBaseBtn.-white {
  background: #fff;
  border: 2px solid #fff;
  color: rgba(0, 0, 0, 0.54);
}
@media (max-width: 767px) {
  .o-adventPage .a-btn.-adventBaseBtn.-white {
    margin-top: 5px;
  }
}
.o-adventPage .a-btn.-adventBaseBtn.-winnersList {
  display: none;
}
@media (min-width: 1200px) {
  .o-adventPage .a-btn.-adventBaseBtn.-winnersList {
    display: inline-block;
  }
}
@media (max-height: 650px) {
  .o-adventPage .a-btn.-adventBaseBtn.-winnersList {
    display: none;
  }
}
.o-adventPage .a-btn.-adventBaseBtn.-topBtn {
  margin: 0 7px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .o-adventPage .a-btn.-adventBaseBtn.-topBtn {
    margin: 15px 10px;
    padding: 0 32px;
  }
}
@media (min-width: 540px) {
  .o-adventPage .a-btn.-adventBaseBtn {
    height: 50px;
    margin: 30px 10px;
    padding: 0 32px;
    line-height: 48px;
  }
}
.o-adventPage__logoWrap {
  display: block;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 5;
}
@media (min-width: 768px) {
  .o-adventPage__logoWrap {
    top: 30px;
  }
}
.o-adventPage__logoLink {
  display: block;
}
.o-adventPage__logo {
  width: 120px;
  height: auto;
}
.o-adventPage__btnFbWrap {
  position: absolute;
  display: block;
  height: 40px;
  top: 10px;
  right: 4px;
  line-height: 35px;
  z-index: 10;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transition: background 500ms ease, border 500ms ease, color 500ms ease;
  -o-transition: background 500ms ease, border 500ms ease, color 500ms ease;
  transition: background 500ms ease, border 500ms ease, color 500ms ease;
}
@media all and (min-width: 768px) {
  .o-adventPage__btnFbWrap {
    top: 30px;
    right: 20px;
  }
}
.o-adventPage__btnFbLink {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
.o-adventPage__btnFbIconLink {
  color: #fff;
  margin-left: 10px;
  font-weight: 400;
}
.o-adventPage__wrap {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.o-adventPage__wrap.-section1 {
  min-height: 100vh;
  background: #64b0ed;
  background: -webkit-gradient(linear, left top, left bottom, from(#64b0ed), to(white));
  background: -o-linear-gradient(top, #64b0ed 0%, white 100%);
  background: linear-gradient(to bottom, #64b0ed 0%, white 100%);
}
.o-adventPage__wrap.-section2 {
  padding-bottom: 280px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #64b0ed), to(white));
  background: -o-linear-gradient(top, #64b0ed 70%, white 100%);
  background: linear-gradient(to bottom, #64b0ed 70%, white 100%);
}
@media all and (min-width: 768px) {
  .o-adventPage__wrap.-section2 {
    padding-bottom: 550px;
  }
}
.o-adventPage__wrap.-section3 {
  padding-bottom: 300px;
  background: #fff;
}
@media all and (min-width: 640px) {
  .o-adventPage__wrap.-section3 {
    padding-bottom: 400px;
  }
}
@media all and (min-width: 768px) {
  .o-adventPage__wrap.-section3 {
    padding-bottom: 450px;
  }
}
.o-adventPage__snowBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("/themes/nlcafe/images/advent/2020/snow.svg") repeat center;
  z-index: 2;
}
.o-adventPage__title {
  position: relative;
  max-width: 90%;
  margin: 20px auto;
  font-family: "Playfair Display", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  z-index: 5;
}
.-section1 .o-adventPage__title {
  line-height: 34px;
  margin: 65px auto 20px auto;
}
@media (min-width: 540px) {
  .-section1 .o-adventPage__title {
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .-section1 .o-adventPage__title {
    margin: 120px auto 20px auto;
    font-size: 40px;
    font-size: 4rem;
    line-height: 52px;
  }
}
@media (min-width: 1024px) {
  .-section1 .o-adventPage__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 78px;
  }
}
@media (min-width: 1366px) {
  .-section1 .o-adventPage__title {
    margin: 50px auto 20px auto;
  }
}
@media (min-width: 1380px) {
  .-section1 .o-adventPage__title {
    margin: 70px auto 20px auto;
  }
}
.-section2 .o-adventPage__title {
  margin: 50px auto 15px auto;
}
.-section3 .o-adventPage__title {
  color: #222222;
}
@media (min-width: 540px) {
  .o-adventPage__title {
    max-width: 80%;
    margin: 55px auto 20px auto;
  }
}
@media all and (min-width: 992px) {
  .o-adventPage__title {
    margin: 35px auto 30px auto;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 78px;
  }
}
@media all and (min-width: 1200px) {
  .o-adventPage__title {
    max-width: 650px;
  }
}
.o-adventPage__lead {
  position: relative;
  max-width: 90%;
  margin: auto auto 40px auto;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  z-index: 5;
}
.-section1 .o-adventPage__lead {
  margin-bottom: 0;
}
.-section3 .o-adventPage__lead {
  max-width: 740px;
  text-align: justify;
}
@media (min-width: 640px) {
  .o-adventPage__lead {
    max-width: 70%;
  }
}
@media all and (min-width: 1200px) {
  .o-adventPage__lead {
    max-width: 600px;
  }
}
.-section3 .o-adventPage__descriptionWrap {
  position: relative;
  margin: 25px auto;
  z-index: 20;
}
.-section3 .o-adventPage__description {
  max-width: 90%;
  margin: auto auto 20px auto;
  color: #222222;
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
}
.-section3 .o-adventPage__description a {
  color: #FF3B49;
}
@media all and (min-width: 768px) {
  .-section3 .o-adventPage__description {
    max-width: 740px;
  }
}
.o-adventPage__btnWrap {
  position: relative;
  text-align: center;
  z-index: 10;
}
.o-adventPage__prizeOuterWrap {
  position: relative;
  width: 100%;
  max-width: 90%;
  margin: auto;
  padding: 10px 0 2px 0;
  background: rgba(77, 89, 99, 0.8);
  border-radius: 10px;
  z-index: 3;
}
@media (min-width: 640px) {
  .o-adventPage__prizeOuterWrap {
    max-width: 600px;
    padding: 19px 0;
    border-radius: 20px;
  }
}
.o-adventPage__prizeCountTxt {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 480px) {
  .o-adventPage__prizeCountTxt {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.o-adventPage__prizeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-adventPage__prizeWrap.-mediumCircle {
  max-width: 850px;
}
.o-adventPage__prizeWrap.-smallCircle {
  position: relative;
  width: 90%;
  z-index: 2;
}
@media (min-width: 640px) {
  .o-adventPage__prizeWrap.-smallCircle {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .o-adventPage__prizeWrap {
    margin: 25px auto;
  }
}
.o-adventPage__prize > div {
  position: relative;
}
.-smallCircle .o-adventPage__prize > div {
  overflow: hidden;
  height: 36px;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .-smallCircle .o-adventPage__prize > div {
    height: 72px;
    margin-bottom: 0;
  }
}
.-mediumCircle .o-adventPage__prize {
  margin-bottom: 25px;
}
.o-adventPage__prizeCircle {
  display: inline-block;
  margin: 0 8px;
  background: #fff;
}
.-largeCircle .o-adventPage__prizeCircle {
  width: 350px;
  height: 315px;
  border-radius: 45%;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .-largeCircle .o-adventPage__prizeCircle {
    width: 350px;
    height: 315px;
    border-radius: 45%;
  }
}
.-mediumCircle .o-adventPage__prizeCircle {
  width: 180px;
  height: 162px;
  border-radius: 45%;
  margin: 0 10px;
}
.-smallCircle .o-adventPage__prizeCircle {
  width: 40px;
  height: 36px;
  border-radius: 45%;
}
@media (min-width: 640px) {
  .-smallCircle .o-adventPage__prizeCircle {
    width: 80px;
    height: 72px;
    border-radius: 45%;
  }
}
.o-adventPage__prizeInactive {
  position: absolute;
  width: 13px;
  top: 9px;
  left: 23px;
  z-index: 9;
}
@media (min-width: 480px) {
  .o-adventPage__prizeInactive {
    width: 18px;
    top: 9px;
    left: 20px;
  }
}
@media (min-width: 640px) {
  .o-adventPage__prizeInactive {
    width: auto;
    top: 9px;
    left: 36px;
  }
}
.o-adventPage__prizeTxt {
  position: relative;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  z-index: 10;
}
.-largeCircle .o-adventPage__prizeTxt {
  display: block;
  width: 350px;
  margin: 10px auto;
}
.-mediumCircle .o-adventPage__prizeTxt {
  display: block;
  width: 180px;
  margin: 10px auto;
}
.o-adventPage__prizePct {
  position: absolute;
  z-index: 10;
  background-position: center;
}
.-mediumCircle .o-adventPage__prizePct {
  top: 0;
  left: 10px;
  width: 180px;
  height: 162px;
  border-radius: 45%;
}
.-largeCircle .o-adventPage__prizePct {
  top: 0;
  left: 8px;
  width: 350px;
  height: 315px;
  border-radius: 45%;
  background-size: 350px;
}
.o-adventPage__scrollTopBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #FF3B49;
  color: #fff;
  width: 40px;
  height: 36px;
  border-radius: 45%;
  text-align: center;
  line-height: 37px;
  z-index: 50;
}
.o-adventPage__sectionBackBg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.o-adventPage .-sectionTopBg2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: transparent url("/themes/nlcafe/images/advent/2020/snow.svg") repeat center;
  z-index: 2;
}
.o-adventPage__sectionBackFront {
  display: none;
}
@media screen and (min-width: 1200px) {
  .o-adventPage__sectionBackFront {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
  }
}
.o-adventPage__sectionBottomBg1 {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  left: 0;
  right: 0;
  bottom: 47px;
  z-index: 1;
  background: transparent url("/themes/nlcafe/images/advent/2020/advent-landscape-mobile.png") no-repeat center bottom;
  background-size: cover;
}
.o-adventPage__sectionBottomBg1:before {
  display: none;
}
@media (min-height: 800px) {
  .o-adventPage__sectionBottomBg1:before {
    position: relative;
    display: block;
    width: 125px;
    height: 131px;
    margin: auto;
    bottom: 70px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
  }
}
@media (min-width: 640px) {
  .o-adventPage__sectionBottomBg1 {
    background: transparent url("/themes/nlcafe/images/advent/2020/advent-landscape.png") no-repeat center bottom;
    background-size: cover;
  }
}
.o-adventPage__sectionFooter {
  position: absolute;
  height: 50px;
  padding: 0;
  line-height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #FF3B49;
  z-index: 10;
}
.o-adventPage__sectionFooter a {
  color: #fff;
}
.o-adventPage__sectionBottomBg2 {
  position: absolute;
  width: 100%;
  min-height: 700px;
  left: 0;
  right: 0;
  bottom: 48px;
  z-index: 1;
  background: transparent url("/themes/nlcafe/images/advent/2020/advent-landscape-mobile.png") no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 640px) {
  .o-adventPage__sectionBottomBg2 {
    background: transparent url("/themes/nlcafe/images/advent/2020/advent-landscape.png") no-repeat center bottom;
    background-size: cover;
  }
}
.o-adventPage__sectionBottomBg3 {
  position: absolute;
  width: 100%;
  min-height: 700px;
  left: 0;
  right: 0;
  bottom: -5px;
  z-index: 1;
  background: transparent url("/themes/nlcafe/images/advent/2020/advent-landscape-mobile.png") no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 640px) {
  .o-adventPage__sectionBottomBg3 {
    background: transparent url("/themes/nlcafe/images/advent/2020/advent-landscape.png") no-repeat center bottom;
    background-size: cover;
  }
}
