/* Dewplayer */
.mejs-container.mejs-dewplayer {
	background: none;
}
.mejs-dewplayer .mejs-controls {
	background: none;
}
.mejs-dewplayer .mejs-controls .mejs-playpause-button  {
	width: 42px;
}
.mejs-dewplayer .mejs-controls .mejs-playpause-button button {
	background: url(img/controls-dewplayer.png) no-repeat left -32px;
	width: 36px;
	margin-right: 0;
}
.mejs-dewplayer .mejs-controls .mejs-play button:hover {
	background-position: left 0;
}
.mejs-dewplayer .mejs-controls .mejs-pause button {
	background-position: left -64px;
}
.mejs-dewplayer .mejs-controls .mejs-pause button:hover {
	background-position: left -96px;
}

.mejs-dewplayer .mejs-controls div.mejs-time-rail {
	padding-top: 2px;
}
.mejs-dewplayer .mejs-controls .mejs-time-rail span {
	height:16px;
	border-radius: 4px;
}
.mejs-dewplayer .mejs-controls .mejs-time {
	padding-top: 5px;
}
.mejs-dewplayer .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #eaeaea;
}
.mejs-dewplayer .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #eaeaea;
}
.mejs-dewplayer .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #A7DE6B;
}
.mejs-dewplayer .mejs-controls .mejs-currenttime-container{
	position: absolute;
	top:4px;
	right:50%;
	margin-right: -18px;
	color:#fff;
	z-index:2;
}
.mejs-dewplayer .mejs-controls .mejs-currenttime-container::after {
	content:"|";
	display: block;
	position: absolute;
	color: #fff;
	right:-1px;
	top:1px;
	height:16px;
	width:auto;
	padding:5px 0 0;
}
.mejs-dewplayer .mejs-controls .mejs-duration-container {
	position: absolute;
	top:4px;
	left:50%;
	margin-left: 18px;
	color:#fff;
	z-index:2;
}
.mejs-dewplayer .mejs-controls .mejs-volume-button {
	width:1px;
	visibility:hidden;
}
.mejs-dewplayer .mejs-controls div.mejs-horizontal-volume-slider {
	width:1px;
	visibility:hidden;
}