.cnj_lang_switcher{
    height: auto;
}

.cnj_lang_switcher a{
    color: #fff;
}

#langList_header a.translation{
    padding: 25px;
}

#langList_header{
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 200;
    opacity: 0.9;
}

#langList_header a{
    color: #fff;
    display: block;
    cursor: pointer;
}

#langList_header .selector-col-1{
    float: none;
    width: auto;
    font-size: 45px;
}

#langList_header .selector-col-2{
    float: left;
    width: 320px; /* 50% */
    font-size: 40px;
    padding: 0;
}

#langList_header .selector-col-3{
    float: left;
    width: 280px;
    padding: 0;
    font-size: 24px;
}

#langList_header .selector-col-4{
    float: left;
    width: 250px;
    padding: 0;
    font-size: 24px;
}

#langList_header .closeLanguage{
    position: absolute;
    right: 30px;
    top: 30px;
}

#langList_header .center-page{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#langList_header .col-span-1.center-page{
    width: auto;
    margin: 0 auto;
}

#langList_header .col-span-2.center-page{
    width: 640px;
    margin: 0 auto;
}

#langList_header .col-span-3.center-page{
    width: 840px;
    margin: 0 auto;
}

#langList_header .col-span-4.center-page{
    width: 1000px;
    margin: 0 auto;
}

#langList_header .closeLanguage{
    font-size: 40px;
}

.cnj_lang_switcher .visible-xs{
    display: none;
}

@media(max-width: 1000px){
    #langList_header .col-span-4.center-page{
        width: 100%;
        margin: 0 auto;
    }
}

@media(max-width: 767px){

    #langList_header{
        overflow: auto;
    }

    #langList_header .center-page{
        width: auto !important;
        margin: 30px auto 60px auto !important;
        text-align: center;
    }

    #langList_header .closeLanguage{
        font-size: 20px;
        top: 20px;
        right: 20px;
        position: fixed;
    }

    #langList_header .selector-col-1{
        float: none;
        width: auto;
        font-size: 22px;
        padding: 0;
    }

    #langList_header .selector-col-2{
        float: none;
        width: auto; /* 50% */
        font-size: 20px;
        padding: 0;
    }

    #langList_header .selector-col-3{
        float: none;
        width: auto;
        padding: 0;
        font-size: 18px;
    }

    #langList_header .selector-col-4{
        float: none;
        width: auto;
        padding: 0;
        font-size: 16px;
    }

    #langList_header a.translation{
        padding: 15px;
    }

    .cnj_lang_switcher .visible-xs{
        display: inline-block;
    }

    .cnj_lang_switcher .hidden-xs{
        display: none;
    }

}
