@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: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* 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;
}
/* Containers */
#container_dc {
	position: absolute;
	width: 940px;
	height: 250px;
	top: 0px;
	left: 0px;
	margin: auto;
	overflow:hidden;
	background-color: #000;
}
#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}
/* Additional visual assets */
#headline,
#subline {
	position:absolute;
	z-index:40;
	opacity:0;
	margin-left:20px;
}
#headline {
	width: 254px;
	height: 26px;
	margin-top:95px;
	opacity:0;
}
#subline {
	width: 174px;
	height: 26px;
	margin-top:123px;
	opacity:0;
}
#shimmer {
	position:absolute;
	width: 11px;
	height: 15px;
	z-index:50;
	margin:130px 0 0 0;
	left:0px;
	opacity:0;
}
#shimmer img {
	width:100%;
	height:auto;
}
#start-shot,
#end-panel {
	position:absolute;
	width:418px;
	height:235px;
	z-index:1000;
	margin:7px 0 0 296px;
	cursor:pointer;
	opacity:0;
}
#end-panel {
	left:-940px;
	opacity:1; 
}
#cta,
#ctaGlow {
	position:absolute;
	width: 110px;
	height: 20px;
	margin:126px 0 0 20px;
	opacity:0;
}
#ctaGlow { z-index:45; }
#chevron-a,
#chevron-b {
	position:absolute;
	width: 6px;
	height: 11px;
	margin:129px 0 0 0;
	z-index:60;
	opacity:0;
}
#chevron-a { left:128px; }
#chevron-b { left:133px; }
#mb-logo {
	width: 163px;
	height: 42px;
	margin:188px 0 0 749px;
	opacity:0;
}
/* Click-throughs (exits) */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}
/* Video player and video controls */
#video_container_dc {
	position: absolute;
	width: 418px;
	height: 236px;
	z-index: 600;
	left: 294px;
	top: 7px;
}
#video_container_dc:hover > #video_control_play_dc,
#video_container_dc:hover > #video_control_pause_dc {
	opacity:1;
}
#video_dc {
	position: absolute;
	left:0px;
	top: 0px;
	width: 418px;
	height: 236px;
}
.video_volume_dc {
	position: absolute;
	width: 18px;
	height: 17px;
	top: 216px;
	left: 3px;
	cursor: pointer;
	z-index: 1100;
}
#video_control_unmute_dc {
	background:url(un-mute.png) no-repeat;
	visibility: hidden;
}
#video_control_mute_dc {
	background:url(mute.png) no-repeat;
	visibility: hidden;
}
.video_volume_dc:hover { opacity:0.8; }
.video_control_dc {
	position: absolute;
	width:418px;
	height: 236px;
	top: 0;
	cursor: pointer;
	z-index: 1000;
	background:none;
}
#video_control_play_dc,
#video_control_pause_dc {
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0;
}
#video_control_play_dc {
	background-image:url(play.png);
	visibility: hidden;
}
#video_control_pause_dc { background-image:url(pause.png); }