﻿p.lang {
    line-height: 14px;
    padding-left: 24px;
    margin: 0 auto;
    cursor: pointer;
}

    p.lang.lang-en {
        background: url('../img/flags/en.png') no-repeat;
        background-position: left center;
        background-size: 16px 11px;
    }

    p.lang.lang-pl {
        background: url('../img/flags/pl.png') no-repeat;
        background-position: left center;
        background-size: 16px 11px;
    }

div.acceptCookiesInfo {
    padding: 5px 0;
    border-bottom: 1px solid rgb(211, 208, 208);
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: #efefef;
    width: 100%;
    z-index: 999;
}

a.cookieMessageButton {
    margin-left: 25px;
    padding: 1px 5px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #banner {
        padding-top: 140px;
    }
}
