.header-button.full_mode {
    width: auto;
    cursor: pointer;
    margin: 0 21px 0 0;
        float: left;
}
.header-button-title img {
    float: left;color: #fff;
    margin-right: 5px;margin-top: 13px;
}
.header-button.full_mode .header-button-title .current {
    font-weight: normal;color: #fff;
}
.header-button.full_mode .header-button-title .current::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 5px;
}
.header-switchers .header-button ul li a .mobile-part {
    display: none;
}
.header-switchers .header-button ul {
    display: none;
    text-align: left;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 999;
    background: #fff;
    width: 195px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
    padding: 17px 0;
    cursor: default;
}

.header-switchers .header-button ul li a.selected, .header-switchers .header-button ul li a:hover {
    text-decoration: none;
    color: #046fa0;
}
.header-switchers .header-button.lang-list.full_mode.active ul li.active,
.header-switchers .header-button ul li:hover {
    opacity: 1 !important;
}
.header-switchers .header-button ul li.Slovenian {
    background: url("../images/slovenian.png");
    background-repeat: no-repeat;
    opacity: 0.3;
    padding: 0 50px;
    background-position: 15px 10px;
}
.header-switchers .header-button ul li.English {
    background: url("../images/english.png");
    background-repeat: no-repeat;
    opacity: 0.3;
    padding: 0 50px;
    background-position: 15px 10px;
}

.header-switchers .header-button ul li.Italian {
    background: url("../images/italian.png");
    background-repeat: no-repeat;
    opacity: 0.3;
    padding: 0 50px;
    background-position: 15px 10px;
}
.header-switchers .header-button ul li.Croatian {
    background: url("../images/croatian.png");
    background-repeat: no-repeat;
    opacity: 0.3;
    padding: 0 50px;
    background-position: 15px 10px;
}