/* --- SOCIAL --- */
div#barra_social a {
	float:right;
	margin:0.1875rem 0rem 0.1875rem 0.3125rem ;
	width:2rem;
	height:2rem;
	border:none;
	z-index:2010;
	opacity:1;
}
div#barra_social p {
	width: 100%;
	color: #FFF;
	font-size: 0.875rem;
	text-align: right;
	display: none;
}
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.youtube:hover {
	background:url('../../images/pubblico/youtubeHover.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.linkedin:hover {
	background:url('../../images/pubblico/linkedinHover.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.instagram:hover {
	background:url('../../images/pubblico/instagramHover.svg') no-repeat center center;
	background-size:contain;
}
div#barra_social a:hover {
	opacity:1;
}
/* Smartphones ----------- */
@media only screen and (max-width : 1300px) {
div#barra_social {
	position: absolute;
	top:0.9rem;
	right:4.5rem;
	margin:0 0 0 0;
	z-index:500;
}
	div#barra_social {
}
}
@media only screen and (min-width : 1301px) {
div#barra_social {
	position: absolute;
	top:0rem;
	right: 3%;
	z-index:500;
}
div#barra_social {
}
}