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

/* Div layer for the entire banner. */
#container_dc {
	width: 300px;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: auto;
	overflow: hidden;
	border: 1px solid #cfcfcf;
	background-color: black;
	box-sizing: border-box;

	/* background-image: url('img/_guide.jpg');*/

}

#image_container {
	opacity: 0;
}

/* Video player and video controls. */
#video_clickthrough{
	width: 462px;
	height: 417px;
	position: absolute;
	top: 45px;
    right: 13px;
	background-color: #000000;
	cursor: pointer;
	opacity: 0;
	z-index: 505;
}

#video1_container_dc {
       width: 540px;
    height: 304px;
    position: absolute;
    z-index: 500;
    opacity: 1;
    overflow: hidden;
    left: -70px;
    background-color: transparent;
    bottom: -6px;
}

#video1_dc {
    width: 540px;
    height: 304px;
    position: absolute;
    z-index: 500;
}

/* Video scrubber */
#video_controls_dc{
      width: 280px;
    height: 25px;
    position: absolute;
    bottom: 3px;
    right: 11px;
    z-index: 525;
}

#video_controls_bg{
	width: 100%;
    height: 25px;
    position: absolute;
	background-color: #000000;
    top: 0px;
    left: 0px;
    opacity: 0.65;
    z-index: 0;
}

#progress {
	width: 100%;
    height: 2px;
    position: absolute;
    top: -1px;
    left: 0px;
    background-color: #989898;
    cursor: pointer;
    z-index: 5;
}

#progress div {
	height: 3px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
}

#knob{
	width: 9px;
	/*background: url('img/knob.png') no-repeat;*/
    z-index: 15;
}

#buffer_bar{
	width:0;
	background-color: #989898;
}

#time_bar{
	width:0;
	background-color: white;
	z-index:10;
}

/* Video buttons */
#play_btn{
	width: 14px;
	height: 14px;
	position: absolute;
	    top: 8px;
    left: -2px;
	background: url('img/play_btn.png') no-repeat;
	cursor: pointer;
	z-index: 5;
}

#play_btn:hover{
	background: url('img/play_btn_hover.png') no-repeat;
}

#pause_btn{
	width: 14px;
	height: 14px;
	position: absolute;
	    top: 8px;
    left: -2px;
	background: url('img/pause_btn.png') no-repeat;
	cursor: pointer;
	z-index: 5;
	display: none;
}

#pause_btn:hover{
	background: url('img/pause_btn_hover.png') no-repeat;
}

#mute_btn{
	width: 14px;
	height: 14px;
	position: absolute;
    top: 8px;
    right: 0;
	background: url('img/mute_btn.png') no-repeat;
	cursor: pointer;
	z-index: 5;
	display: none;
}

#unmute_btn{
	width: 14px;
	height: 14px;
	position: absolute;
	    top: 8px;
    right: 0;
	background: url('img/unmute_btn.png') no-repeat;
	cursor: pointer;
	z-index: 5;
}

#replay_btn{
	width: 104px;
	height: 104px;
	position: absolute;
       top: 422px;
    right: 96px;

    background-color: Transparent;
    border-radius: 50%;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    z-index: 510;
    visibility: hidden;
}

#replayBtn_bg{

}

#replayBtn_image{
	width: 104px;
	height: 104px;
	position: absolute;
	top: 0px;
    left: 0px;
	background-image: url('img/replay_btn.png');
    border-radius: 50%;
}


#backimage{
	position: absolute;
	opacity:1;
}

#copy{
	position: absolute;

}
#backimageblur{
	position: absolute;
	top:-5%;
	left:-5%;
	opacity: 0.8;
}

#nap_exit{
	position: absolute;
	width: 100%;
    height: 100%;
	background-color: blue;
	bottom:0;
	opacity: 0;
	cursor: pointer;
	
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

