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

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

body {
    background:#ffffff;
}

#container_dc {
	position: absolute;
	width:298px;
	height:248px;
	border:1px solid #000 !important;
    border:0;
	top: 0px;
	left: 0px;
	margin: auto;
    /* background:#000000; */
    /* EDIT #animationContent to set bg colour */
    overflow: hidden;
}

#placeholder {
	position: absolute;
	width:300px;
	height:250px;
	top: 0px;
	left: 0px;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 100;
	overflow: hidden;
}

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

/* Invisible button for background clickthrough. */
#background_exit_dc_2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background-color: yellow;
	opacity: 0;
	/* z-index: 1200; */
	z-index: 1301;
}

/* Invisible button for background clickthrough. */
#background_exit_dc_3 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background-color: red;
	opacity: 0;
	z-index: 1401;
}

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


#animationContent {
    position: absolute;
    width:100%;
    height:100%;
    z-index: 550;
	overflow: hidden;
    background:#fff;
}

.ac {
    position:absolute;
	visibility: hidden;
	top:-1px;
	left:-1px;
}



/* Video button hiding an positioning */
#video_container_dc {
	position: absolute;
    right:-1px;
    top: -1px;
	z-index: 1300;
	overflow: hidden;
	visibility: hidden;
}

.video_dc {
	position: absolute;
	top: 0 !important;
    left: 0px !important;
}

#video_exit_dc {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer !important;
    background-color: orange;
    opacity: 0;
    z-index: 1500;
}

#vid {
    z-index:1202;
    display:block;
    background-color:#000;
}

#vid, #video_container_dc, .video_dc {
    width:300px !important;
    height:250px !important;
}

#fader {
    visibility:visible;
    position: absolute;
	top:0;
	left:0;
	z-index:1500;
    width:100%;
    height:100%;
    background:#fff;
    pointer-events: none;
}

#talent {
    position: absolute;
    width:300px;
    height:250px;
	top:0px;
	left:0px;
	z-index:1;
}

#vidgrad  {
    position: absolute;
    width:300px;
    height:250px;
	top:0px;
	left:0px;
	z-index:1301;
    pointer-events: none;
}


#text1 {
    position: absolute;
    width:300px;
    height:250px;
	top:0px;
	left:0px;
	z-index:1301;
    pointer-events: none;
}

#text2 {
    position: absolute;
    width:300px;
    height:250px;
	top:-2px;
	left:0px;
	z-index:1302;
    pointer-events: none;
}

#premierlogo {
    position: absolute;
	top:-1px;
    left:-1px;
	z-index:1302;
    width:300px;
    height:250px;
	visibility: hidden;
    pointer-events: none;
}

#logo1 {
    position: absolute;
	top:-1px;
    left:-1px;
	z-index:1303;
    width:300px;
    height:250px;
	visibility: hidden;
    pointer-events: none;
}

#spectrum {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:1302;
    width:300px;
    height:250px;
    pointer-events:none !important;
}