div.language-selection {
    position: relative;
    width: 30px;
    top: -14px;
}
.name-suggestions-section{
    width: 450px;
    margin: 0 auto;
}
.name-suggestions-section .name-suggestions{
    width: 100%;
    background: url('../images/frame.png') no-repeat transparent;
    background-size: 100%;
    min-height: 532px;
}
.name-suggestions-section .inner-suggestions{
    padding: 135px 90px 0;
}
.name-suggestions-section .text-sections {
    margin: 10px 0px;
}
.name-suggestions-section .center {
    text-align: center;
}
.name-suggestions-section .text-sections label{
    color: #ca7f10;
}
.name-suggestions-section .text-sections h3{
    color: #ca7f10;
    font-size: 25px;
    margin: 35px 0 0;
    animation: blurFadeInOut 2s ease-in backwards;
    line-height: 200px;
}

.name-suggestions-section .text-sections input[type="text"]{
    border: 1px solid #ca7f10;
    color:#ca7f10;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
}
.name-suggestions-section .text-sections input[type="button"]{
    border: 1px solid #ca7f10;
    color:#ffffff;
    background: #ca7f10;
    padding: 6px 16px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}
.name-suggestions-section .text-sections input[type="button"]:focus{
    outline: none;
}
.name-suggestions-section .text-sections ::-webkit-input-placeholder { /* Edge */
    color: #ca7f10;
}

.name-suggestions-section .text-sections :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ca7f10;
}

.name-suggestions-section .text-sections ::placeholder {
    color: #ca7f10;
}
ul.custom-language-switcher {
    height: 30px;
    width: 30px;
    text-align: center;
    list-style: none;
    position: absolute;
    top: 0;
}
ul.custom-language-switcher li { padding: 0;
    z-index: 2;
    margin: 0;
    font-size:12px;}
ul.custom-language-switcher li a,ul.custom-language-switcher li:hover{font-size:12px;text-decoration: none;padding: 10px 0;/* background: #ffffff; */}
ul.custom-language-switcher li:not(.init) {
    float: left;
    width: 100%;
    display: none;
    background: #fff;
    padding: 6px;
    width: 100px;
    margin-left: -56px;
    /* border-top: 1px solid gray; */
    text-align: left;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
ul.custom-language-switcher li.init {cursor: pointer;list-style: none;padding: 3px;color: #000;/* box-shadow: 0 10px 10px rgba(0,0,0,0.5); */}
ul.custom-language-switcher li.init span{
    display: none;
}
ul.custom-language-switcher li:not(.init) span {
    padding-left: 5px;
}
.jnews-dark-mode ul.custom-language-switcher li{
    background: #191919;
    color: #fff;
}
.jnews-dark-mode ul.custom-language-switcher li a{
    background: transparent;
}

.header-links-language-suggestion {
    right: calc(100% - 140px);
}
.language-suggestion{
    display: none;
}
.language-suggestion_header-container{
    position: absolute;
    z-index: 100001;
    top: 30px;
    width: 250px;
    padding: 25px 25px 20px;
    color:#212121;
    background-color:#fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 20px rgba(37, 49, 55, .6);
    box-shadow: 0 2px 20px rgba(37, 49, 55, .6);
    -webkit-transform-origin: center 0 0;
    -ms-transform-origin: center 0 0;
    transform-origin: center 0 0;
}
.jnews-dark-mode .language-suggestion_header-container{
    color:#ffffff;
    background-color:#212121;
    -webkit-box-shadow: 0 2px 10px rgba(128, 120, 120, 0.6);
    box-shadow: 0 2px 10px rgba(128, 120, 120, 0.6);
}

.language-suggestion_header-container::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-color:transparent transparent #fff;
    border-style: solid;
    border-width: 0 7px 6px;
    -webkit-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    transform: translateX(-7px);
}
.jnews-dark-mode .language-suggestion_header-container::before {
    border-color:transparent transparent #212121;
}
.language-suggestion_header-container .language-suggestion_btn {
    color: #212121;
    background-color:#fff;
    border-color:#212121;
    line-height: 25px;
}
.jnews-dark-mode .language-suggestion_header-container .language-suggestion_btn {
    color: #ffffff;
    background-color:#212121;
    border-color:#fff;
}
.language-suggestion_header-container .language-suggestion_btn:hover {
    color: #212121;
}
.jnews-dark-mode .language-suggestion_header-container .language-suggestion_btn:hover {
    background-color:#ffffff;
}
.language-suggestion_btn {
    display: block;
    margin: 0;
    padding: 1px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    color: inherit;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .15s,background-color .15s,border-color .15s;
    -o-transition: color .15s,background-color .15s,border-color .15s;
    transition: color .15s,background-color .15s,border-color .15s;
    color:#212121;
}

.language-suggestion_btn_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nOScgaGVpZ2h0PSc5JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J001LjU4IDQuMTI3bDMuMjc0IDMuMjc0YS41LjUgMCAxIDEtLjcwOC43MDdMNC44NzMgNC44MzQgMS41OTkgOC4xMDhBLjUuNSAwIDEgMSAuODkyIDcuNGwzLjI3NC0zLjI3NEwuODkyLjg1NEEuNS41IDAgMSAxIDEuNi4xNDZMNC44NzMgMy40MiA4LjE0Ni4xNDZhLjUuNSAwIDEgMSAuNzA4LjcwOEw1LjU4IDQuMTI3eicgZmlsbD0nIzQ2NUE2NScvPjwvc3ZnPg==) 50% no-repeat;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 0;
}
.language-suggestion_select, .language-suggestion_label {
    margin: 0 0 10px;
    text-align: center;
    line-height: 14px;
    color: #212121;
}
.jnews-dark-mode .language-suggestion_select,.jnews-dark-mode .language-suggestion_label {
    color: #FFFFFF !important;
}
.language-suggestion_label {
    font-size: 13px;
    font-weight: 700;
}
.language-suggestion_select {
    font-size: 12px;
    font-weight: 400;
}
.language-suggestion_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}
.language-suggestion_btn_final {
    width: calc((100% - 10px)/2);
}

.language-suggestion_header-container .language-suggestion_btn:active, .language-suggestion_header-container .language-suggestion_btn:hover {
    color: #fff;
    background-color:#212121;
}
.jnews-dark-mode .language-suggestion_header-container .language-suggestion_btn:active, .jnews-dark-mode .language-suggestion_header-container .language-suggestion_btn:hover {
    color: #212121;
    background-color:#fff;
}
.language-suggestion_btn_close:active, .language-suggestion_btn_close:hover {
    background-color: transparent !important;
}
@media screen and (max-width: 1000px) {
    .name-suggestions-section,
    .name-suggestions-section .name-suggestions{
        width: 320px;
    }
    .name-suggestions-section .inner-suggestions{
        padding: 100px 60px 0;
    }
    .name-suggestions-section .text-sections h3{
        line-height: 40px;
        font-size: 20px;
    }
    ul.custom-language-switcher li {line-height: 23px;}
    ul.custom-language-switcher li:not(.init) {width: 130px;}
    .language-suggestion_header-container, .jnews-dark-mode .language-suggestion_header-container {
        width: 250px;
        padding: 20px 10px 10px;
    }
    .language-suggestion_header-container::before {
		left: calc(100% - 4px);
		transform: rotate(90deg);
		top: 10px;
    }
    .header-links-language-suggestion {
        right: calc(100% + 0px);
		top: 2px
    }
    .language-suggestion_label {
        font-size: 11px;
        margin: 0 0 5px;
    }
    .language-suggestion_select {
        font-size: 10px;
        margin: 0 0 5px;
    }
    .language-suggestion_actions {
        margin-top: 5px;
    }
}
