.player-audio
{
    height: 2.5em; /* 40 */
    color: #666;
    border: 1px solid #cddadd;
    position: relative;
    z-index: 1;
    background: #ffffff;


    /* 20 */
    /* 20 */
    /* 20 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 30px;
}
.player-audio-mini
{
    width: 2.5em; /* 40 */
    margin: 0 auto;
}
.player-audio > div
{
    position: absolute;
}
.player-audio-playpause
{
    width: 2.5em; /* 40 */
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
}
.player-audio:not(.player-audio-mini) .player-audio-playpause
{
    border-right: 1px solid #cddadd;
    background: #fbfcfc;
}
.player-audio-mini .player-audio-playpause
{
    width: 100%;
}
.player-audio-playpause:hover,
.player-audio-playpause:focus
{
    background-color: #222;
}
.player-audio-playpause a
{
    display: block;
}
.player-audio:not(.player-audio-playing) .player-audio-playpause a
{
    width: 0;
    height: 0;
    border: 0.5em solid transparent; /* 8 */
    border-right: none;
    border-left-color: #666;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.25em; /* 8 4 */
}
.player-audio-playing .player-audio-playpause a
{
    width: 0.75em; /* 12 */
    height: 0.75em; /* 12 */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.375em 0 0 -0.375em; /* 6 */
}
.player-audio-playing .player-audio-playpause a:before,
.player-audio-playing .player-audio-playpause a:after
{
    width: 40%;
    height: 100%;
    background-color: #666;
    content: '';
    position: absolute;
    top: 0;
}
.player-audio-playing .player-audio-playpause a:before
{
    left: 0;
}
.player-audio-playing .player-audio-playpause a:after
{
    right: 0;
}
.player-audio-time
{
    width: 4.375em; /* 70 */
    height: 100%;
    line-height: 2.375em; /* 38 */
    text-align: center;
    z-index: 2;
    top: 0;
}
.player-audio-time-current
{
    left: 2.5em; /* 40 */
}
.player-audio-time-duration
{
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1 );
    right: 2.5em; /* 40 */
}
.player-audio-novolume .player-audio-time-duration
{
    border-right: 0;
    right: 0;
}
.player-audio-bar
{
    height: 0.675em; /* 14 */
    background-color: #cddadd;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em; /* 110 */
    left: 6.875em; /* 110 */
    margin-top: -0.338em; /* 7 */
}
.player-audio-novolume .player-audio-bar
{
    right: 4.375em; /* 70 */
}
.player-audio-bar div
{
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.player-audio-bar-loaded
{
    background-color: #cddadd;
    z-index: 1;
}
.player-audio-bar-played
{
    background: #00a8e7;
    z-index: 2;
}
.player-audio-volume
{
    width: 2.5em; /* 40 */
    height: 100%;
    border-left: 1px solid #cadadd;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0;
}
.player-audio-volume:hover,
.player-audio-volume:focus
{
    /* background-color: #222; */
}
.player-audio-volume-button
{
    width: 100%;
    height: 100%;
    background: #fbfcfc;
}
.player-audio-volume-button a
{
    width: 0.313em; /* 5 */
    height: 0.375em; /* 6 */
    background-color: #666;
    display: block;
    position: relative;
    z-index: 1;
    top: 44%;
    left: 25%;
}
.player-audio-volume-button a:before,
.player-audio-volume-button a:after
{
    content: '';
    position: absolute;
}
.player-audio-volume-button a:before
{
    width: 0;
    height: 0;
    border: 0.46em solid transparent; /* 8 */
    border-left: none;
    border-right-color: #666;
    z-index: 2;
    top: 50%;
    right: -0.23em;
    margin-top: -0.46em; /* 8 */
}
.player-audio:not(.player-audio-mute) .player-audio-volume-button a:after
{
    /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
    width: 0.813em; /* 5 */
    height: 0.813em; /* 5 */
    border: 0.5em double #666; /* 4 */
    border-width: 0.5em 0.5em 0 0; /* 4 */
    left: 0.663em; /* 9 */
    top: -0.193em; /* 1 */
    -webkit-border-radius: 0 0.938em 0 0; /* 15 */
    -moz-border-radius: 0 0.938em 0 0; /* 15 */
    border-radius: 0 0.938em 0 0; /* 15 */
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
.player-audio-volume-adjust
{
    height: 6.26em; /* 100 */
    cursor: default;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -9999px;
    background: rgb(251, 252, 252);
    border-radius: 2px;
    border: 1px solid #cddadd;
    /* border-bottom: 0; */
}
.player-audio-volume:not(:hover) .player-audio-volume-adjust
{
    opacity: 0;
}
.player-audio-volume:hover .player-audio-volume-adjust
{
    top: auto;
    bottom: 100%;
    border-radius: 2px;
}
.player-audio-volume-adjust > div
{
    width: 25%;
    height: 77%;
    background-color: #cadadd;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0;
}
.player-audio-volume-adjust div div
{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00a8e7
}
.player-audio-novolume .player-audio-volume
{
    display: none;
}

.player-audio-play,
.player-audio-pause,
.player-audio-volume a
{

}
.player-audio-bar,
.player-audio-bar div,
.player-audio-volume-adjust div
{
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.player-audio-bar,
.player-audio-volume-adjust > div
{

}
.player-audio-volume-adjust div div,
.player-audio-bar-played
{

}
.player-audio-volume-adjust
{

    background: #fbfcfc;
}
.player-audio *,
.player-audio *:before,
.player-audio *:after
{
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}