@charset "UTF-8";

#lang-redirect-bg {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

#lang-redirect-sel {
	background: #fff;
	border: 20px solid #fff;
	height: auto;
	left: 0;
	margin: auto;
	opacity: 1;
	overflow: hidden;
	padding: 40px 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 200px;
	z-index: 9999999;
}

.lang_redirect_hide {
	display: none;
}

.lang_redirect_btn {
	display: inline-block;
	margin-top: 10px;
	padding: 2px 10px 8px;
}

#lang-redirect-sel .flag {
	margin-right: 5px;
	position: relative;
	top: 4px;
}

#lang-redirect-sel img.flag {
	display: inline-block;
	top: 6px;
}

@media only screen and (max-width:767px) {
	#lang-redirect-sel {
		top: 60px;
	}
}

.heading_margin_bottom {
	margin-bottom: 15px;
}

.placeholder_span_style {
	display: inline-block;
	height: 24px;
}
