@charset "UTF-8";
/* CSS Document */

li.wpml-ls-menu-item ul li a {
width: auto;
}

.wpml-ls-legacy-dropdown {
    width: auto;/*15.5em*/
    max-width: 100%;
}

/* Language-Selector *******************************************/
#lang_sel {
	height: 32px;
	position: relative;
	z-index: 999;
	float: right;
	font-family: arial, sans-serif;
	top: -42px;
	text-transform: uppercase;
	letter-spacing: 0.15em;

}

/* remove all the bullets, borders and padding from the default list styling */
#lang_sel ul, #lang_sel li {padding:0 !important; margin:0 !important; list-style-type:none !important;}
#lang_sel li:before{content:'' !important;}
#lang_sel ul ul {width:170px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel li {
	float: left;
	width: 170px;
	position: relative;
}

/* style the links for the top level */
#lang_sel a, #lang_sel a:link, #lang_sel a:visited {
	display: block;
	background-color: transparent;
	font-size: 12px;
	text-decoration: none !important;
	color: #CDCFD1;
	line-height: 18px;
	padding: 5px 10px;
	border-style: none;
	font-weight: bold;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 25px;
	left: 0;
	width: 149px;
	border-top: 0;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#lang_sel ul ul a, #lang_sel ul ul a:link, #lang_sel ul ul a:visited {
	font-weight: normal;
	/*font-size: 11px;*/
	background-color: transparent;
	color:#CDCFD1 !important;
	/*height:auto; line-height:1em; */
	/*padding:3px 10px;*/
	}
/* yet another hack for IE5.5 */
* html #lang_sel ul ul a, * html #lang_sel ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
#lang_sel a:hover, #lang_sel ul ul a:hover{
	color: #fff!important;
	font-weight: bold;
	background-color: transparent!important;
}
#lang_sel :hover > a, #lang_sel ul ul :hover > a {
	color: #fff!important;
	font-weight: bold;
	background-color: transparent!important;
}
#lang_sel :hover li {
	background-color: #586266;
}
html[lang|="nl"] #lang_sel :hover li {
	background-color: #B80066;
}

#lang_sel a.lang_sel_sel{
	color: #CDCFD1;
	background-image: url(images/nav-arrow-down.png);
	background-repeat: no-repeat;
	background-position: right;
}
#lang_sel a.lang_sel_sel:hover{
    text-decoration: none;
    /*color:#000;*/
}

/* make the second level visible when hover on first level list OR link */
#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul{visibility:visible; }

#lang_sel ul li img {
	position: relative;
	margin: 0;
	padding: 0;
	/*margin-right: -5px;*/
	border: none;
	/*top: 2px;*/
	display: inline;
	width: auto;
}

#lang_sel ul li ul li img {
	margin-right: -0px;
}

@media (max-width: 800px) {
#lang_sel {
	position: relative;
	top: -6px;
}


}