.z-index-99 {
    z-index: 99 !important
}

.cntr--language-suggest {
    display: none;
    padding: 30px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.cntr--language-suggest .ls--content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.ls--actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.ls--text {
    margin-right: 15px
}

.ls--select {
    display: block;
    padding: 0 15px;
    background-color: #444;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    text-decoration: none;
    margin-left: 10px;
    transition: ease all .3s;
    text-transform: capitalize
}

.ls--select:hover {
    color: #ccc
}

.ls--cancel {
    display: block;
    padding: 0 15px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    margin-left: 10px;
    position: relative
}

.ls--cancel>span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #eee;
    transition: ease all .3s
}

.ls--cancel>span:nth-child(1) {
    transform: rotate(45deg)
}

.ls--cancel>span:nth-child(2) {
    transform: rotate(-45deg)
}

.ls--cntr-selector>ul {
    display: block;
    list-style: none;
    position: fixed;
    background-color: #f2f2f2;
    display: none;
    padding: 5px 0px;
    min-width: 195px;
    border-radius: 2px;
    box-shadow: 0 0 10px -5px #444;
    z-index: 999
}

.ls--cntr-selector>ul a,.ls--cntr-selector>ul a:focus,.ls--cntr-selector>ul a:hover {
    color: #444;
    text-decoration: none;
    display: block;
    padding: 5px 20px
}

.ls--selector-selected {
    display: block;
    padding: 0 30px 0 15px;
    background-color: #eee;
    color: #000;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ls--selector-selected:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #444;
    top: 13px;
    right: 7px;
    position: absolute;
    transition: ease all .3s
}

.ls--selector-selected.expanded:after {
    transform: rotate(180deg)
}

@media(max-width: 490px) {
    .cntr--language-suggest .ls--content {
        flex-direction:column;
        text-align: center
    }

    .ls--text {
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media(max-width: 1024px) {
    .open-menu .cntr--language-suggest {
        display:none !important
    }

    .open-menu .nav {
        margin-top: 0 !important
    }
}
