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

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

#doubleclick_logo_dc{
	position:absolute;
	top: 0px;
	left: 0px;	
}

#container_dc {
	position: absolute;
	width: 298px;
	height: 598px;
	border:1px solid #555555;
	top: 0px;
	left: 0px;
	margin: auto;
}

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

/* Div layer containing the video player and video controls. */
#video1_container_dc {
	position: absolute;
	width: 298px;
	height: 598px;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	border: 0px solid #555555;
	z-index: 500;
	overflow:hidden;
}

#vid1 {
	z-index: 600;
}

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

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

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


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

.b1 {
	width:110px;
	height:110px;
	left:25px;
	top:45px;
}

.b2 {
	width:110px;
	height:110px;
	left:164px;
	top:45px;
}


#CTAGlint {
	position: absolute;
	width:148px;
	height:34px;
	top:506px;
	left:79px;
	border-radius:5px;
	z-index: 580;
	overflow: hidden
}

#bg {
	visibility:visible;
	transform: scale(1.1,1.1);
}

.borders {
	visibility:visible;
}



#bgDefault {
	transform: scale(1.1,1.1);
	left:0px;
}

#title {
	top:0px;
	left:2px
}

#cta {
	top:0px;
}

#gradient {
	top:0px;
}

#video_container_dc {
	position: absolute;
	/*border: 1px solid #FFFFFF;*/
	width:300px;
	height:180px;
	left:0px;
    top:110px;
	z-index: 1300;
	/*overflow: hidden;*/
	visibility: hidden;
    background:transparent;
}

.video_controls_dc {
    background-color: transparent;
	position: absolute;
	width: 32px;
	height:32px;
	cursor: pointer;
    z-index:1600;
    left:0px;
    top:0px;
    /* background:#f0f; */
}

#cfs {
	background-image:url('cfs_btn.png');
	background-repeat:no-repeat;
	top: 200px;
    left:20px;
    width:147px;
    height:29px;
    
    display:none;
}

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



/* Video button hiding an positioning */
.video_controls_dc:hover {
	opacity:1;
	
}

#video_control_play_dc {
    background-color: transparent;
	background-image:url('SkyIcon_Play.png');
	background-repeat:no-repeat;
   	top:284px;
    left:270px;
    background-size:24px;
    visibility: hidden;
    width:22px;
    height:22px;
    opacity:0.5;
}

#video_control_pause_dc {
    background-color: transparent;
	background-image:url('SkyIcon_Pause.png');
	background-repeat:no-repeat;
	visibility: hidden;
	top:284px;
    left:270px;
    background-size:24px;
    visibility: hidden;
    width:22px;
    height:22px;
    opacity:0.5;
}

#video_control_stop_dc{
	background-image:url('SkyIcon_Stop.png');
	background-repeat:no-repeat;
	left:20px;
    
    display:none;
}

#video_control_unmute_dc {
	background-image:url('SkyIcon_Unmute.png');
	background-repeat:no-repeat;
	top:284px;
    left:250px;
    background-size:24px;
    visibility: hidden;
    width:22px;
    height:22px;
    opacity:0.5;
}

#video_control_mute_dc {
	background-image:url('SkyIcon_Mute.png');
	background-repeat:no-repeat;
	visibility: hidden;
	top:284px;
    left:250px;
    background-size:24px;
    width:22px;
    height:22px;
    opacity:0.5;
}

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

#video_control_replay_dc {
	background-image:url('SkyIcon_Replay.png');
	background-repeat:no-repeat;
	right:20px;
	top:53px;
    
    display:none;
}


.video_dc {
	position: absolute;
	top:1px;
	width:298px;
}

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

#t2 {
	top:0px;
}

#cright {
	visibility: visible;
	left:-2px;
	top:2px;
	opacity: 0.8;
}

#replayTrailer {
	left:119px;
	top:165px;
	z-index:3515;
	cursor:pointer;
}

/* #videoControls {
	position: absolute;
	right: -3px;
} */

#videoBacker {
	position: absolute;
	width:298px;
	height:174px;
	top:-2px;
	left:0;
	background-color:#FFFFFF;
	opacity:0.8
}

#g1_t1 {
	left:18px;
	top:305px;
    width:111px;
    height:111px;
}

#g1_t2 {
	left:167px;
	top:305px;
    width:111px;
    height:111px;
}
