/* --- SOCIAL --- */
div#barra_social {
	position: relative;
	width: 100%;
	height: 4rem;
	margin:0 auto;
	padding: 0 0;
	z-index:500;
	background: #29718E;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-flow:row wrap;
	display: none;
}
div#barra_social a {
	margin:0 0.1875rem;
	width:4rem;
	height:2rem;
	border:none;
	z-index:3501;
	opacity:1;
	transition: all ease-in-out 300ms;
}
div#barra_social a.facebook {
	order: 2;
	background:url('../../images/pubblico/facebook.svg'), url('../../images/pubblico/facebookHover.svg');
	background-size: 100% auto, 100% auto;
	background-position: center center, center 300%;
	background-repeat: no-repeat, no-repeat;
}
div#barra_social a.facebook:hover {
	background-position: center -300%, center center;
}
div#barra_social a.twitter {
	order: 4;
	background:url('../../images/pubblico/twitter.svg'), url('../../images/pubblico/twitterHover.svg');
	background-size: 94% auto, 94% auto;
	background-position: center center, center 200%;
	background-repeat: no-repeat, no-repeat;
}
div#barra_social a.twitter:hover {
	background-position: center -200%, center center;
}
div#barra_social a.youtube {
	order: 5;
	background:url('../../images/pubblico/youtube.svg'), url('../../images/pubblico/youtubeHover.svg');
	background-size: 84% auto, 84% auto;
	background-position: center center, center 700%;
	background-repeat: no-repeat, no-repeat;
}
div#barra_social a.youtube:hover {
	background-position: center -700%, center center;
}
div#barra_social a.linkedin {
	order: 1;
	background:url('../../images/pubblico/linkedin.svg'), url('../../images/pubblico/linkedinHover.svg');
	background-size: 100% auto, 100% auto;
	background-position: center center, center 500%;
	background-repeat: no-repeat, no-repeat;
}
div#barra_social a.linkedin:hover {
	background-position: center -500%, center center;
}
div#barra_social a.instagram {
	order: 3;
	background:url('../../images/pubblico/instagram.svg'), url('../../images/pubblico/instagramHover.svg');
	background-size: 100% auto, 100% auto;
	background-position: center center, center 500%;
	background-repeat: no-repeat, no-repeat;
}
div#barra_social a.instagram:hover {
	background-position: center -500%, center center;
}
div#barra_social a.pinterest {
	order: 10;
	margin-left: auto;
	background: url("../../images/pubblico/trading.png") no-repeat;
	background-position: center center;
	background-size: contain;
	height: 4rem;
	width: 9rem;
}
div#barra_social a.skype {
	display: none;
}
div#barra_social a.google {
	display: none;
}
div#barra_social a.google:hover {
	display: none;
}
/* Smartphones ----------- */
@media only screen and (max-width : 960px) {
div#barra_social {
	z-index:500;
}
div#barra_social a.pinterest {
	margin-left: 0.1875rem;
}
}
@media only screen and (min-width : 961px) {
div#barra_social {
	z-index:1;
}
div#barra_social a {
	margin:0 0.3125rem;
}
}