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: 728px;
    height: 90px;
    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: -20;
}

#scene3 {
 /* background-color: #f21c0a;*/
  opacity:0;
}

/*Transparent clickable layer that covers the ad*/

#click-cover {
  opacity: 0;
  cursor: pointer;
}

/* Text for each scene */

.text .line {
  width: 392px;
  font-size: 20px;
  color: #FFF;
  line-height: 22px;
}

.text {
  position: absolute;
  opacity: 0;
}

/* styling for the first frame of text */

#text1 {
  top: 22px;
  left: 45px;
}

/* styling for the second frame of text */

#text2 {
  top: 32px;
  left: 244px;
}

/* styling for the third frame of text */

#text3 {
  top: 22px;
  left: 244px;
}

/* Styling for the fourth frame of text */

#text4 {
  top: 0px;
  left: 0px;
  text-align: left;
}

#text4 #line2{
  margin-top: 22px;
  margin-left: 10px;
  color: #f21c0a;
  z-index: 599;
}

/* Styling for individual lines of text */

#text1 #line3 {
  position: absolute;
  top: 18px;
  left: 290px;
  width: 100px;
  font-size: 14px;
  font-style: bold;
  text-align: right;
}

#text1 #line4 {
  position: absolute;
  left: 190px;
  width: 200px;
  font-size: 12px;
  font-style: bold;
  line-height: 0px;
  text-align: right;
}

#text4textcontainer {
  margin-top: 10px;
  margin-left: 20px;
  color: #f21c0a;
}

/* styling for speech bubbles */

.speechBubble {
  position: absolute;
  opacity: 0;
}

#bubble1 {
  top: 10px;
  left: 30px;
  opacity: 0;
}

#bubble2 {
  top: 10px;
  left: 187px;
  opacity: 0;
}

#bubble3{
  top: 10px;
  left: 190px;
  opacity: 0;

}

/* styling for Start Saving block */

#startsaving {
  position: absolute;
  top: 15px;
  left: 15px;
  width:395px;
  height: 60px;
  font-size: 16px;
  color: #f21c0a;
  line-height: 42px;
  background-color: #FFF;
  z-index: -10;
}

#startsaving .startsavingtext {
  position: absolute;
  left: 267px;
  top: 21px;
}

#startsaving .arrow {
  position: absolute;
  top: 30px;
  left: 363px;
}

/* Styling for E.ON Logo */

#logo1 {
  position: absolute;
  top: 41px;
  left: 620px;
  z-index: 9990;
  opacity: 0;
}

#logo2 {
  position: absolute;
  top: 7px;
  left: 546px;
  z-index: 9999;
  opacity: 0;
}

/* styling for straplines */

#helpingourcustomers {
  background-color: #f21c0a;
  position: absolute;
  top: 40px;
  left: 410px;
  height:35px;
  width: 205px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-left: 15px;
  text-align: center;
  opacity: 0;
}
#helpingourcustomers #helpingourcustomersline01 {
 margin-top: 8px;
  margin-left: -2px;
}

.strong {
  font-weight: bold;
}
