/* 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: 0px solid #AAA;
  pointer-events:none;
  z-index:50;
  display:block;
  left:0px; 
  top:0px;
  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);
}

/* custom */

/*frames*/
.frames { 
  width:100%; 
  height:100%; 
  left: 0px;
  top: 0px;
  display:block; 
  opacity: 1;
}

/*bgs*/
.bgs {
  width:100%;
  height:100%;
  left: 0px;
  top: 0px;
  opacity: 1;
}

#bg {
  width:100%;
  height:100%;
  left: 0px;
  top: 0px;
  opacity: 0;
}

#cloud1, #cloud2, #cloud3 {
  width:100%;
  height:100%;
  left: 0px;
  top: 0px;
  opacity: 0;
}

/*lockup*/
#logo {
  width:100%;
  height:100%;
  left: 0px;
  top: 0px;
  opacity: 0;
}

#legal {
width:100%;
height:100%;
left: 0px;
top: 0px;
opacity: 0;
}

/*copy*/
.textDiv { 
  width:100%; 
  height:100%;
  overflow:hidden; 
}

.textGroup {
  width:100%; 
  height:100%;
  left: 0px;
  top: 0px;
}

#headline1, #headline2 {
  width:100%; 
  height:100%;
  opacity:0;
  position: absolute;
}

#tagline {
  width:100%; 
  height:100%;
  opacity:0;
  position: absolute;
}
/*CTA*/
#cta {
  opacity: 0;
}