#player {
    height: 96px;
    line-height: 96px;
    float: left;
}

#player button.play, #player button.pause {
    margin-left: 8px;
}

#player button {
    border: none;
    padding: 0;
    margin-right: 12px;
    margin-left: 12px;
    outline-offset: 0;
    outline: none;
    float: left;
}

#player button#channels {
    margin-left: 7px;
    margin-right: 18px;
}

#player button img:hover, #player-modal button img:hover {
    opacity: .8;
}

#player .current-track {
    float: left;
    display: block;
    margin-top: 35px;
}

.current-track {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #fff;
    border-radius: 20px;
    font: 14px/25px HelveticaNeue-Bold, arial;
    color: #fff;
    padding: 0 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#player-modal.current-track {
    max-width: 370px;
}

@media (min-width: 767px) {
    .current-track {
        width: 405px;
    }

    #player-modal .current-track {
        width: 215px;
        /* width: 370px; */
    }
}

@media (min-width: 992px) {
    .current-track {
        width: 420px;
    }
}

@media (min-width: 1200px) {
    .current-track {
        width: 285px;
    }

    #player-modal .current-track {
        width: 300px;
    }
}

a#artist {
    text-decoration: none;
}

#artist {
    float: left;
    display: block;
    background: rgb(237, 29, 36);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(237, 29, 36, 1) 0%, rgba(160, 11, 15, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237, 29, 36, 1)), color-stop(100%, rgba(160, 11, 15, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 29, 36, 1) 0%, rgba(160, 11, 15, 1) 100%);
    background: -o-linear-gradient(top, rgba(237, 29, 36, 1) 0%, rgba(160, 11, 15, 1) 100%);
    background: -ms-linear-gradient(top, rgba(237, 29, 36, 1) 0%, rgba(160, 11, 15, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 29, 36, 1) 0%, rgba(160, 11, 15, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1d24', endColorstr='#a00b0f', GradientType=0);
    padding: 16px 20px 92px 13px;
    /*height: 96px;
    width: 269px;*/
    max-height: 96px;
}

#artist .text {
    display: inline-block;
    vertical-align: top;
    width: 161px;
    color: #fff;
    font: 14px HelveticaNeue-Bold, arial;
}

.text {
    /* font: 11px/1 HelveticaNeue-Bold, arial; */
}

#artist .text .title {
    margin-bottom: 9px;
}

#artist .text span {
    display: block;
    font-family: HelveticaNeue, arial, serif;
    font-weight: 400;
}

#artist #artist-type {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 2px;
}

#artist #artist-name {
    font-size: 17px;
    line-height: 1;
}

#artist img.current-artist {
    width: 71px;
    height: 100%;
}

#artist span.img {
    display: inline-table;
    width: 71px;
    height: 71px;
}

#player-modal img.artist {
    max-width: 50px;
}

/** Modal **/
#player-modal .modal-header {
    background: #4d4d4d;
    border: none;
    /*padding: 0;
    height: 78px;*/
    text-align: center;
}

@media (max-width: 767px) {
    #player {
        width: 100%;
        text-align: center;
    }

    #player button {
        float: none;
    }

    #player-modal {
        padding-right: 0 !important;
    }

    #player-modal .modal-dialog {
        margin: 0;
        width: 100%;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #player-modal .modal-dialog {
        width: 757px;
        height: 353px;
    }

    #player-modal .modal-content {
        border-radius: 0;
    }

    #player-modal {
        top: 19px;
        left: 95px;
    }

    #player-modal .modal-header {
        background: #4d4d4d;
        border: none;
        /*padding: 0;
        height: 78px;*/
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

#player-modal button {
    padding: 0 4px 0 4px;
}

#player-modal button:last-child {
    padding-right: 0;
}

#player-modal button:not(.full) img {
    max-width: 30px;
}

.control-buttons:last-child {
    margin-right: 14px;
}

#player-modal .play, #player-modal .pause {
    margin: 0 15px 0;
}

#player-modal .current-track {
    /* width: 375px; */
}

#quality {
    /*width: 51px;*/
    display: inline-block;
    vertical-align: middle;
    font-family: HelveticaNeue-Bold, serif;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

#quality li button {
    margin: 0 0 2px 0;
    padding: 0;
    border: none;
    width: 51px;
    color: black;
    background: white;
    opacity: 0.6;
    text-decoration: none;
}

#quality li button.active {
    background-color: white;
    opacity: .96;
}

#playlist {
    height: 180px;
    background: #333;
    color: #adadad;
}

#playlist div.status {
    font-size: 15px;
    font-family: HelveticaNeue-Bold, serif;
    text-align: center;
    width: 23% !important;
}

#playlist div.title {
    font-family: HelveticaNeue, serif;
    font-size: 20px;
    line-height: 14px;
}

#playlist div.row span.title {
    padding-bottom: 6px;
}

#playlist div.row.active span.title, #playlist div.title small a {
    color: #fff;
}

#playlist div.title small {
    margin-top: 15px;
    font-size: 70%;
}

#playlist div.row {
    height: 92px;
}

#playlist div.row.active {
    color: #ccc;
}

#playlist div.row > div {
    display: table;
    height: 100%;
}

#playlist div.row > div span {
    display: table-cell;
    vertical-align: middle;
}

#playlist div.row > div span img {
    border: 3px solid #808080;
}

#player-modal .line {
    display: block;
    margin: 0 auto;
    width: 526px;
    height: 1px;
    background: #4d4d4d;
}

#player-modal .modal-body {
    margin-bottom: -1px;
	background-color: #333;
}

#player-modal .modal-footer {
    padding: 7px;
    background: #4d4d4d;
    border-color: #333;
}

#player-modal .modal-footer > div span {
    padding-top: 50px;
    font-size: 8px;
    font-family: HelveticaNeue, serif;
}

#player-modal .modal-footer > div {
    min-height: 78px;
    margin: 7px 6px 6px 6px;
    background: #808080;
    color: white;
}

#player-modal .channels {
    background: #1a1a1a;
    font-family: HelveticaNeue, serif;
}

.channels > p {
    color: white;
    text-align: center;
    background: #9e0b0f;
    font-size: 16px;
    font-family: HelveticaNeue-Bold, serif;
    margin: 0;
}

.channels > div {
    cursor: pointer;
    padding: 0 10px 0 10px;
    display: table;
    width: 100%;
    height: 54px;
    color: white;
    border-bottom: solid 1px #333;
    line-height: 14px;
    opacity: .7;
}

.channels > div:hover {
    opacity: 1;
}

.channels > div.active {
    opacity: 1;
}

.channels > div span {
    display: table-cell;
    vertical-align: middle;
    width: 121px;
}

.channels.active {
    opacity: 1;
}

/*.channels .item  > .arrow-path {
	display: none;
}*/
.channels > div > img:first-child {
    padding-right: 15px;
}

.icon-info {
    float: right;
    margin: 17px 0 0 0;
    opacity: 0;
}

.volume-range {
    font-size: 18px;
    /* width: 0px; */
    /* height: 41px; */
    vertical-align: middle;
    letter-spacing: -2px;
    /* display: initial; */
}

.volume-range span {
    width: 2px;
    height: 15px;
    content: "  ";
    display: inline-block;
    /*background: url('../img/line-white.png') no-repeat;*/
    background-color: white;
    padding-right: 0px;
    /* margin-right: 0px; */
    border-radius: 3px;
}

.volume-range span.gray {
    /*background-image: url('../img/line-gray.png');*/
    opacity: 0.5;
}

/** //Modal **/
.container[data-container] {
    background: transparent !important;
}

#video-player {
    height: 110px;
    width: 200px;
    float: right;
}

.container[data-container] {
    /*width: 200px !important;
    height: 110px !important;*/
    min-width: 200px;
    right: 0;
}

.media-control {
    width: 100% !important;
    padding-left: 0 !important;
}

.dvr-controls[data-dvr-controls] .live-info {
    display: none;
}

.media-control[data-media-control] .media-control-layer[data-controls] {
    right: 0;
}

.media-control.w320 .media-control-layer[data-controls] {
    background: transparent;
    bottom: 7px;
    height: 31px;
}

.fullscreen .media-control[data-media-control] .media-control-layer[data-controls] {
    height: 41px;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
}

.media-control-background {
    background: transparent !important;
}

.fullscreen .media-control[data-media-control] .media-control-layer[data-controls] .drawer-container[data-volume] {
    height: 41px;
    margin: 6px 6px 0;
    width: 115px;
}

.drawer-container:after {
    content: "";
    display: table;
    clear: both;
}

.fullscreen .level_selector[data-level-selector] {
    margin-top: 11px !important;
}

.media-control[data-media-control] .media-control-layer[data-controls] .drawer-container[data-volume] .bar-container[data-volume] {
    position: static !important;
    margin-top: 6px;
}

.media-control-button.media-control-icon.stopped {
    display: none !important;
}

.media-control[data-media-control] .media-control-background[data-background] {
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .9))!important;
    background: linear-gradient(transparent, rgba(0, 0, 0, .9))!important;
}

.media-control[data-media-control] .media-control-icon {
    opacity: 1!important;
}