/*----POST LANG LIST---*/

.txwt_post_langs {
    font-size: 0.95em;
    margin: 22px auto 0;
    background: #fffbcc;
    border: 1px solid #e6db55;
    text-align: center;
    padding: 4px 0;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.txwt_post_langs a{
    text-decoration:none;
}

/*---- DROPDOWN MENU ----*/
.txt_dd_switcher{
    list-style:none;
    font-weight:bold;
    margin-bottom:10px;
    /* Clear floats */
    float:left;
    width:auto;
    /* Bring the nav above everything else--uncomment if needed.
    position:relative;
    z-index:5;
    */
}

.txt_dd_switcher  *{
    box-sizing: border-box;
}

.txt_dd_switcher ul{
    margin:0;
    padding:0;
}

.txt_dd_switcher li{
    float:left;
    position:relative;
    width: 100%;
    margin: 0;
    padding: 0;

}
.txt_dd_switcher a{
    display: block;
    line-height: 30px;
    color: #555;
    background: none repeat scroll 0% 0% #FFF;
    text-decoration: none;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 0.8125em;
    font-weight: normal;
    width: 100%;
    padding: 5px 20px;
}
.txt_dd_switcher a:hover{
    color:#
        555;
    background:#fff;
}

/*--- DROPDOWN ---*/
.txt_dd_switcher ul{
    background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style:none;
    position:absolute;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
.txt_dd_switcher ul li{
    /* Introducing a colored border between the li and gives the illusion spaced items */
    float:none;
    border-bottom: 1px solid #EEE;
}
.txt_dd_switcher ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.txt_dd_switcher li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
    width:100%;
}
.txt_dd_switcher li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background:#fff;
}
.txt_dd_switcher li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
.txt_dd_switcher li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#f1f1f1;
}

.txt_dd_switcher a img {
    margin-right: 0.5em;
    vertical-align: middle;
    border: medium none;
}
.txt_dd_switcher a.has-dropdown , .txt_dd_switcher li:hover a.has-dropdown{
    background: none repeat scroll 0% 0% #2A5D84;
    color: white;
}

.txt_dd_switcher a.has-dropdown:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid inset inset;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent;
    margin-left: 10px;
    margin-top:5px;
}

/*---- HORIZONTAL LANG ----*/

#lang_sel_footer {
    margin: 0;
    padding: 7px;
    text-align: center;
    min-height: 15px;
    clear: both;
}

.txwt-widget-hor_switcher img, #lang_sel_footer img {
    position: relative;
    width: 16px;
    height: 11px;
    vertical-align: baseline;
}


.txwt-widget-hor_switcher a, #lang_sel_footer a{
    text-decoration: none;
    font-size: 0.9em;
}



.txt_ls_list a{
    padding-left:20px;
    text-decoration:none;
}