/* --- SOCIAL --- */
div#barra_social a {
	display: inline-block;
	margin:0.1875rem;
	width:3rem;
	height:3rem;
	border:none;
	z-index:2010;
	opacity:1;
}
div#barra_social a.facebook {
	background:url('../../images/pubblico/facebook.svg') no-repeat center center;
	background-size:contain;
}
div#barra_social a.twitter {
	background:url('../../images/pubblico/twitter.svg') no-repeat center center;
	background-size:contain;
}
div#barra_social a.youtube {
	background:url('../../images/pubblico/youtube.svg') no-repeat center center;
	background-size:contain;
}
div#barra_social a.linkedin {
	background:url('../../images/pubblico/linkedin.svg') no-repeat center center;
	background-size:contain;
}
div#barra_social a.google {
	background:url('../../images/pubblico/google.svg') no-repeat center center;
	background-size:contain;
}
div#barra_social a.skype {
	background:url('../../images/pubblico/skype.svg') no-repeat center center;
	background-size:contain;
}
div#barra_social a.pinterest {
	background:url('../../images/pubblico/pinterest.svg') no-repeat center center;
	background-size:contain;
}
div#barra_social a.instagram {
	background:url('../../images/pubblico/instagram.svg') no-repeat center center;
	background-size:contain;
}
div#barra_social a:hover {
	opacity:0.5;
}
/* Smartphones ----------- */
@media only screen and (max-width : 960px) {
div#barra_social {
	position: relative;
	width: 100%;
	text-align: center;
	margin:0.625rem 0 0 0;
	z-index:500;
}
}
@media only screen and (min-width : 961px) {
div#barra_social {
	position: absolute;
	top:0.3125rem;
	right: calc(50% - 37.5rem);
	height:2.625rem;
	z-index:500;
}
}