#cookies-warning {
    position: fixed;
    bottom: 0;
    z-index: 1200;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    color: whitesmoke;
    font-size: .9em !important;
    padding: 8px auto;
}

.cookie {
    line-height: 1.3em!important;
    padding-top: 8px!important;
    text-align: center;
    font-size: 18px;
    color: whitesmoke;
}


.flag-icon {
    margin-top: -4px;
}

.btn-super-small {
    font-size: .8em;
    padding: 3px;
    color: white;
    font-weight: 700;
}

button.btn.btn-normal, #iub, #cbut {
    padding: 8px!important;
    font-size: 16px!important;
    color: whitesmoke;
    text-decoration: none;
    font-family: sans-serif;
    background: #f5b900!important;
    border-color: #f5b900;
    text-transform: none;
    font-weight: 400;
}

.mt10 {
    margin-top: 10px!important;
}

@media (max-width: 767px) {
    .welcome-section {
        padding-top: 50px!important;
    }

    .welcome-text {
        padding-top: 0px!important;
    }
}
