@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 */
body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
div,
svg,
img {
	width: 300px;
	height: 600px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}
img,
svg {
	width: 100%;
	height: auto;
}

/* Visual Containers */
#container,
#logo {
	/*margin: 200px 0 0 600px;*/
}
#container {
	overflow: hidden;
	visibility: hidden;
	background-color: #000;
}
#backgroundExit {
	cursor: pointer;
	background-color: rgba(255,255,255,0);
}
.border{
    width: 100%;
    height: 100%;
}
.border.inner{
    fill: white;
    stroke: white;
    stroke-width: 20px;
    fill-opacity: 0.0;
    stroke-opacity: 1.0;
}
.border.outer{
    fill: white;
    stroke: #5C5C5C;
    stroke-width: 1px;
    fill-opacity: 0.0;
    stroke-opacity: 1.0;
}
#logo {
	width: 105px;
	height: 84px;
	top: 515px;
	left: 98px;
}



/* Ribbon Ani, Page Peel + Intro */
#ribbonext {
	width: 32px;
	height: 46px;
	margin: auto;
	overflow: hidden;
}
#ms_ani {
	width: 182px;
	height: 123px;
	top: 240px;
	left: 63px;
	margin: auto;
	overflow: hidden;
}
#ribbon1 {
	width: 172px;
	height: 123px;
}
#ribbon2 {
	width: 172px;
	height: 123px;
}
#ribbon3 {
	width: 172px;
	height: 123px;
}
#ribbon4 {
	width: 172px;
	height: 123px;
}
#ribboncopy {
	width: 172px;
	height: 123px;
	visibility: hidden;
}
#ribbonccover {
	width: 172px;
	height: 123px;
	visibility: hidden;
}
#extension {
	width: 32px;
	height: 46px;
}

#introRibbon {
	width: 172px;
	height: 123px;
	top: 239px;
	left: 64px;
	visibility: hidden;
}
.env {
	width: 524px;
	height: 365px;
	background:url(assets/envelope.png) no-repeat;
}
.env img {
	width: 300px;
	height: 95px;
	top: 28px;
	left: 110px;
}
#ribbonA {
	width: 155px;
	height: 73px;
}
#ribbonB {
	width: 286px;
	height: 189px;
}
#ribbonC {
	width: 300px;
	height: 244px;
}


/* Rooms & panels */
#mainFloor {
	height: 223px;
	top: 375px;
	left: 300px;
}
#wallA {
	height: 390px;
	left: 300px;
}
#wallB {
	height: 425px;
	left: 300px;
}
.panel { left: 300px; }


/* Products + Shadows + Product Details */
.product,
.shadow,
.headline,
.darken {
	left: 300px;
}
.shadow,
.price,
.darken {
	visibility: hidden;
}
.headline,
.darken {
	height: 145px;
	top: 248px;
}
.price {
	height: 21px;
	top: 169px;
}
#slideBprice { top: 127px; }
#slideAproduct,
#slideAshadow {
	width: 387px;
	height: 438px;
	top: 80px;
}
#slideBproduct {
	width: 378px;
	height: 521px;
	top: 80px;
}


/* End-frame */
#efLockup {
	height: 91px;
	top: 256px;
	visibility: hidden;
}
#cta {
	width: 114px;
	height: 41px;
	overflow: hidden;
	cursor: pointer;
	background-size: 114px 41px;
	background-repeat: no-repeat;
	background-image: url(assets/cta.png);
	top: 432px;
	left: 300px;
	visibility: hidden;
}
#goldsheen {
	width: 114px;
	height: 41px;
	left: -150px
}