.language-wrapper {
	width: 100%;
	background: #535353;
}
.language-list {
	display:inline-block;
}
ul.allsites {
  display: table;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

ul.allsites li {
  float: left;
  position: relative;
  display: inline;
  list-style: none;
}
ul.allsites li> a{
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: 400;
	/* height: 38px; */
	line-height: 28px;
	padding: 0px 16px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 4px 0 0 0;
}
ul.allsites li> a{position:relative}
ul.allsites li> a i.fa{
	padding-right: 5px;
}
ul.allsites li:hover>a:before{
	opacity: 1;
	
}
.allsites ul li:hover>a{
	background: #99C74F;
}

.allsites a:hover { text-decoration: none; /* color: #535353; */ background-color: #99C74F; border-radius: 4px;}
.allsites li.currentsite a { font-weight: bold; font-size: 1.3em;background-color: #8C8C8C;}
ul.allsites li.menu_large a {
	font-size: small;
}

li.cat-item {
	vertical-align: top;
}