
.lang-selections
{
  padding:0 5px;
  color: #394A58;
  font-style: normal;
  visibility:hidden;

}

.lang-selections a
{
	visibility:visible;
	color: #394A58;
	text-decoration: none;
	font-style: normal;
	/*position: relative;*/
	/*top: -15px;*/
	float: right;
}

.lang-selections a:hover
{
	color: #394A58;
	text-decoration: none;
}
.lang-selections a:active
{
	color: #394A58;
text-decoration: none;
}

.lang-separator
{
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  color: #d7d7d7;
}

/*ADAPTIIVISUUS*/
@media screen and (max-width: 768px) {
	

.lang-selections a
{
	float: left;
	top: 7px;

}



}
