/*Spartan Bold Fonts
@font-face {
font-family: 'Spartan Bold';
font-style: normal; 
font-weight: bold; 
unicode-range: U+0008-FEFF;
src: url('../fonts/Spartan-Bold.woff') format('woff');
}
*/
.ref {
	top:0px;
	opacity: 0;
}

/* MAIN */
body {
	margin: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:300px; 
   height:250px; 
}

#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: 298px;
	height: 248px;
	border: 1px solid #000;
	pointer-events:none;
	z-index:200;
	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:300px; 
	height:250px; 
	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; 
}

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

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

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

/* Logos */
#CDC_Logo { 
    left: 11px;
    top: 213px;
    opacity: 0;
}

#AdCouncil_Logo { 
    left: 56px;
    top: 213px;
    opacity: 0;
}

/* TEXT */
/* frame1 */
#text_kidsfeeling { 
	left:30px;
	top:29px;
	opacity:0;
}

#text_sad { 
	left:24px;
	top:60px;
	opacity:0;
}

#text_mad { 
	left:134px;
	top:42px;
	opacity:0;
}

#text_nervouse { 
	left:23px;
	top:81px;
	opacity:0;
}

#text_confused { 
	left:22px;
	top:114px;
	opacity:0;
}


/* frame2 */
#text_introduction {
	left:30px;
	top:28px;
	opacity:0;
}

#text_generalfeeling {
	left:24px;
	top:43px;
	opacity:0;
}

/* frame3 */
#bubble_y { 
	left:23px;
	top:30px;
	opacity:1;
}

#text_talk { 
	left:54px;
	top:61px;
	opacity:0;
}

/* frame4 */
#bubble_w { 
	left:25px;
	top:26px;
	opacity:0;
}

#text_look { 
	left:53px;
	top:57px;
	opacity:0;
}

/* frame5 */
#heart { 
	left:17px;
	top:20px;
	opacity:0;
}

#text_sharing { 
	left:64px;
	top:62px;
	opacity:0;
}

/* frame6 */
#cta1 { 
	left:36px;
	top:19px;
	opacity:0;
}

#cta2 { 
	left:36px;
	top:49px;
	opacity:0;
}

#cta3 { 
	left:36px;
	top:152px;
	opacity:0;
}

/* charaters */
#Boy_Hero {
	left:196px;
	top:166px;
	opacity:0;
	z-index: 99;
}

#Great_Hygenie { 
	left:133px;
	top:176px;
	opacity:0;
	z-index: 99;
}

#Dr_Distancio { 
	left:187px;
	top:185px;
	opacity:0;
	z-index: 99;
}

#General_Feels{ 
	/*left:244px;
	top:184px;*/
	left:0px;
	top:0px;
	opacity:0;
	z-index: 99;
}
