@charset "UTF-8";
/* CSS style: Leśny Kurort */
/*!
 * unlimitedGrid v1.3.1
 * Copyright (c) 2015-2016 Krzysztof Kula
 * - https://github.com/PixelT/unlimitedGrid/
 * - http://pixelt.github.io/unlimitedGrid/
 * Licensed under MIT
 */
html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.ug-wrapper {
    width: 100%;
    padding: 0 10px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ug-row {
    margin-left: -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-main {
    height:250px;
}

.box-main a {
    position: absolute;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.ug-row-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.ug-row-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.ug-row-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.ug-row-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.ug-row-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.ug-row-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ug-row-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ug-row-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.ug-row-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[class*="ug-col-"] {
    min-height: 1px;
    padding-left: 20px;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ug-col-center {
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ug-col-content {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ug-col-auto {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.ug-col-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.ug-col-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.ug-col-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.ug-col-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.ug-col-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.ug-col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.ug-col-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.ug-col-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.ug-col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.ug-col-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.ug-col-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.ug-col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.ug-col-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.ug-col-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.ug-col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ug-gutter-reset {
    margin-left: 0;
}

.ug-gutter-reset > [class*="ug-col-"] {
    padding-left: 0;
}

.ug-row-form {
    margin-left: -100px;
}
.ug-row-form > [class*="ug-col-"] {
    padding-left: 100px;
}

@media (min-width: 480px) {
    .ug-col-s-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .ug-col-s-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .ug-col-s-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .ug-col-s-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .ug-col-s-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .ug-col-s-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ug-col-s-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .ug-col-s-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .ug-col-s-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .ug-col-s-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .ug-col-s-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .ug-col-s-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .ug-col-m-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .ug-col-m-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .ug-col-m-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .ug-col-m-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .ug-col-m-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .ug-col-m-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ug-col-m-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .ug-col-m-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .ug-col-m-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .ug-col-m-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .ug-col-m-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .ug-col-m-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .ug-col-l-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .ug-col-l-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .ug-col-l-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .ug-col-l-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .ug-col-l-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .ug-col-l-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ug-col-l-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .ug-col-l-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .ug-col-l-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .ug-col-l-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .ug-col-l-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .ug-col-l-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .ug-col-xl-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .ug-col-xl-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .ug-col-xl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .ug-col-xl-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .ug-col-xl-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .ug-col-xl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ug-col-xl-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .ug-col-xl-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .ug-col-xl-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .ug-col-xl-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .ug-col-xl-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .ug-col-xl-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.cf::after, .clearfix::after {
    content: '';
    display: table;
    clear: both;
}

html.ie9,
body.ie9 {
    font: normal 13px/18px Verdana, Tahoma, sans-serif;
    overflow: hidden;
}

html.ie9::after,
body.ie9::after {
    display: block;
    position: absolute;
}

html {
    height: 100%;
}

html.ie9::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.97);
    content: '';
    z-index: 999999;
}

body {
    min-height: 100%;
    min-width: 320px;
    font-family: 'Noto Serif', Arial, Tahoma, Verdana, sans-serif;
    font-size: 0.875rem;
    background: #000;
    overflow-x: hidden;
}

body.ie9::after {
    top: 50%;
    left: 50%;
    padding: 15px 25px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #89af1d;
    color: #e4f4b9;
    text-align: center;
    white-space: pre-wrap;
    box-shadow: 7px 7px 0 #45580f;
    content: 'Przeglądarka Internet Explorer której aktualnie używasz, jest przestarzała... \A Wejdź na stronę - http://outdatedbrowser.com/pl - aby ją zaktualizować.';
    z-index: 1000000;
}

img {
    display: block;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

.btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 1px solid #3b984e;
    border-bottom: 1px solid #010301;
    background-image: linear-gradient(to bottom, #3b984e 0%, #010301 100%), linear-gradient(to bottom, #3b984e 0%, #010301 100%), linear-gradient(to top, #0f330f 0%, #296036 100%);
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0, 0 0;
    background-size: 1px 100%, 1px 100%, 100% 100%;
    border-radius: 5px;
    padding: 20px 15px;
    width: 100%;
    max-width: 190px;
    display: inline-block;
    text-align: center;
}

.btn:hover {
    background-image: linear-gradient(to bottom, #3b984e 0%, #010301 100%), linear-gradient(to bottom, #3b984e 0%, #010301 100%), linear-gradient(to top, #123f12 0%, #2e6b3c 100%);
}

.content-title {
    position: relative;
    display: inline-block;
    background-color: #0d1d10;
    padding: 20px 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    margin-top: -40px;
    margin-bottom: 70px;
}

@media (min-width: 480px) {
    .content-title {
        min-width: 350px;
    }
}

.content-title h1 {
    color: #fdf0c5;
    font-size: 30px;
    font-weight: 700;
}

.content-title span {
    color: #fdf0c5;
    font-size: 30px;
    font-weight: 700;
}

.content-title::before, .content-title::after {
    display: block;
    position: absolute;
    border-top: 1px solid #7a5019;
    border-bottom: 1px solid #83660e;
    background-image: linear-gradient(to top, #7a5019 0%, #f6e6b5 40%, #fde496 87%, #f7e1a0 95%, #f6e1a1 96%, #83660e 100%), linear-gradient(to top, #7a5019 0%, #f6e6b5 40%, #fde496 87%, #f7e1a0 95%, #f6e1a1 96%, #83660e 100%);
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0;
    background-size: 1px 100%;
    content: '';
}

.content-title::before {
    top: -10px;
    right: 10px;
    bottom: -10px;
    left: 10px;
}

.content-title::after {
    top: -20px;
    right: 20px;
    bottom: -20px;
    left: 20px;
}

.header {
    background: #132b18;
}

.lang-wrapper {
    background: #0d1d10;
}

.lang-wrapper::after {
    display: table;
    clear: both;
    content: '';
}

.lang {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 40px;
    float: right;
}

.lang li {
    position: relative;
    padding-left: 45px;
    float: left;
}

.lang li:not(:first-child)::after {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #0d1d10;
    border-radius: 50%;
    background: #3a6b46;
    content: '';
    top: 17px;
    left: 18px;
}

.lang li a {
    color: rgba(255, 255, 255, 0.5);
    line-height: 40px;
}

.lang li a:hover {
    color: #feeec8;
    text-decoration: none;
}

.lang li.is-active a {
    color: #feeec8;
    text-decoration: none;
}

.logo-wrapper {
    text-align: center;
    height: 100px;
    background-image: radial-gradient(circle 150px at top, #204228 0%, #132b18 100%);
}

@media (max-width: 991px) {
    .logo-wrapper {
        height: 200px;
    }
}

@media (max-width: 500px) {
    .logo-wrapper {
        height: 260px;
    }
}

.logo-wrapper .ug-wrapper {
    position: relative;
}

.logo {
    display: inline-block;
    margin: 0 auto;
    margin-top: 15px;
    padding: 0 10px;
}

.logo span {
    text-transform: uppercase;
    color: #feeec8;
    letter-spacing: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-indent: 20px;
    display: inline-block;
}

@media (max-width: 991px) {
    .logo-button {
        margin-top: 20px;
        clear: both;
    }
}

.logo-reservations,
.logo-contact,
.logo-fb {
    display: inline-block;
    margin: 0 5px;
}

@media (min-width: 992px) {
    .logo-reservations,
    .logo-contact,
    .logo-fb {
        position: absolute;
        top: 25px;
    }
}

@media (max-width: 500px) {
    .logo-reservations {
        display: block;
        margin: 10px auto;
    }
}

.logo-reservations {
    left: 10px;
    border-top: 1px solid #b9a669;
    border-bottom: 1px solid #805620;
    background-image: linear-gradient(to bottom, #b9a669 0%, #805620 100%), linear-gradient(to bottom, #b9a669 0%, #805620 100%), linear-gradient(to bottom, #f6e1a1 0%, #805620 100%);
    color: #000;
}

.logo-reservations:hover {
    background-image: linear-gradient(to bottom, #b9a669 0%, #805620 100%), linear-gradient(to bottom, #b9a669 0%, #805620 100%), linear-gradient(to bottom, #f8e8b8 0%, #946425 100%);
}

.logo-contact {
    right: 10px;
}

.logo-fb {
    right: 210px;
    width: auto;
    vertical-align: middle;
}
.icon-fb {
    width: 15px;
    height: 30px;
    display: block;
    background: url('/assets/img/icon-fb.png');
    margin: -5px 7px;
}


.nav-bg {
    background: linear-gradient(to bottom, #132b18 0, #132b18 10px, #0d1d10 10px, #0d1d10 60px, #132b18 60px, #132b18 80px);
}

.nav-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
}

@media (max-width: 767px) {
    .nav-wrapper {
        padding-bottom: 0;
    }
}

.nav-main {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-main a {
    cursor: pointer;
}
.nav-main > li {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

@media (max-width: 991px) {
    .nav-main > li {
        padding: 0;
    }
}

.nav-main > li:hover, .nav-main > li.current {
    background: #132b18;
}

.nav-main > li:hover > a, .nav-main > li.current > a {
    position: relative;
    border-top: 1px solid #97864a;
    border-bottom: 1px solid #8c6934;
    background: #132b18;
    background-image: linear-gradient(to bottom, #97864a 0%, #f7e1b1 50%, #8c6934 100%), linear-gradient(to bottom, #97864a 0%, #f7e1b1 50%, #8c6934 100%), radial-gradient(circle 50px at top, #204427 0%, #132b18 100%);
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0, 100% 10px;
    background-size: 1px 100%, 1px 100%, 100% 100%;
    color: #fff;
}

.nav-main > li:hover > a::after, .nav-main > li.current > a::after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #8c6934;
    border-bottom: 1px solid #8c6934;
    background: #132b18;
    content: '';
    z-index: 5;
}

.nav-main > li > a {
    display: block;
    height: 70px;
    padding: 0 15px;
    color: #feeec8;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 991px) {
    .nav-main > li > a {
        font-size: 13px;
        padding: 0 8px;
    }
}

.nav-main > li > a:hover {
    text-decoration: none;
}

.nav-main > li > a > span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-dropdown {
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #132b18;
    z-index: 3;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-dropdown > li {
    position: relative;
    white-space: nowrap;
}

.nav-dropdown > li:not(:last-child)::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to bottom, #3a4e3e 0, #3a4e3e 1px, #000 1px, #000 2px);
    content: '';
}

.nav-dropdown > li > a {
    display: block;
    padding: 30px;
    color: #feeec8;
    text-align: center;
}

.nav-dropdown > li > a:hover {
    color: #fff;
    text-decoration: none;
}

.nav-main > li:hover .nav-dropdown {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nav-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    background: rgba(68, 68, 68, 0.5);
    z-index: 999998;
}

.sidr-animating .nav-overlay,
.sidr-open .nav-overlay {
    display: block;
}

.nav-offcanvas {
    display: none;
}

@media (min-width: 768px) {
    .nav-offcanvas {
        display: block;
    }
}

.nav-mobile {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    background: #0d1d10;
}

@media (min-width: 768px) {
    .nav-mobile {
        display: none;
    }
}

.nav-mobile span {
    position: relative;
    padding-left: 35px;
    color: #feeec8;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-mobile span::after {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #feeec8;
    box-shadow: 0 6px 0 #feeec8, 0 -6px 0 #feeec8;
    content: '';
}

.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 260px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr a {
    display: block;
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.sidr.right {
    right: -260px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -260px;
}

.sidr .sidr-class-nav-main {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidr .sidr-class-nav-main > li {
    border-bottom: 1px solid #f2f2f2;
}

.sidr .sidr-class-nav-main ul {
    list-style: square;
    margin-left: 20px;
}
.sidr .sidr-class-nav-main ul a {
    padding: 10px 20px 10px 10px;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}

.box {
    color: #feeec8;
    background: #0d1d10;
    border: 10px solid #0d1d10;
    padding: 10px;
    background-image: linear-gradient(to top, #7a5019 0%, #f6e6b5 40%, #fde496 87%, #f7e1a0 95%, #f6e1a1 96%, #ead693 100%), linear-gradient(to top, #7a5019 0%, #f6e6b5 40%, #fde496 87%, #f7e1a0 95%, #f6e1a1 96%, #ead693 100%), linear-gradient(#83660e, #83660e), linear-gradient(#ead693, #ead693);
    background-size: 1px 100%, 1px 100%, 100% 1px, 100% 1px;
    background-position: 0 0, 100% 0, 1px 100%;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100px;
    text-align: center;
    margin: 10px 0;
}

.box-startpage {
    margin-top: -100px;
}

@media (max-width: 991px) {
    .box-startpage {
        margin-top: 0;
    }
    .box-startpage [class*="ug-col-"]:not(:last-child) {
        margin-bottom: 70px;
    }
}

.box-icon {
    position: absolute;
    top: -54px;
    left: 50%;
    margin-left: -54px;
    background: #0d1d10;
    border-radius: 50%;
}

.box-icon img {
    position: relative;
}

.box-icon::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    height: 64px;
    width: 128px;
    border-radius: 64px 64px 0 0;
    background: #0d1d10;
    display: block;
}

.box-image {
    margin: 0 auto;
    margin-bottom: 20px;
}

.box-image img {
    margin: 0 auto;
}

.box-title {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
}
.box-startpage .box-title {
    margin-top: 70px;
}

.box-description {
    margin-top:50px;
    color: #feeec8;
}

.box-description strong {
    font-size: 18px;
    font-weight: 700;
}

.box-button {
    margin: 25px auto 0;
    text-align: center;
    display: block;
}

.content {
    background: #132b18;
    padding-bottom: 50px;
}

.content::after {
    display: table;
    clear: both;
    content: '';
}

.gallery-wrapper {
    margin-top: 40px;
    background: #0d1d10;
    border: 10px solid #0d1d10;
    padding: 20px;
    background-image: linear-gradient(to top, #7a5019 0%, #f6e6b5 40%, #fde496 87%, #f7e1a0 95%, #f6e1a1 96%, #ead693 100%), linear-gradient(to top, #7a5019 0%, #f6e6b5 40%, #fde496 87%, #f7e1a0 95%, #f6e1a1 96%, #ead693 100%), linear-gradient(#83660e, #83660e), linear-gradient(#ead693, #ead693);
    background-size: 1px 100%, 1px 100%, 100% 1px, 100% 1px;
    background-position: 0 0, 100% 0, 1px 100%;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

.gallery {
    margin: 0 100px;
    position: relative;
}

@media (max-width: 767px) {
    .gallery {
        margin: 0;
    }
}

.gallery .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-image: linear-gradient(to top, #0f330f 0%, #296036 100%);
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999px;
}

@media (max-width: 767px) {
    .gallery .slick-arrow {
        display: none !important;
    }
}

.gallery .slick-arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background: url("../img/gallery-arrow.png") no-repeat center center transparent;
}

.gallery .slick-arrow:focus {
    outline: none;
}

.gallery .slick-arrow:hover {
    cursor: pointer;
    background-image: linear-gradient(to top, #123f12 0%, #2e6b3c 100%);
}

.gallery .slick-next {
    right: -90px;
}

.gallery .slick-prev {
    left: -90px;
}

.gallery .slick-prev::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gallery-item {
    margin: 0 5px;
}

.gallery-item img {
    margin: 0 auto;
}
.gallery-item p {
    color: #feeec8;
    display: block;
    background: rgba(13, 29, 16, 0.5);
    padding: 5px;
    margin: 0;
}

.gallery-more {
    margin: 20px auto;
    display: block;
}

.slider-single {
    position: relative;
}

.slider-image {

    background-size: cover;
    background-position: center;
    margin: 0 auto;
}
.sub-slider .slider-image {

}

@media (max-width: 992px) {
    .slider-image {

    }
}

@media (max-width: 768px) {
    .slider-image {

    }
}

@media (max-width: 480px) {
    .slider-image {

    }
}

.slider-content {
    position: absolute;
    top: 40%;
    left: 50%;
    padding: 50px 90px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: rgba(0, 0, 0, 0.85);
    text-align: center;
    min-width: 240px;
}

@media (max-width: 767px) {
    .slider-content {
        padding: 25px 50px;
    }
}
@media (max-width: 767px) {
    .slider-content {
        display: none;
    }
}

.slider-content h1 {
    color: #fde496;
    font-size: 2vw;
}

@media (min-width: 1200px) {
    .slider-content h1 {
        font-size: 24px;
    }
}

.slider-content h1:first-line {
    color: #fdf0c5;
    font-size: 2.3vw;
}

.slider-content h1 .btn {
    position: relative;
    z-index: 9999;
    font-size: inherit;
    font-size: 0.875rem;
    margin: 20px auto 0 auto;
}

.slider-content::before, .slider-content::after {
    display: block;
    position: absolute;
    border-top: 1px solid #7a5019;
    border-bottom: 1px solid #83660e;
    background-image: linear-gradient(to top, #7a5019 0%, #f6e6b5 40%, #fde496 87%, #f7e1a0 95%, #f6e1a1 96%, #83660e 100%), linear-gradient(to top, #7a5019 0%, #f6e6b5 40%, #fde496 87%, #f7e1a0 95%, #f6e1a1 96%, #83660e 100%);
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0;
    background-size: 1px 100%;
    content: '';
}

.slider-content::before {
    top: -10px;
    right: 10px;
    bottom: -10px;
    left: 10px;
}

.slider-content::after {
    top: -20px;
    right: 20px;
    bottom: -20px;
    left: 20px;
}



.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
    margin-left: 10px;
    float: left;
}

.slick-dots li.slick-active button {
    border: 2px solid #132b18;
    background-color: #fff;
}

.slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #132b18;
    text-indent: -999px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255,255,255,1);
}

.slick-dots button:hover {
    cursor: pointer;
}

.slick-dots button:focus {
    outline: none;
}



.footer {
    background: #000;
    text-align: center;
    color: #999;
    padding: 50px 0;
}

.footer-logos {
    margin: 0 auto;
}

.footer-info {
    max-width: 675px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 12px;
}


.subnav {
    background: #0d1d10;
    margin-bottom: 30px;
}
.subnav ul {
    list-style: none;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.subnav ul li {
    display: inline-block;
    position: relative;
}
.subnav ul li:after {
    display: inline-block;
    width: 1px;
    background: #354237;
    content: '';
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
}
.subnav ul li:last-child:after {
    display: none;
}
.subnav ul li a {
    display: block;
    color: #feeec8;
    padding: 10px 40px;
}
.subnav ul li a:hover, .subnav ul li.current a {
    color: #fff;
}


.studiomh {
    display: inline-block;
    position: absolute;
    bottom: -30px;
    right: 10px;
	color: #858585;
	font-size: 12px;
}
.studiomh:hover {
}


.photo:hover img {
    opacity: 0.8;
}


.p-subpage {

}
.p-subpage-text {
    padding: 30px;
}
.p-subpage > .ug-row > div:last-child img {
    margin: 0 auto;
}

.page-content h1 {
    color: #fff;
    margin: 40px 0;
}

.page-content h2 {
    color: #fff;
    margin: 40px 0;
}
.page-content h3 {
    color: #fff;
    margin: 30px 0;
}
.page-content .page-content-photo {
    float: right;
    width: 50%;
    margin: 0 0 20px 5%;
}
@media (max-width: 767px) {
    .page-content .page-content-photo {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
}

.page-content p {
    margin: 15px 0;
    line-height: 1.7em;
}

.page-content p:first-child, .page-content h2:first-child, .page-content h3:first-child {
    margin-top: 0;
}
.page-content p:last-child {
    margin-bottom: 0;
}


.page-content ul {
    display: block;
    list-style-position: inside;
    list-style-type: disc;
    margin: 0;
    padding-left: 0;
}

.page-content ol {
    display: block;
    list-style-position: inside;
    list-style-type: decimal;
    margin: 0;
}


.m-gallery {
    padding-bottom: 0;
}
.m-gallery img {
    width: 100%;
}
.m-gallery p {
    display: block;
    background: rgba(13, 29, 16, 0.5);
    padding: 5px;
    margin: 0;
}
.m-gallery .ug-row {
    margin-left: -10px;
}

.m-gallery .ug-row > [class*="ug-col-"] {
    padding-left: 10px;
    margin-bottom: 10px;
}


#map {
    height: 400px;
}

.text-center {
    margin: 20px auto;
    max-width: 500px;
}


#cookies {
    position: fixed;
    bottom: 0;
    background: #0d1d10;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #feeec8;
    text-align: center;
    opacity: 0.7;
}
#cookies .ok {
    background: #feeec8;
    color: #000;
    padding: 1px 3px;
    margin: 0 5px;
}
#cookies a {
    color: #feeec8;
}
body.hasCookies {
    margin-bottom: 20px;
}


/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    max-width: 900px;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 15px;
}


/* buttony */
fieldset.form .form-btns {
    text-align: center;
}
fieldset.form .form-btns a {
    display: inline-block;
}


/* podpis */
.form-label {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}
.form-label-inline {
    padding-top: 11px;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    color: #ffaeb1;
}


/* kontrolka */
.form-control {
    color: #fff;
    background: #295f35;
    padding: 12px 15px;
    margin: 0;
    border: none;
    border-radius: 3px;
    width: 100%;
}
.form-control:hover {
    border-color: #a7a7a7;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
.form-control[type=date] {
    padding-right: 0;
}
select.form-control {
}
textarea.form-control {
    height: 150px;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}

.form-group-range .form-control {
    width: 48%;
    float: left;
}
.form-group-range span {
    width: 4%;
    text-align: center;
    display: block;
    float: left;
    margin-top: 12px;
}
@media (max-width: 479px) {

    .form-group-range .form-control {
        width: 100%;
    }
    .form-group-range span {
        width: 100%;
        margin: 0;
    }
}


/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
    margin-bottom: 15px;

    background: #0d1d10;
    border: 10px solid #0d1d10;
    background-image: linear-gradient(to top, #7a5019 0%, #f6e6b5 40%, #fde496 87%, #f7e1a0 95%, #f6e1a1 96%, #ead693 100%), linear-gradient(to top, #7a5019 0%, #f6e6b5 40%, #fde496 87%, #f7e1a0 95%, #f6e1a1 96%, #ead693 100%), linear-gradient(#83660e, #83660e), linear-gradient(#ead693, #ead693);
    background-size: 1px 100%, 1px 100%, 100% 1px, 100% 1px;
    background-position: 0 0, 100% 0, 1px 100%;
    background-repeat: no-repeat;
}




/***************************************************
Table
***************************************************/

table {
    margin: 20px auto;
    clear: both;
    width: 100%;
    max-width: 500px;
    border-collapse: collapse;
    border-top: 1px solid #83660e;
}

table td {
    padding: 10px 10px;
    border-bottom: 1px solid #83660e;
}


table tr:hover {
    background-color: #7a501a;
}




.widget_social{
    float:right;
    width:292px;
    height:550px;
    background: url(/assets/img/fb.png) no-repeat;
    display:block;
    right:-265px;
    padding: 10px 5px 0 35px;
    position:fixed;
    top: 250px;
    z-index:1002;
}
.widget_social>div {
    color: #FFF;
    background: #fff;
    height:465px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .widget_social {
        display: none;
    }
}

.footer{
    padding-top: 0;
}

.footer-kontakt a{
    color:#999;
}


.breadcrumbs, .breadcrumbs a{
    color: #fff;
    margin-top: -20px;
}
