

#langs
{
	position:absolute;
	top:-10px;
	right:0px;
	
	display:block;
	width:138px;
	height:54px;
	
	text-align:center;
	
	/*-moz-transition:    all 200ms cubic-bezier(0.08, 0.53, 0.36, 1) 100ms ;
	-webkit-transition: all 200ms cubic-bezier(0.08, 0.53, 0.36, 1) 100ms ;
	-o-transition:      all 200ms cubic-bezier(0.08, 0.53, 0.36, 1) 100ms ;
	transition:         all 200ms cubic-bezier(0.08, 0.53, 0.36, 1) 100ms ;*/
	
	border-box:box-sizing;
	-moz-border-box:box-sizing;
	-webkit-border-box:box-sizing;
	-o-border-box:box-sizing;
	
	/*background-color:#ccc;
	box-shadow: 1px 1px 1px #808080;*/
}
#langs ul
{
	margin:24px 0 0 -35px;
	list-style-type:none;
}

#langs ul li
{
		display:inline-block;
}

#langs ul li a
{
	display:block;
	width:32px;
	height:32px;
	margin:0;
}
#langs ul li a .label
{
	display:none;
}

#langs ul li a
{
	background-position:center center;
	background-repeat:no-repeat;
}
#langs ul li a.sel
{
	/*border-bottom: 1px solid #ccc;*/
	padding:0 4px;
	margin:0 3px;
	background-color:#ccc; 
}

#langs ul li a.it{ background-image:url("../images/flag_IT_32.png"); }
#langs ul li a.en{ background-image:url("../images/flag_GB_32.png"); }
#langs ul li a.fr{ background-image:url("../images/flag_FR_32.png"); }

#langs-ol
{
	display:none;
	width:100%;
	height:100%;
	
	position:fixed;
	top:0;
	left:0;
	z-index: 99998;
	
	background-color:rgba(0,0,0,0.5);
}
#langs-olbox
{
	display:none;
	width:250px;
	height:200px;
	
	position:fixed;
	top:50px;
	right:23px;
	z-index: 99999;
	
	padding:10px;
	background-color:rgba(255,255,255,1);
	box-shadow: 0px 1px 14px 1px #000;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	
}
#langs-olbox ul
{
	list-style-type:none;
	margin-left:-30px;
}
#langs-olbox ul li a
{
	display:block;
	height:34px;
	line-height:34px;
	margin:20px 0 0 0;
	padding:0 0 2px 0px;
	font-size:1.5em;
	text-decoration:none;
	color:#3F3F3F;
	text-align:center;
	
	background-position:20px 0px;
	background-repeat:no-repeat;
	background-color:#fff;
}
#langs-olbox ul li a .label
{}


#langs-olbox ul li a:hover
{
	background-color:#E2E2E2;
}

#langs-olbox ul li a.it{background-image:url("../images/flag_IT_32.png"); }
#langs-olbox ul li a.en{background-image:url("../images/flag_GB_32.png"); }
#langs-olbox ul li a.fr{background-image:url("../images/flag_FR_32.png"); }

#langs-olbox ul li a.sel
{
	color:#000;
	border-bottom:1px solid #555;
}


@media (max-width: 1080px) 
{
	#langs
	{
		position:absolute;
		height:60px;
		width: 50px;
		right: 20px;
	}
	
	#langs ul li a 
	{
		display:none;
	}
	#langs ul li a.sel
	{
		display:block;
		position:absolute;
		top:25px;
		right:4px;
		border-bottom:0;	
	}
		
}

@media (max-width: 860px)
{
	#langs
	{
		z-index:10015;
		right: 0;
		width:60px;
		height:45px;
		margin-top: 0;
		
	}
	#langs ul
	{
		margin-top:0;
		padding-top:0;
	}
	
	#langs ul li a.sel
	{
		margin:0px;
		top: 13px;
		right:20px;
	}
}


#menuicon a{margin-right:10px;}
#menuicon a:nth-child(2){margin-right:15px;}
@media (max-width: 380px)
{
	#langs{width:40px;}	
	#langs ul li a.sel{right:0;}
	#menuicon{right:50px}
	
	
	
}




