/*------------------------------------*\
	LIVE
\*------------------------------------*/
body {
    font-family: "Source Sans Pro", sans-serif;
    background-color: #19171C;
}
body.live {
    min-width: 0 !important;
}

.live-player {
    max-width: 320px;
    margin: 0 auto;
    background: #19171C !important;
    padding: 15px;
}

.now-playing .form-inline .form-group {
    display: block;
}

.now-playing .form-control {
    width: 100%;
}

.live-player img {
    display: block;
    margin: 0 auto 30px auto;
}

.live-player .box {
    position: relative;
    background: #ED2C63;
    padding: 0 5px 0 5px;
    margin: 5px 0 30px 0;

    border-radius: 3px;
}

.live-player .box a.btn {
    background: url('/live/images-ico.png') no-repeat 0 center;
    /*background-repeat: no-repeat;*/
    /*background-position: 0 center;*/
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    margin: 0 15px 0 1px;
    padding: 2px 8px;
    background-color: #71b83c;
    color: #fff;
    transition: background-color 400ms;
}
.live-player .box a.btn.active {
    background-color: #005F27;
}

.live-player .box a.btn:hover {
    background-color: #005F27;
    transition: background-color 400ms;
}

.live-player .box h3 {
    font-size: 16px;
    font-weight: 100;
    color: #005F27;
    margin: 0 0 10px 0;

    border-radius: 3px;
}

.live-player .box h2 {
    font-size: 22px;
    font-weight: 600;
    color: #282828;
    margin: 0 0 14px;

    border-radius: 3px;
}

.live-player .box h2 span {
    display: block;
    font-weight: 300;
    font-size: 18px;
}

.live-player .box img.face {
    position: absolute;
    top: -18px;
    left: 135px;
    width: 148px;
    height: 156px;
}

.live-player .box .cover {
    width: 70px;
}

.live-player .box .title {
    width: 177px;
}

.live-player .box p {
    color: #004c9c;
    margin: 0 0 4px;
}

.live-player .box p span {
    font-weight: 700;
    color: #282828;
}

.live-player .box > div {
    position: relative;
    text-align: center;
    top: -5px;
    background: #fff;
    margin: -5px 0 0 0;
    padding: 15px 18px;
    border-radius: 3px;
    box-shadow: 0 0 2px #3c3c3c;
}

.live-player .phone {
    font-size: 18px;
    text-align: center;
}

.monthly-pls {
    color: rgba(255,255,255,.3);
    font-size: 1rem;
    text-align: center;
    margin-top: 0.5rem;
}

.monthly-pls .horizontal-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.monthly-pls .horizontal-nav li { display: inline }

.monthly-pls .horizontal-nav a {
    color: rgba(255,255,255,.2);
    display: inline-block;
    padding: 3px 5px;
    text-decoration: none;
}

.monthly-pls .horizontal-nav a:hover { color: rgba(255,255,255,.4) }

/*
 * Project: CirclePlayer
 * http://www.jplayer.org
 *
 * Copyright (c) 2012 Happyworm Ltd
 *
 * Author: Silvia Benvenuti
 * Edited by: Mark J Panaghiston
 * Date: 2nd October 2012
 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
 */

.player .cp-container {
    position:relative;
    width:104px; /* 200 - (2 * 48) */
    height:104px;
    background:url("/live/images/bgr.png") center center no-repeat;
    margin: 0 auto 50px auto;
    padding: 0;

    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.player .cp-container :focus {
    border:none;
    outline:0;
}

.player .cp-buffer-1,
.player .cp-buffer-2,
.player .cp-progress-1,
.player .cp-progress-2 {
    position:absolute;
    top:0;
    left:0;
    width:104px;
    height:104px;
    clip:rect(0px,52px,104px,0px);
    border-radius:52px;
}

.player .cp-buffer-1,
.player .cp-buffer-2 {
    background:url("/live/images/buffer.png") 0 0 no-repeat;
}

.player .jp-audio {
    border: none;
    margin-top: 20px !important;
}

/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */

.player .cp-container .cp-fallback {
    background:url("/live/images/progress_sprite.jpg") no-repeat;
    background-position:0 104px;
}

.player .cp-progress-1,
.player .cp-progress-2 {
    background:url("/live/images/progress.png") 0 0 no-repeat;
}

.player .cp-buffer-holder,
.player .cp-progress-holder,
.player .cp-circle-control {
    position:absolute;
    width:104px;
    height:104px;
}

.player .cp-circle-control {
    cursor:pointer;
}

.player .cp-buffer-holder,
.player .cp-progress-holder {
    clip:rect(0px,104px,104px,52px);
    display:none;
}


/* This is needed when progress is greater than 50% or for fallback */

.player .cp-buffer-holder.cp-gt50,
.player .cp-progress-holder.cp-gt50,
.player .cp-progress-1.cp-fallback{
    clip:rect(auto, auto, auto, auto);
}

.player .cp-controls {
    margin:0;
    padding:26px;
}

.player .cp-controls li{
    list-style-type:none;
    display:block;

    /*IE Fix*/
    position:absolute;
}

.player .cp-controls li a{
    position:relative;
    display:block;
    width:50px;
    height:50px;
    text-indent:-9999px;
    z-index:1;
    cursor:pointer;
    transition: none;
}

.player .cp-controls .cp-play {
    background:url("/live/images/controls.jpg") 0 0 no-repeat;
}

.player .cp-controls .cp-play:hover {
    background:url("/live/images/controls.jpg") -50px 0 no-repeat;
}

.player .cp-controls .cp-pause {
    background:url("/live/images/controls.jpg") 0 -50px no-repeat;
}

.player .cp-controls .cp-pause:hover {
    background:url("/live/images/controls.jpg") -50px -50px no-repeat;
}

.player .cp-volume-bar {
    height:17px;
    background-color: #ccc;
    cursor: pointer;
    float:left;
    width:70px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 1px;
}
.player .cp-volume-bar-value {
    height:17px;
    background-color: #999;
}
.player .cp-mute {
    float:left;
    color:#666;
    padding-right: 5px;
}
.player .cp-volume-max {
    float:left;
    color:#666;
    padding-left: 5px;
}
.player .volume {
    position:absolute;
    bottom:-30px;
    width:120px;
}
.player .cp-jplayer {
    width:0;
    height:0;
}
.now-playing h3 {
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    color: #005F27;
    border-bottom: 3px solid #FFCC00;
    margin: 0px 0px 15px;
    padding: 0px 0px 6px 6px;
    line-height: 1.1;
}
.now-playing h3 span
{
    position: relative;
    top: -3px;
    width: 29px;
    height: 29px;
    font-size: 19px;
    text-align: center;
    line-height: 29px;
    border: 4px solid #FFCC00;
    margin: 0px 8px 0px 0px;
    border-radius: 18px;
    color: #005F27;
}
.now-playing .song{
    clear:both;
}
.now-playing .time{
    float:right;
    font-size: 12px;
}
.now-playing .archive-text {
    color: #005F27;
}

.jp-audio {
    width: 220px;
}

.jp-audio, .jp-player {
    margin: 0 auto !important;
}
.jp-interface {
    background-color: #F0F0F0;
}

.jp-audio .jp-progress {
    position: absolute;
    top: 1px;
    height: 15px;
}

.jp-audio .jp-type-single .jp-progress {
    left: 0;
    width: 186px;
}

/* @group CONTROLS */
.jp-controls-holder {
    width: 188px;
}

.jp-volume-controls {
    position: absolute;
    top: 70px;
    width: 200px;
    left: 70px;
}

.jp-audio .jp-controls {
    width: 380px;
    padding: 20px 20px 0 0;
}

.jp-play {
    width: 40px;
    height: 40px;
}

.jp-stop {
    width: 28px;
    height: 28px;
    margin-top: 6px;
    margin-left: 120px;
}

.last10 {
    margin-bottom: 5rem;
}

.last10 h3 {
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 3px solid #ED2C63;
    margin: 0px 0px 15px;
    padding: 0px 0px 6px 6px;
    line-height: 1.1;
    text-align: center;
}

.last10 .song{
    clear:both;
}
.last10 .time{
    float:right;
    font-size: 12px;
    color: #ddd;
}
.last10 .naslov{
    color: #fff;
    float:left;
    font-size: 12px;
    width:220px;
    overflow:hidden;
    text-transform: uppercase;
}

.sazas,
.zamp {
    color: #999999;
    font-size: 12px;
    text-align: center;
    margin-top: 2rem;
}
.zamp { margin-top: 1rem }

.sazas .horizontal-nav,
.zamp .horizontal-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sazas .horizontal-nav li, 
.zamp .horizontal-nav li { display: inline }

.sazas .horizontal-nav a,
.zamp .horizontal-nav a {
    color: #bdbdbd;
    display: inline-block;
    padding: 3px 5px;
    text-decoration: none;
}

.sazas .horizontal-nav a:hover,
.zamp .horizontal-nav a:hover { color: #999999 }

.zamp a {
    color: #999999;
    text-decoration: none;
}
.zamp a:hover { color: #bdbdbd }

.sazas .bold,
.zamp .bold { font-weight: bold }
.sazas .mt-0,
.zamp .mt-0 { margin-top: 0 }
.sazas .mb-0,
.zamp .mb-0 { margin-bottom: 0 }
.sazas .m-0,
.zamp .m-0 { margin: 0 }

.zamp-list h4 {
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    color: #004C9C;
    border-bottom: 3px solid #6BB534;
    margin: 10px 0px 15px;
    padding: 0px 0px 6px 6px;
    line-height: 1.1;
}
.zamp-list ul {
    padding-left: 17px;
    list-style: square;
}
.zamp-list li {
    margin-bottom: 5px;
    font-size: 14px;
}