html,
body {
    width: 100%;
    /* min-width: 1150px; */
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

body {
    color: #000000;
}

video {
    display: block;
}

a {
    color: #811b1d;
}

@media (min-width: 1600px) {
    body {
        font-size: 16px;
    }
}

section {
    position: relative;
    display: flex;
    clear: both;
}

section.full {
    min-height: 100%;
    align-items: stretch;
    /* height: auto; */
}

section.right {
    background-size: cover;
    background-position: center;
}

section .title_xs {
    display: none;
}

section .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100%; */
    width: 50%;
    padding: 0 7.25%;
    /* text-align: center; */
}

.left .wrapper {
    background: #a08152;
}

.right .wrapper {
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    /* Safari 5.1-6.0 */
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    /* For Firefox 3.6-15 */
    background: -o-radial-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    /* For Opera 11.6-12.0 */
    background: radial-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    /* Standard syntax */
}

.full .wrapper {}

section .wrapper_bg {
    background-size: cover;
    background-position: center;
}

.left .wrapper_bg {
    padding: 0;
}

.right > * {
    /* background-color: rgba(255, 255, 255, 0.29); */
}

.right .text p {
    /* text-shadow: #fff 0 0 120px, #fff 0 0 100px, #fff 0 0 80px, #fff 0 0 60px; */
}

section .inner {
    /* display: flex; */
    /* flex-direction: column; */
}

section .title {
    font-family: garamond-premier-pro,serif;
    font-weight: 600;
    font-style: normal;
    font-size: 38px;
    position: relative;
    text-transform: uppercase;
}

section .inner .text h1 {
    font-size: 34px;
    font-size: 30px;
    text-transform: uppercase;
}

section .inner .text h2 {
    text-transform: uppercase;
}

section .inner .text p {
    text-align: center;
}

section .inner .text a {
    word-break: break-all;
    color: #ffffff;
}

.arrow_down {
    
    width: 47px;
    height: 50px;

    position: absolute;
    left: 50%;
    bottom: 5px;
    background: url(../gfx/arrow_down_2.svg) no-repeat !important;
    /*    transform: translateX(-50%);*/
    cursor: pointer;
    transform: translate(-50%);
    
    /*
    font-size: 46px;
    font-weight: bold;
    color: #fff;
*/
    text-shadow: #000000 0 0 80px, #000000 0 0 30px;
}

/*
.arrow_down:before {
    transform: rotate(90deg);
    content: ">";
    display: block;
}
*/


@media (max-width: 767px) {
    section {
        display: block;
    }

    section.full {
        min-height: initial;
    }

    section .title_xs {
        display: block;
        background: #ffffff;
        height: 50px;
        line-height: 50px;
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        /* padding-left: 5%; */
        text-transform: uppercase;
        text-align: center;
    }

    section .wrapper {
        width: 100%;
        padding: 20px 5%;
    }

    section .title {
        display: none;
        font-size: 25px;
    }

    .arrow_down {
        display: none;
    }
}

.navbar {
    /* position: absolute; */
    /* margin-bottom: 0; */
    width: 100%;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    font-family: garamond-premier-pro,serif;
    font-weight: 600;
}

.navbar-nav {
    float: none;
    text-align: center;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-nav > li > a {
    padding: 40px 10px;
}

.navbar-nav > li > a.icon {
    font-size: 20px;
}

.navbar-nav > li > a.logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-brand {
    height: 100px;
}

.navbar-brand > img,
.navbar-nav > li > a.logo img {
    height: 70px;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    background: transparent !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #a8854c !important;
}

.affix {
    top: 0;
    position: fixed;
}

@media (max-width: 767px) {
    .navbar {
        position: fixed;
        top: 0;
        right: 0;
        width: auto;
         background: rgba(255, 255, 255, 0.9);
    }

    .navbar-header {
        padding-left: 8px;
        padding-right: 8px;
    }

    .navbar-toggle {
        margin-right: 0;
        border: none;
        background-color: transparent !important;
        margin-top: 19px;
        margin-bottom: 19px;
    }

    .navbar-brand {
        height: 70px;
        padding: 10px 15px;
    }

    .navbar-brand > img {
        height: 50px;
    }

    .navbar-nav {
        text-align: left;
    }

    .navbar-nav > li {
        font-size: 16px;
        display: block;
        text-align: center;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-nav > li > a.logo {
        padding: 0px;
    }
}

@media (min-width: 768px) {
    #menu .container-fluid {
        display: flex;
        justify-content: center;
    }
}

.carousel {
    width: 100%;
    height: 100%;
}

.carousel .carousel-inner {
    height: 100%;
}

.carousel .item {
    height: 100%;
    background-size: cover;
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    border: 2px solid #000000;
    margin: 0;
}

.carousel-indicators li.active {
    width: 16px;
    height: 16px;
    background-color: #811b1d;
}

@media (max-width: 767px) {
    .carousel {
        height: 100vw;
    }
}

#home {
    /*background-image: url(../gfx/home_bg.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

#carousel-home {
    height: auto;
}

#carousel-home .item {
    background-image: url(../gfx/home_slide_1.jpg);
    background-position: 50%;
}

#carousel-home .item:nth-child(2n) {
    background-image: url(../gfx/home_slide_2.jpg);
}

#carousel-home .item:nth-child(3n) {
    background-image: url(../gfx/home_slide_3.jpg);
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}

.tv .screen.active {
  opacity: 1;
}


@media (max-width: 767px) {
    #home {
        /*min-height: 100%;*/
    }

    #carousel-home {
        height: 50vh;
    }

    #carousel-home .item {
        background-position: 10%;
    }

    #carousel-home .item:nth-child(2n) {
        background-position: 50%;
    }

    #carousel-home .item:nth-child(3n) {
        background-position: 50%;
    }
}

#motto {
    background-image: url(../gfx/motto_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000000;
    display: flex;
    /* align-items: center; */
    text-align: left;
}

#motto .wrapper {
    padding: 0;
    padding-left: 10.875%;
    /* justify-content: left; */
    width: 60%;
}

#motto .inner {
    /* display: flex; */
    /* justify-content: space-around; */
}

#motto .title {
    font-size: 100px;
    font-size: 10vh;
    color: #8f7240;
}

/*
#motto .title:before {
    content: " ";
    display: inline-block;
    background: #a08152;
    width: .8em;
    height: .8em;
    position: absolute;
    top: .3em;
    left: -1em;
}
*/

@media (max-width: 767px) {
    #motto {
        text-align: center;
        display: block;
        padding: 90px 40% 90px 30px;
    }

    #motto .title_xs {
        display: inline-block;
        height: initial;
        line-height: inherit;
        background: transparent;
        padding: 0;
        /* margin: 10px auto; */
        color: #8f7240;
        font-family: garamond-premier-pro, serif;
        text-align: left;
    }
}

.news .wrapper {
    background: #ffffff;
}

.news a.menu_btn {
    background: #a08152;
    font-family: garamond-premier-pro,serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    width: 250px;
    padding: 17px;
    margin: 20px auto;
    text-align: center;
}

#news_left .wrapper_bg {
    background-image: url(../gfx/news_left_bg.jpg);
}

#news_right .wrapper_bg {
    background-image: url(../gfx/news_right_bg.jpg);
}

@media (max-width: 767px) {
    #news_left {
        padding-top: 50px;
    }

    #news_left,
    #news_right {
        display: inline-block;
    }

    #news_left .wrapper,
    #news_right .wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    #news_left .title,
    #news_right .title {
        display: block;
    }

    #news_left .wrapper_bg,
    #news_right .wrapper_bg {
        display: none;
    }
}

.wrapper .text {
    /* text-align: justify; */
}

#about .sala {
    display: inline-block;
    font-family: garamond-premier-pro,serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    border: solid 1px #000000;
    padding: 25px 30px 25px 100px;
    background: url(../gfx/logo_lubiczowka.svg) 30px center no-repeat;
    background-size: 40px auto;
    margin: 15px;
}

#carousel-about .item {
    background-image: url(../gfx/about_slide_1.jpg);
    background-position: 50%;
}

#carousel-about .item:nth-child(2n) {
    background-image: url(../gfx/about_slide_2.jpg);
}

#carousel-about .item:nth-child(3n) {
    background-image: url(../gfx/about_slide_3.jpg);
    background-position: 0% 50%;
}

@media (max-width: 767px) {
    #about {
        background-size: contain;
        background-position: 0 0;
        /*background-color: #377538;*/
    }
/* 
    #about .wrapper_bg {
        display: none;
    }
 */
    #about .inner {
        padding: 20px 0;
    }
}

#rekreacja .wrapper_bg {
    background-image: url(../gfx/rekreacja_bg_2.jpg);
}

@media (max-width: 767px) {

    #rekreacja .wrapper_bg {
        display: flex;
        flex-direction: column;
    }

    #rekreacja .wrapper {
        /* order: 3; */
        padding: 20px 5%;
    }

    #rekreacja .wrapper_bg {
        display: none;
    }
}

#uroczystosci {
    background-image: url(../gfx/uroczystosci_bg.jpg);
}


/*
#uroczystosci a {
    background: #ffffff;
    font-family: garamond-premier-pro,serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    width: 250px;
    padding: 15px;
    margin: 20px auto;
    text-align: center;
}
*/

/*
@media (max-width: 767px) {
    #uroczystosci .wrapper_bg {
        display: none;
    }
}
*/
/* 
#pokoje {
    background-image: url(../gfx/imprezy_bg.jpg);
}
 */
#catering {
    background-image: url(../gfx/catering_bg.jpg);
}

#uroczystosci_wrapper,
#catering_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#uroczystosci_wrapper a,
#catering_wrapper a {
    background: #a08152;
    font-family: garamond-premier-pro,serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    display: block;
    width: 250px;
    padding: 18px;
    margin: 20px;
    text-align: center;
}

#carousel-pokoje .item {
    background-image: url(../gfx/pokoje_slide_1.jpg);
}

#carousel-pokoje .item:nth-child(2n) {
    background-image: url(../gfx/pokoje_slide_2.jpg);
}

#carousel-pokoje .item:nth-child(3n) {
    background-image: url(../gfx/pokoje_slide_3_2.jpg);
}

@media (max-width: 767px) {
    #uroczystosci,
    #pokoje {
        display: inline-block;
    }

    #uroczystosci_wrapper,
    #catering_wrapper {
        display: inline-block;
        flex-direction: row;
        text-align: center;
    }

    #uroczystosci_wrapper a,
    #catering_wrapper a {
        display: inline-block;
    }
}

#contact {
    /* background: #2f6530; */
    /* color: #ffffff; */
    text-align: center;
    display: flex;
    padding: 0 0 50px 0;
    align-items: stretch;
}

#contact .wrapper {
    height: 100%;
    min-height: initial;
    /* padding: 50px 0; */
    display: block;
    width: 100%;
}

#contact #map_wrapper {
    padding: 0;
}

#contact #map {
    height: 100%;
}

#contact_text {
    padding: 50px 30px;
    padding-bottom: 0;
}
#contact .text {
    padding-bottom: 25px;
}

#contact .form-control {
    border-radius: 0;
}

#contact button {
    width: 100%;
    border-radius: 0;
    text-transform: lowercase;
    color: #000000;
    background: #a08152;
    border: none;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
}

@media (max-width: 767px) {
    #contact {
        flex-direction: column;
        padding: 0;
    }

    #contact #map_wrapper {
        order: 3;
        padding: 30px;
    }

    #contact #map {
        /* width: 100%; */
        height: 50vh;
        order: 2;
    }

    #contact_text {
        padding: 0 30px;
    }
}

#okolicznosciowe .bold {
    font-weight: bold;
}

#integracyjne,
#okolicznosciowe,
#kuligi {
    display: block;
    padding-top: 100px;
    text-align: center;
}

#integracyjne .title,
#kuligi .title,
#okolicznosciowe .title {
    display: block;
}

#integracyjne .separator,
#kuligi .separator,
#okolicznosciowe .separator {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #811b1d;
    margin: 0 .75em;
    border: 2px solid #000000;
    border-radius: 1em;
}

#integracyjne a.menu_btn,
#kuligi a.menu_btn,
#okolicznosciowe a.menu_btn {
    background: #a08152;
    font-family: garamond-premier-pro,serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    min-width: 200px;
    padding: 7px 12px;
    margin: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    #integracyjne,
    #kuligi,
    #okolicznosciowe {
        padding: 70px 15px 0px;
    }
}

.galeria {
    display: block;
}

.galeria .zdjecie {
    margin: 0;
    padding-top: 50%;
    background-size: cover;
    background-position: center;
}

#galeria_okolicznosciowa .zdjecie1 {
    background-image: url(../gfx/okolicznosciowe1_3.jpg);
}

#galeria_okolicznosciowa .zdjecie2 {
    background-image: url(../gfx/okolicznosciowe2_3.jpg);
}

#galeria_okolicznosciowa .zdjecie3 {
    background-image: url(../gfx/okolicznosciowe3_3.jpg);
}

#galeria_okolicznosciowa .zdjecie4 {
    background-image: url(../gfx/okolicznosciowe4_3.jpg);
}

#galeria_okolicznosciowa .zdjecie5 {
    background-image: url(../gfx/okolicznosciowe5_3.jpg);
}

#galeria_okolicznosciowa .zdjecie6 {
    background-image: url(../gfx/okolicznosciowe6_3.jpg);
}

#galeria_integracyjna .zdjecie1 {
    background-image: url(../gfx/integracyjne1.jpg);
}

#galeria_integracyjna .zdjecie2 {
    background-image: url(../gfx/integracyjne2.jpg);
}

#galeria_integracyjna .zdjecie3 {
    background-image: url(../gfx/integracyjne3_2.jpg);
}

#galeria_integracyjna .zdjecie4 {
    background-image: url(../gfx/integracyjne4.jpg);
}

#galeria_kulig .zdjecie1 {
    background-image: url(../gfx/kulig1-1.jpg);
}

#galeria_kulig .zdjecie2 {
    background-image: url(../gfx/integracyjne2.jpg);
}

#galeria_kulig .zdjecie3 {
    background-image: url(../gfx/kulig2.jpg);
}

#galeria_kulig .zdjecie4 {
    background-image: url(../gfx/kulig3-3.jpg);
}
