::-webkit-scrollbar
{
    width: 0.3em;
}
::-webkit-scrollbar-track
{
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 6em;
}
::-webkit-scrollbar-thumb
{
    border-radius: 6em;
    background-color: rgba(190, 190, 190, 0.8);
    border: 1px solid black;
    box-sizing: border-box;
}
.loader
{
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: #000d20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loader img
{
    max-width:20%;
    height: auto;
    animation: loader 4s infinite ease-in;
    transition: 0.4s;
    
}
.barButton
{
    width: 100%;
    margin: 1em 0px 0px 0px;
    padding: 10px;
    box-sizing: border-box;
    height: 60px;
    font-size: 20px;
    border: 4px solid black;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #000;
    color: white;
    font-weight: bold;
    transition: 0.5s;
}
.barButton:hover
{
    background-color: white;
    color: black;
}


@keyframes loader {
    0% { transform: scale(1);}
    50% { transform: scale(1.2);}
    100% { transform: scale(1);}
  }
  

  

::-webkit-scrollbar-thumb:hover
{
    background-color: rgba(255, 255, 255, 0.8);
} 
#more
{
    padding-right: 15%;
}
body
{
    margin: 0px;
    background: rgb(0, 0, 0);
    color: white;
    font-family:"Open Sans","DM Sans","Arial","";
    font-size: 20px;
    display: flex;
    flex-direction: column;
    -webkit-tap-highlight-color: transparent;
    max-width: 100%;
    overflow-x: hidden;
}


.contener
{
    display: flex;
    flex-direction: column;
    min-height: 40vh;
    width: 100%;
    height: auto;
    align-items: center;
}

.mainContent
{
    background-color: rgb(255, 255, 255);
    width: 100%;
    color: black;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    box-sizing: border-box;
    text-align: justify;
    min-height: 50vh;
    padding-bottom: 50px;
    overflow: hidden;
}

.mainSectionIndex
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 4;
    background-color: rgb(255, 255, 255);
    width: 100%;
    color: black;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    box-sizing: border-box;
    text-align: left;
    min-height: 50vh;
    padding-bottom: 50px;
    overflow: hidden;
}
.mainSectionContent
{
    word-wrap: break-word;
    min-width: 70%;
    margin-right: 5%;
    width: 100%;
}
.mainSectionBar
{
    display: flex;
    flex-direction: column;
    width: 25%;
    min-width: 25%;
}
#dolacz
{
    transition: 0.4s;
    max-width: 120px;
    min-width: 120px;
}
#dolacz .BlockSegmentA div
{
    color: white;
    border: 1px solid white;
    box-sizing: border-box;
    transition: 1s;
    transform: none;
    border-radius: 4px;
    font-weight: bolder;
}
.wpisContener
{
    margin-top: 20px;
    min-width: 60%;
    margin-left: auto;
    max-width: 60%;
    margin-right: auto;
    min-height: 20vh;
    background-color: #f5f5f5;
    -webkit-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.wpisAutor
{
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    display: flex;
    flex-direction: row;
    background: radial-gradient(circle, rgba(10,10,10, 1) 20%, rgba(0, 0, 0, 1) 100%);
    color: white;
    align-items: center;
    box-sizing: border-box;
    padding-left:   3%;
    padding-right:  3%;
    font-size: 12px;
    border-radius: 10px;
}
.wpisAutor h1
{
    font-size: 16px;
}
.wpisAutor a, .wpisAutor h1, .wpisAutor h3
{
    margin: 0px;
    max-width: 200px;
}

.wpisAutorAutorData
{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wpisAutorAutorData h3
{
    color: gray;
}
.wpisAutor a
{
    text-decoration: none;
    color: white;
}

.wpisAutor a:hover
{
    text-decoration: underline;
    color: rgb(243, 242, 242);
}

.wpisAutorImg
{
    border-radius: 50%;
    background-color: #111111;
    margin-right: 10px;
    max-width:  40px;
    min-width: 40px;
    aspect-ratio: 1/1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wpisAutorImg img
{
    min-height: 30px;
    max-height: 40px;
    object-fit: contain;
}

.wpisySpis
{
    min-width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.wpisySpis article
{
    max-width: 100%;
    min-width: 100%;
    min-height: 160px;
    max-height: 160px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    border-radius: 10px ;
    overflow: hidden;
    margin-bottom: 10px;
}
.wpisySpis main h1
{
    font-size: large;
    margin: 10px 0px 0px 10px;
    max-width: 100%;
    white-space: nowrap;
    margin-left: 3%;
    margin-right: 3%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wpisySpis main a
{
    margin-top: 10px;
    float: right;
    margin-right: 3%;
    font-size: normal;
    font-size: medium;
    cursor: pointer;
    color: #000;
}
.wpisySpis a:hover
{
    font-weight: bold;
    text-decoration: underline;
}
.wpisySpis + p a:hover
{
    text-decoration: underline;  
}
.wpisySpis + p
{
    text-align: end;
}
.wpisySpis + p a
{
    color: #000;
    margin-bottom: 50px;
}




#dolacz:hover .BlockSegmentA div
{
    background-color: white;
    color: #000;
    transform: translate(0px,0px);
}
nav
{
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    justify-content: end;
    z-index: 3;
    align-items: center;
}
.stickymenuList
{
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 0;
    margin: 0;
    min-width: 100%;
}
.stickymenuList li
{
    margin: 0;
}
nav ul ul
{
    list-style: none;
    padding-left: 0%;
    text-align: center;
    margin: 0;
    height: auto;
    box-sizing: border-box;
    border-left: 2px rgb(116, 116, 116) solid;
    background-color: rgba(0, 0, 0, 0.9);
    width: 200px;
    display: flex;
    opacity: 0;
    flex-direction: column;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition:    opacity 0.2s ease-in-out;
    -ms-transition:     opacity 0.2s ease-in-out;
    -o-transition:      opacity 0.2s ease-in-out;
    transition:         opacity 0.2s ease-in-out;
    justify-content: start;
    padding-top: 5px;
    border-bottom-left-radius:  5px;
    border-bottom-right-radius: 5px;
}
nav ul ul li 
{
    line-height: 20px;
    margin-top: 5px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    
}

nav ul ul li:hover,
nav ul ul li:focus,
nav ul ul li:active
{
    transform: translate(0px,-3px);
}
nav ul ul li:hover     .smBlockSegmentA,
nav ul ul li:focus     .smBlockSegmentA,
nav ul ul li:active    .smBlockSegmentA
{
    color: white;
    cursor: pointer;
    transition: 0.2s;
}



nav h1
{
    font-size: 1.8vw;
    margin: 0;
}

nav img
{
    max-height: 60px;
    max-width: 60px;
    margin-right: 20px;
    box-sizing: border-box;
}
nav hr
{
    width: 90%;
}

#menuBar
{
    display: none;
}

.stickymenu
{
    position: sticky;
    width: 100%;
    height: 80px;
    max-height: 80px;
    top:0;
    align-items:end;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    background: radial-gradient(circle, rgba(5,5,5,0.9) 20%, rgba(0,0,0,0.9) 100%);
    z-index: 10;
    -webkit-box-shadow: 0px 3px 65px -4px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 3px 65px -4px rgba(0, 0, 0, 1);
    box-shadow: 0px 3px 65px -4px rgba(0, 0, 0, 1);

}
.BlockSegmentA div
{
    min-height: 80px;
    box-sizing: border-box;
    border-left: 2px rgb(116, 116, 116) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.stickymenublock
{
    display: flex;
    height: auto;
    max-height: 80px;
    min-width: 115px;
    width: auto;
    max-width: 115px;
    flex-direction: column;
    z-index: 3;
    transition: 0.2s;
    overflow:hidden;
    visibility: visible;
    opacity: 1;
}

.BlockSegmentA
{
    width: 100%;
    height: 100%;
    color: rgb(196, 196, 196);
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    transition: 0.2s;
}
.smBlockSegmentA p
{
    margin: 10px;
    box-sizing: border-box;
}
.BlockSegmentA:hover,
.BlockSegmentA:focus,
.BlockSegmentA:active
{
    transform: translate(0px,-3px);
    color: white;
    cursor: pointer;
}

.BlockSegmentA:hover div,
.BlockSegmentA:focus div,
.BlockSegmentA:active div
{
    border-left: 1.5px white solid;
}

.BlockSegmentA p
{
    margin: 0px;
    padding-left: auto;
    padding-right: auto;
    box-sizing: border-box;
    font-size: 14px;
}
.BlockSegmentA p i
{
    margin-left: 5px;
}

.stickymenublock:hover,
.stickymenublock:focus,
.stickymenublock:active
{
    overflow: visible;
    cursor: pointer;
}
.stickymenublock:hover ul,
.stickymenublock:active ul,
.stickymenublock:focus ul
{
    overflow: visible;
    cursor: pointer;
    opacity: 1;
}
.BlockSegmentA:focus ul,
.BlockSegmentA:active ul,
.BlockSegmentA:hover ul
{
    overflow: visible;
    cursor: pointer;
    opacity: 1;
}


.smBlockSegmentA
{
    color: rgb(196, 196, 196);
    text-decoration: none;

}
.flexH
{
    display: flex;
    flex-direction: row;
}
.flexV
{
    display: flex;
    flex-direction: column;
}
.paddingAlt
{
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
}
.paddingAlt2
{
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}
.paddingAlt3
{
    padding-left: 15%;
    padding-right: 15%;
    box-sizing: border-box;
}
.paddingNormal
{
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}
.transitionFast
{
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.smTitleA
{
    width: 100%;
    text-decoration: none;
    color: white;
    justify-content: center;
    align-items: center;
}
.smTitleA div
{
    margin-right: auto;
}
.smMobile
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
}


footer
{
    padding-left: 5%;
    padding-right: 5%;
    min-height: 200px;
    background: rgb(20,20,20);
    background: radial-gradient(circle, rgba(20,20,20,1) 56%, rgba(0,0,0,1) 100%);
    width: 100%;
    border-top: 20px solid rgb(51, 73, 45);
    padding-bottom: 5%;
    box-sizing: border-box;
}

.stopka
{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: white;
    font-size: 20px;
    width: 100%;
}
.stopkaElement p
{
    margin: 0;
    font-size: 14px;
    width: 100%;
}
.stopkaElement
{
    padding-top: 10px;
    box-sizing: border-box;
    min-width: 33%;
    max-width: 33%;

}
.stopkaElement div
{
    display: flex;
    width: 150px;
    flex-direction: row;
    justify-content: space-between;
}
.stopkaElement a
{
    height: 40px;
    aspect-ratio: 1/1;
    background-color: rgb(196, 196, 196);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.5s;
}
.stopkaElement h1
{
    font-size: 16px;
    text-shadow: none;
}
.stopkaElement a:hover 
{
    background-color: rgb(255, 255, 255);
}
.stopkaElement a:focus 
{
    background-color: rgb(255, 255, 255);
}

.stopkaElement i
{
    color: black;
    font-size: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: 0.5s;

}
.stopka hr
{
    width: 100%;
    height: 1px;
    background-color: gray;
    border: none;

}
.topSection
{
    color: #000;
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    background-color: white;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.topSection h1
{
    color: #000;
    margin-top: 10px;
    box-sizing: border-box;
}

.topSection2
{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    width: 100%;
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(6,6,6,1) 56%, rgba(0,0,0,1) 100%);
    box-sizing: border-box;
}
.ogloszenieUdostepnij
{
    z-index: 2;
    float: right;
    position: relative;
    height: 30px;
    width:  auto;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 100%;
    color: white;
    cursor: pointer;
}
.ogloszenieUdostepnij a
{
    color: white;
    margin-right: 5px;
}
/*Wyszukiwarka Tagów*/
.wyszukiwarkaInput:focus .wyszukiwarka,
.wyszukiwarkaInput:hover .wyszukiwarka
{
    background-color: #111111;
}
.wyszukiwarka
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    text-decoration: none;
    background-color: #030303;
    color: #cdcdcd;
    max-height: 50px;
    min-height: 50px;
    font-size: 20px;
    border-radius: 5px;
    border: solid #cdcdcd 2px;
    box-sizing: border-box;
    max-width: 50px;
    text-align: center;
    min-width: 50px;
    margin-right: 5px;
    margin-left: 5px;
}
.wyszukiwacz
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    min-width: 100%;
}
.wyszukiwarka:focus,
.wyszukiwarka:hover
{
    background-color: #111111;
}
.wyszukiwarkaInput
{
    max-width: 600px;
    min-width: 600px;
    max-height: 50px;
    min-height: 50px;
    border: solid 2px #ffffff;
    background-color: #030303;
    padding-left: 10px;
    font-size: 20px;
    color: white;
    border-radius: 5px;
    padding-right: inherit;
    box-sizing: border-box;
    transition: 0.2s;
}

.tager
{
    width: 150px;
    font-size: 20px;
    color: white;
    max-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #070707;
    border-radius: 10px;
    border: #3a3a3a groove 2px;
    transition: 0.2s;
    margin-top: 20px;
}
.tager:hover
{
    background-color: #1f1f1f;
}
.tager:link
{
    color: white;
    text-decoration: none;
}
.activeTag
{
    background-color: #1f1f1f;
}
.wyszukiwarkaTagow
{
    padding-left: 15%;
    padding-right: 15%;
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 10px;
}

.szuk
{
    background-color: #030303;
    color: #cdcdcd;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
    font-size: 20px;
    border-radius: 5px;
    border: solid #cdcdcd 2px;
    box-sizing: border-box;
    text-align: center;
}



/*UDOSTĘPNIANIE*/
#udostepnij
{
    font-size: 20px;
    cursor: pointer;
}

.udostepnijTlo
{
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    min-width: 100vw;
    background-color: rgba(0, 0, 0, 0.9); 
    z-index: 13;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.udostepnijMenu
{
    background-color: rgb(230, 230, 230);
    width: 600px;
    height: 350px;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    color: #000;
}

.udostepnijMenuSpis
{
    min-height: 100px;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 100%;
    overflow: auto;
}

.udostepnijLink
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    max-height: 80px;
    max-width:  80px;
    min-height: 100px;
    min-width:  80px;
    margin: 15px;
    font-size: 14px;
}
.udostepnijIcon
{
    max-height: 75px;
    max-width:  75px;
    min-height: 75px;
    min-width:  75px;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid black;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
}
.udostepnijLink div
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.udostepnijLink span
{
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.udostepnijKopiuj
{
    margin-top: 20px;
    height: 60px;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.udostepnijKopiuj input
{
    width: 65%;
    height: 40px;
    font-size: 20px;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
}
.udostepnijKopiuj button
{
    box-sizing: border-box;
    width: 25%;
    height: 40px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    border: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: black;
    -webkit-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    color: white;
}
#udostepnijZamknij
{
    margin-left: 90%;
    font-size: 24px;
}

.calendarEvents {
    display: flex;
    flex-direction: column;
}

.calendarEvents ul {
    padding: 0px;
    margin: 0px;
}

.calendarEvents li {
    list-style: none;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
    box-shadow: 4px 4px 22px -7px rgba(0, 0, 0, 1);
}

.calendarEvents h1
{
    text-align: center;
    font-size: 38px;   
}
.calendarEvents h3
{
    margin-top: 0px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    color:white;
    background-color: black;
    font-weight: bold;
    font-size: large;
}
.calendarEvents a
{
    font-weight: normal;
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    text-align: right;
}
.calendarEvents a:hover
{
    text-decoration: underline;
}
.aktualnosciSpis
{
    width: 100%;
    display: flex;
    flex-direction: column;   
}
.aktualnosciSpis ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.aktualnosciSpis li
{
    width: 100%;
    background-color: black;
    border: 10px solid black;
    border-radius: 10px; 
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: 0.5s;
}
.aktualnosciSpis li:hover
{
    transform: translate(0px,-5px);
}
.aktualnosciSpis img
{
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.aktualnosciSpis a
{
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 120px;
    color: white;
}
.aktualnosciSpis h1
{
    margin: 0px;
    font-size: large;
    overflow: hidden;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.aktualnosciSpis span
{
    font-size: medium;
}
.aktualnosciSpis div
{
    max-width: 35%;
    min-width: 35%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px; 
}
.aktualnosciSpis section
{
    padding-left: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.loader img
{
    max-width:60%;
}

#dolacz
{
    max-width: 100%;
    min-width: 100%;
}

.paddingAlt2
{
    padding-left: 15%;
    padding-right: 15%;
}
.paddingAlt3
{
    padding-left: 3%;
    padding-right: 3%;
}
.tager
{
    flex: 1 1 0;
    padding: 2px;
    margin: 3px;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    max-height: 40px;
}
.stickymenuContent
{
    width: 100%;
    box-sizing: border-box;
    padding: 0%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.stickymenu
{
    position: sticky;
    width: 100%;
    max-height: 80px;
    height: auto;
    top:0;
    align-items:normal;
    justify-content: start;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
}
footer
{
    padding-left: 3%;
    padding-right: 3%;
}


#menuBar:active,
#menuBar:hover,
#menuBar:focus .stickymenublock
{
    opacity: 1;
}

#menuBar:active .stickymenublock,
#menuBar:hover .stickymenublock,
#menuBar:focus .stickymenublock
{
opacity: 1;
}

hr
{
    border: 0px;
    height: 1px;
    background-color: rgba(190, 190, 190, 0.8);
    width: 90%;
}
#menuBar
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
    text-align: center;
    font-size: 36px;
    margin-left: auto;
    margin-right: 20px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    border: 0px solid black;
    box-sizing: border-box;
}
section img
{
    min-width: 100%;
    max-width: 100%;
    height: auto;
}
.stickymenu img
{
margin-left: 15px;
}
.paddingNormal
{
    padding-left: 3%;
    padding-right: 3%;
}
.wyszukiwarkaTagow
{

    padding-left: 0%;
    padding-right: 0%;
    justify-content: space-evenly;

}
.stickymenuList ul li
{
    background-color: rgba(0, 0, 0, 0);
    line-height: 20px;
    margin-top: 15px;
    min-width: 100%;
    height: 100%;
    font-size: 16px;
    margin-bottom: 5px;
    box-sizing: border-box;
}
.stickymenuList {
    flex-wrap: wrap;
}

.stickymenuList .stickymenublock {
    display: none;
}

.stickymenuList .smMobile {
    display: flex;
}

.smBlockSegment
{
    height: auto;
    box-sizing: border-box;
    border-top: none;
    border-left: 0px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    display: flex;
    visibility: collapse;
    flex-direction: column;
    justify-content: start;
    padding-top: 0px;
    border-bottom-left-radius:  0px;
    border-bottom-right-radius: 0px;
    transition: 0s;
    -webkit-tap-highlight-color: transparent;
}
.smBlockSegmentA
{
    min-height: 30px;
    margin-top: 10px;
    height: 100%;
    color: rgb(196, 196, 196);
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    transition: 0s;
    -webkit-tap-highlight-color: transparent;
}

.smBlockSegmentA:hover,
.smBlockSegmentA:focus,
.smBlockSegmentA:active
{
    transform: translate(0px,-3px);
    color: white;
    cursor: pointer;
}
.smBlockSegmentA:link
{
    text-decoration: none;
}
.BlockSegmentA
{
    min-width: 100%;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(196, 196, 196);
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    transition: 0.2s;
}

.BlockSegmentA:hover div,
.BlockSegmentA:focus div,
.BlockSegmentA:active div
{
    border-left: 0px;
    border-bottom: 2px white solid;
}

.smTitleA div 
{
    width: 100%;
    text-decoration: none;
    color: white;
    font-size: 5.2vw;
    text-align: center;
}
.smTitleA div h1
{
    font-size: 5.2vw;
}
.BlockSegmentA:link
{
    text-decoration: none;
}
.BlockSegmentA div
{
    width: 100%;
    border-left: 0px;
    border-bottom: 1px solid rgb(196, 196, 196);
}
.BlockSegmentA div p
{
    font-size: 18px;
}
.stickymenublock
{
    visibility: collapse;
    display: flex;
    min-height: 80px;
    max-height: fit-content;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    overflow:hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition:    opacity 0.2s ease-in-out;
    -ms-transition:     opacity 0.2s ease-in-out;
    -o-transition:      opacity 0.2s ease-in-out;
    transition:         opacity 0.2s ease-in-out;
}

.BlockSegmentA div
{
    min-height: 80px;
    box-sizing: border-box;
    border-bottom: 0.25px rgb(116, 116, 116) solid;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
nav ul ul
{
    width: 100%;
    height: 0px;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0);
    border-left: 0px;
    border-radius: 0px;
    opacity: 1;
}

.wyszukiwarkaInput
{
    max-width: 65%;
    min-width: 65%;
    max-height: 40px;
    min-height: 40px;
    margin: 0;
}
.wyszukiwarka
{
    position: relative;
        max-width: 15%;
        min-width: 15%;
        max-height: 40px;
        min-height: 40px;
        font-size: 18px;
        margin: 0;
}
.wyszukiwacz
{
    justify-content: space-around;
    border-bottom: 2px solid white;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.szuk
{
    margin: 0;
    max-width: 15%;
    min-width: 15%;
    max-height: 40px;
    min-height: 40px;
    font-size: 18px;
    text-align: center;
}

.stopka
{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-size: 14px;
    width: 100%;
}
.stopkaElement p
{
    margin: 0;
    font-size: 14px;
    width: 100%;
}
.stopkaElement
{
    padding-top: 20px;
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
}


.stopkaElement h1
{
    font-size: 16px;
    text-shadow: none;
}
.stopkaElement a:hover 
{
    background-color: rgb(255, 255, 255);
}
.stopkaElement a:focus 
{
    background-color: rgb(255, 255, 255);
}

.stopkaElement i
{
    color: black;
    font-size: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: 0.5s;

}
.stopka hr
{
    width: 100%;
    height: 1px;
    background-color: gray;
    border: none;
}

.udostepnijTlo 
{
    justify-content: end;
}

.udostepnijMenu 
{
    height: 25%;
    max-width: 100vw;
    min-width: 100vw;
    overflow: hidden;
}
.udostepnijMenuSpis
{
    justify-content: left;
}
main img
{
    max-width:100% ;
    height: auto;
}
.mainSectionContent
{
    width: 100%;
}
.mainSectionBar
{
    width: 100%;
}
.mainSectionIndex
{
    flex-direction: column;
}

}