div#barra_social a {
	display: inline-block;
	margin:0 0 0 0;
	width: 3rem;
	height: 3rem;
	border: none;
	z-index: 1;
	opacity: 1;
}
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.youtube {
	background: url(../../images/pubblico/youtube.svg) center center no-repeat;
	background-size: 80% auto;
}
div#barra_social a.linkedin {
	background: url(../../images/pubblico/linkedin.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:960px) {
div#barra_social {
	display: none;
	position: absolute;
	top: 0rem;
	right: 0;
	height: 3rem;
	z-index: 1;
	background: #133C69;
	width: 100%;
	text-align: center;
}
}
@media only screen and (min-width:961px) {
div#barra_social {
	display: none;
	position: absolute;
	top: 0rem;
	right: 0;
	height: 3rem;
	z-index: 1;
	background: #133C69;
	width: 100%;
	text-align: right;
}
div#barra_social a.linkedin {
	margin-right: 3%;
}
}