div.repro15 {
    width: 400px;
    height: 400px;
    border-radius: 8px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, .5);
    overflow: hidden;
    background: #000000;
    position: absolute;
    color: #fff;
    font-family: 'Abel', sans-serif;
    text-shadow: 2px 5px 5px #000000;
}
div.repro151 {
    position: absolute;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .5);
    overflow: hidden;
}
.tocando {
    position: relative;
    color: #fff;
    left: 0px;
    top: 305px;
    margin: 5px auto;
    width: 380px;
    height: 0px;
    font-family: 'Abel', sans-serif;
    font-weight: bolder;
    font-size: 24px;
    text-shadow: 2px 2px 5px #000000;
    z-index: 1001
}
div.repro15 > .blur {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url();
    border-radius: 0px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
    filter: blur(0px);
    background-size: cover;
    opacity: 0.5;
}
div.repro15 > div.mainsctn {
    width: 100%;
    height: 100%;
    top: 0;
}
div.repro15 > div.mainsctn > .frnt, div.repro15 > div.mainsctn > .bck {
    width: 100%;
    Height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
div.repro15 > div.mainsctn > .frnt {}
div.repro15 > div.mainsctn > .bck {}
div.repro15 > div.mainsctn > .frnt > .atwrk {
    position: absolute;
    width: 180px;
    height: 180px;
    margin-top: 10px;
    margin-left: 110px;
    margin-right: auto;
    background-image: url();
    background-size: cover;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.9);
    z-index: 2;
    animation: rotation 4s linear infinite
}
@keyframes rotation {
    100% {
        transform: rotate(360deg)
    }
}
div.repro15 > div.mainsctn > .frnt > .plbtn {
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: 205px;
    margin-right: 0;
    margin-left: 175px;
    font-size: 50px;
    text-align: center;
    text-shadow: 2px 5px 5px, #000000;
}
div.repro15 > div.mainsctn > .frnt > .plystp {}
div.repro15 > div.mainsctn > .frnt > .ttl {
    width: 100%;
    height: 30px;
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
    text-shadow: 2px 5px 5px, #000000;
}
div.repro15 > div.mainsctn > .frnt > .arst {
    width: 100%;
    height: 30px;
    font-size: 16px;
    margin-top: -5px;
    text-align: center;
    position: relative;
    text-shadow: 2px 5px 5px, #000000;
}
div.repro15 > div.mainsctn > .frnt > .itns {
    width: 22px;
    height: 22px;
    position: absolute;
    margin: 50px 0 0 10px;
    line-height: 22px;
    font-size: 18px;
    text-shadow: 2px 5px 5px, #000000;
}
div.repro15 > div.mainsctn > .frnt > .itns > a {
    width: 100%;
    height: 100%;
    display: block;
    color: white;
    position: absolute;
    top: 0px;
}
div.repro15 > div.mainsctn > .frnt > .vlm {
    width: 22px;
    height: 22px;
    position: absolute;
    margin: 50px 0 0 48px;
    line-height: 22px;
    font-size: 20px;
    text-shadow: 2px 5px 5px, #000000;
}
div.repro15 > div.mainsctn > .frnt > .shr {
    width: 22px;
    height: 22px;
    position: absolute;
    margin: 50px 0 0 100px;
    line-height: 22px;
    font-size: 18px;
    text-shadow: 2px 5px 5px, #000000;
}
div.repro15 > div.mainsctn > .frnt > .shr > .pnl {
    width: 120px;
    height: 22px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    margin: -22px 0 0 24px;
}
div.repro15 > div.mainsctn > .frnt > .itns, div.repro15 > div.mainsctn > .frnt > .shr, div.repro15 > div.mainsctn > .frnt > .vlm, div.repro15 > div.mainsctn > .frnt > .mnu, div.repro15 > 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.repro15 > div.mainsctn > .frnt > .itns:hover, div.repro15 > div.mainsctn > .frnt > .shr:hover, div.repro15 > div.mainsctn > .frnt > .vlm:hover, div.repro15 > div.mainsctn > .frnt > .mnu:hover, div.repro15 > div.mainsctn > .bck > .mnu:hover, div.repro15 > div.mainsctn > .frnt > .pressed {
    background: rgba(255, 255, 255, .25);
}
div.repro15 .deselect {
    /** DISABLES THE BUTTON **/
    opacity: .5;
    pointer-events: none;
}
div.repro15 > div.mainsctn > .frnt > .itns.deselect:hover {
    background: none;
}
div.repro15 > div.mainsctn > .frnt > .shr > .pnl > div {
    width: 40px;
    height: 100%;
    float: left;
    display: block;
    line-height: 22px;
    position: relative;
    font-size: 14px;
    text-align: center;
    text-shadow: 2px 5px 5px, #000000;
    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.repro15 > div.mainsctn > .frnt > .shr > .pnl > div.fb:hover {
    background-color: rgba(59, 89, 152, .8);
}
div.repro15 > div.mainsctn > .frnt > .shr > .pnl > div.tw:hover {
    background-color: rgba(108, 223, 234, .8);
}
div.repro15 > div.mainsctn > .frnt > .shr > .pnl > div.emil:hover {
    background-color: rgba(181, 0, 0, .8);
}
div.repro15 > div.mainsctn > .frnt > .shr > .pnl > div > a {
    width: 100%;
    height: 100%;
    display: block;
    color: white;
    position: absolute;
    top: 0px;
}
div.repro15 > div.mainsctn > .frnt > .vlm > div.pnlVol {
    width: 75px;
}
div.repro15 > div.mainsctn > .frnt > .vlm > div.pnlVol > .volsl {
    width: 70px;
}
div.repro15 > 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.repro15 > div.mainsctn > .frnt > .timg {
    width: 120px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 45px;
    font-family: 'abel', sans-serif;
    font-weight: 100;
    text-align: center;
}
div.repro15 > 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.repro15 > div.mainsctn > .frnt > .mnu, div.repro15 > 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.repro15 > div.mainsctn > .bck > .rinfo {
    height: 30px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .2);
    line-height: 40px;
    background: rgba(255, 255, 255, .1);
}
div.repro15 > div.mainsctn > .bck > .rinfo > div {
    float: left;
    width: 110px;
    height: 100%;
    margin-right: 10px;
    overflow: hidden;
}
div.repro15 > div.mainsctn > .bck > .rinfo > div.radnme {
    width: 90%;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
div.repro15 > div.mainsctn > .bck > .rinfo > div.radnme > a {
    font-family: 'Abel', sans-serif;
    color: inherit;
    text-decoration: none;
}
div.repro15 > div.mainsctn > .bck > .rinfo > div.rpeak > span.cntn:before {
    content: " Peak: "
}
div.repro15 > div.mainsctn > .bck > .rinfo > div.rcurr > span.cntn:before {
    content: " Current: "
}
div.repro15 > div.mainsctn > .bck > .rhis {
    height: 85%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
div.repro15 > div.mainsctn > .bck > .rhis > ul {
    font-family: 'Abel', sans-serif;
    padding: 0;
    list-style-type: none;
    line-height: 30px;
    text-transform: uppercase;
}
div.repro15 > div.mainsctn > .bck > .rhis > ul > li {
    border-top: 1px solid rgba(255, 255, 255, .1);
    height: 30px;
}
div.repro15 > div.mainsctn > .bck > .rhis > ul > li#row0 {
    background: rgba(255, 255, 255, .3);
}
div.repro15 > div.mainsctn > .bck > .rhis > ul > li > div {
    float: left;
}
div.repro15 > div.mainsctn > .bck > .rhis > ul > li > .hnum {
    width: 50px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
}
div.repro15 > div.mainsctn > .bck > .rhis > ul > li > .hnme {
    padding-left: 10px;
}
/** scroll **/
.repro15 ::-webkit-scrollbar {
    width: 11px;
}
.repro15 ::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .1);
}
.repro15 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.65);
}
.repro15 ::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.75);
}
.repro15 ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.05);
}
div.repro15 > div.mainsctn > .frnt > .ttl, div.repro15 > div.mainsctn > .frnt > .arst {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.repro15 {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}
.icon-radio-tw2:before {
    content: "\f130";
}
.icon-headphones:before {
    content: "\f025";
}
.icon-music:before {
    content: "\f001";
}
.icon-envelop:before {
    content: "\f0e0";
}
.icon-power:before {
    content: "\e9b5";
}
.icon-menu1:before {
    content: "\f0ca";
}
.icon-menu2:before {
    content: "\f00b";
}
.icon-cross:before {
    content: "\f057";
    font-size: 18px;
}
.icon-play2:before {
    content: "\f04b";
}
.icon-stop2:before {
    content: "\f28d";
}
.icon-volume-100:before {
    content: "\f028";
}
.icon-volume-50:before {
    content: "\f027";
}
.icon-volume-20:before {
    content: "\f027";
}
.icon-volume-0:before {
    content: "\f026";
}
.icon-mute2:before {
    content: "\f026";
}
.icon-shr2:before {
    content: "\f1e0";
}
.icon-fb:before {
    content: "\f39e";
}
.icon-tw2:before {
    content: "\f099";
}
.icon-appless:before {
    content: "\f179";
}
/** Responsive **/
@media only screen and (max-device-width : 550px) {
    div.repro15 {
        width: 100%;
        height: 300px;
    }
    div.repro15 > div.mainsctn > .frnt > .ttl, div.repro15 > div.mainsctn > .frnt > .arst {
        padding: 0 5px 0 5px;
        width: 100%;
        text-align: center;
    }
    div.repro15 > div.mainsctn > .frnt > .ttl {
        margin-top: 10px;
    }
    div.repro15 > div.mainsctn > .frnt > .atwrk {
        width: 120px;
        height: 120px;
        margin: 15px;
    }
    div.repro15 > div.mainsctn > .frnt > .plbtn {
        margin-left: 15px;
    }
    div.repro15 > div.mainsctn > .frnt > .itns {
        margin-left: 145px;
    }
    div.repro15 > div.mainsctn > .frnt > .vlm {
        margin-left: 175px;
    }
    div.repro15 > div.mainsctn > .frnt > .shr {
        margin-left: 200px;
    }
    div.repro15 > div.mainsctn > .bck > .rinfo > div.radnme {
        width: 85%;
        padding-left: 5px;
    }
    div.repro15 > div.mainsctn > .bck > .rinfo > div {
        height: 40px;
        padding-left: 5px;
    }
    div.repro15 > div.mainsctn > .bck > .rinfo {
        height: 13%;
    }
    div.repro15 > div.mainsctn > .bck > .rhis > ul > li > .hnme {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 220px;
    }
    div.repro15 > div.mainsctn > .frnt > .shr > .pnl > div {
        width: 25px;
    }
    div.repro15 > div.mainsctn > .frnt > .shr > .pnl {
        width: 75px;
    }
}
@media only screen and (max-device-width : 768px) {
    div.repro15 > div.mainsctn > .frnt > .vlm {
        /** DISABLES THE BUTTON **/
        opacity: .5;
        pointer-events: none;
    }
}