/*
 IcePlayer v.3.0.0 - Player for Site (Icecast2 Online Radio)
 Copyright (c) 2016-2020 Andrew Molchanov
 https://github.com/JoCat/IcePlayer
*/

:root {
    --ice-player-primary-color:  #fff ;  
    --ice-player-secondary-color: rgba(0,0,0,0.45);
    --ice-player-border-color: 555;
    --iceplayer-track-height: 20px;
    --iceplayer-track-border-radius: calc(var(--iceplayer-track-height) / 2);
    --iceplayer-thumb-size: 24px;
    --iceplayer-thumb-border: 2px solid var(--ice-player-secondary-color);
}


.ice-player {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-size: 1.7rem;
    color: var(--ice-player-primary-color);
    text-shadow: 0 0 10px #fff;

}
#vl {opacity: 0}
#live  {height: 4vh ;
box-shadow: 0 0 10px #ff9d41; 
border-radius:7px;}
.ice-player.fixed {
     font-size: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
   /* background:  linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0,0,0,0.6936974618949142) 100%);*/ 
    border-top: 1px solid var(--ice-player-border-color);
   min-height: 11vh  ;
}

.ice-player.fixed .ice-track {
display: block;
    font-size: 1.3rem;
    color:  #fff ;  
    text-shadow: 0 0 10px #fff;

}
.ice-player.fixed .ice-track_hidden {
    margin-left: 1em;
    font-size: 1.3rem;
    color:  #fff ;  
    text-shadow: 0 0 10px #fff;

}

@media screen and (max-width: 576px) {
 
  .ice-player.fixed .ice-track {
    font-size: 14px;
  }
    .ice-player.fixed .ice-track_hidden {
    font-size: 14px;
  }
   .ice-player.fixed i {
    font-size: 1rem;
  }
  #live  {height: 3.5vh ;}



}
@media (max-width: 1000px) and (min-width: 500px) {

  .ice-player.fixed .ice-track {
    font-size: 15px;
  }
  .ice-player.fixed .ice-track_hidden {
    font-size: 15px;
  }
   .ice-player.fixed i {
    font-size: 1rem;
  }
  #live  {height: 4vh ;}
}

.ice-player-el {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    min-width: 0;
    min-height: 70px;

    margin-bottom: 10px;
}

/*[class*="ice-"] {
    display: inline-flex;
}*/
.ice-play, .ice-stop, .ice-pause  {display: inline-flex;  }
 

.ice-pause {
    display: none;
   
}
.ellipsify {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
 
}
.ellipsify:hover {
     text-overflow:clip;
  white-space: normal;
  word-break: break-word;
}

.ellipsify2 {
    text-overflow: ellipsis;
    overflow: clip;
    white-space: nowrap;
 
}
.ellipsify2:hover {
     text-overflow:clip;
  white-space: normal;
  word-break: break-all;
}

/* Player Icons */
@font-face {
    font-family: 'iceplayer';
    src: url('../font/iceplayer.eot?77906441');
    src: url('../font/iceplayer.eot?77906441#iefix') format('embedded-opentype'),
         url('../font/iceplayer.woff2?77906441') format('woff2'),
         url('../font/iceplayer.woff?77906441') format('woff'),
         url('../font/iceplayer.ttf?77906441') format('truetype'),
         url('../font/iceplayer.svg?77906441#iceplayer') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ice-"]:before, [class*=" ice-"]:before {
    font-family: "iceplayer";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    width: 1em;
    margin: 0 .25em;
    text-align: center;
    cursor: pointer;

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ice-stop {color: #fff;}
.ice-pause:before { content: '\f00e'; } /* '' */
.ice-play:before { content: '\f00f'; } /* '' */
.ice-stop:before { content: '\f080'; } /* '' */
/* Player Icons End */

/* Input Range Style (Volume) */
.vol_value {
    font-size: 13px;
}
.ice-volume {
    width: 160px;
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 16px ;
    height: 13px;
    transition: .5s ease-in-out;
    background: rgba(75, 75, 75, 1);
    cursor: pointer;
    transition: 0.2s;


}
.ice-volume:hover {
    width: 160px;
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 16px ;
    height: 20px;
    transition: .5s ease-in-out;
    background: rgba(75, 75, 75, 1);
    cursor: pointer;


}

/*.volume-vertical {
    height: 20px;
    -webkit-appearance: none;
    background-color: transparent;
     background: white;
    
}
*/

@media (max-width:575px) {
 
    


.volume-vertical {
    position: absolute;
   /* bottom: 79px;
    left: Calc(0% + 15px);*/
    bottom: 176px;
    left: Calc(0% + 73px);
    appearance: none;
    width: 156px;
    height: 30px;
    background: var(--ice-player-primary-color);
    border-radius: 15px;
     background-color: transparent;
    box-shadow: 0 2px 10px 3px #00000078;
    transition: 0.4s;
     background: rgba(75, 75, 75, 1);
     -webkit-appearance: none;
/*    overflow: hidden;*/
   
    -webkit-transform:  rotate(-90deg);
    z-index: 999999;
    cursor: pointer;
  
   
}


.volume-vertical:not(.open_volume){
  transform: scale(0);
  transition: 0.4s;
     rotate: -270deg;
 

}
.speaker:not(.open_volume){
  transform: scale(0);
  transition: 0.4s;
   
  rotate: -270deg;

}


 .volume-vertical:focus {outline: none;}



 /*.volume-vertical::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 170px;
    background: var(--ice-player-primary-color);
    border-radius:  3px;
    box-shadow: 0 2px 10px 3px #00000078;*/
/*  When fisabled  - works on iOS:  height: 32px;*/
/*    overflow: hidden;

}
 .volume-vertical::-moz-range-track {
    cursor: pointer;
    width: 170px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 2px 10px 3px #00000078;
    height: 32px;
   overflow: hidden;

} */ 
 .volume-vertical::-webkit-slider-thumb {
    cursor: pointer;
    border-radius: 50%;
    -webkit-appearance: none;
    appearance: none;
    width: 34px;
    height:34px;
    background-color: rgba(230, 230, 230, 1);
    border:  0.5px solid  rgba(75, 75, 75, 1);
     
/*    border: 2px solid #ffc107;*/
    box-sizing: border-box;
    padding:10px;
/*    box-shadow:  -407px 0 0 400px #8cc76e; */

 
}
.volume-vertical::-moz-range-thumb {
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 34px;
    height:34px;
    background-color: rgba(230, 230, 230, 1);
    border:  0.5px solid  rgba(75, 75, 75, 1);
/*    border: 1px solid #ffc107;*/
    box-sizing: border-box; 
/*    box-shadow:   -407px 0  0 400px #8cc76e; */
}

.volume-vertical:focus {outline: none;}
/* Hover, active & focus Thumb: Webkit */

.volume-vertical::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,255,255, .1)
}
.volume-vertical:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(255,255,255, .2)
}
.volume-vertical:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(255,255,255, .2)
}

/* Hover, active & focus Thumb: Firfox */

.volume-vertical::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,255,255, .1)
}
.volume-vertical:active::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(255,255,255, .2)
}
.volume-vertical:focus::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(255,255,255, .2)
}
.speaker {
  cursor: pointer;
  margin-right: -30px!important;
  transition: 0.4s;
  bottom: 40px;
  left: Calc(0% - 53px);
  height: 30px;
  width: 30px;
  position: absolute;
  overflow: hidden;
  display: inline-block;
}
.speaker span {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(230, 230, 230, 1);
  margin: 11px 0 0 2px;
}
.speaker span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent rgba(230, 230, 230, 1) transparent transparent;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: 5px;
}
.speaker span:before {
  transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: double;
  border-color: rgba(230, 230, 230, 1);
  border-width: 7px 7px 0 0;
  left: 18px;
  top: 9px;
  transition: all 0.2s ease-out;
}
.speaker:hover span:before {
  transform: scale(.8) translate(-3px,0) rotate(42deg);
}
.speaker.muted span:before {
  transform: scale(.5) translate(-15px,0) rotate(36deg);
  opacity: 0;
}
}


.ice-volume:focus {outline: none;}

/*.ice-volume::-webkit-slider-runnable-track {
    cursor: pointer;
    height: var(--iceplayer-track-height);
    background: var(--ice-player-primary-color);
    border-radius: var(--iceplayer-track-border-radius);
    box-shadow: 0 0 10px #fff;

    
}
.ice-volume::-moz-range-track {
    cursor: pointer;
    height: var(--iceplayer-track-height);
    background: var(--ice-player-primary-color);
    border-radius: var(--iceplayer-track-border-radius);
    box-shadow: 0 0 10px #fff;

  
}
*/

.ice-volume::-webkit-slider-thumb {
    cursor: pointer;
    border-radius: 50%;
    -webkit-appearance: none;
    width: var(--iceplayer-thumb-size);
    height: var(--iceplayer-thumb-size);
    background-color: rgba(230, 230, 230, 1);
/*    margin-top: calc(var(--iceplayer-track-height) * -1.5);*/
    border: 0.5px solid  rgba(75, 75, 75, 1);
    box-sizing: border-box;
/*    box-shadow:  -407px 0 0 400px orangered;*/
    transition: .5s ease-in-out;
 
}
.ice-volume::-moz-range-thumb {
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: var(--iceplayer-thumb-size);
    height: var(--iceplayer-thumb-size);
    background-color: rgba(230, 230, 230, 1);
    border: 0.5px solid  rgba(75, 75, 75, 1);
    box-sizing: border-box;
/*    box-shadow:  -407px 0 0 400px orangered;*/
    transition: .5s ease-in-out;
 
}

.ice-player.inline .ice-volume::-webkit-slider-thumb {
    border-color: #fff;
}
.ice-player.inline .ice-volume::-moz-range-thumb {
    border-color: #fff;
}
/* Hover, active & focus Thumb: Webkit */

.ice-volume::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,255,255, .1)
}
.ice-volume:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(255,255,255, .2)
}
.ice-volume:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(255,255,255, .2)
}

/* Hover, active & focus Thumb: Firfox */

.ice-volume::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255,255,255, .1)
}
.ice-volume:active::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(255,255,255, .2)
}
.ice-volume:focus::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(255,255,255, .2)
}
/* Input Range Style (Volume) End  */

.speaker {
  cursor: pointer;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.speaker span {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(230, 230, 230, 1);
  margin: 11px 0 0 2px;
}
.speaker span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent rgba(230, 230, 230, 1) transparent transparent;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: 5px;
}
.speaker span:before {
  transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: double;
  border-color: rgba(230, 230, 230, 1);
  border-width: 7px 7px 0 0;
  left: 18px;
  top: 9px;
  transition: all 0.2s ease-out;
}
.speaker:hover span:before {
  transform: scale(.8) translate(-3px,0) rotate(42deg);
}
.speaker.muted span:before {
  transform: scale(.5) translate(-15px,0) rotate(36deg);
  opacity: 0;
}

