/* Portrait */
@media (max-device-width: 800px) and (orientation: portrait) {
  html body .container .wrapper-container,
html body .container .wrapper-container2 {
    width: 550px;
  }
  html body .container.starting .cta {
    width: calc(550px * 0.7);
  }
}
/* Landscape */
@media (min-device-width: 1024px) and (orientation: landscape) {
  html body .container .wrapper-container,
html body .container .wrapper-container2 {
    width: 700px;
  }
  html body .container.starting {
    min-height: 1280px !important;
  }
  html body .container.starting .cta {
    width: calc(700px * 0.7);
  }
}
div {
  position: relative;
}

html, body {
  height: 100%;
}

html body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
html body .container {
  width: 100%;
  text-align: center;
}
html body .container.winbody {
  min-height: 100vh;
}
html body .container.opening {
  background: url(../images/start_page_background.jpg) top center no-repeat;
  background-size: cover;
  min-height: 100%;
  min-width: 100%;
}
html body .container.opening .wrapper-container .logo,
html body .container.opening .wrapper-container2 .logo {
  margin-bottom: 20%;
}
html body .container.opening .wrapper-container .cta,
html body .container.opening .wrapper-container2 .cta {
  margin-bottom: 10%;
}
html body .container.starting {
  background: url(../images/prizes_page_background.jpg) top center no-repeat;
  background-size: cover;
  min-height: 100%;
  min-width: 100%;
}
html body .container.starting .wrapper-container {
  opacity: 1;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  transition: all, 0.6s;
}
html body .container.starting .logo {
  width: 100%;
  height: 205px;
  background: white;
  margin-bottom: 10%;
}
html body .container.starting .logo img {
  width: auto;
  height: 135px;
  margin: 35px auto;
}
html body .container.starting .cta {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  transition: all, 0.6s;
}
html body .container.starting .cta a {
  display: block;
}
html body .container.starting .cta a img {
  width: 100%;
  display: block;
}
html body .container.starting .cta.win {
  bottom: 50px;
}
html body .container.starting .winnerdata {
  width: 100%;
  position: absolute;
  top: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20%;
}
html body .container.starting .winnerdata form {
  width: 100%;
}
html body .container.starting .winnerdata form input {
  width: 50%;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  font-size: 200%;
  padding: 5px 20px;
  margin-bottom: 2%;
}
html body .container.starting .winnerdata form input.error {
  border-color: red;
  border-width: 5px;
}
html body .container.starting .winnerdata img {
  width: 40%;
}
html body .container.starting .ablaktorlo {
  width: 90%;
  position: absolute;
  bottom: 5%;
  right: 1%;
  transform: rotate(360deg);
  transform-origin: 97% 95%;
  opacity: 1;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  transition: all, 0.6s;
}
html body .container.starting .ablaktorlo img {
  width: 100%;
  display: block;
  padding-top: 35%;
}
html body .container.starting .nyeremeny {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
html body .container.starting .nyeremeny img {
  display: block;
  margin: 40px auto 0;
}
html body .container.starting .nyeremeny img.text {
  width: 100%;
  margin-top: 50%;
}
html body .container.starting .nyeremeny img.prize {
  width: 60%;
}
html body .container.starting .nyeremeny img.borsorlo {
  width: 30%;
}
html body .container.starting .nyeremeny img.hatizsak {
  width: 70%;
}
html body .container.starting .nyeremeny img.fuzet {
  width: 70%;
}
html body .container.starting .nyeremeny img.pendrive {
  width: 70%;
}
html body .container.starting .nyeremeny img.bogre {
  width: 50%;
}
html body .container.starting .nyeremeny img.taska {
  width: 50%;
}
html body .container.starting .nyeremeny img.makettauto {
  width: 50%;
}
html body .container.starting .nyeremeny img.kupon {
  width: 60%;
}
html body .container.starting .nyeremeny .more {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
html body .container.starting .nyeremeny .more a {
  display: block;
}
html body .container.starting .nyeremeny .more a img {
  width: 100%;
  display: block;
}
html body .container.starting .cuttedbackground {
  position: absolute;
  top: 205px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/prizes_page_background_cutted.png) top center no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transition: all, 0.6s;
  -moz-transition: all, 0.6s;
  transition: all, 0.6s;
}
html body .container.starting .cuttingbackground {
  position: absolute;
  top: 205px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/prizes_page_background_cutting.png) top center no-repeat;
  background-size: cover;
  transform: rotate(360deg);
  transform-origin: 100% 97%;
  opacity: 1;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  transition: all, 0.5s;
}
html body .container.starting.rotated .headline {
  opacity: 0;
}
html body .container.starting.rotated .cuttingbackground {
  opacity: 0;
  transform: rotate(440deg);
  transform-origin: 100% 97%;
}
html body .container.starting.rotated .ablaktorlo {
  transform: rotate(460deg);
  transform-origin: 97% 95%;
}
html body .container.starting.rotated2 .ablaktorlo {
  opacity: 0;
  transform: rotate(360deg);
  transform-origin: 97% 95%;
}
html body .container.starting.rotated2 .cuttedbackground, html body .container.starting.rotated2 .wrapper-container {
  opacity: 0;
}
html body .container.starting.rotated2 .cta {
  opacity: 0;
}
html body .container .wrapper-container,
html body .container .wrapper-container2 {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10%;
}
html body .container .wrapper-container.winner,
html body .container .wrapper-container2.winner {
  width: 100%;
  position: absolute;
  top: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50%;
}
html body .container .wrapper-container .headline,
html body .container .wrapper-container2 .headline {
  width: 80%;
  margin: 30% auto 0;
  opacity: 1;
  -webkit-transition: opacity, 0.4s;
  -moz-transition: opacity, 0.4s;
  transition: opacity, 0.4s;
}
html body .container .wrapper-container .headline img,
html body .container .wrapper-container2 .headline img {
  width: 100%;
  display: block;
}
html body .container .wrapper-container .ablaktorlo,
html body .container .wrapper-container2 .ablaktorlo {
  width: 100%;
}
html body .container .wrapper-container .ablaktorlo img,
html body .container .wrapper-container2 .ablaktorlo img {
  width: 100%;
  display: block;
  padding-top: 35%;
}
html body .container .wrapper-container .logo,
html body .container .wrapper-container2 .logo {
  width: 100%;
}
html body .container .wrapper-container .logo img,
html body .container .wrapper-container2 .logo img {
  width: 100%;
  display: block;
  padding-top: 35%;
}
html body .container .wrapper-container .cta,
html body .container .wrapper-container2 .cta {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
html body .container .wrapper-container .cta a,
html body .container .wrapper-container2 .cta a {
  display: block;
}
html body .container .wrapper-container .cta a img,
html body .container .wrapper-container2 .cta a img {
  width: 100%;
  display: block;
}
html body .container .wrapper-container .cta a.inactive,
html body .container .wrapper-container2 .cta a.inactive {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
html body .container .wrapper-container .cta p input,
html body .container .wrapper-container2 .cta p input {
  width: 50px;
  height: 50px;
  margin-top: 5%;
}
html body .container .wrapper-container .cta p img,
html body .container .wrapper-container2 .cta p img {
  width: 100%;
  display: block;
}
html body .container .wrapper-container .duplicated,
html body .container .wrapper-container2 .duplicated {
  width: 70%;
  margin: 35% auto 40%;
  text-align: center;
}
html body .container .wrapper-container .duplicated img,
html body .container .wrapper-container2 .duplicated img {
  width: 100%;
  display: block;
}
html body .container .wrapper-container .rules,
html body .container .wrapper-container2 .rules {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
html body .container .wrapper-container .rules a,
html body .container .wrapper-container2 .rules a {
  display: block;
}
html body .container .wrapper-container .rules a img,
html body .container .wrapper-container2 .rules a img {
  width: 100%;
  display: block;
}

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