/*
from style.css remove:

.icon.icon-international
.top-nav li.has-sub a img.icon-arrow-down
.icon.icon-arrow-down
.top-nav li .sub
.top-nav li .sub a
.top-nav li .sub a img.flag
*/


/*
.top-nav li a {
    display: inline;
    height: 24px;
    padding: 3px 0;
}

.top-nav li a img {
    margin-top: -2px;
}
*/

.lng-switch {
    max-width: 200px;
    height: 32px;
    line-height: 32px;
    padding: 0.3em 0.3em 0.3em 1em;
    position: relative;
    text-align: left;
    z-index: 90;
}
.lng-switch-cur {
    border: 1px solid #ddd;
    padding: 0;
    position: relative;
    display: inline-block;
    padding-right: 24px;
    padding-left: 8px;
    /*width: 110px;*/
    width: 102px;
    height: 28px;
    line-height: 28px;
}
#lng-switch-cur {
    /*-webkit-appearance: push-button;
    -moz-appearance: button;*/
    display: inline-block;
    cursor: pointer;
}
#toggle-2[type=checkbox] ~ ul {
   display: none !important;
}
#toggle-2[type=checkbox]:checked ~ ul {
   display: block !important;
}
.lng-switch img {
    margin: -2px 0.65em 0 0;
}
.lng-switch-cur span {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    text-indent: -10000em;
    top: 2px;
    right: 0;
    background: url(../images/icons_24_24.png) 0 -192px no-repeat;
    /*background-position: 0 -192px;*/
}
.lng-switch-cur img.icon-arrow-down {
    margin-right: 0;
}
.lng-switch-cur:hover {
    background-color: #fff;
    text-decoration: none;
}
.lng-switch-dd {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    position: absolute;
    width: 134px;
    top: 34px;
    overflow: hidden;
    display: block;
    z-index: 100;
}
.lng-switch-dd li {
    display: block;
    float: none;
    line-height: 28px;
    border-bottom: 1px dotted #ddd;
}
.lng-switch-dd li.last, .lng-switch-dd li:last-child {
    border-bottom: none;
}
.lng-switch-dd li:hover {
    background-color: #f2f2f2;
}
.lng-switch-dd li a {
    display: block;
    /*padding: 0;*/
    padding: 0 0 0 8px;
}
.lng-switch-dd li a:hover {
    text-decoration: none;
}
/* list of language for admins - left sidebar */
.admin-translates {
	padding-top: 20px;
}
.admin-translates .lng-switch-dd {
	position: static;
	width: 90%;
	top: auto;
	border: none;
	background-color: transparent;
}
.admin-translates .lng-switch-dd li a img {
    margin-right: 10px;
}
/* /list of language for admins - left sidebar */









