/* --- LINGUE --- */
div#barra_lingue a {
	float:left;
	display: block;
	width:20px;
	height: 14px !important;
	border:0px;
	margin:0 0 0 0.3125rem;
	padding:0;
	z-index:3;
	text-align:center;
	font-size:0.875rem;
	line-height:100%;
	text-transform:uppercase;
	text-decoration:none;
	color:#444;
	font-weight:700;
}
div#barra_lingue a:hover {
	color:#ED4100;
}
div#barra_lingue select {
	margin:0;
	padding:0.3125rem 0.625rem 0.3125rem 1.5rem;
	border:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size:0.875rem;
	color:#555;
	border-color:#FFF;
}
div#barra_lingue select::-ms-expand {
    display: none;
	text-overflow: '';
	border:0;
}
div#barra_lingue select.it {
	background:url('../../images/flag/it.png') no-repeat center left #FFF;
}
div#barra_lingue select.en {
	background:url('../../images/flag/en.png') no-repeat center left #FFF;
}
div#barra_lingue select.de {
	background:url('../../images/flag/de.png') no-repeat center left #FFF;
}
div#barra_lingue select option selected {
	font-size:0.875rem;
}
div#barra_lingue select option.it selected {
	background:url('../../images/flag/it.png') no-repeat center left #FFF;
}
div#barra_lingue select option {
	color:#555;
	font-size:0.875rem;
	margin:0;
	padding:0.3125rem 0.3125rem 0.3125rem 1.5rem;
	border:0;
	-webkit-appearance: none; 
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-decoration: none;
	border:0;
}
div#barra_lingue select option::-ms-expand {
    display: none;
	text-overflow: '';
}  
div#barra_lingue select option.it {
	background:url('../../images/flag/it.png') no-repeat center left #FFF;
}
div#barra_lingue select option.en {
	background:url('../../images/flag/en.png') no-repeat center left #FFF;
}
div#barra_lingue select option.de {
	background:url('../../images/flag/de.png') no-repeat center left #FFF;
}
/* Smartphones ----------- */
@media only screen and (max-width : 960px) {
div#barra_lingue {
	position:absolute;
	top:2.5rem;
	height: 1rem;
	right:3%;
	margin-right:0;
	z-index:2010;
}
}
@media only screen and (min-width : 961px) {
	
div#barra_lingue {
	position:absolute;
	top:3rem;
	height: 1rem;
	right:50%;
	margin-right:-30rem;
	z-index:2010;
}
}