@font-face {
    font-family: 'dinpro-bold-webfont';
    src: url('dinpro-bold-webfont.eot');
    src: url('dinpro-bold-webfont.eot') format('embedded-opentype'),
         url('dinpro-bold-webfont.woff') format('woff'),
         url('dinpro-bold-webfont.ttf') format('truetype'),
         url('dinpro-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'agaramondpro-regular-webfont';
    src: url('agaramondpro-regular-webfont.eot');
    src: url('agaramondpro-regular-webfont.eot') format('embedded-opentype'),
         url('agaramondpro-regular-webfont.woff') format('woff'),
         url('agaramondpro-regular-webfont.ttf') format('truetype'),
         url('agaramondpro-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.dinprobold {
	font-family: 'dinpro-bold-webfont', helvetica;
}

.agarapro {
	font-family: 'agaramondpro-regular-webfont', helvetica;
}

.opacity-effect:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.logo {
	position:fixed;
	width:105px;
	height:178px;
	left:36px;
	top:20px;
	z-index:99;
}

body {
	color:#000;
	letter-spacing:1px;
}

.container {
	width:100%;
	min-width:650px;
	position:relative;
}

.menu-btn {
	position:fixed;
	width:39px;
	height:31px;
	right:36px;
	top:20px;
	z-index:98;
}

#menu {
	display:none;
	position:fixed;
	z-index:99;
	top:0;
	right:0;
	width:350px;
	height:250px;
	background-color:#000;	
}

#menu a {
	color:#fff;
}

.page {
	position:relative;
}

.home-image-wrapper {
	position:absolute;
	width:420px;
	height:360px;
	left:50%;
	top:50%;
	margin:-240px 0 0 -210px;
	text-align:center;
}

.home-image-label {
	font-size:23px;
	margin-top:35px;
}

.home-image-label-2 {
	font-size:16px;
	margin-top:30px;
}

.home-image-label-3 {
	font-size:15px;
	margin-top:3px;
}

.home-video {
	min-width: 100%;
	min-height: 100%;
	width: auto; 
	height: auto;
}

.home-next {
	position:absolute;
	width:32px;
	height:21px;
	left:50%;
	bottom:50px;
	margin-left:-16px;
}

.home-nav {
	position:fixed;
	right:36px;
	top:50%;
	margin-top:-13px;
	width:13px;
	z-index:99;
}

#email-register {
	background:#000;
	border:none;
	margin:0;
	padding:0;
	color:#fff;
	font-family: 'agaramondpro-regular-webfont', helvetica;
	font-size:15px;
	width:230px;
	padding-top:3px;
	letter-spacing:1px;	
}