/* Pixplayer */
.mejs-audio-wrapper-skin-pixplayer {
	height:1.5em !important;
}
.mejs-audio-wrapper-skin-pixplayer > audio{
	height:1.5em !important;
	width: 100% !important;
	opacity: 50%;
}

.mejs__container.mejs__pixplayer {
	background: none;
	height:1.5em !important;
}

.mejs__pixplayer .mejs__controls {
	position: relative;
	padding: 0;
	margin: 0 auto;
	background: #e5e5e5;
	border-radius: 0.35em;
	height:1.5em;
	width: 100%;
	-webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
      -o-transition: width 0.2s linear;
         transition: width 0.2s linear;
}
.mejs__pixplayer .paused .mejs__controls {
	width: 5.0625em;
	overflow: hidden;
}

.mejs__pixplayer .mejs__controls .mejs__playpause-button {
	font-size:inherit;
	position: absolute;
	top:0;
	left:100%;
	width: 2.625em;
	height:1.5em;
	z-index:3;
	margin-left: -2.625em;
}

.mejs__pixplayer .mejs__controls .mejs__playpause-button button {
	font-size:inherit;
	position:absolute;
	background: url(img/controls-pixplayer.svg) no-repeat right 0;
	background-size:5.75em 9.5em;
	left:0;
	top:0;
	width: 2.625em;
	height:1.5em;
	margin: 0;
}
.mejs__pixplayer .mejs__controls .mejs__play button:hover {
	background-position: right 25%;
}
.mejs__pixplayer .mejs__controls .mejs__pause button {
	background-position: right 50%;
}
.mejs__pixplayer .mejs__controls .mejs__pause button:hover {
	background-position: right 75%;
}


.mejs__pixplayer .mejs__controls .mejs__time {
	position: absolute;
	top:0.25em;
	padding-top:0;
	height: 1em;
}
.mejs__pixplayer .mejs__controls .mejs__time span {
	color:#333;
	font-weight: normal;
}

.mejs__pixplayer .mejs__controls .mejs__currenttime-container {
	font-size:inherit;
	left:3.625em;
	padding: 0;
	z-index: 2;
}
.mejs__pixplayer .mejs__controls .mejs__currenttime-container span {
	font-size:0.625em;
	display:block;
	text-align:center;
	height:100%;
	line-height:1.6em;
}

.mejs__pixplayer .mejs__controls .mejs__duration-container {
	font-size:inherit;
	right: 3.3125em;
	padding: 0;
	z-index: 2;
}
.mejs__pixplayer .mejs__controls .mejs__duration-container span {
	font-size:0.625em;
	display:block;
	text-align:center;
	height:100%;
	line-height:1.6em;
}

.mejs__pixplayer .mejs__controls .mejs__time-rail {
	font-size:inherit;
	padding:0 0;
	height: 1.5em;
	width:70% !important;
	width:calc(100% - 5.25em) !important;
	position:absolute;
	left:2.5em;
	top:0;
}
.mejs__pixplayer .paused .mejs__controls .mejs__time-rail {
	display: none;
}

.mejs__pixplayer .mejs__controls .mejs__time-rail span {
	height:0.875em;
	border-radius: 0;
}

.mejs__pixplayer .mejs__controls .mejs__time-rail .mejs__time-total {
	margin:0.25em 0;
	border:1px solid #CCCCCC;
	background: #f2f2f2;
	width:96% !important;
}

.mejs__pixplayer .mejs__controls .mejs__time-rail .mejs__time-loaded {
	background: #eee;
	max-width:100%;
}
.mejs__pixplayer .mejs__controls .mejs__time-rail .mejs__time-current {
	background: #fff;
	max-width:100%;
}

.mejs__pixplayer .mejs__controls .mejs__currenttime-container {
}
.mejs__pixplayer .mejs__controls .mejs__duration-container {
}
.mejs__pixplayer .mejs__controls .mejs__volume-button {
	display: none;
}
.mejs__pixplayer .mejs__controls .mejs__horizontal-volume-slider {
	position:absolute;
	background: url(img/controls-pixplayer.svg) no-repeat left 100%;
	background-size:5.75em 9.5em;
	left:0;
	top:0;
	width: 2.875em;
	height:1.5em;
	margin: 0;
	z-index:3;
}
.mejs__pixplayer .mejs__controls .mejs__horizontal-volume-slider:after{
	content:"";
	display:block;
	position: absolute;
	top:0;
	opacity:0;
	left:0.125em;
	font-size: inherit;
	width: 0.875em;
	height: 100%;
	background: url(img/controls-pixplayer.svg) no-repeat left 0.125em;
	background-size:5.75em 9.5em;
	z-index: 4;
	-webkit-transition: left 0.2s linear,opacity 0.2s linear;
    -moz-transition: left 0.2s linear,opacity 0.2s linear;
      -o-transition: left 0.2s linear,opacity 0.2s linear;
         transition: left 0.2s linear,opacity 0.2s linear;
}
.mejs__pixplayer .paused .mejs__controls .mejs__horizontal-volume-slider:after{
	left:0.8125em;
	opacity:1;
}
.mejs__pixplayer .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total {
	font-size:inherit;
	width: 2.125em;
	height: 1.0625em;
	position: absolute;
	background: #f2f2f2 url(img/controls-pixplayer.svg) no-repeat -0.0625em -2em;
	background-size:5.75em 9.5em;
	left:0.3125em;
	top:0.25em;
	border-radius:0;
}
.mejs__pixplayer .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
	font-size:inherit;
	height: 1.0625em;
	position: absolute;
	background: #666666 url(img/controls-pixplayer.svg) no-repeat -0.0625em -2em;
	background-size:5.75em 9.5em;
	left:0.3125em;
	top:0;
	border-radius:0;
}
.mejs__pixplayer .paused .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total,
.mejs__pixplayer .paused .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
         transition: opacity 0.2s linear;
}

.mejs__pixplayer .mejs__controls .mejs__time-float {
	font-size: 0.625em;
	width:4em;
	height:1.8em !important;
	border:0;
}
.mejs__pixplayer .mejs__controls .mejs__time-float .mejs__time-float-current {
	font-size:1em;
	width:100%;
	text-align:center;
	height:100%;
	line-height:1.8em;
	margin:0;
}
