/**********************************************************************/
/* Plik CSS wspoldzielony miedzy WSZYSTKIMI multisite-ami             */
/**********************************************************************/



/** NEWSLETTER  ---------------------------------------------------- **/
.component.popup_newsletter{
    padding: 10px;
}

/** KOMUNIKATY  ---------------------------------------------------- **/
*:not(#updater) > span.notice,
*:not(#updater) > span.error,
*:not(#updater) > span.warning,
*:not(#updater) > span.information{
    padding: 10px 8px 10px 38px;
    margin: 1px 0 1px 2px;
    text-align: left;
    text-align: left;
    font-weight: normal;
    text-shadow: 0 0;
    cursor: default;
    display: block;    
    position: relative;
}

*:not(#updater) > span.error{
    border: 1px solid crimson;
    background-color: #ffffae;
    color: crimson;    
}

*:not(#updater) > span.warning{
    border: 1px solid #e67e00;
    background-color: lightyellow;
    color: #e67e00;
}

*:not(#updater) > span.notice{
    border: 1px solid green;
    background-color: #ccffcc;
    color: green;
}

*:not(#updater) > span.information{
    border: 1px solid SlateBlue;
    background-color: lavender;
    color: DarkSlateBlue;
}

*:not(#updater) > span.notice:before,
*:not(#updater) > span.error:before,
*:not(#updater) > span.warning:before,
*:not(#updater) > span.information:before{
    color: inherit;
    font-family: 'Icomoon';
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 20px;
    font-weight: normal;
    transform: translateY(-50%);
}

*:not(#updater) > span.notice:before{ 
    content: '\e261';
}

*:not(#updater) > span.error:before{ 
    content: '\e251';
}

*:not(#updater) > span.warning:before{
    content: '\e24f';
}

*:not(#updater) > span.information:before{ 
    content: '\e25c';
}

.show-delayed {
    animation-name: show-delayed;
    animation-duration: 0.35s;
    animation-delay: 5s;
    opacity: 0;
    animation-fill-mode: forwards; 
    z-index: 14;
}

@keyframes show-delayed {
    from {opacity: 0;}
    to {opacity: 1;}
}


.hide-delayed {
    animation-name: hide-delayed;
    animation-duration: 1s;
    animation-delay: 5s;
    opacity: 1;
    animation-fill-mode: forwards; 
}

@keyframes hide-delayed {
    from {opacity: 1;}
    to {opacity: 0;}
}

/* push */

.modal-wrapper > .modal
{
    position: fixed;
    top: 25%;
    bottom: 25%;
    left: 35%;
    right: 35%;
    z-index: 15;
    background-color: #fff;
    box-shadow: 0 0 35px #000;
    color: #242424;
    font-size: 125%;
    line-height: 150%;
    padding: 25px 50px;
    box-sizing: border-box;    
    text-align: center;
    overflow: auto;
}

.modal-wrapper > .modal:after
{
    content: '×';
    position: fixed;
    top: 25%;
    right: 35%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    display: block;
    z-index: 16;
}

.modal-wrapper > .modal:after:hover
{
    background-color: #e3e3e3;
    color: #000;
    cursor: pointer;
}

.push_icon {
    bottom: 90px;
    display:block;
    position: fixed;   
    right: 10px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 25px;
    z-index: 20;
    opacity: 0.5;
}

.push_icon:after{
    content: "\e65d";
    font-family: Pe-icon-line;
    display: block;   
    color: #fff;
    background: #007C36;
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    float: right;
    text-indent: 0;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
}

@media screen and (max-width: 1210px){
    div.accesible > div.notifications,
    .push_icon{
        display:none;
    }
}


.mobile-menu > a.mobile-icon-push:before {
    display: block;
    content: "\e65d";
    font-family: Pe-icon-line;
}

/* push */

/** ZALACZNIKI ----------------------------------------------------- **/
.zalacznik_embeded{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 5px 0 5px 50px;
    margin: 0 0 5px 0;
    display: block;
    min-height: 38px;
    color: inherit;
    text-decoration: inherit;
    font-family: inherit;
}

article .tresc a.zalacznik_embeded{ 
    display: block;
}

a.zalacznik_embeded{
    font-size: 16px !important;
    line-height: 125%;
    font-family: 'Fira Sans',Arial;
    font-weight: normal;
}

a.zalacznik_embeded strong {
    padding: 0px !important;    
    display: inline-block; 
}

a.zalacznik_embeded .size {
    position: relative;
    top: 0px;
    font-size: 14px !important;
}

@media screen and (max-width: 1210px){
	body .naglowek_homepage {
		height: auto !important;
	}
}

/* menu */

.block:not(.sel) span.tytul_menu {
    color: black;
}

@media screen and (max-width: 1210px){
	.mainMenu:not(.simplified) .block .sub-block-menu > ul {
		width: 100% !important;
	}
}

/* end menu */

/* light menu */

.mainMenu.simplified .block > .sub-block-menu {
    height: auto !important;
}

.mainMenu.simplified.light .block > .sub-block-menu {
    width: 200px;
    right: auto;
    margin: 0px 0px;
    left: auto;
    overflow:visible;
    box-shadow: none;
    padding: 0px;
    border: none !important;
}


.mainMenu.simplified.light .block .sub-block-menu > ul > li {
    width: 100%;
    margin: 0px; 
}

.mainMenu.simplified.light .block .sub-block-menu ul > li a {
    text-transform: capitalize;
    font-size: 16px;
    color: inherit;
}

.mainMenu.simplified:not(.light) ul.level-2-wrapper {
    background: transparent;
}

.mainMenu.simplified:not(.light) ul.level-2-wrapper li a{
    color:white;
}

.mainMenu.simplified.light ul.level-2-wrapper {
    padding-left: 0px;
    margin-left: 0px;
}

.mainMenu.simplified ul.level-2-wrapper {
    margin-left: 0px;
    padding:0px;
}

.mainMenu.simplified.light .block .sub-block-menu > ul li {
    position:relative;
}


.mainMenu.simplified.light .level-2,
.mainMenu.simplified.light .level-3,
.mainMenu.simplified.light .level-4, 
.mainMenu.simplified.light .level-5 {
    background: inherit;
}

.mainMenu.simplified.light .block .sub-block-menu .level-2-wrapper,
.mainMenu.simplified.light .block .sub-block-menu .level-3-wrapper,
.mainMenu.simplified.light .block .sub-block-menu .level-4-wrapper{
    display:none;
    background: inherit;
    right: -200px;
    position: absolute;
    width:200px;
    top:0px;
}

.mainMenu.simplified.light .block + .block + .block + .block + .block + .block + .block + .block .sub-block-menu .level-2-wrapper,
.mainMenu.simplified.light .block + .block + .block + .block + .block + .block + .block + .block .sub-block-menu .level-3-wrapper,
.mainMenu.simplified.light .block + .block + .block + .block + .block + .block + .block + .block .sub-block-menu .level-4-wrapper{	
    left: -200px;   
}


.mainMenu.simplified.light .block .sub-block-menu .level-1-wrapper > li a:focus + ul,
.mainMenu.simplified.light .block .sub-block-menu .level-2-wrapper > li a:focus + ul,
.mainMenu.simplified.light .block .sub-block-menu .level-3-wrapper > li a:focus + ul,
.mainMenu.simplified.light .block .sub-block-menu .level-4-wrapper > li a:focus + ul,
.mainMenu.simplified.light .block .sub-block-menu .level-opened,
.mainMenu.simplified.light .block .sub-block-menu .opened,
.mainMenu.simplified.light .block .sub-block-menu .level-1.opened ul,
.mainMenu.simplified.light .block .sub-block-menu .level-2.opened ul,
.mainMenu.simplified.light .block .sub-block-menu .level-3.opened ul,
.mainMenu.simplified.light .block .sub-block-menu .level-4.opened ul,
.mainMenu.simplified.light .block .sub-block-menu .level-1.level-opened > ul,
.mainMenu.simplified.light .block .sub-block-menu .level-2.level-opened > ul,
.mainMenu.simplified.light .block .sub-block-menu .level-3.level-opened > ul,
.mainMenu.simplified.light .block .sub-block-menu .level-4.level-opened > ul,
.mainMenu.simplified.light .block .sub-block-menu .level-1-wrapper > li:hover > ul,
.mainMenu.simplified.light .block .sub-block-menu .level-2-wrapper > li:hover > ul,
.mainMenu.simplified.light .block .sub-block-menu .level-3-wrapper > li:hover > ul,
.mainMenu.simplified.light .block .sub-block-menu .level-4-wrapper > li:hover > ul{
    display:block !important;
}

.mainMenu.simplified.light .block .sub-block-menu .level-opened > a,
.mainMenu.simplified.light .block .sub-block-menu ul > li:hover > a,
.mainMenu.simplified.light .block .sub-block-menu ul > li a:focus {
    background: white !important;
    color: black;
}

.mainMenu.simplified.light .level-1 > a,
.mainMenu.simplified.light .level-2 > a,
.mainMenu.simplified.light .level-3 > a,
.mainMenu.simplified.light .level-4 > a{
    padding: 7px 10px 7px 15px;
}


@media screen and (max-width: 1210px){
    .mainMenu.simplified.light .block > .sub-block-menu {
        width: 100%;
    }
    
}


.mainMenu.simplified:not(.light) .block > .sub-block-menu {
    background: white !important;
}

.mainMenu.simplified:not(.light) .block .sub-block-menu ul {
    border-top: 5px solid white;
}

@media screen and (min-width: 1210px){
	.mainMenu.simplified:not(.light) .block .sub-block-menu > ul > li a {
		align-items: flex-start;
	}
}

.mainMenu.simplified:not(.light) .block .sub-block-menu ul.level-2-wrapper > li a ,
.mainMenu.simplified:not(.light) .block .sub-block-menu ul.level-3-wrapper > li a ,
.mainMenu.simplified:not(.light) .block .sub-block-menu ul.level-4-wrapper > li a {
    background: white !important;
    color: black;
	border-radius: 0px;
}

.mainMenu.simplified:not(.light) .block .sub-block-menu ul.level-2-wrapper > li a:hover ,
.mainMenu.simplified:not(.light) .block .sub-block-menu ul.level-3-wrapper > li a:hover ,
.mainMenu.simplified:not(.light) .block .sub-block-menu ul.level-4-wrapper > li a:hover {
	color:red;
}

.mainMenu.simplified:not(.light) .block .sub-block-menu > ul.level-1-wrapper > li.level-1:hover,
.mainMenu.simplified:not(.light) .block .sub-block-menu > ul.level-1-wrapper > li.level-1 > a:hover,
.mainMenu.simplified:not(.light) .block .sub-block-menu > ul.level-1-wrapper > li.level-1 > a:focus {
    background: red!important;
    color: white !important;
}

.mainMenu.simplified:not(.light) ul.level-3-wrapper {
    margin: 0px !important;
}

body .mainMenu.simplified.light .block .sub-block-menu ul > li:hover > a,
body .mainMenu.simplified.light .block .sub-block-menu > ul > li a:hover {
    background: white !important;
    color: black !important;
}


.mainMenu:not(.simplified) .level-1:hover > a,
.mainMenu:not(.simplified) .level-2:hover > a, 
.mainMenu:not(.simplified) .level-3:hover > a {
    background: red !important;
}

.mainMenu:not(.simplified) .level-1:hover > a,
.mainMenu:not(.simplified) .block .sub-block-menu > ul > li:hover > a,
.mainMenu:not(.simplified) .level-1:hover > a,
.mainMenu:not(.simplified) .tiled-list > * > a:hover,
.mainMenu:not(.simplified) .level-1:hover > a,
.mainMenu:not(.simplified) .level-2:hover > a,
.mainMenu:not(.simplified) .level-3:hover > a,
.mainMenu:not(.simplified) .level-1 > a:hover,
.mainMenu:not(.simplified) .level-2 > a:hover,
.mainMenu:not(.simplified) .level-3 > a:hover {
    background: red !important;
    color: white !important;
}


@media screen and (min-width: 1210px){
	body .mainMenu.simplified:not(.light) .block .sub-block-menu > ul > li a {
		background: inherit !important;
		color: inherit;	
	}
}

.mainMenu.simplified.light .block .sub-block-menu ul > li:hover > a {
    outline: 1px solid red;
    outline-offset: -2px;
}


.mainMenu .block > .sub-block-menu {
    padding: 15px 20px 10px 20px;
    box-sizing: border-box;
}

.mainMenu .block .sub-block-menu > ul {
    padding: 0px;
}

.mainMenu .block div.extra-box {
    padding: 0 10px 0px 20px;
}

.mainMenu:not(.simplified) .block .sub-block-menu > ul {
    width: 300px;
}

.mainMenu .block .level-1 a + div.extra-box, .mainMenu .block .level-2 a + div.extra-box,
.mainMenu .block .level-3 a + div.extra-box, .mainMenu .block .level-4 a + div.extra-box {
    left: 320px;
}

.mainMenu .block .sub-block-menu > ul + .extra-content {
    width: 74.13%;
}

/* end light menu */


/* szczegoly dnia fix */

body .occurances-day-wrapper.info_only {
    text-align: right !important;
    padding: 10px 2px;
}

.daty_rozne {
    text-align: center;
}

.daty_rozne * {
    max-width: none !important;
}

.today_table.one_termin .okHours .napis_godz {
    position: relative;
    left: 32px;
}

.today_table {
    display: flex;
    width: 100%;
    margin: 0px auto;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-right: 10px;
}

.today_table div.okTermin, .today_table div.okHours {
    display: table-cell;
    vertical-align: top;
}

.okHours {
    width: 100%;
    text-align: left !important;
    padding: 15px 0px;
}

.occurances-wrapper .occurances-day-wrapper-separator {
    content: '';
    width: 100%;
    display: block;
    flex: 1 0 100%;
    border-bottom: 1px dotted silver;
}

.today_table > div + div + div + div {
    position: static;
}

.today_table > div + div + div {
    position: relative;
}

.today_table.one_termin .okHours {
    width: auto;	
    padding-top: 0px;
} 

.today_table > div + div + div {
    top: 0px;
}

.okTermin {
    padding-bottom: 10px;
}

.today_table {
    padding-right: 0px;
}

.today_table div.okTermin {
    display: block;
    vertical-align: top;
    width: 100%;
}

.etykieta-dnia {
    float: left;
}

.etykieta_do{
    text-align: center;
    vertical-align: top;
    padding-top: 36px;
    width: 90px;
    padding-right: 0px;
    float: left;
}

.today_table div.okHours {
    padding-left: 0px;
}

.today_table div.okHours {
    width: 100%;
    display: block;
}

.today_table div.okHours {
    padding-left: 0px;
    display: block;
    width: 100%;
}

.okHours .napis_godz {
    float: left;
}

.terminy_tego_dnia .occurance_wrapper {
    float: right;
    text-align: left;
}

.terminy_tego_dnia .occurance span {
    width: 35px;
    text-align: right;
}

.terminy_tego_dnia span.godz_sep {
    text-align: center;
    width: 15px;
}

.terminy_tego_dnia .occurance span:last-child {
    text-align: left;
    width: 35px;
}

.terminy_tego_dnia .today_table div.okHours span {
    margin-bottom: 10px;
    margin-top: 0px;
}


.today_table.one_termin .okTermin .clr{
    display:none;
}

.terminy_tego_dnia .today_table.one_termin .okHours{
    float: right;
    width: 115px !important;
    margin-top: -22px;
}

.terminy_tego_dnia .today_table.one_termin .occurance_wrapper {
    float: right;
    text-align: left;
    margin-top: 10px;
    min-width:82px;
}

.terminy_tego_dnia .today_table.one_termin .okHours > .cl{
    display:block !important;
}

/* end fix ternminy tego dnia */


ul.powiazane-galerie-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.powiazane-galerie-list li + li{
    margin-top: 20px;
}

.preloaded-photos{ 
    display: none;
}


/* poprawki z listy Macieja */

@media screen and (max-width: 1210px){
    fieldset#geoDialog {
        width: 100%;
        text-align: center;
    }

    div#map {
        width: calc(100% - 2px) !important;
    }

    input#comments_attachment {
        float: left;
    }

    a.download-image.button {
        width: 24px !important;
    }

    .zajawka > a:hover .box-right{
        position: static !important;
        background: transparent !important;
    }
}


/* poprawki z listy Macieja */


/* WCAG 2019 */

.goog-te-menu-value > span + img + span + img{
    display:none;
}

.zajawka:after {
    display:none;
}

.zajawka_click{
    width:0px;
    height:0px;
    position:absolute;
    z-index:-999999;
    font-size:0px;
}

@media screen and (min-width: 1210px)
{
    #hyperss {
        height: 100% !important;
    }
}

#hyperss .slide-image img + img{
    display:none;
}

body .component.newsbox .newsbox-container {
    overflow: visible;
}

body .belka:after{
    display:none;
}

.belka {
    min-height: 50px;
}


body.module-kalendarz_imprez.action-index .common-filters:not(.active),
body.module-kalendarz_imprez.action-archiwum .common-filters:not(.active)
{
    right: 120px;
}


body .coments_box .common-filters:not(.active) {
    right: 0px;
}


@media screen and (min-height: 100px){
    .mobile-active {
        max-height: 50px !important;
    }
}

@media screen and (min-height: 150px){
    .mobile-active {
        max-height: 80px !important;
    }
}

@media screen and (min-height: 175px){
    .mobile-active {
        max-height: 110px !important;
    }
}

@media screen and (min-height: 200px){
    .mobile-active {
        max-height: 130px !important;
    }
}

@media screen and (min-height: 225px){
    .mobile-active {
        max-height: 150px !important;
    }
}

@media screen and (min-height: 250px){
    .mobile-active {
        max-height: 180px !important;
    }
}

@media screen and (min-height: 275px){
    .mobile-active {
        max-height: 200px !important;
    }
}

@media screen and (min-height: 300px){
    .mobile-active {
        max-height: 225px !important;
    }
}

@media screen and (min-height: 325px){
    .mobile-active {
        max-height: 250px !important;
    }
}

@media screen and (min-height: 350px){
    .mobile-active {
        max-height: 280px !important;
    }
}

@media screen and (min-height: 375px){
    .mobile-active {
        max-height: 300px !important;
    }
}

@media screen and (min-height: 400px){
    .mobile-active {
        max-height: 325px !important;
    }
}

@media screen and (min-height: 425px){
    .mobile-active {
        max-height: 350px !important;
    }
}

@media screen and (min-height: 450px){
    .mobile-active {
        max-height: 380px !important;
    }
}

@media screen and (min-height: 475px){
    .mobile-active {
        max-height: 400px !important;
    }
}

@media screen and (min-height: 500px){
    .mobile-active {
        max-height: 430px !important;
    }
}

@media screen and (min-height: 525px){
    .mobile-active {
        max-height: 450px !important;
    }
}

@media screen and (min-height: 550px){
    .mobile-active {
        max-height: 480px !important;
    }
}

@media screen and (min-height: 575px){
    .mobile-active {
        max-height: 500px !important;
    }
}

@media screen and (min-height: 600px){
    .mobile-active {
        max-height: 530px !important;
    }
}

@media screen and (min-height: 650px){
    .mobile-active {
        max-height: 580px !important;
    }
}

@media screen and (min-height: 700px){
    .mobile-active {
        max-height: 630px !important;
    }
}

@media screen and (min-height: 750px){
    .mobile-active {
        max-height: 680px !important;
    }
}

@media screen and (min-height: 800px){
    .mobile-active {
        max-height: 730px!important;
    }
}

@media screen and (min-height: 850px){
    .mobile-active {
        max-height: 780px!important;
    }
}


body.module-kalendarium.action-wydarzenie ul.active-filters {
    display: none;
}


body.fancybox_actives #page_content{
    display:none;
}

html.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

html.fancybox-lock body {
    overflow: visible !important;
}

.fancybox-title > h4 {
    max-width: 95%;
}


/** BOKSY INFORMACYJNE   ------------------------------------------------------- */
.Bardzo_wazne_box, .Uwaga_box, .Istotne_informacje_box {
    padding: 10px 20px 10px 74px;
    display: block;
}

.Bardzo_wazne_box{
    border: 5px solid #ca0000;
    background: #fff url('/themes/skin_01/images/redbox.png') no-repeat scroll 13px 13px;
}

.Uwaga_box{
    border: 5px solid #ffd700;
    background: #fff url('/themes/skin_01/images/yellowbox.png') no-repeat scroll 13px 13px;
}

.Istotne_informacje_box{
    border: 5px solid #337bcc;
    background: #fff url('/themes/skin_01/images/bluebox.png') no-repeat scroll 13px 13px;
}



.Bardzo_wazne_box::first-line, 
.Uwaga_box::first-line,
.Istotne_informacje_box::first-line{
    display: block;
    font-size: 19px;
    font-weight: 500;
    text-shadow: 1px 0px;
    letter-spacing: 0.5px;
    line-height:150%;
}

.Bardzo_wazne_box::first-line{color: #ca0000;}
.Uwaga_box::first-line{color: black;}
.Istotne_informacje_box::first-line{color: #337bcc;}

/* end boxy */



/* galeria wstrzykiwana w full screeen */ 
body.gallery-full-screen article > header > .title,
body.gallery-full-screen article .grafika_tresc,
body.gallery-full-screen .component,
body.gallery-full-screen .bottom,
body.gallery-full-screen .zaj-list,
body.gallery-full-screen #FULL_BOTTOM,
body.gallery-full-screen #PAN_2{
    display:none !important;
} 

body.gallery-full-screen article .tresc > p {
    font-size: 0px;
}

body.gallery-full-screen .concept-gallery-placeholder{
    font-size: 14px;
}

body.gallery-full-screen .concept-gallery .photo-box .but-prev-container:focus,
body.gallery-full-screen .concept-gallery .photo-box .but-next-container:focus{
    width: 75px;
}

body.gallery-full-screen .but-close-container:focus{
    width: 45px;
    height: 45px;
}
/* end galeria wstrzykiwana w full screeen */

/* style WCAG */
#css-active
{
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -6;
    width: 10px;
    height: 10px;
}

.mainMenu.docked
{
    position: fixed !important;
}

.js-display-block
{
    display: block !important;
    opacity: 1 !important;
}

.js-display-none
{
    display: none !important;
    opacity: 0 !important;
}

.js-position-absolute
{ position: absolute !important; }

.js-position-fixed
{ position: fixed !important; }

.js-rotator-shown
{
    opacity: 1;
    z-index: 1;
}

.js-rotator-hidden
{
    opacity: 0;    
    z-index: 0;
}

.js-max-height-700
{ 
    height: auto; 
    max-height: 700px; 
}

.js-max-height-0
{
    height: 0;
    max-height: 0px;
    /*overflow: hidden;  
    box-sizing: border-box;*/
}


.deklaracja_dostep{
    background-position: 4px -224px;
}

.mainMenu .block.active > .sub-block-menu {
    height: auto !important;
}


/* panel w wersji respo */
@media screen and (max-width: 1210px) {
    .mobile-menu > a.mobile-icon-panel:before {
        display: block;
        content: '\f037';
        font-family: 'FontAwesome';
        position: relative;
        top: 2px;
    }

    td#PAN_2.mobile-active .miejsce-banerowe,
    td#PAN_2.mobile-active .component{
        display: block !important;
    }

    td#PAN_2.mobile-active .component {
        text-align: left;
    }
}

.newsbox-container .zajawka.in-column .box-left img {
    object-fit: cover;
}



span.box-right {
    text-align: left;
}


/* kafelki banerowe */
#PAN_2 .kafelki-container{
    grid-template-columns: repeat(2, 1fr) !important;
}


/**   1210px  ******************************************************************/
@media screen and (min-width: 1210px){
    .mainMenu.simplified .block .sub-block-menu > ul > li {
        display: flex;
        flex-flow: row wrap;
		align-items: center;
    }

    .mainMenu.simplified .block .sub-block-menu > ul > li a {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 7px 10px;
        box-sizing: border-box;
    }

    .mainMenu.simplified .block .sub-block-menu ul.level-2-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 1210px){
    .mainMenu.simplified .block .sub-block-menu > ul > li {
        width: 100%;
        margin: 5px;
    }
}

/** linki zewnetrzne - ikonka **/
article > .tresc a[href^="http"][href*="://"]:after {
    /*content: url('../../images/common/externallink.png');*/
    content: "\f08e";
    display: inline-block;
    margin: 0 0 0 4px;
    font-family: 'FontAwesome';
    color: inherit;
    font-size: 85%;
    line-height: initial;
}

/* hover na linkach podkreslenie */
table.table_common tbody tr:hover *,
#infobar_div a:hover,
ul.portal-menu .level-1:hover > a,
.mapa_menu .level-1:hover > span,
.mapa_menu .level-2:hover > span,
.mapa_menu .level-3:hover > span,
.informator_menu .level-1:hover > span,
.informator_menu .level-2:hover > span,
.informator_menu .level-3:hover > span,
ul.tabs li:hover,
.search_menu li.item:hover,
.newsbox-container .pager-button .box-right .title:hover,
.mainMenu .zajawka a .box-right .title:hover,
.mainMenu .zajawka a .box-right .tresc:hover,
.newsbox-container .zajawka .box-right .title:hover,
.newsbox-container .zajawka .box-right .tresc:hover,
a:hover, a:hover * {
    text-decoration: underline !important;
}

.view_change a:hover,
section.powiazane[data-component-name="powiazane_pliki"] a:hover,
#PAN_2 nav.mapa_menu.component .level-1 > span + span.menu-toggler,
.page_bar a:hover,
.zajawka > a:hover, .zajawka > a:hover * {
    text-decoration: none !important;
}


.goog-te-gadget-simple .goog-te-menu-value:hover span,
.goog-te-gadget-simple .goog-te-menu-value:hover {
    color: red !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:last-child:after{
    background: black url(/themes/skin_01/images/transaltor.png) no-repeat;
}

.goog-te-gadget-simple .goog-te-menu-value:hover span:last-child:after{
    background: red url(/themes/skin_01/images/transaltor.png) no-repeat;
}

.actions li.next::before,
.actions li.prev::before,
.actions li.pdf::before,
.actions li.print::before,
.actions li.back::before,
.actions li.zglos::before,
.actions li.pobierz::before,
.actions li.trip::before{
    display: inline-block;
}

.actions li.next:hover, .actions li.next:focus, .actions li.prev:hover, .actions li.prev:focus, .actions li.pdf:hover, .actions li.pdf:focus, .actions li.print:hover, .actions li.print:focus, .actions li.back:hover, .actions li.back:focus, .actions li.zglos:hover, .actions li.zglos:focus, .actions li.pobierz:hover, .actions li.pobierz:focus, .actions li.trip:hover, .actions li.trip:focus {
    text-decoration: underline;
}

.actions li.next:hover::before,
.actions li.next:focus::before,
.actions li.prev:hover::before,
.actions li.prev:focus::before,
.actions li.pdf:hover::before,
.actions li.pdf:focus::before,
.actions li.print:hover::before,
.actions li.print:focus::before,
.actions li.back:hover::before,
.actions li.back:focus::before,
.actions li.zglos:hover::before,
.actions li.zglos:focus::before,
.actions li.pobierz:hover::before,
.actions li.pobierz:focus::before,
.actions li.trip:hover::before,
.actions li.trip:focus::before{
    text-decoration: none;
}

@media screen and (max-width: 1210px){
    body #page_content a:hover, body #page_content a:hover * {
        text-decoration: none !important;
    }
}

.kup-bilet:hover, 
.kup-bilet:focus,
.play-trailer:hover, 
.play-trailer:focus {
    text-decoration: none !important;
}

/* end hover na linkach podkreslenie */




@media screen and (max-width: 1210px){
    span.warning.show-delayed {
        display: none;
    }
}


.karuzela-box .nav {
    z-index: 2;
    height: 0;
}

.gcal_add
{   
    background: url(/images/common/gcal_add.png) no-repeat center left;
    background-size: 50px 50px;
    padding: 1px 0 10px 60px;
    box-sizing: border-box;
    margin: 3px 0px 3px 0;	
	float: right;
    font-size: 16px;    
    height: 37px;
}


@media screen and (max-width: 480px){
	.gcal_add{
		float: none;
		width: 100%;
		clear: both;
		display: block;
		margin-left: -6px;
		margin-top: 10px;
	}
}


/* Trumbowyg style 

article .tresc blockquote > p,
article .tresc blockquote {
    background: none;
    padding:0px;
    margin:0px;
}

article .tresc table{
    width:100%;
}

article .tresc table td{
    border: 1px solid gray;
    padding:8px;
}

/* End Trumbowyg style */



article .tresc h6{
    font-size: 110%;
    margin:0px;
}

article .tresc h5{
    font-size: 123%;
    margin:0px;
}

article .tresc h4{
    font-size: 140%;
    margin:0px;
}

article .tresc h3{
    font-size: 155%;
    margin:0px;
}

article .tresc h2{
    font-size: 170%;
}

article .tresc h1{
    font-size: 185%;
    margin:0px;
}


.module-baza_uslug #PAN_2 nav .level-3-wrapper:before,
.module-baza_uslug #PAN_2 nav .level-4-wrapper:before{
    display:none;
}

.module-baza_uslug #PAN_2 nav .level-2 > a {
    margin-bottom: 2px;
}

/*.miejsce-banerowe.baner_pod_naglowkiem_1200x100 
{
    display: flex;
    flex-flow: row nowrap;
    gap: 25px;
    align-items: stretch;
}*/

.miejsce-banerowe.ikony-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    gap: 25px;
    align-items: stretch;
}

.ikony
{
    margin: 15px 0;
    display: flex !important;
    justify-content: center;
}

.ikony > a,
.ikony > div
{
    display: flex;
    flex-flow: column nowrap;
    /*justify-content: space-between;*/
    align-content: stretch;
    align-items: center;
}

.ikony > a:hover, 
.ikony > a:hover *
{ text-decoration: none !important; }

.ikony i
{
    width: 80px;
    height: 80px;
    padding: 15px;
    font-size: 50px;
    line-height: 50px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.ikony span
{
    display: block;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 125%;
}

.ikony + .clr
{ display: none; }



/* visited link */

article .tresc a{
    text-decoration: underline !important;
    color:blue;
}

article .tresc a:visited:after,
article .tresc a:visited{
    color: #551A8B!important;
    text-decoration: underline !important;
}

article .tresc a:hover,
article .tresc a:visited:hover,
article .tresc a:visited:hover:after{
    color:red !important;
}

/* visited link */

.kafelki-container {
    position: relative !important;
}

.waiter-wrapper > .waiter:before
{
    background: url(/images/common/loader_ci_2022.gif) no-repeat center center !important;
    width: 70px !important;
    height: 70px !important;
    background-size: 70px !important;
}

/* banderolka "archiwum" w artykulach*/
.zajawka
{ position: relative; }

.zajawka .article-archived
{
    margin: 33px 0px 0 0;
    z-index: 1;
}


/* archiwum na grafice */

article.archiwalna > header h2{
	max-width:80%
}

.zajawka .box-left {
    position: relative;
}

.zajawka .box-left .article-archived {
    display: block !important;
}

body .zaj-list > .zaj-wrapper .zajawka:hover > .article-archived,
.zajawka > .article-archived{
	display:none !important;
}

.zajawka > a:focus .box-left {
    position: relative;
}

.article-archived {
    right: 15px;
    top: 64px;
}

.zajawka .box-left .article-archived {
    padding: 13.5px 20px;
	right: 15px;
    top: 64px;
}

.article-archived:before {  
    border-bottom: 28px solid #eb0000;
    border-left: 27px solid transparent; 
    top: -1px;
    right: 99.5%;
	transform: rotate(1deg);
}

.article-archived:after {
    border-bottom: 28px solid #eb0000;
    border-right: 27px solid transparent;
    top: -1px;
    left: 99.5%;
    transform: rotate(-1deg);
}

.zaj-list > .zaj-wrapper .zajawka:hover .article-archived {
    display: block !important;
    z-index: 2;
    right: 15px;
    top: 64px;
}

article .grafika_tresc {
    position: relative;
}

.zajawka .article-archived {
    margin: 35px -15px 0 0;
}

/* end archiwum na grafice*/


/* post-animacje naglowka */
@keyframes zooming {
    0% { transform: scale(1); }
    50% { transform: scale(1.07); }
    100% { transform: scale(1); }
}

@keyframes shifting {
    0% { transform: scale(1.07) translateX(3.5%); }
    50% { transform: scale(1.07) translateX(-3.5%); }
    100% { transform: scale(1.07) translateX(3.5%);  }
}

@keyframes dropping {
    0% { transform: scale(1.11) translateY(-5%); }
    50% { transform: scale(1.11) translateY(5%); }
    100% { transform: scale(1.11) translateY(-5%);  }
}

@keyframes raising {
    0% { transform: scale(1.11) translateY(5%); }
    50% { transform: scale(1.11) translateY(-5%); }
    100% { transform: scale(1.11) translateY(5%);  }
}

@keyframes mixed {
    0% { transform: scale(1.11) translateX(2%) translateY(5%); }
    25% { transform: scale(1.11) translateX(-2%) translateY(0%); }
    50% { transform: scale(1.11) translateX(2%) translateY(-5%); }
    75% { transform: scale(1.11) translateX(-2%) translateY(0%);  }
    100% { transform: scale(1.11) translateX(2%) translateY(5%);  }
}

@keyframes mixed-2 {
    0% { transform: scale(1.33) translateY(5%); }
    25% { transform: scale(1.11) translateY(0%); }
    50% { transform: scale(1.33) translateY(-5%); }
    75% { transform: scale(1.11) translateY(0%); }
    100% { transform: scale(1.33) translateY(5%); }
}

#hyperss .slide-image[style*="opacity: 1"]
{
    animation-iteration-count: infinite;
    /*animation-timing-function: ease-in-out;*/
    animation-timing-function: linear;
    transform-origin: center;
}

#hyperss .slide-image.stopped[style*="opacity: 1"]
{
    animation-play-state: paused;
}   

#hyperss .slide-image.shifting
{
    transform: scale(1.07) translateX(3.5%); 
}

#hyperss .slide-image.dropping
{
    transform: scale(1.11) translateY(-5%); 
}

#hyperss .slide-image.raising
{
    transform: scale(1.11) translateY(5%); 
}

#hyperss .slide-image.mixed
{
    transform: scale(1.11) translateX(2%) translateY(5%); 
}

#hyperss .slide-image.mixed-2
{
    transform: scale(1.33) translateY(5%); 
}


.naglowek_homepage.only_one .pager_container{	
	display:none !important;
}

#goog-gt-tt .gray {
    color: black !important;
}


th[onclick^="onColumnHeaderClicked"]
{
    cursor: pointer;
}

th[onclick^="onColumnHeaderClicked"][data-sort="asc"]:after
{
    content: ' ▴';
}
th[onclick^="onColumnHeaderClicked"][data-sort="desc"]:after
{
    content: ' ▾';
}

#google-translation-flags > span {
    font-size: 0px;
}

/* ksiazka adresowa nowa */

.module-baza_uslug table.table_common td img {
    max-width: 90px;
}

/*
.lista_spraw table.table_common th:first-child,
.lista_spraw table.table_common td:first-child,
.lista_struktura table.table_common th:first-child,
.lista_struktura table.table_common td:first-child{
	display:none;
} */

/*
.lista_spraw table.table_common th:nth-child(2) ,
.lista_struktura table.table_common th:nth-child(2),
*/

.lista_osoby table.table_common th,
.lista_osoby table.table_common td,
.lista_struktura table.table_common th:first-child,
.lista_spraw table.table_common th:first-child ,
.lista_spraw table.table_common td.title ,
.lista_struktura table.table_common td.title {
    text-align: left;
    padding: 5px 10px;
}

/*
.lista_struktura table.table_common td.title,
.lista_struktura table.table_common th:first-child {
    width: 45% !important;
}
*/

.module-baza_uslug article > header {
    margin-bottom: 30px;
}

body.module-baza_uslug .tresc {
    padding: 20px 0px;
}

.uslugi_najnowsze_box .zajawka{
	margin:0px;
}

.uslugi_najnowsze_box .zajawka:hover{
    box-shadow: 0px 2px 15px 0px grey;
    padding: 5px 5px 5px 5px;
    margin: -5px -5px -5px -5px;
}


#PAN_2 nav.baza_uslug_menu .level-5-wrapper:after,
#PAN_2 nav.baza_uslug_menu .level-4-wrapper:after,
#PAN_2 nav.baza_uslug_menu .level-3-wrapper:after{
    height: 0px;
}

#PAN_2 nav.baza_uslug_menu ul.level-1-wrapper {
    padding: 0px;
}


.module-baza_uslug table.table_common th,
.module-baza_uslug table.table_common td{
	text-align: left;
}

tr.podrzedny .title {
    padding-left: 10px !important;
}

tr.nadrzedny ~ tr.podrzedny .title {
    padding-left: 25px !important;
}

.module-baza_uslug table.table_common td {
    font-size: 16px;
}

.module-baza_uslug table.table_common th {
    font-size: 18px;
}
/* end ksiazka adresowa nowa */



/* galeria sciana */

.galeria_najnowsze_wall{
	margin-top:30px;
	margin-bottom:0px;
}

.galeria_najnowsze_wall .zaj-list > .zaj-wrapper{
	border:none;
	margin:0px;
}

.galeria_najnowsze_wall .belka{
	margin:0px;
	width: 100%;
}

.galeria_najnowsze_wall .controls,
.galeria_najnowsze_wall h3{
	display:none;
}


body.gallery-full-screen.module-portal.action-index .zaj-list ,
body.gallery-full-screen.module-portal.action-index .component.galeria_najnowsze_wall {
    display: block !important;
}

.miejsce-banerowe.puste {
	display:none;
}

.miejsce-banerowe.baner_przed_karuzela {
    margin-top: 25px;
}


/* end  galeria sciana */


@supports (-moz-appearance:none) 
{ strong {
  font-weight: bold;
} }

.menu-icon
{
    width: 24px;
    height: auto;
    vertical-align: bottom;
    margin: 0 8px 0 0;
}


.zajawka .box-left img{
	height:auto;
}

.level-1.vmod-obj > a,
.level-2.vmod-obj > a,
.level-3.vmod-obj > a
{
    font-size: 15px !important;
}

span.warning.show-delayed {
    display: none !important;
}


/** info w zajawkach i artykulach **/

.info{
    margin: 5px 0px 10px 0px;
    text-align: left;
    color: #3376bc;
    cursor: default;
    font-size: 16px;
}

.info > b,
.info > strong,
.info .subtree strong,
.info .subtree b{
	margin: 0 15px 5px 0;
    font-weight: normal;
    text-transform: none;
    display: inline-block;
}

.info .data{
    margin: 0px 0px 10px 0px;
    text-align: left;
    color: #8C0000;
    clear: right;
    font-size: 11px;
}

.info .date:before{
    margin: 0 5px 0 0;
    font-family: "FontAwesome";
    content: '\f073';
    vertical-align: top;
}

.info .author:before{
    margin: 0 5px 0 0;
    font-family: "Icomoon";
    content: '\e07f';
    vertical-align: top;
}

.info .photos:before{
    margin: 0 5px 0 0;
    font-family: "FontAwesome";
    content: '\f1c5';
    vertical-align: top;
}

.info .views:before{
    margin: 0 5px 0 0;
    font-family: "FontAwesome", "Icomoon";
    content: '\e238';
    vertical-align: top;
}

.info .source:before{
    margin: 0 5px 0 0;
    font-family: "Pe-icon-line", "Icomoon";
    content: '\e600';
    vertical-align: top;
}

.info .currency:before{
    margin: 0 5px 0 0;
    font-family: "Icomoon";
    content: '\e478';
    vertical-align: top;
}

.info .data span,
.info span{
    margin: 0px 3px 0px 3px;
    color: black;
}

.info .data span:first-child,
.info span:first-child{ 
	margin: 0px 0px 0px 0px;
}

.info span.promowana{
	margin-right: 5px;
}

.info div.subdesc a {
    padding: 0px 0px 0px 0px;
    float:left;
    color: #8C0000;
    font-weight: bold;
}

.info div.subdesc a:hover {
    color: #126A92;
}


/* menu style 2023 */

@media screen and (min-width: 1210px){
	.mainMenu:not(.simplified) .block .level-2-wrapper {
		display:none !important;
	}
	
	.mainMenu .level-3-wrapper{
		display:none !important;
	}
}

#PAN_2 nav .level-5-wrapper:before, #PAN_2 nav .level-4-wrapper:before, #PAN_2 nav .level-3-wrapper:before {
    visibility: hidden;
}


.mainMenu .block > .sub-block-menu {
    margin-top: 2px;
}


@media screen and (max-width: 1210px) {
	
	body .mainMenu.simplified.light .block .sub-block-menu > ul li a {
		background: white !important;
		color: black !important;
	}

	body .mainMenu .block .sub-block-menu > ul {
		background: white !important;
	}
	
	body .mainMenu .block .sub-block-menu > ul > li a.menu-level-2 {
		outline: 1px solid black;
		outline-offset: -1px;
	}

	body .mainMenu .block .sub-block-menu > ul li a.menu-level-3 {
		outline: 1px solid white;
		outline-offset: -1px;
	}
	
	body .mainMenu .block > .sub-block-menu .level-1 {
		background: white !important;
		color: black !important;
	}
	
	body .mainMenu.simplified .block > .sub-block-menu,
	body .mainMenu .block > .sub-block-menu {
		border-color: white !important;
		background: white !important;
	}
	
	body .mainMenu .block.active .level-1 > a, 
	body .mainMenu .block.active .level-2 > a, 
	body .mainMenu .block.active .level-3 > a, 
	body .mainMenu .level-1 > a, 
	body .mainMenu .level-1 > span, 
	body .mainMenu .level-2 > a, 
	body .mainMenu .level-2 > span, 
	body .mainMenu .level-3 > a,
	body .mainMenu .level-3 > span {
		color: black !important;
	}
	
	body #page_content .mainMenu .block > .sub-block-menu .level-4,
	body #page_content .mainMenu .block > .sub-block-menu .level-3, 
	body #page_content .mainMenu .block > .sub-block-menu .level-2, 
	body #page_content .mainMenu .block > .sub-block-menu .level-1 {
		background: white !important;
	}
	
	body .mainMenu:not(.simplified) .level-1:hover > a, 
	body .mainMenu:not(.simplified) .block .sub-block-menu > ul > li:hover > a,
	body .mainMenu:not(.simplified) .level-1:hover > a, 
	body .mainMenu:not(.simplified) .tiled-list > * > a:hover, 
	body .mainMenu:not(.simplified) .level-1:hover > a, 
	body .mainMenu:not(.simplified) .level-2:hover > a, 
	body .mainMenu:not(.simplified) .level-3:hover > a,
	body .mainMenu:not(.simplified) .level-1 > a:hover, 
	body .mainMenu:not(.simplified) .level-2 > a:hover, 
	body .mainMenu:not(.simplified) .level-3 > a:hover,	
	body #page_content .mainMenu .block .sub-block-menu > ul li a:hover,
	body #page_content .mainMenu .block .sub-block-menu > ul li:hover > a {
		color: black !important;
		background: white !important;
	}
	
	.mainMenu.simplified.light .block .sub-block-menu .level-2-wrapper, 
	.mainMenu.simplified.light .block .sub-block-menu .level-3-wrapper, 
	.mainMenu.simplified.light .block .sub-block-menu .level-4-wrapper {
		display: block;
		background: inherit;
		right: 0px;
		position: relative;
		width: 100%;
		top: 0px;
	}
	
	body .level-3 > a{
		padding:10px 10px 10px 55px;
	}
	
	body .level-4 > a{
		padding:10px 10px 10px 75px;
	}
}


/* fourth menu */


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

	body .mainMenu.simplified.fourthmenu .sub-block-menu ul{
		border:none !important;
	}

	body .mainMenu.simplified.fourthmenu .opened .menu_select_bottom2{
		width: 100%;
		height: calc(100% + 8px );
		position: absolute;
		top: 0px;
		left:0;
		bottom: 0px;
		z-index: 222;
	}

	body #page_content .mainMenu.simplified.fourthmenu .opened a.menu-level-1 .tytul_menu,
	body .mainMenu.simplified.fourthmenu .opened .tytul_menu{
		z-index: 3333;
		background: none !important;
		border: none !important;
		color:inherit !important;
	}

	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu .level-1{
		background: transparent !important;
	}

	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu > ul > li a {
		background: transparent!important;
		color: white;
	}

	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu ul.level-2-wrapper > li a, 
	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu ul.level-3-wrapper > li a, 
	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu ul.level-4-wrapper > li a {
		background: transparent !important;
		color: white !important;
	}

	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu > ul > li a {
		justify-content: flex-start;
	}

	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu ul.level-2-wrapper > li a:hover,
	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu > ul.level-2-wrapper li.level-2 > a.menu-level-3:hover,
	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu > ul.level-1-wrapper > li.level-1 > a:hover,
	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu > ul.level-2-wrapper li.level-2 > a.menu-level-3:hover,
	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu > ul.level-1-wrapper > li.level-1 > a:focus {
		background: white!important;
		color: black !important;
	}

	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu ul li a{
		text-transform:none !important;
	}

	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu ul.level-1-wrapper > li a {
	   font-size:17px;
	   text-shadow:0px 0px;
	   font-weight:normal;
	}

	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu ul.level-2-wrapper > li a {
		padding: 2px 10px;
		font-size:15px;
	}

	body .mainMenu.simplified.fourthmenu .sub-block-menu{
		visibility:hidden;
	}

	body .mainMenu.simplified.fourthmenu .opened .sub-block-menu{
		visibility:visible;
	}

	body .mainMenu.simplified.fourthmenu .sub-block-menu ul.level-2-wrapper {
		border-top: 1px solid white !important;
	}

	body .mainMenu.simplified.fourthmenu .sub-block-menu > ul > li {
		width: 21%;
		margin: 5px 23px;
	}

	body .mainMenu.simplified.fourthmenu .opened span.menu_select_bottom {
		visibility: hidden;
	}
	
   body .mainMenu.simplified.fourthmenu .opened.block .sub-block-menu > ul > li a {
		border: 0px solid white !important;
		margin-bottom: 0px;
	}
	
   body .mainMenu.simplified.fourthmenu .opened.block > .sub-block-menu .level-1{
	  border:none !important;
   }
   
   body .mainMenu.simplified.fourthmenu:not(.light) .block .sub-block-menu > ul > li a{
	   color:white !important;
   }
   
   .sub-block-menu .level-1 > a:after {
		visibility: hidden;
	}
	
	.mainMenu.fourthmenu .level-1:hover > a{
		border-radius:0 !important;
	} 
	

	.mainMenu.simplified.fourthmenu li.level-2 {
		background: transparent !important;
	}

   
}

/* end fourth menu */





/* thirdmenu menu */


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

	body .mainMenu.simplified.thirdmenu .sub-block-menu ul{
		border:none !important;
	}

	body .mainMenu.simplified.thirdmenu .opened .menu_select_bottom2{
		width: 100%;
		height: calc(100% + 8px );
		position: absolute;
		top: 0px;
		bottom: 0px;
		z-index: 222;
	}

	body #page_content .mainMenu.simplified.thirdmenu .opened a.menu-level-1 .tytul_menu,
	body .mainMenu.simplified.thirdmenu .opened .tytul_menu{
		z-index: 3333;
		background: none !important;
		border: none !important;
		color:inherit !important;
	}

	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu .level-1{
		background: transparent !important;
	}

	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu > ul > li a {
		background: transparent!important;
		color: white;
	}

	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu ul.level-2-wrapper > li a, 
	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu ul.level-3-wrapper > li a, 
	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu ul.level-4-wrapper > li a {
		background: transparent !important;
		color: white !important;
	}

	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu > ul > li a {
		justify-content: flex-start;
	}

	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu ul.level-2-wrapper > li a:hover,
	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu > ul.level-2-wrapper li.level-2 > a.menu-level-3:hover,
	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu > ul.level-1-wrapper > li.level-1 > a:hover,
	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu > ul.level-2-wrapper li.level-2 > a.menu-level-3:hover,
	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu > ul.level-1-wrapper > li.level-1 > a:focus {
		background: white!important;
		color: red !important;
	}

	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu ul li a{
		text-transform:none !important;
	}

	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu ul.level-1-wrapper > li a {
	   font-size:17px;
	   text-shadow:0px 0px;
	   font-weight:normal;
	}

	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu ul.level-2-wrapper > li a {
		padding: 2px 0px;
		font-size:15px;
	}
	
	body .mainMenu.simplified.thirdmenu .block .sub-block-menu > ul > li a {
		padding: 7px 0px;
	}

	body .mainMenu.simplified.thirdmenu .sub-block-menu{
		visibility:hidden;
	}

	body .mainMenu.simplified.thirdmenu .opened .sub-block-menu{
		visibility:visible;
	}

	body .mainMenu.simplified.thirdmenu .sub-block-menu ul.level-2-wrapper {
		border-top: 1px solid white !important;
		margin-top: 10px;
	}
	
	body .mainMenu.simplified.thirdmenu:not(.light) .block .sub-block-menu > ul > li a.menu-level-2:hover{
		border-color:red !important;
	}

	body .mainMenu.simplified.thirdmenu .sub-block-menu > ul > li {
		width: 21%;
		margin: 5px 23px;
	}
		
    body .mainMenu.simplified.thirdmenu .opened.block .sub-block-menu > ul > li a {
		margin-bottom: 0px;
	}
	
	body .mainMenu.simplified.thirdmenu .opened.block .sub-block-menu > ul > li a:hover{
		text-decoration:none !important;
	}
	
   body .mainMenu.simplified.thirdmenu .opened.block > .sub-block-menu .level-1{
	  border:none !important;
   }
   
   body .mainMenu.simplified.thirdmenu:not(.light) .block .sub-block-menu > ul > li a{
	   color:black !important;
	   background: white !important;
   }
   
   .sub-block-menu .level-1 > a:after {
		visibility: hidden;
	}
	
	body .mainMenu.simplified.thirdmenu:not(.light) .block .sub-block-menu > ul > li a:hover {
		color: red !important;
	}
	
	body .mainMenu.simplified.thirdmenu .level-1:hover > a {
		outline: none !important;
	}
	
	body #PAN_HEAD .mainMenu.simplified.thirdmenu .block > .sub-block-menu .level-1:hover,
	body #PAN_HEAD .mainMenu.simplified.thirdmenu .block > .sub-block-menu .level-2:hover {
		background:white !important; 
	}
	
	body .mainMenu.simplified.thirdmenu:not(.light) .block .sub-block-menu > ul.level-1-wrapper > li.level-1:hover > a,	
	body .mainMenu.simplified.thirdmenu:not(.light) .block .sub-block-menu > ul.level-1-wrapper > li.level-1 > a:hover,
	body .mainMenu.simplified.thirdmenu:not(.light) .block .sub-block-menu > ul.level-1-wrapper > li.level-1 > a:focus {
		background: white!important;
		color: red !important;
	}
	
	body .mainMenu.simplified.thirdmenu .level-1 > a,
	body .mainMenu.simplified.thirdmenu .level-1:hover > a {   
		border-radius: 0px;
	}
	
	body .mainMenu .level-1:hover > a, body .tiled-list li:hover {
		outline: none !important;
	}
   
}

/* end thirdmenu menu */



/* end menu style 2023 */


/* slider respo code */

@media screen and (max-width: 1210px){  		
	#hyperss .hyperss-text {
		bottom: auto;
		position: relative !important;
		margin-top: 10px;
	}
	
	#hyperss a.title-container.current {
		height: auto;
		position: relative !important;
	}
	
	#hyperss .hyperss-text .hyperss-title, #hyperss .hyperss-text .hyperss-description {
		opacity: 1 !important;
		transform: none !important;
	}
	
	body #hyperss .hyperss-text .hyperss-description span ,
	body #hyperss .hyperss-text .hyperss-title span {
		white-space: inherit;
		display: inline-block;
	}
	
	body #hyperss .hyperss-text .hyperss-description {
		display: inline-block;
	}
	 
	body #hyperss .hyperss-text .hyperss-description > span {
		padding: 10px 15px 10px 15px;
	}
	
	body #hyperss .hyperss-text .hyperss-title span {
		padding: 10px 15px 10px 15px;
	}
			
	body .pre_naglowek .naglowek_homepage {
		top: 0px;
		margin-top: 40px;
	}
	
	body .pre_naglowek {
		padding-bottom: 0px;
		margin: 0px;
		overflow: visible;
	}
	
	body .pre_naglowek #hyperss .pager_container {
		top: -40px;
	}
	
	body #hyperss .pager_container {
		display: block;
	}
	
	body #hyperss .hyperss-text .hyperss-description {
		bottom: 0px;
		padding-top: 10px;
		margin: 0px;
	}
	
	body #hyperss .hyperss-text .hyperss-description > span {
		bottom: 0 !important;
		margin:0px !important;
	}
	
	body #hyperss .pager > div {
		box-shadow: none !important;
	}
		
	body #hyperss .hyperss-text .hyperss-title {
		bottom: 0px;
	}
	
	body #hyperss .hyperss-text .hyperss-title ,
	body #hyperss .hyperss-text .hyperss-description {
		max-width: 100%;
	}
	
	body #hyperss .hyperss-text {
		left: 0px;
	}
	
	body #hyperss .hyperss-text .hyperss-title span {
		display: inline-block !important;
	}
	
	body #hyperss .hyperss-text .hyperss-title span:empty{
		display:none!important;
	}
	
	body #hyperss .hyperss-text .hyperss-description > span {
		width: 100%;
		box-sizing: border-box;
	}
		
}

@media screen and (max-width: 400px){
	body #hyperss .hyperss-text .hyperss-title, 
	body #hyperss a.title-container {
		display: block !important;
	}
}

/* end slider respo code */

#cookies-message
{
    box-shadow: 0 0 25px #424242;
    border-top: 3px solid rgb(249, 217, 118);
    
}

#cookies-message h4
{
    width: 800px;
    text-align: center;
    margin: 5px auto 10px;
}

#cookies-message p
{
    width: 800px;
    text-align: justify;
    margin: 0px auto;
    font-size: 16px;
    font-weight: 500;
    color: #121212;
    line-height: 133%;
}

#cookies-message p a
{
    text-decoration: underline;
    font-weight: 500;
    text-shadow: 0 0 #000;
}

#cookies-message p a:hover,
#cookies-message p a:active,
#cookies-message p a:focus
{
    color: red;
}

#WHSettings
{
    display: inline-block;
    width: 800px;
    padding: 10px 0;
    margin: 10px auto 20px;
    border-top: 1px solid #615F5A;
    border-bottom: 1px solid #615F5A;
    text-align: left;
    box-sizing: border-box;
}

.checkbox-checked,
.checkbox-checked:hover,
.checkbox-unchecked,
.checkbox-unchecked:hover
{
    float: right;
    font-size: 30px;
    text-decoration: none !important;
    transform: translateY(15px);
    display: block;
    margin: 0 0 0 20px;
}

.checkbox-checked:before
{
    content: "\e328";
    font-family: 'Icomoon';
}

.checkbox-checked.disabled:before
{
    content: "\e328";
    font-family: 'Icomoon';
    color: #615F5A;
}

.checkbox-unchecked:before
{
    content: "\e329";
    font-family: 'Icomoon';
}

#cookies-message div.buttons
{
    width: 800px;
    margin: 0 auto;
    display: inline-flex;
    justify-content: space-around;
    gap: 30px;
}

#cookies-message a#accept-cookies-checkbox,
#cookies-message a#accept-partialy-cookies-checkbox,
#cookies-message a#reject-cookies-checkbox
{
    background-color: #333;
    padding: 8px 20px;
    color: #FFF;
    border-radius: 20px;
    display: inline-block;
    margin: 0 20px;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
}

#cookies-message a#configure-cookies-checkbox
{
    padding: 8px 20px;
    color: #000;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
}

#cookies-message a#accept-cookies-checkbox:hover,
#cookies-message a#accept-cookies-checkbox:active,
#cookies-message a#accept-cookies-checkbox:focus,
#cookies-message a#accept-partialy-cookies-checkbox:hover,
#cookies-message a#accept-partialy-cookies-checkbox:active,
#cookies-message a#accept-partialy-cookies-checkbox:focus,
#cookies-message a#reject-cookies-checkbox:hover,
#cookies-message a#reject-cookies-checkbox:active,
#cookies-message a#reject-cookies-checkbox:focus
{
    background-color: #000;    
    text-decoration: none !important;
    text-shadow: 0 0 #000;
}

#cookies-message a#accept-cookies-checkbox:before
{
    content: "\e26c";
    font-family: 'Icomoon';
    margin: 0 8px 0 0;
}

#cookies-message a#accept-partialy-cookies-checkbox:before
{
    content: "\e26c";
    font-family: 'Icomoon';
    margin: 0 8px 0 0;
}

#cookies-message a#configure-cookies-checkbox:before
{
    content: "\e0d6";
    font-family: 'Icomoon';
    margin: 0 10px 0 0;
}

#cookies-message a#reject-cookies-checkbox:before
{
    content: "\e266";
    font-family: 'Icomoon';
    margin: 0 8px 0 0;
}

#cookies-message a#configure-cookies-checkbox:hover,
#cookies-message a#configure-cookies-checkbox:active,
#cookies-message a#configure-cookies-checkbox:focus
{
    color: red;
    text-shadow: 0 0 #000;
}

html.firefox {
    transform: none;
    margin-top: 0px;
}

span.kali_data_do {
    margin-left: 10px;
}