/* Skin 1-2: Minimalist 1 & 2 */

.mejs-skin4 .mejs-controls div.mejs-playpause-button,
.mejs-skin1 .mejs-controls div.mejs-playpause-button {
	display: none;
}

/* Mute & Unmute */
.mejs-skin4 .mejs-controls div.mejs-volume-button,
.mejs-skin1 .mejs-controls div.mejs-volume-button {
	display: none !important;
}

/* Volume Slider */
.mejs-skin4 .mejs-controls a.mejs-horizontal-volume-slider,
.mejs-skin1 .mejs-controls a.mejs-horizontal-volume-slider {
	display: none !important;
}

/* Full-Screen Button */
.mejs-skin4 .mejs-controls div.mejs-fullscreen-button,
.mejs-skin1 .mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: -10px;
	right: 10px;
}

.mejs-skin4 .mejs-controls .mejs-fullscreen-button button,
.mejs-skin1 .mejs-controls .mejs-fullscreen-button button,
.mejs-skin4 .mejs-controls .mejs-unfullscreen button,
.mejs-skin1 .mejs-controls .mejs-unfullscreen button {
	width: 16px;
	height: 16px;
	background: url('skin1_fullscreen.png') no-repeat !important;
	background-position: 0;
}


/* Progress Bar */
.mejs-skin4 .mejs-controls .mejs-time-rail,
.mejs-skin1 .mejs-controls .mejs-time-rail span {
	display: none !important
}

.mejs-skin4 .mejs-controls .mejs-time-rail .mejs-time-float-corner, 
.mejs-skin1 .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none !important;}

.mejs-skin4 .mejs-time-rail, .mejs-skin1 .mejs-time-rail, 
.mejs-skin4 .mejs-controls, .mejs-skin1 .mejs-controls  
{
	display: none !important;
}

.mejs-skin1 .mejs-inner .mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 105px;
	margin: -50px 0 0 -40px;
	background: url('skin1_playpause.png') no-repeat;
}


/*************************************************************/

/* Skin 3 http://78.140.143.7/mejs/test2/ */

.mejs-skin5 .mejs-inner {
	position: relative;
	width: inherit;
	height: inherit;
}

.mejs-skin5 .me-plugin { position: absolute; }

.mejs-skin5 .mejs-container-fullscreen .mejs-mediaelement,
.mejs-skin5 .mejs-container-fullscreen video,
.mejs-skin5 .mejs-embed,
.mejs-skin5 .mejs-embed body,
.mejs-skin5 .mejs-mediaelement {
	width: 100%;
	height: 100%;
}

.mejs-skin5 .mejs-embed,
.mejs-skin5 .mejs-embed body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.mejs-skin5 .mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}

.mejs-skin5 .mejs-poster img { display: block; }

.mejs-skin5 .mejs-background,
.mejs-skin5 .mejs-mediaelement,
.mejs-skin5 .mejs-poster,
.mejs-skin5 .mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-skin5 .mejs-overlay-play { cursor: pointer; }

/* Controls Container */
.hentry .mejs-skin5.mejs-container .mejs-controls { /* wobfix */
	position: absolute;
	width: 100%;
	height: 35px;
	left: 0;
	bottom: 0;
	background: rgb(0,0,0); /* IE8- */
	background: rgba(0,0,0, .8);
}

/* Controls Buttons */
.mejs-skin5 .mejs-controls .mejs-button button {
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	background: transparent url('skin3_controls.png');
	background-repeat: no-repeat;
	margin : 0; /* wobfix */
}

/* Specific fixes */
.mejs-skin5 .mejs-time.mejs-duration-container { /* wobfix */
	display: none;
}

/* Play & Pause Button */
.mejs-skin5 .mejs-controls div.mejs-playpause-button {
	position: absolute;
	top: 11px;
	left: 12px;
	width: 12px;
	height: 13px;
	background-position: 0 -29px;
}

.mejs-skin5 .mejs-controls .mejs-play button,
.mejs-skin5 .mejs-controls .mejs-pause button {
	width: 12px;
	height: 13px;
	border-radius: 0;
}

.mejs-skin5 .mejs-controls .mejs-pause button {
	background-position: -14px 0;
}

/* Mute & Unmute */
.mejs-skin5 .mejs-controls div.mejs-volume-button {
	position: absolute;
	top: 11px;
	right: 133px;
}

.mejs-skin5 .mejs-controls .mejs-mute button,
.mejs-skin5 .mejs-controls .mejs-unmute button {
	width: 15px;
	height: 12px;
	background-position: -27px 0;
}

.mejs-skin5 .mejs-controls .mejs-unmute button {
	background-position: -43px 0;
}

/* Volume Slider */
.mejs-skin5 .mejs-controls a.mejs-horizontal-volume-slider {
	position: absolute;
	cursor: pointer;
	top: 14px;
	right: 70px;
}

.mejs-skin5 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 77px;
	background: #b7b7b7 !important; /* wobfix */
	top: 0;/* wobfix */
}

.mejs-skin5 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	background: #505050 !important; /* wobfix */
}

.mejs-skin5 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-skin5 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	height: 6px;
}

/* Full-Screen Button */
.mejs-skin5 .mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: 11px;
	right: 14px;
	width: 12px;
}

.mejs-skin5 .mejs-controls .mejs-fullscreen-button button /*,
.mejs-controls .mejs-unfullscreen button */{
	width: 12px;
	height: 12px;
	background-position: -58px 0;
}

.mejs-skin5 .mejs-controls .mejs-unfullscreen button { background-position: -71px 0; }

/* Progress Bar */
.mejs-skin5 .mejs-controls div.mejs-time-rail {
	position: absolute;
	width: 100%;
	left: 0;
	top: -5px;
	height: auto; /* wobfix */
	padding-top: 0;
}

.mejs-skin5 .mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 5px;
	top: 0;
	left: 0;
}

.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-total { background-color: #505050 !important; margin: 0;} /* wobfix */

.mejs-skin5 .mejs-time.mejs-currenttime-container { /* wobfix */
	display: none;
}

.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(183,183,183) !important; /* IE8- */ /* wobfix */
	background: rgba(183,183,183, .5) !important; /* wobfix */
}

.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	background: #b7b7b7 !important; /* wobfix */
}

/* Progress Bar Handle */
.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	cursor: pointer;
	width: 5px;
	height: 5px;
	top: 0;
	background: url('skin3_controls.png');
	background-position: 0 25px;
	border: none;
}

/* Progress Bar Time Tooltip */
.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 33px;
	height: 28px;
	top: -30px;
	background: url('skin3_tooltip.png') no-repeat top left;
	border: none; /* wobfix */
}

.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-float-current {
	position: absolute;
	display: block;
	left: 0;
	top: 4px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 0;
}

.mejs-skin5 .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none !important; }


/*.mejs-skin5 .mejs-time-total { display: none !important;}*/

/*.mejs-container .mejs-controls .mejs-time {*/

	/* Skin 4 http://78.140.143.7/mejs/test3/ */

	/* Controls Container */
	.hentry	.mejs-skin6.mejs-container .mejs-controls {
		position: absolute;
		width: 100%;
		height: 45px;
		left: 0;
		bottom: 0;
		background: rgb(226,226,226); /* IE 8 */
		background: rgba(226,226,226, .9);
	}

	/* Controls Buttons */
	.mejs-skin6 .mejs-controls .mejs-button button {
		display: block;
		cursor: pointer;
		width: 29px;
		height: 29px;
		background: transparent url('skin4_controls.png');
		background-repeat: no-repeat;
	margin : 0; /* wobfix */

	}

	/* Specific fixes */
	.mejs-skin6 .mejs-time.mejs-duration-container { /* wobfix */
		display: none;
	}

	/* Play & Pause Button */
	.mejs-skin6 .mejs-controls div.mejs-playpause-button {
		position: absolute;
		top: 7px;
		left: 10px;
		width: 29px;
		height: 29px;
		background-position: 0;
	}

	.mejs-skin6 .mejs-controls .mejs-play button,
	.mejs-skin6 .mejs-controls .mejs-pause button {
		width: 29px;
		height: 29px;
	}

	.mejs-skin6 .mejs-controls .mejs-pause button {
		background-position: -30px 0;
	}

	/* Mute & Unmute */
	.mejs-skin6 .mejs-controls div.mejs-volume-button {
		position: absolute;
		top: 7px;
		right: 190px;
		height: 30px;
		width: 30px;
	}

	.mejs-skin6 .mejs-controls .mejs-mute button,
	.mejs-skin6 .mejs-controls .mejs-unmute button {
		width: 29px;
		height: 29px;
		background-position: 0 -30px;
	}

	.mejs-skin6 .mejs-controls .mejs-unmute button {
		background-position: -30px -30px;
	}

	/* Volume Slider */
	.mejs-skin6 .mejs-controls a.mejs-horizontal-volume-slider {
		position: absolute;
		cursor: pointer;
		top: 16px;
		right: 60px;
		width: 124px;
	}

	.mejs-skin6 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
		width: 122px;
		background: #b7b7b7 !important; /* wobfix */
		border-radius: 39px !important;
		-moz-border-radius: 39px !important;
		-webkit-border-radius: 39px !important;
		border: 1px solid #7D7D7D;
		top: 0;/* wobfix */
		height: 10px;


	}

	.mejs-skin6 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
		position: absolute;
		width: 0;
		top: 1px;
		left: 1px;
		background: #e2e2e2 !important; /* wobfix */
		border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		-webkit-border-radius: 5px !important;
		border: none;
		height: 10px;

	}

	.mejs-skin6 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
	.mejs-skin6 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	}

.mejs-skin6 .mejs-time.mejs-currenttime-container { /* wobfix */
	display: none;
}

	/* Full-Screen Button */
	.mejs-skin6 .mejs-controls div.mejs-fullscreen-button {
		position: absolute;
		top: 7px;
		right: 10px;
		width: 30px;
		height: 30px;
	}

	.mejs-skin6 .mejs-controls .mejs-fullscreen-button button,
	.mejs-skin6 .mejs-controls .mejs-unfullscreen button {
		width: 29px;
		height: 29px;
		background-position: 0 -60px;
	}

	.mejs-skin6 .mejs-controls .mejs-unfullscreen button { background-position: -30px -60px; }

	/* Progress Bar */
	.mejs-skin6 .mejs-time-rail {
		height: auto; /* wobfix */
		padding-top: 0;
	}
	.mejs-skin6 .mejs-controls .mejs-time-rail span {
		position: absolute;
		display: block;
		cursor: pointer;
		height: 10px;
		top: 0;
		left: 0;
		width: 27px;
	}

	.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-total {
		margin: 0 300px 0 0; /* sets the width of the progress bar */
		height: 10px;
		top: 16px;
		left: 48px;
		background: #c2c2c2 !important;
		border-radius: 39px;
		-moz-border-radius: 39px;
		-webkit-border-radius: 39px;
		border: 1px solid #7D7D7D;
	}

	.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-loaded {
		background: rgb(183,183,183) !important; /* IE8- */
		background: rgba(183,183,183, .8) !important;
	}

	.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-current {
		background-color: #e2e2e2 !important;
		border-radius: 39px 0 0 39px;
		-moz-border-radius: 39px 0 0 39px;
		-webkit-border-radius: 39px 0 0 39px;
		border: none;
	}

	/* Progress Bar Handle */
	.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-handle {
		position: absolute;
		cursor: pointer;
		width: 10px;
		height: 12px;
		top: -1px;
		margin: 0;
		background: url('skin4_controls.png');
		background-position: 0 -90px;
		border : none;
	}

	/* Progress Bar Time Tooltip */
	.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-float {
		position: absolute;
		display: none;
		width: 42px;
		height: 29px;
		top: -30px;
		background: url('skin4_tooltip.png') no-repeat top left;
		border: none; /* wobfix */
	}

	.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-float-current {
		position: absolute;
		display: block;
		top: 4px;
		left: 8px;

		font-family: Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #666666;
		text-align: center;
	margin: 0;

	}

	.mejs-skin6 .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none !important; }	

	/* Skin 5 http://78.140.143.7/mejs/test4/ */

.mejs-skin9 .mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}

.mejs-skin9 .mejs-poster img { display: block; }

.mejs-skin9 .mejs-background,
.mejs-skin9 .mejs-mediaelement,
.mejs-skin9 .mejs-poster,
.mejs-skin9 .mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

/* Controls Container */
.hentry .mejs-skin9.mejs-container .mejs-controls {
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	background: rgb(217,217,217); /* IE 8 */
	background: rgba(217,217,217, .2);
}

/* Controls Buttons */
.mejs-skin9 .mejs-controls .mejs-button button {
	display: block;
	cursor: pointer;
	width: 41px;
	height: 41px;
	background: transparent url('skin5_controls.png');
	background-repeat: no-repeat;
	margin : 0; /* wobfix */

}

/* Specific fixes */
.mejs-skin9 .mejs-time.mejs-duration-container { /* wobfix */
	display: none;
}

.mejs-skin9 .mejs-time.mejs-currenttime-container { /* wobfix */
	display: none;
}

.mejs-skin9 .mejs-inner .mejs-overlay-button {
	display: none;
}

/* Play & Pause Button */
.mejs-skin9 .mejs-controls div.mejs-playpause-button {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 41px;
	height: 41px;
	background-position: 0;
}

.mejs-skin9 .mejs-controls .mejs-play button,
.mejs-skin9 .mejs-controls .mejs-pause button {
	width: 41px;
	height: 41px;
}

.mejs-skin9 .mejs-controls .mejs-pause button {
	background-position: -42px 0;
}

/* Mute & Unmute */
.mejs-skin9 .mejs-controls div.mejs-volume-button {
	position: absolute;
	top: 22px;
	right: 210px;
}

.mejs-skin9 .mejs-controls .mejs-mute button,
.mejs-skin9 .mejs-controls .mejs-unmute button {
	width: 19px;
	height: 17px;
	background-position: 0 -42px;
}

.mejs-skin9 .mejs-controls .mejs-unmute button {
	background-position: -20px -42px;
}

/* Volume Slider */
.mejs-skin9 .mejs-controls a.mejs-horizontal-volume-slider {
	position: absolute;
	cursor: pointer;
	top: 21px;
	right: 88px;
	width: 110px;
	height: 19px;
}

.mejs-skin9 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 104px;
	height: 19px;
	top: 0;
	background: #898989 !important;
	border: 2px solid #000000;
}

.mejs-skin9 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 104px;
	top: 3px !important;
	left: 3px;
	background: url('skin5_controls.png') !important;
	background-repeat: repeat-x;
	background-position: 0 -116px !important;
	height: 13px;

}

.mejs-skin9 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-skin9 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	/*top: 0;*/
}

/* Full-Screen Button */
.mejs-skin9 .mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 37px;
	height: 20px;
}

.mejs-skin9 .mejs-controls .mejs-fullscreen-button button,
.mejs-skin9 .mejs-controls .mejs-unfullscreen button {
	width: 37px;
	height: 27px;
	background-position: 0 -60px;
}

.mejs-skin9 .mejs-controls .mejs-unfullscreen button { background-position: -30px -60px; }

/* Progress Bar */
.mejs-skin9 .mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	cursor: pointer;
	height: 10px;
	top: 0;
	left: 0;
}

.mejs-skin9 .mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 0 352px 0 0; /* sets the width of the progress bar */
	height: 19px;

	top: 21px;
	left: 70px;
	background-color: #898989 !important;
	border: 2px solid #000000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mejs-skin9 .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(183,183,183) !important; /* IE8- */
	background: rgba(183,183,183, .8) !important;
	height: 15px;
}

.mejs-skin9 .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #47c2f3;
	height: 15px;
}

/* Progress Bar Handle */
.mejs-skin9 .mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	cursor: pointer;
	width: 7px;
	height: 25px;
	top: -5px;
	margin: 0;
	background: url('skin5_controls.png');
	background-position: 0 -88px;
	border: none;
}

/* Progress Bar Time Tooltip */
.mejs-skin9 .mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 42px;
	height: 29px;
	top: -33px;
	background: url('skin5_tooltip.png') no-repeat top left;
	border: none; /* wobfix */
}

.mejs-skin9 .mejs-controls .mejs-time-rail .mejs-time-float-current {
	position: absolute;
	display: block;
	top: 4px;
	left: 6px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 0;

}

.mejs-skin9 .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none !important; }



	/* Skin 6 http://78.140.143.7/mejs/test5/ */

/* Controls Container */
.hentry	.mejs-skin2.mejs-container .mejs-controls {
	position: absolute;
	width: 100%;
	height: 35px;
	left: 0;
	bottom: 0;
	background: rgb(0,0,0); /* IE 8 */
	background: rgba(0,0,0, .8);
}

/* Controls Buttons */
.mejs-skin2 .mejs-controls .mejs-button button {
	display: block;
	cursor: pointer;
	width: 26px;
	height: 26px;
	background: transparent url('skin6_controls.png');
	background-repeat: no-repeat;
	margin : 0; /* wobfix */
}

.mejs-skin2 .mejs-time.mejs-duration-container { /* wobfix */
	display: none;
}

	.mejs-skin2 .mejs-time.mejs-currenttime-container { /* wobfix */
		display: none;
	}

/* Play & Pause Button */
.mejs-skin2 .mejs-controls div.mejs-playpause-button {
	position: absolute;
	top: 4px;
	left: 10px;
	width: 26px;
	height: 26px;
	background-position: 0;
}

.mejs-skin2 .mejs-controls .mejs-play button,
.mejs-skin2 .mejs-controls .mejs-pause button {
	width: 26px;
	height: 26px;
}

.mejs-skin2 .mejs-controls .mejs-pause button {
	background-position: -27px 0;
}

/* Mute & Unmute */
.mejs-skin2 .mejs-controls div.mejs-volume-button {
	position: absolute;
	top: 10px;
	right: 133px;
}

.mejs-skin2 .mejs-controls .mejs-mute button,
.mejs-skin2 .mejs-controls .mejs-unmute button {
	width: 17px;
	height: 15px;
	background-position: -55px 0;
}

.mejs-skin2 .mejs-controls .mejs-unmute button {
	background-position: -74px 0;
}

/* Volume Slider */
.mejs-skin2 .mejs-controls a.mejs-horizontal-volume-slider {
	position: absolute;
	cursor: pointer;
	top: 14px;
	right: 70px;
}

.mejs-skin2 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 77px;
	background: #555555 !important;
	top: 0;/* wobfix */

}

.mejs-skin2 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	background-color: #797979 !important;
}

.mejs-skin2 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-skin2 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	height: 6px;
}

/* Full-Screen Button */
.mejs-skin2 .mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: 10px;
	right: 10px;
}

.mejs-skin2 .mejs-controls .mejs-fullscreen-button button,
.mejs-skin2 .mejs-controls .mejs-unfullscreen button {
	width: 15px;
	height: 14px;
	background-position: -93px 0;
}

.mejs-skin2 .mejs-controls .mejs-unfullscreen button { background-position: -109px 0; }

/* Progress Bar */
.mejs-skin2 .mejs-controls div.mejs-time-rail {
	position: absolute;
	width: 80%;
	left: 0;
	top: -10px;
	height: auto;
	padding-top : 0;
}

.mejs-skin2 .mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	cursor: pointer;
	height: 10px;
	top: 0;
	left: 0;
}

.mejs-skin2 .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: #555555 !important; margin:0;
}

.mejs-skin2 .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(149,149,149) !important; /* IE8- */
	background: rgba(149,149,149, .5) !important;
}

.mejs-skin2 .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	background: #959595 !important;
}

/* Progress Bar Handle */
.mejs-skin2 .mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	cursor: pointer;
	width: 7px;
	height: 10px;
	top: 0;
	left: 1px;
	background: url('skin6_controls.png');
	background-position: -71px -16px;
	border: none;
}

/* Progress Bar Time Tooltip */
.mejs-skin2 .mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 33px;
	height: 28px;
	top: -28px;
	background: url('skin6_tooltip.png') no-repeat top left;
	border: none; /* wobfix */

}

.mejs-skin2 .mejs-controls .mejs-time-rail .mejs-time-float-current {
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 0;
	width: 25px;

}

.mejs-skin2 .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none !important; }

	/* Skin 7 http://78.140.143.7/mejs/test6/ */

/* Controls Container */
.hentry	.mejs-skin7.mejs-container .mejs-controls {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: 0;
	background: rgb(0,0,0); /* IE 8 */
	background: rgba(0,0,0, .6);
}

/* Controls Buttons */
.mejs-skin7 .mejs-controls .mejs-button button {
	display: block;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background: transparent url('skin7_controls.png');
	margin : 0; /* wobfix */
	background-repeat: no-repeat;
}

/* Play & Pause Button */
.mejs-skin7 .mejs-controls div.mejs-playpause-button {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 15px;
	height: 15px;
	background-position: 0;
}

.mejs-skin7 .mejs-controls .mejs-play button,
.mejs-skin7 .mejs-controls .mejs-pause button {
	width: 15px;
	height: 15px;
}

.mejs-skin7 .mejs-controls .mejs-pause button {
	background-position: -16px 0;
}

/* Mute & Unmute */
.mejs-skin7 .mejs-controls div.mejs-volume-button {
	position: absolute;
	top: 6px;
	right: 165px;
}

.mejs-skin7 .mejs-controls .mejs-mute button,
.mejs-skin7 .mejs-controls .mejs-unmute button {
	width: 15px;
	height: 15px;
	background-position: 0 -17px;
}

.mejs-skin7 .mejs-controls .mejs-unmute button {
	background-position: -20px -17px;
}

/* Volume Slider */
.mejs-skin7 .mejs-controls a.mejs-horizontal-volume-slider {
	position: absolute;
	cursor: pointer;
	top: 13px;
	right: 95px;
}

.mejs-skin7 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 90px;
	height: 5px;
	background: #c4f9f9 !important;
	top: 0;
}

.mejs-skin7 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	height: 3px;
	top: 0;
	left: 0;
	background-color: #003663  !important;
	border: 1px solid #ffffff;
}
	
/* Full-Screen Button */
.mejs-skin7 .mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: 5px;
	right: 10px;
}

.mejs-skin7 .mejs-controls .mejs-fullscreen-button button,
.mejs-skin7 .mejs-controls .mejs-unfullscreen button {
	width: 19px;
	height: 19px;
	background-position: -33px 0;
}

.mejs-skin7 .mejs-controls .mejs-unfullscreen button { background-position: -55px 0; }

/* Progress Bar */
.mejs-skin7 .mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	cursor: pointer;
	height: 7px;
	top: 0;
	left: 0;
}

.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 0 250px 0 0; /* sets the width of the progress bar */
	height: 7px;
	top: 11px;
	left: 33px;
	background-color: #c4f9f9 !important;
}

.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(0,54,99) !important; /* IE8- */
	background: rgba(0,54,99, .8) !important;
	height: 5px;
	border: 1px solid #ffffff;
}

.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #003663 !important;
	height: 5px;
	border: 1px solid #ffffff;
}

/* Progress Bar Handle */
.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	cursor: pointer;
	width: 7px;
	height: 9px;
	top: -1px;
	margin-left: 0;
	background: url('skin7_controls.png');
	background-position: -38px -21px;
	border: none;
}

/* Progress Bar Time Tooltip */
.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 29px;
	height: 20px;
	top: -22px;
	border: none; /* wobfix */
	background: url('skin7_tooltip.png') no-repeat top left;
}

.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-float-current {
	position: absolute;
	display: block;
	top: 2px;
	left: 0px;
	width: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

.mejs-skin7 .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none !important; }

.mejs-skin7 .mejs-time.mejs-duration-container { /* wobfix */
	display: none;
}

.mejs-skin7 .mejs-time.mejs-currenttime-container { /* wobfix */
	display: none;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	text-decoration: none;
	border-bottom: none;
}

.hentry .mejs-container .mejs-controls {
	z-index: 3;
}

/* Skin 8 */

.mejs-skin8 .mejs-controls {
	background: transparent;
	height: 65px;
}

.mejs-skin8 .mejs-button,
.mejs-skin8 .mejs-time {
	position: absolute;
	background: #ddd;
}
.mejs-skin8 .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: grey; /*Could be made transparent*/
	height: 3px;
}
.mejs-skin8 .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 3px;
}
.mejs-skin8 .mejs-controls .mejs-time-rail .mejs-time-loaded {
	/*background-color: none;*/
	/*background: url(controls-ted.png) repeat-x 0 -52px;*/
	width: 0;
	height: 3px;
}
.mejs-skin8 .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 3px;
	background-color: red;
	/*background: url(timelinered.png) repeat-x; faster to set colour than load image*/
}
.mejs-skin8 .mejs-controls .mejs-time-rail .mejs-time-handle  {
	display: block;
	margin: 0;
	width: 15px;
	height: 15px;
	top: -7px;
	border: 0;
	background: url(./skin8/seeker.png) no-repeat 0 0;
	background-size: 15px 15px;	
}
.mejs-skin8 .mejs-controls .mejs-time-rail .mejs-time-float {	
	display: none;
}
.mejs-skin8 .mejs-controls .mejs-playpause-button  {
	top: 29px;
	left: 9px;
	width: 28px;
	height: 28px;
	background : none;
}
.mejs-skin8 .mejs-controls .mejs-playpause-button  button {
	width: 28px;
	height: 28px;
	background: url(./skin8/play.png) no-repeat;
	background-size: 28px 28px;
	margin: 0;
	padding: 0;
}
.mejs-skin8 .mejs-controls .mejs-pause button  {
	background: url(./skin8/pause.png) no-repeat;
	background-size: 28px 28px;
}

.mejs-skin8 .mejs-controls .mejs-fullscreen-button  {
	top: 34px;
	right: 9px;
	width: 20px;
	height: 20px;
	background : none;
}
.mejs-skin8 .mejs-controls .mejs-fullscreen-button  button {
	width: 20px;
	height: 20px;
	background: url(./skin8/expand.png) no-repeat;
	background-size: 18px 18px;
	margin: 0;
	padding: 0;
}
.mejs-skin8 .mejs-controls .mejs-unfullscreen  button {
	background: transparent url(./skin8/close.png) no-repeat;
	background-size: 18px 18px;  /*Can change buttons*/
	margin: 0;
	padding: 0;
}
.mejs-skin8 .mejs-controls .mejs-volume-button  {
	top: 30px;
	right: 35px;
	width: 24px;
	height: 22px;
	background : none;
}
.mejs-skin8 .mejs-controls .mejs-mute button {
	background: url(./skin8/mute.png) no-repeat 0 3px;
	background-size: 20px 20px ;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;
}
.mejs-skin8 .mejs-controls .mejs-unmute button {
	background: url(./skin8/volume.png) no-repeat 0 3px;
	background-size: 20px 20px ;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;	
}
.mejs-skin8  .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: #fff;
	border: solid 1px #aaa;
	border-width: 1px 1px 0 1px;
	width: 22px;
	height: 65px;
	top: -65px;
}
.mejs-skin8  .mejs-controls .mejs-volume-button .mejs-volume-total {
	background: url(./skin8/controls-ted.png) repeat-y -41px -66px;
	left: 8px;
	width: 6px;
	height: 50px;
}
.mejs-skin8  .mejs-controls .mejs-volume-button .mejs-volume-current {
	left: 8px;
	width: 6px;	
	background: url(./skin8/controls-ted.png) repeat-y -48px -66px;
	height: 50px;
}

.mejs-skin8  .mejs-controls .mejs-volume-button .mejs-volume-handle {
	display: none;
}

.mejs-skin8 .mejs-controls .mejs-time span {
	color: #333;
}
.mejs-skin8 .mejs-controls .mejs-currenttime-container  {
	position: absolute;
	top: 32px;
	right: 100px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}
.mejs-skin8 .mejs-controls .mejs-duration-container  {
	position: absolute;
	top: 32px;
	right: 65px;
	border: solid 1px #999;
	background: transparent;
	color: #333;
	padding-top: 5px;
	border-radius: 3px;
	color: #333;
	font-size: 16px;
	font-family: Courier New, Arial;
}

.mejs-skin8 .mejs-controls .mejs-time  button{
	color: #333;
}
.mejs-skin8 .mejs-controls .mejs-captions-button {
	display: none;
}


/* Skin 9 */

=============================================== 02. Easy Customization ===============================================
*/
/*.responsive-wrapper {max-width:550px;}  Responsive Player Maximum Width */
.active-progression {padding-bottom:0px !important;  }
.progression-single-title {
	max-width:100%;   margin:0 1px;
	padding:5px 15px; 
	color:#666666; 
	font-size:11px; 
	background:#f8f8f8; 
	border-left:1px solid #b5b5b5; 
	border-bottom:1px solid #b5b5b5; 
	border-right:1px solid #b5b5b5;
}


/*
=============================================== 03. Responsive Styles ===============================================
*/
/*.responsive-wrapper video, .responsive-wrapper audio {max-width:100% !important; width:100% !important; }
.responsive-wrapper {height: auto !important;}
.responsive-wrapper.responsive-audio .mejs-container.mejs-skin3 {height:40px !important;}
*/

/* -- This Code Removes Audio Controls on Mobile/Tablet  -- */
@media only screen and (max-width: 959px) {
	.mejs-skin3 .mejs-controls .mejs-unmute, .mejs-skin3 .mejs-controls .mejs-mute,
 .mejs-skin3 .mejs-controls .mejs-horizontal-volume-slider  {display:none !important;}
 .mejs-skin3 .mejs-inner .mejs-controls .mejs-time.mejs-duration-container {margin-right:0px !important; border-right:0px !important;}

}


/*
=============================================== 04. Font Icons + CSS Transitions ===============================================
*/
/* FONT AWESOME ICONs */
.mejs-skin3 .mejs-playlist li.current:before, 
.mejs-controls .mejs-prevtrack button, .mejs-controls .mejs-nexttrack button,
.mejs-skin3 .mejs-controls .mejs-show-playlist button, .mejs-skin3  .mejs-controls .mejs-hide-playlist button,
 .mejs-skin3 .mejs-overlay-button, .mejs-skin3 .mejs-overlay:hover .mejs-overlay-button,
 .mejs-skin3 .mejs-controls .mejs-fullscreen-button button, .mejs-skin3 .mejs-controls .mejs-unfullscreen button, .mejs-skin3 .mejs-controls .mejs-playpause-button button, .mejs-skin3 .mejs-controls .mejs-mute button, .mejs-skin3 .mejs-controls .mejs-unmute button  {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

/* CSS TRANSITIONS */
.mejs-skin3 .mejs-controls button, .mejs-skin3 .mejs-playlist li, .mejs-skin3 .mejs-overlay-button, ul#prog-page-navigation li a {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: background, color;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-duration: 200ms;
	-moz-transition-property: background, color;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-duration: 200ms;
	-o-transition-property: background, color;
	-o-transition-timing-function: ease-in-out;
	transition-duration: 200ms;
	transition-property: background, color;
}

/*
=============================================== 05. Main Styles ===============================================
*/
/* -------------------- A. Main Container  -------------------- */
.mejs-skin3.mejs-video .mejs-controls {bottom:-1px ;}
.mejs-mediaelement {border-top:1px solid #b5b5b5;}
.mejs-skin3 .mejs-controls .mejs-playpause-button, .mejs-skin3 .mejs-controls .mejs-prevtrack-button {border-left:1px solid #b5b5b5;}
.mejs-container.mejs-skin3 { background: #000000; }
.mejs-skin3 button:focus {outline:none !important;}

body .mejs-skin3 .mejs-inner .mejs-controls .mejs-duration-container { padding: 13px 10px 10px 2px;}
body .progression-small .mejs-skin3 .mejs-inner .mejs-controls .mejs-duration-container { padding-bottom:0px;}

.progression-playlist.mejs-skin3 .mejs-controls .mejs-playpause-button {border-left:none;}
.progression-playlist.mejs-container.mejs-skin3 .mejs-controls {
	border-bottom:none;
}
.mejs-container.mejs-skin3 .mejs-controls {
	height:40px;
	background-color:#ffffff;
	border-top:1px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
	background-image:none;
	background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#eeeeee), to(#FFFFFF));  /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(bottom, #eeeeee, #FFFFFF);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(bottom, #eeeeee, #FFFFFF);  /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #eeeeee, #FFFFFF); /* IE 10+ */
	background-image: -o-linear-gradient(bottom, #eeeeee, #FFFFFF); /* Opera 11.10+ */
	background-image: linear-gradient(bottom, #eeeeee 0%, #FFFFFF 100%);
	
}



/* Main Button Color */
.mejs-skin3 .mejs-controls button {color:#868686;}

/* Main Button Hover Color */
.mejs-skin3 .mejs-controls button:hover {
	color:#555555;
}


/* -------------------- B. Play/Pause Button  -------------------- */
.mejs-skin3 .mejs-controls .mejs-playpause-button:hover {
	background: #f3f3f3;
	background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0));  /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(bottom, #ffffff, #f0f0f0);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(bottom, #ffffff, #f0f0f0);  /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #ffffff, #f0f0f0); /* IE 10+ */
	background-image: -o-linear-gradient(bottom, #ffffff, #f0f0f0); /* Opera 11.10+ */
	background-image: linear-gradient(bottom, #ffffff 0%, #f0f0f0 100%);
}

.mejs-skin3 .mejs-controls .mejs-playpause-button  {
	margin-right:5px;
	height:40px;
	width:40px;
	outline:none;
	border-right:1px solid #b5b5b5;
}

.progression-playlist.mejs-skin3 .mejs-controls .mejs-playpause-button  {
	margin-right:0px;
}
.mejs-skin3 .mejs-controls .mejs-playpause-button  button {
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	outline:none;
	background-image:none;
}

.mejs-skin3 .mejs-controls .mejs-playpause-button  button:before {
	font-size:17px;
	content: "\f04b";
	line-height:40px;
	text-decoration: inherit;
	display: inline-block;
} 


/* -------------------- C. Progress Bar  -------------------- */
.mejs-skin3 .mejs-controls .mejs-pause button:before  {
	content: "\f04c";
	font-size:15px;
	position:relative;
}

.mejs-skin3 .mejs-controls div.mejs-time-rail {
	padding-top:10px;
}

.mejs-skin3 .mejs-controls .mejs-time-rail span {
	height:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-total {
	background:#d5d5d5;
	background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#d5d5d5), to(#c6c6c6));  /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(bottom, #d5d5d5, #c6c6c6);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(bottom, #d5d5d5, #c6c6c6);  /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #d5d5d5, #c6c6c6); /* IE 10+ */
	background-image: -o-linear-gradient(bottom, #d5d5d5, #c6c6c6); /* Opera 11.10+ */
	background-image: linear-gradient(bottom, #d5d5d5 0%, #c6c6c6 100%);
	
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
	
}
.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-loaded { 
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	background:#aaaaaa;
	background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#c6c6c6), to(#aaaaaa));  /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(bottom, #c6c6c6, #aaaaaa);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(bottom, #c6c6c6, #aaaaaa);  /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #c6c6c6, #aaaaaa); /* IE 10+ */
	background-image: -o-linear-gradient(bottom, #c6c6c6, #aaaaaa); /* Opera 11.10+ */
	background-image: linear-gradient(bottom, #c6c6c6 0%, #aaaaaa 100%);
}

.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-current {
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	background:#666666;	
	background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#666666), to(#444444));  /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(bottom, #666666, #444444);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(bottom, #666666, #444444);  /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #666666, #444444); /* IE 10+ */
	background-image: -o-linear-gradient(bottom, #666666, #444444); /* Opera 11.10+ */
	background-image: linear-gradient(bottom, #666666 0%, #444444 100%);

}



/* -------------------- D. Handle and Timer  -------------------- */

.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-handle  {
	display: block; margin: 0; padding:0px; border: 0;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	top:-3px;
	left:-8px;
	
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
	border:5px solid #eaeaea;
	background: #adadad;	
	background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#9c9c9c), to(#adadad));  /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(bottom, #9c9c9c, #adadad);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(bottom, #9c9c9c, #adadad);  /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #9c9c9c, #adadad); /* IE 10+ */
	background-image: -o-linear-gradient(bottom, #9c9c9c, #adadad); /* Opera 11.10+ */
	background-image: linear-gradient(bottom, #9c9c9c 0%, #adadad 100%);
}

.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 38px;
	height: 17px;
	top: -28px;
	margin-left: -19px !important;
	background: #909090;
	border-color:#909090;
	background: rgba(0, 0, 0, 0.5); 
	color:#ffffff;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin:3px 4px 4px 4px;
	font-size:10px;
}

.mejs-skin3 .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	top: 17px;
	border: solid 5px #909090;
	border-color: #909090 transparent transparent transparent;
}



/* -------------------- E. Time (Current / Duration)  -------------------- */
.mejs-skin3 .mejs-inner .mejs-controls .mejs-time {
	padding: 13px 2px 0px 2px;
	margin-left:5px;
	margin-right:8px;
}

.mejs-skin3 .mejs-inner .mejs-controls .mejs-duration-container {
	border-right:1px solid #b5b5b5;
	margin-left:5px;
	margin-right:8px;
}

.progression-playlist-height .mejs-skin3 .mejs-inner .mejs-controls .mejs-time.mejs-currenttime-container { 
	margin-right:-2px;
	padding-right:0px;
	padding-left:8px;
}

.mejs-skin3 .mejs-inner .mejs-controls .mejs-time span {
	
}

.mejs-skin3 .mejs-inner .mejs-time .mejs-currenttime, .mejs-skin3 .mejs-inner .mejs-time  .mejs-duration {
	color:#aaa ;
}


/* -------------------- F. Mute/Volume  -------------------- */
.mejs-skin3 .mejs-controls .mejs-volume-button .mejs-volume-slider {
	left:-3px;
}


.progression-audio-player .mejs-controls .mejs-mute button:hover {background:none !important;}
.mejs-skin3 .mejs-controls .mejs-mute button {
	background:none;
	width: 34px;
	height: 40px;
	margin: 0 0 0 -8px;
	outline:none;
	background-image:none;
}

.mejs-skin3 .mejs-controls .mejs-mute button:hover {
	background: #ffffff;
	background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0));  /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(bottom, #ffffff, #f0f0f0);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(bottom, #ffffff, #f0f0f0);  /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #ffffff, #f0f0f0); /* IE 10+ */
	background-image: -o-linear-gradient(bottom, #ffffff, #f0f0f0); /* Opera 11.10+ */
	background-image: linear-gradient(bottom, #ffffff 0%, #f0f0f0 100%);
}


.mejs-skin3 .mejs-controls .mejs-unmute button {
	background:none;
	width: 20px;
	height: 40px;
	margin: 0 ;
	padding:0;
	outline:none;
	background-image:none;
}

.mejs-skin3 .mejs-controls .mejs-mute button:before {
	position:relative;
	left:5px;
	font-size:18px;
	content: "\f028";
	line-height:40px;
	text-decoration: inherit;
	display: inline-block;
}

.mejs-skin3 .mejs-controls .mejs-unmute button:before {
	font-size:18px;
	content: "\f026";
	line-height:40px;
	text-decoration: inherit;
	display: inline-block;
	position:relative;
	left:-4px;
}


.mejs-skin3 .mejs-controls div.mejs-horizontal-volume-slider {
	margin-top:5px;
}


.mejs-skin3 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	background:#aaaaaa;
	background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#c6c6c6), to(#aaaaaa));  /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(bottom, #c6c6c6, #aaaaaa);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(bottom, #c6c6c6, #aaaaaa);  /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #c6c6c6, #aaaaaa); /* IE 10+ */
	background-image: -o-linear-gradient(bottom, #c6c6c6, #aaaaaa); /* Opera 11.10+ */
	background-image: linear-gradient(bottom, #c6c6c6 0%, #aaaaaa 100%);
}

.mejs-skin3 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	background:#666666;
	background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#666666), to(#444444));  /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(bottom, #666666, #444444);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(bottom, #666666, #444444);  /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #666666, #444444); /* IE 10+ */
	background-image: -o-linear-gradient(bottom, #666666, #444444); /* Opera 11.10+ */
	background-image: linear-gradient(bottom, #666666 0%, #444444 100%);
}

body .mejs-skin3 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: block;
	position: absolute;
	width: 5px;
	height:5px;
	margin-left:-6px;
	top:8px;
	background: #adadad;	
	
	background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#9c9c9c), to(#adadad));  /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(bottom, #9c9c9c, #adadad);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(bottom, #9c9c9c, #adadad);  /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #9c9c9c, #adadad); /* IE 10+ */
	background-image: -o-linear-gradient(bottom, #9c9c9c, #adadad); /* Opera 11.10+ */	
	background-image: linear-gradient(bottom, #9c9c9c 0%, #adadad 100%);

	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
	border:4px solid #eaeaea;
	text-align: center;
}


/* -------------------- G. FullScreen  -------------------- */
.mejs-skin3 .mejs-controls .mejs-fullscreen-button {
	height:40px;
	width:30px;
	margin:0px;
	padding:0px;
	border-left:1px solid #b5b5b5;
	
}
.mejs-skin3 .mejs-controls .mejs-fullscreen-button:hover {
	background: #ffffff;
	background-image: -webkit-gradient(linear, bottom, 0% 0%, 0% 100%, from(#ffffff), to(#f0f0f0));  /* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(bottom, #ffffff, #f0f0f0);   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -moz-linear-gradient(bottom, #ffffff, #f0f0f0);  /* Firefox 3.6+ */
	background-image: -ms-linear-gradient(bottom, #ffffff, #f0f0f0); /* IE 10+ */
	background-image: -o-linear-gradient(bottom, #ffffff, #f0f0f0); /* Opera 11.10+ */
	background-image: linear-gradient(bottom, #ffffff 0%, #f0f0f0 100%);
}

.mejs-skin3 .mejs-controls .mejs-fullscreen-button button {
	background-image:none;
	height:40px;
	margin-top:0px;
}

.mejs-skin3 .mejs-controls .mejs-fullscreen-button button:before {
	position:relative;
	left:3px;
	font-size:12px;
	content: "\f0b2";
	text-decoration: inherit;
	display: inline-block;
	top: 3px;
}

.mejs-skin3 .mejs-controls .mejs-unfullscreen button {
	background-image:none;
}


.mejs-skin3 .mejs-controls .mejs-unfullscreen button:before {
	position:relative;
	left:3px;
	font-size:12px;
	content: "\f0b2";
	text-decoration: inherit;
	display: inline-block;
}

/* -------------------- H. Video Play Button  -------------------- */
.youtube-wrapper .mejs-overlay-button {display:none !important;}

.mejs-skin3 .mejs-overlay-button {
	background:none;
	background:#000000;
	background: rgba(0, 0, 0, 0.75);
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mejs-skin3 .mejs-overlay-button:before {
	color:#ffffff;
	font-size:30px;
	content: "\f04b";
	text-decoration: inherit;
	display: inline-block;
	left:20px;
	top:5px;
	position:relative;
}

.mejs-skin3 .mejs-overlay:hover .mejs-overlay-button {
	background:none;
	background:#000000;
	background: rgba(0, 0, 0, 0.95);
}

/* Skin 10 */

.mejs-skin10 .mejs-controls 
{

    /* struture */
    position: absolute;
    height: 48px;
    bottom: -48px;
    width: 100%;
    padding: 0 18px;
    background-color: #2a2a2a;

}

.mejs-skin10 .mejs-button button {
	background-image: url("skin10_controls.png");
	background-size: 96px 72px;
}

.mejs-skin10 .mejs-button button {
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    margin-top: 18px;
    opacity: 0.7;
    padding: 0;
    width: 12px;
}

.mejs-skin10 .mejs-controls .mejs-fullscreen-button button {
    background-position: -84px 0;
}

.mejs-skin10 .mejs-mute button {
    background-position: -48px 0;
}

.mejs-skin10 .mejs-pause button {
    background-position: -12px 0;
}

.mejs-skin10 .mejs-time .mejs-currenttime {
    line-height: 48px;
}
.mejs-skin10 .mejs-time span {
    color: #a8a8a8;
    font-family: Helvetica, Arial;
    font-size:11px;
    display: block;
    float: left;
}

.mejs-skin10 .mejs-controls .mejs-time-rail .mejs-time-total {
    height: 2px;
    margin: 0;
    margin-top: 23px;
    position: relative;
}

.mejs-skin10 .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: rgba(255, 255, 255, 0.05);
}

.mejs-skin10 .mejs-time-rail .mejs-time-loaded {
	background: rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.15);
}

.mejs-skin10 .mejs-time-rail .mejs-time-current {
	background: none;
    background-color: #85c028;
}

.mejs-skin10  .mejs-controls .mejs-time-rail .mejs-time-total:hover
                {

                    /* structure */
                    margin-top: 21px;
                    height: 6px;

                }

.mejs-skin10  .mejs-controls .mejs-time-rail {
	padding-top: 0;
}

.mejs-skin10 .mejs-controls .mejs-time-rail span,
.mejs-skin10 .mejs-controls .mejs-time-rail a {
	border-radius : 0;
	height: 100%;
	width: auto;
}

.mejs-skin10  .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-skin10  .mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-skin10  .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-skin10  .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input:checked + label,
.mejs-skin10  .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li:hover label {
    background-color: #85c028;
}

.mejs-skin10 .mejs-controls .mejs-duration-container {
    line-height: 48px;
    margin-left: 10px;
    height: 100%;
    padding: 0;
}

.mejs-skin10 .mejs-controls > div + div {
    margin-left: 18px;
}

.mejs-skin10 .mejs-overlay-button {
    background-image: url("skin10_play.png");
    background-size: 20px 24px;
    background-position: 29px 50% !important;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 74px;
    left: 50%;
    margin-left: -37px;
    margin-top: -37px !important;
    position: absolute;
    top: 50%;
    width: 74px;
    background-color: #2a2a2a;
}

/* current time tooltip */
.mejs-skin10  .mejs-controls .mejs-time-rail .mejs-time-float 
{

    /* structure */
    position: absolute;
    display: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: -8px;
    -webkit-transform: translate(-50%, -100%);
       -moz-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
         -o-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    color: #808080;
    background: #000;
    background-color: #000;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -100%);
	border: none;
	height: auto;
	/*margin-left: 0;*/
}

    /* current time */
    .mejs-skin10 .mejs-controls .mejs-time-rail .mejs-time-float-current
    {

        /* structure */
        padding: 4px;

        /* font */
        line-height: 1em;
        display: block;
        font-family: Helvetica, Arial;
        font-size: 11px;
        background: black;
        height: auto;
        margin-left: -18px;
    }

    /* tooltip bottom pointer */
    .mejs-skin10 .mejs-controls .mejs-time-rail .mejs-time-float-corner 
    {
        /* structure */
        position: absolute;
        display: inline-block;
        margin-left: -20px;
        width: 0;
        height: 0;
        /*bottom: -9px;*/
        top: 20px;
        border: solid 6px;

        /* font */
        line-height: 0;
        border-color: #000 transparent transparent;
    }

    .mejs-skin10 .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
		background-color: #85c028;
    }

