
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue');
@import url('https://fonts.googleapis.com/css?family=Share:400i,700i');
@import url('https://fonts.googleapis.com/css?family=Play:wght@400;700');



.historic .music-info {
    color: #fff;
    font-family: 'Share', sans-serif;
    font-family: 'Play', sans-serif;
    font-family: 'Play', sans-serif;
    
    
}



body {
    margin: 0;
    padding: 0;
}

#eiplayer {
   font-family: 'Play', sans-serif;
    position: absolute;
    display: block;
   /* width: 100%;*/
    border-radius: 5px;
    overflow: hidden;
    background-color: #0088C1;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    min-height: 155px;
  /*  height: 100%;*/
}
/*
#eiplayer #cover-zone {
    display: block;
    position: absolute;
    top: 0px;
    height: calc(100% - 175px);
    width: 100%;
}*/

#eiplayer #cover-zone #cover-fade {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;                            
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 10%,rgba(0, 0, 0, 0.4) 30%,rgba(0, 0, 0, 0) 80%);
    
}

#eiplayer #cover-zone #cover-fade #radio-title-zone {
    height: 40px;
    width: 100%;
    font-family: 'Play', sans-serif;
    font-size: 12px;
    padding-top: 7px;
    padding-left: 10px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#popup-button-zone {
   
   /* right: 0px;
    top: 0px;*/
   /*  position: absolute;
    width: 20px;
    height: 20px;
    padding-top: 5px;
    padding-right: 5px;   
    top: 211px;
    right: 15px;
    cursor: pointer;*/
    z-index: 99;
    position: absolute;
    top: 58px;
    right: 18px;
    
  
    
}


#conectados{
    color: #FFFFFF;
    font-family: verdana;
    z-index: 99;
    position: absolute;
    top: 7px;
    right: 40px;
    font-size: 13px;
}



 #oy1{
    z-index: 99;
    position: absolute;
    top: 1px;
    right: -27px;
    font-size: 12px;
    display: inline-flex;
}
 
 
 #oy2{
    z-index: 99;
    position: absolute;
    top: 1px;
    right: -27px;
    font-size: 12px;
    display: inline-flex;
}
 

#current_time{
    /*color: #FFFFFF;
    z-index: 99;
    position: absolute;
    top: 38px;
    left: 10px;
    font-family: verdana;
    font-size: 12px;
    font-weight:400;letter-spacing:0.4px;text-shadow:1px -0px 2px rgba(0,0,0,0.30);*/
    color: #FFFFFF;
    z-index: 99;
    position: absolute;
    top: 36px;
    left: 10px;
    font-family: verdana;
    font-size: 13px;
    font-weight: 400;
    padding-top: 2px;
    letter-spacing: 0.05px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 70%);
    opacity: 0.9;
    transition-delay: initial;
        
}                                       


#eiplayer #cover-zone #cover-fade #popup-button-zone #btnPopup {
    /*cursor: pointer;*/
    cursor: move;
}

#eiplayer #cover-zone #cover-fade #popup-button-zone #btnPopup #zoom-icon path {
    fill: white;
}

#eiplayer #cover-zone #cover {
    width: 100%;
    height: 100%;
    min-height: 50px;
    position: relative;
    overflow: hidden;
}

#eiplayer #cover-zone #cover img {
    position: relative;
    height: 100%; /* 98% */
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    user-select: none;
}

#eiplayer #cover-zone .like-zone {
    display: block;
    width: 100%;
    height: calc(100% - 90px);
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    background-color: rgba(30, 127, 203, 0.75);
    opacity: 0;
    transition: opacity 0.2s linear;
}

#eiplayer #cover-zone:hover .like-zone:not(.disable), #eiplayer #cover-zone .like-zone:not(.disable):hover {
    opacity: 1;
}

#eiplayer #cover-zone .like-title {
    margin-top: 90px;
    font-size: 14px;
    color: white;
    margin-bottom: 18px;
    text-align: center;
}

.like-buttons-zone {
    padding-left: 64px;
}

#eiplayer #cover-zone .like-zone #like-button,
#eiplayer #cover-zone .like-zone #dislike-button {
    display: block;
    width: 46px;
    height: 46px;
    position: relative;
    border-radius: 30px;
    background-color: white;
    cursor: pointer;
    float: left;
}

#eiplayer #cover-zone .like-zone #like-button.voteDisabled,
#eiplayer #cover-zone .like-zone #dislike-button.voteDisabled {
    opacity: 0.7;
}

#eiplayer #cover-zone .like-zone #like-button.voteDisabled:hover,
#eiplayer #cover-zone .like-zone #dislike-button.voteDisabled:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

#eiplayer #cover-zone .like-zone #like-button {
    margin-right: 50px;
}

#eiplayer #cover-zone .like-zone #like-button svg,
#eiplayer #cover-zone .like-zone #dislike-button svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 15px;
    left: 15px;
}

#eiplayer #cover-zone .like-zone #like-button svg path,
#eiplayer #cover-zone .like-zone #dislike-button svg path {
    fill: #0088C1;
}
 
/*#eiplayer #buttons-zone {
    
    background:  linear-gradient(to top, rgba(0, 0, 0, 0.7) 10%,rgba(0, 0, 0, 0.4) 60%,rgba(0, 0, 0, 0) 100%);
    display: block;
    position: absolute;
    bottom: 0px;
    height: 90px;
    width: 100%;
    
             
} */


#eiplayer #buttons-zone #top-zone {
    width: 100%;
    height: 55px;
}

#eiplayer #buttons-zone #top-zone #play-pause-zone {
    float: left;
    display: block;
    height: 100%;
    width: 70px;
}

.play-pause-button svg {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
}

.buttonbk svg {
    width: 30px;
    height: 30px;
    margin-left: 6px;
    margin-top: 6px;
}
.buttonbk svg path {
    fill: #0088C1;
}
.play-pause-button svg path {
    fill: #0088C1;
}



 
#eiplayer #buttons-zone #top-zone #play-pause-zone #btnStopbk 
 {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 30px;
    margin-left: 45px;
    margin-top: -71px;
    cursor: pointer;
}

#eiplayer #buttons-zone #top-zone #play-pause-zone #loading,
#eiplayer #buttons-zone #top-zone #play-pause-zone #btnStopbk {
    display: none;
}


#eiplayer #buttons-zone #top-zone #play-pause-zone #btnPlay,
#eiplayer #buttons-zone #top-zone #play-pause-zone #btnStop,
#eiplayer #buttons-zone #top-zone #play-pause-zone #loading
 {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 30px;
    margin-left: 12px;
    margin-top: 10px;
    cursor: pointer;
}

#eiplayer #buttons-zone #top-zone #play-pause-zone #loading,
#eiplayer #buttons-zone #top-zone #play-pause-zone #btnStop {
    display: none;
}

#eiplayer #buttons-zone #top-zone #marcafront {
    float: left;
    display: block;
    color: white;
    height: 100%;
    width: calc(100% - 70px);
}

#eiplayer #buttons-zone #top-zone #marcafront #ttema {
    display: block;
    font-size: 15px;
   font-family: 'Play', sans-serif;
    margin-top: 11px;
    margin-bottom: 2px;
    width: calc(100% - 4px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: -10px;
}

#eiplayer #buttons-zone #top-zone #marcafront #artistas {
    display: block;
  font-family: 'Play', sans-serif;
    /*font-family: 'Bebas Neue', cursive; */
    font-size: 15px;
    width: calc(100% - 4px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-text-transform: uppercase;
    text-transform: uppercase;
    margin-left: -10px;
}

#eiplayer #buttons-zone #bottom-zone {
    width: 100%;
    height: 35px;
}

#eiplayer #buttons-zone #bottom-zone #volume-zone {
    float: left; 
    margin-left: 7px;
    height: 100%;
    width: 170px;
}

 #eiplayer #buttons-zone #bottom-zone #volume {
  display: none; 
    
    width: 25px;
    position: absolute;
    top: 65px;
    left: 160px;
    font-size: 10px;
} 

#eiplayer #buttons-zone #bottom-zone #volume-zone #mute-button-zone {
    float: left;
    height: 100%;
    width: 45px;
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #mute-button-zone #mute-button {
    margin-top: 4px;
    margin-left: 15px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #mute-button-zone #mute-button #volume-up-icon {
    width: 100%;
    height: 100%;
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #mute-button-zone #mute-button #volume-up-icon path {
    fill: white;
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #mute-button-zone #mute-button #volume-off-icon {
    width: 100%;
    height: 100%;
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #mute-button-zone #mute-button #volume-off-icon path {
    fill: white;
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #mute-button-zone #mute-button.muted #volume-up-icon {
    display: none;
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #mute-button-zone #mute-button:not(.muted) #volume-off-icon {
    display: none;
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #slider-zone {
    float: left;
    width: 100px;
    padding-right: 10px;
    height: 100%;
    
    

}

 
.hd {
   position: absolute;
    top: 58px;
    right: 25px;
    cursor: pointer;
  
}

.hhd {
   position: absolute;
    top: 56px;
    right: 45px;
    cursor: pointer;
    overflow: hidden; 
 
}


.hhd > img {
	width: 25px;
}

.hhd.off > img.on,
.hhd.on > img.off {
	display: none;
}

.hhd.off > img.off,
.hhd.on > img.on {
	display: block;
}


/* For mobile devices */
@media only screen and (max-width: 240px) {
     #eiplayer #buttons-zone #bottom-zone #volume {
   /* display: none;*/
    
    width: 25px;
    position: absolute;
    top: 65px;
    left: 140px;
    font-size: 10px;
}
    
      #eiplayer #buttons-zone #bottom-zone #volume-zone #slider-zone {
    float: left;
    width: 74px;
    padding-right: 10px;
    height: 100%;    
    

}
    
}


/* For mobile devices */
@media only screen and (max-width: 230px) {
  #eiplayer #buttons-zone #bottom-zone #volume-zone #slider-zone {
    float: left;
    width: 65px;
    padding-right: 10px;
    height: 100%;    
    

}
   .hhd {
    position: absolute;
    top: 55px;
    right: 40px;
    cursor: pointer;
    overflow: hidden; 
 
}
    
   .hd {
   position: absolute;
    top: 58px;
    right: 25px;
    cursor: pointer;
  
}
    
    #popup-button-zone {
   
   /* right: 0px;
    top: 0px;*/
   /*  position: absolute;
    width: 20px;
    height: 20px;
    padding-top: 5px;
    padding-right: 5px;   
    top: 211px;
    right: 15px;
    cursor: pointer;*/
    z-index: 99;
    position: absolute;     
    right: 10px;     
    top: 58px;
    
}
    
 #eiplayer #buttons-zone #bottom-zone #volume {
   /* display: none;*/
    
    width: 25px;
    position: absolute;
    top: 65px;
    left: 125px;
    font-size: 10px;
}	
}



/* For mobile devices */
@media only screen and (max-width: 200px) {
  #eiplayer #buttons-zone #bottom-zone #volume-zone #slider-zone {
    float: left;
    width: 65px;
    padding-right: 10px;
    height: 100%;    
    
}
    
    #eiplayer #buttons-zone #bottom-zone #volume {
   /* display: none;*/
    
    width: 25px;
    position: absolute;
    top: 88px;
    left: 100px;
    font-size: 10px;
}
    
   .hhd {
    position: absolute;
    top: 55px;
    right: 40px;
    cursor: pointer;
    overflow: hidden; 
 
}
    
  .hd {
   position: absolute;
    top: 58px;
    right: 20px;
    cursor: pointer;  
}
    
    #popup-button-zone {
   
   /* right: 0px;
    top: 0px;*/
   /*  position: absolute;
    width: 20px;
    height: 20px;
    padding-top: 5px;
    padding-right: 5px;   
    top: 211px;
    right: 15px;
    cursor: pointer;*/
    z-index: 99;
    position: absolute;     
    right: 10px;     
    top: 58px;
    
}
    
	}



/* For mobile devices */
@media only screen and (max-width: 190px) {
  #eiplayer #buttons-zone #bottom-zone #volume-zone #slider-zone {
    float: left;
    width: 65px;
    padding-right: 10px;
    height: 100%;    
    visibility: hidden;
}
    
    
      #eiplayer #buttons-zone #bottom-zone #volume {
   display: none;
    visibility: hidden;
    width: 25px;
    position: absolute;
    top: 65px;
    left: 80px;
    font-size: 10px;
}
    
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #slider-zone #slider {
    margin-top: 13px;
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #slider-zone #slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    height: 4px;
  /*  border: none;*/
    background: none;
    background-color: rgba(194,194,194,0.35);   
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #slider-zone #slider .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    background-image: none;
    background-color: white;
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #slider-zone #slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all .ui-slider-handle.ui-state-default.ui-corner-all {
    display: none;
}

#eiplayer #buttons-zone #bottom-zone #volume-zone #slider-zone:hover #slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all .ui-slider-handle.ui-state-default.ui-corner-all {
    display: block;
    border: #ffffff 0px solid;
    background: none;
    background-color: white;
    border-radius: 100px;
    height: 10px;
    width: 10px;
    top: 1px;
    margin-top: -4px;
    margin-left: -5.5px;
    outline: none;
    cursor: pointer;
}

#eiplayer #radioStream {
    display: none;
}

#eiplayer #listeners-count {
    color: white;
    font-size: 11px;
    font-family: "Gotham-Book";
    display: none;
}
#eiplayer #listeners-count svg {
    fill: white;
    width: 18px;
}
#eiplayer #listeners-count span.listeners-count {
    top: -7px;
    position: relative;
    margin-left: 2px;
}

#eiplayer #buttons-zone #bottom-zone .button-zone {
    display: block;
    float: left;
    height: 100%;
    width: 35px;
}

#eiplayer #buttons-zone #bottom-zone .button-zone #btnDownload {
    display: block;
    height: 20px;
    width: 20px;
    padding: 3px;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
}

#eiplayer #buttons-zone #bottom-zone .button-zone #btnDownload #download-icon {
    width: 18px;
    height: 18px;
    margin-left: 1px;
    margin-top: 1px;
}

#eiplayer #buttons-zone #bottom-zone .button-zone #btnDownload #download-icon path {
    fill: white;
}

#eiplayer #buttons-zone #bottom-zone .button-zone #share-button {
    height: 20px;
    width: 20px;
    padding: 3px;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
}

#eiplayer #buttons-zone #bottom-zone .button-zone #share-button.activated {
    background-color: rgba(122,122,122,0.2);
}

#eiplayer #buttons-zone #bottom-zone .button-zone #share-button #share-icon {
    width: 16px;
    height: 16px;
    margin-left: 1px;
    margin-top: 2px;
}

#eiplayer #buttons-zone #bottom-zone .button-zone #share-button #share-icon path {
    fill: white;
}

#eiplayer #buttons-zone #bottom-zone #hd-zone {
    float: left;
    display: block;
    height: 100%;
    width: 45px;
}

#eiplayer #buttons-zone #bottom-zone #hd-zone #hd-button {
    display: none;
       height: 20px;
    width: 20px;
    cursor: pointer;
    right: 50px;
    margin-top: 2px;
    user-select: none;
}

#eiplayer #buttons-zone #bottom-zone #hd-zone #hd-button #hd-icon {
   /* display: block;*/
    width: 100%;
    height: 100%;
   font-family: 'Play', sans-serif;
    text-align: center;
    font-style: italic;
    font-size: 13px; font-weight: 900;
}

.hd {
    color: rgba(227 227 227 / 45%);
     font-weight: 500;
}

.hd.on {
    color: white;
    font-weight: 600;
}


/* Zone de partage */

#share-zone {
 display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    background-color: rgba(30, 127, 203, 0.45);
    transition: opacity 0.2s linear;
}

#share-zone #share-top {
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 25px;
}

#share-zone #share-top .close-button {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

#share-zone #share-top .close-button svg {
    width: 100%;
    height: 100%;
}

#share-zone #share-top .close-button svg path {
    fill: white;
}

#share-zone #share-buttons-title, #share-zone #share-code-title {
    width: 100%;
    height: 14px;
    text-align: center;
    color: white;
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#share-zone #share-buttons-zone {
    width: 100%;
    height: 42px;
    padding-left: 40px;
    margin-bottom: 30px;
}
 
 
#share-zone  .share-button {
     text-align: center;
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    cursor: pointer;
    margin-right: 35px;
    border-radius: 50px;
}

.share-button2 {
    
     text-align: center;
    float: left;
    width: 42px;
    height: 42px;
    cursor: pointer;
    margin-right: 35px;
    border-radius: 50px;
}

#share-zone #share-code-zone {
    width: 100%;
    height: 25px;
    text-align: center;
}

#share-zone #share-code-zone input {
    border: none;
    height: 25px;
    width: 220px;
    border-radius: 50px;
    padding: 0;
    padding-left: 8px;
    color: black;
}

/* Loader */

#loading .loader {
    position: relative;
    left: -1px;
    top: -1px;
    border: 2px solid #FFFFFF; /* Light grey */
    border-top: 2px solid red; /* Blue */
    border-radius: 50%;
    width: 28px;
    height: 28px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-moz-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-o-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dldisabled {
    opacity: 0.5;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    cursor: default;
}

.dldisabled:hover {
    opacity: 0.5;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    cursor: default;
}

.marquee {
     width:100%;
  overflow: hidden;
}
#eipca{
   width: 7px;
    height: 20px;
    position: absolute;
    overflow: hidden;
    right: 72px;
    top: 55px;
    z-index: 99;
    color: #FFFFFF;
 
}
#eipcf{
   width: 7px;
    height: 20px;
    position: absolute;
    overflow: hidden;
    right: 72px;
    top: 55px;
    z-index: 99;
    color: #FFFFFF; 
}

#eipcfc {
   width: 7px;
    height: 20px;
    position: absolute;
    overflow: hidden;
    right: 72px;
    top: 55px;
    z-index: 99;
    color: #FFFFFF; 
}

#noradio {
   
    
  
    color: #ffffff;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 64%);
    height: 24px;
    position: absolute;
    overflow: hidden;
    /* right: 10px; */
    right: 18px;
    z-index: 99;
    top: -55px;
    /* top: -25px; */
    font-size: 0.85em;
    letter-spacing: 0.5px;
    opacity: 0.90;
    font-weight: 400;
    /* text-shadow: 1px 0px 2px rgb(0 0 0 / 30%); */
 
     
    
}

#vivo {
     
    width: 20px;
    height: 20px;
    position: absolute;
    overflow: hidden;
    right: 26px;
    top: 13px;
    z-index: 99;
    color: #FFFFFF;
 
}
 

#itp {   

   color: #FFFFFF;
    z-index: 99;
    position: absolute;
    top: 32px;
    left: 72px;
    font-family: verdana;
    font-size: 12px;
    font-weight: 400;
    padding-top: 2px;
    letter-spacing: 0.05px;
    text-shadow: 1px 0px 2px rgb(0 0 0 / 40%);
    opacity: 0.75;
    transition-delay: initial;
}

#ita {
    color: #FFFFFF;
    z-index: 99;
    position: absolute;
    top: 32px;
    left: 72px;
    font-family: verdana;
    font-size: 12px;
    font-weight: 400;
    padding-top: 2px;
    letter-spacing: 0.05px;
    text-shadow: 1px 0px 2px rgb(0 0 0 / 40%);
    opacity: 0.75;
    transition-delay: initial;
}

#rs-zone {
   position: absolute;
    top: -50px;
    right: 6px;
    cursor: pointer;
    overflow: hidden;
}

.subimg {
   background-image: url('"../images/eiplayer-logo.png"images/');
/* Background image is centered vertically and horizontally at all times */
background-position: center center;

/* Background image doesn't tile */
background-repeat: no-repeat;

/* Background image is fixed in the viewport so that it doesn't move when
the content's height is greater than the image's height */
background-attachment: fixed;

/* This is what makes the background image rescale based
on the container's size */
background-size: cover;

/* Set a background color that will be displayed
while the background image is loading */
background-color: #464646;
}
