@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;	*/
	
}

/* 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;	
}


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


#ctaText {
	z-index:401;
}
#ticketWidget {
	position: absolute;
	top:28px;
	left:0px;
	width:239px;
	height:39px;
	z-index:405;
	cursor:pointer;
}
#ticketsBtn {
	position: absolute;
	top:20px;
	left:196px;
	width:17px;
	height:16px;
	z-index:405;
}
#ticketsBtn:hover{ background-position:0px -16px;	}
#replay:hover{ background-position:0px -24px;	}
#soundOffBtn:hover, #soundOnBtn:hover{	background-position:0px -17px; }
#playBtn:hover, #pauseBtn:hover{ background-position:0px -15px;	}


#fb:hover,
#tw:hover,
#ig:hover{ background-position:-35px 0px;	}



#ticketsBg {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:400;		
/*	z-index:-1;*/
}

#zip {
	position: absolute;
	color:#ffffff;
	background-color:#b62012;	
	font-size:10px;
	text-align:center;
	top:20px;
	left:130px;
	width:62px;
	height:16px;
	display:none;
	z-index:406;
	
}


/* 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;
}

/* 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;
	left: 0px;
	z-index: 800;
	overflow:hidden;
	opacity: 0;
	
}

#videoIntro_dc {
	background-color: #000;
	position: absolute;
	cursor: pointer;
	height:100%;
	width:100%;
	top: 0px;
	left: 0px;
	z-index: 800;
	overflow:hidden;
	opacity: 0;
}

#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:transparent;
	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;}