﻿@charset "utf-8";
@import "/assets/css/reset.css";
@import url('https://fonts.googleapis.com/css?family=K2D:400,500,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%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: "K2D", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #453517;
    margin: 0;
    background-color: #f6f6f6;
    min-width: 320px;
}
body.main {
    background: #f6f6f6 url("/assets/img/top-bg-main.jpg") no-repeat center top;
}
body.sub {
    background-image: none;
}

@media (max-width: 1024px) {
    body.main {
        background: #f6f6f6 url('/assets/img/top-bg-s.jpg?5') no-repeat center 0;
        -webkit-background-size: contain;
        background-size: contain;
    }
}
@media (min-width: 1024px) {
    body.sub {
        background: #f6f6f6 url(/assets/img/top-bg-sub.jpg?5) no-repeat center 0;
    }
}
@media (max-width: 720px) {
    body.main {
    }
}
@media (max-width: 534px) {
    body.main {
        background-image: none;
    }
}
body.isMesseges {
    background-position: center 26px;
    padding-top: 26px;
}


a {
    color: #453517;
}
a:hover {
    color: #ce9359;
}


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

.container {
    margin: 0 auto;
    max-width: 1200px;
}
main.container {
    padding: 60px 20px;
}
.main main.container {
    margin-top: -40px;
}

.header-wrapper {
    position: relative;
    z-index: 99;
}
.header-wrapper .container {
    position: relative;
    height: 164px;
}
.sub .header-wrapper .container {
    height: 160px;
    background: url('/assets/img/top-bg-sub.jpg') no-repeat center 0;
}
.header-logo {
    position: absolute;
    left: 30px;
    top: 0;
    z-index: 999;
}
.header-logo img {
    height: 140px;
}

@media (max-width: 1024px) {
    .main .header-wrapper .container {
        height: auto;
        padding-bottom: 16.015%;
    }
}

@media (max-width: 900px) {

    .header-logo {
        left: 15px;
    }
    .header-logo img {
        width: auto;
        height: 100px;
    }
}

@media (max-width: 767px) {
    .sub .header-wrapper .container {
        height: 120px;
    }
}

@media (max-width: 534px) {
    .main .header-wrapper .container, .sub .header-wrapper .container {
        position: relative;
        height: 120px;
        padding-bottom: 0;
        background: url('/assets/img/top-bg-s.jpg') no-repeat center 0;
    }
    main.container {
        margin-top: 0!important;
        padding: 30px 15px;
    }
}



.footer-boxes {
    position: relative;
    z-index: 9;
}
.footer-address {
    color: #fff;
    font-size: 18px;
    background: url("/assets/img/footer-contact.jpg") no-repeat right center;
    padding: 40px;
    float: left;
    width: 40%;
    height: 309px;
}
.footer-address strong {
    font-size: 32px;
    font-weight: normal;
}
.footer-map {
    position: relative;
    float: right;
    width: calc(60% + 100px);
    margin: -25px 0 0 -100px;
}
.footer-map > div {
    height: 300px;
    position: relative;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.footer-map > a {
    position: absolute;
    bottom: -35px;
    left: calc(50% + 100px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.footer-wrapper {

}
.footer-wrapper .container {
    padding: 50px 20px 50px 20px;
}

.footer-links {
    text-align: center;
}
.footer-links li {
    display: inline-block;
}
.footer-links li:after {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #8e7047;
    margin: 0 11px 3px 15px;
}
.footer-links li:last-child:after {
    display: none;
}
.footer-links li a {
    font-weight: 500;
}

.footer-logo img {
    max-height: 120px;
    max-width: 100%;
    margin: -25px 0;
}

.footer-social {
    text-align: right;
}

.footer-make {
    color: #bcbcbc;
    /*margin-top: 20px;*/
}
.footer-make .studiomh {
    display: inline-block;
    margin: 0 0 0 30px;
    color: #bcbcbc;
}
.footer-make .studiomh:hover {
	
}



@media (max-width: 1024px) {

    .footer-address {
        width: 50%;
    }
    .footer-map {
        width: calc(50% + 50px);
        margin-left: -50px;
    }
}

@media (max-width: 767px) {
    .footer-boxes {

    }
    .footer-address {
        width: 100%;
        text-align: center;
    }

    .footer-map {
        width: 100%;
        margin-left: 0;
    }
    .footer-map > a {
        position: absolute;
        bottom: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }


    .footer-social {
        text-align: center;
    }
}






.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-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-60 {
    margin-left: -60px;
}
.g-gutter-60 > [class*="g-col-"] {
    padding-left: 60px;
}


.g-pdd {
    margin-top: -30px;
}
.g-pdd > div {
    padding-top: 30px;
}
.g-pdd-25 {
    margin-top: -25px;
}
.g-pdd-25 > div {
    padding-top: 25px;
}
.g-pdd-5 {
    margin-top: -5px;
}
.g-pdd-5 > div {
    padding-top: 5px;
}


@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: 25px 0;
    line-height: 1.5em;
}

.content h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 30px 0;
}
.content h1 span {
    font-weight: normal;
}
.content h2 {
    font-weight: bold;
    font-size: 36px;
    margin: 25px 0;
}
.content h3 {
    font-weight: bold;
    font-size: 24px;
    margin: 25px 0;
}

.content ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
.content ul li {
    position: relative;
    padding-left: 30px;
}
.content ul li::before {
    content: "";
    position: absolute;
    background: #ce9359;
    display: block;
    width: 6px;
    height: 6px;
    top: 7px;
    left: 10px;
}


.content ul.list-20 li {
    margin-bottom: 10px;
}

.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, .content h1:first-child, .content h2:first-child, .content h3:first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .content h1 {
        font-size: 6vw;
    }
}
@media (max-width: 534px) {
    .content h1 {
        font-size: 30px;
    }
}



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

.navbar {
    position: absolute;
    top: 70px;
    right: 30px;
}
.navbar ul {
    padding: 0;
    height: 41px;
    display: block;
}
.navbar ul li {
    display: inline-block;
    margin: 0 20px;
    height: 41px;
    vertical-align: top;
}
.navbar ul li:last-child {
    margin-right: 0;
}
.navbar ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    display: block;
    padding: 10px 0;

    transition: color .15s linear;
    -moz-transition: color .15s linear;
    -webkit-transition: color .15s linear;
}
.navbar ul li:not(.navbar-social) a:hover, .navbar ul li.current a {
    color: #e4c7a0;
}

.navbar .navbar-social {
    margin-right: 0;
}
.navbar .icon-fb {
    margin: -10px 0;
}


.langs {
    position: absolute;
    right: 30px;
    top: 20px;
}
.langs a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin-left: 10px;
    text-align: center;
}
.langs a.current {
    color: #e4c7a0;
}


@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: 1024px) {
    .mobile-offcanvas {
        display: block;
    }
}

.mobile-nav {
    float: right;
    display: block;
    height: 41px;
    line-height: 41px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 50px;
}

@media (min-width: 1024px) {
    .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: 19px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    box-shadow: 0 6px 0 #fff,
    0 -6px 0 #fff;
    content: '';
}


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

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

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

.sidr-class-navbar-langs {
    height: 38px;
}
.sidr-class-navbar-langs a {
    float: left;
    font-weight: 500;
}
.sidr-class-navbar-langs a .sidr-class-current {
    color: #e4c7a0;
}


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

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

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


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

.slider-wrapper {
    margin: 0 auto;
    z-index: 1;
    max-width: 1400px;
}

.slider-wrapper .slick-slide {
    position: relative;
}
.slider-wrapper .slick-slide img {
    width: 100%;
}

.slider-wrapper .slick-slide>a {
    display: block;
}
.slider-wrapper .slick-slide>a[href]:hover {

}
.slider-wrapper .slider-content {
    position: absolute;
    width: 1200px;
    max-width: 100%;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-wrapper h1 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.2em;
    color: #7b6a4f;
    position: absolute;
    background: #fff;
    max-width: 470px;
    display: inline-block;
    border-radius: 15px;
    padding: 10px 15px;
    margin-left: 30px;
}
.slider-wrapper h1 strong {
    font-size: 54px;
    font-weight: bold;
    color: #7b6a4f;
}

@media (max-width: 1199px) {

    .slider-wrapper .slick-slide>a h1 {
        font-size: 3.5vw;
    }
    .slider-wrapper .slick-slide>a h1 strong {
        font-size: 4.5vw;
    }
}

@media (max-width: 534px) {
    .slider-wrapper {
        /*display: none;*/
    }
}


/* PAGER */

.slick-dots {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    z-index: 99;
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slick-dots li {
    float: left;
}
.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    outline: 0;
    position: relative;
    background: #453517;
    border: 4px solid #fff;
    cursor: pointer;
    border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #e4c7a0;
}




/***************************************************
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;
}

.label {
    display: inline-block;
    width: 100px;
    color: #ce9359;
}

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


.photo, .photoFig figure {
    position: relative;
    display: block;
}
.photo img, .photoFig img, img.photo {
    display: block;
    border-radius: 15px;
}
.photo:after, .photoFig figure:after {
    content: '';
    display: block;
    background: #e4c7a0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    border-radius: 15px;
}
.photo:hover:after, .photoFig:hover figure:after {
    opacity: 0.3;
}

.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%;
    margin: 20px 0;
}
p img {
    margin-top: 0!important;
}
@media (min-width: 534px) {
    .img-6-right {
        width: 50%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-6-left {
        width: 50%;
        float: left;
        margin: 20px 40px 20px 0;
    }
    .img-4-right {
        width: 33%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-4-left {
        width: 33%;
        float: left;
        margin: 20px 40px 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: rgba(0,0,0,0.5);
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    z-index: 999;
}
#cookies a {
    color: #fff;
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}

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

.qtip-error{
    background-color: #d3141b!important;
    border-color: #d3141b!important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}
.qtip-info{
    background-color: #453517!important;
    border-color: #453517!important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}


/***************************************************
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: 10px;
    padding-bottom: 10px;
    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 {
    display: none;
}


/* kontrolka */
.form-control {
    background: #fff;
    padding: 10px 15px;
    margin: 0;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    width: 100%;
}
.form-control:hover {
    border-color: #e4c7a0;
}
.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;
}

.form-control-checkbox {
    margin-right: 5px;
}



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

.msg {
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;

    color: #fff;
    background: #453517;
}


.messages-wrapper {
    color: #ec0a0e;
    background: rgba(255,255,255,0.8);
    font-size: 16px;
    line-height: 26px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.messages-wrapper marquee {
    display: block;
}



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

.btn {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #1f1816;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 19px 13px 0 11px;
    border: 0;
    width: 204px;
    height: 71px;
    background: url("/assets/img/btn.png") no-repeat;

    text-shadow: 0 0 2px #fff;
}
.btn:hover {
    color: #000;
    opacity: 0.9;
}


.btns {
    margin-bottom: 50px;
    padding: 0 15px;
}


/***************************************************
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?2);
}

.icon-fb, .sidr-class-icon-fb {
    width: 25px;
    height: 30px;
    background-position: 0 0;
    border-radius: 50%;
}
.sidr-class-icon-fb {
    width: 30px;
    height: 30px;
    background-position: -33px 0;
    border-radius: 0;
}

.icon-route {
    width: 30px;
    height: 30px;
    background-position: 0 -39px;
}



/***************************************************
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;
}



/***************************************************
galeria na głównej
***************************************************/

.mainGallery-wrapper h1 {
    text-align: right;
}
.mainGallery-wrapper img {
    width: 100%;
    max-width: 300px;
    display: block;
}

.mainGallery-slider {
    margin: 0 -15px;
}
.mainGallery-slider .slick-slide {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .mainGallery-wrapper h1 {
        text-align: left;
    }
}


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

.contact-wrapper #map {
    width: 100%;
    height: 300px;
}

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

.subGallery-wrapper {
    margin-bottom: 80px;
    padding: 0 20px;
}
.subGallery-wrapper img {
    width: 100%;
}



/***************************************************
pokoje
***************************************************/

.rooms-wrapper {

}
.rooms-item {
    border-bottom: 2px solid #e4c7a0;
    padding-bottom: 10px;
}
.rooms-item img {
    width: 100%;
}
.rooms-item h3 {
    margin: 10px 0 5px 0;
}
.rooms-item p {
    margin: 0;
}



/***************************************************
kalendarz
***************************************************/

.reservation-photo {
    float: left;
    margin-right: 20px;
}
.reservation-photo img {
    width: 190px;
}

.reservation-sitebar li a.current {
    font-weight: bold;
}

.reservation-nav a:last-child {
    float: right;
}

p.reservation-legend {
    margin: 0;
    line-height: 1.5em;
}

@media (max-width: 534px) {
    .reservation-photo {
        display: none;
    }
}



.calendar:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
.calendar h5 {
    margin: 0 0 15px 0;
    font-weight: bold;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.calendar ul {
    margin: 0;
    padding: 0;

}
.calendar ul.calendar-days li {
    color: #000;
    font-size: 12px;
    border-bottom: 2px solid #e4c7a0;
}
.calendar ul li {
    display: block;
    padding: 2px 0;
    width: 14.285%;
    float: left;
    text-align: center;
    text-indent: 0;
}
.calendar ul li:before {
    display: none;
}
.calendar ul.calendar-content li[data-date] {
    cursor: pointer;
}
.calendar ul.calendar-content li:not([data-date]) {
    color: #cdcdcd;
}
.calendar .busy-1, .calendar .busy-3, .legend-busy-1 {
    background: #ee9798;
    color: #fff;
}
.calendar .busy-2, .legend-busy-2 {
    background: #d3141b;
    color: #fff;
}
.calendar .current {
    background: #453517;
    color: #fff;
}
.calendar .hidden {
    visibility: hidden;
}

.legend-busy-1, .legend-busy-2 {
    display: inline-block;
    padding: 0;
    margin: 1px 5px 0 0;
    width: 23px;
    text-align: center;
}
