#headerwrap #header{
	position: static!important;
}

.luxurylangscolumns{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
}

.langmenudesktop .luxurylangscolumns div{
	flex: 0 1 30%;	
}
.langmenumobile .luxurylangscolumns div{
	flex: 1 1 40%;	
}

.luxurylangscolumns div.active, .luxurylangscolumns div:hover{
	background: #f2f3f8;
	border-radius: 6px;
}

.langmenudesktop{
	position: relative; 
	float: right; 
	margin: 35px 0;
}

.luxurylangsdesktop{
	padding: 10px;
	position: absolute; 
	width: 620px; 
	right: 0px; 
	top: 60px; 
	z-index: 99;
	display: none;
	background: #fff;
    border-radius: 6px;
    line-height: 1.5;
    overflow: hidden;	

	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	
}

.luxurylangbtndesktop{
	cursor: pointer;
}

.luxurylangbtndesktop img{
	width: 50px;
	height: 50px;
}

.luxurylanglink{
	padding: 8px;	
	height: 22px; 
	line-height: 22px;
	cursor: pointer;
	text-align: left;
	font-size: 14px;
	text-transform: none;
}

.luxurylanglink img{
	width: 22px; 
	height: 22px; 
	float: left;
	margin-right: 10px;
	display: inline-block;
}

.luxurylangsmobile{
	display: none;
}

@media screen and (min-width: 0px) and (max-width: 960px) {
	
	.langmenudesktop{
		display: none;
	}
	
	.langmenumobile{
		position: static; 
		float: left; 
		width: 100%;
		display: none;
	}
	
	.luxurylangsmobile{
		padding: 10px;
		position: static; 
		width: 100%; 
		right: 0px; 
		top: 60px; 
		z-index: 99;
		display: none;
		background: #fff;
		border-radius: 6px;
		line-height: 1.5;
		overflow: hidden;	

		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
		
	}	
	
	.luxurylangbtnmobile{
		
		float: left; 
		line-height: 50px;
		cursor: pointer;
		
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        background: #fff;
        width: 92%;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 4%;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase !important;
        float: left;
        text-align: left !important;
        text-transform: none;
        font-weight: bold;
		color: #343434;
		
	}	
	
	.luxurylangbtnmobile img{
		width: 50px; 
		height: 50px; 
		float: left;
		margin-right: 5px;
		display: inline-block;
	}	
	
}

