.header-bg {
    top: 0;
    width: 100%;
    left: 0;
    position: fixed;
    background-color: #000;
    border-bottom: 1px solid #888;
    z-index: 10000;
}

header.main {
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0 5px 5px;
    font-family: arial, helvetica, sans-serif;
    max-width: 1050px;
    margin: 0 auto;
}

.language-selector {
    position: relative;
    width: 380px;
    float: left;
    cursor: pointer;
}

.language-selector .opener {
    color: #fff;
}
.language-selector .opener .popover {
    color: #000;
}

.language-selector .opener a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.language-selector .opener small {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.language-selector .menu-panel {
    position: absolute;
    left: 2px;
    top: 22px;
    color: #000;
    width: 850px;
    background-color: #fcfcfc;
    border: 5px solid #ccc;
    padding: 10px 10px 35px 10px;
}

.language-selector .menu-panel a {
    color: #888;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.5;
    display: block;
    padding: 6px 0;
}

.language-selector .menu-panel a:hover {
    background-color: #f5f5f5;
}

.language-selector .menu-panel a small {
    display: block;
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
}

.language-selector ul {
    float: left;
    margin: 0;
    width: 19.9%;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.language-selector .menu-panel li {
    margin: 0;
    list-style: none;
    padding: 2px 0;
    float: left;
    width: 19.9%;
    border-bottom: 1px dotted #ccc;
}

.language-selector .menu-support {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.language-selector .menu-support a {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
}

.language-selector .menu-support a:hover {
    background-color: transparent;
}

.language-selector .menu-support a small {
    font-size: 11px;
    color: #000;
    font-weight: normal;
    display: inline;
}

.language-selector .menu-support img {
    display: block;
    margin: 0 0 0 auto;
}

.language-selector .btn-close{
    display: block;
    position: absolute;
    top: 0;
    right: 6px;
    z-index: 10001;
    font-weight: bold;
    cursor: pointer;
}

nav.main ul {
    margin: 0;
    padding: 0;
    float: right;
}

nav.main li {
    list-style: none;
    float: left;
    border-right: 1px solid #fff;
    padding: 0 10px 0 10px;
}

nav.main li:last-child {
    border: none;
}

nav.main a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

nav.main a:hover {
    text-decoration: underline;
}

.menu-search {
    position: relative;
}

.menu-search .menu-panel {
    position: absolute;
    padding: 10px;
    top: 25px;
    right: 8px;
    background-color: #fff;
    width: 300px;
}


