
a {
    text-decoration: none;
}
.jp-jplayer,.jp-audio {
    width: 100%;
    max-width: 350px;
	margin-top: 20px;
}
.jp-title {
    font-size: 12px;
    text-align: center;
    color: #000;
}

.jp-title ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.jp-gui {
    position: relative;
    background: #fff;
    -webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .3);
    border-radius: 21px;
    width: 100%;
    max-width: 350px;
    height: 53px;
    overflow: hidden;
    margin-top: 10px;
}
.jp-controls {
    color: #fff;
    border-radius: 21px;
    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: #000;
}
.jp-play,.jp-pause {
   width: 40px;
   height: 40px;
   display: inline-block;
   text-align: center;
   line-height: 39px;
   background-color: #ff183f;
   /* background-position-y: 50%; */
   border-radius: 50%;
   font-size: 20px;
   color: #fff !important;
   margin-top: 6px;
   margin-left: 5px;

}


.jp-controls .jp-play:hover,.jp-controls .jp-pause:hover {
    background-color: #dc1134;
}

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

.jp-mute {
    text-align: left;
}
.jp-time-holder {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 20px;
    top: 30px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.jp-progress {
    background-color: #f5f5f5;
    overflow: hidden;
    position: absolute;
    right: 85px;
    top: 20px;
    width: 150px;
    -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: #ff183f;
}

.jp-volume-bar {
    position: absolute;
    right: 10px;
    top: 20px;
    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;
    background-color: #f5f5f5;
    overflow: hidden;
}

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