﻿@charset "utf-8";
@import "/assets/css/reset.css";
@import url('https://fonts.googleapis.com/css?family=Raleway: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%;
    height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #261e4d;
    margin: 0;
    background-color: #f7f7f7;
    min-width: 320px;
    padding-top: 130px;
}
body.main {
    background: #f7f7f7 url('/assets/img/top-bg.png') no-repeat center 180px;
}

body.isMesseges {
    padding-top: 156px;
}

@media (min-width: 1300px) {
    body.sub {
        background: #f7f7f7 url('/assets/img/top-bg-sub.png') no-repeat center 180px;
    }
}
@media (max-width: 767px) {
    body {
        padding-top: 100px;
    }
    body.isMesseges {
        padding-top: 126px;
    }
}


a {
    color: #261e4d;
}
a:hover {
    color: #d3141b;
}


/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    max-width: 1200px;
}
main.container {
    padding: 60px 15px;
}

.header-wrapper {
    position: fixed;
    width: 100%;
    background: #261e4d;
    top: 0;
    z-index: 1000;
}
body.isMesseges .header-wrapper {
    top: 26px;
}
.header-wrapper .container {
    position: relative;
    height: 130px;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
.sticky .header-wrapper .container {
    height: 100px;
}
.header-logo {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    background: #eaeaea;
    padding: 30px 25px;
    z-index: 99;
    transition: padding .25s linear;
    -moz-transition: padding .25s linear;
    -webkit-transition: padding .25s linear;
}
.sticky .header-logo {
    padding: 10px 25px;
}

.header-logo img {
    display: block;
    width: auto;
    height: 120px;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
.sticky .header-logo img {
    height: 100px;
}

@media (max-width: 1199px) {
    .header-wrapper .container {
    }
    .header-logo img {

    }
}

@media (max-width: 767px) {
    .header-wrapper .container {
        height: 100px;
    }
    .header-logo {
        left: 0;
        top: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        padding: 10px 25px;
    }
    .header-logo img {
        width: auto;
        height: 80px;
    }

    .sticky .header-logo img {
        height: 60px;
    }
    .sticky .header-wrapper .container {
        height: 80px;
    }
}




.footer-img {
    height: 450px;
    background: url('/assets/img/footer-img.jpg');
    background-size: cover;
    position: relative;
    z-index: 9;
}
.footer-map {
    text-align: center;
    height: 350px;
    background: #aadaff;
}
.footer-map > div {
    height: 350px;
    position: absolute;
    right: 0;
    left: calc((100% - 1200px) / 2 + 250px);
}
.footer-map > a {
    margin-top: 5px;
    margin-left: 350px;
    display: inline-block;
}

@media (max-width: 1199px) {
    .footer-map > div {
        left: 250px;
    }
}
@media (max-width: 767px) {
    .footer-map > div {
        left: 0;
    }
}


.footer-boxes {
    display: inline-block;
    position: absolute;
    bottom: -370px;
}
.footer-address {
    color: #fff;
    font-size: 16px;
    background: #261e4d;
    padding: 40px;
    display: inline-block;
}
.footer-address strong {
    font-size: 24px;
}
.footer-address img.sun {
    margin: 20px 20px 10px 0;
    position: relative;
    top: 10px;
}
.footer-address.content p {
    margin: 15px 0;
}

.footer-txt {
    color: #fff;
    background: #d3141b;
    padding: 40px;
    display: block;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.footer-txt h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1em;
}

.footer-wrapper {
}
.footer-wrapper .container {
    background: url('/assets/img/footer-bg.png') no-repeat 0 20px;
    padding: 70px 0 50px 0;
}

.footer-links {
    text-align: center;
    margin-bottom: 30px;
}
.footer-links li {
    display: inline-block;
}
.footer-links li:after {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #d3141b;
    margin: 0 11px 3px 15px;
}
.footer-links li:last-child:after {
    display: none;
}
.footer-links li a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-logo img {
    max-height: 100px;
    max-width: 100%;
    margin: -20px 0;
}

.footer-make {
    text-align: center;
    color: #bcbcbc;
}
.footer-make .studiomh {
    margin: 0 0 0 30px;
}



@media (max-width: 1199px) {

    .footer-txt {
        font-size: 2.5vw;
    }
    .footer-txt h1 {
        font-size: 4.7vw;
    }
}

@media (max-width: 979px) {
    .footer-wrapper .container {
        padding: 40px 0;
        background: none;
    }
}
@media (max-width: 767px) {
    .footer-txt {
        display: none;
    }
    .footer-boxes {
        display: inline-block;
        position: absolute;
        bottom: 0;
    }
    .footer-map > a {
        margin-top: 5px;
        margin-left: 0;
        display: inline-block;
    }

}

@media (max-width: 534px) {
    .footer-boxes {
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .footer-address {
        width: 100%;
    }
    .footer-address strong {
        font-size: 20px;
    }
    .footer-links {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-make {
        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;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 30px 0;
}
.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: #d3141b;
    display: block;
    width: 6px;
    height: 6px;
    top: 7px;
    left: 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;
    bottom: 20px;
    left: 0; right: 0;
    transition: bottom .25s linear;
    -moz-transition: bottom .25s linear;
    -webkit-transition: bottom .25s linear;
}
.sticky .navbar {
    bottom: 10px;
}
.navbar ul {
    float: left;
    padding: 0;
    width: 470px;
    height: 41px;
    display: block;
}
.navbar ul:nth-child(2) {
    float: right;
    text-align: right;
}
.navbar ul li {
    display: inline-block;
    margin: 0 12px 0 15px;
    height: 41px;
    vertical-align: top;
}
.navbar ul li:not(.navbar-langs) a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    display: block;
    padding: 10px 0;

    transition: color .15s linear;
    -moz-transition: color .15s linear;
    -webkit-transition: color .15s linear;
}
.navbar ul li:not(.navbar-langs):not(.navbar-social) a:hover, .navbar ul li.current a {
    color: #d3141b;
    border-bottom: 3px solid #d3141b;
    padding-bottom: 7px;
}

.navbar ul.navbar-ls {
    position: absolute;
    top: -50px;
    right: 0;
    width: auto;
    text-align: right;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
}
.sticky .navbar ul.navbar-ls {
    top: -40px;
}

.navbar ul li.navbar-langs {
    margin: 0 10px;
}
.navbar-langs a {
    display: block;
    float: left;
}
.navbar-langs a img {
    /*-webkit-box-shadow: 0 0 4px rgba(255,255,255,0.7);*/
    /*-moz-box-shadow: 0 0 4px rgba(255,255,255,0.7);*/
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.5);
    display: block;
}
.navbar-langs a span {
    font-size: 18px;
    text-transform: uppercase;
    color: #aaa9a9;
    padding: 12px 0;
    width: 45px;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
}
.navbar-langs a span.current {
    opacity: 1;
}
.navbar-langs a:hover span {
    opacity: 1;
}

.navbar .navbar-social {
    margin: 0 15px 0 0;
}
.navbar .icon-fb, .navbar .icon-insta {
    margin: -7px 0 -7px;
}

@media (max-width: 1199px) {
    .navbar ul li:not(.navbar-langs) a {
        letter-spacing: 0;
    }
}
@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: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -26px;
}

@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: 24px;
    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: #d3141b;
}

.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: #d3141b;
}


.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: 1170px;
}

.slider-wrapper .slick-slide {
    position: relative;
    padding-bottom: 12px;
}
.slider-wrapper .slick-slide img {
    width: 100%;
}

.slider-wrapper .slick-slide a {
    display: block;
}
.slider-wrapper .slick-slide .slider-txt {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: absolute;
    z-index: 99999;
    background: #d3141b;
    bottom: 0;
    left: 50%;
    right: 0;
    padding: 30px 40px;
    display: block;
}
.slider-wrapper .slick-slide .slider-txt-right {
    right: 50%;
    left: 0;
}
.slider-wrapper .slick-slide a[href]:hover .slider-txt {
    background: #dc151c;
}
.slider-wrapper .slick-slide .slider-txt h1 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {

    .slider-wrapper .slick-slide .slider-txt {
        font-size: 2vw;
    }
    .slider-wrapper .slick-slide .slider-txt h1 {
        font-size: 4vw;
    }
}

@media (max-width: 534px) {
    .slider-wrapper .slick-slide {
        padding-bottom: 60px;
    }
    .slider-wrapper .slick-slide .slider-txt {
        left: 0;
        right: 0;
        font-size: 3vw;
        padding: 20px 20px;
    }
    .slider-wrapper .slick-slide .slider-txt h1 {
        font-size: 5vw;
    }
}


/* PAGER */

.slick-dots {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding: 6px 2px;
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f7f7f7;
}
.slick-dots li {
    float: left;
}
.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    outline: 0;
    position: relative;
    background: #261e4d;
    border: 0;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #d3141b;
}

@media (max-width: 534px) {
    .slick-dots {
        right: auto;
        left: 10px;
        bottom: -12px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}



/***************************************************
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: #d3141b;
}

hr {
    background: #dfdfdf;
    height: 1px;
    border: 0;
    margin: 30px 0;
}


.photo, .photo2, .photoFig figure {
    position: relative;
    display: block;
}
.photo img, .photo2 img, .photoFig img {
    display: block;
}
.photo:after, .photo2:after, .photoFig figure:after {
    content: '';
    display: block;
    background: #d3141b;
    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;
}
.photo:hover:after, .photo2: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: #ececec;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #000;
    text-align: center;
    z-index: 999;
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}


.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/***************************************************
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: #261e4d!important;
    border-color: #261e4d!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: #ff0000;
}
.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: #261e4d;
}

.messages-wrapper {
    background: #d3141b;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}
.messages-wrapper marquee {
    display: block;
}


/***************************************************
Buttons
***************************************************/

.btn {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #d3141b;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 12px 0 9px 0;
    border: 0;
    background: none;

    transition: color .15s linear;
    -moz-transition: color .15s linear;
    -webkit-transition: color .15s linear;
}
.btn:after, .btn-back:before, .btn-sm:after {
    content: '';
    display: inline-block;
    background: #d3141b url("/assets/img/sprites.png") 0 -32px;
    width: 46px;
    height: 46px;
    margin: -13px 0 -9px 17px;
    vertical-align: middle;

    transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    -webkit-transition: background-color .15s linear;
}
.btn:before {
    display: none;
}
.btn:hover {
    color: #261e4d;
}
.btn:hover:after, .btn:hover:before, .btn-sm:hover:after {
    background-color: #261e4d;
}
.btn-back:before {
    display: inline-block;
    margin: -13px 17px -9px 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-back:after {
    display: none;
}


.btn-sm:after {
    display: inline-block;
    margin: -12px 0 -9px -5px;
    -webkit-transform: scale(0.5);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: scale(0.35);
}


.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: 30px;
    height: 30px;
    background-color: #fff;
    background-position: 0 0;
    border-radius: 50%;
}
.sidr-class-icon-fb {
    background-color: #4267b2;
    background-position: -58px 0;
}
.icon-insta {
    width: 30px;
    height: 30px;
    background-color: #c79f35;
    background-position: -30px 0;
    border-radius: 50%;
}

.icon-arrow-right {
    width: 35px;
    height: 35px;
    background: url("/assets/img/sprites.png?2") -5px -37px;
}

.icon-route {
    width: 30px;
    height: 30px;
    background-position: -51px -37px;
}

.icon-sofa {
    width: 34px;
    height: 15px;
    background-position: 0 -144px;
}
.icon-bed {
    width: 34px;
    height: 19px;
    background-position: 2px -163px;
}
.icon-user {
    width: 17px;
    height: 15px;
    background-position: -44px -144px;
}


/***************************************************
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-btn {

}
.mainGallery-btn a {
    display: block;
    background: #261e4d;
    height: 100%;
    position: relative;
    transition: background .15s linear;
    -moz-transition: background .15s linear;
    -webkit-transition: background .15s linear;
}
.mainGallery-btn a .icon-arrow-right {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -17px;
}
.mainGallery-btn a:hover {
    background: #d3141b;
}

.mainGallery-slider {
    font-size: 0;
}
.mainGallery-slider .slick-slide {
    padding-right: 30px;
}
/*.mainGallery-slider .slick-slide > div > div:first-child {*/
/*    padding-right: 15px;*/
/*}*/
/*.mainGallery-slider .slick-slide > div > div:last-child {*/
/*    padding-left: 15px;*/
/*}*/
/*.mainGallery-slider .slick-slide > div:first-child {*/
/*    margin-bottom: 30px;*/
/*}*/
.mainGallery-wrapper img {
    width: 100%;
    display: block;
}


.mainGallery-video {

}
@media (max-width: 767px) {
    .mainGallery-video {
        margin-top: 30px;
    }
}


/***************************************************
podstrona - kontakt
***************************************************/

.contact-wrapper #map {
    width: 100%;
    height: 300px;
}

/***************************************************
podstrona - galeria
***************************************************/

.subGallery-wrapper {
    margin-bottom: 50px;
}
.subGallery-wrapper img {
    width: 100%;
}



.gallery-wrapper {
    margin-bottom: 50px;
}
.gallery-wrapper h3 {
    margin: 0 0 5px 0;
}
.gallery-wrapper img {
    width: 100%;
}



/***************************************************
pokoje
***************************************************/

.rooms-wrapper {

}
.rooms-item {
    border-bottom: 2px solid #d3141b;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.rooms-item img {
    width: 100%;
}
.rooms-item h3 {
    margin: 10px 0 5px 0;
}
.rooms-item h4 {
    margin: 5px 0 0 0;
    font-weight: bold;
}
.rooms-item p {
    margin: 0;
}

.rooms-item-fig-h {
    margin: 0 5px 5px 5px;
}
.rooms-item-fig-h .icon-user {
    float: right;
    margin-left: 3px;
}

.rooms-item-legend {
    line-height: 1.7em!important;
    margin-top: 10px!important;
}


/***************************************************
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 #d3141b;
}
.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: #261e4d;
    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;
}
