/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

@import url("fonts.css?v=1.5");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table, tbody, tfoot, thead, tr, th, td{ vertical-align:top; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html { /*overflow-y:scroll;*/ height:100%; min-height:100%; }
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font:12px normal Arial, Helvetica, sans-serif;
	height:100%; min-height:100%;
}
a{ text-decoration:none; }
#splashpage{ width:100%; height:100%; min-height:100%; overflow:hidden; background-size:cover; background-position:50% 50%; position:relative; }
#splashpage img.mobile{ display:none; }
#splashpage #url{ position:absolute; bottom:50px; left:0; width:100%; text-align:center; }
#splashpage #url a{ display:inline-block; font:500 22px 'db_helvethaica_x77_bdcond'; /*border:1px #000 solid;*/ padding:5px 40px; color:#000; }
#video{ width:33%; position:absolute; left:51%; bottom:50%; }
#video #video-wrap{ width:100%; height:0; padding-bottom:56.25%; position:relative; }
#video iframe{ position:absolute; left:0; top:0; }
#footer{ position:fixed; bottom:0; left:0; width:100%; background:#FFF; text-align:right; padding:5px 0; }
#footer a{ color:#000; display:inline-block; margin-right:20px; font:500 24px 'db_helvethaica_x77_bdcond'; }
#footer a:hover{ /* color:#d8ed37; */ color:#79818c; }
iframe[name=google_conversion_frame] { height: 0; visibility: hidden; }
.iframe-code{ height:0; visibility:hidden; overflow:hidden; }

@media screen and (max-width:1366px){
	#splashpage{ background-position:50% 80%; }
}

@media screen and (max-width:1024px){
	#splashpage{ background-position:50% 50%;
	#video{ width:42%; }
}

@media screen and (max-width:801px){
	html, body, #splashpage{ height:auto; }
	#splashpage{ background:none !important; }
	#splashpage img.mobile{ display:block; width:100%; }
	#splashpage #url{ }
	#video{ width:80%; left:10%; top:17%; }
	#footer{ position:static; }
}
