@font-face{
    font-family:'Hoxton Sans Regular';
    src:url("../fonts/hoxtonsans-regular.woff") format("woff");
    font-weight:900;
    font-style:normal;
	line-height:1em;
}

#ref {
	opacity:1;
}

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

.frame { 
	width:100%; 
	height:100%; 
	left: 0px;
	top: 0px;
	/*display:none;*/
}

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

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

#album { 
    left:43px; 
	top:138px;
    opacity: 0;
}

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

#quote_t { 
    left:17px; 
	top:39px;
    opacity: 0;
    position: absolute;
}

#quote_b { 
    left:168px; 
	top:354px;
    opacity: 0;
    position: absolute;
}

#yellow_bar_h { 
    left:209px; 
	top:236px;
    opacity: 0;
}

#yellow_bar_v { 
    left:154px; 
	top:224px;
    opacity: 0;
}

.text { 
	width:300px;
	height:600px;
	overflow:hidden; 
	font-family:'Hoxton Sans Regular';
	font-weight:700;
}

#copy1 { 
    width:300px;
    line-height:72px; 
	font-size:90px;
 	letter-spacing:0.025em;
	left:25px; 
	top:58px; 
	color:#FFF;
	opacity: 0;
}

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

#ctaDiv {
    left: 58px;
    top: 392px;
    opacity: 0;
}

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

#cta_rollover {
    left: 0px;
    top: 0px;
    opacity: 0;
    position: absolute;
}