#content-wrapper{
	position: absolute;
	top: 0px;
}
.language-switch{
	text-align: right;
	position: relative;
	top: 25px;
	padding-right: 6px;
	margin-top: -25px;
	z-index: 50;
}

.link_languge{
	position: relative;
	display: inline-block;
	padding: 8px 5px;
	opacity: 0.5;
	cursor: pointer;
}

.link_languge.active{
	opacity: 1;
}

.flags{
	width: 30px;
	height: auto;
}

.myfontfamily{
	font-family: Î¢ÈíÑÅºÚ;
}

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

	#main-content{
		margin-top: 80px;
	}

	#contact iframe{
		width: 100%;
	}
}