html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: none;
}

body
{
	background-color: black;
	color: white;
}

.l_en
{
	display: none;
}

.langswitcher
{
	top: 0;
	right: 0;
	padding: 0.2em;
	position: fixed;
	z-index: 110;
	opacity: 0.6
	visibility: hidden;
}

.langswitcher img
{
	width: 1em;
}

.winner
{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	visibility: hidden;
}

.nooverflow
{
	z-index: 2;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.vloading
{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -112px;
	xbackground: url(../img/loading.gif) center center no-repeat;
}

.mobiscroll
{
	display: none;
	height: 10000px;
	width: 1px;
	position: absolute;
	left: 1px;
}

#section_start
{
	cursor: pointer;
}

.nocursor
{
	cursor: none;
}

.content .fullvideo
{
	display: none;
}

#numberer
{
	display: none;
}

#videogoeshere,
#buffervideogoeshere
{
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: contain;
	background-position: center;
}

.fullvideo
{
	width: 100%;
	height: 100%;
}

#flapmenu
{
	position: absolute;
	left: 3%;
	top: -500px;
	z-index: 106;
	width: 300px;
	height: 431px;
	background-image: url(../img/menubg.svg);
	background-size: 300px;
	background-repeat: no-repeat;
}

.nosvg #flapmenu
{
	background-image: url(../img/menubg.png);
}

#flapmenudraggy
{
	display: none;
	position: fixed;
	padding: 3% 4%;
	left: 0;
	top: 0;
	z-index: 105;
	width: 10%;
	min-width: 30px;
}

.flapinner
{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.flapinner .growline
{
	width: 100%;
	height: 3px;
}

#maskcanvas {
	display: none;
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#watchnowbutton
{
	display: none;
	position: fixed;
	right: 75px;
	bottom: 40px;
	z-index: 105;
}

.cta-button
{
  border: #ffffff 1px solid;
  border-radius: 5px;
  padding: 15px 22px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  background: rgba( 255, 255, 255, 0 );
  display: inline-block;
  margin-top: 10px;
}

a.cta-button:link, a.cta-button:visited
{
  text-decoration: none;
}

a.cta-button:hover
{
  background: rgba( 255, 255, 255, 0.5 );
}

#vidsharebutton
{
	left: 0;
	bottom: 0;
	position: fixed;
	z-index: 99;
}
#vidsharebutton img
{
	width: 50%;
	margin-left: -100%;
}

#textcanvaswrapper, #textcanvas {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
}

#textbuffercanvas {
	position: fixed;
	top: 0;
	left: -1000000px;
	width: 100%;
	height: 100%;
	z-index: 98;
}

#elroyhole, #circlehole
{
	position: fixed;
	left: -10000px;
}

/*
.container
{
	margin-bottom: 100px;
}
*/

img
{
	border: none;
	display: inline-block;
}

iframe
{
	border: none;
	pointer-events: none;
	overflow: hidden;
	outline: 0;
}

@media screen and (max-width: 830px){
    .fcenter, .startlinks
    {
    	display: none;
    }
    
    .fcenter.displayall
    {
      display: block;
    }
    
    .hidemobile
    {
      display: none;
    }
}

@media screen and (max-width: 567px){
    .winner
    {
    	display: none !important;
    }
}

@media screen and (max-height: 431px){
    .flapinner .menusun
    {
    	display: none;
    }
    
    #flapmenu
    {
    	margin-top: -140px;
    }
    
    .flapinner
    {
    	padding-top: 140px;
    }
    
}

a
{
	color: white;
}

img
{
	border: none;
}

* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

video, canvas
{
	cursor: pointer;
}

#videomode,
#buffervideomode
{
	position: fixed;
	margin-left: -10000px;
	width: 100%;
	height: 100%;
}

#videomode.active,
#buffervideomode.active
{
	margin-left: 0;
}

#reasonimage,
#bufferreasonimage
{
	cursor: pointer;
	position: fixed;
	left: 5%;
	bottom: 10%;
	height: 20%;
	max-width: 70%;
}

#gtd
{
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	pointer-events: none;
}

#gbu
{
	width: 100%;
	height: 100px;
	display: block;
	z-index: 102;
	pointer-events: none;
}

#footer
{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 102;
	pointer-events: none;
}

.blackbg
{
	background-color: black;
}

.menu
{
	position: fixed;
	right: -5em;
	top: 50%;
	margin-top: -11.4em;
	font-family: sans-serif;
	z-index: 105;
	cursor: auto !important;
	padding: 20px 0 20px 20px;
}

.menu ul,
.menu li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu li
{
	display: block;
	margin-bottom: 0.5em;
	opacity: 0.5;
	width: 1em;
	padding-right: 0.2em;
}
.menu li img
{
	width: 100%;
}

.menu li img.ls
{
	height: 1em;
	width: auto;
}

.menu a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 2px;
}

.lrot
{
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-right: 0.6em;
	margin-top: -0.8em;
}

.lleft
{
	right: auto;
	left: 0;
	margin-left: 0.9em;
}

.rot
{
	margin-top: -5.4em;
}

.rot li
{
	width: 5em;
	text-align: right;
}

.ls
{
	display: none;
}

.rot .ls
{
	display: inline-block;
}

.rot .pt
{
	display: none;
}

.container
{
	width: 100%;
	height: 100%;
}

.canvascontainer
{
	position: fixed;
	left: -10000px;
	overflow: hidden;
}

.section
{
	position: fixed;
	width: 100%;
	top: 50%;
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
	font-family: times, serif;
	display: none;
}

.sectionsmaller
{
	padding-right: 1em;
}

.brot .sectionsmaller
{
	padding-right: 6em;
	padding-left: 3em;
}

.section small,
.small
{
	font-size: 15px;
	line-height: 17px;
}

.vtext
{
	height: 50px;
	max-width: 100%;
}

.vtextstart
{
	height: 120px;
	max-width: 100%;
	margin-top: -40px;
}

.vtextreasons
{
	width: 600px;
	max-width: 80%;
	margin-top: -80px;
}

.vtextwhy
{
	width: 120px;
	max-width: 20%;
	display: block;
	margin: 0 auto;
}

.vtextnewwebsite
{
	width: 600px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.vtextnewwebsitecomingsoon
{
	width: 440px;
	max-width: 100%;
}

.fifty
{
	width: 100%;
	max-width: 335px;
	display: inline-block;
	margin-bottom: 50px;
}

.fifty .silhouette
{
	width: 80%;
}
/*
.glowpacity
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
}

.glow
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/hole_big.png) center center;
	background-size: 300%;
}
*/
.content
{
	margin: 0 auto;
	max-width: 800px;
	width: 50%;
	position: relative;
}

@media screen and (max-width: 1023px){
    .content
    {
    	width: 90%;
    	max-width: 512px;
    }
    #watchnowbutton
    {
    	bottom: 15%;
    }
}

.lesswidth
{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}

#footer .blackbg
{
	padding-top: 5px;
}

.fcenter
{
	width: 100%;
	text-align: center;
	pointer-events: auto;
}

.fcenter, .fcenter a
{
	text-decoration: none;
	text-transform: uppercase;
	font-family: sans-serif;
	color: #808080;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
}

.fleft
{
	float: left;
}

.fright
{
	float: right;
}

.spacer
{
	height: 20px;
}

.hspacer
{
	height: 10px;
}

.dspacer
{
	height: 40px;
}

.growline
{
	display: block;
	margin: 0 auto;
	width: 90%;
	height: 5px;
	background-color: white;
	margin-top: 5px;
}

.sun
{
	position: relative;
	z-index: 100;
	width: 260px;
}

#sunoverlayer
{
	position: fixed;
	z-index: 150;
}

#animationhelper
{
	display: none;
}

.nopattern
{
	border: solid black 2000px;
	margin: -2000px 0 0 -2000px;
}

.patternbg
{
	background-image: url(../img/muster.svg);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: 65px;
	xbackground-attachment: fixed;
}

.nopattern .patternbg
{
	background-image: none;
}

.awards img
{
	position: fixed;
	left: 0;
	top: -200px;
	display: none;
	z-index: 99;
}

#section_awards
{
	z-index: 100;
}

.nosvg .patternbg
{
	background-image: url(../img/muster.png);
}

#c {
	width: 100%;
	height: 100%;
}

#c
{
	display: none;
}

#hole
{
	width: 100%;
	height: 100%;
	display: block;
}

#fps
{
	position: fixed;
	right: 0;
	z-index: 1000;
	font-family: sans-serif;
	font-size: 30px;
	color: white;
	display: none;
}

#elroy, #shine
{
	position: fixed;
	left: -1000px;
}

#elroy
{
	z-index: 105;
	pointer-events: none;
	position: fixed;
	display: none;
}

#playarrows
{
	margin-top: -15px;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 9px;
  height: 9px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}