.rs-player {
    margin-left: 30px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, .05);
    border-radius: 200px;
    padding: 7px; 
    position: relative;
}

.rs-player .inner {
    background: #fff url(../images/player-stars.png) no-repeat right center;
    border-radius: 200px;
    padding: 6px;
    position: relative;
    overflow: hidden;
}

.rs-player .btn-play {
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 200px;
    overflow: hidden;
}

.rs-player .btn-play a {
    color: #fff;
    cursor: pointer;
    background: #135888;
    background: linear-gradient(#1787c7, #135888);
    display: inline-block;
    padding: 20px 26px 30px;
    font-size: 30px;
    transition: all .3s ease;
    text-align: center;
    line-height: 0px
}


.rs-player .btn-play a span.text-mobile{
    display: none;    
}

.rs-player .btn-play a:hover {
    background: #1787c7;
    background: linear-gradient(#135888, #1787c7)
}

.rs-player .btn-play a i {
    text-shadow: -2px -2px 2px rgba(0, 0, 0, .1)
}

.btn-play {
    display: inline-block;    
}

.rs-player div.playing {
    display: inline-block;
    margin-left: 20px
}

.rs-player div.playing span.info {
    color: #adb3b8;
    font-size: 11px;
    display: block
}

.rs-player div.playing span.title {
    color: #174176;
    font-size: 24px;
    display: block
}

.rs-player div.playing span.author {
    color: #174176;
    font-size: 13px;
    display: block
}

.rs-player div.subplayer{
    display: none;

    position: absolute;
    bottom: -17px;
    right: 50px;      
    background: #177db9; 
    border-radius: 6px; 
    border-top-right-radius: 0px; 
    border-top-left-radius: 0px; 

    padding: 5px 20px;
    color: #fff;
    /*font-weight: bold;*/
    line-height: 14px; 
    font-size: 14px;

    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);

    box-shadow: 2px 2px 0px #fcd427;

}
.rs-player div.subplayer div.subinner{
     -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg);
}

.rs-player div#leading-img{
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
    height: 90px;    
    background-position: left center; 
    background-repeat: no-repeat;    

}


.rs-player div.leading{    
     transition: all .3s ease;    
     text-align: right;  
}

.rs-player div.leading span:first-child{
    font-weight: bold;    
}
.rs-player div.leading span:nth-child(2){
    margin-left: 5px;  
}
.rs-player div.leading span:nth-child(2)::before{
    content:"- "
}

.rs-player div.leading ul{
    list-style: none;
    padding: 0;
    margin: 0; 
    transition: all .3s ease;
}
.rs-player div.leading ul li{
    margin-bottom: 10px;

}
.rs-player div.leading a{
    color: #fff;
}

/* mobile */
 @media all and (max-width : 768px) {
    .rs-player div#leading-img{
        display: none;
    }
    .rs-player{
        border-radius: 0;
        margin: 0 -10px 0 -10px;
    }
    .rs-player div.subplayer{
        margin-left: 100px;
        margin-bottom: 5px;
        bottom:0;        
        position: relative;
    }
 }
 @media all and (max-width : 540px) {
    .rs-player .btn-play{
        display: block;
        width: 100%;
    }
    .rs-player .inner{ 
        border-radius: 10px;
    }

    .rs-player .btn-play{
        border-radius: 6px;
        height: auto;
    }
    .rs-player .btn-play a span.text-mobile{
        display: inline-block;    
    }
    .rs-player .btn-play a i{
        display: inline-block;        
    }
    .rs-player .btn-play a{ 
        padding: 10px;  
        font-size: 16px;     
        display: block;
        width: 100%;
        height: auto;
    }
    .rs-player div.playing span.title{
        font-size: 20px;
    }
 }

/* prowadzacy */
.pr-dj-star{
    background-image: url(../images/prowadzacy-star.png);    
}
.pr-marcin-marchelski{
    background-image: url(../images/prowadzacy-marcin.png);    
}
.pr-gosia-prochal{
    background: url(../images/prowadzacy-gosia.png); 
}
.pr-tomasz-achtelik{
    background: url(../images/prowadzacy-tomasz-achtelik.png); 
}
.pr-rafa-chirowski{
    background: url(../images/prowadzacy-rafal-chirowski.png); 
}