/* @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css); */

[class*="iconicfill-"]:before {
  font-family: 'IconicFill', sans-serif;
}

/*********************
 * Background
 *********************/



/*********************
 * Wrapper
 *********************/
.js-video {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding:5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius:3px;
}

/*********************
 * Elements inside js-video
 *********************/
video {
  max-width: 100%;
  max-height: 70vh;
  background-size: cover;
  background-position: center center;
}

.js-video button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*********************
 * UI
 *********************/
.playPause.ui-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 0;
  display: block;
  width: auto;
  bottom: 56px;
}
.playPause.ui-icon:before, .playPause.ui-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
}
.playPause.ui-icon:after {
  content: '';
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
.playPause.ui-icon:before {
  font-size: 40px;
  line-height: 80px;
  color: rgba(255,255,255, 0.5);
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -14px;
}
.playPause.ui-icon.fa-pause:before, .playPause.ui-icon.fa-undo:before {
  margin-left: -17px;
}
.playPause.ui-icon.fa-pause {
  opacity: 0;
}

.ui {
  padding: 10px 1vw;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
}
.ui > div:nth-of-type(1), .ui > div:nth-of-type(4) {
  padding-top: 8px;
}
.ui > div:nth-of-type(1) {
  -webkit-flex: 30 30 1px;
  flex: 30 30 1px;
  margin-right: 10px;
}
.ui > div:nth-of-type(2) {
  -webkit-flex: 1 0 60px;
  flex: 1 0 60px;
  font-size: 12px;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
}
.ui > div:nth-of-type(3) {
  -webkit-flex: 0 0 20px;
  flex: 0 0 20px;
  margin-right: 10px;
}
.ui > div:nth-of-type(4) {
  -webkit-flex: 0 0 60px;
  flex: 0 0 60px;
}

.timeDisplay {
  white-space: nowrap;
}
.timeDisplay i {
  font-style: normal;
}

.fullscreen {
  position: absolute;
  font-style: normal;
  left: 20px;
  bottom: 66px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.fullscreen:before {
  font-size: 30px;
  line-height: 40px;
  color: rgba(244, 209, 126, 0.2);
}
.fullscreen:hover:before {
  color: rgba(244, 209, 126, 0.5);
}

.ui-icon {
  font-size: 20px;
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}

/*********************
 * Progress
 *********************/
.progress, .volumeControl {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  height: 5px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2px;
  border: 0;
}

.progress > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.progress-time {
  background-color: black;
}

.anim {
  -moz-transition: width 1000ms linear;
  -o-transition: width 1000ms linear;
  -webkit-transition: width 1000ms linear;
  transition: width 1000ms linear;
}

.progress-buffer {
  background-color: rgba(0, 0, 0, 0.3);
  -moz-transition: width 250ms linear;
  -o-transition: width 250ms linear;
  -webkit-transition: width 250ms linear;
  transition: width 250ms linear;
}

.volumeControl {
  width: 90%;
  overflow: visible;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
}
.volumeControl .ui-slider-handle {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 0;
  top: -2px;
  right:0px;
  background: transparent;
}
.volumeControl .ui-slider-handle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  background: black;
  border-radius: 4px;
}
.volumeControl .ui-slider-handle:focus {
  outline: none;
}
.dbdh{
	position:fixed;
	width:100%;
	height:50px;
	z-index:999999999;
	overflow:hidden;
	left:0px; 
	bottom:0px;
	}
.dbdh ul{
	position:relative;
	width:100%;
	max-width:640px;
	margin:0 auto;
	height:50px;
	background:#333;
	overflow:hidden;
	}	
	
.dbdh ul li{
	position:relative;
	width:25%;
	float:left;
	height:50px;
	overflow:hidden;
	}
.bt-name h2 span{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	height:25px;
	line-height:25px;
	opacity:0;
	background:#333;
	color:#bbb;
	transition: all 0.5s ease-out;
	text-align:center;
}	
.bt-name.cura h2 span{
	opacity:1;
	transition: all 0.5s ease-out;
}

.dbdh ul li h2{
	position:relative;
	width:25px;
	overflow:hidden;
	margin:0 auto;
	margin-top:5px;
	color:#bbb;
	text-align:center;
	font-size:24px;
	line-height:25px;
	font-weight:500;
	}	
.dbdh ul li h2 img{
    width:100%;
	display:block;
}
.dbdh ul li p{
    width:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	line-height:15px;
	color:#fff;
}	
	
.new-sub{
	position:fixed;
	bottom:50px;
	right:0px;
	width:140px;
	
	color:#333;
	overflow:hidden;
	
	display:none;
	z-index:9999999999999;
}
.new-sub ul{
	width:100%;
margin:0 auto;
}
.new-sub ul li{
	width:100%;
	text-indent:15px;
	background:rgba(45,45,45,0.7);
	border-top:1px solid #111111;
	border-bottom:1px solid #868686;
	height:50px;
    color:#fff;
	font-size:16px;
	line-height:50px;
}
.new-sub ul li.notop{
	border-top:none;	
}
.new-sub ul li.sanj{
	width:100%;
	text-align:center;
	text-indent:15px;
	border:none;
	height:14px;
    color:#868686;
	font-size:16px;
	line-height:9px;
	background:none;
}
.new-sub ul li a{
	color:#fff;
	font-size:16px;
	line-height:50px;	
}
.new-sub ul li i{
	
	font-size:16px;
	line-height:50px;
    width:40px;	
}
