/* MAIN */
body {
	margin:0px;
	padding:0px;
	text-rendering:optimizeLegibility; 
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-text-size-adjust: none;
	font-kerning: none;
	-webkit-text-rendering: optimizeSpeed;
	text-rendering: optimizeSpeed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	
}

@media screen and (min-width:0) and (min-resolution:+72dpi) { /* IE fix */
	body { text-rendering:optimzeSpeed; }
}

div { position:absolute; display:block; } 

img { position:absolute; }

#ad, #banner {
   width:320px; 
   height:50px; 
}

#ad {   
   overflow:hidden;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

#banner {
	background-color:#FFF; 
}

svg {
	/*shape-rendering:geometricPrecision;*/
}

#border {
	width: 318px;
	height: 48px;
	border: 1px solid #AAA;
	pointer-events:none;
	z-index:50;
	display:block;
	opacity: 0;
}

/* INTERACTIVE */

.button {
	outline:none;
	background-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	user-select:none;
	cursor:pointer;
}

#clickthru { 
	width:320px; 
	height:50px; 
	z-index:98; 
	cursor:pointer; 
	background-color:rgba(0, 0, 0, 0);
}

#replayButton { 
    width:36px;
	height:36px;
    position: absolute;
    left: 263px;
    top: 15px;
    z-index:99; 
    display:none;
}

#replayimg {
	position:relative;
    padding:10px;
}
/* custom */

.frame { 
	width:100%; 
	height:100%; 
	display:none; 
}

/* Logos */
#logos { 
    left: 0px;
    top: 0px;
    position: absolute;
    opacity:0;
}

/*bgs*/
#BG { 
    left:0px; 
	top:0px;
    opacity:0;
}

#ribbon, #ribbon_s {
    opacity: 0;
}

#aha_icon1 { 
    left:0px; 
	top:0px;
    opacity:0;
}

#aha_icon2 { 
    left:0px; 
	top:0px;
    opacity:0;
}

#Lexia_logo { 
	width: 320px;
	height: 50px;
	opacity: 0;
}

#logo_i { 
	width: 4px;
	height: 13px;
	opacity: 0;
}

#logo_circle { 
	width: 5px;
	height: 5px;
	opacity: 0;
	position: relative;
}

#LETRS_logo { 
	left:146px; 
	top:9px;
	width: 90px;
	height: 28px;
	overflow: hidden;
}

#logo_r { 
	width: 79px;
	height: 27px;
	opacity: 0;
	position: relative;
}

#center_line { 
	left:0px; 
	top:0px;
    border-left: 1px solid white;
    height: 20px;
}
