
/* =============================================================================
   Fonts
   ========================================================================== */

html * {
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -webkit-user-drag: none; 
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
	box-sizing: border-box;
}
 html, body {
    height: 100%;
    width: 100%;
 }
 body {
 	height:110%;
 	font-size:100%;
 	overflow:hidden;
 	background: #dfb900;
 }
 h1, p {
 	margin:0;
 	padding:0 0 12px 0;
 	text-align:center;
 	font: 24px 'OpelSansW01', Helvetica, sans-serif;
 	padding-bottom:16px;
 }
 h1 {
 	font-size:48px;
 	padding:0 0 16px 0;
 }

.vp {
	position:fixed;
	min-width:320px;
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow-y: auto;
	overflow-x:hidden;
}
#scroller {
	background:#fff;
	opacity:0;
	z-index:1000;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.wrapper {
	position:relative;
	background:transparent;
	text-align:center;
}
.card {
	width: 90%;
	max-width: 1200px;
	max-height:426px;
	display:block;
    margin:0 auto;
}

.card img {
	position:relative;
	width:100%;
	outline:1px solid #fff;
}
#card-h,#card-h-scroller  {
	display: block;
	margin-top: 58px;
}
#card-v,#card-v-scroller {
	display: none;
}

#audio {
	display:none;
}
#audio-on, 
#audio-off {
	position: fixed;
	top: 8px;
	right: 8px;
	width:40px;
	height:40px;
	cursor:pointer;
	opacity:1;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:1000;
}

@media (min-width: 1024px) {
	.wrapper { 
		height: 100%;
	}
	.card {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}
}

/*
@media (max-width: 1023px) {
	h1 {
	 	font-size:24px;
	 }
	.wrapper {
		padding: 10%;
	}
	.card {
 		display: block;
 		width: 100%;
		max-width: 600px;
		max-height:842px;
 	}
	#card-h,#card-h-scroller{
		display: none;
	}
	#card-v,#card-v-scroller {
		display: block;
	}
}
*/

#scroller .card {
	min-height: 500px;
}

@media (max-width: 479px) {
	#audio-on, 
	#audio-off {
		width:25px;
		height:25px;
		top: 5px;
		right: 5px;
	}
}

#snow {
	position:absolute;
	top:0;
	left:0;
	height:110%;
	width:98%;
	overflow:hidden;
}
#audio-on {
	background-image: url(../img/audio-on.png);
	z-index:1001;
}
#audio-off {
	background-image: url(../img/audio-off.png);
	display: none;
	z-index:1001;
}
#logo {
	position:absolute;
	width:120px;
	bottom:16px;
	left:16px;
}
