<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- SOCIAL --- */
div#barra_social a {
	display:inline-block;
	margin:0.3125rem;
	width:1.6rem;
	height:1.6rem;
	border:none;
	z-index:500;
	opacity:1;
}
div#barra_social a.facebook {
	background:url('../../images/pubblico/facebook.svg') no-repeat center center;
	background-size:cover;
}
div#barra_social a.twitter {
	background:url('../../images/pubblico/twitter.svg') no-repeat center center;
	background-size:cover;
}
div#barra_social a.youtube {
	background:url('../../images/pubblico/youtube.svg') no-repeat center center;
	background-size:cover;
}
div#barra_social a.linkedin {
	background:url('../../images/pubblico/linkedin.svg') no-repeat center center;
	background-size:cover;
}
div#barra_social a.google {
	background:url('../../images/pubblico/google.svg') no-repeat center center;
	background-size:cover;
}
div#barra_social a.skype {
	background:url('../../images/pubblico/skype.svg') no-repeat center center;
	background-size:cover;
}
div#barra_social a.pinterest {
	background:url('../../images/pubblico/pinterest.svg') no-repeat center center;
	background-size:cover;
}
div#barra_social a.instagram {
	background:url('../../images/pubblico/instagram.svg') no-repeat center center;
	background-size:cover;
}



/* Smartphones ----------- */
@media only screen and (max-width : 960px) {
div#barra_social {
	position: relative;
	display: inline-block;
	background: #FFF;
	width: 100%;
	text-align: right;
	margin:0.625rem 0 0 0;
	z-index:500;
}
}
@media only screen and (min-width : 961px) {
div#barra_social {
	position: fixed;
	width: 2.225rem;
	height: auto;
	top:10rem;
	right:0;
	z-index:3000;
	background: #FFF;
	border-left: 1px solid #EEE;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-right: none;
}
}</pre></body></html>