.player {
    height: 50px;
    background: #f9d5a0;
    margin-top: 5px;
}

.plaer 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;
    -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;
    overflow: hidden;
    margin-top: 10px;
}

.jp-jplayer, .jp-audio {
    width: 188px;
    direction: ltr;
    font-family: arial;
    /* float: left;
    margin-left: 74px; */
    position: relative;
    bottom: -3px;
    margin: auto;
}

.jp-controls {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "FontAwesome";
    /* text-shadow: 1px 1px 0 rgba(0,0,0,0.3); */
    /* height: 33px; */
}

.jp-controls li {
    display: inline;
    height: 16px;
}

.jp-controls a {
    color: #453e3e;
    background: #fff;
    border-radius: 50px;
    /* height: 33px; */
    /* width: 39px; */
}

.jp-play, .jp-pause {
    width: 42px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #868686;
    padding-left: 3px;
    padding-top: 1px;
}

.jp-controls .jp-play:hover, .jp-controls .jp-pause:hover {
    background-color: #eabd6a;
    color: #fff;
}

.jp-mute, .jp-unmute {
    position: absolute;
    right: 57px;
    top: 9px;
    width: 22px;
    height: 23px;
    display: inline-block;
    line-height: 29px;
    padding-left: 2px;
}

.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;
    background-color: #A5976F;
    overflow: hidden;
}

.jp-volume-bar-value {
    background-color: #fff;
    height: 8px;
    border-radius: 20px 20px 20px 20px;
}

.jp-progress {
    /*  background-color: #992E18;*/
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    position: absolute;
    right: 133px;
    top: 15px;
    width: 210px;
    -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: 98px;
    top: 14px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}