.ssp-player.ssp-player-large{
    font-family: 'Roboto', sans-serif;
    overflow:hidden;
    clear:both;
    margin-bottom: 15px;
    background:#222;
    color: #ccc;
    position: relative;
    font-size: 10px;
}

.ssp-player.ssp-player-large a,
.ssp-player.ssp-player-large a:hover{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.ssp-player.ssp-player-large .ssp-album-art-container{
    width:auto;
    float:left;
    clear:none;
}

@media only screen and ( max-width: 480px ){
    .ssp-player.ssp-player-large .ssp-album-art-container{
        display: none;
    }
}

.ssp-player.ssp-player-large .ssp-album-art{
    width: 155px;
    height: 155px;
}

.ssp-player.ssp-player-large .ssp-player-inner{
    padding: 15px;
}

.ssp-player.ssp-player-large h3.episode-title{
    margin:0;
    padding:0;
    font-size: 14px;
    color:#D8D8D8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ssp-player.ssp-player-large h3.episode-title .ssp-player-series{
    font-size: 12px;
    color: #D8D8D8;
    display: block;
    clear: both;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ssp-player.ssp-player-large .ssp-download-episode,
.ssp-player.ssp-player-large .ssp-download-episode a{
    color: #fff;
    text-decoration: none;
    line-height: 0;
}

.ssp-player.ssp-player-large .ssp-download-episode span:before,
.ssp-player.ssp-player-large .ssp-download-episode span::before{
    float: right;
    font-size: 16px;
}

.ssp-player.ssp-player-large .ssp-open-in-new-window{
    cursor: pointer;
    display: inline-block;
    float: right;
}

.ssp-player-episode-details{
    font-size: 10px;
}

.ssp-player-episode-details .podcast_meta a,

.ssp-player-episode-details .podcast_meta a:hover{
    color: #ccc;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Custom Player Controls */

.ssp-back-thirty-container{
    float:left;
}

.ssp-custom-player-controls{
    margin-top: 10px;
    clear: both;
}

.ssp-play-pause{
    font-size: 30px;
    width: 30px;
    float:left;
    color: #fff;
    line-height:1;
    height: 1px;
}

.ssp-wave-form{
    overflow: hidden;
}

.ssp-wave-form .ssp-inner{
    overflow: hidden;
    padding: 8px 0 8px 15px;
}

.ssp-time-volume{
    color: #ccc;
    margin-top: 15px;
}

.ssp-time-volume .ssp-duration{
    float:left;
    font-size: 10px;
    padding-top:5px;
}

.ssp-time-volume .ssp-volume{
    float:right;
    font-size: 9px;
}

.ssp-time-volume .ssp-volume .volume {
    position:relative;
    cursor:pointer;
    width:100px;
    height:4px;
    float:right;
    margin-top:10px;
    background-color:#666;
}
.ssp-time-volume .ssp-volume .volumeBar {
    display:block;
    height:4px;
    position:absolute;
    top:0;
    left:0;
    background-color:#28c0e1;
    z-index:10;
    width: 90%;
}

.ssp-player.ssp-player-large .ssp-back-thirty-control{
    display:inline-block;
    margin:2px 20px 2px 4px;
    text-align:center;
    color:#fff;
    cursor:pointer;
    padding: 0;
    font-size: 20px;
    line-height:0;
}

.ssp-player.ssp-player-large .ssp-playback-speed-label-container{
    float:left;
}

.ssp-player.ssp-player-large .ssp-playback-speed-label-wrapper{
    display:inline-block;
    margin: 4px 0 0 0;
    text-align:center;
    color:#fff;
    cursor:pointer;
    font-size: 12px;
    line-height:1;
}

.ssp-player.ssp-player-large #ssp-playback-speed{
    display:inline-block;
    padding:0 3px;
    margin-right: 2px;
}

.ssp-download-container{
    float:left;
}

.ssp-player.ssp-player-large .ssp-download-control{
    display:inline-block;
    margin:2px 4px 2px 20px;
    text-align:center;
    color:#fff;
    cursor:pointer;
    padding: 0;
    font-size: 20px;
    line-height:0;
}

.ssp-player.ssp-player-large .ssp-download-control a{
    text-decoration: none;
    color: #fff;
}

/*wave{ display: none !important; }*/

.ssp-wave{
    height: 2px !important;
    margin-top: 10px;
}

.ssp-wave wave{
    background: #444;
    cursor: pointer;
}

.ssp-wave wave wave{
    height: 10px;
    background: #28c0e1 !important;
}

.sspProgressBar{
    background: #444;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
}

.sspProgressBar .sspProgressFill{
    width: 0%;
    height: 2px;
    background: #fff;
}

.ssp-player-branding{
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    filter: alpha(opacity=25); /* Older IE */
    opacity: 0.25;
}

/* SSP Playlist Items */
.ssp-playlist-tracks .ssp-playlist-item{
    overflow: hidden;
    padding: 5px 0;
    //border-bottom: 1px solid #999;
}

.ssp-playlist-tracks .ssp-playlist-item a.ssp-playlist-caption{
    text-decoration: none !important;
    text-decoration-line: none !important;
}

.ssp-playlist-tracks .ssp-playlist-item.ssp-playlist-playing  a.ssp-playlist-caption{
    font-weight: bold;
}