@charset "UTF-8";
/* CSS Document */

#clicktag, 
#preload, #preload_svg, 
#container, .border,
#border, #border_top, #border_right, #border_bottom, #border_left,

#logo{
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 600px;
}

#clicktag{
	cursor:pointer;
}

#preload{
	overflow:hidden;
	background-color:#ff3399;
	visibility:hidden;
}

#preload_svg{
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	opacity:0;
}

#backup{
	display:none;
}

#container{
	overflow:hidden;
	width: 300px;
	height: 600px;
	visibility:hidden;
	background-color:#00aace;
}

.border{
	width:298px;
	height:598px;	
	border:#999999 solid 1px;
	opacity:0;
}

#slider{
    margin-top:20px;
}

#banner {
  width:300px;
  height:600px;
  position:relative;
  opacity:1;
  overflow:hidden;
}

#eyebrow{
	position:absolute;
	opacity:0;
	left:0px;
	top:0px;
	margin:0;
}

#text1{
	position:absolute;
	opacity:1;
	left:0px;
	top:0px;
	margin:0;
	width:300px;
  	height:600px;
}

#text2{
	position:absolute;
	opacity:0;
	left:0px;
	top:0px;
	width:300px;
  	height:600px;
}

#text3{
	position:absolute;
	opacity:0;
	left:0px;
	top:0px;
	width:300px;
  	height:600px;
}

#text4{
	position:absolute;
	opacity:0;
	left:0px;
	top:0px;
	width:300px;
  	height:600px;
}

#CTA_text{
	position:absolute;
	opacity:0;
	left:300px;
	top:0px;
	width:300px;
	height:600px;
}

#CTA_bg{
	position:absolute;
	opacity:0;
	left:300px;
	top:0px;
	width:300px;
	height:600px;
}

#CTA_bg_OVER{
	position:absolute;
	opacity:0;
	left:300px;
	top:0px;
	width:300px;
	height:600px;
}

#disclaimer_close {
  cursor: pointer;
  width: 80px;
  height: 40px;
  top: 35px;
  left: 110px;
  position: absolute;
  background-color: #ea5;
  opacity: 0;
}

#disclaimer {
    cursor: pointer;
    color: #201647;
    font-family: Arial;
    font-size: 10px;
    opacity: 0;
    position: absolute;
    text-decoration: underline;
    left: 20px;
    top: 573px;
}

#background {
    background-color: #ffffff;
    /* add 10 to width and height */
    width: 310px;
    height: 610px;
    top: -5px;
    left: -5px;
    position: absolute;
    opacity: 0.95;
}

#overlay {
    height: 250px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 300px;
    opacity: 0;
}

#close {
    cursor: pointer;
    color: #333333;
    font-family: Arial;
    font-size: 10px;
    opacity: 1;
    text-decoration: underline;
}

#disclaimer_text {
    height: 54px;
    position: absolute;
    text-align: center;
    width: 270px;
    font-family: Arial;
    font-size: 14px;
    left: 15px;
    top: 49px;
}

#animation {
	    width: 211px;
        height:160px;
        overflow: hidden;
        position: absolute;
        left: 42px; 
        top: 165px;
        transform: scale(1.2);
}
	    

#start{
	position:absolute;
	opacity:1;
	left:0px;
	top:0px;
	width:300px;
	height:600px;
}

#pink{
	position:absolute;
	opacity:0;
	left:0px;
	top:0px;
	width:300px;
	height:600px;
	cursor:pointer;
}	

#sprite{
	width:6538px;
	height:160px;
}    
	    


