html{
    height: 100%;
}

body{
    min-height: 100%;
}
.tlo{
    background: url("../images/StronaGlowna/SuknieTlo.jpg") center center no-repeat;
    background-size: cover;
    z-index: 0;
}

@media(max-width:767px)
{
    .tlo{
        background: none;
    }
    body{
        background: url("../images/Galeria/tloPowtarzalneJasne.jpg") center center repeat;
        background-size: cover;
        z-index: 0;
    }
}

.tekstStronaGlowna{
    font-size: 23px;
    text-align: center;
    font-family: 'Kurale';
    font-weight: normal;
    line-height: 32px;
    margin-top: 50px;
    margin-bottom:50px;
}

.marginesTekst{
    padding-left:30px;
    padding-right:30px;
}

.malyTekst{
    font-size: 16px !important;
}

.sredniTekst{
    font-size: 22px !important;
}

.rowBezMarginu{
    margin-left:0;
    margin-right:0;
}

.colBezPaddingu{
    padding-left: 0;
    padding-right: 0;
}

.marginesKaruzela{
    padding-bottom: 80px;
}

.karuzelaWyglad{
    border: 7px solid white;
    outline: 3px solid white;
    outline-offset: 3px;
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}


.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-inner>.next, .carousel-inner>.prev{
    width: auto;
}
#eucookielaw {
    position: fixed;
    bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 999;
    background: white;
    width: 100%;
    text-align: center;
    color: black;
}

#removecookie {
    cursor: pointer;
    font-weight: bold;
    color: #d3007b;
    border: none;
}