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: 160px;
    height: 600px;
    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");
  background-repeat: no-repeat;
}

#scene2 {
  background-image: url("img/frame-02-background-image.jpg");
  background-repeat: no-repeat;
  opacity:0;
  z-index: -100;
}

#scene3 {
  opacity:0;
}

/*Transparent clickable layer that covers the ad*/

#click-cover {
  opacity: 0;
  cursor: pointer;
}

/* Text for each scene */

.text .line {
  font-size: 16px;
  color: #FFF;
  line-height: 20px;
}

.text {
  position: absolute;
  opacity: 0;
}

.strong {
  font-weight: bold;
}

/* styling for the first frame of text */

#text1 {
  top: 296px;
  left: 20px;
}

/* styling for the second frame of text */

#text2 {
  top: 152px;
  left: 20px;
}

/* styling for the third frame of text */

#text3 {
  top: 152px;
  left: 20px;
}

/* Styling for the fourth frame of text */

#text4 {
  position: absolute;
  color: #f21c0a;
  z-index: 599;
}

/* Styling for individual lines of text */

#text1 #line6 {
  margin-top: 28px;
  width: 118px;
  font-size: 15px;
  font-style: bold;
  line-height: 8px;
  text-align: right;
}

#text1 #line7 {
  margin-top: 6px;
  margin-left: 6px;
  width: 150px;
  font-size: 11px;
  font-style: bold;
  line-height: 13px;
  text-align: left;
}

#text4 #line{

}

#text4 .line {
  margin-left: 25px;
  width: 120px;
  font-size: 18px;
  color: #f21c0a;
  text-align: left;
  line-height: 20px;
  margin-top: 150px;
  z-index: 500px
}

/* styling for speech bubbles */

.speechBubble {
  position: absolute;
  opacity: 0;
}

#bubble1 {
  top: 250px;
  left: 10px;
  opacity: 0;
}

#bubble2 {
  top: 140px;
  left: 10px;
  opacity: 0;
}

/* styling for Start Saving block */

#startsaving {
  position: absolute;
  top: 301px;
  left: 15px;
  width: 130px;
  height: 144px;
  font-size: 14px;
  color: #f21c0a;
  line-height: 42px;
  background-color: #FFF;
  z-index: -10;
}

#startsaving .startsavingtext {
  position: absolute;
  top: 105px;
  left: 10px;
}

#startsaving .arrow {
  position: absolute;
  top: 112px;
  left: 100px;
}

/* Styling for E.ON Logo */

#logo1 {
  position: absolute;
  opacity: 0;
  top: 551px;
  left: 52px;
  z-index: 9999;
}

#logo2 {
  position: absolute;
    opacity: 0;
  top: 410px;
  left: 32px;
  z-index: 9999;
}

/* styling for straplines */

#helpingourcustomers {
  background-color: #f21c0a;
  position: absolute;
  top: 445px;
  left: 15px;
  width: 130px;
  height: 65px;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  margin-top: 15px;
  padding-top: 10px;
  opacity: 0;
}

#helpingourcustomers #helpingourcustomersline01 {
  top:50px;
  margin-left: -33px;
  text-align: center;
}
