.cur_lang {
	font-size: 14px;
  	color: #fff;
  	font-family: 'Arial';
  	text-align: center;
  width:100px;
  line-height:30px;
}
.mx_menu {
	background: #ffffffcc;
  	width:100px;
  	position: absolute;
  height:0px;
  display:block;
  overflow:hidden;
  transition:0.5s;
  border:0px !important;
}
.mx_menu.on{height:60px;}
.mx_menu a {
	display: block;
  	font-size: 14px;
  	color: #000;
  	font-family: 'Arial';
  	text-align: center;
  line-height:30px;
}
.e_html-57{cursor:pointer;}