body, html { 
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: black;
    font-family: 'robotothin','Lato', sans-serif;
}
body::-webkit-scrollbar {
    width: 3px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #fefe00;
  outline: 1px solid #fefe00;
}
.foto::-webkit-scrollbar {
    width: 0px;
}
 
.foto::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
}
 
.foto::-webkit-scrollbar-thumb {
  background-color: #fefe00;
  outline: 1px solid #fefe00;
}
.clear{
    clear: both;
}
.ruler{
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background: url("../img/ruler.png"), black;
    background-repeat: repeat-y;
}
.container{
    position: relative;
    width: 960px;
    margin:0 auto;
    padding-left:0.5%;
    margin-bottom:20px;
}
.container h1{
    width:100%;
    text-align:center;
    padding: 0;
    margin:0;
    /* background: pink; */
}
.container h2{
    width:100%;
    text-align:center;
    padding: 0;
    margin:0;
    margin-bottom:10px;
}

.scrollToTop{
    position: fixed;
    width: 70px;
    height:50px;
    background:red;
    z-index:1;
    bottom:30px;
    right:10px;
    background:url('../img/arrow.gif');
    background-size: 100% 100%;
    transform:rotate(-90deg); -webkit-transform:rotate(-90deg); 
    -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg);
}
.grayscale{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
.border-none{
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
    border:0 !important;
}

/************************/
/******* NAGŁÓWKI *******/
/************************/
h1{
    margin-top:20px !important;
}
h2{
    font-weight: normal;
}
/************************/
/*** KONIEC NAGŁÓWKÓW ***/
/************************/

/************************/
/********* BLOKI ********/
/************************/
@media screen and (min-width: 1300px) {
    .block{
        width:50%;
        margin:0;
        padding: 0px;
        min-height: 300px;
        float: left;
        text-align: justify;
    }
}
@media screen and (max-width: 1300px) {
    .block{
        width:100%;
        margin:0;
        padding: 0px;
        min-height: 300px;
        float: left;
        text-align: justify;
    }
}
.block img{
    width:100%;
}
.block h2{
    text-align: center;
}
.block p{
    padding:10px 30px 10px 30px;
}
/************************/
/***** KONIEC BLOKÓW ****/
/************************/

/************************/
/********* TEXT *********/
/************************/
.center-text{
    width: calc(100% - 40px);
    text-align: center;
    padding:20px;
    font-size:20px;
}
.white-text{
    color:white;
}
.black-text{
    color:black;
}
/************************/
/****** KONIEC TEXT *****/
/************************/

/************************/
/******* LICZNIK ********/
/************************/
.counter-name{
    font-size:18px;
    text-align: center;
}
.counter{
    font-size:45px;
    text-align: center;
}
/************************/
/*** KONIEC LICZNIKA ****/
/************************/


/************************/
/********* MENU *********/
/************************/
@media screen and (min-width: 1300px) {
    .menu{
        background: black;
        width: 100%;
        height: 100px;
        color:white;
    }
    .menu img{
        position: relative;
        margin:10px 0 10px 30px;
        height: 80px;
        z-index: 100;
        margin-right: 70px;
    }
    .mobile-menu{
        display: none;
    }
    .slider-h2{
        font-size:35px;
        letter-spacing:8px;
    }
    .normal{
        display: block !important;
    }
    .mobile{
        display: none !important;
    }
}
@media screen and (max-width: 1300px) {
    .menu{
        background: black;
        width: 100%;
        height: 15vh;
        color:white;
        position:fixed;
        z-index:10001;
    }
    .menu img{
        position: relative;
        margin:3vh 0 10px 30px;
        height: 8vh;
        z-index: 100;
        margin-right: 70px;
    }
    .small-button{
        width:7vh;
        height:6vh;
        float:right;
        margin-right:20px;
        margin-top:4vh;
        border:1px solid yellow;
        padding-bottom:1vh;
        border-radius:10px;
    }
    
    .button-icon{
        width:80%;
        margin-left:10%;
        margin-top:1vh;
        height:1vh;
        border-radius:10px;
        background-color:white;
    }
    .mobile-menu{
        width:100%;
        top:15vh;
        position: fixed;
        z-index:10001;
        display:none;
        border-bottom:1px solid yellow;
    }
    .mobile-menu a{
        display:block;
        width:100%;
        text-align:center;
        background: black;
        border-top:1px solid yellow;
        color:white;
        text-decoration:none;
        font-size:3vh;
        padding:10px;
    }
    .slider-h2{
        font-size:2.5vh;
        letter-spacing:8px;
    }
    .small-h1{
        font-size:4vh;
    }
    .small-text{
        font-size:2vh;
    }
    .normal{
        display: none !important;;
    }
    .mobile{
        display: block !important;;
    }
    .mobile-h1{
        font-size:5vh;
    }
    .footer-container .container img{
        width:70%;
    }
}

.menu a{
    position: relative;
    top:-32px;
    margin-left: 20px;
    color: white;
    text-decoration: none;
    z-index:1000;
    font-size:12px;
    letter-spacing:3px;
}
.line{
    position: absolute;
    margin:-95px 0 10px 30px;
    width: 364px;
    height: 80px;
    left:200px;
    background: url('../img/linia.png');
    background-size: 100% 100%;
    -webkit-transition: width 500ms;  
    transition: width 500ms; 

}
/************************/
/****** KONIEC MENU *****/
/************************/

/************************/
/******* KOLUMNY ********/
/************************/

@media screen and (min-width: 1080px) {

    .col-1{
        float:left;
        width: calc(8.25% - 20px);
        /* background: #111111; */
    }
    .col-2{
        float:left;
        width: calc(16.5% - 20px);
        /* background: #222222; */
    }
    .col-2_5{
        float:left;
        width: calc(21.125% - 20px);
        /* background: #222222; */
    }
    .col-3{
        float:left;
        width: calc(24.75% - 20px);
        /* background: #333333; */
    }
    .col-4{
        float:left;
        width: calc(33.00% - 20px);
        /* background: #444444; */
    }
    .col-5{
        float:left;
        width: calc(41.25% - 20px);
        /* background: #555555; */
    }
    .col-6{
        float:left;
        width: calc(49.50% - 20px);
        /* background: #666666; */
    }
    .col-7{
        float:left;
        width: calc(57.75% - 20px);;
        /* background: #777777; */
    }
    .col-8{
        float:left;
        width: calc(66.00% - 20px);;
        /* background: #888888; */
    }
    .col-9{
        float:left;
        width: calc(74.26% - 20px);;
        /* background: #999999; */
    }
    .col-10{
        float:left;
        width: calc(82.50% - 20px);;
        /* background: pink; */
    }
    .col-11{
        float:left;
        width: calc(90.75% - 20px);;
        /* background: yellow; */
    }
    .col-12{
        float:left;
        width: calc(99.00% - 20px);;
        /* background: blue; */
    }
}
.col{
    padding:10px;
    text-align:justify;
}
.col img{
    width:100%;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}
.footer .col{
    text-align: center;
}
/************************/
/**** KONIEC KOLUMN *****/
/************************/

/************************/
/******** SLIDER ********/
/************************/
@media only screen and (min-width: 1300px) {
    .slider-home{
        position: relative;
        width: 100%;
        height: calc(100vh - 100px);
        background: url('../img/slider.jpg');
        background-position: cover;
        background-size:100% 100%;
        z-index:2;
    }
    .slider-home img{
        display:none;
    }
}
@media only screen and (max-width: 1300px) {
    .menu-el{
        display:none;
    }
    .slider-home img{
        margin-top:15vh;
    }
    .slider-mobile img{
        margin-top:15vh;
    }
}
.slider{
    position: relative;
    width: 100%;
    
}

.slider img{
    width: 100%;
    -webkit-box-shadow: inset 0px 3px 10px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 3px 10px -4px rgba(0,0,0,0.75);
    box-shadow: inset 0px 3px 10px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 4px 0px 10px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 4px 0px 10px -4px rgba(0,0,0,0.75);
    box-shadow: inset 4px 0px 10px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.slider-text{
    width: 80%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 10%;
    /* margin: 0px 0 0 0px; */
    margin-bottom:-50px;
    z-index:10000;
    /* background: red; */
    color:white;
    /* text-align: center; */
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;;
}
/************************/
/**** KONIEC SLIDERA ****/
/************************/

/************************/
/******* PARALLAX *******/
/************************/
.parallax-ah{
    position: relative;
    width: 100%;  
    min-height: 100px;
    text-align: center;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.parallax-container .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    filter: brightness(30%);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.circle{
    border-radius: 50%;
    border: 50px solid #fff000;
    width: 300px;
    height: 300px;
    margin-left:calc(50% - 200px);
}

/************************/
/**** KONIEC PARALLAX ***/
/************************/

/************************/
/******** GALERIA *******/
/************************/
@media only screen and (max-width: 1300px) {
    .masonry { /* Masonry container */
        width:100%;
    }

    .item { /* Masonry bricks or child elements */
        display: inline-block;
        max-width: 100%;
        margin:0px;
        padding:0px;
        margin-bottom: -5px;
    }
    .item img:hover{
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    }
}
@media only screen and (min-width: 1300px) {
    .masonry { /* Masonry container */
        column-count: 4;
        column-gap: 0;
        
        margin:0px;
        padding:0px;
    }

    .item { /* Masonry bricks or child elements */
        display: inline-block;
        max-width: 100%;
        height:300px;
        margin:0px;
        padding:0px;
        margin-bottom: -5px;
    }
    .item img:hover{
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    }
}
/************************/
/**** KONIEC GALERII ****/
/************************/

/************************/
/******** OPINIE ********/
/************************/
@media only screen and (min-width: 1300px) {
    .opinion-left{
        width:50%;
        float: left;
        background: #d7d7d7;
        border-radius: 10px;
        padding: 20px;
        /* margin-top:20px; */
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
    .opinion-left-author{
        /* background: red; */
        position: absolute;
        height: 60px;
        right:-20px;
        margin-top:10px;
    }
    .opinion-left-author div{
        /* background: green; */
        height: 50px;
        float:left;
        padding:0 10px;
    }
    .opinion-left-author span{
        position: relative;
        background: #b7b7b7;
        float:left;
        height: 50px;
        width: 50px;
        padding:10px;
        border-radius: 10px;
    }
    .opinion-left-author span img{
        position: relative;
        height: 50px;
        width: 50px;
    }
    .opinion-right{
        width:50%;
        float:right;
        background: #d7d7d7;
        border-radius: 10px;
        padding: 20px;
        /* margin-top:20px; */
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
    .opinion-right-author{
        /* background: red; */
        position: absolute;
        height: 60px;
        left:-20px;
        margin-top:10px;
    }
    .opinion-right-author div{
        /* background: green; */
        height: 50px;
        float:left;
        padding:0 10px;
    }
    .opinion-right-author span{
        position: relative;
        background: #b7b7b7;
        float:left;
        height: 50px;
        width: 50px;
        padding:10px;
        border-radius: 10px;
    }
    .opinion-right-author span img{
        position: relative;
        height: 50px;
        width: 50px;
    }
    .opinion-hide{
        display: none;
    }
    .jajo{
        color:white;
        text-align:center;
        margin-top:-160px;
        margin-left:-10px;
        margin-bottom:90px;
        text-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
        font-size:18px
    }
}
@media only screen and (max-width: 1300px) {
    .opinion-left{
        width:calc(100% - 100px);
        margin-left:30px;
        float: left;
        background: #d7d7d7;
        border-radius: 10px;
        padding: 20px;
        /* margin-top:20px; */
        padding-bottom: 40px;
        margin-bottom: 30px;
        font-size:3vh;
    }
    .opinion-right{
        width:calc(100% - 100px);
        margin-left:30px;
        float: left;
        background: #d7d7d7;
        border-radius: 10px;
        padding: 20px;
        /* margin-top:20px; */
        padding-bottom: 40px;
        margin-bottom: 30px;
        font-size:3vh;
    }
    .jajo{
        color:white;
        text-align:center;
        margin-top:-410px;
        margin-left:-30px;
        margin-bottom:270px;
        text-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
        font-size:50px
    }
}
#button-show button{
    border:0px;
    background: rgba(0,0,0,0);

    font-family: 'robotothin','Lato', sans-serif;
    color:black;
    font-size:25px;
    margin-bottom:20px;
}
#button-show button:focus {outline:0;}
#button-show button:active{
    border:2px solid white;
    
}
/************************/
/***** KONIEC OPINI *****/
/************************/

/************************/
/******** STOPKA ********/
/************************/
.footer{
    width: 100%;
    height: 300px;
    background: black;
    color:white;
}
.footer-container{
    width:100%;
    height: 300px;
    /* background: red; */
    margin-top:-300px;
}
#footer-text{
    color:white;
    padding:10px;
    font-size:19px;
}
.footer-right h1{
    color: #fff000;
}
/************************/
/**** KONIEC STOPKI *****/
/************************/

/************************/
/***** MEDIA SCREEN *****/
/************************/

/* Dla rozdzielczości więkrzej niż 1080 */
@media screen and (min-width: 1080px) {
    .page{
        position: relative;
        left: 36px;
        width: calc(100% - 36px);
        -webkit-box-shadow: inset 4px 0px 10px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 4px 0px 10px -4px rgba(0,0,0,0.75);
        box-shadow: inset 4px 0px 10px -4px rgba(0,0,0,0.75);
        background: white;
    }
}
/* Dla rozdzielczości mniejszej niż 1080 */
@media screen and (max-width: 1080px) {
    .page{
        position: relative;
        width: 100%;
        background: white;
    }
}