@import url('https://fonts.googleapis.com/css?family=Abel|Yantramanav:100');


div.SleekPlayer {
    width: 100%;
    height: 300px;
    border: 0px solid rgba(0, 0, 0, .5);
    overflow: hidden;
    background: #000;
    position: relative;
    color: #fff;
    font-family: 'Abel', sans-serif;
    margin:0px;
}

div.SleekPlayer > .blur {
    width: 100%;
    height: 100%;
    background-image: url("../img/default_artwork1.jpg");
    background-size: cover;
    background-position: center;
    filter: blur(5px);
    position: absolute;
}

div.SleekPlayer > div.mainsctn {
    width: 100%;
    height: 100%;
    top: 0;
}

div.SleekPlayer > div.mainsctn > .frnt,
div.SleekPlayer > div.mainsctn > .bck {
    width: 100%;
    Height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

div.SleekPlayer > div.mainsctn > .frnt {}

div.SleekPlayer > div.mainsctn > .bck {}

div.SleekPlayer > div.mainsctn > .frnt > .atwrk {
    width: 100px;
    height: 100px;
    border: 1px solid #111;
    margin: 25px;
    background-image: url("../img/default_artwork1.jpg");;
    background-size: cover;
    box-shadow: 2px 2px 5px #000;
    float: left;
}

div.SleekPlayer > div.mainsctn > .frnt > .plbtn {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 25px;
    margin-right: 10px;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
}

div.SleekPlayer > div.mainsctn > .frnt > .plystp {

}

div.SleekPlayer > div.mainsctn > .frnt > .ttl {
    width: 240px;
    height: 30px;
    float: left;
    margin-top: 25px;
    font-size: 20px;
}

div.SleekPlayer > div.mainsctn > .frnt > .arst {
    width: 240px;
    height: 20px;
    float: left;
    position: relative;
}
div.SleekPlayer > div.mainsctn > .frnt > .itns{
    width: 22px;
    height: 22px;
    position: absolute;
    margin: 105px 0 0 150px;
    line-height: 22px;
    font-size: 18px;
}
div.SleekPlayer > div.mainsctn > .frnt > .itns > a{
    width: 100%;
    height: 100%;
    display: block;
    color: white;
    position: absolute;
    top: 0px;
}
div.SleekPlayer > div.mainsctn > .frnt > .vlm {
    width: 22px;
    height: 22px;

    position: absolute;
    margin: 105px 0 0 182px;
    line-height: 22px;
    font-size: 20px;
}

div.SleekPlayer > div.mainsctn > .frnt > .shr {
    width: 22px;
    height: 22px;
    position: absolute;
    margin: 105px 0 0 210px;
    line-height: 22px;
    font-size: 18px;
}
div.SleekPlayer > div.mainsctn > .frnt > .shr > .pnl {
    width: 120px;
    height: 22px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    margin: -22px 0 0 24px;
}
div.SleekPlayer > div.mainsctn > .frnt > .itns,
div.SleekPlayer > div.mainsctn > .frnt > .shr,
div.SleekPlayer > div.mainsctn > .frnt > .vlm,
div.SleekPlayer > div.mainsctn > .frnt > .mnu,
div.SleekPlayer > div.mainsctn > .bck > .mnu
{
    transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
}
div.SleekPlayer > div.mainsctn > .frnt > .itns:hover,
div.SleekPlayer > div.mainsctn > .frnt > .shr:hover,
div.SleekPlayer > div.mainsctn > .frnt > .vlm:hover,
div.SleekPlayer > div.mainsctn > .frnt > .mnu:hover,
div.SleekPlayer > div.mainsctn > .bck > .mnu:hover,
div.SleekPlayer > div.mainsctn > .frnt > .pressed
{
    background: rgba(255,255,255,.25);
}

div.SleekPlayer .deselect{
/** DISABLES THE BUTTON **/
    opacity: .5;
    pointer-events: none;
}
div.SleekPlayer > div.mainsctn > .frnt > .itns.deselect:hover{
    background: none;
}

div.SleekPlayer > div.mainsctn > .frnt > .shr > .pnl > div {
    width: 40px;
    height: 100%;
    float: left;
    display: block;
    line-height: 22px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
}

div.SleekPlayer > div.mainsctn > .frnt > .shr > .pnl > div.fb:hover{
    background-color: rgba(59,89,152,.8);
}

div.SleekPlayer > div.mainsctn > .frnt > .shr > .pnl > div.tw:hover{
    background-color: rgba(108,223,234,.8);
}

div.SleekPlayer > div.mainsctn > .frnt > .shr > .pnl > div.emil:hover{
    background-color: rgba(181, 0, 0, .8);
}
div.SleekPlayer > div.mainsctn > .frnt > .shr > .pnl > div > a{
    width: 100%;
    height: 100%;
    display: block;
    color: white;
    position: absolute;
    top: 0px;
}


div.SleekPlayer > div.mainsctn > .frnt > .vlm > div.pnlVol{
    width:75px;
}
div.SleekPlayer > div.mainsctn > .frnt > .vlm > div.pnlVol > .volsl{
    width: 70px;
}
div.SleekPlayer > div.mainsctn > .frnt > .vlm > div.pnlVol {
    width: 75px;
    height: 22px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    margin: -46px 0 0 -26px;
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
}input[type=range]:focus {
     outline: none;
 }
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    background: #d6dbda;
}
.div.pnlVol > input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    background: #d6dbda;
}
input[type=range]::-webkit-slider-thumb {
    border: 1px solid #636363;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px;
}


div.SleekPlayer > div.mainsctn > .frnt > .timg {
    width: 120px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 45px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 100;
    text-align: center;
}

div.SleekPlayer > div.mainsctn > .frnt > .blinker::before {
    content: "";
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    animation: blinker 1.5s linear infinite;
    position: absolute;
    margin: 24px 0 0 -20px;
}

@keyframes blinker {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes blinker {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-moz-keyframes blinker {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-ms-keyframes blinker {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

div.SleekPlayer > div.mainsctn > .frnt > .mnu,
div.SleekPlayer > div.mainsctn > .bck > .mnu {
    width: 30px;
    height: 30px;
    border: 1px solid #fffz;
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
    font-size: 20px;
    line-height: 30px;
}


/** BACK **/

div.SleekPlayer > div.mainsctn > .bck > .rinfo {
    height: 25%;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .2);
    line-height: 40px;
    background: rgba(255, 255, 255, .1);
}

div.SleekPlayer > div.mainsctn > .bck > .rinfo > div {
    float: left;
    width: 110px;
    height: 100%;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}

div.SleekPlayer > div.mainsctn > .bck > .rinfo > div.radnme {
    width: 90%;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
div.SleekPlayer > div.mainsctn > .bck > .rinfo > div.radnme > a {
    color: inherit;
    text-decoration: none;
}

div.SleekPlayer > div.mainsctn > .bck > .rinfo > div.rpeak > span.cntn:before {
    content: " Peak: "
}

div.SleekPlayer > div.mainsctn > .bck > .rinfo > div.rcurr > span.cntn:before {
    content: " Current: "
}

div.SleekPlayer > div.mainsctn > .bck > .rhis {
    height: 85%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

div.SleekPlayer > div.mainsctn > .bck > .rhis > ul {
    padding: 0;
    list-style-type: none;
    line-height: 30px;
    text-transform: uppercase;
}

div.SleekPlayer > div.mainsctn > .bck > .rhis > ul > li {
    border-top: 1px solid rgba(255, 255, 255, .1);
    height: 30px;
}

div.SleekPlayer > div.mainsctn > .bck > .rhis > ul > li#row0 {
    background: rgba(255, 255, 255, .3);
}

div.SleekPlayer > div.mainsctn > .bck > .rhis > ul > li > div {
    float: left;
}

div.SleekPlayer > div.mainsctn > .bck > .rhis > ul > li > .hnum {
    width: 50px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

div.SleekPlayer > div.mainsctn > .bck > .rhis > ul > li > .hnme {
    padding-left: 10px;
}

/** scroll **/
.SleekPlayer ::-webkit-scrollbar {
    width:11px;
}

.SleekPlayer ::-webkit-scrollbar-track {
    -webkit-border-radius:5px;
    border-radius:5px;
    background:rgba(0,0,0,.1);
}

.SleekPlayer ::-webkit-scrollbar-thumb {
    -webkit-border-radius:5px;
    border-radius:5px;
    background: rgba(255, 255, 255, 0.65);
}

.SleekPlayer ::-webkit-scrollbar-thumb:hover {
    background:rgba(255, 255, 255, 0.75);
}

.SleekPlayer ::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.05);
}

div.SleekPlayer > div.mainsctn > .frnt > .ttl,
div.SleekPlayer > div.mainsctn > .frnt > .arst{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SleekPlayer {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}

/** SVG **/
@font-face {
    font-family: 'vPlayer';
    src:  url('../fonts/vPlayer.eot?wojjqd');
    src:  url('../fonts/vPlayer.eot?wojjqd#iefix') format('embedded-opentype'),
    url('../fonts/vPlayer.ttf?wojjqd') format('truetype'),
    url('../fonts/vPlayer.woff?wojjqd') format('woff'),
    url('../fonts/vPlayer.svg?wojjqd#vPlayer') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'vPlayer' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
}

.icon-radio-tw2:before {
    content: "\e900";
}
.icon-headphones:before {
    content: "\e910";
}
.icon-music:before {
    content: "\e911";
}
.icon-envelop:before {
    content: "\e945";
}
.icon-power:before {
    content: "\e9b5";
}
.icon-menu1:before {
    content: "\e9bb";
}
.icon-menu2:before {
    content: "\e9bd";
}
.icon-cross:before {
    content: "\ea0f";
    font-size: 18px;
}
.icon-play2:before {
    content: "\ea15";
}
.icon-stop2:before {
    content: "\ea17";
}
.icon-volume-100:before {
    content: "\ea26";
}
.icon-volume-50:before {
    content: "\ea27";
}
.icon-volume-20:before {
    content: "\ea28";
}
.icon-volume-0:before {
    content: "\ea29";
}
.icon-mute2:before {
    content: "\ea2a";
}
.icon-shr2:before {
    content: "\ea82";
}
.icon-fb:before {
    content: "\ea90";
}
.icon-tw2:before {
    content: "\ea96";
}
.icon-appless:before {
    content: "\eabe";
}

/** Responsive **/
@media only screen and (max-device-width : 550px) {
    div.SleekPlayer{
        width: 100%;
        height: 300px;
    }
    div.SleekPlayer > div.mainsctn > .frnt > .ttl,
    div.SleekPlayer > div.mainsctn > .frnt > .arst{
        padding: 0 5px 0 5px;
        width: 100%;
        text-align: center;
    }
    div.SleekPlayer > div.mainsctn > .frnt > .ttl{
        margin-top: 10px;
    }
    div.SleekPlayer > div.mainsctn > .frnt > .atwrk {
        width: 120px;
        height: 120px;
        margin:15px;
    }
    div.SleekPlayer > div.mainsctn > .frnt > .plbtn {
        margin-left:15px;
    }
    div.SleekPlayer > div.mainsctn > .frnt > .itns{
        margin-left: 145px;
    }
    div.SleekPlayer > div.mainsctn > .frnt > .vlm{
        margin-left: 175px;
    }
    div.SleekPlayer > div.mainsctn > .frnt > .shr{
        margin-left: 200px;
    }
    div.SleekPlayer > div.mainsctn > .bck > .rinfo > div.radnme {
        width: 85%;
        padding-left: 5px;
    }
    div.SleekPlayer > div.mainsctn > .bck > .rinfo > div{
        height: 40px;
        padding-left: 5px;
    }
    div.SleekPlayer > div.mainsctn > .bck > .rinfo{
        height: 13%;
    }
    div.SleekPlayer > div.mainsctn > .bck > .rhis > ul > li > .hnme {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:220px;
    }
    div.SleekPlayer > div.mainsctn > .frnt > .shr > .pnl > div{
        width:25px;
    }
    div.SleekPlayer > div.mainsctn > .frnt > .shr > .pnl{
        width:75px;
    }



}
@media only screen and (max-device-width : 768px) {
    div.SleekPlayer > div.mainsctn > .frnt > .vlm{
        /** DISABLES THE BUTTON **/
        opacity: .5;
        pointer-events: none;
    }
}