/* higi player */
.mejs-container.mejs-higi {

}

.mejs-higi .mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 142px;
	height: 142px;
	margin: -71px 0 0 -71px;
	background: url(/images/mediaelement/higi/large-play.png) no-repeat;
}

.no-svg .mejs-overlay-button {
	background-image: url(/images/mediaelement/higi/large-play.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -142px ;
}

.mejs-higi .mejs-controls {
	background:rgba(0, 0, 0, .6);
	height:48px;
}

.mejs-higi .mejs-button,
.mejs-higi .mejs-time {
	position: absolute;
}
.mejs-higi .mejs-controls div.mejs-time-rail {
	height:8px;
	padding:0;
	position:absolute;
	top:-8px;
}
.mejs-higi .mejs-controls .mejs-time-rail .mejs-time-total {
	height:8px;
	margin:0;
}
.mejs-higi .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height:8px;
}
.mejs-higi .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background:rgba(255, 255, 255, .6);
	height:8px;
	max-width:100%;
	padding-right:3px;
	width:0;
}
.mejs-higi .mejs-controls .mejs-time-rail .mejs-time-current {
	background:#fff;
	width:0;
	height:8px;
}
.mejs-higi .mejs-controls .mejs-time-rail span, .mejs-higi .mejs-controls .mejs-time-rail a {
	border-radius:0;
}
.mejs-higi .mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	margin: 0;
	width: 3px;
	height: 14px;
	top: -3px;
	border: 0;
	background:#fff;	
}
.mejs-higi .mejs-controls .mejs-time-rail .mejs-time-float {	
	display: none;
}
.mejs-higi .mejs-controls .mejs-button {
	border-color:rgba(255, 255, 255, .6);
	border-style:solid;
	border-width:0;
	cursor: pointer;
	height:48px;
	margin:0;
	width:58px;
}
.mejs-higi .mejs-controls .mejs-button button {
	background: transparent url(/images/mediaelement/higi/controls-sprite.png) no-repeat;
	display: block;
	font-size: 0;
	height: 26px;
	line-height: 0;
	margin:-13px 0 0 -13px;
	padding: 0;
	position: absolute;
	text-decoration: none;
	top:50%;
	left:50%;
	width: 26px;
}
.mejs-higi .no-svg .mejs-controls .mejs-button button {
	background-image: url(/images/mediaelement/higi/controls-sprite.png);
}

/** play/pause **/
.mejs-higi .mejs-controls .mejs-playpause-button {
	border-right-width:1px;
	left: 0;
}
.mejs-higi .mejs-controls .mejs-playpause-button button {
	background-position:0 0;
}
.mejs-higi .mejs-controls .mejs-pause button {
	background-position: 0 -26px;
}

/** fullscreen **/
.mejs-higi .mejs-controls .mejs-fullscreen-button {
	border-left-width:1px;
	right:0;
}
.mejs-higi .mejs-controls .mejs-fullscreen-button button {
	background-position:-52px 0;
}
.mejs-higi .mejs-controls .mejs-unfullscreen button {
	background-position:-52px -26px;
}

/** volume **/
.mejs-higi .mejs-controls .mejs-volume-button {
	cursor:default;
	border-right-width:1px;
	left:58px;
	width:114px;
}
.mejs-higi .mejs-controls .mejs-volume-button button {
	left:13px;
	margin-left:0;
}
.mejs-higi .mejs-controls .mejs-mute button {
	background-position:-26px -26px;
}
.mejs-higi .mejs-controls .mejs-unmute button {
	background-position:-26px 0;
}

/** horizontal volume slider **/
.mejs-higi .mejs-controls .mejs-horizontal-volume-slider {
	height:26px;
	left:97px;
	margin-top:-15px;
	position:absolute;
	top:50%;
	width:50px;
}
.mejs-higi .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background:rgba(255, 255, 255, .4);
	border-radius:0;
	width:50px;
}
.mejs-higi .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background:#fff;
	border-radius:0;
	width:50px;
}
.mejs-higi .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/** time duration **/
.mejs-higi .mejs-controls .mejs-time {
	font-family:IntervalSansProRegular;
	font-size:16px;
	height:48px;
	left:186px;
	line-height:46px;
	padding:0;
}
.mejs-higi .mejs-controls .mejs-time span {
	color:#fff;
}
.mejs-higi .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-higi .mejs-controls .mejs-duration-container {

	position: absolute;
	top: 32px;
	right: 65px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}

.mejs-higi .mejs-controls .mejs-time button{
	color: #333;
}
.mejs-higi .mejs-controls .mejs-captions-button {
	display: none;
}