@charset "utf-8";
/* CSS Document */
header.fixed .language-select{
	display: none;
}
.language-select {
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 120px;
	text-align: center;
}
.language-select select {
    width: 100%;
    cursor: pointer;
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
	padding-left: 1.4rem;
    color: rgba(255,255,255,0.8);
	padding-bottom: 0.25rem;
}
.language-select select::-ms-expand {
    display: none;
}
.language-select option{
	color: #242424;
	font-size: 0.7rem;
}
.language-select::before {
	position: absolute;
	top: 7px;
	right: 0;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(255,255,255,0.8);
	pointer-events: none;
}
.language-select::after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;	
	content: "\f57d";
	color: rgba(255,255,255,0.8);
	position: absolute;
	top: 1px;
    left: 0;
	width: 0;
	height: 0;
	padding: 0;
}
.language-select-d {
	overflow: hidden;
    position: relative;
    width: 60%;
    text-align: center;
    height: 40px;
    border: solid 1px #e1e1e1;
    margin: 20px auto;
}
.language-select-d select {
    width: 100%;
	line-height: 40px;	
	font-size: 0.9rem;
	letter-spacing: 0.2rem;
	font-weight: 300;
    cursor: pointer;	
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
	padding-left: 2rem;
    color: #242424;
}
.language-select-d select::-ms-expand {
    display: none;
}
.language-select-d option{
	color: #242424;
	font-size: 0.8rem;
	line-height: 40px;
}
.language-select-d::before {
	position: absolute;
	top: 16px;
    right: 7px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #242424;
	pointer-events: none;
}
.language-select-d::after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;	
	content: "\f57d";
	color:  #242424;
	position: absolute;
	top: 12px;
    left: 7px;
	width: 0;
	height: 0;
	padding: 0;
}

@media only screen and (min-width: 980px) and (max-width: 1350px) {
.language-select {
	top: 75px;
}
}

@media only screen and (max-width: 979px) {
.language-select {
	display: none;
}
}
