﻿@charset "utf-8";
@import "/assets/css/reset.css";
@import url('https://fonts.googleapis.com/css?family=Abhaya+Libre:400,500,700|Open+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: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #575757;
    background: #fff;
    margin: 0;
    min-width: 320px;
    padding-top: 130px;
}

a {
    color: #575757;
}
a:hover {
    color: #cda438;
}


@media (max-width: 767px) {
    body {
        padding-top: 100px;
    }
}

@media (max-width: 534px) {
    body {
        padding-top: 160px;
    }
    body.sticky {
        padding-top: 60px;
    }
}



/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.g-header {
    height: 130px;
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff;
    top: 0;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
.sticky .g-header {
    height: 90px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.logo {
    position: relative;
    left: 30px;
    top: 10px;
    opacity: 1;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}
.logo img {
    height: 110px;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
.sticky .logo img {
    height: 70px;
}

@media (max-width: 767px) {
    .g-header {
        height: 100px;
    }
    .logo img {
        height: 80px;
    }
}

@media (max-width: 534px) {
    .g-header {
        height: 160px;
        text-align: center;
    }
    .sticky .g-header {
        height: 60px;
    }
    .logo {
        left: 0;
    }
    .sticky .logo {
        opacity: 0;
    }
}


.g-footer-contact {
    background: #2b2a29;
    color: #f9f9f9;
    line-height: 1.5em;
}
.g-footer-contact div[class*="g-col-"] {
    position: relative;
}
.footer-phone {
    color: #f9f9f9;
    line-height: 1.5em;
    padding: 40px 40px 20px 20px;
}
.footer-phone strong {
    color: #c49b33;
}
.g-footer-contact .footer-phone h2 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px!important;
}
.footer-phone p {
    margin: 20px 0!important;
    padding-left: 35px;
    position: relative;
}
.footer-phone p img {
    position: absolute;
    top: 3px;
    left: 0;
}

.footer-logo {
    text-align: center;
    position: absolute;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
    background: #2b2a29;
    top: calc(30% - 80px);
    right: -100px;
    z-index: 2;
}
.footer-logo img {
    width: 90%;
    vertical-align: middle;
    margin-top: -20px;
}
.site-pzd .footer-logo img {
    width: 50%;
    margin-top: 0;
}

.footer-nl {
    position: absolute;
    bottom: -20px;
    left: 100%;
    z-index: 2;
    background: #c49b33;
    width: 400px;
    padding: 30px;
}
.footer-nl h3 {
    color: #fff!important;
}
.footer-nl-control {
    margin-top: 5px;
}
.footer-nl-control .form-control {
    width: calc(100% - 80px);
    color: #fff;
}
.footer-nl-control .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
.footer-nl-control .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.footer-nl-control .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.footer-nl-control .form-control:hover {
    border-color: #fff;
}
.footer-nl-control .btn {
    border-color: #fff;
    padding: 10px 0;
    width: 80px;
    float: right;
}


.g-footer-contact .map {
    height: 100%;
    min-height: 300px;
}
.g-footer-contact .map.map-img {
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}


.g-footer-contact #mapRoute {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    font-family: 'Open Sans','sans-serif';
    font-size: 14px;
    line-height: 15px;
    padding-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.g-footer-contact #mapRoute input {
    vertical-align: middle;
}
.g-footer-contact #mapRoute .btn {
    padding: 5px;
    line-height: 30px;
    height: 40px;
}
.g-footer-contact #mapDirectionsBtn {
    display: none;
}

.g-footer-contact #mapDirectionsPanel {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 20px;
    z-index: 5;
    background-color: #fff;
    display: none;
    overflow-y: scroll;
}
.g-footer-contact #mapDirectionsClose {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    display: none;
}

.g-footer {
    padding: 50px 0 30px;
}
.g-footer .container {
    padding: 0 20px;
}
.g-footer-links a {
    color: #7c807a;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;
}
.g-footer-links a.g-footer-links-social {
    margin-right: 10px;
}
.g-footer-links a.g-footer-links-social span {
    margin-top: -4px;
}

.g-footer-links2 a {
    color: #acb2aa;
    font-size: 13px;
    font-weight: 300;
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.g-footer-make {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    color: #7c807a;
}
.g-footer-make .create {
    display: inline-block;
    margin: 0 0 0 40px;
}


@media (max-width: 767px) {

    .g-footer {
        text-align: center;
    }
    .g-footer-links a {
        margin: 0 15px 10px 15px;
    }
    .g-footer-links2 {
        text-align: center;
        margin-top: 20px;
    }
    .g-footer-links2 a {
        margin: 0 15px 10px 15px;
    }
    .g-footer-make {
        text-align: center;
        margin-top: 20px;
    }
    .footer-logo {
        display: none;
    }

    .footer-nl {
        display: none;
    }
}





.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.g-row, .g-row {
    margin-left: -20px;
    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: 20px;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.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 > [class*="g-col-"] {
    padding-left: 0;
}
.g-gutter-40 {
    margin-left: -40px;
}
.g-gutter-40 > [class*="g-col-"] {
    padding-left: 40px;
}

@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: 20px 0;
    line-height: 1.5em;
}

.content h1 {
    font-family: 'Abhaya Libre';
    font-size: 40px;
    margin: 30px 0 20px 0;
}
.content h2 {
    font-family: 'Abhaya Libre';
    font-weight: bold;
    font-size: 40px;
    margin: 30px 0 20px 0;
}
.content h3 {
    font-family: 'Abhaya Libre';
    font-size: 30px;
    margin: 30px 0 20px 0;
    color: #c79f35;
}
.content h4 {
    font-family: 'Abhaya Libre';
    font-size: 30px;
    margin: 30px 0 20px 0;
}

.content ul {
    display: block;
    line-height: 1.5em;
    list-style: none;
    padding: 0;
    margin: 0;
}
.content li {
    padding-left: 25px;
    position: relative;
}
.content li::before {
    content: "• ";
    color: #c79f35;
    position: absolute;
    left: 5px;
    top: 1px;
}

.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding-left: 20px;
}

.content p:first-child, .content h1:first-child, .content h2:first-child, .content h3:first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}

/***************************************************
menu
***************************************************/

.navbar {
    position: absolute;
    top: 50px;
    right: 20px;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
}
.sticky .navbar {
    top: 30px;
}
.nav-menu {
    float: left;
}
.nav-menu > ul > li {
    float: left;
    margin-left: 20px;
    position: relative;
}

.nav-menu > ul > li > a {
    font-size: 17px;
    font-family: 'Abhaya Libre';
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px;
    display: block;
    color: #3f2727;
    transition: color .25s linear;
    -moz-transition: color .25s linear;
    -webkit-transition: color .25s linear;
}
.nav-menu li a:hover, .nav-menu li a.current {
    color: #c79f35;
}
.nav-menu > ul > li:hover .nav-submenu {
    display: block;
}

.nav-submenu {
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    border-top: 5px solid #c49b33;
    width: 215px;
    padding: 20px 15px;
}
.nav-submenu > li {
    line-height: 25px;
}
.nav-submenu > li > a {
    color: #fff;
    font-family: 'Abhaya Libre';
    font-size: 16px;
    text-transform: uppercase;
}


.nav-social {
    border-left: 1px solid #e0e0e0;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
}
.nav-social li {
    margin-left: 10px;
    float: left;
}

.nav-social li a.hotel-pzd img {
    margin: -27px 0 -28px 20px;
    height: 82px;
    transition: height .25s linear, margin .25s linear;
    -moz-transition: height .25s linear, margin .25s linear;
    -webkit-transition: height .25s linear, margin .25s linear;
}
.sticky .nav-social li a.hotel-pzd img {
    margin: -17px 0 -18px 20px;
    height: 62px;
}
.site-pzd .nav-social li a.hotel-pzd img {
    margin: -17px 0 -18px 20px;
    height: 62px;
}
.site-pzd .nav-social li a.hotel-pzd img {
    margin: -17px 0 -18px 20px;
    height: 62px;
}
.site-pzd.sticky  .nav-social li a.hotel-pzd img {
    margin: -11px 0 -18px 20px;
    height: 50px;
}

.nav-langs a {
    display: block;
}
.nav-langs a span {
    font-size: 14px;
    text-transform: uppercase;
    color: #aaa9a9;
    padding: 6px 0;
    display: none;
    width: 30px;
    text-align: center;
}
.nav-langs a span.current {
    display: inline-block;
}
.nav-langs.opened span {
    color: #fff;
    display: inline-block;
    background: #c79f35;
}
.nav-langs.opened a:hover span {
    color: #000;
}

@media (max-width: 1100px) {
    .navbar .nav-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar {
        top: 35px;
    }
    .nav-social li a.hotel-pzd img {
        margin: -17px 0 -18px 10px;
        height: 62px;
    }
    .site-pzd  .nav-social li a.hotel-pzd img {
        margin: -12px 0 -13px 10px;
        height: 52px;
    }
}

@media (max-width: 534px) {
    .navbar {
        top: 110px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        width: 290px;
    }
    .sticky .navbar {
        top: 15px;
    }
    .sticky .nav-social li a.hotel-pzd {
        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: 1101px) {
    .mobile-offcanvas {
        display: block;
    }
}

.mobile-nav {
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    margin-right: 6px;
}

@media (min-width: 1101px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav:hover {
    text-decoration: none;
}

.mobile-nav span {
    position: relative;
    padding-left: 35px;
    color: #575757;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.mobile-nav span::after {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #575757;
    box-shadow: 0 6px 0 #575757,
    0 -6px 0 #575757;
    content: '';
}

@media (max-width: 534px) {
    .mobile-nav span {
        width: 25px;
        overflow: hidden;
        padding-left: 25px;
    }
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background: #cda438;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0;
}

.sidr ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidr ul > li {
    border-bottom: 1px solid #d3bd67;
}
.sidr ul ul > li {
    border-top: 1px solid #d3bd67;
    border-bottom: 0;
}

.sidr a {
    display: block;
    padding: 3px 20px;
    margin: 8px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.sidr ul ul {
    display: none;
}
.sidr ul ul a {
    text-transform: none;
    padding: 3px 35px;
}
.sidr a:hover {
    color: #e4d8a6;
}


.sidr.right {
    right: -250px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -250px;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}


/***************************************************
			        SLIDER
***************************************************/

.slider-wrapper {
    /*max-width: 1600px;*/
    background-repeat: no-repeat;
    background-position: center -50px;
    background-size: cover;
    text-align: right;
    padding-bottom: 50%;
    position: relative;
}
.slider-wrapper .container {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-txt {
    position: absolute;
    bottom: 20%;
    right: 20px;
}
.slider-wrapper .h1 {
    font-family: 'Abhaya Libre';
    display: inline-block;
    font-size: 60px;
    text-transform: uppercase;
    color: #eeca6b;
    background: rgba(0,0,0,0.3);
    padding: 10px 25px;
}
.slider-wrapper .h1 strong {
    color: #fff;
}

.slider-wrapper .corner-bl {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}
.slider-wrapper .corner-tr {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}

@media (max-width: 1199px) {
    .slider-wrapper .h1 {
        font-size: 5vw;
    }
}




/***************************************************
Specifics
***************************************************/

.right {
    float: right!important;
}
.left {
    float: left!important;
}
.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.color1 {
    color: #c49b33;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}

.label {
    display: inline-block;
    width: 100px;
}

hr {
    background: #C2C2C2;
    height: 1px;
    border: 0;
    margin: 30px 0;
}


a.photo,a.video {
    position: relative;
    display: block;
}
a.photo:after,a.video:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-zoom-in' width='56' height='56' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='10' cy='10' r='7' /%3E%3Cline x1='7' y1='10' x2='13' y2='10' /%3E%3Cline x1='10' y1='7' x2='10' y2='13' /%3E%3Cline x1='21' y1='21' x2='15' y2='15' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}
a.photo:hover:after, a.video:hover:after {
    opacity: 1;
}

a.video {
    position: relative;
    display: block;
}
a.video:before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    /*background: url('/assets/img/sprites.png?1') -108px 0;*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-player-play' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 4v16l13 -8z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}
a.video:hover:before {
    opacity: 0;
}

.content img {
    max-width: 100%;
    height: auto;
}
.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%;
    margin: 20px 0;
}
@media (min-width: 534px) {
    .img-6-right {
        width: 50%;
        float: right;
        margin: 20px 0 20px 20px;
    }
    .img-6-left {
        width: 50%;
        float: left;
        margin: 20px 20px 20px 0;
    }
    .img-4-right {
        width: 33%;
        float: right;
        margin: 20px 0 20px 20px;
    }
    .img-4-left {
        width: 33%;
        float: left;
        margin: 20px 20px 20px 0;
    }
}

.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: #2b2a29;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    z-index: 99;
}
#cookies a {
    color: #c49b33;
}
#cookies .ok {
    background: #c49b33;
    color: #fff;
    padding: 2px 5px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 30px;
}

.videodetector {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.videodetector iframe,
.videodetector object,
.videodetector embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.pricelist-wrapper {
    /*max-width: 700px;*/
}

ul.pricelist li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 700px;
}
ul.pricelist li:first-child {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}
ul.pricelist li:first-child::before {
    top: 21px;
}
ul.pricelist li strong {
    font-size: 16px;
    color: #c49b33;
    margin-bottom: 10px;
    display: inline-block;
}
ul.pricelist li u {
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    float: right;
    text-align: right;
    width: 70px;
}
ul.pricelist li select {
    width: 100px;
    float: right;
    padding: 6px 10px;
    margin: -7px 0 -7px 10px;
}
ul.pricelist li em {
    color: #dc3340;
}

.pricelist-sum {
    text-align: right;
    font-size: 20px;
}
.pricelist-sum strong {
    text-align: right;
    font-size: 20px;
    width: 80px;
    display: inline-block;
}

@media (max-width: 767px) {
    ul.pricelist li strong {
        display: block;
    }
    ul.pricelist li select {
        margin: 0 0 10px 0;
        float: none;
    }
}


.hiding-h3 {
    display: none;
}



/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #d8514d!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 4px;
}
.qtip-info{
    background-color: #c49b33!important;
    border-color: #c49b33!important;
    color: #fff!important;
    border-radius: 4px;
}
.qtip-info .qtip-content {
    font-size: 13px;
    line-height: 1.2em;
}


/* Add some nice box-shadow-ness to the dialogues */
.qtip.qtip-dialogue{
    max-width: 600px;
    min-width: 210px;

    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    padding: 0;
    font-size: 14px;

    background: #fff;
    border: 1px solid #eee;
}

.qtip.qtip-dialogue .qtip-titlebar{
    padding: 20px;
    background: #eee;
}
.qtip.qtip-dialogue .qtip-content{
    padding: 10px 20px 20px 20px;
}
.qtip.qtip-dialogue .qtip-content p {
    text-align: center;
}

.qtip.qtip-dialogue button{
    float: left;
    width: 47%;
    margin-top: 20px;
    margin-right: 10px;
}

.qtip.qtip-dialogue button:only-of-type {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.qtip.qtip-dialogue button + button{
    float: right;
    margin-right: 0;
}


/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    width: 380px;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}


/* buttony */
fieldset.form .form-btns {

}


/* podpis */
.form-label {
    text-align: left;
    line-height: 23px;
    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 {
    font-style: 12px;
    color: #ff0000;
    margin-bottom: 3px;
}


/* kontrolka */
.form-control {
    background: transparent;
    padding: 12px 15px;
    margin: 0;
    border: 1px solid #e4d09e;
    border-radius: 0;
    width: 100%;
}
.form-control:hover {
    border-color: #c49b33;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
}
textarea.form-control {
    height: 60px;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}


.form-control-checkbox {
    margin-right: 5px;
}


/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;

    color: #c49b33;
    border: 1px solid #c49b33;
    background: #fff;
}

.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 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 15px 30px;
    border: 0;

    background: #c49b33;
    transition: background .25s linear;
    -moz-transition: background .25s linear;
    -webkit-transition: background .25s linear;
}
.btn:hover {
    color: #fff;
}
.btn:hover:not(.btn-disabled) {
    background: #dfb23c;
}

.btn-dark {
    background: #2b2a29;
}

.btn-lg {
    font-size: 18px;
    padding: 8px 16px;
}
.btn-sm {
    font-size: 11px;
    padding: 3px 6px;
}
.btn-xs {
    font-size: 11px;
    padding: 0px 4px;
}

.btn-w100 {
    width: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn-w150 {
    width: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn-w200 {
    width: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-disabled {
    opacity: 0.7;
}


.btns {
    margin-top: 30px;
    clear: both;
}


/***************************************************
Links
***************************************************/

.link-u {
    text-decoration: underline;
}
.link-info {
    color: #2AABD2;
}
.link-success {
    color: #419741;
}
.link-danger {
    color: #C12F2B;
}

/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
    background-image: url('/assets/img/sprites.png?1');
}


.icon-fb {
    width: 30px;
    height: 30px;
    background-color: #c79f35;
    background-position: 0 0;
    border-radius: 50%;
}
a:hover .icon-fb {
    background-color: #4267b2;
}
.icon-insta {
    width: 30px;
    height: 30px;
    background-color: #c79f35;
    background-position: -30px 0;
    border-radius: 50%;
}
a:hover .icon-insta {
    background-color: #d63086;
}

.icon-infoTur {
    width: 30px;
    height: 30px;
    background-color: #c79f35;
    background-position: -3px -80px;
    border-radius: 0;
}
a:hover .icon-infoTur {
    background-color: #009933;
}

.icon-route {
    width: 30px;
    height: 30px;
    background-position: 0 -45px;
}

[class*="icon-arrow-"] {
    width: 24px;
    height: 46px;
    background-position: -66px 0;
}
.icon-arrow-right {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

[class*="corner-"] {
    display: block;
    content:'';
    width: 66px;
    height: 66px;
    background: url('/assets/img/corner.png');
}
.corner-bl {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.corner-br {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.corner-tr {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


/***************************************************
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
***************************************************/

.about-bg {
    position: relative;
}
.about-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 600px);
    right: 0;
    content: '';
}
.site-zamek .about-bg:before {
    background: url("/assets/img/about-bg-zamek.jpg") no-repeat;
}
.site-pzd .about-bg:before {
    background: url("/assets/img/about-bg-pzd.jpg") no-repeat;
}
.site-spa .about-bg:before {
    background: url("/assets/img/about-bg-spa.jpg") no-repeat center;
    background-size: cover;
}

.about-wrapper {
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}
.about-wrapper img {
    max-width: 100%;
    margin-bottom: 20px;
}



.mainNews-wrapper .container {
    text-align: center;
    padding: 20px 20px 50px 20px;
    border-bottom: 7px solid #c79f35;
}
.mainNews-wrapper .corner-tl {
    left: 20px;
    top: 20px;
    position: absolute;
}
.mainNews-wrapper .corner-tr {
    right: 20px;
    top: 20px;
    position: absolute;
}


.main-box {
    position: relative;
}
.main-box:before {
    content: '';
    height: 7px;
    position: absolute;
    left: 0;
    right: 45%;
    bottom: 0;
    background: #c49b33;
}
.main-box .corner-tl {
    left: 20px;
    top: 20px;
    position: absolute;
}
.main-box .corner-tr {
    right: 20px;
    top: 20px;
    position: absolute;
}
.main-box > div {
    float: left;
    width: 45%;
    padding: 50px 20px 20px 20px;
    text-align: center;
}
.main-box > img {
    float: right;
    width: 55%;
    display: block;
}

.main-box .btn {
    margin-top: 20px;
}

.main-box-right:before {
    left: 45%;
    right: 0;
}
.main-box-right > div {
    float: right;
}
.main-box-right > img {
    float: left;
}

@media (max-width: 979px) {
    .main-box > div {
        width: 50%;
    }
    .main-box > img {
        width: 50%;
    }
    .main-box .btn {
        left: 50%;
    }
}
@media (max-width: 767px) {
    .main-box > div {
        width: 100%;
    }
    .main-box > img {
        width: 100%;
    }
    .main-box:before {
        right: 0;
        left: 0;
    }
}



/***************************************************
galeria
***************************************************/

.gallery-slides {
    border-bottom: 5px solid #cda438;
}
.gallery-slides img {
    width: 100%;
    display: block;
}
.gallery-slides .slick-list {
    width: calc(100% - 120px);
    margin-left: 60px;
}
.gallery-slides .slick-arrow {
    width: 60px;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    background: #cda438;
}
.gallery-slides .slick-arrow:hover {
    background: #dfb23c;
}
.gallery-slides .slick-arrow span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -12px;
}
.gallery-slides .slick-prev {

}
.gallery-slides .slick-next {
    right: 0;
}

/***************************************************
podstrona
***************************************************/

.sub-wrapper {
    position: relative;
    padding: 50px 0;
    background: #f6f6f6;
}
.sub-wrapper:after {
    position: absolute;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    top: 0;
    right: calc(50% - 600px);
    background: #c49b33;
}
.sub-wrapper .container {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .sub-wrapper:after {
        right: 0;
    }
}

@media (max-width: 767px) {
    .contact-wrapper .g-col-m-6:first-child {
        margin-bottom: 50px;
    }
}


/***************************************************
podstrona - galeria
***************************************************/

.gallery-wrapper .container {
    padding: 0 20px;
}
.gallery-wrapper h2 {
    color: #b28a32;
    font-weight: normal;
    margin: 50px 0 30px 0!important;
}
.gallery-wrapper h3 {
    color: #575757;
    clear: both;
}
.gallery-wrapper h3:first-child {
    padding-top: 0;
}

.gallery-item {
    width: 25%;
    float: left;
}
.gallery-item img {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .gallery-item {
        width: 33.333%;
    }
    .gallery-min .gallery-item:nth-child(4) {
        display: none;
    }
}

@media (max-width: 534px) {
    .gallery-item {
        width: 50%;
    }
    .gallery-min .gallery-item:nth-child(3) {
        display: none;
    }
}



/***************************************************
podstrona - opinie
***************************************************/

.reviews-wrapper {

}
.reviews-wrapper .container {
    padding: 0 20px;
}

.reviews-wrapper article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
.reviews-wrapper img {
    width: 100%;
}
.reviews-wrapper h2 {
    color: #b28a32;
    font-weight: normal;
    margin: 50px 0!important;
}
.reviews-wrapper h4 {
    color: #b28a32;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
}
.reviews-wrapper p {
    font-style: italic;
}

/***************************************************
podstrona - kontakt
***************************************************/




/***************************************************
moduł - news
***************************************************/

.news-wrapper article {
    margin-bottom: 15px;
}
.news-wrapper article header {
    margin-bottom: 10px;
    height: 100%;
    overflow: hidden;
}
.news-wrapper article header h2 {
    margin: 0;
    float: left;
}
.news-wrapper article header h2 a {
    text-decoration: none;
}
.news-wrapper article header time {
    color: #999;
    float: right;
}
.news-wrapper article figure {
    float: left;
    margin-right: 10px;
}
.news-wrapper article figure img {
    width: 90px;
    display: block;
}
.news-wrapper article section time {
    color: #999;
}
.news-wrapper article section p {
    margin: 10px 0;
}

