/* ----------  Radio Player  ------------ */


#popUpPlayer{
    position: absolute;
    border: 1px solid rgba(108,201,59,1);
    z-index: 10000;
    width: 750px;
  	height: 200px;
    background: url(../img/playerPixelBack.gif);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
}

#player{
	float: left;
	width: 150px;
	height: 200px;
	text-align: center;
	margin: 0 auto;
}

#statusLed{
  display: block;
  position: relative;
  top: 31px;
  left: 41px;
  height: 36px;
  width: 64px;
}

#playBtn{
  display: block;
  position: relative;
  top: 42px;
  left: 24px;
  height: 43px;
  width: 40px;
  background: url(../img/playBtn.png) top left no-repeat;
  background-size: 100%;
  cursor: pointer;
}

#playBtn:hover{
  background-position: bottom;
}

#pauseBtn{
  display: block;
  position: relative;
  top: -1px;
  left: 82px;
  height: 43px;
  width: 40px;
  background: url(../img/stopBtn.png) top left no-repeat;
  background-size: 100%;
  cursor: pointer;
}

#pauseBtn:hover{
  background-position: bottom;
}

#audioVisualizer{
  display: block;
  position: relative;
  top: 20px;
  left: 63px;
}

#titleSong{
	float: left;
	width: 330px;
	height: 70px;
	margin: 36px 241px 94px 29px;
	overflow: hidden;
	text-align: left;
}

#IOS {
    position: absolute;
    top: 135px;
    left: 95px;
    width: 195px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #333;
    opacity: 0.6;
    display: none;
}

#IOS:hover {
    background: #6dd2c2;
    color: #FFF;
    opacity: 1;
}

#closePopUpPlayer{
    font-family: 'bpdotsdiamondlight';
    color: #df508a;
    font-size: 1em;
    height: 20px;
    width: 20px;
    line-height: 17px;
    text-align: center;
    position: absolute;
    border: 1px solid #df508a;
    top: -1px;
    right: -1px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
}

#closePopUpPlayer:hover{
    color: #FFF;
    border-color: #FFF;
}
