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

#container_dc {
	position: absolute;
	width: 970px;
	height: 250px;
	/* border:1px solid #555555 !important; */
    border:0;
	top: 0px;
	left: 0px;
	margin: auto;
    /* background:#000000; */
    /* 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:transparent;
	z-index: 100;
	overflow: hidden;
}

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

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

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

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



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



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

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

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

#vid {
    width:584px;
    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:559px;
    top: 195px;
	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;
    top:80px;
}





#bg {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:1;
    width:476px;
    height:250px;
}

#logo {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:10;
    width:970px;
    height:250px;
}

#tt, #asop {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:3;
    width:970px;
    height:250px;
}

#ttshadow, #asopshadow {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:2;
    width:970px;
    height:250px;
}

#tx {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:4;
    width:970px;
    height:250px;
}

#txshadow {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:2;
    width:970px;
    height:250px;
}

#cta {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:13;
    width:970px;
    height:250px;
}


#CTAGlint {
    position: absolute;
    top: 201px;
    left: 149px;
    width: 98px;
    border-radius: 2px;
    z-index: 580;
    overflow: hidden;
}

#ctaGlinter {
    left:-50px;
    top:-1px;
}

#ctaGlinter, #CTAGlint {
	height:23px;
}

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


#skylogoleftmask {
    position: absolute;
	top:0px;
	left:-621px;
	z-index:6;
    width:970px;
    height:250px;
    overflow:hidden;
    /* background:#f0f; */
    /* CSS HACK FOR FIREFOX TO STOP RENDER ISSUES */
    border:1px solid transparent; */
}

#skylogorightmask {
    position: absolute;
	top:0px;
	left:48px;
	z-index:6;
    width:970px;
    height:250px;
    overflow:hidden;
    /* background:#ff0; */
    /* CSS HACK FOR FIREFOX TO STOP RENDER ISSUES */
    border:1px solid transparent;
}

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

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

#videndboard {
    position: absolute;
	top:0;
	left:0;
	z-index:1203;
    width:584px;
    height:250px;
    
}