@font-face {
    font-family: 'BebasNeuePro Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/BebasNeuePro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'BebasNeuePro Bold';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/BebasNeuePro-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: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: 298px;
	height: 48px;
	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:600px; 
	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: 1;
}

#AC_Logo { 
    left: 240px;
    top: 18px;
    position: absolute;
    opacity: 0;
}

#IDSA_Logo { 
    left: 260px;
    top: 16px;
    position: absolute;
    opacity: 0;
}

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

#mask { 
    left:160px; 
	top:3px;
    opacity:0;
}

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

.textStyle1 { 
	width:100%; 
	font-family:'BebasNeuePro Bold';
	text-align:left; 
	text-transform: uppercase;
    font-size:17.5px; 
	letter-spacing:0em;
	line-height:0.9em;
	/*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);*/
}

.textStyle2 { 
	width:100%; 
	font-family:'BebasNeuePro Regular';
	text-align:left; 
    font-size:22px; 
	letter-spacing:0em;
	line-height:1em;
	/*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);*/
}

/*text1*/
#text1 { 
    left:0px; 
	top:0px;
	opacity: 1;
}

#text1a { 
	left:10px; 
	top:7px;
	letter-spacing:0.005em; 
	color: #FFF;
	opacity: 0;
}

#text1b_box {
	left:10px; 
	top:24px;
	opacity: 0;
}

/*text2*/
#text2 { 
    left:0px; 
	top:0px;
	opacity: 1;
}

#text2a_box {
	left:10px; 
	top:8px;
	opacity: 0;
}

/*ctaText*/
#ctaText {
	left: 35px;
	top: 31px;
	font-size:13.5px;
	letter-spacing:0.015em; 
	line-height:1em;
	text-align:left;
	color:#FFF;
	position: absolute;
	opacity: 0;
}