/* 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;
}
/* 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;
}

/* ============================  */
/*     KEYFRAMES CLASSES         */
/* ============================= */
@-webkit-keyframes firstCircle {
  from {
    -webkit-transform: translate3d(0);
    -ms-transform: translate3d(0);
    transform: translate3d(0); }
  to {
    -webkit-transform: translate3d(-20px, -184px, 1px);
    -ms-transform: translate3d(-20px, -184px, 1px);
    transform: translate3d(-20px, -184px, 1px); } }
@keyframes firstCircle {
  from {
    -webkit-transform: translate3d(0);
    -ms-transform: translate3d(0);
    transform: translate3d(0); }
  to {
    -webkit-transform: translate3d(-20px, -184px, 1px);
    -ms-transform: translate3d(-20px, -184px, 1px);
    transform: translate3d(-20px, -184px, 1px); } }
@-webkit-keyframes secondCircle {
  from {
    -webkit-transform: translate3d(0);
    -ms-transform: translate3d(0);
    transform: translate3d(0); }
  to {
    -webkit-transform: translate3d(30px, 200px, 1px);
    -ms-transform: translate3d(30px, 200px, 1px);
    transform: translate3d(30px, 200px, 1px); } }
@keyframes secondCircle {
  from {
    -webkit-transform: translate3d(0);
    -ms-transform: translate3d(0);
    transform: translate3d(0); }
  to {
    -webkit-transform: translate3d(30px, 200px, 1px);
    -ms-transform: translate3d(30px, 200px, 1px);
    transform: translate3d(30px, 200px, 1px); } }
/* ============================  */
/*     FRAMES CLASSES             */
/* ============================= */
.firstFrame {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2; }

.secondFrame {
  position: relative;
  z-index: 3;
  opacity: 0; }

.finalFrame {
  position: relative;
  width: 300px;
  text-align: center;
  z-index: 5;
  top: -20px; }

.move-ball-1 {
  -webkit-animation: firstCircle 16s forwards;
  animation: firstCircle 16s forwards; }

.move-ball-2 {
  -webkit-animation: secondCircle 16s forwards;
  animation: secondCircle 16s forwards;}

/* ============================  */
/*     STATIC CLASSES             */
/* ============================= */
#scene {
  position: absolute;
  width: 300px;
  height: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("bg.png");
  overflow: hidden;
  border: 1px solid black; }

#dog {
  width: 300px;
  height: 257px;
  position: relative;
  top: 253.5px; }

#logo {
    z-index: 3;
  position: absolute;
  top: 2%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%); }

#replayButton {
  position: absolute;
  top: 5px;
  left: 3px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
  z-index: 999; }

.wrapper_white {
  width: 100%;
  background-color: white;
  position: relative;
  top: 16px; }

.ball {
  position: absolute;
  width: 389.5px;
  height: 389.5px;
  z-index: 1; }
  .ball.ball-1 {
    top: 244px;
    left: 40px; }
  .ball.ball-2 {
    top: -50px;
    left: -113px; }

/* ============================  */
/*     'OBJECTS' CLASSES         */
/* ============================= */
.iconBox {
  position: absolute;
  border-radius: 99px;
  overflow: hidden;
  height: 85px;
  width: 85px;
  top: 127px;
  left: 102px;
  z-index: 4; }
  .iconBox .shine {
    position: relative;
    top: -38px;
    left: -160px;
    height: 160px;
    width: 160px;
    background-image: url("shine.png");
    background-repeat: no-repeat; }

#copy0 {
  position: relative;
  top: 190px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%); }

#copy1 {
  position: relative;
  left: 47px;
  top: -10px;
  opacity: 0; }

#copy2 {
  position: relative;
  top: -55px;
  left: 63px;
  opacity: 0; }

#copy3 {
  position: relative;
  left: 36px;
  top: -100px;
  opacity: 0; }

#badge {
  position: relative;
  left: 3px;
  top: -100px;
  width: 285.6px;
  height: 252px;
  -webkit-transform: scale3d(0.2, 0.2, 0.2);
          transform: scale3d(0.2, 0.2, 0.2); }

#fleaIcon {
  position: relative;
  top: -15px;
  left: 84px;
  height: 119.6px;
  width: 119.6px;
  -webkit-transform: scale3d(0.3, 0.3, 1);
          transform: scale3d(0.3, 0.3, 1);
  z-index: 5; }

#wornIcon {
  position: relative;
  top: 108px;
  left: -39px;
  height: 119.6px;
  width: 119.6px;
  z-index: 3; }

#heartIcon {
  position: relative;
  top: 108px;
  left: 85px;
  height: 119.6px;
  width: 119.6px;
  z-index: 4; }

#cta {
  position: relative;
  top: 12px;
  width: 119px;
  height: 41px;
  z-index: 50;
  cursor: pointer; }

.safety {
  position: relative;
  top: -33px;
  width: 300px;
  height: 305px;
  z-index: 3; }
  .safety #disclaimer {
    position: relative;
    background-color: white;
    padding-top: 6px;
    left: 3px;
    width: 280px;
    height: 100px;
    left: 8px; }

#text {
  height: 207px;
  background-image: url("disclaimer2.png");
  background-repeat: no-repeat;
  background-size: 265px;
  position: relative; }

#textHover {
  position: relative;
  height: 15px;
  border-bottom: 1px solid #0067b1;
  top: -32px;
  width: 137px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0; }
  #textHover:hover {
    opacity: 1; }

#footerWrapper {
  position: relative;
  height: 104px;
  z-index: 2;
  top: 8px; }
  #footerWrapper #footer {
    height: 100%;
    background-image: url("footer.png");
    background-size: 300px 64px;
    background-repeat: no-repeat; }
