﻿@charset "utf-8";

.introBG  {
    background-image: url("img/top-lokalizacja_01.jpg");
    background-position: 50% 50%;
}

.slideshow {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.slideshow .display {
    font-size: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: black;
}
/*
.slideshow .display > .wrapper {
    position: absolute;
    white-space: nowrap;
    top:0;
}
*/
.slideshow .display > .wrapper > div {
    position: absolute;
    /*display: inline-block;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:100%;
}

.slideshow .display img {
    display: block;
    width: 100%;
    visibility: hidden;
}

.slideshow .display .navBtn {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    z-index: 3;
    position: absolute;
    width: 20px;
    height: 50px;
    line-height: 50px;
    top:0;
    bottom:0;
    margin: auto;
}

.slideshow .display .prev {
    left: 1%;
}

.slideshow .display .next {
    right: 1%;
}

.slideshow .indicator {
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.slideshow .indicator > div {
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform-origin: 16px 17px;
}

.slideshow .indicator > div.current {
    animation: rotate 0.4s linear infinite;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.stage {
    font-family: Montserrat-Regular, Arial, sans-serif;
    font-size: 24px;
}

.stage.A {
    background-image: url("img/bg-forest_03.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.stage.A > .content {
    padding: 1vmin 8vmin;
    text-align: center;
}

.stage.A .text {
    text-align: left;
    display:inline-block;
    vertical-align: middle;
    box-sizing: border-box; 
}

.stage.B {
    background-color: black;
}

.stage.C {
    background-color: black;
}

.stage.E {
    background-color: black;
    text-align: center;
}

.icontainer {
    text-align: center;
    width: 20%;
    display: inline-block;
    padding: 5vw 4vw;
}

.icontainer img {
    height: 160px;
    padding-bottom: 10px;
}

.stage.F {
    background-color: black;
}

.stage.F iframe {
    padding: 20px 0px;
}

.stage.G .contentPic {
    background-color: #1f1f1f;
}

.stage.G {
    background-color: #1f1f1f;
}

.stage.G h1 {
    margin-top: 0px;
    padding-top: 20px
}

.stage.H .contentPic {
    background-color: #1f1f1f;
}

.stage.H .contentPic > img:last-child {
    display:none;
}

.stage.I {
    background-image: url("img/pic-big-atrakcje_01.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.stage.I > .content {
    padding: 1vmin 8vmin;
    text-align: center;
}

.stage.I h1 {
    background-image: none;
    margin-bottom: 0px;
    text-align: left;
    color: white;
}

.stage.I .text {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 45%;
    margin-right: 30vw;
    padding-bottom: 5vmin; 
}

.stage.I p {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 15px;
    text-align: left;
}

.stage.I a {
    background-color: white;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 5px;
    margin: 0 auto;
}

.stage.I a:hover {
    background-color: #43a76b;
}

.stage.K .contentPic > img:last-child {
    display:none;
}

.stage.L {
    background-image: url("img/pic-big-atrakcje_02.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.stage.L > .content {
    padding: 1vmin 8vmin;
    text-align: center;
}

.stage.L h1 {
    background-image: none;
    margin-bottom: 0px;
    text-align: left;
    color: white;
}

.stage.L .text {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 45%;
    margin-right: 30vw;
    padding-bottom: 5vmin; 
}

.stage.L p {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 15px;
    text-align: left;
}

.stage.L a {
    background-color: white;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 5px;
    margin: 0 auto;
}

.stage.L a:hover {
    background-color: #43a76b;
}

.stage.N .contentPic > img:last-child {
    display:none;
}

.stage.O {
    background-image: url("img/pic-big-atrakcje_03.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.stage.O > .content {
    padding: 3vmin 8vmin;
    text-align: center;
}

.stage.O .text {
    font-size: 20px;
    text-align: left;
    display:inline-block;
    vertical-align: middle;
    box-sizing: border-box; 
}

.stage.O ul {
    list-style-type: circle;
}

.stage.P .content {
    text-align: center;
    background-image: url("img/bg-forest_04.jpg");
    padding: 5%;
    font-size: 24px;
}

.stage.P .content h1 {
    margin-top: 0;
    font-size: 1.5em;
}

.stage.P .content p {
    font-size: 14px;
}

.stage.P .content .column {
    width: 46%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 10px;
}

.stage.P .content .column > * {
    margin: 8px 0;
}

.stage.P .content .column img {
    display:inline-block;
    vertical-align: top;
    margin-right: 24px;
    padding-top: 5px;
}

.stage.P .content .column div {
    display: inline-block;
    width: calc(100% - 48px);
}


@media only screen and (max-width: 1053px) {

    .icontainer {
        width: 20%;
        font-size: 17px;
    }

    .icontainer img {
        height: 130px
    }

    .stage.H .contentPic > img:first-child {
      display: none;
    }

    .stage.H .contentPic > img:last-child {
      display: inline-block;  
    }

    .stage.K .contentPic > img:first-child {
      display: none;
    }

    .stage.K .contentPic > img:last-child {
      display: inline-block;  
    }

    .stage.N .contentPic > img:first-child {
        display: none;
      }
  
    .stage.N .contentPic > img:last-child {
        display: inline-block;  
      }
  }

@media only screen and (max-width: 800px) {

    .icontainer {
        width: 24vw;
        font-size: 16px;
    }

    .icontainer img {
        height: 120px
    }
    
    .stage .text {   
        font-size: 18px;
    }

    .stage.I .text {
        width: 100%;
        margin-right: 0;
    }

    .stage.I h1 {
        text-align: center;
    }

    .stage.L .text {
        width: 100%;
        margin-right: 0;
    }

    .stage.L h1 {
        text-align: center;
    }

    .stage.P .content .column {
        width: 96%;
        font-size: 16px;
    }

}

@media only screen and (max-width: 640px) {
    .icontainer {
        width: 56vw;
    }
}

