#language {
    display: none;
}

/*
#language {
	position: relative;
    float: right;
    margin-top: 3px;
    display: none;
}

#language ul,
#language li {
	padding: 0;
	margin: 0;
    float: left;
	list-style: none;
}

#language li:after {
	float: right;
	line-height: 1em;
	color: black;
	border-right: 2px solid black;
	text-indent: -9999px;
	margin: 4px 8px 0 5px;
	padding-right: 4px;
}

#language li:after{
	content: '.';
}

.language {
	float: left;
	line-height: 12px;
}


#language li a {
	text-decoration: none;
    text-transform: lowercase;
	color: black;
	font-size: 0.875em;
	font-weight: 600;
}

#language li a.open,
#language li a:hover {
    text-decoration: underline;
}

#language li.last:after {
    display: none;
}


@media (max-width: 930px){
    
    
    
    body.menu #language {
        display: block;
        left: 3.4em;
        position: absolute;
        top: 1.7em;
        height: auto !important;
    }
    
    #language li {
        float: left;
        margin-right: 10px;
    }
    
    #language li:after {
		float: right;
		line-height: 1em;
		color: black;
		border-right: none;
		text-indent: -9999px;
		margin: 0;
		padding-right: 0;
	}
    
    #language li a {
        background-color: #00a2e6;
        border: 2px solid white;
        border-radius: 3px;
        color: #fff;
        display: block;
        float: left;
        height: auto;
        line-height: 22px;
        padding: 3px;
        text-align: center;
        width: 40px;
    }
    
    #language li a.open,
    #language li a:hover {
        background-color: #177ba5;
        width: 40px;
        text-decoration: none !important;
    }
}
*/