@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot");
    src: url("fonts/fontawesome-webfont.eot?#iefix") format("eot"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
}

.jp-title {
    font-size: 12px;
    text-align: center;
    color: #999;
}

.jp-title ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.jp-gui {
    position: relative;
    background: #6E6E6E;
    background: -moz-linear-gradient(top, #6E6E6E 0%, #6E6E6E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6E6E6E), color-stop(100%, #6E6E6E));
    background: -webkit-linear-gradient(top, #6E6E6E 0%, #6E6E6E 100%);
    background: -o-linear-gradient(top, #6E6E6E 0%, #6E6E6E 100%);
    background: -ms-linear-gradient(top, #6E6E6E 0%, #6E6E6E 100%);
    background: linear-gradient(to bottom, #6E6E6E 0%, #6E6E6E 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6E6E6E', endColorstr='#6E6E6E', GradientType=0);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin-top: 10px;
}

.jp-jplayer,
.jp-audio {
    width: 80%;
    margin: 20px auto;
}

@media (min-width: 0px) and (max-width: 480px) {
    .jp-jplayer,
    .jp-audio {
        width: 100%;
        margin: 20px auto;
    }
}

.jp-controls {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "FontAwesome";
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.jp-controls li {
    display: inline;
}

.jp-controls a {
    color: #fff;
    text-decoration: none;
}

.jp-controls a:hover {
    text-decoration: none;
}

.jp-play,
.jp-pause {
    width: 60px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    border-right: 1px solid #d22f0f;
}

.jp-mute {
    position: absolute;
    right: 55px;
    top: -2px;
    width: 20px;
    height: 40px;
    display: inline-block;
    line-height: 46px;
}

.jp-mute:before, .jp-unmute:before, .jp-play:before, .jp-pause:before {
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    content:"\f028";
    font-weight: bold;
    font-size: 15px;
    margin-top: 8px;
    margin-left: -2px;
}

.jp-unmute:before {
    content: "\f6a9";
    margin-top: 7px;
}

.jp-play:before {
    content: "\f04b";
    margin: 0;
}

.jp-pause:before {
    content: "\f04c";
    margin: 0;
}

.jp-unmute {
    position: absolute;
    right: 55px;
    top: -1px;
    width: 20px;
    height: 40px;
    display: inline-block;
    line-height: 46px;
}

.jp-mute,
.jp-unmute {
    padding: 0 5px;
    font-size: 25px;
    display: flex;
    align-items: center;
}

.jp-mute {
    text-align: left;
}

.jp-volume-bar {
    position: absolute;
    right: 10px;
    top: 17px;
    width: 45px;
    height: 8px;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
}

.jp-volume-bar-value {
    background-color: #fff;
    height: 8px;
    border-radius: 20px 20px 20px 20px;
}

.jp-progress {
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    position: absolute;
    right: 145px;
    left: 70px;
    top: 15px;
    min-width: 105px;
    width: auto;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
}

.jp-play-bar {
    height: 12px;
    background-color: #fff;
    border-radius: 20px 20px 20px 20px;
}

.jp-time-holder {
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 90px;
    top: 14px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}