html {
background: url(../img/background-repeat-xy.png) top left repeat;
}

body {
padding: 0;
font-family: "proxima-nova", sans-serif;
color: #1a1a1a;
font-size: 16px;
font-weight: 400;
line-height: 1.3;
overflow-x: hidden;
color: #BD997B;
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 );
min-height: 100vh;
height: 100%;
}

b, strong {
font-weight: 700;
}

a {
color: #BD997B;
}

.topbar {
margin: 0 auto;
width: 100%;
height: 134px;
background: rgba(0, 0, 0, 0.1);
}

.topbar .container {
margin: 0 auto;
height: 134px;
}

    .topbar .logo {
    margin: 49px 30px 0 0;
    padding: 0;
    width: 219px;
    float: left;
    }

    .topbar .logo img {
    width: 220px;
    height: auto;
    }

    .topbar .navbar {
    margin: 46px 0 0 0;
    padding: 0;
    text-align: center;
    width: 730px;
    float: left;
    }

        .topbar .navbar ul {
        list-style: none;
        }

            .topbar .navbar ul li {
            display: inline-block;
            background: url(../img/skos.png)  no-repeat center right;
            padding: 0 30px 0 7px;
            }

                .topbar .navbar ul li a {
                color:#DEB795;
                font-size: 16px;
                text-transform: uppercase;
                line-height: 38px;
                padding: 0 8px 0 8px;
                }

                    .topbar .navbar ul li a:hover {
                    color: #81644d;
                    }

            .topbar .navbar ul li:last-child {
            padding-right: 0;
            background: none;
            }

    .topbar .lang {
    margin: 46px 0 0 0;
    padding: 0;
    text-align: right;
    width: 220px;
    float: right;
    }

        .topbar .lang ul {
        padding: 0;
        }

            .topbar .lang ul li {
            display: inline-block;
            background: url(../img/skos.png) no-repeat center right;
            height: 38px;
            padding: 0 27px 0 7px;
            }

                .topbar .lang ul li a {
                color: #81644D;
                font-size: 16px;
                text-transform: uppercase;
                line-height: 38px;
                padding: 0 8px 0 7px;
                }

                .topbar .lang ul li a.active,
                .topbar .lang ul li a:hover {
                  color:#DEB795;
                }

                .topbar .lang ul li:last-child {
                  background: none;
                }

                .topbar .lang ul li:last-child a {
                padding-right: 0;
                }

    .topbar .burgermenu {
    margin: 48px 0 0 20px;
    background: url(../img/hamburger-36x36.svg) center center no-repeat;
    background-size: 36px auto;
    width: 36px;
    height: 36px;
    }

.about {
position: relative;
overflow: hidden;
}

    .about .background {
    height: 320px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
    }

    .about .content {
    padding-bottom: 40px;
    width: 100%;
    overflow: hidden;
    }

    .about .top-picture {
    width: 1360px;
    height: 475px;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    overflow: hidden;
    position: absolute;
    border: 2px #DEB795 solid;
    left: 50%;
    margin-left: -1070px;
    z-index: 2;
    }

        .about .top-picture .image {
        -webkit-transform: skew(-25deg);
        -moz-transform: skew(-25deg);
        -o-transform: skew(-25deg);
        width: 1360px;
        height: 476px;
        margin-left: 105px;
        background-repeat: no-repeat;
        background-position: top right;
        }

            .about .top-picture-cafe .image {
            background-image: url(../img/coffee-section-photo-1-1360x476.jpg);
            }

            .about .top-picture-hotel .image {
            background-image: url(../img/hotel-section-photo-1-1360x476.jpg);
            }

            .about .top-picture-restaurant .image {
            background-image: url(../img/restauracja-section-photo-1-1156x476.jpg);
            }

    .about .bottom-picture {
    width: 1200px;
    height: 302px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    overflow: hidden;
    position: absolute;
    border: 2px #DEB795 solid;
    top: 400px;
    left: 50%;
    z-index: 1;
    margin-left: 60px;
    }

        .about .bottom-picture .image {
        position: absolute;
        -webkit-transform: skew(25deg);
        -moz-transform: skew(25deg);
        -o-transform: skew(25deg);
        width: 1160px;
        height: 302px;
        margin-left: -70px;
        background-repeat: no-repeat;
        background-position: left center;
        }

            .about .bottom-picture-cafe .image {
            background-image: url(../img/coffee-section-photo-2-1160x302.jpg);
            }

            .about .bottom-picture-hotel .image {
            background-image: url(../img/hotel-section-photo-2-1017x303.jpg);
            }

            .about .bottom-picture-restaurant .image {
            background-image: url(../img/restauracja-section-photo-2-1016x303.jpg);
            }

        .about header {
        height: 100px;
        padding: 0 50px;
        overflow: hidden;
        position: absolute;
        top: 602px;
        right: 50%;
        margin-right: -66px;
        z-index: 2;
        text-align: right;
        }

            .about header h1 {
            padding: 0 50px;
            display: inline-block;
            font-size: 28px;
            font-weight: 900;
            color: #DEB795;
            text-align: center;
            text-transform: uppercase;
            -webkit-transform: skew(-25deg);
            -moz-transform: skew(-25deg);
            -o-transform: skew(-25deg);
            border: 2px #DEB795 solid;
            overflow: hidden;
            line-height: 96px;
            }

                .about header h1 span {
                margin: 0;
                padding: 0;
                font-size: 28px;
                font-weight: 900;
                color: #DEB795;
                display: block;
                -webkit-transform: skew(25deg);
                -moz-transform: skew(25deg);
                -o-transform: skew(25deg);
                }

    .about .content {
    }

        .about .content .container .text {
        margin: 780px 0 0 0;
        padding-bottom: 20px;
        z-index: 1;
        text-align: center;
        }

            .about .content .container .text img {
            margin: 40px auto 40px auto;
            display: block;
            }

.regulamin {
margin: 0 auto;
padding-bottom: 90px;
text-align: center;
height: 60px;
}

    .regulamin .inside {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    width: auto;
    background: #deb795;
    }

    .regulamin .inside a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    }


    .regulamin .inside span {
    padding: 0 30px;
    line-height: 60px;
    display: block;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    color: #482D1D;
    }

.menu {
padding: 70px 0;
}

    .menu .container {
    text-align: center;
    padding-bottom: 30px;
    }

    .menu .content {
    position: relative;
    height: 297px;
    }

    .menu .content .left-picture {
    width: 960px;
    height: 297px;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    overflow: hidden;
    position: absolute;
    border: 2px #DEB795 solid;
    left: 50%;
    margin-left: -1026px;
    }

        .menu .content .left-picture .image {
        position: absolute;
        -webkit-transform: skew(-25deg);
        -moz-transform: skew(-25deg);
        -o-transform: skew(-25deg);
        width: 1100px;
        height: 297px;
        background-position: top right;
        }

        .menu .content .left-picture-cafe .image {
        background-image: url(../img/coffee-section-photo-3-960x297.jpg);
        }

        .menu .content .left-picture-hotel .image {
        background-image: url(../img/hotel-section-photo-3-952x297.jpg);
        }

        .menu .content .left-picture-restaurant .image {
        background-image: url(../img/restauracja-section-photo-3-952x298.jpg);
        }

    .menu .content .first-button {
    width: auto;
    min-width: 195px;
    height: 80px;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    overflow:hidden;
    position:absolute;
    border: 2px #DEB795 solid;
    margin-top: 55px;
    margin-left: 4px;
    border-left: none;
    display: table;
    background-color: #DEB795;
    left: 50%;
    margin-left: -94px;
    }

        /*
        .menu .content .first-button a {
        font-size: 24px;
        padding: 0 30px;
        color:#fff;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        -webkit-transform: skew(-25deg);
        -moz-transform: skew(-25deg);
        -o-transform: skew(-25deg);
        font-weight: 900;
        color: #482D1D;
        }
        */

    .menu .content .second-button {
    width: auto;
    min-width: 195px;
    height: 80px;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    overflow:hidden;
    position:absolute;
    border: 2px #DEB795 solid;
    margin-top: 140px;
    margin-left: 42px;
    border-left: none;
    display: table;
    background-color: #DEB795;
    left: 50%;
    margin-left: -54px;
    }

        /*
        .menu .content .second-button a {
        padding: 0 30px;
        font-size: 24px;
        color:#fff;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        -webkit-transform: skew(-25deg);
        -moz-transform: skew(-25deg);
        -o-transform: skew(-25deg);
        font-weight: 900;
        color: #482D1D;
        }
        */

    .menu .content .third-button {
    width: auto;
    min-width: 195px;
    height: 80px;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    overflow:hidden;
    position:absolute;
    border: 2px #DEB795 solid;
    margin-top: 110px;
    margin-left: 0;
    border-left: none;
    display: table;
    background-color: #DEB795;
    left: 50%;
    margin-left: -68px;
    }

        .menu .content a {
        padding: 0 30px;
        font-size: 24px;
        color:#fff;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        -webkit-transform: skew(-25deg);
        -moz-transform: skew(-25deg);
        -o-transform: skew(-25deg);
        font-weight: 900;
        color: #482D1D;
        }

.konferencje {
padding: 70px 0 50px 0;
position: relative;
}

    .konferencje h2 {
    margin: 0;
    padding: 0;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    border: 2px #DEB795 solid;
    display: inline-block;
    line-height: 65px;
    }

        .konferencje h2 span {
        padding: 0 30px;
        -webkit-transform: skew(25deg);
        -moz-transform: skew(25deg);
        -o-transform: skew(25deg);
        display: block;
        }

    .konferencje .content .right-picture {
    width: 960px;
    height: 297px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    overflow: hidden;
    position: absolute;
    border: 2px #DEB795 solid;
    left: 50%;
    margin-left: 0;
    }

        .konferencje .content .right-picture .image {
        position:absolute;
        -webkit-transform: skew(25deg);
        -moz-transform: skew(25deg);
        -o-transform: skew(25deg);
        width: 1100px;
        height: 297px;
        left: -70px;
        }

        .konferencje .content .right-picture-hotel .image {
        background-image: url(../img/hotel-section-photo-3-1017x297.jpg);
        }

        .konferencje .content .right-picture-restaurant .image {
        background-image: url(../img/restauracja-section-photo-4-1016x297.jpg);
        }

    .konferencje .content h1 {
    width: auto;
    min-width: 195px;
    height: 80px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    overflow: hidden;
    position: absolute;
    border: 2px #DEB795 solid;
    margin-top: 217px;
    margin-left: 0;
    border-right: none;
    display: table;
    right: 50%;
    margin-right: 48px;
    color: #DEB795;
    }

        .konferencje .content h1 span {
        padding: 0 50px;
        font-size: 28px;
        color:#fff;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        -webkit-transform: skew(25deg);
        -moz-transform: skew(25deg);
        -o-transform: skew(25deg);
        font-weight: 900;
        color: #DEB795;
        }

    .konferencje .container {
    margin-top: 370px;
    text-align: center;
    }

        .konferencje .container h2 {
        margin: 40px 0 20px 0;
        padding: 0;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        }

        .konferencje .container a {
        text-decoration: underline !important;
        }

        .konferencje .container ul {
        margin: 0;
        padding: 0;
        list-style: none;
        }

            .konferencje .container ul li::before {
            content: '- ';
            }

.petfriendly {
padding: 80px 0;
}

    .petfriendly p {
    padding-top: 10px;
    }

    .petfriendly img {
    margin-right: 40px;
    float: right;
    }

    .petfriendly a {
    text-decoration: underline;
    }

.events {
padding: 70px 0;
text-align: center;
}

    .events header {
    margin: 0 auto;
    text-align: center;
    }

        .events header h1 {
        margin: 0 auto;
        margin-bottom: 50px;
        padding: 0 50px;
        display: inline-block;
        font-size: 28px;
        font-weight: 900;
        color: #DEB795;
        line-height: 100px;
        -webkit-transform: skew(-25deg);
        -moz-transform: skew(-25deg);
        -o-transform: skew(-25deg);
        border: 2px #DEB795 solid;
        text-align: center;
        text-transform: uppercase;
        }

            .events header h1 span {
            margin: 0;
            padding: 0;
            font-size: 28px;
            font-weight: 900;
            color: #DEB795;
            display: block;
            -webkit-transform: skew(25deg);
            -moz-transform: skew(25deg);
            -o-transform: skew(25deg);
            }

.other {
padding: 70px 0;
}

    .other .container {
    padding: 0;
    overflow: hidden;
    text-align: center;
    }

    .other .container .restaurant {
    width: 306px;
    height: 105px;
    overflow: hidden;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    background-color: #DEB795;
    display: inline-block;
    }

        .other .container .restaurant .image {
        background: url(../img/footer-logo-restauracja-226x32.svg) no-repeat center center;
        background-size: 226px 32px;
        -webkit-transform: skew(25deg);
        -moz-transform: skew(25deg);
        -o-transform: skew(25deg);
        height: 105px;
        }

            .other .container .restaurant a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            }

    .other .container .hotel {
    width: 236px;
    height: 105px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    background-color: #DEB795;
    display: inline-block;
    }

        .other .container .hotel .image {
        background: url(../img/footer-logo-hotel-177x32.svg) no-repeat center center;
        background-size: 226px 32px;
        -webkit-transform: skew(25deg);
        -moz-transform: skew(25deg);
        -o-transform: skew(25deg);
        height: 105px;
        }

            .other .container .hotel a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            }

    .other .container .cafe {
    width: 255px;
    height: 105px;
    margin-left: 5px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    background-color: #DEB795;
    display: inline-block;
    }

        .other .container .cafe .image {
        background: url(../img/footer-logo-coffee-195x32.svg) no-repeat center center;
        background-size: 195px 32px;
        -webkit-transform: skew(25deg);
        -moz-transform: skew(25deg);
        -o-transform: skew(25deg);
        height: 105px;
        }

            .other .container .cafe a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            }

    .other .container div:nth-child(2) {
    margin-left: 5px !important;
    }

.quickcontact {
padding: 65px 0 45px 0;
color: #C8A485;    
}

    .quickcontact .container {
    text-align: center;
    }

        .quickcontact .container h4 {
        margin-bottom: 15px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        }

        .quickcontact .container a {
        color: #C8A485;
        font-size: 14px;
        }

            .quickcontact .container a:hover {
            color: #81644d;
            }

        .quickcontact .container a.email {
        text-decoration: underline;
        }

        .quickcontact .container p {
        font-size: 13px;
        }

        .quickcontact .container ul {
        list-style: none;
        }

            .quickcontact .container ul li a {
            color: #C8A485;
            }

footer {
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
font-size: 12px;
}

    footer p {
    padding-top: 10px;
    margin-bottom: 0;
    display: inline-block;
    }

    footer a {
    color: #DEB795;
    }

        footer a:hover {
        color: #81644d;
        }

    footer span {
    padding: 0 5px;
    }

    .navbarMobile .container {
    background: #331F14;
    }

        .navbarMobile .container .close {
        background: url(../img/hamburger-close-42x42.svg) right 20px center no-repeat;
        background-size: 38px auto;
        width: 100%;
        height: 90px;
        cursor: pointer;
        }

        .navbarMobile .container ul {
        margin: 0;
        padding: 0;
        list-style: none;
        }

            .navbarMobile .container ul li {
            display: block;
            text-align: right;
            }

                .navbarMobile .container ul li a {
                padding: 20px;
                display: block;
                background: #331F14;
                color: #DEB795;
                font-size: 16px;
                border-bottom: 1px #4D2E1E solid;
                cursor: pointer;
                }

                .navbarMobile .container ul li a:hover {
                color: #DEB795;
                }

                .navbarMobile .container ul li a.active {
                background: #331F14;
                color: #DEB795;
                }

            .navbarMobile .container ul li:last-of-type a {
            border-bottom: none;
            }

.dark {
background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:1279px) {
/* 980 */
.about {
}

    .about .top-picture {
    margin-left: -1170px;
    }

    .about .bottom-picture {
    margin-left: 60px;
    }

.menu {
}

    .menu .content .coffe-picture {
    margin-left: -1126px;
    }

    .menu .content .left-first-button {
    margin-left: -194px;
    }

    .menu .content .left-second-button {
    margin-left: -154px;
    }

    .menu .content .left-third-button {
    margin-left: -167px;
    }

        .menu .content .text {
        margin-left: -160px;
        }
}

@media screen and (max-width: 1023px) {
/* 748 */
.about {
}

    .about .top-picture {
    margin-left: -1270px;
    }

.menu {
}

    .menu .content .coffe-picture {
    margin-left: -1026px;
    }

    .menu .content .left-first-button {
    margin-left: -94px;
    }

    .menu .content .left-second-button {
    margin-left: -54px;
    }

    .menu .content .left-third-button {
    margin-left: -68px;
    }

        .menu .content .text {
        display: none;
        }

footer p {
display: block;
}

    footer p span {
    display: none;
    }
}

@media screen and (max-width:767px) {
/* 460 */
.topbar {
height: 100px;
}

.topbar .container {
height: 100px;
}

    .topbar .logo {
    margin: 35px 0 0 0;
    width: 200px;
    }

    .topbar .logo img {
    width: auto;
    height: 30px;
    }

    .topbar .burgermenu {
    margin: 34px 0 0 30px;
    }

    .topbar .lang {
    margin: 32px 0 0 0;
    padding: 0;
    text-align: right;
    width: 110px;
    }

        .topbar .lang ul {
        padding: 0;
        }

            .topbar .lang ul li {
            background: none;
            height: 38px;
            padding: 0 0 0 5px;
            }

                .topbar .lang ul li a {
                padding: 4px;
                }

    .about .top-picture {
    margin-left: -1170px;
    }

    .about .bottom-picture {
    display: none;
    }

        .about header {
        margin: 0 auto;
        margin-top: 473px;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
        display: inline-block;
        }

            .about header h1 {
            padding: 0 30px;
            display: inline-block;
            font-size: 20px;
            line-height: 76px;
            }

        .about .content .container .text {
        margin: 780px 0 0 0;
        padding-bottom: 20px;
        z-index: 1;
        text-align: center;
        }

.about .content .container .text {
margin-top: 70px;
}

.other {
}

    .other .container {
    }

    .other .container .restaurant {
    width: 300px;
    height: 105px;
    }

    .other .container .hotel {
    width: 300px;
    height: 105px;
    }

    .other .container .cafe {
    width: 300px;
    height: 105px;
    }

    .other .container div:nth-child(2) {
    margin-left: 0;
    }

.petfriendly {
text-align: center;
}

    .petfriendly p {
    padding-top: 10px;
    }

    .petfriendly img {
    margin: 0 auto;
    margin-bottom: 40px;
    float: none;
    }
}

@media screen and (max-width:479px) {
/* 300 */
.topbar {
height: 80px;
}

.topbar .container {
height: 80px;
}

    .topbar .logo {
    margin: 35px 0 0 0;
    width: 125px;
    }

    .topbar .logo img {
    width: auto;
    height: 20px;
    }

    .topbar .burgermenu {
    margin: 25px 0 0 18px;
    }

    .topbar .lang {
    margin: 22px 0 0 0;
    padding: 0;
    text-align: right;
    width: 100px;
    }

        .topbar .lang ul {
        padding: 0;
        }

            .topbar .lang ul li {
            background: none;
            height: 38px;
            padding: 0 0 0 4px;
            }

                .topbar .lang ul li a {
                padding: 2px;
                }

    .other .container .restaurant {
    width: 250px;
    height: 80px;
    }

        .other .container .restaurant .image {
        background-size: auto 25px;
        height: 80px;
        }

    .other .container .hotel {
    width: 250px;
    height: 80px;
    }

        .other .container .hotel .image {
        background-size: auto 25px;
        height: 80px;
        }

    .other .container .cafe {
    width: 250px;
    height: 80px;
    }

        .other .container .cafe .image {
        background-size: auto 25px;
        height: 80px;
        }
}