@charset "utf-8";

body {
	min-width:320px;
}

strong {
    font-weight: 600;
}

.border {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #214e71;
    margin-bottom: 15px;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
}

.header-logoline {
    display: block;
    position: relative;
    width: 100%;
}

.header-logo {
    position: relative;
    display: block;
    width: 50%;
    max-width: 320px;
    padding: 20px;
	transition: all 200ms;
}

.header-logo img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.logo-24 {
    float: left;
	width: 18%;
}

.logo-volley {
    float: right;
    height: 48px;
    width: 10%;
    max-width: 20px;
}

.header a:hover {
	transform: scale(1.05);
}

.event-header {
    position: absolute;
    top: -8px;
    left: 50%;
    max-width: 360px;
    width: 98%;
    display: block;
    text-align: center;
    background-image: url("../img/plane-color.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    transform: translate(-50%, 0) rotate(1deg);
}

.event-header h1 {
    font-family: Electric;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 10px 10px 22px;
    background-image: url("../img/plane-black.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 88% auto;
}

.event-header h2 {
    line-height: 1;
    font-size: 15px;
    padding: 6px 5px 8px;
    text-transform: uppercase;
}

.background {
    background: url("../img/lightnings1.png") no-repeat center center;
    background-size: cover;
}

.foreground {
    background: url("../img/pine2a.svg") no-repeat center center;
	background-size: cover;
}

.foreground2 {
    background: url("../img/pine3.svg") no-repeat center center;
	background-size: cover;
}

.ground1 {
	background: url("../img/ground0.svg") no-repeat center bottom;
	background-size: cover;
}

.ground2 {
	background: url("../img/ground.svg") no-repeat center bottom;
	background-size: cover;
}

.fog {
    position: absolute;
    bottom: -5%;
    width: 120%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(28, 68, 190, 0) 0%, rgb(8, 15, 21) 100%);
    animation: phase 10s 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.pine img {
    position: absolute;
    bottom: -10%;
    right: -20%;
    width: 100%;
    /*min-width: 1400px;*/
}

.light {
    /*background: url("../img/restroom-light.svg") no-repeat top center;*/
	background: none;
	background-size: cover;
/*	-webkit-animation: blink 30s linear 3s infinite;
	-moz-animation: blink 30s linear 3s infinite;
	-o-animation: blink 30s linear 3s infinite;
	animation: blink 30s linear 3s infinite;*/
}

.spark {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	opacity: 0.5;
}

/*.spark:before, .spark:after {*/
.spark:before {
  content: "";
  background-image: url("../img/spark.png");
  background-position-x: 50%;
  background-repeat: repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  opacity: 0;

  will-change: transform;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.spark:before {
  -webkit-animation: spark 1800s linear infinite, shake 26s linear 13s infinite;
  -moz-animation: spark 1800s linear infinite, shake 26s linear 13s infinite;
  -o-animation: spark 1800s linear infinite, shake 26s linear 13s infinite;
  animation: spark 1800s linear infinite, shake 26s linear 13s infinite;
}

.spark:after {
  -webkit-animation: spark 3600s linear infinite, shake-revert 26s linear infinite;
  -moz-animation: spark 3600s linear infinite, shake-revert 26s linear infinite;
  -o-animation: spark 3600s linear infinite, shake-revert 26s linear infinite;
  animation: spark 3600s linear infinite, shake-revert 26s linear infinite;
}

.tree-container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%;
    bottom: 0;
    text-align: center;
}

.tree {
    height: 100%;
    margin: 0 auto;
    display: inline-block;
    bottom: 0;
    position: relative;
    overflow: hidden;
	background-image: url("../img/pine5.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.tree img {
    width: 100%;
    max-height: 100%;
    display: inline-block;
    position: relative;
    height: 100%;
}

.lamps, .lamps-glow {
    height: 100%;
    margin: 0 auto;
    display: inline-block;
    bottom: 0;
	left: 0;
	width: 100%;
    position: absolute;
    overflow: hidden;
	background-image: url("../img/lamps1.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.lamps-glow {
	background-image: url("../img/lamps2.svg");
	animation: blink 20s infinite;
}

.balls {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

.ball {
    width: 7%;
    height: 10%;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 50px;
	transform: translate(-50%,0);
}

.ball-switch {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
	opacity:0.9;
}

span.ball-switch {
    opacity: 0.75;
}

.ball:hover a.ball-switch {
	animation: heartbeat 1s infinite;
}

.ball .ball-switch:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-box-shadow: 0px 20px 10px 10px rgba(0, 39, 130, 0.85);
    -moz-box-shadow: 0px 20px 10px 10px rgba(0, 39, 130, 0.85);
    box-shadow: 0px 20px 10px 10px rgba(0, 39, 130, 0.85);
	z-index:0;
}

.ball:hover a.ball-switch:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-box-shadow: 0px 20px 20px 15px rgb(17, 144, 255);
    -moz-box-shadow: 0px 20px 20px 15px rgb(17, 144, 255);
    box-shadow: 0px 20px 20px 15px rgb(17, 144, 255);
	z-index:0;
}

#b-1 {
    left: 50%;
    bottom: 20%;
}

#b-2 {
    left:70%;
    bottom: 30%;
}

#b-3 {
    left: 40%;
    bottom: 53%;
}

#b-4 {
    left: 55%;
    bottom: 40%;
}

#b-5 {
    left: 45%;
    bottom: 65%;
}

#b-6 {
    left: 60%;
    bottom: 54%;
}

#b-7 {
    bottom: 72%;
    left: 51%;
}

#b-8 {
    bottom: 25%;
    left: 28%;
}

#b-9 {
    bottom: 32%;
    left: 40%;
}

#b-10 {
    bottom: 40%;
    left: 35%;
}

#b-11 {
    bottom: 45%;
    left: 66%;
}

#b-12 {
    bottom: 63%;
    left: 56%;
}

#b-13 {
    bottom: 15%;
    left: 23%;
}

#b-14 {
    bottom: 20%;
    left: 75%;
}

#b-15 {
    bottom: 13%;
    left: 82%;
}

#b-16 {
    bottom: 15%;
    left: 63%;
}

#b-17 {
    bottom: 9%;
    left: 35%;
}

#b-18 {
    bottom: 30%;
    left: 55%;
}

#b-19 {
    bottom: 8%;
    left: 17%;
}

#b-20 {
    bottom: 50%;
    left: 50%;
}

#b-21 {
    bottom: 17%;
    left: 38%;
}

#b-22 {
    bottom: 11%;
    left: 51%;
}

#b-23 {
    bottom: 37%;
    left: 66%;
}

#b-24 {
    bottom: 34%;
    left: 30%;
}

#b-25 {
    bottom: 80%;
    left: 50%;
}

.ball-switch.visited {
    opacity: 1;
}

.ball-switch.active {
	animation: heartbeat 1s infinite;
}

.ball-switch.visited::before {
	-webkit-box-shadow: 0px 0px 25px 20px rgba(255, 255, 255, 0.85);
    -moz-box-shadow: 0px 0px 25px 20px rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 25px 20px rgba(255, 255, 255, 0.85);
}

.ball-switch.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/ball-shine5.svg");
    background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.ball-switch.visited::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/ball-shine6.svg");
    background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	animation: glow 5s infinite;
}

span.ball-switch::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/ball-gray.svg");
    background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.lamp {
    width: 5%;
    height: 5%;
    display: block;
    position: absolute;
	transform: translate(-50%,0);
	background-image: url("../img/lamp.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.button-subscribe {
    background: linear-gradient(to right, rgb(30, 82, 221) 0%, rgb(3, 207, 253) 100%);
    color: #fff !important;
    text-transform: uppercase;
    width: auto;
    padding: 10px 15px 9px;
    border-radius: 4px;
    margin: 10px auto 20px;
    z-index: 100;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: Electric;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    display: block;
    max-width: 240px;
	border:2px solid #fff;
	transition: all 200ms;
}

.button-subscribe span {
	position: relative;
	display: inline-block;
	width: 100%;
}

.button-subscribe:hover{
    box-shadow: 1px 1px 25px 10px rgba(30, 82, 221,0.5);
	transform: scale(1.05);
}

    .button-subscribe:before {
          content: "";
          position: absolute;
          top: 0;
          left: -100% !important;
          width: 100%;
          height: 100%;
          background: linear-gradient(120deg, transparent, rgba(3, 207, 253, 1), transparent) !important;
          transition: all 200ms !important;
      }

      .button-subscribe:hover:before {
           left: 100% !important;
       }

.greet .button-subscribe {
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
	   
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	
	text-align: center;
	display: block;
}

.footer .button-subscribe {
    display: inline-block;
    padding-left: 18px;
    padding-right: 17px;
    margin-left: 5px;
    margin-right: 5px;
}

.overlay, .greetbox {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
	z-index: 100;
	overflow-y: scroll;
}

.greetbox {
	display:block;
	overflow-y: hidden;
}

.overlay .wall, .greetbox .wall {
	position: absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}

.overlay-container {
    position: relative;
    display: block;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    min-height: 300px;
    top: 50%;
    transform: translate(0, -50%);
	max-height:100%;
}

.greetbox .overlay-container {
	min-height: auto;
}

.overlay-container > div {
    border-radius: 10px;
    /*overflow: hidden;*/
    position: relative;
    display: block;
    background: linear-gradient(0deg, rgba(12, 30, 58, 0.8) 0%, rgb(8, 23, 54) 100%);
    font-size: 16px;
    line-height: 1;
	box-shadow: 1px 1px 25px 10px rgb(30, 82, 221);
}

.overlay-placeholder {
    position: relative;
    width: 100%;
    display: block;
    max-height:100%;
}

.greet {
    padding: 0;
	cursor: hand;
	cursor: pointer;
	background: linear-gradient(0deg, rgba(12, 30, 58, 0.67) 0%, rgb(8, 23, 54) 100%);
}

.bleak {
    opacity: 0.7;
}

.greet img {
    display: block;
    float: left;
    position: relative;
    width: 36px;
    margin: 0 15px 0 0;
}

.greet h4 {
    position: relative;
    display: flex;
    padding: 0 0 10px;
    width: 100%;
    align-items: center;
}

.greet p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 10px;
}

.greet a {
    color: #ffdd26;
}

.overlay-placeholder .ball-text {
	display:none;
	position: relative;
	overflow:auto;
	max-height:100%;
}

.overlay-container .info {
	backface-visibility: hidden;
	transform: perspective(1000px) rotateY(0deg);
	transition: .5s;
}

.overlay-container .boxform {
	-webkit-perspective: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	visibility: visible;
	backface-visibility: hidden;
	transform: perspective(1000px) rotateY(-180deg);
	transition: .5s;
	/*overflow: hidden;*/
	height:0;
}

.switched .info {
    transform: perspective(1000px) rotateY(180deg);
	display:none;
}

.switched .boxform {
	height:auto;
    transform: perspective(1000px) rotateY(0);
}

.overlay-header {
    border-bottom: 1px solid #0b3352;
    padding: 20px 60px 18px 20px;
    font-family: Electric;
}

.overlay-header h3 {
    font-size: 24px;
	display: inline-block;
}

.overlay-header .box-button {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 20px;
	transition: all 200ms;
}

.box-button img {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
}

.box-button:hover {
	transform: scale(1.2);
}

.overlay .warning {
    display: block;
    position: relative;
    padding: 20px 0 0;
    line-height: 16px;
    font-size: 12px;
    opacity: 0.7;
    color: #c0e0ff;
}

.overlay .warning a {
    color: #fff;
}

.overlay-content {
    display: block;
    position: relative;
    padding: 16px 20px 20px;
    line-height: 22px;
    background-image: url("../img/lightnings2.png");
    background-size: 250% auto;
    background-position: center 60%;
    background-repeat: no-repeat;
}

.overlay .button-subscribe {
    margin: 20px 0 0;
    max-width: 100%;
}

.boxform-container {
    padding: 20px 20px 22px;
    position: relative;
    display: none;
}

.switched .boxform-container {
	display:block;
}

form {
    outline: none;
    border: none;
    display: block;
    position: relative;
}

fieldset {
    border: none;
    position: relative;
    display: block;
	padding:0;
}

input[type="text"], input[type="email"] {
    position: relative;
    display: inline-block;
    border: 1px solid #2594ff;
    border-radius: 5px;
    color: #83c3fe;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 0 12px;
    width: 100%;
    text-indent: 10px;
    margin-bottom: 15px;
}

input[type=text]:focus, input[type=email]:focus {
	background-color:#fff;
    color: #0d88f4;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder { 
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder { 
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder { 
  opacity: 1;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder { 
  opacity: 1;
}

.error {
    position: relative;
    padding: 0 0 22px;
    line-height: 20px;
    font-size: 15px;
    color: #ff5050;
}

input.invalid {
    border: 1px solid #ff5050;
    background-color: #ff50502b;
    color: #fff;
    margin-bottom: 10px;
}

label.invalid {
    font-size: 12px;
    position: relative;
    padding: 0 0 20px;
    display: block;
}

input.success {
    border: 1px solid #38b36e;
    background-color: #7bff601c;
    color: #fff;
}

.notifier {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 360px;
    height: auto;
    transform: translate(-50%,-50%);
    background: linear-gradient(0deg, rgb(12, 30, 58) 0%, rgb(8, 23, 54) 100%);
    border-radius: 8px;
    box-shadow: 1px 1px 25px 10px rgb(30, 82, 221);
}

.notifier .notifier-box {
    padding: 18px 20px 20px;
    display: block;
    position: relative;
}

.notifier h3 {
    font-size: 24px;
    display: inline-block;
    padding: 0 0 10px;
    font-family: Electric;
    line-height: 1;
}

.notifier p {
    font-size: 16px;
    line-height: 1;
}

@media all and (max-width: 800px) {
	
	.header:before {
   		content: "";
    	position: absolute;
    	width: 100%;
    	height: 14px;
    	display: block;
    	background: linear-gradient(to right, rgb(30, 82, 221) 40%, rgb(3, 207, 253) 60%);
    	top: 26px;
	}
	
	.header-logoline {
    	background-color: #000;
   		float: left;
	}
	
	.event-header {
   		position: absolute;
    	top: 22px;
	}
	
	.header-logo {
    	padding: 10px;
	}
	
	.logo-24 {
		width: 120px;
	}
	
	.logo-volley {
   		 padding-top: 5px;
    	padding-bottom: 5px;
    	padding-right: 10px;
    	width: 10px;
    	max-width: 10px;
    	height: auto;
 	}
	
}

@media all and (max-width: 575px) {
	
	.foreground {
    	background-position: 72% center;
	}
	
	.balls {
    width: 120%;
    left: -10%;
	}
	
	.ball {
    width: 8%;
    min-width: 48px;
	}

}

@media all and (max-width: 414px) {
	
	.fog {
    	height: 150%;
	}
	
	.mobile-deny {
		display:none !important;
	}
	
	.scene-block:after {
		content:"";
		position: absolute;
    	bottom: 0;
    	width: 120%;
    	height: 30%;
    	background: linear-gradient(to bottom, rgba(28, 68, 190, 0) 0%, rgb(255, 255, 255) 100%);
    	animation: phase 10s 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
	
	.tree-container {
    height: 85%;
    max-height: 85%;
    bottom: -12%;
	}
	
	.ball {
    width: 6%;
    min-width: 36px;
	}
}