@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: 300px;
	height: 250px;
	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: 300px;
	height: 250px;
	top: 0px;
	left: 0px;
	margin: auto;
}

#content_dc {
	position: absolute;
	width: 298px;
	height: 248px;
	border: 1px solid #060405;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#tagline1{
	position: absolute;
	text-align: center;
	top: 114px;
	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: 158px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	text-align: center;
	font-size: 16.5px;
}

#tagline2{
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	font-size: 18px;
	text-align: center;
}
#tagline3{
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	font-size: 18px;
	text-align: center;
}
#tagline4{
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}
#button{
	position: absolute;
	width: 199px;
	height: 39px;
	top: 90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
#logo{
	position: absolute;
	width: 134px;
	height: 49px;
	top: 160px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
#donut1, #donut2, #donut3{
	position: absolute;
	width: 182px;
	height: 182px;
	top: 55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
#donut1{top:109px;}
#donutNumber{
	position: absolute;
	top: 134px;
	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: 300px;
	height: 250px;
}

#bg-exit {
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.exit-hotspot {
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	width: 298px;
	z-index: 999;
	cursor: pointer;
}
#footer-text{
    position:absolute;
    bottom:11px;
    font-weight:normal;
    color:#c5c5c5;
    opacity:0;
    font-size:10px;
    text-align:center;
    left: 0px;
    right: 0;
}