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

#content_dc {
	position: absolute;
	width: 726px;
	height: 88px;
	border: 1px solid #060405;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#tagline1{
    position: absolute;
    text-align: left;
    top: 33px;
    left: 186px;
    opacity: 0;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}
.text-red{
	color: #ef3f4a;
}
#trials, #trial{
	position: absolute;
	width: 50px;
	top: 50px;
	left: 475px;
	opacity: 0;
	text-align: center;
	font-size: 9px;
}

#tagline2{
	position: absolute;
	top: 34px;
	left: 188px;
	opacity: 0;
	font-size: 18px;
	text-align: center;
}
#tagline3{
	position: absolute;
	top: 34px;
	left: 188px;
	opacity: 0;
	font-size: 18px;
	text-align: center;
}
#tagline4{
    position: absolute;
    top: 28px;
    left: 187px;
    opacity: 0;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}
#button{
	position: absolute;
	width: 150px;
	height: 29px;
	top: 31px;
    left: 289px;
	opacity: 0;
}

#logo{
	position: absolute;
	width: 90px;
	height: 33px;
	top: 12px;
    right: 10px;
	opacity: 0;
}
#footer{
	position: absolute;
	bottom: 8px;
    right: 10px;
	opacity: 0;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-align: right;
	color: #c5c5c5;
	letter-spacing: -0.1px;
	
}
#donut1, #donut2, #donut3{
	position: absolute;
	width: 79px;
	height: 79px;
	top: 6px;
	left: 460px;
	opacity: 0;
}
#donutNumber{
	position: absolute;
	width: 50px;
	top: 40px;
	left: 475px;
	opacity: 0;
	font-size: 10px;
	line-height: 1em;
	text-align: center;
}
#numcounter{
	opacity: 1;
}



#bgFade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 728px;
	height: 90px;
}

#bg-exit {
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.exit-hotspot {
	position: absolute;
	top: 0;
	left: 0;
	width: 728px;
	height: 90px;
	z-index: 999;
	cursor: pointer;
}