/* video container */
.videoContainer{
	width:100%;
	/*height:200px;*/
	position:relative;
	overflow:hidden;
	background:#000;
	color:#ccc;
}

/* video caption css */
.caption{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:10px;
	color:#ccc;
	font-size:20px;
	font-weight:bold;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #1F1F1F; /* fallback */
	background:-moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}

/*** VIDEO CONTROLS CSS ***/
/* control holder */
.control{
	/*background:#333;*/
	color:#ccc;
	/*position:absolute;*/
	bottom:-40px;
	left:0;
	width:100%;
	z-index:5;
	display:none;
}
/* control top part */
.topControl{
	left: 32%;
	width: 50%;
	height: 2px;
	position: relative;
	float: left;
	cursor: pointer;
	top: 6px;
	/*height:11px;*/
	/*border-bottom:1px solid #404040;*/
	/*padding:1px 5px;*/
	background:#1F1F1F; /* fallback */
	background:-moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}
/* control bottom part */
.btmControl{
	top: 10px;
	position: relative;
	/*overflow: hidden;*/
	clear:both;
	/*background: #1F1F1F; !* fallback *!*/
	/*background:-moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);*/
	/*background:-webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);*/
	/*background:-o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);*/
}

.control div.btn {
	float:left;
	width:34px;
	height:30px;
	/*padding:0 5px;*/
	/*border-right:1px solid #404040;*/
	cursor:pointer;
}
.control div.text{
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	font-family:verdana;
	width:20px;
	border:none;
	color:#777;
}
.control div.btnPlay{
	background:url(25.png) no-repeat 0 0;
	margin-left: 10px;
	/*border-left:1px solid #404040;*/
}
.control div.paused{
	background:url(24.png) no-repeat 0 0;
	margin-left: 10px;
}
.control div.btnStop{
	background:url(ontrol2.png) no-repeat 0 -60px;
}
.control div.spdText{
	border:none;
	font-size:14px;
	line-height:30px;
	font-style:italic;
}
.control div.selected{
	font-size:15px;
	color:#ccc;
}
.control div.sound{
	background:url(ontrol2.png) no-repeat -88px -30px;
	border:none;
	float:right;
}
.control div.sound2{
	background:url(ontrol2.png) no-repeat -88px -60px !important;
}
.control div.muted{
	background:url(ontrol2.png) no-repeat -88px 0 !important;
}
.control div.btnFS{
	background:url(full.png) no-repeat 0 0;
	float:right;
	margin-right: 10px;
}
.control div.btnLight{
	background:url(ontrol2.png) no-repeat -44px -60px;
	border-left:1px solid #404040;
	float:right;
}
.control div.lighton{
	background:url(ontrol2.png) no-repeat -44px -30px !important;
}

/* PROGRESS BAR CSS */
/* Progress bar */
.progress {
	width:85%;
	height:2px;
	/*position:relative;*/
	float:left;
	cursor:pointer;
	background: #444; /* fallback */
	background:-moz-linear-gradient(top,#666,#333);
	background:-webkit-linear-gradient(top,#666,#333);
	background:-o-linear-gradient(top,#666,#333);
	box-shadow:0 2px 3px #333 inset;
	-moz-box-shadow:0 2px 3px #333 inset;
	-webkit-box-shadow:0 2px 3px #333 inset;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0;
}
.progress span {
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.timeBarBall{
	position: absolute;
	bottom: -4px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background:#fc9105;
	z-index: 15;
}
.timeBar{
	z-index:10;
	width:0;
	background: #fc9105; /* fallback */
	background:-moz-linear-gradient(top,#FCE90F 50%,#FCCD16 50%,#fc9105 100%);
	background:-moz-linear-gradient(top,#FCE90F 50%,#FCCD16 50%,#fc9105 100%);
	background:-moz-linear-gradient(top,#FCE90F 50%,#FCCD16 50%,#fc9105 100%);
	box-shadow:0 0 1px #fff;
	-moz-box-shadow:0 0 1px #fff;
	-webkit-box-shadow:0 0 1px #fff;
}
.bufferBar{
	z-index:5;
	width:0;
	background: #ffffff;
	/*background:-moz-linear-gradient(top,#999,#666);*/
	/*background:-webkit-linear-gradient(top,#999,#666);*/
	/*background:-o-linear-gradient(top,#999,#666);*/
	box-shadow:2px 0 5px #333;
	-moz-box-shadow:2px 0 5px #333;
	-webkit-box-shadow:2px 0 5px #333;
}
/* time and duration */
.time{
	margin:0 0 6px 36px;
	overflow: hidden;
	/*width:15%;*/
	/*float:right;*/
	text-align:center;
	font-size:11px;
	/*line-height:12px;*/
}

/* VOLUME BAR CSS */
/* volume bar */
.volume{
	position:relative;
	cursor:pointer;
	width:70px;
	height:10px;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.volumeBar{
	display:block;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#eee;
	z-index:10;
}

/* OTHERS CSS */
/* video screen cover */
.loading, #init{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(loading.gif) no-repeat 50% 50%;
	z-index:2;
	display:none;
}
#init{
	background:url(bigplay.png) no-repeat 50% 50% !important;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform:scale(0.6);
	-o-transform: scale(0.6);
	cursor:pointer;
}