@charset "UTF-8";

/* Defaults */
body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
div,
svg {
	width: 300px;
	height: 600px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
}
.svgImg {
	width: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
	margin: 0 auto;
	display: block;
}

#container {
	overflow: hidden;
	background-color: #000;
	visibility: visible;
}
#border {
    width: 100%;
    height: 100%;
	fill: white;
    stroke: #cccccc;
    stroke-width: 1px;
    fill-opacity: 0.0;
    stroke-opacity: 1.0;
	visibility: visible;
}
#mainExit {
	cursor: pointer;
	background-color: rgba(255,255,255,0);
	visibility: visible;
}

#drinkaware {
	width: 125px;
	height: 90px;
	top: 510px;
	left: -175px;
}

#logo {
    height: 39px;
	top: 522px;
}
#subline {
    height: 12px;
	top: 569px;
}

#productA {
	width: 300px;
	height: 448px;
}
#productB {
	width: 300px;
	height: 147px;
	top: 453px;
}
.productHolder { overflow: hidden; }
.productHolder img {
	width: 100%;
	height: auto;
}

#panel { fill: black; }
.dash {
	width: 10px;
	height: 3px;
	top: 317px;
	left: 145px;
	fill: #e30613;
}
#dashB { top: 418px; }

#headline {
    height: 67px;
	top: 335px;
}
#offer {
    height: 11px;
	top: 436px;
}

#cta {
	width: 113px;
	height: 30px;
	border: 1px solid white;
	top: 462px;
	left: 94px;
	overflow: hidden;
}
#ctaText {
	height: 8px;
	top: 10px;
}
#ctaReveal {
	width: 113px;
	left: 94px;
	fill: #fff;
	stroke: #fff;
	stroke-width: 2;
	fill-opacity: 0.0;
	stroke-opacity: 1.0;
}
#terms {
	height: 8px;
	top: 498px;
}