body {
	margin: 0;
	background: #000;
	//background-image: url("../images/header.png");
	background-repeat: repeat-x;
}

.lunaradio {
	max-width: 70%;
	width: 70%;
	max-height: 100%;
	height: 7%;
	position: relative;
	margin: 0px;
}

.icon {
	margin-top: -26px;
}

.popup-icon {
	position: absolute;
    z-index: 1;
    width: 50px;
    float: left;
    opacity: 0.5;
    margin: 78px 0px 0px -30px;
    transition: opacity 0.5s;
}

.popup-icon:hover {
  opacity: 1.0;
}

.tunein-icon {
	position: absolute;
	z-index: 1;
	height: 43px;
	float: left;
	opacity: 0.5;
	margin: 17px 0px 0px 367px;
	transition: opacity 0.5s;
}


.tunein-icon:hover {
  opacity: 1.0; 
}

.fb-icon {
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 40px;
	float: right;
	top: 10px;
	right: 282px;
	opacity: 0.5;
	transition: opacity 0.5s;
	-webkit-transition: all 1s ease;
  		transition: all 1s ease;	
}

.fb-icon:hover {
	opacity: 1.0;
	margin-top: -6px;
	-webkit-transition: all 1s ease;
		transition: all 0.3s ease;
}

a, a img, .fb-icon {
  cursor: pointer !important;
}


.twitter-icon {
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 40px;
	float: right;
	right: 242px;
	top: 10px;
	opacity: 0.5;
	transition: opacity 0.5s;
	-webkit-transition: all 1s ease;
  		transition: all 1s ease;	
}

.twitter-icon:hover {
	opacity: 1.0;
	margin-top: -6px;
	-webkit-transition: all 1s ease;
		transition: all 0.3s ease;  
}

.instagram-icon {
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 40px;
	float: right;
	right: 202px;
	top: 10px;
	opacity: 0.5;
	transition: opacity 0.5s;
	-webkit-transition: all 1s ease;
  		transition: all 1s ease;	
}

.instagram-icon:hover {
	opacity: 1.0;
	margin-top: -6px;
	 -webkit-transition: all 1s ease;
		transition: all 0.3s ease;  
}

.whatsapp-icon {
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 40px;
	float: right;
	right: 162px;
	top: 10px;
	opacity: 0.5;
	transition: opacity 0.5s;
	-webkit-transition: all 1s ease;
		transition: all 1s ease;	
}

.whatsapp-icon:hover {
	opacity: 1.0;
	margin-top: -6px;
	-webkit-transition: all 1s ease;
		transition: all 0.3s ease;  
}

.skype-icon {
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 40px;
	float: right;
	right: 122px;
	top: 10px;
	opacity: 0.5;
	transition: opacity 0.5s;
	-webkit-transition: all 1s ease;
  		transition: all 1s ease;
}

.skype-icon:hover {
	opacity: 1.0;
	margin-top: -6px;
	-webkit-transition: all 1s ease;
		transition: all 0.3s ease;
}

.logoradio {
	
	width: 200px;
	height: 136px;
	float:left;
}

.copertina {
	margin: 0px;
	border: 0px;
	width: 128px;
	height: 120px;
	float:right;
	position: relative;
}

.mipiace {
	margin: 2px 6px 6px 6px;
	float: right;
	position: absolute;
}

.condividi {
	position: absolute;
	z-index: 1;
	float: right;
	width: 186px;
	opacity: 0.5;
	transition: opacity 0.5s;
	margin: 50px 0 0 0;
	right: 108px;
}


.condividi:hover {
	opacity: 1.0;
}