﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body { font-family: "Lato", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: url("/event/assets/eg33/images/check-in/bg.jpg")no-repeat top center; background-size: cover;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.flaoting-wrapper {
    position: fixed;
    right: 5px;
    top: 50px;
    text-align: center;
    max-width: 80px;
	z-index: 99;
}
.sidebtn {
    position: relative;
    margin-bottom: 10px;
}
.flaot-btn-wrap {
    position: absolute;
    left: -38%;
    top: 10px;
}
button.float-btn {
    max-width: 55%;
    margin-bottom: 10px;
	transition: 0.2s;
    filter: drop-shadow(3px 4px 3px rgb(0, 0, 0, 0.6));
}
button.float-btn:hover {
	transform: rotate(10deg);
	filter: drop-shadow(3px 4px 3px rgb(0, 0, 0, 0.5)) brightness(1.08);
	transition: 0.2s;
}
.backtop {
	width: 45px;
	margin: 0 auto;
	background: none;
	padding: 0;
	border: none;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}
.backtop.show {
  opacity: 1;
  visibility: visible;
}
.top-sec {
    text-align: center;
    position: relative;
    padding: 10px 0 45px;
}
.logo {
    max-width: 300px;
    margin: 0 auto -2%;
}
.title-top {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.how-title {
    margin-bottom: 15px;
}
.how-wrapper {
	position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 15px;
    max-width: 1080px;
    margin: 0 auto;
	padding-bottom: 30px;
}
.stepbox {
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 370px;
    margin: 0 auto;
}
.step-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    color: #b80000;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
}
.deco.ribbon {
    z-index: -1;
    left: 0;
    right: 0;
    top: 4%;
    margin: 0 -2%;
}
.how-title img, .checkin-title img, .unlock-title img {
    max-height: 65px;
}
.note-text {
    color: #b80000;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0;
}
.checkin-frame {
    position: relative;
    background: #dfe6ee;
    border: 10px solid #aabed1;
    border-radius: 34px;
    box-shadow: inset 0 0 0 2px #fff;
    padding: 10px 10px;
	margin: 5px 0 30px;
}
.calendar-box {
    display: inline-block;
    position: relative;
    margin: 10px 0.5%;
    width: 13%;
    filter: drop-shadow(2px 2px 3px rgb(0, 0, 0, 0.2));
}
.cb-day {
    position: absolute;
    left: 0;
    right: 0;
    top: 19%;
    color: #b80000;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.cb-pts {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    color: #b80000;
    font-size: 28px;
    font-weight: 800;
}
.cb-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 72%;
}
button.clt-btn {
    background: url(/event/assets/eg33/images/check-in/collect-btn.png) no-repeat;
    background-size: 100%;
    width: 85%;
    height: 40px;
    color: #6e3a25;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 3%;
	pointer-events: none;
	filter: grayscale(1);
}
button.clt-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.1)!important;
}
.calendar-box.active button.clt-btn {
	filter: none;
	pointer-events: auto;
}
.calendar-box.missed {
	filter: grayscale(1);
}
.tick-img {
    max-width: 50%;
    margin: -7% auto 0;
}
.unlock-title {
    margin-bottom: 10px;
}
.point-wrapper {
    background: url(/event/assets/eg33/images/check-in/base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 990px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 35px 30px;
    grid-gap: 30px;
    margin: 0 auto;
}
.point-box {
    position: relative;
}
.pt-title {
    background: url(/event/assets/eg33/images/check-in/title-base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 270px;
    height: 70px;
    color: #f96014;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -36px;
    position: relative;
}
.ptwrap {
    border: 5px solid #ffff5a;
    border-radius: 25px;
    color: #b80000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    padding: 44px 10px 15px;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.5;
}

/** Modal **/
.modal-dialog.terms {
	max-width: 750px;
}
.modal-content.terms {
	background: #dfe6ee;
    border: 10px solid #aabed1;
    border-radius: 34px;
    box-shadow: inset 0 0 0 2px #fff;
    padding: 15px 20px;
	color: #b80000;
}
button.close-x {
    position: absolute;
    right: 12px;
    top: 6px;
    z-index: 2;
}
.terms-title {
    text-align: center;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #f29f05;
    filter: drop-shadow(0px 1px 0 #f24405) drop-shadow(0px -1px 0 #f24405);
}
ul.terms {
	padding-left: 17px;
}
ul.terms li {
	padding: 1px 0;
}
.modal-content.language {
	background: url("/event/assets/eg33/images/check-in/lang-base.png")no-repeat;
	background-size: 100% 100%;
	padding: 25px 20px 15px;
	text-align: center;
	border: none;
}
a.lang-btn {
    display: inline-block;
    max-width: 90px;
    margin: 5px 10px;
}

@media(max-width: 1180px) {
button.clt-btn {
	font-size: 1.6vw;
	height: 3vw;
}
}

@media(max-width: 1080px) {
.logo {
    max-width: 30%;
}	
.flaoting-wrapper {
    transform: scale(0.8);
    transform-origin: top right;
}	
.checkin-frame {
    padding: 1vw;
	border: 1vw solid #aabed1;
}
.calendar-box {
    margin: 1% 0.5%;
}	
.step-info {
	height: 7vw;
	font-size: 2vw;
	padding: 1% 8%;
}	
.cb-day {
    font-size: 1.8vw;
}	
.cb-pts {
    font-size: 2.6vw;
}	
}

@media(max-width: 767px) {
.flaoting-wrapper {
	transform: scale(0.7);
}	
.calendar-box {
    width: 18%;
}
button.clt-btn {
	font-size: 2.2vw;
	height: 4.5vw;
}	
.cb-day {
	font-size: 2.3vw;
}	
.cb-pts {
	font-size: 3.3vw;
}
.how-title img, .checkin-title img, .unlock-title img {
    max-height: 8vw;
}
.point-wrapper {
    padding: 4vw 3vw;
    grid-gap: 2%;
}	
.pt-title {
    font-size: 3vw;
    max-width: 80%;
    height: 9vw;
    margin: 0 auto -11%;
}	
.ptwrap {
	font-size: 2.4vw;
	padding: 5.5vw 1.5vw 1.5vw;
	border: 0.6vw solid #ffff5a;
}
}

@media(max-width: 480px) {
.flaoting-wrapper {
	transform: scale(0.6);
	top: 25px;
}	
.note-text {
    font-size: 15px;
}
.how-wrapper {
    display: block;
}	
.stepbox {
    width: 49%;
	margin: 6px 0;
}	
.step-info {
	height: 10vw;
	font-size: 3.1vw;
	padding: 1% 8%;
}
.calendar-box {
	width: 23%;
}	
.cb-day {
	font-size: 3.1vw;
}
.cb-pts {
	font-size: 4.2vw;
}	
.cb-btn {
    top: 71%;
}	
button.clt-btn {
	font-size: 2.8vw;
	height: 5.5vw;
}
.modal-content.terms {
    border: 5px solid #aabed1;
    padding: 15px 10px;
	font-size: 14px;
	border-radius: 20px;
}
.terms-title {
    font-size: 22px;
}
a.lang-btn {
    max-width: 70px;
}
}


/** Background Shapes **/
.area{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height:100%;
	z-index: -1;
	pointer-events: none;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}



















