/*
@font-face{
    font-family:'Lucette-Regular';
    src:url("../fonts/Lucette-Regular.woff") format("woff");
    font-weight:normal;
    font-style:normal;
	  line-height:1em;
}
*/
body {
	margin:0px;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility; 
	-moz-osx-font-smoothing:grayscale;
}

div { position:absolute; display:block; } 


#ad {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	overflow:hidden;
	width: 300px;
	height: 600px;
	background-color:#FFF;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	visibility:hidden;
}

#border {
	width: 298px;
	height: 598px;
	border: 1px solid #000;
	pointer-events:none;
	z-index:50;
	display:block;
	opacity: 0;
}

/* custom */
.button {
	outline:none;
	-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%; 
	/*display:none;*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*CTA*/
#cta {
  left: 0px;
  top: 0px;
  opacity: 0;
  position: absolute;
}

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