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

a {
    text-decoration: none;
}
/*#container{
    position: fixed;
    z-index: 500;
}*/
.block_player{
    width: 50%;
    min-width: 350px;
    max-width: 600px;
    z-index: 10;
    text-align: right;
    position: fixed;
    top: 145px;
}
.block_pl{
    display: inline-block;
}
.jp-title {
    font-size: 12px;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 20;
    margin-left: 40px;
    margin-top: 8px;
}

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

.jp-gui {
	position: relative;
	background: #736959;
	overflow: hidden;
	/*margin-top: 10px;*/
}

.jp-jplayer, .jp-audio {
    width: 350px;
  /*  position: fixed;*/
    left: 248px; 
     z-index: 10;
     display: block;
}


.jp-controls {
    padding: 0;
    margin-top: 3px;
    margin-left: 8px;
    list-style: none;
    font-family: "FontAwesome";
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    color: #fff;
    font-size: 25px;
}

.jp-controls li {
    display: inline;
}

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

.jp-play,.jp-pause {
    width: 20px;
    height: 24px;
    display: inline-block;
    text-align: center;
    margin-top: 7px;
    overflow: hidden;
}
.jp-pause{
    background: url("/_/i/pause.png") no-repeat;
}


.jp-controls .jp-play:hover,.jp-controls .jp-pause:hover {
   /* background-color: #de3918;*/
}

/*.jp-previous {
      position: absolute;
    right: 360px;
    top: 12px;
    width: 25px;
    height: 17px;
    display: inline-block;
    line-height: 46px;
    background: url("/_/i/backward.png") no-repeat;
    }
.jp-next {
     position: absolute;
    right: 325px;
    top: 12px;
    width: 25px;
    height: 17px;
    display: inline-block;
    line-height: 46px;
     background: url("/_/i/forward.png") no-repeat;
}*/
/*.jp-mute {
    text-align: left;
}*/

.jp-volume-bar {
    position: absolute;
    right: 10px;
    top: 27px;
    width: 62px;
    height: 4px;
     cursor: pointer;
 /*   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: #5b5b5b;
    overflow: hidden;
}

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

.jp-progress {
    background-color: #5b5b5b;
        /*border-radius: 20px 20px 20px 20px;*/
      overflow: hidden;
      position: relative;
      right: -35px;
      top: -13px;
      width: 230px;
      cursor: pointer;
  /*  -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-playlist-current+li, .jp-playlist-current+li+li, .jp-playlist-current+li+li+li{
    display: none;
}*/
/*.jp-playlist-current{
    display: block!important;
    font-size: 12px;
    width: 250px;
    margin: -18px 0px 0px 53px;
    position: absolute;
}*/
/*#jp_playlist_2 > ul > li{
    display: none;
}*/
.jp-play-bar {
    height: 4px;
    background-color: #ffffff;

   /* border-radius: 20px 20px 20px 20px;*/
}

.jp-current-time, .jp-duration {
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 120px;
    top: 10px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.jp-duration{
    right: 86px;
  /*  width: 70px;
    font-size: .5em;
    color: #8c7a99;*/
}
.button-play {
    padding: 0;
    margin-top: 0px;
    margin-left: 8px;
    list-style: none;
    font-family: "FontAwesome";
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    color: #fff;
    font-size: 25px;
}
.button-play2 {
    display: block;
    margin-top: 0px;
    margin-left: 8px;
}
/*.player4,
.player3,
.player2,
.player1{
    height: 44px;
}*/
.c1{
    min-height: 48px !important;
    height: auto !important;
}
.button-play2{
        position: absolute;
    top: 146px;
}
@media screen and (min-width: 981px) {
    .c1{
        margin-bottom: 5px  !important;
    }
    .button-play {
        height: 30px;
        padding-top: 14px;
    }
    .button-play2{
        position: static;
    }
}
