* {
	margin:0;
	padding:0;
}

body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family:"Raleway", sans-serif;
	color:white;
	letter-spacing:1px;
}

#main-container {
	position:absolute;
	-webkit-backface-visibility:hidden;
	width:300px;
	height:250px;
	background:white;
	overflow:hidden;
	display: block;
	position:absolute;
	visibility: visible;
	cursor: pointer;
	border:1px solid #091a32;
	box-sizing: border-box;
	background: url("backg.png");
}

#bg-exit {
	background-color: rgba(255,255,255,0);
	cursor: pointer;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index:10000; 
}

.panel {
  position:absolute;
  width:300px;
  height:250px;
  overflow:hidden;
}

#time {
	color: #999;
	font-size: 14px;
	position: absolute;
	text-align: center;
	top: 255px;
	width: 300px;
}

/* PANEL 1 
--------------------------------*/

#panel01 {
  top:0;
}
/*---*/
#panel01 h1 {
	opacity:0;
	z-index:200;
	position:relative;
	margin-top:90px;
	font-size:27px;
	line-height:36px;
	width:100%;
	height:100%;
	font-weight:500;
	text-align:center;
}
#panel01 h1 span.title-01,
#panel01 h1 span.title-02,
#panel01 h1 span.title-03 {
	position:absolute;
	display:block;
	opacity:0;
	width:100%;
}
#panel01 h1 span.title-01 {
	opacity:1;
}
/*---*/
#panel01 .stars-top, 
#panel01 .stars-bottom {
	opacity:0;
	z-index:300;
	position:absolute;
	width:100%;
	height:14px;
	background: url("stars.png") 50% 0 no-repeat;
}
#panel01 .stars-top {
	top:35px;
}
#panel01 .stars-bottom {
	bottom:35px;
}
/*---*/
#panel01 .glass,
#panel01 .glass-2 {
	opacity:0;
	z-index:100;
	position:absolute;
	top:70px;
	left:50%;
	width:58px;
	height:115px;
	overflow:hidden;
	margin-left:-29px;
}
#panel01 .glass-2 {	
	left:auto;
	right:-60px;
	margin-left:0;
}
#panel01 .glass .backg,
#panel01 .glass-2 .backg {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	background: url("glass.png") 50% 0 no-repeat;
}
#panel01 .glass .milk,
#panel01 .glass-2 .milk {
	z-index:110;
	position:absolute;
	top:70px;
	display:block;
	width:100%;
	height:100%;
	background: url("glass-milk.png") 50% 100% no-repeat;
}
#panel01 .glass .mask,
#panel01 .glass-2 .mask {
	z-index:120;
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background: url("glass-mask.png") 50% 0 no-repeat;
}



#panel02 {

	position: absolute;
}
#panel02 h2 {
	opacity:0;
	left:20px;
	position: absolute;
	font-size:20px;
	line-height:28px;
	font-weight:200;
	text-align:left;
	width:170px;	
	color:#FFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	top:30px;
	z-index:200;
}
#panel02 h2 strong {
	font-weight:500;
}
#panel02 h2 span.title-01,
#panel02 h2 span.title-02,
#panel02 h2 span.title-03 {
	position:absolute;
	display:block;
	opacity:0;
	width:100%;
}
#panel02 h2 span.title-03 {
	text-align:center;
	line-height:22px;
}
#panel02 h2 span.title-01 {
	opacity:1;
}
#panel02 .glass-full {
	opacity:0;
	top:20px;
	position:absolute;
	width:170px;
	height:115px;
	background: url("glass-full.png") 50% 0 no-repeat;
	z-index:100;
}
#panel02 .celeb {
	opacity:0;
	bottom:0;
	right:0;
	position:absolute;
	width:172px;
	height:244px;
	background: url("danell.png") 0 0 no-repeat;
	z-index:100;
}
#panel02 .blured {
	opacity:0;
	top:0;
	right:0;
	position:absolute;
	width:120px;
	height:100%;
	background: url("blured.jpg") 0 0 no-repeat;
}
#panel02 .logo {
	opacity:0;
	bottom:30px;
	left:20px;
	position:absolute;
	width:100%;
	height:45px;
	background: url("milklife.png") 0 0 no-repeat;
	z-index:9999;
}
#panel02 p.copyright {
	opacity:0;
	position: absolute;
	left:20px;
	bottom: 10px;
	color: #FFF;
	font-size: 8px;
	text-align: left;
	width: 100%;
	z-index: 9999;
	letter-spacing:0;
}









/* PANEL 4
--------------------------------*/

.cta {
	opacity: 0;
	position: absolute;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	top: 145px;
	left:50px;
	z-index: 300;
}
.cta span {
	position: relative;
	display: inline-block;
	color:#5983aa;
	white-space: nowrap;
}
.cta:hover span {
	color:#FFFFFF;
}
.cta span:after {
	position: absolute;
	content: "";
	background: url("arrow.png") no-repeat 50% 50%;
	display: inline-block;
	height: 14px;
	width: 15px;
	right: -15px;
	top:1px;
}




