@charset 'utf-8';

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.form-control::-webkit-input-placeholder { color: #555; }
.form-control:-moz-placeholder { color: #555; }
.form-control::-moz-placeholder { color: #555; }
.form-control:-ms-input-placeholder { color: #555; }

#r-box {
    background-color: rgba(80, 0, 0, 0.9);
}
#map, #map-canvas {
    float: left;
    width: 100%;
    height: 500px;
}
#success-alert {
    display: none;
}
.noPadd {
    padding: 0;
}
nav, header, main, section, article, footer {
    float: left;
    position: relative;
    width: 100%;
}
main {
    flex: 1 0 auto;
    padding: 0;
    background: url(../img/bg.jpg) no-repeat top center;
    background-size: cover;
    font-size: 15px;
}

@media (min-width: 992px) {
    .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .flexslider:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../img/layer.png) no-repeat center center;
        z-index: 100;
    }
    .flexslider .slides img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-top-right-radius: 20% 50%;
        border-bottom-right-radius: 20% 50%;
        width: auto !important;
    }
    .flexslider, ul.slides, ul.slides li {
        height: 366px;
    }
    nav > .container-fluid {
        width: 100%;
        padding: 0;
    }
    .navbar-nav {
        background: linear-gradient(0deg, #cfbf96 0%, #ede0c2 100%);
        background: -webkit-linear-gradient(90deg, #cfbf96 0%, #ede0c2 100%);
        background: -moz-linear-gradient(90deg, #cfbf96 0%, #ede0c2 100%);
        background: -o-linear-gradient(90deg, #cfbf96 0%, #ede0c2 100%);
        background: -ms-linear-gradient(90deg, #cfbf96 0%, #ede0c2 100%);
        background: linear-gradient(0deg, #cfbf96 0%, #ede0c2 100%);
    }
    .navbar-nav li {
        float: none;
        display: inline-block;
    }
    .navbar-nav li:not(:last-child) a:after {
        content: '-';
        margin-left: 30px;
    }
    .navbar-nav li a:before {
        content: '';
        position: absolute;
        left: 15px;
        bottom: 10px;
        width: calc(100% - 65px);
        height: 2px;
        background-color: transparent;
        transition-duration: 0.5s;
    }
    .navbar-nav li:last-child a:before {
        width: calc(100% - 30px);
    }
    .navbar-nav li a:hover:before {
        background-color: #700;
    }
}

header {
    background-color: #700;
}

@media (min-width: 992px) {
    aside {
        position: absolute;
        left: 0;
        transform: translateY(-60%);
        z-index: 1000;
    }
}
aside {
    width: 100%;
    line-height: 1.8;
    background-color: rgba(80, 0, 0, 0.9);
    color: #ddd;
    padding: 30px 35px;
    box-shadow: 0px 30px 50px 0px rgba(153, 153, 153, 0.5);
}
aside h2.main {
    margin-bottom: 60px;
}
h2.main {
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    font-family: "Courgette";
    letter-spacing: 1px;
    font-size: 32px;
}
aside h2.main:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 70px;
    height: 4px;
    background-color: #fff;
}
aside p {
    margin-top: 10px;
    margin-bottom: 20px;
}
aside .h4 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}

section#first {
    padding: 40px 0 0;
}
.margTop {
    margin-top: 40px;
}
i.fa {
    width: 18px;
}

.info-box {
    float: left;
    width: 100%;
    padding: 20px 70px 10px 0px;
}

.info-box h5 {
    font-size: 17px;
    font-weight: 600;
}

footer {
    padding: 40px 0 0;
}

section#nav-bottom {
    padding: 0 0 50px;
}

ul.nav-bottom {
    border-top: 1px solid #ccc;
    list-style: none;
    padding: 0;
    padding-top: 25px;
}
ul.nav-bottom li {
    float: left;
    margin-left: -25px;
}
ul.nav-bottom li a {
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #751313;
    font-weight: 600;
    position: relative;
}
ul.nav-bottom li a:before {
    content: '';
    position: absolute;
    left: 25px;
    bottom: 10px;
    width: calc(100% - 80px);
    height: 2px;
    background-color: transparent;
    transition-duration: 0.5s;
}
ul.nav-bottom li:last-child a:before {
    left: 25px;
    width: calc(100% - 50px);
}
ul.nav-bottom li:not(:last-child) a:after {
    content: '-';
    margin-left: 25px;
}
ul.nav-bottom li a:hover:before {
    background-color: #751313;
}

@media (min-width: 768px) {
    ul.nav-bottom {

    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        background: linear-gradient(0deg, #cfbf96 0%, #ede0c2 100%);
        background: -webkit-linear-gradient(90deg, #cfbf96 0%, #ede0c2 100%);
        background: -moz-linear-gradient(90deg, #cfbf96 0%, #ede0c2 100%);
        background: -o-linear-gradient(90deg, #cfbf96 0%, #ede0c2 100%);
        background: -ms-linear-gradient(90deg, #cfbf96 0%, #ede0c2 100%);
        background: linear-gradient(0deg, #cfbf96 0%, #ede0c2 100%);
    }
}

#lang-bar {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 5000;
    text-align: right;
    color: #ccc;
    font-size: 13px;
}
#lang-flags {
    margin-right: -5px;
}
#lang-flags a {
    padding: 0 5px;
}
#lang-flags a:not(:last-child):after {
    content: '-';
    margin-left: 10px;
}

.flexgallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.flexgallery a.fancybox {
    margin: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.flexgallery a.fancybox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-top-right-radius: 20% 50%;
    border-bottom-right-radius: 20% 50%;
    background-color: rgba(117, 19, 19, 0.3);
    transition-duration: 1s;
}
.flexgallery a.fancybox:hover:before {
    width: 150%;
}
.flexgallery a.fancybox:after {
    content: '';
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    transition-duration: 1s;
}
.flexgallery a.fancybox:hover:after {
    left: 50%;
}

section#mapa {
    padding-top: 40px;
}

#first a:not(.fancybox) {
    border-bottom: 1px solid transparent;
    transition-duration: 0.5s;
}
#first a:not(.fancybox):hover {
    color: #8E1818;
    border-bottom: 1px solid #8E1818;
}

#cennik {
    list-style: none;
    padding: 0;
    border: 1px solid #973C30;
    float: left;
    width: 100%;
}
#cennik li {
    float: left;
    width: 100%;
    display: flex;
    background-color: #eee;
    padding: 5px;
    margin: 5px 0;
    position: relative;
    overflow: hidden;
}
#cennik li span {
    text-align: center;
    width: calc(100% / 3);
}
#cennik li span:first-child {
    text-align: left;
}
#cennik li span:last-child {
    text-align: center;
}
#cennik li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.2);
    transition-duration: 1s;
}
#cennik li:hover:before {
    width: 100%;
}

#cennik li span.fullW {
    width: calc(100% - (100% / 3));
}