/** Created by Lorini on 08/12/2016. Hub Telecom Services LLC | All Rights Reserved. **/
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700');
.grupolorini {
    width: 468px;
    height: 90px;
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin: 10px 0 10px 0;
}
.grupolorini > .backG{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}
.grupolorini > .branding {
    width: 45px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size:25px;
    text-align: right;
}
.grupolorini > .branding a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.grupolorini > .plybtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
}

.grupolorini > .titleholder {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 15px;
    white-space: nowrap;
}

.grupolorini > .timing {
    width: 120px;
    height: 10px;
    position: absolute;
    bottom: 20px;
    left: 15px;
    font-size: 15px;
    font-weight: 100;
}

.grupolorini > .artistholder {
    width: 160px;
    height: 16px;
    position: absolute;
    bottom: 10px;
    right: 5px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.grupolorini > .seekbar {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
}

.grupolorini > .seekbar > .played {
    width: 0;
    height: 100%;
    background: rgba(147, 0, 49, 1);
}


/** ----------------------------------
--------------- ICONS ----------------
---------------------------------- **/
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?2snpj6');
    src:  url('../fonts/icomoon.eot?2snpj6#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?2snpj6') format('truetype'),
    url('../fonts/icomoon.woff?2snpj6') format('woff'),
    url('../fonts/icomoon.svg?2snpj6#icomoon') 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: 'icomoon' !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;
}

.grupolorini .icon-music:before {
    content: "\e905";
}
.grupolorini .icon-apple:before {
    content: "\e903";
}
.grupolorini .icon-spotify:before {
    content: "\e904";
}
.grupolorini .icon-soundcloud:before {
    content: "\e900";
}
.grupolorini .icon-pause:before {
    content: "\e901";
}
.grupolorini .icon-play:before {
    content: "\e902";
}
.grupolorini .icon-soundcloud:hover{
    color:#ff3a00;
}
.grupolorini .icon-spotify:hover{
    color:#1DB954;
}
.grupolorini .icon-apple:hover{
    color: silver;
}
.grupolorini .icon-music:hover{
    color: #404040;
}
/** LIVE **/
.grupolorini > .live{
    margin-left:10px;
    font-size: 13px;
    font-weight: 300;
}
.grupolorini > .live::before{
    content: "";
    width: 8px;
    height:8px;
    background: red;
    border-radius: 50%;
    animation: blinker 1.5s linear infinite;
    position: absolute;
    margin:5px 0 0 -10px;
}
@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; }
}
/* END OF Live */
.grupolorini  .not-active {
    pointer-events: none;
    cursor: default;
}
.grupolorini{
    -webkit-user-select: none;
    -html-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}
@media screen and (max-device-width: 300px){
    grupolorini{
        width:100%;
    }
}