#google_translate_element, .skiptranslate{ display: none!important; } 
.current_lang
{
	cursor: pointer;
	margin-top:7px;
}
#lang_select img
{
	height: 17px;
	border-radius: 2px;
}
.lng_dropdown
{
	display: none;
	position: absolute;
	background: white;
	padding: 8px;
	border-radius: 10px;
    left: -8px;
    top: 27px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.lang_elem
{
	cursor: pointer;
}
.lang_elem:nth-child(1)
{
	margin-bottom:8px;
}
.lang_select
{
	display: inline-block;
    vertical-align: middle;
    height: 37px;
    position: relative;
    z-index: 10002; 
    padding-top: 8px;
    box-sizing: border-box; 
}
.lng_szurke
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.3);
	z-index: 10001;
}
@media (max-width: 1070px)
{
	.lng_szurke
	{
		display: none!important;
	}
}