#stage
{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	overflow: hidden;
}

#test
{
	opacity: 1;
	transform-origin: 50% 50%;
	transform: rotate(0deg);
}

#logo
{
	margin-bottom: 1%;
}

.bowl
{
	position: relative;
	height: 100%;
	transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform: rotate(-20deg);
}

.bowlcontainer
{
	position: absolute;
}

.treecontainer
{
	position: absolute;
	overflow: hidden;
	padding: 2% 2% 0 2%;
}

.tree
{
	position: relative;
	width: 100%;
	height: 94.5%;
	filter: blur(10px);
	-moz-filter: blur(10px);
}

.treehole
{
	position: relative;
	width: 100%;
	height: 5%;
	border-radius: 999px;
	transform: scaleY(1) scaleX(0);
	-moz-transform: scaleY(1) scaleX(0);
	-webkit-transform: scaleY(1) scaleX(0);
	-o-transform: scaleY(1) scaleX(0);
	display: block;
}

.contents
{
	text-align: center;
	vertical-align: middle;
	color: #333333;
	font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.15em;
	line-height: 0.8em;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}

.contents p
{
	opacity: 0.6;
}

.contents .container
{
	display: table-cell;
	vertical-align: middle;
}

#lumberjack-container
{
	left: 35%;
	top: 78%;
	position: absolute;
}

#lumberjack
{
	display: block;
	display: absolute;
}

#balloon
{
	right: 59%;
	bottom: 97%;
	position: absolute;
	width: 0%;
	display: none;
	z-index: 12;
}

#balloon-image
{
	
}

.social
{
	z-index: 11;
	position: absolute;
	display: inline;
	top: 27%;
}

.social.deezer {left: 8%}
.social.rdio {left: 35%}
.social.spotify {left: 61%}
.social.youtube {left: 78%}

.social img
{
	position: absolute;
	left: 0;
}

.social img:last-child {opacity: 0}


#snowstorm
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.starcontainer
{
	position: absolute;
	overflow: hidden;
}

.star
{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.star:first-child
{
	margin-bottom: -100%;
	opacity: 0.6;
}

.star:last-child
{
	top: 0;
	margin-top: -1%;
	opacity: 0;
}

.blurrytree
{
	height: 100%;
	bottom: -72%;
	position: absolute;
	z-index: 8;
	display: none;
}

.blurrytree.first
{
	left: 0%;
}

.blurrytree.second
{
	left: 80%;
}

.blurrytree.third
{
	left: 15%;
	height: 50%;
	bottom: -38%;
}

#head
{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 8%;
	display: none;
}

#headline-container
{
	padding-top: 10px;
	display: block;
}

.head
{
	font-family: dkpisang, 'Helvetica Neue', Helvetica, 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #00CCCC;
	font-size: 5em;
	text-shadow: 3px 3px 0px #515151;
}

#head .container img, #head .container #headline-container *
{
	padding: 0;
	margin: 0;
	line-height: 95%;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}

.headshadow
{
	color: #333333 !important;
}

#scrollindicator
{
	
}

.animal
{
	opacity: 0;
	position: absolute;
}

#snowman
{
	left: 63%;
	bottom: 4%;
}

#bambi
{
	bottom: 10%;
	left: 21%;
}

#pinguin
{
	bottom: 10%;
	left: 47%;
}

#giraffe
{
	bottom: 17%;
	left: 51.2%;
}

#affe
{
	bottom: 1%;
	left: 26%;
}

#meteoroid
{
	position: absolute;
	clip: rect(0, 100%, 50%, 0);
	opacity: 0;
}

#bowl-blurry
{
	position: absolute;
	width: 40%;
	left: 80%;
	bottom: 63%;
	display: none;
	z-index: -2;
}

#arrow
{
	bottom: 26%;
	display: none;
	height: 17%;
	left: 44%;
	position: absolute;
}

.preload
{
	display: none;
}