:root {
    --czcionka: 'Open Sans', sans-serif;
    --czcionka2: 'Roboto', sans-serif;
    --grubosc-normal: 300;
    --grubosc-normal2: 100;
    --kolor_tla: white;
    --kolor_czcionki: #404040;
    --tlo-szare: #1d58bb;
    --kolor-linka: navy;

    --niebieski: #1d58bb;
    --pomaranczowy: #ff7a00;
    --gold: #FFD700;
    --szary: #404040;
    --jszary: #909090;
    --bg-color: #ffffff; /* KOLOR TŁA SAJTA */
    --tx-color: #242424; /* KOLOR TEKSTU */
    --tx-mobis: 16px; /* WIELKOŚĆ MOBILNA TEKSTU*/
    --tx-mobim: 18px; /* WIELKOŚĆ MOBILNA TEKSTU tam gdzie pomniejszyć */
    --hx-color: #1d58bb; /* GOLD DO NAGŁÓWKÓW */
    --szerokosc: 1440px;
    --fontsize: 19px;
}

@keyframes pojawianie {
  from {opacity: 0;}
  to {opacity: 1;}
}


/* *** CSS RESET *** */

:focus {outline: 0}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */


body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: var(--fontsize);
}

@font-face {
    font-family: 'organettobold_semiext';
    src: url('/font/organetto-boldsemiext-webfont.woff2') format('woff2'),
         url('/font/organetto-boldsemiext-webfont.woff') format('woff'),
         url('/font/organetto-boldsemiext-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 }

@keyframes pojawianie {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


@keyframes pojawianie {
    from {opacity: 0;}
    to {opacity: 1;}
}

body, p {
    animation-name: pojawianie; 
    animation-duration: 1s;
    -webkit-animation: 1s pojawianie;
    font-size: var(--fontsize);
}

a:focus, input:focus {
    outline: 2px solid var(--tlo-szare) !important;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

@media (max-width: 899px) {

    .title-1 H1 {
        position: absolute;
        bottom: 155px;
        left: 0;
        padding: 20px;
        width: 100;
        margin: auto;
        color: #fff;
        font-weight: 500;
        text-align: center;
        font-family: 'organettobold_semiext'; 
        font-size: 35px; 
        text-shadow: 2px 2px 10px #000000;
    }
}

@media (min-width: 900px) {

    .title-1 H1 {
        position: absolute;
        bottom: 55px;
        left: 0;
        padding-left: 5%;
        width: 100%;
        color: #fff;
        font-weight: 500;
        font-family: 'organettobold_semiext'; 
        font-size: 45px; 
        text-shadow: 2px 2px 10px #000000;
    }
} 



H2 {padding-bottom: 10px; color: var(--hx-color); font-size: 31px;font-family: 'Roboto', sans-serif; font-weight: bold !important;z-index: 1;}
H3 {margin-top: 20px; font-size: 25px;font-family: 'Roboto', sans-serif; font-weight: normal !important;z-index: 1;}
H5 {color: var(--hx-color);font-size: 40px;margin-top: 50px; margin-bottom: 25px;font-family: 'Roboto', sans-serif; font-weight: normal !important; width: 100%; border-bottom: solid 1px silver;z-index: 1;}


body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 1.2em; /* tu podmieniłem, bo było 20px i się nie skalowało WCAG */
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
    font-size: 21px;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}



body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: arial;
}

body {
    font-family: var(--czcionka);
    font-weight: var(--grubosc-normal);
    font-size: 18px;
    color: #272727;
    background: #fff;
    line-height: 1.3;
    min-width: 302px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: var(--kolor-linka)
}

.hamburger, .hamburger:focus, .hamburger:active {
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button, .box-2 figure, .btn-1 {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: var(--szerokosc);
    }
}

@media (max-width: 900px) {
    .container {
        padding: 20px;
    }
}

/* *** HEADER *** */

.skip-links {
    position: absolute;
    top: 0;
    padding: 0;
    background: #fff;
    margin: 0;
    list-style: none;
    z-index: 100;
}

.skip-links a, .skip-links a:visited {
    position: absolute;
    top: 0;
    left: -9000em;
    display: block;
    text-align: center;
    width: 200px;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    background: #fff;
    color: #000;
    font-size: .875em;
    padding: 5px 10px;
    font-family: var(--czcionka);
    z-index: 100;
    outline: 2px solid var(--tlo-szare);
}

.skip-links a:hover, .skip-links a:focus, .skip-links a:active, .skip-links a:visited:hover, .skip-links a:visited:focus, .skip-links a:visited:active {
    background: #fff;
    color: var(--tlo-szare);
    font-size: .875em;
    padding: 5px 10px;
    font-weight: 600;
    font-family: var(--czcionka);
    z-index: 10;
    left: 0;
    opacity: 1;
    outline: 2px solid var(--tlo-szare);
}

header {
    background: rgba(255,255,255,0.95);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    text-align: center;
    float: left;
    height: 85px;
    width: 100%;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}

.header-box {
    float: left;
    width: 100%;
}

header .logo {
    position: absolute;
    top: 0;
    left: 20px;
    float: left;
    height: 80px;
    width: 220px;

    display: flex;
    padding-top: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

header .logo img {
    float: left;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    list-style: none;
}

.main-menu > ul > li > a {
    color: var(--tlo-szare);
    display: block;
    float: left;
    height: 85px;
    padding: 0 35px;
    font-weight: 500;
    line-height: 86px;
    font-size: 18px;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: #fff;
    background: var(--tlo-szare);
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none; 
    width: 100%;
    min-width: 200px;
    background: rgba(255,255,255,0.9);
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: var(--tlo-szare);
    text-align: left;
    display: block;
    padding: 13px 15px 11px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: var(--tlo-szare);
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.user-box {
    position: absolute;
    top: 0;
    right: 0;
}

.contrast-box {
    width: 85px;
    height: 85px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.contrast-btn {
    width: 41px;
    height: 41px;
    display: block;
    background: url('/img/frontend/icons/img01.png');
}

.contrast-btn:hover {
    opacity: 0.9;
}

.h-fonts {
    height: 85px;
    background: #fff;
    float: left;
    width: 85px;
    font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
    padding-top: 18px;
}

.h-fonts ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.h-fonts li {
    display: inline-block;
}

.h-fonts a {
    color: #272727;
    font-weight: 800;
}

.h-fonts a:hover {
    color: var(--tlo-szare);
}

.small-font {
    font-size: 20px;
}

.normal-font {
    font-size: 28px;
}

.large-font {
    font-size: 38px;
}

/* *** BANNER *** */

.banner-box {
    float: left;
    width: 100%;
}

.banner .img-rwd {
    display: none;
}

.banner-box img {
    display: block;
}

.banner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

.banner .txt {
    position: absolute;
    top: 0;
    padding-top: 40px;
    height: 100%;
    width: 100%;
}

.banner .container {
    height: 100%;
}

.banner figure img {
    width: 100%;
}

.banner ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

.banner ul li {
    position: relative;
    float: left;
    width: 100%;
}

.banner .bx-controls-direction {
    display: none;
}

.banner .bx-controls {
    display: block;
}

.banner .prev-box, .banner .next-box {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    height: 44px;
    z-index: 1000;
}

.banner .prev-box {
    left: 15px;    
}

.banner .next-box {
    right: 14px;    
}

.banner .bx-prev, .banner .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.banner .bx-prev {
    background: green url('/img/frontend/sprite.png') -35px 0 no-repeat;   
}

.banner .bx-next {
    background: green url('/img/frontend/sprite.png') -62px 0 no-repeat;  
}

.banner .prev-box:hover, .banner .next-box:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.banner .bx-controls {
    width: auto;
    position: absolute;
    z-index: 100;
    bottom: 10px;
    right: 10px;
}

.banner .bx-pager {
    float: left;
    padding: 0;
}

.banner .bx-pager .bx-pager-item {
    float: left;
    margin-right: 10px;
}

.banner .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    width: 15px;
    height: 15px;
    background: blue;
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover{
    background: green !important;    
}

.banner-full-screen {
    width: 100%;
    height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
    height: 100% !important;
}

.banner-full-screen {
    height: 100%;
}

.sign-1 {
    width: 319px;
    height: 430px;
    background: url('/img/frontend/icons/img02.png');
    position: absolute;
    bottom: -215px;
    left: 0;
    z-index: 100;
}

.social-box {
    width: 305px;
    height: 96px;
    position: absolute;
    bottom: -48px;
    right: 0;
    z-index: 100;
    background: var(--tlo-szare);
    text-align: center;
    border-radius: 10px 0 0 10px;
}

.social-box a:hover {
    opacity: 0.9;
}

.fb {
    width: 21px;
    height: 40px;
    background: url('/img/frontend/icons/fb.png') center center no-repeat;
    display: block;
}

.tiktok {
    width: 35px;
    height: 40px;
    background: url('/img/frontend/icons/tiktok.png') center center no-repeat;
    display: block;
}

.instagram {
    width: 36px;
    height: 37px;
    background: url('/img/frontend/icons/instagram.png') center center no-repeat;
    display: block;
}

.yt {
    width: 43px;
    height: 30px;
    background: url('/img/frontend/icons/yt.png') center center no-repeat;
    display: block;
}

.social-box {
    padding-top: 28px;
}

.social-box ul {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    list-style: none;
}

.social-box ul li {
    display: inline-block;
    width: auto;
    float: none;
    margin: 0 13px;
    vertical-align: middle;
}

/* *** HOME *** */

.text p:last-child {
    margin-bottom: 0;
}

.text {
    font-size: 22px;
    line-height: 1.5;
}

.content-box-1  {
    padding: 150px 0;
}

.content-box-1 .col-box {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.content-box-1 .description {
    width: 410px;
    max-width: 100%;
    padding-right: 30px;
}

.box-1 {
    position: relative;
    color: #fff;
    display: block;
    height: 345px;
    font-size: 36px;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-right: 50%;
}

.box-1:hover {
    color: #fff;
    opacity: 0.9;
}

.box-1 .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.row0 {
    margin: 0;
}

.row0 > div {
    padding: 0;
}

.box-1a {
    background: #b9cf38;    
}

.box-1b {
    background: var(--tlo-szare);
}

.box-1c {
    background: #009fe3;
}

.box-1d {
    background: #f5a522;
}

.box-1e {
    background: #b3276d;
}

.box-1f {
    background: var(--tlo-szare) url('/img/frontend/icons/img03.png') center center no-repeat;
}

.box-1c, .box-1d {
    padding-right: 0;
    padding-left: 50%;
}

.box-1c .image, .box-1d .image {
    right: auto;
    left: 0;
}

.box-1f {
    padding-right: 0;
}

.box-1 .txt {
    padding: 0 15px;
}

.margin-bottom-1 {
    margin-bottom: 90px;
}

.title {
    font-size: 36px;
    margin-bottom: 90px;
    text-align: center;
}

.logos {
    margin-top: -45px;
}

.logos ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.logos a:hover {
    opacity: 0.9;
}

.logos li {
    margin-top: 40px;
    height: 86px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 12.5%;
    float: left;
}

.logos img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.social-logo {
    text-align: center;
    margin-bottom: 45px;
}

.slider-1 {
    margin-bottom: 45px;
}

.slider-1 a:hover, .slider-2 a:hover {
    opacity: 0.9;
}

.slider-1 img, .slider-2 img {
    width: 100%;
    border-radius: 10px;
}

.content-box-3 {
    position: relative;
}

.sign-3 {
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: #f5a522;
    right: -310px;
    position: absolute;
    top: 50%;
    margin-top: -130px;
}

.sign-4 {
    width: 515px;
    height: 330px;
    border-radius: 0;
    background: #b9cf38;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    bottom: -80px;
    border-radius: 0 10px 10px 0;
}

.slider-1, .slider-2 {
    position: relative;
    z-index: 1;
}

.mask-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, #fff 20%, transparent 100%);
}

.mask-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, transparent 20%, #fff 100%);
}

/* *** FOOTER *** */


footer {
    /*display: none;
    position: fixed;*/
    bottom: 0;
    float: left;
    width: 100%;
    background: whitesmoke;
    padding: 20px 0;
    font-size: 15px;
    color: #404040;
    border-top: solid 1px silver; 
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer a {
    color: #404040;
}

footer a:hover {
    opacity: 0.5;
}

.wrapper {
    width: 830px;
    margin: 0 auto;
    max-width: 100%;
}

footer .row-box {
    margin: 0 -15px;
}

footer .col-box {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
}

footer .col-box > ul > li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

footer .col-box > ul > li > ul > li {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
}

footer .col-box > ul > li > ul {
    padding-top: 20px;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('/img/frontend/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.hamburger-btn-1 {
    width: 68px;
    height: 68px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    z-index: 100;
    background: url('/img/frontend/icons/hamburger-thin.svg') center center no-repeat;
    cursor: pointer;
}

.hamburger-btn-1:hover {
    opacity: 0.9;
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 0;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    background: #fff;
    padding: 0 45px;
    padding-top: 60px;
    display: block;      
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
}

.menu-rsp nav ul ul li:last-child {
    margin-bottom: 0;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: var(--tlo-szare);
    font-size: 20px;
    float: left;  
    width: 100%;
    line-height: normal;
    font-weight: 500;
}

.menu-rsp nav a:hover {
    color: var(--tlo-szare);
    opacity: 0.9;
}

.mail:hover, .close-menu-rwd:hover {
    opacity: 0.9;  
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.menu-rsp nav ul ul {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #dfdfdf;
}

.menu-rsp nav ul ul a {
    font-size: 14px;
    font-weight: normal;
}

.mail {
    width: 36px;
    height: 27px;
    background: url('/img/frontend/icons/img06.png') center center no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}

.close-menu-rwd {
    width: 68px;
    height: 68px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: url('/img/frontend/icons/close.svg') center center no-repeat;
}

/* *** UCZELNIE *** */

.banner-0 {height: 85px; background: black;}

.banner-1 {
    min-height: 500px;
    position: relative;
    background-color: var(--tlo-szare);
}

.banner-1 .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;    
}



.date-small {font-size: 16px;}

.sign-5 {
    width: 13.9%;
    height: calc(100% - 85px);
    background: #b9cf38;
    border-radius: 0 10px 10px 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    bottom: -75px;
    left: 0;
}

.main-content {
    padding: 20px 0;
    float: left;
    width: 100%;
}

.box-2 {
    display: block;
    vertical-align: top;
    position: relative;
    width: 100%;
    float: left;
}

.box-2 figure {
    border-radius: 0 10px 10px 0;
    height: 540px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: calc(50% - 8px);
    float: left;
}

.box-2 figure img {
    width: 100%;
}

.box-2 .description {
    float: right;
    height: 540px;
    padding: 0 130px;
    display: flex;
    align-items: center;
    width: calc(50% - 8px);
}

.box-2 {
    color: #272727;
}

.box-2 .text {
    height: 171px;
    overflow: hidden;
    margin-bottom: 25px;
}

.box-2 .name {
    font-size: 28px;
    font-weight: bold;
}

.btn-1 {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #272727;
    color: #272727;
    padding: 0 27px;
    height: 64px;
    border-radius: 10px;
    line-height: 64px;
    font-size: 20px;
    font-weight: bold;
}

.btn-1:hover, a:hover .btn-1 {
    background: #272727;
    color: #fff;
}

.box-2:hover {
    color: #272727;
}

.box-2:hover figure {
    opacity: 0.9;
}

.box-2-1 figure {
    border-radius: 10px 0 0 10px;
    float: right;
}

.box-2-1 .description {
    float: right;
}

.boxes-1 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

/* *** PRACA W POZNANIU *** */

.row16 {
    margin: 0 -8px;
}

.row16 > div {
    padding: 0 8px;
}

.box-3 {
    display: block;
    border: 1px solid #e2e2e2;
    padding: 23px;
    padding-left: 0;
}

.box-3 figure {
    width: 180px;
    text-align: center;
    padding: 0 15px;
    float: left;
}

.box-3 .description {
    overflow: hidden;
}

.text-1 {
    font-size: 16px;
}

.text-1 h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.text-1 h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.box-3 {
    color: #808080;
}

.box-3 .name {
    color: #272727;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}

.box-3:hover {
    color: #808080;
}

.btn-1-1 {
    height: 44px;
    line-height: 44px;
    border-color: #a3a3a3;
    padding: 0 23px;
    font-size: 16px;
}

.box-3 {
    margin-bottom: 16px;
}

.boxes-3 {
    margin-bottom: -16px;
    float: left;
    width: 100%;
}

/* *** SPOTY *** */

.spoty-ikonka {
 width: 30px;
 height: auto;
}

.markerphoto {
 width: 250px;
 height: auto;
}

.wrapper-2 {
    width: 736px;
    margin: 0 auto;
    max-width: 100%;
}

.content-box-5 .txt-1 {
    font-size: 28px;
    font-weight: 500;
}

.map-box-1 {
    height: 695px;
}

.map-box-1 img {
    max-width: none;
    max-height: none;
}

.map-box-1 iframe {
    width: 100%;
    height: 100%;
    border: none;
}


.map-box-2 {
    height: 500px;
}

.map-box-2 img {
    max-width: none;
    max-height: none;
}

.map-box-2 iframe {
    width: 500px;
    height: 500px;
    border: none;
}

.content-box-6 {
    padding-top: 45px;
}

.legend ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 22px;
    text-align: center;
}

.legend a {
    color: #272727;
}

.legend a:hover {
    color: #272727;
    opacity: 0.9;
}

.legend li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 100px;
}

.legend ul li:first-child {
    margin-left: 0;
}

.legend figure {
    display: inline-block;
    vertical-align: middle;
}

.legend .txt {
    margin-left: 40px;
    display: inline-block;
    vertical-align: middle;
}

/* *** SPIS UCZELNI *** */

.boxes-4 .col-box {
    width: 33.3333%;
    float: left;
}

.box-4 {
    position: relative;
    display: block;
    height: 420px;
    background: var(--tlo-szare);
    color: #fff;
}

.box-4 .description-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 45px;
    display: flex;
    align-items: flex-end;
}

.box-4 .description-1 {
    opacity: 1;  
}

.box-4-1 {
    display: none;
}

.box-4:hover {
    color: #fff;
}

.box-4 .name {
    font-size: 24px;
    font-weight: bold;
}

.box-4 .txt-1 {
    margin-top: 27px;
}

.box-4 .txt-2 {
    margin: 40px -45px -40px -45px;
    padding: 25px 45px 23px 45px;
    background: #ffffff;
    color: var(--tlo-szare);
    text-align: right;
    font-size: 18px;
    font-weight: 500;
}

.box-4-orange {
    background: #f5a522;
}

.box-4-orange .txt-2 {
    color: #f5a522;
}

.box-4-green {
    background: #b9cf38;
}

.box-4-green .txt-2 {
    color: #b9cf38;
}

.box-4-pink {
    background: #b5457d;
}

.box-4-pink .txt-2 {
    color: #b5457d;
}

/* *** KALENDARIUM *** */

.table-box {
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    overflow: hidden;
}

.table-box table {
    width: 100%;
    border-spacing: 0 0;
    border: none;
}

.table-box table td {
    padding: 19px 19px 16px 19px;
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
}

.table-box table tr:first-child td {
    border-top: none;
}

.table-box table tr td:first-child {
    border-left: none;
}

.table-box table tr:nth-child(odd) td {
    background: #fafafa;
}

.table-box .txt-3 {
    font-size: 18px;
    color: #808080;
}

.table-box .txt-2 {
    text-align: center;
}

.table-box .txt-2 span {
    font-size: 22px;
    display: block;
}

.td-1, .td-2, .td-3 {
    width: 90px;
    color: #fff;
}

.table-box .txt-1 {
    font-size: 22px;
    white-space: nowrap;
    font-weight: bold;
    width: 0;
    transform: rotate(-90deg); 
}

.td-2 {
    background: #b9cf38 !important;
}

.td-1 {
    background: #f5a522 !important;
}

.td-3 {
    background: #009fe3 !important;
}

/* *** POZNAJ SIĘ NA SOBIE *** */

.slider-buttons .btn-1 {
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    display: inline-block;
    min-width: 125px;
    text-align: center;
    padding: 0 10px;
    margin-left: 30px;
    position: relative;
}

.slider-buttons .swiper-button-next:after, .slider-buttons .swiper-button-prev:after {
    display: none;
}

.slider-buttons {
    width: 100%;
    text-align: right;
}

.slider-3 .swiper-pagination {
    position: relative;
    bottom: 0;
    position: relative;
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
}

.slider-3 .swiper-pagination:after {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    display: block;
    content: "";
    left: 0;
    margin-top: -1px;
    background: #cecece;
}

.slider-3 .swiper-pagination-bullet {
    position: relative;
    z-index: 2;
    width: 12px !important;
    height: 12px !important;
    margin: 0;
    background: #fff !important;
    opacity: 1;
    border: 1px solid #a4a4a4 !important;
}

.slider-3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.slider-3 .swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;    
    background: #a3a3a3 !important;
    border: 1px solid #a3a3a3 !important;
}

.table-box-1 {
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    overflow: hidden;
}

.table-box-1 table {
    width: 100%;
    border-spacing: 0 0;
    border: none;
}

.table-box-1 table td {
    padding: 19px 19px 16px 19px;
    border-top: 1px solid #a3a3a3;
    border-left: 1px solid #a3a3a3;
    font-size: 18px;
}

.pages {
    text-align: right;
    color: #808080;
    font-size: 18px;
    margin: -25px 0 25px 0;
}

.table-box-1 table td .txt-1 {
    color: #808080;
}

.slider-buttons {
    padding-top: 45px;
}

.table-box-1 table tr:first-child td {
    border-top: none;
}

.table-box-1 table tr td:first-child {
    border-left: none;
}

.td-bg-gray {
    background: #e2e2e2;
}

/* *** POLITECHNIKA POZNANSKA *** */

.z-wrapper {
    width: 830px;
    margin: 0 auto;
    max-width: 100%;
}

.z-social-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.z-social-box a:hover {
    opacity: 0.9;
}

.z-social-box li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.z-social-box a {
    display: block;
}

.z-ig {
    background: url('/img/frontend/icons/ig-1.png') center center;
    width: 47px;
    height: 48px;
}

.z-ln {
    background: url('/img/frontend/icons/ln-1.png') center center;
    width: 47px;
    height: 48px;
}

.z-www {
    background: url('/img/frontend/icons/www.png');
    width: 46px;
    height: 47px;
}

.z-fb {
    background: url('/img/frontend/icons/fb-1.png');
    width: 44px;
    height: 43px;
}

.z-yt {
    background: url('/img/frontend/icons/yt-1.png');
    width: 53px;
    height: 37px;
}

.z-tt {
    background: url('/img/frontend/icons/tt-1.png');
    width: 58px;
    height: 58px;
}

.z-twitter {
    background: url('/img/frontend/icons/twitter-1.png');
    width: 58px;
    height: 44px;
}

.z-content-box {
    margin-bottom: 55px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.z-btn-1 {
    font-size: 16px;
    font-weight: bold;
    color: var(--tlo-szare);
}

.z-button-box-1 {
    margin-top: 55px;
}

.z-more {
    margin-top: 25px;
    display: none;
}

.z-title {
    position: relative;
    overflow: hidden;
    padding: 19px 0 17px 0;
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 28px;
    padding-left: 16px;
}

.z-title:after {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: block;
    z-index: -1;
    content: "";
    background: #f39803;
    position: absolute;
    left: -36px;
    top: 50%;
    margin-top: -36px;
}

.z-content-box-7 .text {
    padding: 0 50px;
}

.z-video video {
    width: 100%;
    height: 470px;
}

.z-box-1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.z-box-1 .txt {
    padding-top: 20px;
}

.z-map iframe {
    width: 100%;
    height: 100%;
}

.z-map img {
    max-width: none;
    max-height: none;
}

.z-map {
    width: 440px;
    height: 440px;
    display: inline-block;
    vertical-align: middle;
}

.z-box-2 .description {
    display: inline-block;
    padding-left: 40px;
    vertical-align: middle;
    width: calc(100% - 450px);
}

.z-social-box ul li:last-child {
    margin-right: 0;
}

.z-social-box-1 {
    margin: 55px 0 0 0;
}

.slider-4 .text {
    padding-bottom: 60px;
}

.slider-4 figure {
    float: left;
    width: 60%;
}

.slider-4 .description {
    overflow: hidden;
    padding-left: 40px;
}

.z-nav-1 {
    width: 97px;
    height: 45px;
    position: relative;
    margin-top: -45px;
    margin-left: calc(60% + 40px);
    float: left;
}

.z-nav-1  .swiper-button-next:after, .z-nav-1 .swiper-container-rtl .swiper-button-prev:after, .z-nav-1 .swiper-button-prev:after, .z-nav-1 .swiper-container-rtl .swiper-button-next:after {
    color: #272727;
}

.z-nav-1 .swiper-button-prev, .z-nav-1 .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.z-nav-1 .swiper-button-next, .z-nav-1 .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.table-box-1 td {
    position: relative;
}

.table-box-1 .z-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.table-box-1 .z-checkbox label {
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 3px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.table-box-1 .z-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}


.table-box-1 .checked + label {
    background: #e2e2e2;
}


/* slider */
.banner .img-rwd, .banner .img-desktop {
    width: 100%;
    }
    
    .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    }
    
    .swiper-pagination-bullet-active {
    background: #b3276d;
    }
    
    .banner .txt {
    z-index: 1000;
    }
    
    .banner .swiper-pagination {
    z-index: 1001;
    } 
/* slider end */

/* Quiz Soft Prawidłowy*/

.xx-boxes {
    width: 830px;
    margin: 0 auto;
    max-width: 100%;
}

.xx-box {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 40px;
}

.xx-boxes-1 {
    display: inline-block;
    vertical-align: top;
    margin: 0 -8px;
    padding: 40px 0;
    width: calc(100% + 16px);
}

.xx-boxes-1 .col-box {
    float: left;
    padding: 0 8px;
    width: 16.6666%;
}

.xx-box .xx-txt {
    text-align: center;
    font-size: 18px;
    color: #808080;
}

.xx-box-1 {
    height: 55px;
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.xx-box-1 .iradio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
}

.xx-box-1 label {
    position: absolute;
    top: 0;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 0;
    width: 100%;
    height: 100%;
}

.xx-box-1 .iradio.checked {
    background: #b9cf38;
}

.xx-box-1 .iradio.checked + label {
    color: #fff;
}

.body-contrast .xx-txt {
    color: #ffed00 !important;
}

.body-contrast .xx-box-1, .body-contrast .xx-box {
    border-color: #ffed00 !important;
}

.body-contrast .xx-box-1 .iradio.checked {
    background: #ffed00;
}

.body-contrast .xx-box-1 .iradio.checked + label {
    color: #000;
}

.body-font-small .xx-box-1 label {
    font-size: 20px;
}

.body-font-large .xx-box-1 label {
    font-size: 24px;
}

.body-font-small .xx-box .xx-txt {
    font-size: 16px;
}

.body-font-large .xx-box .xx-txt {
    font-size: 20px;
}
/* Quiz Soft END */


/* *** 11.10 *** */

.text h2 {
    font-size: 28px;
    margin-bottom: 50px;
}

.x-content-box-1 ul {
    padding-left: 45px;
    margin-bottom: 75px;
}

.x-content-box-1 ul li {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    padding-left: 12px;
    position: relative;
}

.x-content-box-1 .text ul li:first-child {
    margin-top: 0;
}

.x-content-box-1 .text ul li:after {
    width: 5px;
    height: 5px;
    background: #272727;
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    border-radius: 50%;
    left: 0;
}

.x-nav-tabs-1 {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 85px;
}

.x-nav-tabs-1 a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    height: 92px;
    padding: 2px 5px 0 5px;
    font-size: 20px;
    color: #272727;
}

.x-nav-tabs-1 .current a, .x-nav-tabs-1 a:hover {
    background: #b9cf38;
    color: #fff;
}

.x-nav-tabs-1 ul {
    margin: 0 -7px;
    padding: 0;
    list-style: none;
}

.x-nav-tabs-1 li {
    width: 33.3333%;
    padding: 0 7px;
    float: left;
}

.x-cont-box {
    display: none;
}

.body-contrast .x-nav-tabs-1 a {
    color: #ffed00 !important;
    border-color: #ffed00 !important; 
}

.body-contrast .x-nav-tabs-1 .current a, .body-contrast .x-nav-tabs-1 a:hover {
    background: #ffed00 !important; 
    color: #000 !important; 
}

.body-font-small .x-nav-tabs-1 a {
    font-size: 18px;
}

.body-font-large .x-nav-tabs-1 a {
    font-size: 22px;
}

.body-font-small .text h2 {
    font-size: 26px;
}

.body-font-large .text h2 {
    font-size: 30px;
}

.body-font-small .text h3 {
    font-size: 26px;
}

.body-font-large .text h3 {
    font-size: 30px;
}

@media only screen and (max-width: 992px) {
    .x-content-box-1 .text ul li:after {
        top: 10px;
    }
}

@media (max-width: 767px) {
    .x-nav-tabs-1 li {
        width: 100%
    }
    
}





/*Negatyw fot cz/b - robi ikonkę na stronie z miniaturki logo */

.szarosc-nega {
    -webkit-filter: saturate(300%)  grayscale(100%) invert(100%);
    -moz-filter: saturate(300%) grayscale(100%) invert(100%);
    -o-filter: saturate(300%) grayscale(100%) invert(100%);
    -ms-filter: saturate(300%)  grayscale(100%) invert(100%);
    filter: saturate(300%) grayscale(100%) invert(100%);
}

.bezpaska {overflow: hidden; width: 95%;} /* Usuwanie paska przewijania na divach źle wymierzonych pod iPhone */ 

.greenfilter {filter: invert(94%) sepia(32%) saturate(3894%) hue-rotate(9deg) brightness(101%) contrast(61%);}
.pinkfilter {filter: invert(39%) sepia(11%) saturate(3033%) hue-rotate(277deg) brightness(92%) contrast(91%);}
.orangefilter {filter: invert(68%) sepia(85%) saturate(663%) hue-rotate(341deg) brightness(97%) contrast(97%);}
.navyfilter {filter: invert(18%) sepia(54%) saturate(2688%) hue-rotate(197deg) brightness(104%) contrast(105%);}
.bluefilter {filter: invert(52%) sepia(90%) saturate(917%) hue-rotate(163deg) brightness(92%) contrast(93%);}

/*Czy wiesz, że (dwie kolumny) */
.czywieszze {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
 
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
 }

 /* Gradient doslidera */

 .banner .txt:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000, transparent);
    content: "";
    display: block;
    opacity: 0.5;
}

.banner .container {
    position: relative;
    z-index: 2;
}

.wartosc {font-weight: 500; text-align: right;}
tr {border-bottom: solid 1px silver;}

.realizacje .news-item .news-date {font-size: 12px; color: silver; display: none;}
.realizacje .news-item .news-link {font-size: var(--fontsize); display: none;}
.realizacje .news-item .news-title {width: 100%; border-top: solid 1px silver;}
.realizacje .news-item .news-title h4 {color: #202020; position: relative; top:6px;}

.knowledge .news-item {position: relative; border: solid 0 silver; border-radius: 0; padding: 10px; margin-bottom: 10px; background: white;}
.knowledge .news-item figure {display: block; width: 100%; margin-bottom: 9px;}
.knowledge .news-item figure img {display: block; position: relative; z-index: 2; background: #404040; border-radius: 15px;}
.knowledge .news-item .news-title {display: inline-block; position: absolute; top: 20px; width: 100%; vertical-align: bottom;align-items: bottom; z-index: 3;}
.knowledge .news-item .news-title h4 {
    margin-left: 20px; 
    width: 80%; 
    text-align: left; 
    position: relative; 
    font-family: 'organettobold_semiext';
    color: white;
    font-size: 30px; 
    text-shadow: 2px 2px 5px #000000;
}
.knowledge .news-date {font-size: 12px; width: 100%; text-align: right; position: relative; color: gray;}
.knowledge .news-text, .news-text p {font-size: var(--fontsize); color: #808080}
.knowledge .news-link {display: none;}
.knowledge .news-item:hover {opacity: 0.7;}

@media (min-width: 790px) {
    .news-title {min-height: 80px;}
}
@media (max-width: 789px) {
    .news-title {padding-top: 50px;}
}

/* dodatki funkcjonalne */

@media only screen and (min-width: 990px) {
    .only-mobile {display: none;}
}

@media only screen and (max-width: 989px) {
    .only-desktop {display: none;}
}

.logo-menu-rwd {display: block; width: 50%; height: auto; float: left; position: relative; top: -40px; left: -30px;}

.logo-mobilne {z-index: 3; position: fixed; left: 0px; top: 0px; width: 100%; height: 70px; background: rgba(255,255,255,0.9); padding-left: 10px; padding-top: 8px; box-shadow: 0 0 15px silver;}
.image-logo-mobile { max-width: 190px !important; height: auto;}
.breadcrumb {background: whitesmoke; padding: 7px;}
.breadcrumb-item, .breadcrumb-item a {color: #202020 !important; text-decoration: none;}



/* ze starego KN */

.wiersz {font-size: 21px;}
p {font-size: 21px;}

@media only screen and (max-width: 899px) {
 .in-homebox, .homebox {font-size: 23px;}
 .row {font-size: 23px;}
 .stopkowo {font-size: 16px; padding: 0;}
 .camera_caption_title {padding-top: 30px;}
}

@media only screen and (min-width: 900px) {
 .in-homebox, .homebox {font-size: var(--tx-mobis);}
 .row {font-size: 1.2em;}
 .stopkowo {font-size: var(--tx-mobis); padding: 0;}
 .camera_caption_title {padding-top: 70px;} 
}

.homeszerokosc {
    position: relative;
    width: 98vw;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    /*background-color: var(--niebieski);*/
    background-color: white;
    padding-top: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 10px;
   }
   
   .in-homebox {
     height: 100%;
     background-color: #707070;
     padding: 15px;
     border-radius: 6px;
     border: solid 1px silver;
       -webkit-box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.75);
       -moz-box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.75);
       box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.75);  
   }
   
   .in-homebox:hover {
       -webkit-box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.95);
       -moz-box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.95);
       box-shadow: 0px 10px 30px -13px rgba(0,0,0,0.95);  
   }
   
   .in-homebox H3 {color: gold; font-size: 30px; margin-top: 10px;font-family: 'Open Sans'; font-weight: 300;}
   .in-homebox p {color: white;}
   .in-homebox img {margin-top: 20px;}

   
   /* The element to apply the animation to */
   .in-homebox {
     animation-name: pojawianie;
     animation-duration: 2s;
   }
   
   @media only screen and (max-width: 499px) {
    .homebox {text-align: center; padding: 10px 0 15px 0;}
   }
   @media only screen and (min-width: 500px) {
    .homebox {text-align: center; padding: 15px 15px 20px 15px;}	
   }

   
/* LOGO SLAJDER PO CSSIE */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 14));
            transform: translateX(calc(-250px * 14));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 14));
            transform: translateX(calc(-250px * 14));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0);
  border-top: solid 1px silver;
  border-bottom: solid 1px silver;
  padding: 20px;
  height: 140px;
  margin: auto;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  max-width: var(--szerokosc);
}

.slider::before, .slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 140px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
  display: -webkit-box;
  display: flex;
  width: calc(250px * 19);
}
.slider .slide {
  height: 140px;
  width: 250px;
}

.imicz {filter: grayscale(100%);}
.imicz:hover {filter: grayscale(0%);}

.button {display: block; width: 60%; max-width: 250px; padding: 10px; border: solid silver 1px;color: white;background:#1d58bb;margin: auto;margin-top: 10px;border-radius: 5px;text-align: center;}
.button:hover {width: 61%; max-width: 251px; }
blockquote {border-left:5px solid #006400; padding-left: 20px; margin: 50px 0 50px 0;font-style: italic; color: #006400;}

.colsy {margin-bottom: 25px !important;}

.filter-green{filter: invert(38%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(100%);}
.filter-red{filter: invert(19%) sepia(61%) saturate(6673%) hue-rotate(357deg) brightness(95%) contrast(126%);}
.filter-gray{filter: invert(49%) sepia(8%) saturate(14%) hue-rotate(327deg) brightness(93%) contrast(93%);}
.filter-gold{filter: invert(70%) sepia(70%) saturate(1436%) hue-rotate(357deg) brightness(101%) contrast(101%);}
.filter-magenta{filter: invert(26%) sepia(82%) saturate(4668%) hue-rotate(283deg) brightness(99%) contrast(143%);}
.filter-white {filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(196deg) brightness(101%) contrast(88%);}
.icosoc {filter: invert(49%) sepia(8%) saturate(14%) hue-rotate(327deg) brightness(93%) contrast(93%);}


.notification {
 width: 100%;
 padding: 20px;
 background: #1d58bb;
 color: white;
 font-size: 20px;
 border-radius: 12px;
 margin: auto;
}

.techniki {display: flex; flex-wrap: wrap; margin-bottom: 40px; max-width: 100%;}
.tech {text-align: center; font-size: 18px; padding: 10px;}
.minilogo {height: 50px;}

/* REALIZACJE LISTING */
.realizacje {padding: 20px;text-align: center;}
.realizacje div:hover {background-color: whitesoke;}
.realizacje a {color: red;text-decoration: none;font-family: 'Roboto', sans-serif; font-size: 30px;}
.realizacje a:hover {color: black;text-decoration: none;font-family: 'Roboto', sans-serif; font-size: 30px;}
.pixrealizacje {margin-top: 20px;}

/*KORMORAN*/
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	border-radius: 7px;		
}

.realizacje figure img, .pikczer figure img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.realizacje figure:hover img, .pikczer figure:hover img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
/*KONIEC KORMORANA*/

/*TO TOP*/

#totopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 30px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #totopBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

  /* Listing do seo */
.listing {padding-left: 0;}
.listing li {
	background: url('https://kompu.net/images/ikony/magnifier.svg') no-repeat 5px 10px transparent;
	background-position: left 0 top 5px;
	background-size: 16px;
	background-padding-top: 10px;
    list-style-type: none;
    margin-top: 10px;
	margin-bottom: 10px;
    padding: 0 0 0 40px;
    vertical-align: middle;
    font-size: 20px;
}

  /* teraz dodane */
  .tytul {width: 100%; text-align: center; font-family: 'Roboto', sans-serif; font-size: 50px; color: var(--niebieski); margin-bottom: 30px;}

  .body-active header {
    background: rgba(0,0,0,0.4);
    animation-name: pojawianie; 
    animation-duration: 1s;
    -webkit-animation: 1s pojawianie;}
  .body-active header li a {color: white;}

  .comeback {padding: 6px 25px 6px 25px; background: gray; border-radius: 7px; color: white; text-align: center; outline: none;}
  .comeback:hover {color: white; opacity: 0.7; outline: none;}
  .comeback:active { outline: none;}
  .comeback:visited { outline: none;}

  .home-obszary-tytul {margin-top: 20px !important;}
  .home-obszary-kafle {margin-bottom: 40px !important;}

  @media (max-width: 1024px) {
    .news-title h4 {font-size: 24px !important;}
  }

  @media (max-width: 768px) {
    .news-title h4 {font-size: 24px !important; position: relative; top: -50px;}
  }


  /* Na 404 Lista błędnych */
.listing404 {display: flex; flex-direction: row; justify-content: center; width: 100%; flex-wrap: wrap; border-top: solid silver 1px;border-bottom: solid silver 1px; padding: 30px 0 30px 0;}
.lista404 {display: inline-block; font-size: 22px; padding: 20px; border-radius: 8px; margin: 10px; text-align: center; width: 350px; height: 120px; vertical-align: center;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.45);
  box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.45);
}
.lista404 {font-weight: bold; text-decoration: none; color: var(--niebieski); background: whitesmoke;}
.lista404:hover {font-weight: normal; background: var(--niebieski); animation-name: pojawianie; animation-duration: 1s; -webkit-animation: 1s pojawianie; color: white;}
/* Na 404 Lista błędnych KONIEC*/


/* Cookies Bar */
#cookiesBar a {
    color: #fff !important;
    font-size: 15px !important;
    text-decoration: underline;
}

#cookiesBar a:hover {
    color: #fff;
    text-decoration:none;
}

#cookiesBar {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 15px;
    z-index: 200;
    border-top:1px solid #fff;
    color: #fff;
    background: rgba(0,0,0,0.5) !important;
    text-align: center;
    font-size: 14px;
}
#cookiesBar .wrapper-1 {
	width:100%;
}
#cookiesBarWrap {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}
#cookiesBarWrap p {
    font-size: 15px !important;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    color: white !important;
}

.obrazek {max-width: 100%; margin-bottom: 10px;border: solid 1px black;	
	-webkit-box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.75);}
.bezramki {border: none !important;}
.header-inner {width: var(--szerokosc); max-width: 100%;margin: auto;vertical-align: bottom;}
.page-header {width: var(--szerokosc); max-width: 100%; margin: auto;vertical-align: bottom;}

/* Na stronie artykuły - minigaleria */
.flekswrap {display: flex; width: 100%; margin: auto; justify-content: space-around; flex-direction: row; flex-wrap: wrap;}
.minigaleria {display: inline-block; min-width: 220px; height: 300px; background-size: cover !important; border: solid 1px silver; margin: 5px; border-radius: 5px;	-webkit-box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.45);
    box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.45);}
/* Na stronie artykuły - minigaleria - koniec */
