@charset "UTF-8";
/* CSS Document */

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
/*	background-color:#000;	*/
	
}

#canvas{
	position:absolute;
	z-index:2;
/*	width: 320px;*/
/*	height: 480px;*/
}

/* Div layer for the entire banner. */
#container_dc {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: auto;
	background-color: #fff;
/*	#cebac7;*/
	font-family: 'Montserrat', sans-serif;
	overflow:hidden;
	cursor:pointer;
	background-position:center center;	
	background-repeat:no-repeat;	
}

.displayObject  {
	position: absolute;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;	
	visibility:'hidden';
	z-index:3;	
	
	pointer-events:none;
}


.buttonObject {
	position: absolute;
	background-repeat:no-repeat;
	z-index:403;
	cursor:pointer;
	visibility:'hidden';	
	
	background-size: 100% 200%;
}


#ctaOver {
	z-index:401;
	background-size: 100% 200%;
	
}


/*#replay:hover{ background-position:0px -14px;	}*/
/*#soundOffBtn:hover, #soundOnBtn:hover{	background-position:0px -17px; }*/
/*#playBtn:hover, #pauseBtn:hover{ background-position:0px -15px;	}*/




/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 402;
	
	display:none;
}

/* Div layer containing the INTRO video player and video controls. */
#videoIntro_container_dc {
/*	background-color: #000;*/
	position: absolute;
	cursor: pointer;
	height:100%;
	width:100%;
	top: 0px;
	right: 0px;
	z-index: 800;
	overflow:hidden;
	opacity: 0;
	
}

#videoIntro_dc {
	position: absolute;
	border: 0 none;
	background-color: #000;
}

#framing {
	border: 0 none;	
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 0px;
	z-index: 801;
	background-repeat:no-repeat;
}

.innerBorder{
	background-color:#fff;
	width:4px;
	height:4px;
	z-index:4;
}


.outline{
	position: absolute;
	background-color:#000;
	width:1px;
	height:1px;
	z-index:1000;
}

#outlineTop{
	top:0px;
	left:0px;
	width:100%;
}
#outlineBottom{
	bottom:0px;
	left:0px;
	width:100%;
}
#outlineLeft{
	top:0px;
	left:0px;
	height:100%;
}
#outlineRight{
	top:0px;
	right:0px;
	height:100%;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}





#controls {
	position:absolute;
	width: 444px;
	height: 20px;
	left:0px;
	top: 230px;
/*	background-image:url(assets/controls.png);*/
	background-repeat: no-repeat;
	overflow: hidden;
	display: none;
	z-index:900;
}

#controls_play {
	position:absolute;
	width: 28px;
	height: 20px;
	left: 0px;
	top: 0px;

/*	background-image:url(assets/controls_play.png);*/
	background-repeat: no-repeat;

	cursor: pointer;
}

#controls_pause {
	position:absolute;
	width: 28px;
	height: 20px;
	left: 0px;
	top: 0px;
	display: none;
/*	background-image:url(assets/controls_pause.png);*/
	background-repeat: no-repeat;

	cursor: pointer;
}

#controls_toggle {
	position:absolute;
	width: 28px;
	height: 20px;
	left: 0px;
	top: 0px;
	background-color: #fff;
	opacity: 0;
	cursor: pointer;
}

#controls_mute {
	position:absolute;
	width: 32px;
	height: 20px;
	right: 0px;
	top: 0px;
/*	background-image:url(assets/controls_soundoff.png);*/
	background-repeat: no-repeat;

	cursor: pointer;
}

#controls_unmute {
	position:absolute;
	width: 32px;
	height: 20px;
	right: 0px;
	top: 0px;
/*	background-image:url(assets/controls_soundon.png);*/
	background-repeat: no-repeat;
	display: none;

	cursor: pointer;
}

#controls_sound {
	position:absolute;
	width: 32px;
	height: 20px;
	right: 0px;
	top: 0px;
	background-color: #fff;
	opacity: 0;

	cursor: pointer;
}

#controls_load {
	position:absolute;
	width: 0px;
	height: 2px;
	left: 38px;
	top: 9px;
	background-color: #fff;

	cursor: pointer;
}

#controls_seek {
	position:absolute;
	width: 361px;
	height: 20px;
	left: 38px;
	top: 0px;
	background-color: #fff;
	opacity: 0;
	cursor: pointer;
}



