.choose_language {
	position: absolute;
	z-index: 999;
	top: 93px;
	right: 7px;
	color: #fff;
	font-style: italic;
	font-size: 14px;
}
.language_select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 15px 0 0;
	width: 70px;
	height: 16px;
	line-height: 16px;
	background: #fff;
	color: #000;
	text-align: right;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	font-style: normal;
	font-size: 11px;
	text-transform: uppercase;
}
.language_select .arrow {
	position: absolute;
	top: 6px;
	right: 5px;
}
.flags {
	display: none;
	position: absolute;
	top: 17px;
	left: -1px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
ul.reset.flags li {
	padding: 0 15px 0 0;
	width: 70px;
}
.language_select img {
	vertical-align: middle;
}
.flags li a {
	display: block;
}
.language_select:hover .flags {
	display: block;
}

@media only screen and (max-width: 1000px){
	.choose_language {
		top: 10px;
	}
}