@charset "utf-8";

/* BEGIN FONTS */
@font-face {
    font-family: "Dr Oetker Moments Text";
    font-style: normal;
    /* font-weight: 400;*/
    src: local("☺"), url("../_fonts/DrOetkerMoments/DrOetkerMomentsTextW05-Rg.woff") format("woff"),
        url("../_fonts/DrOetkerMoments/DrOetkerMomentsTextW05-Rg.woff2") format("woff2");
}
@font-face {
    font-family: "Dr Oetker Moments Display";
    font-style: normal;
    font-weight: 400;
    src: local("☺"), url("../_fonts/DrOetkerMoments/DrOetkerMomentsDisplayW05.woff") format("woff"),
        url("../_fonts/DrOetkerMoments/DrOetkerMomentsDisplayW05.woff2") format("woff2");
}
/*@font-face {
    font-family: "Dr Oetker Moments Display";
    font-style: normal;
    font-weight: 600;
    src: local("☺"), url("../_fonts/DrOetkerMoments/DrOetkerMomentsDispW05-Md.woff") format("woff"),
        url("../_fonts/DrOetkerMoments/DrOetkerMomentsDispW05-Md.woff2") format("woff2");
}*/
@font-face {
    font-family: "Dr Oetker Moments Display";
    font-style: normal;
    font-weight: 800;
    src: local("☺"), url("../_fonts/DrOetkerMoments/DrOetkerMomentsDispW05-Bd.woff") format("woff"),
        url("../_fonts/DrOetkerMoments/DrOetkerMomentsDispW05-Bd.woff2") format("woff2");
}
@font-face {
    font-family: "Dr Oetker August Script";
    font-style: normal;
    src: local("☺"), url("../_fonts/DrOetkerAugustScript/DrOetkerAugustsScriptW05-Rg.woff") format("woff"),
        url("../_fonts/DrOetkerAugustScript/DrOetkerAugustsScriptW05-Rg.woff2") format("woff2");
}
/* END FONTS */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
/*b, u, i, center,*/
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
	height: auto;
}

/* General */
html {
    height: 100%;
    white-space: normal;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    color: #17479e;
    font-size: 16px;
    line-height: 1.25;
    margin: 0px;
    padding: 0px;
    text-align: center;
    word-wrap: normal;
    outline: none;
    min-height: 100%;
    font: 16px/1.2 "Dr Oetker Moments Text", arial, helvetica, clean, sans-serif;
    -webkit-text-size-adjust: none;
    background: #fcedc8;
}
body * {
    outline: none;
}
body *:focus {
    outline: inherit;
}

h1,
.h1 {
    padding: 0;
    margin-bottom: 0.5em;
    font-size:4em;
    margin: 0 auto 0.45em auto;
    font-weight: 800;
    font-family: "Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
    /* text-transform: uppercase; */
}

h2,
.h2 {
    padding: 0;
    margin: 0;
    font-size: 3em;
    margin-bottom: 0.25em;
    line-height: 1;
    font-weight: 800;
    font-family: "Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
    text-transform: uppercase;
}
h3,
.h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 0.125em;
    font-size: 2em;
    line-height: normal;
    font-weight: 800;
    font-family: "Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
    text-transform: uppercase;
}
p,
ol,
ul {
    font-size: inherit;
    color: inherit;
    line-height: 1.25em;
    padding: 0;
}
p {
    text-align: justify;
    margin: 0;
}
ol,
ul {
    text-align: left;
    margin: 0 0 0 2em;
}
ul {
    list-style-type: disc;
}
.text-center {
    text-align: center;
}
.font-secondary {
    font-family: "Dr Oetker August Script", arial, helvetica, clean, sans-serif !important;
    font-weight: normal !important;
}

form {
    margin: 0px;
    padding: 0px;
}
input,
select,
textarea {
    font: 16px/1.2 "Dr Oetker Moments Text", arial, helvetica, clean, sans-serif;
}
.inlineBlock {
    position: relative;
    display: inline-block;
}
.inlineBlock.middle {
    vertical-align: middle;
}
.inlineBlock.top {
    vertical-align: top;
}
.inlineBlock.bottom {
    vertical-align: bottom;
}
.clear {
    clear: both;
    display: block;
    height: 0;
}
.centered {
    text-align: center;
}
.smaller {
    font-size: 0.85em;
}
.larger {
    font-size: 1.5em;
}
.listtable {
    border: 0px none #001391;
    border-left: 1px solid #001391;
    border-top: 1px solid #001391;
}
.listtable th {
    background-color: #001391;
    color: #fff;
    padding: 2px 4px 2px 4px;
    font-weight: bold;
    border: 0px none #001391;
    border-right: 1px solid #001391;
    border-bottom: 1px solid #001391;
}
.listtable td {
    color: #001391;
    padding: 2px 4px 2px 4px;
    border: 0px none #001391;
    border-right: 1px solid #001391;
    border-bottom: 1px solid #001391;
    text-transform: uppercase;
}
.listtable .listtable_alttr {
    background-color: #f5fce9;
}
.listtable2 {
    background-color: #fff9f9;
    border: 0px none #f5d3d3;
    border-left: 1px solid #f5d3d3;
    border-top: 1px solid #f5d3d3;
}
.listtable2 th {
    background-color: #001391;
    color: #ffffff;
    padding: 2px 4px 2px 4px;
    font-weight: bold;
    text-indent: 0px;
    border: 0px none #f5d3d3;
    border-right: 1px solid #f5d3d3;
    border-bottom: 1px solid #f5d3d3;
}
.listtable2 td {
    background-color: #fff9f9;
    color: #001391;
    padding: 2px 4px 2px 4px;
    border: 0px none #f5d3d3;
    border-right: 1px solid #f5d3d3;
    border-bottom: 1px solid #f5d3d3;
}
.listtable2 .listtable_alttr {
    background-color: #ffcccc;
}
a {
    color: #001391;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #df002b;
    text-decoration: underline;
}
.regulamentBtnCont {
    text-align: center;
    padding-bottom: 1em;
}
.outerContainer {
    min-width: 480px;
    height: auto;
    position: relative;
    clear: both;
    display: block;
    text-align: center;
}
.innerContainer {
    max-width: 1340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    clear: both;
    display: block;
    overflow: visible;
}
.bgFW {
    width: 107%;
    margin-left: -3.5%;
    margin-right: -3.5%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.5em;
    padding: 0.5em 10%;
}
.errors {
    background-color: #df002b;
    color: #fff;
    padding: 0.5em;
}
.success {
    /* background-color: #649f13;
    color: #fff;
    padding: 0.5em;*/
    text-align: center;
    color: #001391;
    font-size: 1.25em;
}
.info {
    background-color: #fafafa;
    background-color: rgba(220, 220, 220, 0.8);
    color: #001391;
    padding: 0.5em;
}
.fld_container {
    position: relative;
}
.showOnError {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    z-index: auto;
    box-sizing: border-box;
    padding: 0.25em;
    color: #fff;
    background-color: #df002b;
    text-align: left;
}
.showOnError p,
#contentFrame .showOnError p {
    color: #fff;
    text-align: left;
}

/* form */
.inputtextfield,
.filefield,
.selectfield {
    box-sizing: border-box;
    color: #666;
    font-size: 1em;
    font-family: inherit;
    margin: 0;
    background-color: transparent;
    width: 100%;
    height: auto;
    border: 2px solid #183b94;/*#d3031b*/
    padding: 0.45em 1em;
    border-radius: 8px;
}
.inputtextfield.bordered {
    border: 0.067em solid #ddd;
    border-radius: 4px;
}
.inputtextfield:focus,
.filefield:focus {
    color: #001391;
}
.textareafield {
    box-sizing: border-box;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    color: #666;
    margin: 0;
    padding: 0.125em;
    background-color: transparent;
    border: 0.125em solid #ddd;
    width: 12em;
    height: 6em;
    overflow-y: scroll;
    border-radius: 0.25em;
}
.textareafield:focus {
    background-color: #fff;
    color: #001391;
}
.inputbutton,
.butalike {
    box-sizing: border-box;
    line-height: 1;
    color: #fff;
    font-size: 1.25em;
    padding: 0.25em 2em;
    background-color: #df002b;
    height: auto;
    width: auto;
    cursor: pointer;
	cursor: url("../_images/pizza_cursor.png"),auto;
    border: 0px none #b5c932;
    text-decoration: none;
    border-radius: 0.25em;
    font-weight: 800;
    font-family: "Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
    text-transform: uppercase;
}
.inputbutton:hover,
.inputbutton:focus,
.butalike:hover,
.butalike:focus {
    background-color: #d3031b;
    color: #fff;
    text-decoration: none;
}
.selectfield {
    box-sizing: border-box;
    font-size: 1em;
    font-family: inherit;
    color: #666;
    margin: 0;
    width: 100%;
    line-height: normal;
    height: auto;
}
.selectfield:focus {
    color: #001391;
}
.inputGroup {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 45%;
    text-align: left;
    margin: 0.5em 2% 0em 2%;
}
.inputGroup.inline {
    width: auto !important;
}
.inputGroup.fullW {
    width: auto !important;
    display: block;
}
.inputGroup label,
.inputGroup .inp {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 35px;
    width: 100%;
}
.inputGroup.inline label,
.inputGroup.inline .inp {
    width: auto !important;
    min-width: 0 !important;
}
.inputGroup label {
    text-align: left;
}
.inputGroup .inp {
    text-align: left;
}
.inputtextfield.str {
    width: 8em;
}
/* @media screen and (max-width: 1199px) {
    form {
        font-size: 0.925em;
    }
    .inputtextfield,
    .filefield,
    .textareafield,
    .selectfield {
        width: 10em;
    }
}
@media screen and (max-width: 1124px) {
    form {
        font-size: 0.875em;
    }
    .inputtextfield,
    .filefield,
    .textareafield,
    .selectfield {
        width: 9em;
    }
}
@media screen and (max-width: 1049px) {
    form {
        font-size: 1.25em;
    }
    .inputtextfield,
    .filefield,
    .textareafield,
    .selectfield {
        width: 8em;
    }
} */
@media screen and (max-width: 959px) {
    .inputGroup {
        display: block;
        width: 100%;
        font-size: 1em;
        margin-right: 0;
        margin-left: 0; /*padding: 0.25em 0.5em;*/
    }
    .inputGroup:nth-child(even),
    .adr {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .adr .inputGroup:nth-child(even),
    .inputGroup.dn {
        background-color: transparent;
    }
    .inputGroup.inline {
        position: relative;
        display: inline-block !important;
        vertical-align: middle;
        width: auto !important;
        font-size: 1em;
        text-align: left;
    }
    .inputGroup label,
    .inputGroup .inp {
        width: 100%;
        text-align: left;
    }
    .inputtextfield,
    .filefield,
    .textareafield,
    .selectfield {
        width: 100%;
    }
    .inputGroup.inline.str {
        display: block !important;
        width: 100% !important;
        text-align: left;
    }
    .inputGroup.inline.str label,
    .inputGroup.inline.str .inp {
        width: 100% !important;
        text-align: left;
    }
    .inputGroup.inline.str .inputtextfield.str {
        width: 100%;
    }
}
.checkboxes label {
    padding: 0;
    margin: 0;
}
.nowidth {
    width: auto;
}
.hp-hdn {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

/* Buttons */
.inputbutton#registerFormButton,
.btn {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1.5em;
    cursor: pointer;
	cursor: url("../_images/pizza_cursor.png"),auto;
    text-decoration: none;
    white-space: normal !important;
    font-weight: 800;
    font-family: "Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0.75em 1em;
    border-radius: 0.25em;
    transition: all 0.2s linear;
	background-color: #183b94;
}
.btn:hover,
.btn:focus {
    color: #fff;
    text-decoration: none;
	background-color: #df002b;
}

.btn--wbg {
    background-color: #183b94;
    color: #fff;
    padding: 0.5em 2em;
}
.btn--wbg:hover,
.btn--wbg:focus {
    color: #fff;
    background-color: #df002b;
}

.inputbutton#registerFormButton {
    font-size: 2em;
    padding: 0.25em 1em;
    margin-bottom: -1.75em;
    background-color: #183b94;
	line-height: 1;
    box-shadow: 0 0 16px -5px #000;
	color: #fcedc8;
}
.inputbutton#registerFormButton:hover,
.inputbutton#registerFormButton:focus {
    background-color: #df002b;
	color: #fcedc8;
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.inputbutton#registerFormButton {
		font-size: 3em;
		margin-bottom: -1.55em;
	}
}


.error_fld {
    border-color: #df002b;
    box-shadow: 0px 0px 5px 1px #df002b;
    outline-color: #df002b;
}
.br_mob {display: block; clear: both;}
.br_dsk {display: none;}
@media only screen and (min-width: 768px) {
	.br_mob {display: none;}	
	.br_dsk {display: block; clear: both;}
}

/*Header*/
#header {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    width: 100%;
    z-index: 85;
}
#oetkerLogo {
    position: absolute;
    left: 50%;
	margin-left: -3em;
    top: 1em;
    width: 6em;
    z-index: auto;
	font-size: 1rem;
}
@media only screen and (min-width: 768px) {
    #oetkerLogo {
    left: 5vw;
	margin-left: 0;
    top: 5vw;
    width: 8em;
    }
}
@media only screen and (min-width: 1200px) {
    #oetkerLogo {
		left: 3vw;
		top: 3vw;
        width: 10em;
    }
}
#oetkerLogo img {width: 100%;}
#header #oetkerTab {
    position: fixed;
    right: 0;
    top: 14em;
    max-width: 16%;
    z-index: 5;
}
.header-container {
    padding: 2em 1em;
    margin: 0 auto 40vw auto;
	max-width: 100%;
	position: relative;
	display: block;
}
.header-buttons {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    justify-content: space-around;
    max-width: 768px;
    z-index: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: space-around;
}
.header-buttons .btn {
    display: block;
	margin: 0;
    font-size: 1.125em;
    border-radius: 0.25em;
	line-height: 1;
    transform-origin: center;
    color: #17479e;
	background-color: transparent;
	padding: 0.5em;
}
.header-buttons .btn.flip,
.header-buttons .btn.flip {
    transform: scaleX(-1);
}
.header-buttons .btn.flip .txt,
.header-buttons .btn.flip .txt {
    display: block;
    transform: scaleX(-1);
}
.header-buttons .btn:hover,
.header-buttons .btn:focus {
    transform: scale(1.05);
    color: #fff;
    background-color: #17479e;
}
.header-buttons .btn.flip:hover,
.header-buttons .btn.flip:focus {
    transform: scale(-1.05, 1.05);
    color: #fff;
    background-color: #17479e;
}
@media screen and (min-width: 768px) {
    .header-container { padding: 4vw 0 2vw 0; margin: 0 auto 0 auto; }
    .header-buttons {flex-direction: row; flex-wrap: wrap;}
    .header-buttons .btn {font-size: 1.5em;}
}
@media screen and (min-width: 1024px) {
	.header-buttons .btn {font-size: 2em;}
}
@media screen and (min-width: 1400px) {
	.header-buttons .btn {font-size: 2.5em;}
}

#goToTop {
    position: absolute;
    position: fixed;
    bottom: 5%;
    right: 0;
    max-width: 25%;
    z-index: 30;
}
#goToTop img {
    display: block;
    margin: 0;
    max-width: 100%;
}
#mainMenuWrapperDsk {
    position: relative;
    display: block;
    z-index: 5;
}
#mainMenu {
    position: relative;
    height: auto;
    z-index: 10;
    display: block;
    padding: 1em 0;
    font-size: 2.5em;
    font-size: 2.5vw;
    line-height: 1;
    margin: 0 auto;
    min-height: 9vw;
}
#mainMenuMob ul,
#mainMenu ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    height: 3em;
}
#mainMenu ul {
    height: 3em;
    top: 1.25em;
}
#mainMenuMob li,
#mainMenu li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 18%;
}
a.menuBtn {
    position: relative;
    display: block;
    width: 80%;
    margin: 1em auto;
    line-height: 1;
    color: #001391;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 800;
    font-family: "Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
    text-transform: uppercase;
    border-radius: 0.25em;
    padding: 0.05em 1em;
}
a.menuBtn.smaller {
    line-height: 0.75;
}
a.menuBtn:hover,
a.menuBtn:focus,
a.menuBtn:active,
a.menuBtn.active {
    text-decoration: none;
    color: #df002b;
}
#mainMenu li {
    width: 24%;
}
#mainMenu li:first-child {
    width: 12%;
}
#mainMenuWrapper {
    display: none;
}
#mainMenuMob {
    position: fixed;
    z-index: 91;
    top: 100px;
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 2em;
    line-height: normal;
    background: #fff;
    border-radius: 0.25em;
    left: 0;
    right: 0;
}
#mainMenuMob ul li {
    display: block;
    width: 100%;
}
#mainMenuMob ul li a.menuBtn {
    /* float: right; */
    margin-bottom: 0.3em;
}
#mainMenuMob ul li a.menuBtn:last-child {
    margin-bottom: 1em;
}
#openMenuButton {
    display: none;
    width: 3em;
    padding: 0.5em;
    top: 1.9em;
    left: 1em;
    position: fixed;
    z-index: 91;
    clear: none;
    box-sizing: border-box;
}
#openMenuButton span.line {
    background-color: #001391;
    width: 100%;
    height: 0.25em;
    max-width: 2em;
    margin: 0.25em auto 0 auto;
    display: block;
}
@media screen and (min-width: 2200px) {
    #mainMenu {
        background-size: 100% 100% !important;
    }
}
@media screen and (max-width: 767px) {
    #openMenuButton {
        display: block;
        margin-right: 25px;
        background: #fff;
        border-radius: 3px;
    }
    #openMenuButton span.line {
        background-color: #df002b;
    }
    #openMenuButton span.line:first-child {
        margin-top: 0;
    }
    #mainMenuWrapper {
        display: block;
    }
    #mainMenuWrapperDsk #mainMenu ul {
        display: none;
    }
    #mainMenuMob ul li {
        display: block;
    }
    #mainMenuMob ul li a.menuBtn {
        font-size: 1em;
    }
    #mainMenuMob ul {
        height: auto;
    }
}
@media screen and (max-width: 479px) {
    #openMenuButton {
        margin-right: 17px;
    }
}

a.anchor {
    position: absolute;
    top: -40px;
    left: -1000px;
    visibility: hidden;
}
#main {
    position: relative;
    z-index: auto;
    box-sizing: border-box;
    font-size: 1em;
}
/*@media screen and (max-width: 959px) {#main { font-size: 1vw; }
}*/
#homeWrapper {
    position: relative;
}

.js #main.loading {
    visibility: hidden;
}

.mainSection {
    position: relative;
    display: block;
    z-index: auto;
    margin: 0;
    padding: 0;
    color: #17479e;
    width: 100%;
    background: #F2C584;
    overflow: hidden;
}
.mainSection .sectionHeader {
    position: relative;
}
.mainSection .innerWrapper,
.innerWrapper {
    max-width: 1600px;
    padding: 2em;
    margin: 0 auto;
    position: relative;
	box-sizing: border-box;
}
.mainSection.products .innerWrapper {
    padding: 0 0 2em 0;
}
.mainSection.inscriere .innerWrapper {
    padding: 1em;
}
.mainSection.campanie {
    text-align: center;
	overflow: visible;
}
.section-title { font-size: 1.5em; margin-bottom: 0.25em; font-family: "Dr Oetker Moments Display", arial, helvetica, clean, sans-serif; text-transform: uppercase; font-weight: bold;}
.section-intro { font-size: 1em; text-align: center; font-weight: normal; margin-left: auto; margin-right: auto;  }
@media screen and (min-width: 768px) {
    .section-title { font-size: 3em; }
    .section-intro { font-size: 1.5em; }
}
.mainSection.products .section-title,
.mainSection.campanie .section-title {color: #F2C584;}
.mainSection.products .section-intro,
.mainSection.campanie .section-intro {color: #fff;}

.mainSection.products {
    box-sizing: border-box;
    padding: 2vw 4vw 10vw  4vw;
    background: #1B3A73 url(../_images/bg_produse_mob2.jpg) 50% 100% no-repeat;
    background-size: 100% auto;
}
@media screen and (min-width: 768px) {
	.mainSection.products {
		background-image: url(../_images/bg_produse.jpg);
		min-height: 58vw;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: nowrap;
    	padding: 4vw;
	}
}

#homeAnimWrapper {
    position: relative;
    z-index: auto;
    margin: 0;
    background: #000 url(../_images/cover_mob.jpg) 50% 0% no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    height: 120vw;
    box-sizing: border-box;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    #homeAnimWrapper { background: #000 url(../_images/cover2.jpg?v=3) 50% 0% no-repeat; height: 44vw; min-height: 98vh; background-size: cover; background-position: 50% 0%; }
}

.header-bottom {
    box-sizing: border-box;
    position: absolute;	left: 0; bottom: 0;
    z-index: auto;
    height: 21.041667vw; width: 100%;
    background: transparent url(../_images/content_separator1_mob.png) 50% 100% no-repeat;
    background-size: 100% auto;
}
.headline {
    font-size: 1rem;
    position: absolute;
	z-index: auto;
	left: 50%;
    top: -15vw;
    width: 62.083334vw;
    height: 51.25vw;
    background: transparent url(../_images/headline.png) 50% 50% no-repeat;
    background-size: 100% auto;
	margin: 0 0 0 -31.041667vw;
	overflow: hidden;
	color: transparent;
	text-indent: -10000px;
}
.mainSection.campanie {
    padding-top: 37.25vw; /* headline height + top + bottom spacing  */ 
    background: #0D2049 url(../_images/bg_premii_mob.jpg) 50% 0% no-repeat;
    background-size: 100% auto;
	z-index: 16;
}
@media only screen and (min-width: 768px) {
	.header-bottom {
		height: 10.520834vw; 
		background-image: url(../_images/content_separator1.png);
		background-size: 100% auto;
	}
    .headline {
        top: -7.5vw;
        width: 31.041667vw;
        height: 25.625vw;
		margin: 0 0 0 -15.520834vw;
    }
	.mainSection.campanie {
		padding-top: 19.25vw; /* headline height + top + bottom spacing  */ 
		background-image: url(../_images/bg_premii.jpg);
	}
}

#scrollForMore {
    position: absolute;
    top: -15em;
    left: 50%;
    width: 5.2%;
    margin-left: -2.6%;
    z-index: auto;
    cursor: pointer;
	cursor: url("../_images/pizza_cursor.png"),auto;
    border: 3px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2) url(../_images/arrow_scroll_down.png) 50% 50% no-repeat;
    background-size: 30% auto;
    animation: scrollForMore 2s linear 0s infinite;
}
@keyframes scrollForMore {
    0% {
        background-position: 50% 50%;
    }
    10% {
        background-position: 50% 70%;
    }
    20% {
        background-position: 50% 50%;
    }
    30% {
        background-position: 50% 30%;
    }
    40% {
        background-position: 50% 50%;
    }
}
#homeVidWrapper {
    position: absolute;
    z-index: auto;
    right: 50%;
    top: 20%;
    width: 28%;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
}
#homeVidWrapper .video-frame {
    transition: all 300ms linear;
}
#homeVidWrapper.playing .video-frame {
    transition: all 300ms linear;
}
#homeVidWrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.videos-slider { padding: 0 1em; }
.video-container { position: relative; text-align: center; width: 100%; margin: 0 auto; box-sizing: border-box; aspect-ratio: 16/9; }
.video-container::before,
.video-container::after { content: ""; position: absolute; width: 25%; height: 100%; top: 0; z-index: 6;}
.video-container::before { left: 0; }
.video-container::after { right: 0; }
.video-container .play { display: block; appearance: none; background: transparent; padding: 0; margin: 0; border: 0; z-index: 2; }
.video-container .placeholder { position: relative; z-index: 1; width: 100%; height: auto;}
.video-container .video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    aspect-ratio: 16/9;
}
.video-container .play { 
    position: absolute; left: 52%; top: 50%; transform: translate(-50%, -50%); 
    background: url(../_images/play.png?v=2) no-repeat center; 
    user-select: none; 
    z-index: 2; 
    width: 25%;  
    height: 25%;  
    max-width: 9em;
    max-height: 9em;
    background-size: contain; 
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
	cursor: url("../_images/pizza_cursor.png"),auto;
}
.video-container .play:hover { opacity: 0.7; }
@media screen and (max-width: 1200px) {
    #homeVidWrapper {
        position: relative;
        z-index: auto;
        right: auto;
        top: 0;
        width: 840px;
        max-width: 90%;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 2em 0 12em 0;
        padding-bottom: 30vw;
        text-align: center;
    }
    .mainSection .innerWrapper,
    .innerWrapper {
        max-width: 1100px;
    }
}
@media screen and (max-width: 959px) {
    h2 {
        text-align: center;
        margin-bottom: 0;
    }
    #homeBg img {
        animation-duration: 0.5s;
    }
}
@media screen and (max-width: 767px) {
    #scrollForMore {
        display: none;
    }
    .larger {
        font-size: 1em;
    }
}


#clickLock {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 90;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollHeader {
    padding: 0 10vh 0 10vh;
    position: relative;
    min-height: 8vh;
}
.scrolledContent {
    padding: 1em;
}
.touch #contentFrame .popup-content .scrolledContent {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#contentFrame {
    text-align: left;
    font-size: 1em;
}
#contentFrame h1 {
    text-align: center;
    color: #001391;
}
#contentFrame h2,
#contentFrame .h2 {
    text-align: center;
    color: #001391;
}
#contentFrame h3,
#contentFrame .h3 {
    text-align: left !important;
    color: #001391;
    font-size: 1.25em;
}

#contentFrame p,
#contentFrame ul,
#contentFrame li {
    color: #001391;
}
@media screen and (max-width: 767px) {
    #contentFrame .popup-content {
        font-size: 0.925em;
    }
}
@media screen and (max-width: 479px) {
    #contentFrame .popup-content {
        font-size: 0.875em;
    }
}

.popup-close {
    width: 1em;
    height: 1em;
    position: absolute;
    z-index: auto;
    display: block;
    top: 0.25em;
    right: 0.5em;
    background-color: #d3031b;
    color: #fff;
    border-radius: 50% 50%;
    padding: 0em 0em 0.125em 0em;
    text-align: center;
    font-size: 2em;
    font-size: 6vh;
    line-height: 1em;
    text-decoration: none;
    box-sizing: border-box;
}
.popup-close:hover,
.popup-close:focus {
    background-color: #535da6;
    color: #fff;
    text-decoration: none;
}
.popupWin {
    position: fixed;
    z-index: 97;
    max-width: 100%;
    width: 960px;
    max-height: 96vh;
    top: 2vh;
    left: 50%;
    margin-left: -480px;
    overflow: visible;
    box-sizing: border-box;
}
.popup-border {
    position: relative;
    padding: 0.75vh;
    border: 0.25vh solid #fff;
    border-radius: 12px;
}

.popup-content {
    position: relative;
    min-height: 50vh;
    max-height: 90vh;
    overflow: auto;
    background-color: #fff;
    padding: 1em;
    box-sizing: border-box;
    color: #001391;
    border-radius: 10px;
}


.popupWin.green .popup-border {
    padding: 0;
    border: 0.5vh solid #fcedc8;
}
.popupWin.green .popup-content {
    background-color: #00493f;
    color: #fff;
}
.popupWin.green .popup-content * {
    color: #fff;
}
#contentFrame.green h2, #contentFrame.green .h2,
#contentFrame.green h3, #contentFrame.green .h3,
#contentFrame.green h4, #contentFrame.green .h4,
#contentFrame.green p, #contentFrame.green ul, #contentFrame.green li {color:#fff;}


.popupWin.transparent {
    max-height: 100%;
    height: auto;
    top: 0;
    width: auto;
    left: 0;
    margin-left: 0;
}
.popupWin.transparent .popup-border {
    padding: 0;
    border: 0 none transparent;
}
.popupWin.transparent .popup-header {
    display: none;
}
.popupWin.transparent .popup-content {
    background-color: transparent;
    max-height: 90vh;
}
@media screen and (max-width: 1200px) {
    .popupWin {
        width: 100%;
        left: 0%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .popupWin {
        max-height: 100vh;
        top: 0;
    }
    .popup-border {
        padding: 0;
        border: 0 none transparent;
    }
    .popup-content {
        height: 90vh;
        margin: 0;
    }
    .popup-close {
        top: 0.125em;
    }
    .touch .popup-close {
        right: 0.125em;
    }
}
#mainContent {
    padding: 20px 2% 15px 2%;
    color: #535da6;
    font-size: 1em;
    z-index: 999;
    position: relative;
}

.mainSection.inscriere {
    position: relative;
    background-color: #F2C584;
    margin: 0 auto 0 auto;
    padding-bottom: 60vw;
    z-index: 15;
    overflow: hidden;
}
.mainSection.inscriere .decoration { position: absolute; width: 70%; max-width: 40em;}
.mainSection.inscriere .dec1 { top: 3em; left: 0; }
.mainSection.inscriere .dec2 { bottom: 0; right: 0; }
.mainSection.inscriere .inscriere-container {
    color: #001391;
    background-color: #ffffff;
    /*border: 3px solid #f70010;*/
    border-radius: 10px;
    width: 56em;
    max-width: 90%;
	padding: 1em;
	min-height: 14em;
}
.mainSection.inscriere .section-title {margin-bottom: 40vw;}
@media screen and (min-width: 768px) {
	.mainSection.inscriere .section-title {margin-bottom: 1em;}
	.mainSection.inscriere .decoration {width: 40%;}
	.mainSection.inscriere .dec1 { top: 6em; }
}
@media screen and (min-width: 1024px) {
	.mainSection.inscriere .decoration {width: 36%;}
}
.inscriereBtn {
    background-color: #092ab6;
    margin: -25% 0 2em 0;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    animation: zoomDown 3s infinite;
    color: #f3c585;
    padding: 0.5em 1em;
    font-size: 3em;
    font-weight: 800;
    font-family: "Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    .inscriereBtn { padding: 0.5em 2em; margin-bottom: 0; }
    .mainSection.inscriere .register-intro { padding: 1em 0 1em 1em; }
}
@media screen and (min-width: 1024px) {
    .mainSection.inscriere { padding-bottom: 14em; }
}


.inscriereBtn:hover,
.inscriereBtn:focus {
    transform: scale(0.95);
    opacity: 0.9;
}

.mainSection.homepage .inscriereBtn {
    position: absolute;
    left: 1em;
    bottom: 25vw;
    max-width: 502px;
    width: 27vw;
    max-height: 12vh;
}

@media screen and (max-width: 959px) {
    #mainContent {
        padding-bottom: 3em;
    }
    .inscriereBtn {
        font-size: 2.4em;
        margin: -3.8em 0 auto 0;
        box-sizing: border-box;
    }
    .campaign-info__winners {
        font-size: 0.65em;
    }
}
@media screen and (max-width: 767px) {
    #mainContent {
        font-size: 0.925em;
        margin-top: 9em;
    }
}
@media screen and (max-width: 479px) {
    #mainContent {
        font-size: 0.875em;
        margin-top: 5em;
    }
}

#inscriereFormCont {
    position: relative;
}

.hide {
    display: none;
}

#pages {
    position: relative;
    z-index: auto;
}
#pages .campaign-date {
    font-size: 1em;
    text-align: center;
    padding: 1em;
}
#pages .campaign-date a {
    color: inherit;
}
#pages .campaign-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 4em;
}
#pages .campaign-info .btn {
    font-size: 1.75em;
}

@media screen and (min-width: 1024px) {
    #pages .campaign-info {
        flex-direction: row;
    }
}
@media screen and (min-width: 768px) {
    #pages .campaign-date {
        font-size: 1.25em;
    }
    #pages .produse .products-slider .product-text {
        font-size: 2.5em;
        margin-top: 1em;
    }
}
#pages .campanie .mecanism {
    text-align: center;
    max-width: 57em;
    font-weight: bold;
    margin: 0 auto;
}

@media screen and (max-width: 959px) {
    .desktop {display: none;}
}

@media screen and (min-width: 960px) {
    .mobile {display: none;}
}

.prizes {
    display: flex;
    justify-content: center;
    align-items: center;
	align-content: center;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    padding: 1em;
	position: relative;
	margin: 0 auto;
}
.prizes .prize {
    max-width: 100%;
    margin: 0 auto 2em auto;
	display: block;
	transform-origin: 50% 100%;
}
.prizes .prize img {max-width: 100%;margin: 0 auto; display: block; position: relative;}
.prizes .prize.main-prize img {max-width: 80%;}
.prizes .prize .prize-img-mob {
	display: block;
}
.prizes .prize .prize-img-dsk {
	display: none;
}

.prizes .marele-premiu {
  /* animation: zoomUp 2s infinite; */
}
.prizes .prize:hover,
.prizes .prize:focus{
		animation: zoomDown 2s infinite;
}

@media screen and (min-width: 960px) {
    .prizes {
        display: block;
		width: 80vw;
		padding-bottom: 15vw;
    }
	.prizes .prize.main-prize {width: 100%; margin-bottom: 3vw;}
	
	.prizes .prize.weekly,
	.prizes .prize.daily {
		position: absolute;
		bottom: -2vw;
		margin-bottom: 0;
	}
	.prizes .prize.weekly {right: 45%; width: 55%;}
	.prizes .prize.daily {left: 55%; width: 45%;}

	.prizes .prize.main-prize img {width: 540px; height: auto;}
	.prizes .prize.weekly img {margin: 0 0 0 auto;}
	.prizes .prize.daily img {margin: 0 auto 0 0;}
}
@media screen and (min-width: 1400px) {
    .prizes {
		width: 1400px;
		padding-bottom: 150px;
    }
	.prizes .prize.weekly img,
	.prizes .prize.daily img {height: 200px; width: auto;}
}



@media screen and (min-width: 768px) {
	.prizes .prize .prize-img-mob {
		display: none;
	}
	.prizes .prize .prize-img-dsk {
		display: block;
	}
}
@keyframes shake {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(3deg);
    }
    70% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomDown {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomOut {
    0% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}


.footer {
    position: relative;
    background-color: #fcedc8;
    padding-bottom: 0em;
    padding-top: 1em;
}
.footer .footer-elements {
    display: flex;
    flex-direction: column;
}
.footer .footer-elements p {
    text-align: center;
}

.footer .element {
    /* align-self: flex-end;*/
    margin-bottom: 1em;
}
.footer .element p {
    margin: 0;
}
.footer .social-elements {
    text-align: center;
}
.footer .social-header {
    font-size: 2em;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Dr Oetker Moments Display", arial, helvetica, clean, sans-serif;
    line-height: 1;
    margin-bottom: 0.5em;
}
.footer .social-menu {
    text-align: center;
    font-size: 2em;
}
.footer .social-menu img {
    height: 1.4em;
    object-fit: contain;
}
.footer .footer-menu {
    text-align: center;
    font-size: 1.25em;
}
.footer .social-menu .social-link,
.footer .footer-menu .menu-link {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 0.5em 0.5em 0;
}
.footer .social-menu .social-link:last-child,
.footer .footer-menu .menu-link:last-child {
    margin-right: 0;
}
@media screen and (max-width: 640px) {
    .footer .footer-menu .menu-link {
        display: block;
    }
}
.footer .footer-menu .menu-link a {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-decoration: underline;
    padding: 0.25em;
    border-radius: 0.25em;
}
.footer .footer-menu .menu-link a:hover,
.footer .footer-menu .menu-link a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #df002b;
}

.footer * {
    text-decoration: none;
}
.footer .innerWrapper {
    padding-bottom: 0;
}
@media screen and (max-width: 1180px) {
    .footer .footer-elements {
        display: block;
        text-align: center;
        font-size: 1em;
    }
    .footer .element {
        display: inline-block;
        width: 100%;
    }
    .footer p {
        text-align: center;
    }
}

input:focus:required:invalid {
    border: 2px solid red;
}
input:required:valid {
    border: 2px solid black;
}
select:focus:required:invalid {
    border: 2px solid red;
}
select:required:valid {
    border: 2px solid black;
}

/* Slider */
.slick-prev,
.slick-next {
    /* height: 2em; */
    width: 1em;
}
.slick-next {
    right: 0;
}
.slick-prev:before,
.slick-next:before {
    display: block;
    color: transparent;
    font-family: unset;
    height: 2em;
    width: 1em;
}
.slick-prev:before {
    background: url(../_images/prev.png) no-repeat center;
    background-size: contain;
}
.slick-next:before {
    background: url(../_images/next.png) no-repeat center;
    background-size: contain;
}
.slick-list {
    transition: height 250ms linear;
}
@media screen and (min-width: 768px) {
    .slick-prev,
    .slick-next {
        /* height: 3em; */
        width: 1.5em;
    }
    .slick-prev:before,
    .slick-next:before {
        /* height: 3em; */
        width: 1.5em;
    }
}


.products-slider .product img { width: 340px; margin: 0 auto; filter: drop-shadow(0px 5px 5px #666); padding: 1em; box-sizing: border-box;}
@media screen and (min-width: 768px) {
    .products-slider { max-width: 95%; margin: 0 auto; padding: 0 2em; }
}


@keyframes playBallMob {
    0% {
        transform: scale(1.2) translate(-20vw, -200vw) rotate(-189deg);
    }
    25% {
        transform: scale(1) translate(25vw, 0vw) rotate(0deg);
    }
    100% {
        transform: scale(1.4) translate(105vw, -310vw) rotate(359deg);
    }
}
@keyframes playBall {
    0% {
        transform: scale(1.1) translate(-20vw, -20vw) rotate(-189deg);
    }
    25% {
        transform: scale(1) translate(25vw, 0vw) rotate(0deg);
    }
    100% {
        transform: scale(1.2) translate(105vw, -45vw) rotate(359deg);
    }
}
.playground {position: absolute; left: 0; top:0; width: 100%; height: 100%; z-index: auto; overflow: hidden;}
.minge {
	display: block;
	position: absolute; 
	left: 0; bottom:0;
    background: transparent url(../_images/minge.png) 50% 50% no-repeat;
    background-size: contain;
	width: 15vw;
	height: 15vw;
	animation: playBallMob 2s linear 0s infinite;
}
@media screen and (min-width: 768px) {
	.minge {
		width: 10vw;
		height: 10vw;
		animation: playBall 2s linear 0s infinite;
	}
}
