@charset "UTF-8";
/* ------------------------------------------------------------ */

/* -----> RESET.CSS INCLUDED HERE TO REDUCE SERVER CALLS <----- */

/* ------------------------------------------------------------ */

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;
  box-sizing: border-box;
  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;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  zoom: 100%;
}

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;
}

:focus {
  outline: none;
}

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

/* Div layer for the entire banner. */

#container_dc {
  position: absolute;
  width: 300px;
  height: 600px;
  border: 1px solid #666666;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  opacity: 0;
}

#content_dc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
}

/* Invisible button for background clickthrough. */

#background_exit_dc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 400;
  pointer-events: all;
}

/* Custom styles */

#scrollHolder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70.5px;
  background-color: #ffffff;
  z-index: 600;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#line {
  display: none;
  width: 1.5px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 15px;
  background: #000;
}

#scrolText {
  height: 100%;
  padding: 0 20px 0 5px;
  overflow: hidden;
  position: relative;
  top: 0;
}

#scrolText img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
  /*  -moz-transform: scale(1);*/
  padding: 7px 0;
}

.img-container {
  position: relative;
}

#link1 {
  position: absolute;
  width: 70px;
  height: 10px;
  top: 42%;
  right: 9%;
  cursor: pointer;
}

#link2 {
  position: absolute;
  width: 70px;
  height: 10px;
  top: 83.3%;
  left: 8%;
  cursor: pointer;
}

/*************************/

.absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#background {
  display: block;
  width: auto;
  height: 120%;
  position: absolute;
  top: -10%;
  left: -50%;
  transform-origin: center 323.5px;
}

#back {
  background-color: #ffffff;
}

#backLayer1 {
  background-image: url("backLayer1.png");
}
#backLayer2 {
  background-image: url("backLayer2.png");
  opacity: 0;
}

#copy1 {
  background-image: url("copy1.png");
  transform: scale(1.1);
}

#copy2_1 {
  background-image: url("copy2_1.png");
  transform: scale(1.1);
  transform-origin: center 44px;
}
#copy2_2 {
  background-image: url("copy2_2.png");
  transform: scale(1.1);
  transform-origin: center 77px;
}

#dog {
  background-image: url("dog.png");
  transform-origin: bottom left;
  transform: scale(0.9);
}

#frame3ImgLeft {
  background-image: url("frame3ImgLeft.png");
}

#frame3ImgRight {
  background-image: url("frame3ImgRight.png");
}

#copy3 {
  background-image: url("copy3.png");
}

#copy4 {
  background-image: url("copy4.png");
}

#thumbUp {
  background-image: url("thumbUp.png");
}

#circle {
  background-image: url("circle.png");
  background-size: 300px 600px;
  background-position: top;
}

#copy5 {
  background-image: url("copy5.png");
  transform: scale(1.1);
}

#product {
  background-image: url("product.png");
}

#cta {
  background-image: url("cta.png");
  transform-origin: center 486px;
}