body{
	/*position: relative;*/
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: arial;
	background: #d5d5d5 url('../img/bg.png') no-repeat -294px -265px;
}

ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
iframe{
	display: block;
}
a{
	text-decoration: none;
}
.hidden{
	display: none;
}
.iframe{
	width: 100%;
	vertical-align: top;
	  margin: 0px;
	 -ms-word-break: break-all;
		 word-break: break-all;
	 
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
			hyphens: auto;	
}
.main{
	margin: 0 auto;
	position: absolute;
	
	z-index: 99;
	-webkit-box-shadow: 0 0 20px 0 #000;
    box-shadow: 0 0 20px 0 #000;
	
}
.w-main{
	position: relative;
}
.content{
	float: left;
	position: relative;
	z-index: 99;
	overflow: hidden;
}
/*	MENU  */
.menu{
	float: right;
	width: 200px;
	height: 100%;
	position: relative;
	font-size: 11px;
	border-bottom: 2px solid #fff;
	background: #2a8bce;
}
.w-menu{
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 8px;
	left: 8px;
	border-left: none;
}
.lesson-name{
	margin: 0;
	font-size: 16px;
	color: #fff;
	width: 98%;
	height:8%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.lesson-info{
	color: #fff;
	padding: 10px 0;
	overflow: hidden;
	font-size: 12px;
	width:92.8%;
}
.li-img{
	float: left;
	width: 34%;
	height: 78%;
	/*border: 1px solid #0b2639;*/
	margin-right: 5px;
}
.li-img img{
	width: 100%;
	height: 100%;
}
.play-img{
	position:absolute;
	left:45%;
	top:45%;
	width:65px;
	height:47px;
	background: url('../img/play.png') no-repeat 0 0;
}
.play-img:hover{
	background: url('../img/play_hover.png') no-repeat 0 0;
}
.li-video{
	display: none;
	width: 100%;
	height: 138px;
	background: rgba(255,255,255,0.2);
}
.li-teacher{
	font-weight: bold;
}
.li-subject{
	font-style: italic;
}
.li-time{

}
/* ---- TAB ---- */
.tab-menu{
	width: 100%;
	overflow: hidden;
}
.tab-menu li{
	float: left;
	width: 50%;
	color: #fff;
	font-weight: bold;
	/*text-shadow: #31abff 0 1px 0;*/
	text-align: center;
}
.tab-menu li div{
	cursor: pointer;
	padding: 5px 0;
	border-bottom: 1px solid #014c83;
}
.tab-menu li.active div{
	border: 1px solid #014c83;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	background: rgba(255,255,255,0.1);
}
.tab-menu li:hover div, .tab-menu li.active div{
	/*color: #0b2639;
	text-shadow: #31abff 0 1px 0;*/
}

/* slide slide*/
.w-slide-list{
	background: rgba(255,255,255,0.1);
	position: absolute;
	border: 1px #014c83 solid;
	border-top:none;
	bottom: 0;
	top: 135px;
	overflow: hidden;
}
.slide-list{
}
.slide-list li{
	width: 100%;
	cursor: pointer;
	position: relative;
	display: block;
	color: #0b2639;
	float: left;
	/*min-height: 43px;*/
}
.slide-list li a{
	color: #0b2639;
	display: block;
	overflow: hidden;
}
.slide-list li:hover{
	background: rgba(255,255,255,0.3);
}
.slide-list li.active{
	background: rgba(255,255,255,0.8);
	/*color: #003A63;*/
	font-weight: bold;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff); 
}
.slide-img{
	width: 60px;
	height: 50px;
	float: left;
	margin: 5px;
	position: relative;
}
.slide-img img{
	width: 100%;
	height: 100%;
}
.slide-img .slide-time{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	padding: 0 3px;
	color: #fff;
}
.slide-name{
	padding: 5px 5px 5px 0;
	height: 52px;
	overflow: hidden;
}
/*slide default*/
.slide-list.default .slide-img{
	width: 0;
	height: 0;
	position: static;
	margin-left: -200px;
}
.slide-list.default .slide-time{
	right: 0;
	top: 50%;
	left:130px;
	background: none;
	margin-top: -8px;
	color: #0b2639;
}
.slide-list.default .slide-name{
	width: 115px;
	overflow: hidden;
	padding: 0 0 0 5px;
	white-space: nowrap;
	height: auto;
	padding: 4px 5px;
	
}
.slide-list.default li{
	min-height: 25px;
	min-width: 185px;	
}
.slide-list.default li:hover .slide-name{
	white-space: normal;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	pointer-events: none;
	background: #95c4e5;
	z-index: 98;
	margin: 0;
	min-height: 16px;
}
.slide-list.default li:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #454545;
	background: -moz-linear-gradient(left, rgba(69,69,69,0) 0%, rgba(69,69,69,1) 50%, rgba(69,69,69,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(69,69,69,0)), color-stop(50%,rgba(69,69,69,1)), color-stop(100%,rgba(69,69,69,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(69,69,69,0) 0%,rgba(69,69,69,1) 50%,rgba(69,69,69,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(69,69,69,0) 0%,rgba(69,69,69,1) 50%,rgba(69,69,69,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(69,69,69,0) 0%,rgba(69,69,69,1) 50%,rgba(69,69,69,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(69,69,69,0) 0%,rgba(69,69,69,1) 50%,rgba(69,69,69,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#454545',GradientType=1 ); /* IE6-9 */
}
/* ---- PLAY VIDEO ---- */
.has-video .li-img{
	display: none;
}
.has-video .li-video{
	display: block;
}
.has-video .w-slide-list{
	top: 232px;
}
/* ---- CONTROL PLAY ---- */

.control{
	position: relative;
	float: left;
	z-index: 99;
	width: 100%;
	height: 36px;
	/*background: #2a8bce;*/
	background: #2a8bce;
}
.btn-control{
	float: left;
	height: 100%;
	margin: 0 10px;
}
.btn-pre, .btn-play, .btn-next{
	float: left;
	height: 100%;
	margin: 0 8px;
	cursor: pointer;
}
.btn-pre{
	margin-top: 5px;
	width: 31px;
	height: 29px;
	background: url('../img/icon.png') no-repeat 0 0;
}
.btn-pre:hover{
	background-position: 0 -78px;
}
.btn-pre.disable{
	opacity: 0.5;
	cursor: auto;
}
.btn-pre.disable:hover{
	background-position: 0 0;
}
.btn-play{
	margin-top: 3px;
	width: 30px;
	height: 33px;
	background: url('../img/icon.png') no-repeat -78px 0;
}
.btn-play:hover{
	background-position: -78px -78px;
}
.btn-play.pause{
	margin-top: 3px;
	width: 30px;
	height: 33px;
	background: url('../img/icon.png') no-repeat -390px 0;
}
.btn-play.pause:hover{
	background-position: -390px -78px;
}
.btn-next{
	margin-top: 5px;
	width: 31px;
	height: 29px;
	background: url('../img/icon.png') no-repeat -156px 0;
}
.btn-next:hover{
	background-position: -156px -78px;
}
.btn-next.disable{
	opacity: 0.5;
	cursor: auto;
}
.btn-next.disable:hover{
	background-position: -156px 0;
}
.slider-wrapper{
	width: 40%;
	height: 100%;
	float: left;
	position: relative;
	line-height: 35px;
	margin: 0 20px;
}
/**/
.btn-replay, .btn-fullscreen{
	float: left;
	margin: 0 5px;
	cursor: pointer;
}
.logo{
	display: block;
	position: absolute;
	right: 0;
	right: 10px;
	top: 0;
	width: 31px;
	height: 35px;
	background: url('../img/icon.png') no-repeat 0 -156px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.logo:hover{
	background-position: 0 -156px;
	width: 86px;
}
.btn-replay{
	width: 25%;
	height: 100%;
	background: url('../img/icon.png') no-repeat -468px 0;
}
.btn-replay:hover{
	background-position: -468px -78px;
}
.btn-fullscreen{
	margin-top: 2px;
	width: 4.5%;
	height: 86%;
	background: url('../img/icon.png') no-repeat -312px 0;
}
.btn-fullscreen:hover{
	background-position: -312px -78px;
}
.btn-attachs{
	width: 4.6%;
	height: 91%;
	float: left;
	margin-top: 2px;
	background: url('../img/icon.png') no-repeat -548px 0;
}
.btn-attachs:hover{
	background-position: -548px -78px;
}
.btn-attachs .list-attachs{
	display: none;
	position: absolute;
	bottom: 32px;
	padding: 10px;
	background: #fff;/*#2a8bce;*/
	width: 19.2%;
	border: 1px solid #014c83;
	border-radius: 5px;
}
.btn-attachs .list-attachs li{
	border-bottom: 1px solid #014c83;
}
.btn-attachs .list-attachs li:last-of-type{
	border: none;
}
.btn-attachs .list-attachs li a{
	padding: 2px 3px;
	font-size: 11px;
	color: #003A63;
	width: 19.2%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.btn-attachs:hover .list-attachs{
	display: block;
}
/*	VOLUME*/
.volume{
	float: left;
	width:12%;
	height:97%;
}
.icon-btn-volume{
	float: left;
	margin-top: 2px;
	width: 40%;
	height: 91.4%;
	background: url('../img/icon.png') no-repeat -234px 0;
}
.volume:hover .icon-btn-volume{
	background-position: -234px -78px;
}
.volume:hover .range-bar{
	box-shadow: 0 0 5px 0 #fff;
}
.icon-btn-volume.mute{
	background-position: -234px -156px;
}
.volume:hover .icon-btn-volume.mute{
	background-position: -234px -234px;
}
.icon-btn-volume.mute + .volume-bar{
	opacity: 0.5;
}
.volume-bar{
	float: left;
	width: 59.7%;
	height: 100%;
	position: relative;
	/*top: 21px;*/
}
/* == CONTENT == */
.frame-content{
	/*margin: 0 auto;*/
	position: relative;
	z-index: 100;
}
#wrapFrame{
	margin: 0 auto;
	width: 100%;
	height: 100%;
}


/* FULL SCREEN*/
.content.fullscreen .content-fs{
	margin: 0 auto;
	-webkit-box-shadow: 0 0 20px 0 #000;
    box-shadow: 0 0 20px 0 #000;
}
:-webkit-full-screen {
	background: #d5d5d5 url('../img/bg.png') no-repeat -294px -265px;
}
:-moz-full-screen {
	background: #d5d5d5 url('../img/bg.png') no-repeat -294px -265px;
}
:-ms-fullscreen {
	background: #d5d5d5 url('../img/bg.png') no-repeat -294px -265px;
}
:fullscreen{
	background: #d5d5d5 url('../img/bg.png') no-repeat -294px -265px;
}

/* ERROR HANDLER */
.error{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #dfedfa url('../img/grass.png') repeat-x bottom;
}
.error .message{
	position: absolute;
	height: 80%;
	bottom: 0;
	right: 10%;
	left: 10%;
}
.error .img-error{
	position: absolute;
	bottom: 10px;
	max-width: 50%;
	max-height: 50%;
}
.error .alert{
	font-size: 20px;
	font-weight: bold;
	color: green;
}
body.errorjs .error{
	display: block;
}
body.errorjs .main{
	display: none;
}

@-moz-document url-prefix() {
    .w-slide-list{
    	top: 136px;
    }
    .has-video .w-slide-list{
		top: 233px;
	}
}
/*To target IE 6 and 7*/
@media screen\9 {
}
/*To target IE 6, 7 and 8*/
@media \0screen\,screen\9 {
	.w-slide-list{
		top: 133px;
	}
	.has-video .w-slide-list{
		top: 230px;
	}
}
/*To target IE 8*/
@media \0screen {
}
/*To target IE 8, 9 and 10*/
@media screen\0 {
}
/*To target IE 9 and 10*/
@media screen and (min-width:0\0) {
	.w-slide-list{
		top: 133px;
	}
	.has-video .w-slide-list{
		top: 228px;
	}
}
.cd-slide, .cd-lesson{
 float: left;
 color: #fff;
 font-size: 11px;
 line-height: 35px;
}