/* --- SOCIAL --- */
div#barra_social a {
	display: inline-block;
	margin:0.1875rem 0 0.1875rem 0.1875rem;
	width:1.8rem;
	height:1.8rem;
	border:none;
	z-index:2010;
	opacity:1;
}
div#barra_social a.facebook {
	background:url('../../images/pubblico/facebook.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.twitter {
	background:url('../../images/pubblico/twitter.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.youtube {
	background:url('../../images/pubblico/youtube.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.linkedin {
	background:url('../../images/pubblico/linkedin.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.google {
	background:url('../../images/pubblico/google.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.skype {
	background:url('../../images/pubblico/skype.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.pinterest {
	background:url('../../images/pubblico/pinterest.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.instagram {
	background:url('../../images/pubblico/instagram.svg') no-repeat center center;
	background-size:100% 100%;
}

div#barra_social a.facebook:hover {
	background:url('../../images/pubblico/facebookHover.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.twitter:hover {
	background:url('../../images/pubblico/twitterHover.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.youtube:hover {
	background:url('../../images/pubblico/youtubeHover.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.linkedin:hover {
	background:url('../../images/pubblico/linkedinHover.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.google:hover {
	background:url('../../images/pubblico/googleHover.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.skype:hover {
	background:url('../../images/pubblico/skypeHover.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.pinterest:hover {
	background:url('../../images/pubblico/pinterestHover.svg') no-repeat center center;
	background-size:100% 100%;
}
div#barra_social a.instagram:hover {
	background:url('../../images/pubblico/instagramHover.svg') no-repeat center center;
	background-size:100% 100%;
}
/* 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.625rem;
	right:0;
	height:2.625rem;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	z-index:500;
}
}