@font-face {
    font-family: 'Poppins';
    src: url('/static/fonts/Poppins-Regular.ttf');
    font-weight: 400;
}

body {
    background-color: #181A1C;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    width: 100vw;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    overflow-x: hidden;
}

#contact ul li span {
    /*color: #fff !important;*/
}

#galeria {
    max-width: 1000px;
    margin: auto;
}

#contact ul li a {
    color: #fff;
}

.cont {
    margin-top: 64px;
    color: #fff;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    max-width: 600px;
    width: calc(100vw - 64px);
    margin: 6px auto;
}

p {
    text-align: justify;
    width: calc(100vw - 64px);
    max-width: 600px;
    margin: 6px auto;
    color: #ffffff;
    box-shadow: 0 0 4px rgba(0,0,0,0.75);
    background-color: rgba(22, 22, 22, 0.9);
    padding: 12px;
    border-radius: 2px;
}

#rich-text p {
    background-color: inherit;
    box-shadow: none;
}

#rich-text p img {
    margin: auto;
    width: 100% !important;
}

.desktop-only {
    display: none;
}

.mobile-only {
    display: flex;
    flex-direction: row;
}

.mob-only {
    display: block;
}

.des-only {
    display: none;
}

/*#facebook {
    position: fixed;
    top: 100px;
    right: -272px;
    width: 320px;
    height: 400px;
    margin-top: 0 !important;
    transition-duration: 400ms;
    z-index: 100000 !important;
}*/

/*#fb-mob {
    position: fixed;
    top: 100px;
    right: -272px;
    width: 320px;
    height: 400px;
    margin-top: 0 !important;
    transition-duration: 400ms;
    z-index: 100000 !important;
}*/

/*#fb-hide-scr {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5000;
}*/

/*#facebook:hover {
    right: 0;
}*/

/*#fb-mob-btn {
    width: 48px;
}*/

#menu-btn {
    height: 64px;
    display: block;
    width: 64px;
    float: right;
    line-height: 64px;
    color:#fff;
    text-align: center;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

header {
    width: 100%;
    height: 64px;
    background-color: #454b51;
}

nav {
    width: calc(100% - 16px);
    background-color: #111;
    padding: 8px;
    height: calc(100% - 80px);
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    top: 64px;
}

nav a {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    background-color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
    border-radius: 2px;
    margin: 1px 0;
    font-size: 1.3em;
}

main {
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    max-width: 600px;
    margin: auto;
    z-index: 1;
}

h1 {
    text-transform: uppercase;
    font-size: 1.8em;
    border-radius: 1px;
    color: #fff;
    text-align: center;
}

h2 {

    background-color: #009946;
    padding: 12px 0;
    margin-top: 0;
    border-radius: 1px;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    min-height: 24px;
    line-height: 24px;
    display: block;
    border-radius: 2px;
    margin: 12px 24px;
    padding: auto;
    font-weight: 100 !important;
}

form {
    width: calc(100% - 24px);
    margin: auto;
    padding-bottom: 12px;
}
form fieldset ul li {
    text-align: left;
}

#logo {
    height: 64px !important;
    line-height: 64px;
    display: inline-block;
    padding: 0 6px;
    font-size: 2em;
    color: #FFFFFF;
    text-decoration: none;
}

#logo img {
    max-height: 64px !important;
}

fieldset {
    padding-left: 0;
    padding-right: 0;
}

input {
    width: calc(100% - 24px);
    padding: 12px;
    background-color: #fafafa;
    font-size: 14px;
    border: 1px solid rgb(204, 204, 204);
    outline: none;
    border-radius: 1px;
}

input:focus {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px #ffffff;
}

textarea {
    width: calc(100% - 24px);
    padding: 12px;
    background-color: #fafafa;
    font-size: 14px;
    border: 1px solid rgb(204, 204, 204);
    outline: none;
    min-height: 120px;
    border-radius: 1px;
}

button {
    background-color: #fafafa;
    border: none;
    border-radius: 1px;
}

.max-w600 {
    max-width: 600px;
}

#img-bckg {
    height: calc(100vh - 64px);
    width: 100%;
    background-image: url("/static/img/base_2560_mid.jpg");
    background-position: center;
    background-size: cover;
}

table {
        width: auto !important;
    border: none !important;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    border-spacing: 1px;
    font-weight: normal;
    overflow: auto;
}

.table-container {
    overflow-x: auto;
}

caption {
    text-align: center !important;
    margin: auto !important;
}

thead, tbody {
    background-color: rgb(76, 76, 76);
}

thead tr {
    height: 48px !important;
    background-color: #404040;
}

thead tr th {
    border: none;
    font-size: 1.1em;
    font-weight: bold;
}

table tbody tr td {
    border: none !important;
    padding: 4px 0;
}

table tr:nth-child(even) {
    background-color: #404040;
}

td, th {
    max-width: 300px;
    padding: 0 12px !important;
}

tr {
    word-wrap: break-spaces;
}

caption {
    text-align: left;
    font-size: 1.5em;
}

@media screen and (max-width: 425px) {
    label {
        display: block;
    }
}

#cookies {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 48px;
    background-color: black;
    color: #FFFFFF;
    text-align: center;
}

#cookies span {
    display: block;
}

#cookies-table {
    border-spacing: 0;
}

#cookies-table a {
    color: #FFFFFF;
}

#cookies-table tbody tr td img {
    height: 72px !important;
}

#fb-desktop {
    display: none;
}

@media screen and (min-width: 900px) {
    header {
        height: 48px;
    }
    nav {
        display: block;
        height: 48px;
        width: calc(100% - 200px);
        float: right;
        position: absolute;
        left: auto;
        background-color: rgba(0,0,0,0);
        right: 0;
        top: 0;
        padding: 0 16px 0 0;
    }

    nav a {
        display: block;
        float: right;
        width: auto;
        padding: 0 12px;
        height: 48px;
        max-width: 200px;
        line-height: 48px;
        transition-duration: 500ms;
        border: none;
        margin: 0;
        border-radius: 0;
    }

    nav a:hover {
        background-color: #4d4d4d;
    }

    #menu-btn {
        display: none;
    }
    #logo {
        height: 48px;
        line-height: 48px;
    }

    #logo img {
        height: 48px !important;
    }

    main {
        width: 80%;
        max-width: initial;
    }

    .desktop-only {
        display: flex;
        flex-direction: row;
        width: 448px !important;
    }
    /*#fb-des-btn {
        width: 48px !important;
    }*/

    .mobile-only {
        display: none;
    }

    #img-bckg {
        height: calc(100vh - 48px);
    }

    /*#facebook {
        right: -400px;
    }*/

    /*#facebook:hover {
        right: 0;
    }*/
    .mob-only {
        display: none;
    }

    .des-only {
        display: block;
    }
    table {
        width: auto !important;
    }
    #fb-desktop {
        display: block;
    }
    #fb-mobile {
        display: none;
    }
}

@media screen and (min-width: 1025px){
    nav a {
        width: 150px;
        padding: 0;
    }
}

#cennik {
    width: calc(100% - 32px);
    color: #fff;
    margin: auto;
}

#cennik h2 {
    text-align: center;
    margin: 0;
    width: 100%;
}

#cennik .cena {
    font-size: 0.9em;
    text-align: center;
    color: white;
}

#cennik .item-cennik {
    width: 100%;
    min-height: 40vw;
    margin: 12px 0;
    background-color: #454b51;
}

#marketingowe li h2 {
    /*background-color: rgba(0,0,0,0);*/
    background-color: #009640;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 4px #000;
}

#marketingowe li {
    list-style: square;
}