@charset "UTF-8";

/* 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: 16px;
	vertical-align: top;
}
/* 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;
}

/* Defaults */
html, body {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
  line-height: 0;
}
body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
div,
img,
svg {
	width: 300px;
	height: 600px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1100;
	opacity: 0;
}
img {
	width: 100%;
	height: auto;
}
.fullsize {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Visual Containers */
#container {
	background-color: #ebebeb;
	overflow: hidden;
	z-index: 0;
	/*margin: 0px 400px 0px 400px;*/
	border: 1px solid #afafaf;
}
#backgroundExit {
	cursor: pointer;
	z-index: 10000;
	background-color: #fff;
}
#borderInner {
	border: solid 10px #ffffff;
	z-index: 9998;
}

#logo {
	width: 117px;
	height: 85px;
	top: 248px;
	left: 92px;
}
#offer {
	width: 198px;
	height: 198px;
	top: 353px;
	left: 52px;
	z-index: 9997;
	-webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
#offer img {
	width: 198px;
	height: 198px;
}
#logo img,
#offer img {
	opacity: 1;
}

#paper { z-index:0; }

.cLine {
	width: 150px;
	height: 7px;
	opacity: 1;
}

#terms {
	width: 114px;
	height: 9px;
	top: 575px;
	left: 93px;
	z-index: 9997;
}

.slide { width: 333px; }
.slide img,
.shadow,
.shadow img {
	opacity: 1;
}

.shadow {
	overflow: hidden;
	z-index: 1099;
}

.block { z-index: 1; }
.block img {
	width: 100%;
	height: 100%;
	opacity: 1;
}
#noteA,
#noteB,
#noteA .blockShadow,
#noteB .blockShadow {
	width: 256px;
	height: 233px;
}
.blockShadow {
	top: 5px;
	left: -5px;
	opacity: 0.2 !important;
}
#copy01 {
	width: 235px;
	height: 94px;
	top: 52px;
	left: 11px;
}
#copy02 {
	width: 165px;
	height: 94px;
	top: 52px;
	left: 45px;
}

#slide03 .model {
	width: 314px;
	top: 248px;
}
#blockA {
	width: 245px;
	height: 212px;
	top: 232px;
}
#blockA .blockShadow {
	width: 245px;
	height: 212px;
}
#blockB,
#shadowHolder03 {
	width: 255px;
	height: 357px;
	top: 178px;
}
#blockB .blockShadow {
	width: 255px;
	height: 357px;
}
#shadowHolder03 img {
	width: 314px;
	top: 70px;
}

#slide04 .model {
	width: 333px;
	top: 243px;
}
#blockC {
	width: 133px;
	height: 196px;
	top: 270px;
}
#blockC .blockShadow {
	width: 133px;
	height: 196px;
}
#blockD,
#shadowHolder04 {
	width: 237px;
	height: 361px;
	top: 178px;
}
#blockD .blockShadow {
	width: 237px;
	height: 361px;
}
#shadowHolder04 img {
	width: 333px;
	top: 60px;
}

.copy {
	height: 23px;
	opacity: 1;
}
.a { top: 92px; }
.b { top: 115px; }
.c { top: 138px; }
#copy5a { top: 104px; }
#copy5b { top: 127px; }

#cta {
	width: 132px;
	height: 40px;
	top: 294px;
	left: 84px;
	overflow: hidden;
	background: url(assets/cta.png) no-repeat;
	background-size: 132px 40px;
	background-position: 0px -1px;
	border: 1px solid black;
}
#overlay {
	fill: none;
	stroke: #000;
	stroke-width: 3;
}