@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: 970px;
	height: 250px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}
img,
svg {
	width: 100%;
	height: auto;
}

/* Visual Containers */
#container,
#logo {
	/*margin: 400px 0 0 400px;*/
}
#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: 122px;
	height: 90px;
	top: 160px;
	left: 827px;
}


/* Ribbon Ani, Page Peel + Intro */
#ms_ani {
	width: 182px;
	height: 123px;
	top: 65px;
	left: 399px;
}
#ribbonext {
	width: 32px;
	height: 46px;
	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;
}
#ribbonccover {
	width: 172px;
	height: 123px;
}
#extension {
	width: 32px;
	height: 46px;
}
.env {
	width: 479px;
	height: 342px;
	background:url(assets/envelope.png) no-repeat;
}
#eAlt { background:url(assets/envelope-alt-back.png) no-repeat; }
#eAltOpen {
	width: 435px;
	height: 237px;
	top: -224px;
    left: 12px;
}
#eAltInnerHolder {
	width: 479px;
	height: 300px;
	overflow: hidden;
	top: -100px;
}
#eAltInner {
	width: 355px;
	height: 272px;
	top: 300px;
	left: 20px;
}
#eAltFront {
	width: 479px;
	height: 342px;
}
#eAltClosed {
	width: 479px;
	height: 342px;
}
#ribbonA {
	width: 172px;
	height: 168px;
	top: 0px;
	left: 858px;
}
#ribbonB {
	width: 174px;
	height: 196px;
	top: 68px;
	left: 0px;
}



/* Rooms & panels */
.panel { left: 970px; }
#wall {
	width: 1940px;
	background:url(assets/wall.png) repeat-x;
}
#panelA {
	width: 514px;
	height: 192px;
}
#panelB {
	width: 335px;
	height: 170px;
}
#panelC { width: 418px; }


/* Products + Shadows + Product Details */
.slide,
.headline,
.shadow {
	left: 970px;
}
.price,
.shadow {
	visibility: hidden;
}
#slideAproduct,
#slideAshadow {
	width: 317px;
}
#slideBproduct,
#slideBshadow {
	width: 326px;
}
#slideCproduct,
#slideCshadow {
	width: 253px;
}
.headline {
	height: 73px;
	top: 52px;
}
#slideAheadline { left: 1065px; }
#slideBheadline {
	top: 36px;
	left: 511px;
}
.price {
	height: 21px;
	top: 77px;
}


/* End-frame */
#efLockup {
	height: 90px;
	top: 45px;
	left: 95px;
	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: 160px;
	left: 970px;
	visibility: hidden;
}
#goldsheen {
	width: 114px;
	height: 41px;
	left: -150px
}