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

#container_dc {
	position: absolute;
	width: 970px;
	height: 250px;
	/* border:1px solid #555555 !important; */
    border:0;
	top: 0px;
	left: 0px;
	margin: auto;
    /* background:#97b5c3; */
    /* EDIT #animationContent to set bg colour */
    overflow: hidden;
}

#placeholder {
	position: absolute;
	width:970px;
	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: 1199;
}

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

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

/* Initial VIDEO */
#video1_container_dc {
	position: absolute;
	width: 968px;
	height: 248px;
	top: 0px;
	left: 0px;
	z-index:0;
	overflow:hidden;
    opacity:1;
}


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

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

#cta-preload  {
    display:none;
    background-image: url(banner_cta-hover.png);
    background-size:contain;
}

#replayTrailer-preload {
    background-image: url(banner_replayVideo-hover.png);
    background-size: contain;
}

#_ctaGlint {
    left:-50px;
    top:0px;
	height:37px;
}

#ctaMask {
	top:-1px;
	left:-1px;
}

#CTAGlint {
    position: absolute;
    top: 101px;
    left: 621px;
    width: 172px;
    height: 37px;
    border-radius:3px;
    z-index: 580;
    overflow: hidden;
}

#talent1 {
    position: absolute;
	visibility:hidden;
    top:0px;
	left:0px;
    z-index:2;
    width:970px;
    height:250px;
}

#talent2 {
    position: absolute;
	visibility:hidden;
    top:0px;
	left:0px;
    z-index:3;
    width:970px;
    height:250px;
}

#talent3 {
    position: absolute;
	visibility:hidden;
    top:0px;
	left:0px;
    z-index:4;
    width:970px;
    height:250px;
}

#showlogo {
    position: absolute;
	visibility:hidden;
    top:0px;
	left:0px;
    z-index:8;
    width:970px;
    height:250px;
}


#cta {
    position: absolute;
    top:0px;
	left:-7px;
    z-index:500;
    width:970px;
    height:250px;
	visibility:hidden;
    background-image: url(banner_cta.png);
    background-size:contain;
}

#background_exit_dc_2:hover ~ #cta {
    background-image: url(banner_cta-hover.png) !important;
    background-size:contain !important;
}

#channellogo {
    position: absolute;
	visibility:hidden;
    top:0px;
	left:0px;
    z-index:504;
    width:970px;
    height:250px;
}

#makers1 {
	visibility:hidden;
    position: absolute;
    top:0px;
	left:0px;
    z-index:6;
}

#makers2 {
	visibility:hidden;
    position: absolute;
    top:0px;
	left:0px;
    z-index:5;
}

#tx {
	visibility:hidden;
    position: absolute;
    top:0px;
	left:0px;
    z-index:600;
    width:970px;
    height:250px;
}

#asop {
	visibility:hidden;
    position: absolute;
    top:0px;
	left:0px;
    z-index:5;
    width:970px;
    height:250px;
}


#fader {
    visibility:visible;
    position: absolute;
	top:0px;
	left:0px;
	z-index:1203;
    width:100%;
    height:100%;
    background:#97b5c3;
}

#cfs {
	background-image:url('cfs_btn.png');
	background-repeat:no-repeat;
    background-size:147px;
	top: 210px;
    right:15px;
    width:147px;
    height:29px;
}

#cfs {
    background-image: url('cfs_btn.png');
    background-repeat: no-repeat;
    background-size:contain;
    top: 210px;
    left: 15px;
    width: 147px;
    height: 29px;
}

#cfsContainer:hover > #cfs, #cfs:hover {
    background-image: url('cfs_btn-hover.png');
    background-repeat: no-repeat;
}

#cfsContainer {
	position:absolute;
    background-color:rgba(255,0,0,0);
    left:0px;
    top:0px;
    width:444px;
    height:250px;
    z-index:2000;
    cursor: pointer;
}




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

.video_dc {
	position: absolute;
	top: 0 !important;
    left: 1px !important;
	width:444px !important;
    height:250px !important;
}

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

#videoBacker {
	position: absolute;
    width: 446px;
    height: 250px;
    top: 0px;
    left: 0;
	background-color:#fff;
	opacity:1;
    overflow:hidden;
    z-index:1;
    display:block;
}

#vid {
    width:444px;
    height:250px;
    z-index:1202;
    display:block;
}

.video_controls_dc {
    background-color: transparent;
	position: absolute;
	width: 32px;
	height:32px;
	cursor: pointer;
    z-index:1600;
	right:-32px;
}

.video_controls_dc:hover {
	opacity:1;
}

#video_control_play_dc {
	visibility: hidden;
    background-color: transparent;
	background-image:url('SkyIcon_Play.png');
	background-repeat:no-repeat;
   	top:70px;
	right:-30px;
    opacity:0.7;
}

#video_control_pause_dc {
    background-color: transparent;
	background-image:url('SkyIcon_Pause.png');
	background-repeat:no-repeat;
	visibility: hidden;
	top:70px;
	right:-30px;
    opacity:0.7;
}

#video_control_unmute_dc {
	background-image:url('SkyIcon_Unmute.png');
	background-repeat:no-repeat;
	top:139px;
    right:-31px;
    opacity:0.7;
    background-size:24px;
    background-position:top center;
}

#video_control_mute_dc {
	background-image:url('SkyIcon_Mute.png');
	background-repeat:no-repeat;
	visibility: hidden;
	top:139px;
	right:-31px;
    opacity:0.7;
    background-size:24px;
    background-position:top center;
}

#video_control_replay_dc {
	background-image:url('SkyIcon_Replay.png');
	background-repeat:no-repeat;
	right:-30px;
	top:103px;
    opacity:0.7;
}

#video_control_mute_dc:hover, #video_control_unmute_dc:hover, #video_control_pause_dc:hover, #video_control_play_dc:hover, #video_control_replay_dc:hover {
    opacity:1 !important;
}

#replayTrailer {
	visibility: hidden;
	left:657px;
	top:151px;
	z-index: 3515;
	cursor: pointer;
	width:110px;
	height:28px;
    background-image: url(banner_replayVideo.png);
    background-size: contain;
}

#replayTrailer:hover {
    background-image: url(banner_replayVideo-hover.png);
    background-size: contain;
}

#videoControls {
	position: absolute;
	right: 33px;
}