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;
}
/* 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;
}

/* ================== END RESET CSS ================== */

body {
    font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  /*Set the size of your ad here*/
  width: 300px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
  border: 1px #000 solid;
    overflow: hidden;
}

/*Defining the scenes*/

#scene1 {
  background-image: url("img/frame-01-background-image.jpg");
}

#scene2 {
  background-image: url("img/frame-02-background-image.jpg");
  opacity:0;
}

#scene3 {

  /*background-color: #f21c0a;*/
  opacity:0;
}

/*Transparent clickable layer that covers the ad*/

#click-cover {
  opacity: 0;
  cursor: pointer;
  z-index: 9999;
}

.text .line {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    line-height: 19px;
  font-size: 18px;
    margin-bottom: 3px;
}

.text {
    position: absolute;
    top: 24px;
  left: 26px;
  z-index: 9;
  opacity: 0;
}

.strong {
  font-weight: bold;
}

#text1 {
  left: 132px;
}

#text1 #line4 {
  margin-top: 18px;
  margin-left: -152px;
    text-align: right;
  font-size: 17px;
  font-style: bold;
  line-height: 16px;
}

#text1 #line5 {
  font-size: 13px;
  margin-left: -153px;
    text-align: right;
  font-style: bold;
  line-height: 16px;
}

#text2 {
  left: 98px;
  top:26px;
}

#text3 {
  left: 98px;
  top:26px;
}

#text4 {
  margin-top: 85px;
}

#text4 .text {
  text-align: left;
    margin-left: -25px;
}

#text4 .line {
  text-align: left;
  margin-left: 0px;
}

#text4 #line2 {
  line-height: 20px;
  color: #f21c0a;
  position: absolute;
  margin-top: 0px;
  z-index: 200;
  left:-0px;
  font-size: 17.8px;
}


.logo {
  position: absolute;
    opacity: 0;
  top: 206px;
  left: 206px;
  z-index: 99;
}

.speechBubble {
  position: absolute;
  opacity: 0;
  top: 14px;
}

#bubble1 {
  left: 120px;
  opacity: 0;
}

#bubble2 {
  left: 82px;
  opacity: 0;
}

#bubble4 {
  left: 35px;
  right: 35px;
  opacity: 0;
}

#enter {
  background-color: #fff;
  color: #f21c0a;
  width: 175px!important;
  height:133px;
  position: absolute;
  top: 13px;
  left: -11px;
  margin-top:-20px;
  z-index: 190;
}

#enter span {
  position: absolute;
  top: 101px;
  left: 10px;
  font-size:15px;
}

#enter img {
  position: absolute;
  top: 100px;
  left: 105px;
}

