.ciemna{background:#414141;background:-moz-linear-gradient(45deg, #414141 0%, #3c3c3c 100%);background:-webkit-gradient(linear, left bottom, right top, color-stop(0%,#414141), color-stop(100%,#3c3c3c));background:-webkit-linear-gradient(45deg, #414141 0%,#3c3c3c 100%);background:-o-linear-gradient(45deg, #414141 0%,#3c3c3c 100%);background:-ms-linear-gradient(45deg, #414141 0%,#3c3c3c 100%);background:linear-gradient(45deg, #414141 0%,#3c3c3c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#3c3c3c',GradientType=1);color:#ededed;}
.ciemna p{max-width:800px;margin:0 auto;padding:10px 10px 35px 10px;text-align:center;}
.ciemna h1{font-size:34px;background:url(../images/h3-podkreslene.jpg) bottom center no-repeat;padding:35px 0px 20px;color:#ededed;}
.ciemna h2{font-size:32px;background:url(../images/h3-podkreslene.jpg) bottom center no-repeat;padding:35px 0px 20px;color:#ededed;}
.ciemna h3{color:#ededed;}
.cyjanowy{color:#00a8e4;}
.gwiazdka{font-size:11px;}
.gwiazdka-dodaj{font-size:11px;}
.gwiazdka-dodaj:after{content:"*";}
.jasniejszy, .ciemniejszy{padding:0;margin:0;}
.jasniejszy{background:#ffffff;background:-moz-linear-gradient(45deg, #ffffff 0%, #f6f6f6 100%);background:-webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));background:-webkit-linear-gradient(45deg, #ffffff 0%,#f6f6f6 100%);background:-o-linear-gradient(45deg, #ffffff 0%,#f6f6f6 100%);background:-ms-linear-gradient(45deg, #ffffff 0%,#f6f6f6 100%);background:linear-gradient(45deg, #ffffff 0%,#f6f6f6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1);min-height:100px;}
.ciemniejszy{background:#ededed;background:-moz-linear-gradient(45deg, #ededed 0%, #f6f6f6 100%);background:-webkit-gradient(linear, left bottom, right top, color-stop(0%,#ededed), color-stop(100%,#f6f6f6));background:-webkit-linear-gradient(45deg, #ededed 0%,#f6f6f6 100%);background:-o-linear-gradient(45deg, #ededed 0%,#f6f6f6 100%);background:-ms-linear-gradient(45deg, #ededed 0%,#f6f6f6 100%);background:linear-gradient(45deg, #ededed 0%,#f6f6f6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f6f6f6',GradientType=1);}
.jasniejszy h2, .ciemniejszy h2{font-size:32px;background:url(../images/h3-podkreslene.jpg) bottom left no-repeat;padding:50px 0px 20px;color:#333;margin-bottom:40px;}
.photo-left img{position:relative;}
.photo-right img{position:relative;}
.parallax{background-attachment:fixed;height:auto;min-height:200px;margin:0 auto;width:100%;position:relative;z-index:0;padding:0 0 0px 0;text-align:center;background-size:cover;background-repeat:no-repeat;background-position:50% 0px;}
.parallax2{background-attachment:fixed;height:auto;min-height:200px;margin:0 auto;width:100%;position:relative;z-index:0;padding:0 0 0px 0;text-align:center;background-repeat:no-repeat;background-position:50% 0px;}
.parallax-ramka{border-left:25px solid #fff;border-right:25px solid #FFF;}
.parallax-content{position:relative;padding:40px 0;text-align:center;min-height:200px;z-index:5;background:url(../images/przyciemnienie5procent.png) repeat;}
.parallax-content h2{font-size:36px;background:url(../images/h3-podkreslene.jpg) bottom center no-repeat;padding:5px 0px 20px;color:#ededed;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.35);}
.parallax-content p{color:#ededed;max-width:800px;text-align:center;margin:0 auto;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.35);}
.parallax-image{background-attachment:fixed;z-index:2;width:100%;background-repeat:no-repeat;}
.przyciemnijTlo{background:rgba(0,0,0,0.4);}
p.przyciemnijTlo{padding:10px;}
.lista-kolko{}
ol.lista-kolko{display:block;padding:0 0 0 26px;list-style:none;overflow:hidden;counter-reset:numList;}
ol.lista-kolko li{padding:1px 5px 1px 5px;position:relative}
ol.lista-kolko li:before{counter-increment:numList;content:counter(numList);float:left;position:absolute;left:-26px;text-align:center;color:#ededed;line-height:22px;width:22px;height:22px;background:#3c3c3c;-moz-border-radius:999px;border-radius:999px}
.clearfix{clear:both;}
.clearfix:after{clear:both;}
.podpis-obrazka-jasny{color:#ededed !important;background:none !important;}
figure{display:inline-block;}
.right-opis{float: left;}
/* Languages */
.languages {
    position: relative;
    height: 100%;
}

.languages .languages__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2003;
}

.languages__overlay .inner {
    background-color: white;
    width: 80vw;
    height: 80vh;
    max-height: 600px;
    color: #404041;
    padding: 70px 60px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.languages__overlay .inner__close {
    position: absolute;
    top: 70px;
    right: 70px;
    cursor: pointer;
}

.inner__selectors {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.languages .selector {
    padding: 10px 5px;
    transition: all 0.2s ease-out;
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 20%;
    border-radius: 10px;
    margin: 45px auto;
}

.selector__image {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 20px;
    overflow: hidden;
    transition: all 0.2s ease-out;

}

.selector__image img {
    width: 100%;
    height: 100%;
}

.languages .selector:hover {
    background-color: #EFEFEF;
    padding: 8px 5px;
}

.languages .selector:hover .selector__image {
    width: 28px;
    height: 28px;
}

.languages__overlay.hidden {
    display: none;
    opacity: 0;
}

.languages__button {
    cursor: pointer;
    text-align: center;
    transition: border-bottom-color 0.2s ease-out;
    transition-property: border-bottom-color, color;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0;
    font-weight: 300;
}

.languages__button:hover {
    color: #85C4F1;
    border-bottom-color: white;
}

@media (max-height: 900px) {
    .languages .selector {
        width: 25%;
        margin: 10px 0;
    }
}

@media (max-height: 700px) {
    .languages__overlay .inner {
        width: 90%;
        height: 90%;
        padding: 30px;
    }
    .languages .inner__close {
        top: 30px;
        right: 30px;
    }
    .languages .selector {
        width: 25%;
        margin: 5px auto;
    }
}

@media (max-width: 1024px) {
    .languages__overlay .inner {
        width: 80%;
        height: 80%;
        padding: 40px;
    }
    .languages .inner__close {
        top: 40px;
        right: 40px;
    }
    .languages .selector {
        width: 33.333333%;
        margin: 10px auto;
    }
}

@media (max-width: 768px) {
    .languages__overlay .inner {
        width: 90%;
        height: 90%;
        padding: 20px;
    }
    .languages .inner__close {
        top: 20px;
        right: 20px;
    }
    .languages .selector {
        width: 50%;
        margin: 0;
    }
}

@media (max-width: 400px) {
    .languages .selector {
        width: 100%;
        padding: 0;
    }
    .languages .selector:nth-of-type(n+2) {
        margin-top: 10px;
    }
}

#ca_banner {
    display: flex;
    flex-direction: row;
    padding: 20px 60px 20px 70px;
    font-size: 13px;
    color: #6F6F6F;
}

#ca_banner a {
    text-decoration: underline;
}

#ca_banner .cookies-text {
    margin-right: 20px;
}

#ca_banner .accept {
    border-radius: 7px;
    margin: auto;
    cursor: pointer;
    background: #333;
    color: #fff;
    padding: 12px 20px;
    font-size: 11px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#ca_banner .accept:hover {
    background: #666;
}

@media screen and (max-width: 720px) {
    #ca_banner {
        padding: 10px 20px;
        font-size: 10px;
        flex-direction: column;
    }
    #ca_banner .accept {
        font-size: 10px;
        padding: 6px 10px;
    }

    #ca_banner .cookies-text {
        margin-right: 0;
    }
}
