:root {
    --player-height: 61px;
    --player-padding-top: calc(var(--player-height) + 6px);
    --player-padding-bottom: var(--player-height);
}
#nprogress .spinner {
    height: 61px;
    width: 61px;
    line-height: 61px;
}
#nprogress .spinner-icon {
    margin: 20px auto 0 auto;
}
.rf-player.player-17,
.rf-player.player-17 .rf-padding-control {
    height: 61px;
}
.rf-player.player-17,
.rf-player.player-17 .rf-playing-info-item,
.rf-player.player-17 .rf-player-cast,
.rf-player.player-17 .mobile-apps-store .apps-store-content {
    background: #000;
}
.rf-player.player-version-2 .player-offline {
    margin-top: 20px;
}
.rf-player.player-17 .rf-player-container {
    height: 61px;
}
.rf-player.player-17 .rf-player-background {
    width: 61px;
}
.rf-player.player-17 .rf-player-play-pause {
    border: 3px solid #000;
    width: 37px;
    height: 37px;
    margin-top: 15px;
    text-align: center;
    background-color: #0D6EAF;
    color: white;
    border-radius: 50%;
    cursor: pointer;
}
.rf-player.player-17 .rf-player-play-pause:hover {
    opacity: 0.9;
}
.rf-player.player-17 .rf-player-play-pause:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    line-height: 31px;
}
.rf-player.player-17 .rf-player-play-pause.rf-player-play:before {
    content: "\f04b";
    font-size: 11px;
    padding-left: 2px;
}
.rf-player.player-17 .rf-player-play-pause.rf-player-pause:before {
    content: "\f04c";
}

.rf-player.player-17 .rf-playing-now {
    position: relative;
}
.rf-player.player-17 .rf-playing-info-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
}
.rf-player.player-17 .rf-playing-now .rf-playing-item-label {
    color: #8E8E8E;
    font-size: 10px;
    padding-top: 20px;
}
.rf-player.player-17 .rf-playing-now .rf-playing-item-value {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}
.rf-player.player-17 .rf-player-volume-label {
    padding-top: 13px;
}
.rf-player.player-17 .rf-player-volume-slider {
    position: relative;
}
.rf-player.player-17 .rf-player-volume-background,
.rf-player.player-17 .rf-player-volume-meter {
    height: 8px;
    border-radius: 4px;
    position: absolute;
    top: 5px;
}
.rf-player.player-17 .rf-player-volume-background {
    background: #1d1d1d;
    width: 100%;
    z-index: 1;
}
.rf-player.player-17 .rf-player-volume-meter {
    background: #0D6EAF;
    z-index: 2;
}
.rf-player.player-17 .rf-player-volume-area {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    width: 100%;
}

.rf-player.player-17.player-online .network-list {
    padding-left: 435px;
}
.rf-player.player-17.player-online.player-castable .network-list {
    padding-left: 476px;
}

.rf-player.player-17 .rf-player-volume-label-content,
.rf-player.player-17 .network-list-label {
    text-transform: uppercase;
    color: #8E8E8E;
    font-size: 10px;
}
.rf-player.player-17 .network-icon-open-menu {
    color: #8E8E8E;
}
.rf-player.player-17 .rf-player-volume-icon {
    color: #8E8E8E;
    font-size: 14px;
}
.rf-player.player-17 .network-list-container {
    height: 61px;
}

.rf-player.player-17 .rf-player-volume-container,
.rf-player.player-17.with-app-links .network-list-container {
    border-color: #1d1d1d;
}

.rf-player.player-17 .network-secondary-list-content,
.rf-player.player-version-2 .network-secondary-list-arrow {
    background: #fff;
}

.rf-player.player-17 .info-item-count-2 .rf-playing-info-item.item-sequence-0 {
    animation: player-transition-c2-0 14s linear infinite;
}
.rf-player.player-17 .info-item-count-2 .rf-playing-info-item.item-sequence-1 {
    animation: player-transition-c2-1 14s linear infinite;
}
.rf-player.player-17 .info-item-count-3 .rf-playing-info-item.item-sequence-0 {
    animation: player-transition-c3-0 21s linear infinite;
}
.rf-player.player-17 .info-item-count-3 .rf-playing-info-item.item-sequence-1 {
    animation: player-transition-c3-1 21s linear infinite;
}
.rf-player.player-17 .info-item-count-3 .rf-playing-info-item.item-sequence-2 {
    animation: player-transition-c3-2 21s linear infinite;
}

@media (max-width: 720px) {
    .rf-player.player-17 .rf-player-play-pause {
        left: 43px;
    }
    .rf-player.player-17 .rf-playing-now {
        padding: 0;
        width: calc(100% - 61px);
    }
    .rf-player.player-17 .rf-playing-info-item {
        left: 29px;
        right: 0;
    }

    .rf-player.player-17 .rf-player-cast:before,
    .rf-player.player-17 .mobile-apps-store:after {
        background: -webkit-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
        background-image: -moz-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
        background-image: -o-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
        background-image: -ms-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
        background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    }
}

@keyframes player-transition-c2-0 {
    0% { opacity: 1; z-index: 2; }
    40% { opacity: 1; z-index: 2; }
    50% { opacity: 0; z-index: 1; }
    90% { opacity: 0; z-index: 1; }
    100% { opacity: 1; z-index: 2; }
}
@keyframes player-transition-c2-1 {
    0% { opacity: 0; z-index: 1; }
    40% { opacity: 0; z-index: 1; }
    50% { opacity: 1; z-index: 2; }
    90% { opacity: 1; z-index: 2; }
    100% { opacity: 0; z-index: 1; }
}
@keyframes player-transition-c3-0 {
    0% { opacity: 1; z-index: 2; }
    32% { opacity: 1; z-index: 2; }
    34% { opacity: 0; z-index: 1; }
    98% { opacity: 0; z-index: 1; }
    100% { opacity: 1; z-index: 2; }
}
@keyframes player-transition-c3-1 {
    0% { opacity: 0; z-index: 1; }
    32% { opacity: 0; z-index: 1; }
    34% { opacity: 1; z-index: 2; }
    65% { opacity: 1; z-index: 2; }
    67% { opacity: 0; z-index: 1; }
    100% { opacity: 0; z-index: 1; }
}
@keyframes player-transition-c3-2 {
    0% { opacity: 0; z-index: 1; }
    65% { opacity: 0; z-index: 1; }
    67% { opacity: 1; z-index: 2; }
    98% { opacity: 1; z-index: 2; }
    100% { opacity: 0; z-index: 1; }
}
