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

@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Montserrat-Bold.woff') format('woff');
}
*/
.ref {
	opacity:0;
	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:600px; 
}

#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: 598px;
	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: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: 22px;
    top: 546px;
    position: absolute;
    opacity: 0;
}

#IUTU_Logo { 
    left: 58px;
    top: 442px;
    position: absolute;
    opacity: 0;
}


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

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

#copy1 { 
    left:15px; 
	top:200px;
    opacity: 0;
}

#copy2 { 
    left:22px; 
	top:76px;
    opacity: 0;
}

#copy3 { 
    left:22px; 
	top:75px;
    opacity: 0;
}

/*ctaText*/
#ctaText {
	left: 158px;
	top: 549px;
	position: absolute;
	opacity: 0;
}

#ctaArrow {
	position:relative; 
	left:-13px; 
	top: 3px;
	opacity: 1;
}

#Getinfo {
	left: 39px;
	top: 0px;
	position: absolute;
	opacity: 1;
}

#GVA {
	left: 0px;
	top: 18px;
	position: absolute;
	opacity: 1;
}