@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
}

.jp-gui {
	position: relative;
	background: #12547540;
	background: -moz-linear-gradient(top,  #12547540 0%, #011b2740 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12547540), color-stop(100%,#011b2740));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12547540), color-stop(100%,#011b2740))
	background: -webkit-linear-gradient(top,  #12547540 0%,#011b2740 100%);
	background: -o-linear-gradient(top,  #12547540 0%,#011b2740 100%);
	background: -ms-linear-gradient(top,  #12547540 0%,#011b2740 100%);
	background: linear-gradient(to bottom,  #12547540 0%,#011b2740 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12547540', endColorstr='#011b2740',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;
	overflow: hidden;
}

.jp-jplayer, .jp-audio {
    width: 250px;
    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);
}

.jp-controls li {
    display: inline;
}

.jp-controls a {
    color: #ffffff40;
}

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

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

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

.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: #271c73;
    overflow: hidden;
}

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

.jp-progress {
    background-color: #271c73;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    position: absolute;
    right: 133px;
    top: 15px;
    width: 53px;
    -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: #ffffff80;
    border-radius: 20px 20px 20px 20px;
}

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