html, body{
    width:100%;
    height:100%;
    color: #f5f5f5;
    overflow: hidden;
    background: #080808;
    background-size:100% 100%;
    background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mi-message{
    display: none;
    position: fixed;
    bottom: 140px;
    left: 20px;
    color: #880000;
    font-size: 14px; 
}
.start_hidden{
    display: none;
}
.container-fluid{
    margin: 0px !important;
    padding: 0px !important;
    margin-top: -10px !important;
}
.bg-overlay{
    background-color: #000;
    width: 100%;
    height: 130%;
    opacity: 0.8;
    position: absolute;
}
h1,h2,h3,h4,h5,h6{
    margin: 0px !important;
    padding: 0px !important;
}
.col-sm-3,.col-sm-12{
    margin: 0px !important;
    padding: 0px !important;
}
#player{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    width:100%;
    min-width: 250px;
}
.side-section{
    background: rgba(0,0,0,0.8);
    height:100%;
}
a[href="http://flowplayer.org"]{
    display:none !important;
}
.logo {
    right: 10px;
    width: 130px;
    position: absolute;
    top: 10px;
    z-index: 10000;
    cursor: pointer;
}
.mi-server-name{
    position: fixed;
    top: 10px;
    left: 20px;
    font-size: 12px;  
}
.mi-title-icon{
    position: fixed;
    top: 45px;
    left: 230px;
    font-size: 22px;  
}
.mi-title{
    position: fixed;
    top: 45px;
    left: 260px;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 55%;
}
.mi-artist-label{
    position: fixed;
    top: 90px;
    left: 238px;
    font-size: 18px;
}
.mi-artist{
    position: fixed;
    top: 115px;
    left: 260px;
    font-size: 16px;
    color: #BBB;
}
.mi-album-art{
    position: fixed;
    top: 40px;
    left: 20px;
    width: 200px;
    height: 200px;
}
.mi-album-art img{
    width: 200px;
    height: 200px;
}
.mi-album-label{
    position: fixed;
    top: 145px;
    left: 238px;
    font-size: 18px;
}
.mi-album{
    position: fixed;
    top: 170px;
    left: 260px;
    font-size: 16px;
    color: #BBB;
}
.mi-buy-itunes{
    position: fixed;
    top: 220px;
    left: 240px;
}
.mi-buy-amazon{
    position: fixed;
    top: 220px;
    left: 20px;
}
.mi-customer-logo{
    position: fixed;
    bottom: 30px;
    left: 20px;
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.mi-customer-logo img{
    width: 100px;
    height: 100px;
}
.mi-ad-img{
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 180px;
    height: 150px;  
    cursor: pointer;
}
.mi-ad-img img{
    width: 180px;
    height: 150px;
}
.mi-listener{
    position: absolute;
    z-index: 999999;
    right: 104px;
    width: 50px;
}
.truncate1 {
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate2 {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate3 {
  width: 320px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
}
button{
    position: absolute;
    bottom: 5px;
    left: 10px;
    border: 0px;
    background: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    z-index: 999999999999999;
}
audio#audio{
    margin: 0;
    padding: 0;
    width: 1%;
    height: 1%;
    position: absolute;
    z-index: 9999999;
    left: 0px;
    bottom: -20px;
}
.ios_play_bar{
    position: absolute;
    width: 100%;
    height: 30px;
    background: #222;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

    .mi-server-name{
        position: fixed;
        top: 10px;
        left: 10px;
        font-size: 12px;  
    }
    .mi-title-icon{
        position: fixed;
        top: 200px;
        left: 10px;
        font-size: 22px;  
    }
    .mi-title{
        position: fixed;
        top: 200px;
        left: 40px;
        font-size: 22px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;
    }
    .mi-artist-label{
        position: fixed;
        top: 240px;
        left: 10px;
        font-size: 16px;
    }
    .mi-artist{
        position: fixed;
        top: 241px;
        left: 80px;
        font-size: 16px;
        color: #BBB;
    }
    .mi-album-art{
        position: fixed;
        top: 40px;
        left: 31.50%;
        width: 150px;
        height: 150px;
    }
    .mi-album-art img{
        width: 150px;
        height: 150px;
    }
    .mi-album-label{
        position: fixed;
        top: 270px;
        left: 10px;
        font-size: 16px;
    }
    .mi-album{
        position: fixed;
        top: 295px;
        left: 10px;
        font-size: 16px;
        color: #BBB;
    }
    .mi-buy-itunes{
        position: fixed;
        top: 350px;
        left: 10px;
    }
    .mi-buy-amazon{
        position: fixed;
        top: 350px;
        left: 10px;
    }
    .mi-customer-logo{
        position: fixed;
        bottom: 40px;
        left: 10px;
        width: 100px;
        height: 100px;
        cursor: pointer;
    }
    .mi-customer-logo img{
        width: 100px;
        height: 100px;
    }
    .mi-ad-img{
        position: fixed;
        bottom: 40px;
        right: 10px;
        width: 180px;
        height: 150px;  
        cursor: pointer;
    }
    .mi-ad-img img{
        width: 180px;
        height: 150px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 374px) {

    .logo {
        right: 10px;
        width: 130px;
        position: absolute;
        top: 12px;
        z-index: 10000;
        cursor: pointer;
    }
    .mi-server-name{
        position: fixed;
        top: 14px;
        left: 35px;
        font-size: 12px;  
    }
    .mi-title-icon{
        position: fixed;
        top: initial;
        bottom: 150px;
        left: 10px;
        font-size: 22px;  
    }
    .mi-title{
        position: fixed;
        top: initial;
        bottom: 150px;
        left: 40px;
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 85%;
    }
    .mi-artist-label{
        position: fixed;
        top: initial;
        bottom: 120px;
        left: 10px;
        font-size: 14px;
    }
    .mi-artist{
        position: fixed;
        top: initial;
        bottom: 120px;
        left: 70px;
        font-size: 14px;
        color: #BBB;
    }
    .mi-album-art{
        position: fixed;
        top: 40px;
        left: 10px;
        width: 150px;
        height: 150px;
    }
    .mi-album-art img{
        width: 150px;
        height: 150px;
    }
    .mi-album-label{
        position: fixed;
        top: initial;
        bottom: 90px;
        left: 10px;
        font-size: 14px;
    }
    .mi-album{
        position: fixed;
        top: initial;
        bottom: 45px;
        left: 10px;
        font-size: 14px;
        color: #BBB;
    }
    .mi-buy-itunes{
        position: fixed;
        top: 150px;
        left: initial;
        right: 10px;
    }
    .mi-buy-amazon{
        position: fixed;
        top: 150px;
        left: initial;
        right: 10px;
    }
    .mi-customer-logo{
        position: fixed;
        top: 10px;
        left: 10px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .mi-customer-logo img{
        width: 20px;
        height: 20px;
    }
    .mi-ad-img{
        position: fixed;
        top: 40px;
        right: 10px;
        width: 90px;
        height: 75px;  
        cursor: pointer;
    }
    .mi-ad-img img{
        width: 90px;
        height: 75px;
    }
}



/* Flowplayer */

.flowplayer { background-color: #000000; margin: 0px 0px 0px 0px;   }

.flowplayer.is-audio.fixed-controls{z-index: 9999;}
.flowplayer.is-audio.fixed-controls .fp-controls .fp-play{z-index: 99999;}

/* Keep the controls visible while loading */
.flowplayer.is-loading .fp-controls,.flowplayer.is-loading .fp-time{display:block;}

/* disable the waiting animation */
.flowplayer.is-loading .fp-waiting{display:none;}

/* disable the speed display we don't need this */
.fp-speed{display:none;}

.fp-context-menu{display:none !important;width:0px;height:0px;}

/* Override fixed-controls to not sit below the player */
.flowplayer.is-audio.fixed-controls .fp-controls{bottom:0px;}

/* Override the time with fixed-controls to sit at the bottom */
.flowplayer.is-audio.fixed-controls .fp-time em{bottom:5px;}
.flowplayer.is-audio.fixed-controls .fp-time em.fp-remaining{display:none}
.flowplayer.is-audio.fixed-controls .fp-time em.fp-duration{display:none}

.flowplayer.is-audio.fixed-controls .fp-timeline{margin-right: 120px;}

/* position the controls */
.flowplayer.is-audio.is-mouseover .fp-controls,.flowplayer.fixed-controls .fp-controls{height:20px;}

/* disable the background play button */
.flowplayer.is-audio.is-splash .fp-ui,.flowplayer.is-paused .fp-ui{background:none left no-repeat;background-size:12%;}

/* display the controls even with splash enabled */
.flowplayer.is-audio.is-splash .fp-controls, .flowplayer.is-splash .fp-time { display:block !important }

.fp-fullscreen, .fp-embed { display: none !important;}