.first-lang .wsite-menu-default li:nth-child(even){
	display: none!important;
}

.second-lang .wsite-menu-default li:nth-child(odd){
	display: none!important;
}

/* flag properties as shown in demo */

a.flaggy{
	position: absolute;
	right: 70px;
	margin-top: 17px;
	border-bottom: none;
}

a.flaggy2{
	position: absolute;
	right: 30px;
	margin-top: 17px;
	border-bottom: none;
}

/* properties for editor */

#icontent .flaggy{
	display: none
}

#icontent .wsite-menu-default li:nth-child(even){
	display: inline-block!important;
}

#icontent .wsite-menu-default li:nth-child(odd){
	display:  inline-block!important;
}
*/