#language_selector #eng {
	width: 150px;
	height: 150px;
	float: left;
	background-color: rgba(255,255,255,0.5);
	margin-right: 25px;
	text-align: center;
	line-height: 150px;
}

#language_selector #ger {
	width: 150px;
	height: 150px;
	float: left;
	background-color: rgba(255,255,255,0.5);
	margin-right: 25px;
	text-align: center;
	line-height: 150px;
}

#language_selector #hun {
	width: 150px;
	height: 150px;
	float: left;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	line-height: 150px;
}

#payoff {
	text-align: center;
	width: 100%;
	margin-top:200px;
}



#language_selector  {
	display: inline-block;
}


@import foundation;

.clear {
  @include clearfix;
}