@font-face {
    font-family: 'adapter_regularregular';
    src: url('../fonts/adapter_regular-webfont.woff2') format('woff2'),
         url('../fonts/adapter_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.audioplayer
{
	font-family: 'adapter_regularregular';

	font-size: 24px;
	height: 2.5em; /* 40 */
	color: #000;
	position: relative;
	z-index: 1;
	background: #fff;
	margin: 5px;
	text-align: center;
}
	.audioplayer-mini
	{
		width: 2.5em; /* 40 */
		margin: 0 auto;
	}
	.audioplayer > div
	{
		position: absolute;
	}
	.audioplayer-playpause
	{
		width: 2.5em; /* 40 */
		height: 100%;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		left: 0.2em;
	}
		.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
		{
			border-right: 1px solid #555;
			border-right-color: rgba( 255, 255, 255, .1 );
		}
		.audioplayer-mini .audioplayer-playpause
		{
			width: 100%;
		}
		.audioplayer-playpause:hover,
		.audioplayer-playpause:focus
		{
			background-color: #fff;
		}
		.audioplayer-playpause a
		{
			display: block;
		}
		.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
		{
			width: 0;
			height: 0;
			border: 0.5em solid transparent; /* 8 */
			border-right: none;
			border-left-color: #000;
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.5em 0 0 -0.25em; /* 8 4 */
		}
		.audioplayer-playing .audioplayer-playpause a
		{
			width: 0.75em; /* 12 */
			height: 0.75em; /* 12 */
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.375em 0 0 -0.375em; /* 6 */
		}
			.audioplayer-playing .audioplayer-playpause a:before,
			.audioplayer-playing .audioplayer-playpause a:after
			{
				width: 40%;
				height: 100%;
				background-color: #000;
				content: '';
				position: absolute;
				top: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:before
			{
				left: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:after
			{
				right: 0;
			}
	.audioplayer-time
	{
		height: 100%;
		line-height: 2.2; /* 38 */
		text-align: center;
		z-index: 2;
		top: 0.2em;
	}
		.audioplayer-time-current
		{
			width: auto; /* 70 */
			left: 3.2em; /* 40 */
		}

		.audioplayer-time-duration
		{
			width: auto; /* 70 */
			right: 1.2em; /* 40 */
		}
			.audioplayer-novolume .audioplayer-time-duration
			{
				right: 0;
			}
	.audioplayer-bar
	{
		height: 0.55em; /* 14 */
		background-color: #fff;
		cursor: pointer;
		z-index: 1;
		top: 52%;
		right: 7em; /* 110 */
		left: 8em; /* 110 */
		margin-top: -0.3em; /* 7*/
	}
		.audioplayer-novolume .audioplayer-bar
		{
			
		}
		.audioplayer-bar div
		{
			width: 0.9%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
		}
		.audioplayer-bar-loaded
		{
			background-color: #fff;
			z-index: 1;
		}
		.audioplayer-bar-played
		{
			background: #000;
			z-index: 2;
		}
	.audioplayer-volume
	{
		display: none;
	}
		.audioplayer-volume:hover,
		.audioplayer-volume:focus
		{
			display: none;
		}
		.audioplayer-volume-button
		{
			display: none;
		}
			.audioplayer-volume-button a
			{
				display: none;
			}
				.audioplayer-volume-button a:before,
				.audioplayer-volume-button a:after
				{
					display: none;
				}
				.audioplayer-volume-button a:before
				{
					display: none;
				}
				.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
				{
					display: none;
				}
		.audioplayer-volume-adjust
		{
			display: none;
		}
			.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
			{
				display: none;
			}
			.audioplayer-volume:hover .audioplayer-volume-adjust
			{
				display: none;
			}
			.audioplayer-volume-adjust > div
			{
				display: none;
			}
				.audioplayer-volume-adjust div div
				{
					display: none;
				}
		.audioplayer-novolume .audioplayer-volume
		{
			display: none;
		}

	.audioplayer-play,
	.audioplayer-pause {

	}
	.audioplayer-bar-loaded,
	.audioplayer-bar-played,
	.audioplayer-bar,
	.audioplayer-bar div {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 90px;
		min-width: 15px;


	}
	.audioplayer-bar {
		border: 1px solid #000;
	}
	.audioplayer-bar-played
	{

	}
	.audioplayer-volume-adjust
	{
		display: none;
	}
	.audioplayer *,
	.audioplayer *:before,
	.audioplayer *:after
	{
		-webkit-transition: color .66s ease, background-color .25s ease, opacity .5s ease;
		-moz-transition: color .66s ease, background-color .25s ease, opacity .5s ease;
		-ms-transition: color .66s ease, background-color .25s ease, opacity .5s ease;
		-o-transition: color .66s ease, background-color .25s ease, opacity .5s ease;
		transition: color .66s ease, background-color .25s ease, opacity .5s ease;
	}

@media only screen and ( max-width: 400px ) /* 520 */
{
	.audioplayer-time {display: none;}
	.audioplayer-bar { left: 3em; right: 1em;}
}
