div#barra_social a {
	display: inline-block;
	margin:0 0 0 0;
	width: 2.5rem;
	height: 2.5rem;
	z-index: 1;
	opacity: 1;
}

div#barra_social a.linkedin {
	background: url(../../images/pubblico/linkedin.svg) center center no-repeat;
	background-size: 80% auto;
}
div#barra_social a.youtube {
	background: url(../../images/pubblico/youtube.svg) center center no-repeat;
	background-size: 80% auto;
}
div#barra_social a.facebook {
	background: url(../../images/pubblico/facebook.svg) center center no-repeat;
	background-size: 80% auto;
}
div#barra_social a.twitter {
	background: url(../../images/pubblico/twitter.svg) center center no-repeat;
	background-size: 80% auto;
}
div#barra_social a.google {
	background: url(../../images/pubblico/google.svg) center center no-repeat;
	background-size: 80% auto;
}
div#barra_social a.skype {
	background: url(../../images/pubblico/skype.svg) center center no-repeat;
	background-size: 80% auto;
}
div#barra_social a.pinterest {
	background: url(../../images/pubblico/pinterest.svg) center center no-repeat;
	background-size: 80% auto;
}
div#barra_social a.instagram {
	background: url(../../images/pubblico/instagram.svg) center center no-repeat;
	background-size: 80% auto;
}

@media only screen and (max-width:1200px) {
footer div#barra_social{
	position: absolute;
	top: 0rem;
	right: 0;
	height: 3rem;
	z-index: 1;
	background: none;
	width: 100%;
	text-align: center;
}
#head div#barra_social {
	position: absolute;
	top:4rem;
	right:0;
	height: 2.5rem;
	z-index: 1;
	background: none;
	width: 7rem;
	text-align: right;
	order: 10;
	display: none;
}
}
@media only screen and (min-width:1201px) {
#head div#barra_social {
	position: absolute;
	top:0rem;
	right:3%;
	height: 2.5rem;
	z-index: 1;
	background: none;
	width: 7rem;
	text-align: right;
	order: 10;
	display: none;
}
header div#barra_social a.youtube {
	
}
footer div#barra_social {
	position: absolute;
	bottom: 1.75rem;
	right: 3%;
	height: 3rem;
	z-index: 1;
	background: none;
	width: 10rem;
	text-align: right;
}
}