
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a:link    { color: black; }
a:visited { color: black; }

  /* ------------------ */
 /* DEFAULT CSS STARTS */
/* ------------------ */

body, body{
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
 
  font-size: 9pt;
  color: #333;
}
.nobr{
  white-space: nowrap;
}
#bannerContainer{
  position: absolute;
  overflow: hidden;
  border: 1px solid black;
  box-sizing: border-box;

  background: #EEE;
}

.banner_300x250 #bannerContainer{
  width: 300px;
  height: 250px;
}

.banner_728x90 #bannerContainer{
  width: 728px;
  height: 90px;

}

.banner_1280x100 #bannerContainer{
  width: 1280px;
  height: 100px;
}
.banner_320x50 #bannerContainer{
  width: 320px;
  height: 50px;
}
.banner_640x100 #bannerContainer{
  width: 640px;
  height: 100px;
}
.banner_970x66 #bannerContainer{
  width: 970px;
  height: 66px;
}
.banner_970x250 #bannerContainer{
  width: 970px;
  height: 250px;
}

.banner_160x600 #bannerContainer{
  width: 160px;
  height: 600px;
}

.banner_300x600 #bannerContainer{
  width: 300px;
  height: 600px;
}
.banner_980x90 #bannerContainer{
  width: 980px;
  height: 90px;
}

#exit {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1002;
}

.ad{
  z-index: 1001;
    width:100%;
    height:100%;
    position:absolute;

    display: none;

    overflow: hidden;
}


:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}


.scene{
    position: absolute;
    left:0;
    top:0;

    width:100%;
    height:100%;

    display: block;
}
  /* ---------------- */
 /* DEFAULT CSS ENDS */
/* ---------------- */

  /* ---------------------- */
 /* CLIENT CSS STARTS HERE */
/* ---------------------- */

#bannerContainer{
   background-color: white;
   font-family: 'Montserrat', sans-serif;

}

#ad {
  text-align: center;
  color: #fff;
}

#scene1 {
  z-index: 11;
}

.first-frame {
  display: block;
  z-index: 100;
  opacity: 1;
  position: absolute;
}
.end-frame {
  width: 540%;
  top: -450px;
  left: -450px;
  z-index: 99;
  position: absolute;
}
.end-frame img {
  width: 100%;
  height: auto;
}

.whale {
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.copy1 {
  position: absolute;
  z-index: 101;
  font-size: 18px;
  color: black;
  line-height: 1.3;
  top: 18px;
  width:100%;
  text-align: center;
  letter-spacing: -1px;
  opacity: 0.85;
}

.copy2 {
  position: absolute;
  z-index: 101;
  font-size: 18px;
  color: black;
  top: 32px;
  width:100%;
  text-align: center;
  letter-spacing: -1px;
  opacity: 0.85;
}

.copy3 {
  position: absolute;
  z-index: 101;
  font-size: 18px;
  color: black;
  top: 32px;
  width:100%;
  text-align: center;
  letter-spacing: -1px;
  opacity: 0.85;
}
.cta {
  position: absolute;
  z-index: 101;
  font-size: 14px;
  color: black;
  padding: 8px;
  border: 1px solid black;
  border-radius: 6px;
  bottom: 16px;
  left: 16px;
  vertical-align: middle;
  opacity: 0.85;
}
.cta img {
  vertical-align: middle;
  position: relative;
  top:-2px;
}

.canada {
  position: absolute;
  z-index: 101;
  left: 16px;
  bottom: 16px;
}

.logo {
  position: absolute;
  z-index:101;
  right: 14px;
  bottom: 10px;
}