.language-layer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 10000000000;
}

.language-layer-inner {
	position: fixed;
	width: 600px;
	max-width: 80%;
	background: #FFF;
	z-index: 100000001;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	max-height: 80%;
	padding: 30px;
}


.language-layer-text span {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
}

.language-layer-text span.bold {
	font-size: 20px;
	font-weight: bolder;
}

.language-switch {
	height: 60px;
	width: 50%;
	float: left;
	position: relative;
	margin-top: 20px;
}

.language-switch a {
	width: 80%;
	position: relative;
	height: 100%;
	display: block;
	text-indent: 65px;
	line-height: 60px;
	color: #FFF;
	max-width: 230px;
	margin: auto;
	white-space: nowrap;
	font-size: 18px;
}

.language-switch a:before {
	content: " ";
	background: url('//d9hhrg4mnvzow.cloudfront.net/go3.test.io/language-popup/310afd54-flag-round-250_01m01j01m01j000000.png') center center no-repeat;
	width: 58px;
	position: absolute;
	left: 0;
	height: 60px;
}

.language-switch a:after {
	content: " ";
	position: absolute;
	left: 10%;
	width: 90%;
	top: 9px;
	height: 42px;
	background: rgba(38,51,64,1);
	border-radius: 5px;
	z-index: -1;
}



.language-switch a:hover:after {
	background: rgba(29,44,61,1);
}

.language-switch.switch-en a:before {
	background: url('//d9hhrg4mnvzow.cloudfront.net/go3.test.io/language-popup/8098a27b-55e1af2a06db74-16502765_01m01n01m01n000000.png') center center no-repeat;
}

.language-switch.switch-en a {
	color: rgba(38,51,64,1);
}


.language-switch.switch-en a:after {
	background: #FFF;
	border: 1px solid rgba(38,51,64,1);
}

@media screen and (max-width: 768px) {
	.language-switch {
		width: 100%;
	}

	.language-switch a {
		width: 100%;
	}
}

