<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import "/assets/css/reset.css";
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700');


/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 320px) {  }


@-ms-viewport {
    width: device-width;
}



/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Josefin Sans', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    background: #fff url("/assets/img/top-bg.png") repeat-x top;
    margin: 0;
}
body.sub {
    background: #fff url("/assets/img/top-bg-sub.png") repeat-x top;
}

@media (max-width: 1230px) {
    body {
        background: #fff;
    }
}

a {
    color: #000000;
}
a:hover {
    color: #d8a364;
}


/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    max-width: 1230px;
}
.container-right {
    margin-left: auto;
    max-width: calc(100% - (100% - 1230px) / 2);
}
.container-right &gt; div {
    max-width: 1230px;
}
.container-left {
    margin-right: auto;
    max-width: calc(100% - (100% - 1230px) / 2);
}
.container-left &gt; div {
    max-width: 1230px;
    margin-left: auto;
}

.g-header {
    height: 100px;
    position: relative;
}

@media (max-width: 1230px) {
    .g-header {
        background: #4c331b;

    }
}

.logo {
    position: relative;
    margin: 12px 0 -40px 10px;
    float: left;
    z-index: 9999;
}

@media (max-width: 534px) {
    .logo img {
        height: 75px;
    }
}

.social {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 9;
}
.social li {
    float: left;
    margin-left: 10px;
}
.social-langs a {
    display: block;
}
.social-langs .icon-lang.current {
    display: inline-block;
}
.social-langs .icon-lang {
    display: none;
    width: 33px;
    height: 33px;
    background: #4c331b;
    color: #917458;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
}
.social-langs.opened .icon-lang {
    color: #4c331b;
    display: inline-block;
    background: #d8a364;
}
.social-langs.opened .icon-lang:hover {
    color: #fff;
}

.g-footer {
    color: #4c331b;
    background: #fafafa;
    padding: 30px 0;
}
.g-footer .container {
    padding: 0 30px;
}
.g-footer img {
    width: 150px;
    max-width: 100%;
}

.g-footer-links a {
    color: #4c331b;
    font-weight: 500;
	font-size: 15px;
}
.g-footer-links a:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 4px;
    background: #d8a364;
    margin: 0 10px 3px 16px;
}
.g-footer-links a:last-child:after {
    display: none;
}
.g-footer-links a:hover {
    color: #d8a364;
}

.g-footer-make {
    text-align: right;
}
.g-footer-make .studiomh {
    display: inline-block;
    margin: -1px 0 -1px 0;
}
.g-footer-make .studiomh:hover {
    background-position: bottom;
}

@media (max-width: 767px) {
    .g-footer-links {
        text-align: center;
    }
    .g-footer-make {
        text-align: center;
    }
}


.booking-wrapper {
    text-align: center;
    padding: 50px;
}
.booking-wrapper img {
    vertical-align: middle;
    margin-left: 10px;
    max-width: 100%;
}

@media (max-width: 534px) {

    .booking-wrapper {
        padding: 50px 20px;
    }
    .booking-wrapper img {
        margin-left: 0;
    }
}

.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.g-row, .g-row {
    margin-left: -30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

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

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

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

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

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

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

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

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

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

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


.g-pddY-20 {
    margin-top: -20px;
}
.g-pddY-20 &gt; * {
    padding-top: 20px;
}


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

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

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

.g-col-right {
    margin-right: 0;
    margin-left: auto;
}

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

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

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

.g-col-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.g-col-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.g-col-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.g-col-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.g-col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.g-col-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.g-col-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.g-col-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.g-col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.g-gutter-reset {
    margin-left: 0;
}
.g-gutter-reset &gt; [class*="g-col-"] {
    padding-left: 0;
}

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

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

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



[class*="g-hide-"] {
    display: block;
}

[class*="g-show-"] {
    display: none;
}

@media (min-width: 535px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

@media (min-width: 768px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (min-width: 980px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}

/***************************************************
content
***************************************************/

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

.content h1, .content .h1 {
    font-size: 38px;
    color: #4c331b;
    margin-top: 30px;
    margin-bottom: 20px;
}
.content .h1 h1{
    margin: 0;
}
.content h2 {
    font-weight: bold;
    font-size: 35px;
    margin: 20px 0;
}
.content h3 {
    color: #af3100;
    font-weight: 600;
    font-size: 26px;
    margin: 20px 0;
    padding-bottom: 20px;
    position: relative;
}
.content h3 a {
    color: inherit;
}
.content h3 a:hover {
    color: #4c331b;
}
.content h3:after {
    width: 60px;
    height: 3px;
    background: #e1e1e1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.content h4 {
    color: #af3100;
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0;
    position: relative;
}

@media (max-width: 534px) {

    .content h1, .content .h1 {
        font-size: 28px;
    }
    .content h2 {
        font-size: 26px;
    }
    .content h3 {
        font-size: 18px;
    }
}

.content ul {
    display: block;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}

.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}

.content p:first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}

/***************************************************
menu
***************************************************/

.navbar {
    position: relative;
    float: left;
    margin-left: 50px;
    z-index: 9999;
}
.navbar &gt; ul &gt; li {
    float: left;
    position: relative;
}
.navbar &gt; ul &gt; li &gt; a {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    line-height: 45px;
    padding: 30px 20px 25px 20px;
    display: block;
}
.navbar &gt; ul &gt; li.current &gt; a {
    color: #d8a364;
}
.navbar &gt; ul &gt; li:hover &gt; a {
    color: #4c331b;
    background: #d8a364;
}

.navbar-sub {
    background: #d8a364;
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    min-width: 100%;
}
.navbar &gt; ul &gt; li:hover .navbar-sub {
    display: block;
    padding: 5px 0;
}
.navbar-sub li a {
    font-size: 19px;
    font-weight: 500;
    color: #4c331b;
    line-height: 25px;
    padding: 5px 20px;
    display: block;
}
.navbar-sub li a:hover {
    color: #fff;
}

@media (max-width: 1023px) {
    .navbar {
        display: none;
    }
}



.mobile-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 .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}

.mobile-offcanvas {
    display: none;
}

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

.mobile-nav {
    float: right;
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 140px;
    top: 50%;
    margin-top: -26px;
}

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

.mobile-nav:hover {
    text-decoration: none;
}

.mobile-nav span {
    position: relative;
    padding-left: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.mobile-nav span::after {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    box-shadow: 0 6px 0 #fff,
    0 -6px 0 #fff;
    content: '';
}

@media (max-width: 534px) {
    .mobile-nav span {
        width: 20px;
        padding-left: 25px;
        overflow: hidden;
    }
}


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

.sidr ul {
    margin: 20px 12px;
    padding: 0;
    list-style: none;
}

.sidr a {
    display: block;
    padding: 3px;
    margin: 8px 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.sidr a:hover {
    color: #e5001d;
}


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

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

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



/***************************************************
sub menu
***************************************************/

.submenu {
    text-align: right;
    margin-right: -30px;
}
.submenu h2 {
    font-size: 28px;
    margin: 70px 30px 15px;
}

.submenu a {
    color: #af3100;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px;
    margin: 2px 0;
    display: block;
}
.submenu a:hover, .submenu .current a {
    color: #fff;
    background: #af3100;
}

@media (max-width: 767px) {
    .submenu {
        text-align: center;
        margin-right: 0;
    }
}



/***************************************************
			        SLIDER
***************************************************/

.g-slider {
    margin: 0 auto;
    z-index: 1;
    min-width: 300px;
    max-width: 2000px;
    min-height: 284px;
    max-height: 549px;
    position: relative;
}
.g-slider li {
    position: relative;
}

.g-slider li&gt;div {
    position: absolute;
    z-index: 99998;
    top: 40%;
    left: calc((100% - 1230px) / 2);
    max-width: 1230px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 100px;
}
.g-slider li&gt;div h1 {
    font-size: 3.3vw;
    font-weight: 500;
    line-height: 1.2em;
    text-align: left;
    color: #fff;
}

@media (max-width: 1230px) {
    .g-slider {
        margin-bottom: 30px;
    }
    .g-slider li&gt;div {
        left: auto;
    }
}

@media (max-width: 767px) {
    .g-slider li&gt;div h1 {
        font-size: 24px;
    }
}

@media (max-width: 534px) {
    .g-slider li&gt;div {
        padding: 0 20px;
        width: 100%;
    }
    .g-slider li&gt;div h1 {
        text-align: center;
    }
}


.g-slider-reservation {
    background: #af3100;
    width: calc((100% - 1230px) / 2 + 510px);
    position: absolute;
    bottom: -40px;
    right: 0;
    font-size: 30px;
    color: #d8a364;
    padding: 25px 35px;
    z-index: 9999;
}
.g-slider-reservation a {
    color: #fff;
    font-size: 48px;
    margin-top: 5px;
    display: inline-block;
}

@media (max-width: 1230px) {
    .g-slider-reservation {
        width: 500px;
        bottom: -80px;
    }
}

@media (max-width: 534px) {
    .g-slider-reservation {
        width: 100%;
    }

    .g-slider-reservation a {
        font-size: 36px;
    }
}



.bx-viewport {
    margin: 0 auto;
}
.bx-viewport img {
    max-width: calc(100% - (100% - 1230px) / 2);
    display: block;
    min-height: 300px;
    object-fit: cover;
}

.bx-wrapper {
    position: relative;
}



.bx-wrapper .bx-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bx-wrapper .bx-controls-direction {
    max-width: 1230px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin: -17px 30px 0 30px;
    outline: 0;
    width: 21px;
    height: 34px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/assets/img/sprites.png) no-repeat 0 0;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 -34px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(/assets/img/sprites.png) no-repeat -21px 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -21px -34px;
}



@media (max-width: 534px) {
    .bx-wrapper .bx-controls {
        display: none;
    }
}




.ue {
    position: absolute;
    top: 0;
    right: calc(50% - 615px);
    z-index: 99999
}

@media (max-width: 1230px) {
    .ue {
        right: 0;
    }
}
@media (max-width: 534px) {
    .ue img {
        width: 200px;
    }
}


/***************************************************
Specifics
***************************************************/

.right {
    float: right!important;
}
.left {
    float: left!important;
}
.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}

hr {
    background: #C2C2C2;
    height: 1px;
    border: 0;
    margin: 30px 0;
}

.label {
    font-size: 16px;
    color: #d8a364;
    font-weight: 500;
    display: inline-block;
    width: 120px;
}

.pagination {
    text-align: center;
}
.pagination .btn {
    margin: 0 5px;
}


.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}


#cookies {
    position: fixed;
    bottom: 0;
    background: #ececec;
    padding: 5px;
    width: 100%;
    font-size: 13px;
    color: #000;
    text-align: center;
    z-index: 99999;
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 4px 3px 2px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}

/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #d8514d!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 4px;
}
.qtip-info{
    background-color: #59bfdd!important;
    border-color: #28a4c9!important;
    color: #fff!important;
    border-radius: 4px;
}


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

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


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


/* buttony */
fieldset.form .form-btns {

}


/* podpis */
.form-label {
    text-align: left;
    display: block;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}


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


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

.form-error {
    color: #ff0000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 5px;
}


/* kontrolka */
.form-control {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    width: 100%;
    height: 33px;
}
.form-control:hover {
    border-color: #a7a7a7;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
}
textarea.form-control {
    height: 150px;
}

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


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

.msg {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px;
    margin-bottom: 15px;

    border-radius: 0;
    color: #fff;
    background: #d8a364;
}

.msg.msg-info {
    color: #3A87AD;
    border-radius: 3px;
    border: 1px solid #9acfea;
    background: #e2f1f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2f1f9 0%, #b9def0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#b9def0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f9', endColorstr='#b9def0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-danger {
    color: #B94A48;
    border-radius: 3px;
    border: 1px solid #dca7a7;
    background: #f2dddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2dddd 0%, #e7c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dddd), color-stop(100%,#e7c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2dddd 0%,#e7c3c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddd', endColorstr='#e7c3c3',GradientType=0 ); /* IE6-9 */
}

.msg.msg-success {
    color: #468847;
    border-radius: 3px;
    border: 1px solid #B2DBA1;
    background: #def0d7; /* Old browsers */
    background: -moz-linear-gradient(top,  #def0d7 0%, #c9e5bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def0d7), color-stop(100%,#c9e5bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0d7', endColorstr='#c9e5bd',GradientType=0 ); /* IE6-9 */
}


/***************************************************
Buttons
***************************************************/

.btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #d8a364;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 0 20px;
    margin-top: 30px;
    border: 3px solid #d8a364;

    background: none;
}
.btn:hover {
    color: #4c331b;
    border-color: #4c331b;
}
.btn-dark:hover {
    color: #fff;
    border-color: #fff;
}

.btn-sm {
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
}
.btn-current {
    color: #fff;
    background: #d8a364;
}

.btn-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.btns {
    margin-top: 30px;
    clear: both;
}


/***************************************************
Links
***************************************************/

.link {
    color: #d8a364;
    text-decoration: underline;
}
.link:hover {
    color: #4c331b;
}
.link2 {
    color: #af3100;
    font-size: 18px;
    font-weight: normal;
    text-decoration: underline;
}
.link2:hover {
    color: #4c331b;
}

/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
}

.icon-fb {
    width: 33px;
    height: 33px;
    background: url('/assets/img/sprites.png') -49px 0;
}
.icon-fb:hover {
    background-position: -49px -33px;
}


/***************************************************
Table
***************************************************/
table.table {
    margin: 10px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #C2C2C2;
}

table.table thead tr {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

table.table thead th {
    font-weight: bold;
    padding: 8px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}
table.table thead th[data-sort] {
    cursor: pointer;
    *cursor: hand;
}
table.table thead th span {
    margin: 0 0 0 2px;
}


table.table td {
    padding: 6px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

table.table tr:nth-child(odd) { background-color: #fff; }
table.table tr:nth-child(even) { background-color: #f6f6f6; }

table.table tr:hover {
    background-color: #ebebeb;
}

table.table tr td.sub {
    padding-left: 30px;
}

table.table input[type=text] {
    margin: -4px -5px;
    padding: 2px;
}
table.table input[type=text].act-order {
    width: 30px;
    text-align: center;
}



/***************************************************
główna
***************************************************/

.main-wrapper {
    text-align: center;
    padding: 70px 100px 60px 100px;
}
.main-wrapper h1 {
    text-align: center;
}

@media (max-width: 767px) {

    .main-wrapper {
        padding: 70px 20px 60px 20px;
    }
}



.main-wrapper-brown {
    color: #b9a38d;
    background: #4c331b;
    text-align: left;
    margin-bottom: -30px;
    z-index: 9;
    position: relative;
}
.main-wrapper-brown &gt; div {
    padding: 30px 30px 45px 30px;
}
.main-wrapper-brown h1 {
    color: #fff;
    text-align: left;
}
.main-wrapper-brown img {
    margin-bottom: -75px;
    display: block;
    width: 100%;
}

@media (max-width: 767px) {

    .main-wrapper-brown img {
        margin-bottom: 0;
    }
}

.main-wrapper-grey {
    background: #f7f7f7;
    text-align: left;
    margin-bottom: -30px;
    z-index: 8;
    position: relative;
}
.main-wrapper-grey &gt; div {
    padding: 100px 30px 45px 30px;
}


/***************************************************
podstrona - kontakt
***************************************************/

.sub-wrapper {
    margin-top: 11px;
    margin-bottom: -30px;
}
.sub-content {
    background: #f7f7f7;
    padding: 50px;
    min-height: 400px;
}
.sub-content &gt; h1:first-child {
    font-weight: 700;
    background: url("/assets/img/sub-bg.jpg") no-repeat center;
    padding: 50px 50px;
    margin: -50px -50px 50px -50px;
    line-height: 1.5em;
}

@media (max-width: 534px) {
    .sub-content {
        padding: 50px 20px;
    }
    .sub-content &gt; h1:first-child {
        padding: 50px 20px;
        margin: -50px -20px 50px -20px;
    }
}



/***************************************************
podstrona - kontakt
***************************************************/

.contact-wrapper {
    padding: 60px 30px 0 30px;
}
.contact-wrapper #maps {
    width: 100%;
    height: 400px;
}

.contact-wrapper &gt; div &gt; div {
    margin-bottom: 60px;
}


/***************************************************
podstrona - galeria
***************************************************/

.gallery-box-wrapper {
    background: url("/assets/img/gallery-bg.jpg") no-repeat center;
    background-size: cover;
}
.gallery-box-wrapper &gt; div {
    text-align: center;
    padding: 50px 30px;
}
.gallery-box-wrapper h1 {
    color: #fff;
    text-align: center;
}
.gallery-box-wrapper figure, .gallery-wrapper figure {
    border: 3px solid #fff;
}
.gallery-box-wrapper figure:hover, .gallery-wrapper figure:hover {
    border-color: #d8a364;
}
.gallery-box-wrapper img, .gallery-wrapper img {
    width: 100%;
    display: block;
}

.gallery-wrapper article {
    margin-bottom: 30px;
}
.gallery-wrapper img {
    opacity: 0.8;
}
.gallery-wrapper figure:hover img {
    opacity: 1;
}



/***************************************************
moduł - news
***************************************************/

.main .news-wrapper {
    padding: 0;
}
.news-wrapper {
    padding: 60px 30px;
}
.news-wrapper article {
    margin-bottom: 15px;
}
.news-wrapper article time {
    color: #cccccc;
    font-weight: 500;
}
.news-wrapper article p {
    line-height: 1.3em;
}

.news-wrapper article figure {
    float: left;
    margin: 0 30px 30px 0;
    max-width: 30%;
}
.news-wrapper article figure img {
    width: 100%;
}

@media (max-width: 534px) {

    .news-wrapper article figure {
        float: none;
        margin: 0 0 30px 0;
        max-width: 100%;
    }
}



.reservation-wrapper .form {
    margin-bottom: 50px;
}
.reservation-wrapper .g-col-l-2 {
    margin-bottom: 10px;
}</pre></body></html>