@charset "UTF-8";

/* Stylesheet ---------------------------------------*/
body,
body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family:Arial, "sans-serif";
	color: #fff;
	font-weight: bold;
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}
#bg {
	position: absolute;
	width: 160px;
	height: 600px;
	background:url("bg.jpg") no-repeat;
	top: 0px;
	left: 0px;
	background-size: contain;
	opacity: 0;
}

#lockup {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#container_dc {
	position: absolute;
	width: 160px;
	height: 600px;
	top: 0px;
	left: 0px;
	margin: auto;
}

#content_dc {
	position: absolute;
	width: 158px;
	height: 598px;
	border: 1px solid #060405;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#tagline1{
	position: absolute;
	text-align: center;
	top: 260px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
}
.text-red{
	color: #ef3f4a;
}
#trials, #trial{
	position: absolute;
	top: 305px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	text-align: center;
	font-size: 16.5px;
}

#tagline2{
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	font-size: 18px;
	text-align: center;
}
#tagline3{
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	font-size: 18px;
	text-align: center;
}
#tagline4{
	position: absolute;
	top: 172px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}
#button{
	position: absolute;
	width: 150px;
	height: 29px;
	top: 286px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
#logo{
	position: absolute;
	width: 134px;
	height: 64px;
	top: 386px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
#donut1, #donut2, #donut3{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 220px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
#donutNumber{
	position: absolute;
	top: 281px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	font-size: 23.5px;
	line-height: 1em;
	text-align: center;
}
#numcounter{
	opacity: 1;
}

#bgFade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 600px;
}

#bg-exit {
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.exit-hotspot {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 600px;
	z-index: 999;
	cursor: pointer;
}
#footer-text{
    position:absolute;
    bottom:10px;
    opacity:0;
/*    padding-left:10px;*/
    font-size:10px;
    line-height:12px;
    text-align:center;
    left:0;
    right:0;
    color:#c5c5c5;
    font-weight:normal;
    
}
#footer-text span{
    color:#c5c5c5;
    font-weight:normal;
    padding-left:10px;
}