/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */




 @font-face {
    font-family: 'titan_oneregular';
    src: url('../fonts/titanone-regular-webfont.eot');
    src: url('../fonts/titanone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titanone-regular-webfont.woff2') format('woff2'),
         url('../fonts/titanone-regular-webfont.woff') format('woff'),
         url('../fonts/titanone-regular-webfont.ttf') format('truetype'),
         url('../fonts/titanone-regular-webfont.svg#titan_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* calendar */
.xmas-advent-calendar__wrapper, .xmas-advent-calendar__wrapper * {
    box-sizing: border-box;
}

.xmas-advent-calendar__wrapper {
    line-height: 1.4;
    box-sizing: border-box;
}



@media only screen and (min-width:768px){
[data-id="24"]{
    width:38% !important;

}
[data-id="24"] .xmas-advent-calendar__day-background{
    height:107% !important;
}
}

[data-id="25"]{
    display:none !important;
}
.xmas-advent-calendar__wrapper--side-sticky {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: auto;
	right: 0px;
	width: 340px;
    height: 340px;
    margin: auto;
    padding: 10px;
    background-color: antiquewhite;
    border-radius: 8px;
    z-index: 9999;
    -webkit-transform: translateX(340px);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(340px);  /* IE 9 */
    transform: translateX(340px);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
 }

@media only screen and (min-width:1400px){
       .xmas-advent-calendar__wrapper--big {
    max-width: 1140px;
    max-height: 1140px;
    margin: 20px auto!important;
    width: 100vw;
    height: 100vw;

}
}
 @media only screen and (min-width:1200px) and (max-width:1400px){

.xmas-advent-calendar__wrapper--big {
    max-width: 970px;
    max-height: 970px;
    margin: 20px auto!important;
    width: 100vw;
    height: 100vw;
}

}

@media only screen and (max-width:1200px) and (min-width:1000px){

    .xmas-advent-calendar__wrapper--big {
    max-width: 970px;
    max-height: 970px;
    margin: 20px auto!important;
    width: 100vw;
    height: 100vw;
}
}

@media only screen and (max-width:1000px) and (min-width:768px){

    .xmas-advent-calendar__wrapper--big {
    max-width: 780px;
    max-height: 780px;
    margin: 20px auto!important;
    width: 100vw;
    height: 100vw;
}
}


@media only screen and (max-width:767px){

    .xmas-advent-calendar__wrapper--big {
    max-width: 780px;
    max-height: 780px;
    margin: 20px auto!important;
    width: 100vw;
    height: 100vw;
}
}

.xmas-advent-calendar__wrapper--big .xmas-advent-calendar__wrapper-toggle {
    display: none;
}

.xmas-advent-calendar__wrapper--big .xmas-advent-calendar__day-wrapper {
    width: 20%;
    height: 20%;
    background-size: 89% 89%;
    background-repeat: no-repeat;
    background-position: 49% 49%;
}

.xmas-advent-calendar__wrapper--big .xmas-advent-calendar__day-background {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width:769px){
    .xmas-advent-calendar__wrapper--big .xmas-advent-calendar__day {
    height: 100%!important;
    width: 100%!important;
    max-width: 120%!important;
}

}

.xmas-advent-calendar__wrapper--big .xmas-advent-calendar__day-text {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 62%!important;
    height: 60%!important;
    font-size: 7vw!important;
    font-family: 'titan_oneregular';
    color: white;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}



.xmas-advent-calendar__wrapper--shown {
    -webkit-transform: translateX(10px)!important;  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(10px)!important;  /* IE 9 */
    transform: translateX(10px)!important;  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 500ms ease-out!important;
    -moz-transition: all 500ms ease-out!important;
    -o-transition: all 500ms ease-out!important;
    transition: all 500ms ease-out!important;
 }

.xmas-advent-calendar__wrapper-toggle {
    position: absolute;
    left: -76px;
    top: 45px;
    cursor: pointer;
}

.xmas-advent-calendar__wrapper-toggle img {
    width: auto;
    height: auto;
    margin: 0;
}

@media only screen and (min-width:600px){

 .xmas-advent-calendar__day {
 	height: 76px;
    width: 196px;
    max-width: 196px;
    margin-left: -6px;
    margin-top: -6px;
 }
 }

 @media only screen and (max-width:599px) and (min-width:480px){

 .xmas-advent-calendar__day {
    width:auto;
    max-width: 236px;
    margin-left: -6px;
    margin-top: -6px;
 }
 }
  @media only screen and (max-width:479px){

 .xmas-advent-calendar__day {
    width:auto;
    max-width: 256px;
    margin-left: -6px;
    margin-top: -6px;
 }
 }
 

 .xmas-advent-calendar__day-wrapper--allowed, .xmas-advent-calendar__day-background, .xmas-advent-calendar__day-wrapper--allowed .xmas-advent-calendar__day-text {
    cursor: pointer;
    -webkit-transition: all 500ms ease-out!important;
    -moz-transition: all 500ms ease-out!important;
    -o-transition: all 500ms ease-out!important;
    transition: all 500ms ease-out!important;
    -webkit-transform-origin: left;  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform-origin: left;  /* IE 9 */
    transform-origin: left;
 }

.xmas-advent-calendar__day-wrapper--opened {
    -webkit-transform: rotateY(85deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotateY(85deg);  /* IE 9 */
    transform: rotateY(85deg);
    -webkit-transform-origin: left;  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform-origin: left;  /* IE 9 */
    transform-origin: left;
    -webkit-transition: all 500ms ease-out!important;
    -moz-transition: all 500ms ease-out!important;
    -o-transition: all 500ms ease-out!important;
    transition: all 500ms ease-out!important;
}

.xmas-advent-calendar__day-wrapper {
    position: relative;
 	width: 64px;
 	height: 64px;
 	display: inline-block;
    margin-top: -3.5px;
 }

.xmas-advent-calendar__day-background {
    position: relative;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 64px;
    height: 64px;
    display: inline-block;
}

.xmas-advent-calendar__day-text {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 35px;
	height: 35px;
    font-size: 22px;
    font-family: 'titan_oneregular';
    color: white;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.16);
	text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

@media only screen and (max-width:767px){

#xmas-advent-calendar__day-text1 {
    top: 111px;
    bottom: auto;
    left: auto;
    z-index:1111;
    font-size:56px !important;
    right: -14px;
}

#xmas-advent-calendar__day-text2 {
    top: -7px;
    left: -27px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text3 {
    top: auto;
    bottom: -35px;
    left: auto;
    right: -17px;
        font-size:54px !important;
}

#xmas-advent-calendar__day-text4 {
    top: 115px;
    left: 99px;
        font-size:56px !important;
 }

#xmas-advent-calendar__day-text5 {
    top: -3px;
    left: -30px;
        font-size:50px !important;
}

#xmas-advent-calendar__day-text6 {
    top: -6px;
    bottom: 0px;
    left: 84px;
    font-size:56px !important;
    right: 0px;
}

#xmas-advent-calendar__day-text7 {
    top: auto;
    bottom: -36px;
    left: 65px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text8 {
    top: -17px;
    left: auto;
    right: -12px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text9 {
    top: -5px;
    bottom: 0px;
    left: auto;
    right: -13px;
        font-size:56px !important;

}

#xmas-advent-calendar__day-text10 {
    top: auto;
    bottom: -41px;
    left: auto;
    right: -19px;
    font-size:50px !important;
}

#xmas-advent-calendar__day-text11 {
    top: auto;
    bottom: -75px;
    left: auto;
    font-size:61px !important;
    right: 114px;
}

#xmas-advent-calendar__day-text12 {
    top: -1px;
    bottom: 0px;
    left: 4px;
    right: 0px;
    font-size:46px !important;
}

#xmas-advent-calendar__day-text13 {
    top: 123px;
    left: -30px;
    font-size:50px !important;

}

#xmas-advent-calendar__day-text14 {
    top: 118px;
    left: -28px;
     font-size:56px !important;
}

#xmas-advent-calendar__day-text15 {
    top: -11px;
    bottom: 0px;
    left: 42px;
    right: 1px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text16 {
    top: 32px;
    left: auto;
    letter-spacing:-2px !important;
    right: -25px;
    font-size:43px !important;
}

#xmas-advent-calendar__day-text17 {
    top: 22px;
    bottom: auto;
    left: auto;
    right: -23px;
    font-size:47px !important;
}

#xmas-advent-calendar__day-text18 {
    top: auto;
    bottom: -47px;
    left: -24px;
    font-size:43px !important;
}

#xmas-advent-calendar__day-text19 {
    top: 114px;
    bottom: 0px;
    left: 101px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text20 {
    bottom: auto;
    left: auto;
    top:8px;

    font-size:44px !important;
    right: -23px;
}

#xmas-advent-calendar__day-text21 {
    top: auto;
    bottom: -42px;
    left: auto;
    font-size:48px !important;
    right: -16px;
}

#xmas-advent-calendar__day-text22 {
    top: -10px;
    left: -31px;
    font-size:52px !important;
    right: auto;
}

#xmas-advent-calendar__day-text23 {
    top: -7px;
    font-size:52px !important;
    left: 73px;
}

#xmas-advent-calendar__day-text24 {
    top: auto;
    bottom: -41px;
    left: -15px;
    right: 0px;
    font-size:61px !important;
    margin: auto;
}

#xmas-advent-calendar__day-text25 {
    top: -4px;
    bottom: auto;
    left: auto;
    right: -18px;
    font-size:49px !important;
}

}



@media only screen and (max-width:999px) and (min-width:768px){

#xmas-advent-calendar__day-text1 {
    top: 83px;
    bottom: auto;
    left: auto;
    z-index:1111;
    font-size:50px !important;
    right: -11px;
}

#xmas-advent-calendar__day-text2 {
    top: -11px;
    left: -23px;
        font-size:50px !important;
}

#xmas-advent-calendar__day-text3 {
    top: auto;
    bottom: -26px;
    left: auto;
    right: -13px;
        font-size:42px !important;
}

#xmas-advent-calendar__day-text4 {
    top: 85px;
    left: 78px;
        font-size:50px !important;
 }

#xmas-advent-calendar__day-text5 {
    top: -5px;
    left: -24px;
        font-size:41px !important;
}

#xmas-advent-calendar__day-text6 {
    top: -11px;
    bottom: 0px;
    left: 68px;
    font-size:50px !important;
    right: 0px;
}

#xmas-advent-calendar__day-text7 {
    top: auto;
    bottom: -21px;
    left: 51px;
        font-size:50px !important;
}

#xmas-advent-calendar__day-text8 {
    top: -19px;
    left: auto;
    right: -10px;
    font-size:50px !important;
}

#xmas-advent-calendar__day-text9 {
    top: -4px;
    bottom: 0px;
    left: auto;
    right: -10px;
        font-size:44px !important;

}

#xmas-advent-calendar__day-text10 {
    top: auto;
    bottom: -31px;
    left: auto;
    right: -15px;
    font-size:38px !important;
}

#xmas-advent-calendar__day-text11 {
    top: auto;
    bottom: -25px;
    left: auto;
    font-size:44px !important;
    right: 58px;
}

#xmas-advent-calendar__day-text12 {
    top: -3px;
    bottom: 0px;
    left: 3px;
    right: 0px;
    font-size:37px !important;
}

#xmas-advent-calendar__day-text13 {
    top: 96px;
    left: -24px;
    font-size:40px !important;

}

#xmas-advent-calendar__day-text14 {
    top: 88px;
    left: -22px;
     font-size:50px !important;
}

#xmas-advent-calendar__day-text15 {
    top: -16px;
    bottom: 0px;
    left: 33px;
    right: 1px;
    font-size:50px !important;
}

#xmas-advent-calendar__day-text16 {
    top: 21px;
    left: auto;
    letter-spacing:-2px !important;
    right: -20px;
    font-size:38px !important;
}

#xmas-advent-calendar__day-text17 {
    top: 14px;
    bottom: auto;
    left: auto;
    right: -19px;
    font-size:42px !important;
}

#xmas-advent-calendar__day-text18 {
    top: auto;
    bottom: -32px;
    left: -21px;
    font-size:38px !important;
}

#xmas-advent-calendar__day-text19 {
    top: 85px;
    bottom: 0px;
    left: 81px;
    font-size:50px !important;
}

#xmas-advent-calendar__day-text20 {
    bottom: auto;
    left: auto;
    top:4px;

    font-size:38px !important;
    right: -19px;
}

#xmas-advent-calendar__day-text21 {
    top: auto;
    bottom: -28px;
    left: auto;
    font-size:42px !important;
    right: -13px;
}

#xmas-advent-calendar__day-text22 {
    top: -8px;
    left: -24px;
    font-size:39px !important;
    right: auto;
}

#xmas-advent-calendar__day-text23 {
    top: -7px;
    font-size:42px !important;
    left: 58px;
}

#xmas-advent-calendar__day-text24 {
    top: auto;
    bottom: -41px;
    left: -15px;
    right: 0px;
    font-size:61px !important;
    margin: auto;
}

#xmas-advent-calendar__day-text25 {
    top: -6px;
    bottom: auto;
    left: auto;
    right: -14px;
    font-size:40px !important;
}

}



@media only screen and (max-width:1399px) and (min-width:1000px){

#xmas-advent-calendar__day-text1 {
    top: 109px;
    bottom: auto;
    left: auto;
    z-index:1111;
    font-size:56px !important;
    right: -14px;
}

#xmas-advent-calendar__day-text2 {
    top: -8px;
    left: -27px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text3 {
    top: auto;
    bottom: -35px;
    left: auto;
    right: -18px;
        font-size:51px !important;
}

#xmas-advent-calendar__day-text4 {
    top: 113px;
    left: 98px;
        font-size:56px !important;
 }

#xmas-advent-calendar__day-text5 {
    top: -2px;
    left: -30px;
        font-size:48px !important;
}

#xmas-advent-calendar__day-text6 {
    top: -6px;
    bottom: 0px;
    left: 84px;
    font-size:56px !important;
    right: 0px;
}

#xmas-advent-calendar__day-text7 {
    top: auto;
    bottom: -33px;
    left: 64px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text8 {
    top: -17px;
    left: auto;
    right: -13px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text9 {
    top: -3px;
    bottom: 0px;
    left: auto;
    right: -14px;
        font-size:51px !important;

}

#xmas-advent-calendar__day-text10 {
    top: auto;
    bottom: -40px;
    left: auto;
    right: -19px;
    font-size:49px !important;
}

#xmas-advent-calendar__day-text11 {
    top: auto;
    bottom: -33px;
    left: auto;
    font-size:55px !important;
    right: 72px;
}

#xmas-advent-calendar__day-text12 {
    top: 0px;
    bottom: 0px;
    left: 4px;
    right: 0px;
    font-size:43px !important;
}

#xmas-advent-calendar__day-text13 {
    top: 122px;
    left: -29px;
    font-size:47px !important;

}

#xmas-advent-calendar__day-text14 {
    top: 116px;
    left: -26px;
     font-size:56px !important;
}

#xmas-advent-calendar__day-text15 {
    top: -13px;
    bottom: 0px;
    left: 42px;
    right: 1px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text16 {
    top: 31px;
    left: auto;
    letter-spacing:-2px !important;
    right: -26px;
    font-size:42px !important;
}

#xmas-advent-calendar__day-text17 {
    top: 22px;
    bottom: auto;
    left: auto;
    right: -23px;
    font-size:47px !important;
}

#xmas-advent-calendar__day-text18 {
    top: auto;
    bottom: -44px;
    left: -24px;
    font-size:43px !important;
}

#xmas-advent-calendar__day-text19 {
    top: 112px;
    bottom: 0px;
    left: 101px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text20 {
    bottom: auto;
    left: auto;
    top:6px;
    font-size:45px !important;
    right: -23px;
}

#xmas-advent-calendar__day-text21 {
    top: auto;
    bottom: -39px;
    left: auto;
    font-size:48px !important;
    right: -16px;
}

#xmas-advent-calendar__day-text22 {
    top: -8px;
    left: -29px;
    font-size:46px !important;
    right: auto;
}

#xmas-advent-calendar__day-text23 {
    top: -3px;
    font-size:46px !important;
    left: 73px;
}

#xmas-advent-calendar__day-text24 {
    top: auto;
    bottom: -41px;
    left: -15px;
    right: 0px;
    font-size:61px !important;
    margin: auto;
}

#xmas-advent-calendar__day-text25 {
    top: -5px;
    bottom: auto;
    left: auto;
    right: -19px;
    font-size:47px !important;
}

}



@media only screen and (min-width:1400px){

#xmas-advent-calendar__day-text1 {
	top: 136px;
    bottom: auto;
    left: auto;
    z-index:1111;
    font-size:56px !important;
    right: -16px;
}

#xmas-advent-calendar__day-text2 {
	top: -1px;
    left: -31px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text3 {
	top: auto;
    bottom: -44px;
    left: auto;
    right: -20px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text4 {
	top: 140px;
    left: 114px;
        font-size:56px !important;
 }

#xmas-advent-calendar__day-text5 {
	top: 1px;
    left: -34px;
        font-size:52px !important;
}

#xmas-advent-calendar__day-text6 {
	top: 0px;
    bottom: 0px;
    left: 98px;
    font-size:56px !important;
    right: 0px;
}

#xmas-advent-calendar__day-text7 {
	top: auto;
    bottom: -45px;
    left: 75px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text8 {
	top: -12px;
    left: auto;
    right: -14px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text9 {
	top: 0px;
    bottom: 0px;
    left: auto;
    right: -17px;
        font-size:56px !important;

}

#xmas-advent-calendar__day-text10 {
	top: auto;
    bottom: -48px;
    left: auto;
    right: -23px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text11 {
	top: auto;
    bottom: -41px;
    left: auto;
    font-size:61px !important;
    right: 84px;
}

#xmas-advent-calendar__day-text12 {
	top: 5px;
    bottom: 0px;
    left: 4px;
    right: 0px;
    font-size:46px !important;
}

#xmas-advent-calendar__day-text13 {
	top: 147px;
    left: -34px;
    font-size:52px !important;

}

#xmas-advent-calendar__day-text14 {
	top: 144px;
    left: -32px;
     font-size:56px !important;
}

#xmas-advent-calendar__day-text15 {
	top: -8px;
    bottom: 0px;
    left: 49px;
    right: 1px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text16 {
	top: 38px;
    left: auto;
    letter-spacing:-2px !important;
    right: -31px;
    font-size:48px !important;
}

#xmas-advent-calendar__day-text17 {
	top: 28px;
    bottom: auto;
    left: auto;
    right: -28px;
    font-size:52px !important;
}

#xmas-advent-calendar__day-text18 {
	top: auto;
    bottom: -54px;
    left: -28px;
    font-size:48px !important;
}

#xmas-advent-calendar__day-text19 {
	top: 139px;
    bottom: 0px;
    left: 117px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text20 {
    bottom: auto;
    left: auto;
    top:12px;

    font-size:48px !important;
    right: -28px;
}

#xmas-advent-calendar__day-text21 {
	top: auto;
    bottom: -49px;
    left: auto;
    font-size:52px !important;
    right: -19px;
}

#xmas-advent-calendar__day-text22 {
	top: -6px;
    left: -35px;
    font-size:52px !important;
    right: auto;
}

#xmas-advent-calendar__day-text23 {
	top: -2px;
    font-size:52px !important;
    left: 85px;
}

#xmas-advent-calendar__day-text24 {
	top: auto;
    bottom: -41px;
    left: -15px;
    right: 0px;
    font-size:61px !important;
    margin: auto;
}

#xmas-advent-calendar__day-text25 {
	top: -1px;
    bottom: auto;
    left: auto;
    right: -21px;
    font-size:52px !important;
}

}
/* RESPONSIVE TABLET */



@media only screen and (max-width:600px) and (min-width:481px){

#xmas-advent-calendar__day-text1 {
    top: auto;
    bottom: -47px;
    left: auto;
    z-index:1111;
    font-size:61px !important;
    right: 16px;
}

#xmas-advent-calendar__day-text2 {
    top: -1px;
    left: 6px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text3 {
    top: auto;
    bottom: -41px;
    left: auto;
    right: 16px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text4 {
    top: 138px;
    left: 150px;
        font-size:56px !important;
 }

#xmas-advent-calendar__day-text5 {
    top: 3px;
    left: 3px;
        font-size:50px !important;
}

#xmas-advent-calendar__day-text6 {
    top: 0px;
    bottom: 0px;
    left: 134px;
    font-size:56px !important;
    right: 0px;
}

#xmas-advent-calendar__day-text7 {
    top: auto;
    bottom: -43px;
    left: 110px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text8 {
    top: -12px;
    left: auto;
    right: 23px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text9 {
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 21px;
        font-size:56px !important;

}

#xmas-advent-calendar__day-text10 {
    top: auto;
    bottom: -46px;
    left: auto;
    right: 16px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text11 {
    top: auto;
    bottom: -7px;
    left: auto;
    font-size:51px !important;
    right: 81px;
}

#xmas-advent-calendar__day-text12 {
    top: 5px;
    bottom: 0px;
    left: 42px;
    right: 0px;
    font-size:46px !important;
}

#xmas-advent-calendar__day-text13 {
    top: 145px;
    left: 3px;
    font-size:52px !important;

}

#xmas-advent-calendar__day-text14 {
    top: 144px;
    left: 5px;
     font-size:56px !important;
}

#xmas-advent-calendar__day-text15 {
    top: -8px;
    bottom: 0px;
    left: 85px;
    right: 1px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text16 {
    top: 38px;
    left: auto;
    letter-spacing:-2px !important;
    right: 7px;
    font-size:48px !important;
}

#xmas-advent-calendar__day-text17 {
    top: 28px;
    bottom: auto;
    left: auto;
    right: 9px;
    font-size:52px !important;
}

#xmas-advent-calendar__day-text18 {
    top: auto;
    bottom: -50px;
    left: 9px;
    font-size:48px !important;
}

#xmas-advent-calendar__day-text19 {
    top: 137px;
    bottom: 0px;
    left: 154px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text20 {
    bottom: auto;
    left: auto;
    top:11px;
    font-size:48px !important;
    right: 10px;
}

#xmas-advent-calendar__day-text21 {
    top: auto;
    bottom: -46px;
    left: auto;
    font-size:52px !important;
    right: 19px;
}

#xmas-advent-calendar__day-text22 {
    top: -6px;
    left: 3px;
    font-size:52px !important;
    right: auto;
}

#xmas-advent-calendar__day-text23 {
    top: -2px;
    font-size:52px !important;
    left: 121px;
}

#xmas-advent-calendar__day-text24 {
    top: auto;
    bottom: -41px;
    left: -15px;
    right: 0px;
    font-size:61px !important;
    margin: auto;
}

#xmas-advent-calendar__day-text25 {
    top: -1px;
    bottom: auto;
    left: auto;
    right: 16px;
    font-size:52px !important;
}

}
 
/* RESPONSIVE MOBILE*/

@media only screen and (max-width:480px){
#xmas-advent-calendar__day-text1 {
    top: auto;
    bottom: -64px;
    left: auto;
    z-index:1111;
    font-size:59px !important;
    right: -3px;
}

#xmas-advent-calendar__day-text2 {
    top: -1px;
    left: -9px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text3 {
    top: auto;
    bottom: -41px;
    left: auto;
    right: 2px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text4 {
    top: 137px;
    left: 134px;
        font-size:56px !important;
 }

#xmas-advent-calendar__day-text5 {
    top: 3px;
    left: -12px;
        font-size:50px !important;
}

#xmas-advent-calendar__day-text6 {
    top: 0px;
    bottom: 0px;
    left: 118px;
    font-size:56px !important;
    right: 0px;
}

#xmas-advent-calendar__day-text7 {
    top: auto;
    bottom: -43px;
    left: 95px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text8 {
    top: -12px;
    left: auto;
    right: 8px;
        font-size:56px !important;
}

#xmas-advent-calendar__day-text9 {
    top: 0px;
    bottom: 0px;
    left: auto;
    right: 7px;
        font-size:56px !important;

}

#xmas-advent-calendar__day-text10 {
    top: auto;
    bottom: -46px;
    left: auto;
    right: 1px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text11 {
    top: auto;
    bottom: -6px;
    left: auto;
    font-size:51px !important;
    right: 64px;
}

#xmas-advent-calendar__day-text12 {
    top: 5px;
    bottom: 0px;
    left: 26px;
    right: 0px;
    font-size:46px !important;
}

#xmas-advent-calendar__day-text13 {
    top: 145px;
    left: -12px;
    font-size:52px !important;

}

#xmas-advent-calendar__day-text14 {
    top: 144px;
    left: -9px;
     font-size:56px !important;
}

#xmas-advent-calendar__day-text15 {
    top: -8px;
    bottom: 0px;
    left: 69px;
    right: 1px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text16 {
    top: 38px;
    left: auto;
    letter-spacing:-2px !important;
    right: -8px;
    font-size:48px !important;
}

#xmas-advent-calendar__day-text17 {
    top: 28px;
    bottom: auto;
    left: auto;
    right: -5px;
    font-size:52px !important;
}

#xmas-advent-calendar__day-text18 {
    top: auto;
    bottom: -51px;
    left: -6px;
    font-size:46px !important;
}

#xmas-advent-calendar__day-text19 {
    top: 137px;
    bottom: 0px;
    left: 139px;
    font-size:56px !important;
}

#xmas-advent-calendar__day-text20 {
    bottom: auto;
    left: auto;
    top:12px;
    font-size:48px !important;
    right: -5px;
}

#xmas-advent-calendar__day-text21 {
    top: auto;
    bottom: -47px;
    left: auto;
    font-size:52px !important;
    right: 3px;
}

#xmas-advent-calendar__day-text22 {
    top: -6px;
    left: -13px;
    font-size:52px !important;
    right: auto;
}

#xmas-advent-calendar__day-text23 {
    top: -2px;
    font-size:52px !important;
    left: 106px;
}

#xmas-advent-calendar__day-text24 {
    top: auto;
    bottom: -41px;
    left: -15px;
    right: 0px;
    font-size:61px !important;
    margin: auto;
}

#xmas-advent-calendar__day-text25 {
    top: -1px;
    bottom: auto;
    left: auto;
    right: 1px;
    font-size:52px !important;
}

}
 

/* modal */
.xmas-advent-calendar__modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
    z-index: 9999;
    opacity: 0.0;
	display: none;
    overflow-x: hidden;
    overflow-y: auto; 
}

@media only screen and (min-width:700px){

.xmas-advent-calendar__modal__content {
	position: relative;
	top: 35%;
	left: 0;
	bottom: 0;
	right: 0;
	width: 600px;
	height: 470px;
    max-width: 95%;
    max-height: 95%;
	margin: auto;
    padding: 20px;
    border-radius: 8px;
    background-color: #c73336;
    -webkit-transform: translateY(-2000px);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-2000px);  /* IE 9 */
    transform: translateY(-2000px);  /* Firefox 16+, IE 10+, Opera */
}
}

@media only screen and (max-width:699px){
    .xmas-advent-calendar__modal__content {
    position: relative;
    top: 10%;
    left: 0;
    bottom: 10%;
    right: 0;
    width: 80%;
height:auto;
min-height:400px;
    margin: auto;
    padding: 20px;
    border-radius: 8px;
    background-color: #c73336;
    -webkit-transform: translateY(-2000px);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-2000px);  /* IE 9 */
    transform: translateY(-2000px);  /* Firefox 16+, IE 10+, Opera */
}

header{
    z-index:1 !important;
}

}
.xmas-advent-calendar__modal__content--show {
    -webkit-transform: translateY(0px);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(0px);  /* IE 9 */
    transform: translateY(0px);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

body.modal-open {
    overflow: hidden;
}

.xmas-advent-calendar__modal .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    padding: 2px;
    border-radius: 50%;
    background: white;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    z-index: 99999;
}

.xmas-advent-calendar__modal .close-button img {
    width: 14px;
    height: 14px;
}

.xmas-advent-calendar__modal-header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 110%;
    margin-left: -5%;
    display: none;
}

.xmas-advent-calendar__modal-header--1 {
    -webkit-transform: translateY(-80%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-80%);  /* IE 9 */
    transform: translateY(-80%);  /* Firefox 16+, IE 10+, Opera */
}

.xmas-advent-calendar__modal-header--1 + .xmas-advent-calendar__modal-code {
    max-height: -webkit-calc(100% - 10px);
    max-height: calc(100% - 10px);
}

.xmas-advent-calendar__modal-header--2 {
    -webkit-transform: translateY(-80%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-80%);  /* IE 9 */
    transform: translateY(-80%);  /* Firefox 16+, IE 10+, Opera */
}

.xmas-advent-calendar__modal-header--2 + .xmas-advent-calendar__modal-code {
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
}

.xmas-advent-calendar__modal-header--3{
    top:-110px;
}

#xmas-advent-calendar__modal-code-2{
   margin-top:30px;
}

.boxopened{
    opacity:0.7;
}
.xmas-advent-calendar__modal-header--3 {
    -webkit-transform: translateY(-50%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-50%);  /* IE 9 */
    transform: translateY(-50%);  /* Firefox 16+, IE 10+, Opera */
}

.xmas-advent-calendar__modal-header--3 + .xmas-advent-calendar__modal-code {
    max-height: -webkit-calc(100% - 40px);
    max-height: calc(100% - 40px);
}

.xmas-advent-calendar__modal-header--4 {
    -webkit-transform: translateY(-54%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-54%);  /* IE 9 */
    transform: translateY(-54%);  /* Firefox 16+, IE 10+, Opera */
}

#xmas-advent-calendar__modal-code-3{
   margin-top:30px;
}

.xmas-advent-calendar__modal-header--4 + .xmas-advent-calendar__modal-code {
    max-height: -webkit-calc(100% - 40px);
    max-height: calc(100% - 40px);
}

.xmas-advent-calendar__modal-header--5 {
    -webkit-transform: translateY(-61%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-61%);  /* IE 9 */
    transform: translateY(-61%);  /* Firefox 16+, IE 10+, Opera */
}

.xmas-advent-calendar__modal-header--5 + .xmas-advent-calendar__modal-code {
    max-height: -webkit-calc(100% - 40px);
    max-height: calc(100% - 40px);
}

.xmas-advent-calendar__modal-header--6 {
    -webkit-transform: translateY(-44%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-44%);  /* IE 9 */
    transform: translateY(-44%);  /* Firefox 16+, IE 10+, Opera */
}

.xmas-advent-calendar__modal-header--6 + .xmas-advent-calendar__modal-code {
    max-height: -webkit-calc(100% - 10px);
    max-height: calc(100% - 10px);
}

.xmas-advent-calendar__modal-header--7 {
    width: 100%;
    margin-left: 0;
    -webkit-transform: translateY(-49%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-49%);  /* IE 9 */
    transform: translateY(-49%);  /* Firefox 16+, IE 10+, Opera */
}

.xmas-advent-calendar__modal-header--7 + .xmas-advent-calendar__modal-code {
    max-height: -webkit-calc(100% - 75px);
    max-height: calc(100% - 75px);
    margin-top: 40px;
}

.xmas-advent-calendar__modal-header--8 {
    width: 100%;
    margin-left: 0;
    -webkit-transform: translateY(-41%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-41%);  /* IE 9 */
    transform: translateY(-41%);  /* Firefox 16+, IE 10+, Opera */
}

.xmas-advent-calendar__modal-header--8 + .xmas-advent-calendar__modal-code {
    max-height: -webkit-calc(100% - 50px);
    max-height: calc(100% - 50px);
    margin-top: 20px;
}

.xmas-advent-calendar__modal-header img {
    width: 100%;
    height: auto;
}

.xmas-advent-calendar__modal-header--5{
    top:-68px !important;
}

.xmas-advent-calendar__modal-header--4{
    top:-87px !important;
}

.xmas-advent-calendar__modal-header-3{
    top:-117px !important;
}

.xmas-advent-calendar__modal-header--2{
    top:-17px !important;
}
.xmas-advent-calendar__modal-code {

padding-left:30px;
padding-right:30px;
width:auto;    display: none;
    overflow: auto;
    z-index: 20;
}


@media only screen and (max-width:660px){
.xmas-advent-calendar__modal-header--5{
    top:-28px !important;
}

.xmas-advent-calendar__modal-header--4{
    top:-37px !important;
}

.xmas-advent-calendar__modal-header--3{
    top:-50px !important;
}


.xmas-advent-calendar__modal-header--2{
    top:-3px !important;
}

#xmas-advent-calendar__modal-header-15, #xmas-advent-calendar__modal-header-23{
    top:-55px !important;
}
.xmas-advent-calendar__modal-header--6{
    top:-70px !important;
}

.xmas-advent-calendar__modal-header--1{
    margin-top:-3px;
}

.xmas-advent-calendar__modal-header--7{
    top:-60px !important;
}

}
@media only screen and (min-width:660px){
.xmas-advent-calendar__modal-header--5{
    top:-68px !important;
}

.xmas-advent-calendar__modal-header--4{
    top:-87px !important;
}

.xmas-advent-calendar__modal-header--3{
    top:-117px !important;
}

.xmas-advent-calendar__modal-header--2{
    top:-3px !important;
}

.xmas-advent-calendar__modal-header--1{
    margin-top:-22px;
}
}

#xmas-advent-calendar__modal-code-1{
    margin-top:28px;
}
.xmas-advent-calendar__modal-code .wpb_column{
    color:#ffffff;
}

.eerstelaag{
    width:100% !important;
    height:auto !important;
}
.xmas-advent-calendar-subtitle {
    font-family: Verdana!important;
    color: white!important;
}

.xmas-advent-calendar-title {
    text-align: center!important;
    color: white!important;
    font-family: 'titan_oneregular'!important;
    font-size: 36px!important;
}

.xmas-advent-calendar-call-to-action-wrapper {
  margin: 0!important;
  margin-top: 60px!important;
  min-height: 34px!important;
}

.xmas-advent-calendar-call-to-action {
    background: white;
    padding: 10px 20px;
    color: #c73336!important;
    border-radius: 25px;
    text-transform: uppercase;
}

iframe {
    height: 250px;
    width: 454px;
}

/* wrapper colors */
.color-input-wrapper-1 {
    background-color: antiquewhite!important;
}

.color-input-wrapper-2 {
    background-color: #f6c244!important;
}

.color-input-wrapper-3 {
    background-color: #82b362!important;
}

.color-input-wrapper-4 {
    background-color: #445260!important;
}

.color-input-wrapper-5 {
    background-color: #b24145!important;
}

.color-input-wrapper-6 {
    background-color: transparent !important;
}

/* snow */
#snow {
    top: -100%;
    bottom: -50px;
    left: -100%;
    right: -100%;
    z-index: -1;
    background-image: url('../images/snow1.png'), url('../images/snow3.png'), url('../images/snow2.png');
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
    position: absolute;
}

/* keyframes */
@keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
 
@-moz-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
 
@-webkit-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
 
@-ms-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

