
*,
:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #000000;
	font-family: 'Cabin', sans-serif;
	font-size: 100%;
	line-height: 1.48;
	border: 0;
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	color: #30363c;
	letter-spacing: 0.3px;
}

p {
	margin: 0;
	padding: 0;
}

a,
img {
	border: 0;
	outline: none;
}

div,
img,
video {
	position: absolute;
	overflow: hidden;
}

#frame1,
#frame2,
#video1,
#loading_dc {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

#wrapper {
	border: 1px solid black;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 600px;
	overflow: hidden;
	background: #ffffff;
	cursor: pointer;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background: #fdee3b;
}

#bg {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

/* Frame 2 */
#frame2 {
	visibility: hidden;
}

#frame2Tt {
	visibility: hidden;
	height: 85px;
	width: auto;
	bottom: 33px;
	left: 12px;
}

#frame2Cannes {
	visibility: hidden;
	bottom: 12px;
	left: 12px;
}

#frame2Release {
	visibility: hidden;
	bottom: 65px;
	right: 12px;
}

#bloodContainer {
	position: absolute;
	width: 11px;
	height: 29px;
	top: 156px;
	right: 189px;
	overflow: hidden;
	visibility: hidden;
}

#frame2Legal {
	position: absolute;
	top: 279px;
	right: 2px;
}

/* Video */
#introContainer {
	height: 100%;
	width: 100%;
	visibility: hidden;
	position: absolute;
	z-index: 1;
}

#videoContainer {
	visibility: hidden;
	position: absolute;
	width: 100%;
	top: 298px;
}

#video2 {
	position: relative;
	height: 166px;
	width: 298px;
	border-top: 3px solid #e20d17;
	border-bottom: 3px solid #e20d17;
	box-sizing: content-box;
	z-index: 3;
}

#videoStill {
	position: absolute;
	top: 3px;
	z-index: 3;
}

/* Exit Classes */
#bgExit {
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
	width:100%;
	height:100%;
	position: absolute;
	z-index: 2;
}

#frame2Cta {
	position: absolute;
	visibility: hidden;
	z-index: 50;
	width: 113px;
	height: 43px;
	right: 12px;
	bottom: 12px;
	background-image: url(images/frame2Cta1.png);
	overflow: hidden;
}

#frame2Cta:hover {
	background-position: -0px -43px;
}