/*ATT 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 {
	opacity: 1;
	top:0px;
}

/* 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: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: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; 
}

/* Logos */
#STA_Logo { 
    left: 12px;
    top: 220px;
    position: absolute;
    opacity: 0;
}

#AdCouncil_Logo { 
    left: 197px;
    top: 219px;
    position: absolute;
    opacity: 0;
}

#Suicide_Logo { 
    left: 222px;
    top: 219px;
    position: absolute;
    opacity: 0;
}

#Jed_Logo { 
    left: 268px;
    top: 219px;
    position: absolute;
    opacity: 0;
}

#yBox { 
    left: 42px;
    top: 50px;
    position: absolute;
    opacity: 0;
}

/* TEXT */
.textGroup { 
	width:300px; 
	height:600px; 
} 

.textDiv1 { 
	width:100%; 
	height:30px;
	overflow:hidden; 
} 

.textDiv2 { 
	width:100%; 
	height:30px;
	overflow:hidden; 
} 

.textStyle1 { 
	width:100%; 
	font-family:'Spartan Bold';
	text-align:center; 
	color: #000;
	/*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);*/
}

.textStyle2 { 
	width:100%; 
	font-family:'Spartan Bold';
	text-align:left; 
	font-size:15px; 
	line-height:1.1em;
	letter-spacing:0.005em;
	color: #FFF;
	/*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);*/
}

/*text1*/
#text1 { 
	left:3px;
	top:91px;
	font-size:27px; 
	letter-spacing:-0.015em;
	line-height:1.1em;
	opacity:0;
}

#text2 { 
	left:5px;
	top:73px;
	font-size:25px; 
	letter-spacing:-0.03em;
	line-height:1.2em;
	opacity:0;
}

#text3 { 
	left:5px;
	top:73px;
	font-size:25px; 
	letter-spacing:-0.03em;
	line-height:1.2em;
	opacity:0;
}

#textDiv4a { 
	left:12px;
	top:135px;
	opacity:1;
}

#textDiv4b { 
	left:12px;
	top:152px;
	opacity:1;
}

#text4a { 
	left:0px;
	top:0px;
	opacity:1;
}

#text4b { 
	left:0px;
	top:0px;
	opacity:1;
}

/*CTA*/
#ctaDiv {
	overflow: hidden;
	/*border:0px;*/
	background-color:#FFF;
	width: 103px;
	height: 25px;
	left: 12px;
	top: 175px;
	border-radius:3px;
	opacity: 0;
}

#ctaBox {
	background-color:#f5e735;
	width: 103px;
	height: 25px;
	left: -150px;
	top: 0px;
	opacity: 1;
	position:relative;
	/*display: inline-block; */
}

#ctaText {
	color:#000;
	font-family:'Spartan Bold';
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 0em; 
	line-height:1.2em; 
	left: 0x;
	top: 0px;
	opacity: 1;
	border:0px;

	padding: 6px 4px 7px 7px;
	/*border-style:solid;
    border-color:#FFF;
    background-color:#000;*/
}