﻿.lang { 
	bottom: 1em;
	right: 1em;
	height: 56px;
	width: 56px;
	position: fixed;
	z-index: 99999;
	line-height: 56px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.lang a { 
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 2px;
	display: block;
	height: 56px;
	width: 56px;
	border-radius: 28px;
	background: #3366cc;
	border: 1px;
}

.lang a:hover { 
	text-decoration: none;
	background: #003366;
}

@media screen and (max-width: 600px) {

.lang { 
	bottom: 0.5em;
	right: 0.5em;
	height: 42px;
	width: 42px;
	line-height: 42px;
	font-size: 14px;
}

.lang a { 
	letter-spacing: 1px;
	height: 42px;
	width: 42px;
	border-radius: 21px;
	border: 1px;
}

#bext { 
	font-size: 24px;
}

}