@charset "utf-8";
/* CSS Document */
.videoButton {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 450px;
    left: 34px;
    position: absolute;
    top: 10px;
    width: 800px;
	z-index: 999;
}

.vdoPlayBtn {
    background: url("../../../course_01/images/play_btn.png") repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    height: 80px;
    left: 45%;
    position: absolute;
    top: 41%;
    width: 80px;
}

.vdoPlayBtn:hover {
    background: url("../../../course_01/images/play_btn_over.png") repeat scroll 0 0;
    background-size: 100% auto;
    cursor: pointer;
}

.videoHolderShadow {
    background: url("../../../course_01/images/video_bg1.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 615px;
    margin: 10px auto 0;
    position: relative;
    width: 100%;
    margin: 45px auto 0;
	background-size: 100% auto;
}

.videoHolderMain {
    height: 450px;
    left: 40px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 45px;
    width: 868px;
	background: url("../../../course_01/images/video_wallpaper_wdt.png") no-repeat scroll 24px 0;
	padding: 10px 0;
	margin: 0 auto;
}

#videoHolder {
    margin: 0 auto;
    width: 800px;
}

#videoHolder video {
    margin-top: 0;
}

/* .welcome{	color: white;
    font: 22px/328px arial;
    height: 328px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 868px;} */
	
#videoPlayer {
	/*height:560px;
	width:960px;
	margin: 2.3% 30px 0;*/
}

#btnSkip {
    background: none repeat scroll 0 0 #3c3c3e;
    border: medium none;
    bottom: 4px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font: 12px/20px arial;
    height: auto;
    padding: 5px 0;
    position: absolute;
    right: 100px;
    text-align: center;
    width: 60px;
}

#btnSkip:hover {
    background: none repeat scroll 0 0 #E4801B;
}

.top_content{
    position: absolute;
    bottom: -20px;
    left: 30px;
    width: 93%;
}

#transcriptViewContent p{
	margin-bottom:10px;
}

@media only screen and (min-device-width : 800px) and (max-device-width : 1280px) and (device-aspect-ratio : 8/5) and (-webkit-min-device-pixel-ratio : 1.33) and (orientation : landscape) {
    .videoHolderMain {
        max-width: 600px;
        margin: 80px auto 0;
    }
}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

.vjs-mouse-display {
    display: none!important;
}
.video-js {
	margin: 0 auto;
}

.vjs-tech {
  pointer-events: none;
}

.footer::before {
	content:'';
	background-color: #ededed;
	width:973px;
	height:10px;
	position:absolute;
	right:0px;
	bottom:0px;
}
.videoText{
	position: absolute;
   top: -35px;
    left: 30px;
}
.instruction{
	color: #F68D2E;
	font-style:italic;
	position: absolute;
    top: -16px;
    left: 30px;
}