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


/** LAYOUT  -------------------------------------------------------- **/
#table_2 #PAN_1
{ width: 897px; }

#table_2 #PAN_2
{ width: 303px; }


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

/** KOMUNIKATY  ---------------------------------------------------- **/
span.notice,
span.error,
span.warning,
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;
}

span.error{
    border: 1px solid crimson;
    background-color: #ffffae;
    color: crimson;    
}

span.warning{
    border: 1px solid #A85D00;
    background-color: lightyellow;
    color: #A85D00;
}

span.notice{
    border: 1px solid green;
    background-color: #ccffcc;
    color: green;
}

span.information{
    border: 1px solid SlateBlue;
    background-color: lavender;
    color: DarkSlateBlue;
}

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

span.notice:before{ 
    content: '\e261';
}

span.error:before{ 
    content: '\e251';
}

span.warning:before{
    content: '\e24f';
}

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;
	cursor: pointer;
}

.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;
	display: none;
}

.push_icon:after{
	content: "\e65d";
	font-family: Pe-icon-line;
	display: block;   
    color: #fff;
    background: #3376bc;
    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;
}

/* light menu */

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


.mainMenu.simplified.light a.menu-level-1:focus span.tytul_menu{
    color:white;
}

.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: white;
}

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


.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 .block > .sub-block-menu .level-1 {
    background: white !important;
}


.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%;
        height: 100% !important;
    }

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

/* 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 */
.head_expand {
    display: none;
}

#google-translation-flags * {
    display: none !important;
}

.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) {
    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 */

/** ROZWIJANE MENU W KALENDARZU ------------------------------------------------ */

ul.tabs.dropdown-menu
{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    position: absolute;
    z-index: 19;
    transition: all 0.5s ease;
    background: #f2f2f2 !important;	
}

ul.tabs.dropdown-menu:hover,
ul.tabs.dropdown-menu:focus-within
{
    top: 40px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.5);
    z-index: 20;
}

ul.tabs.dropdown-menu > li:not(.sel)
{
    visibility: hidden;
    display: none;
    margin: 0 !important;
    border: 1px solid transparent;
    width: 25%;
    box-sizing: border-box;
    padding: 10px 5px;	
    background: #f2f2f2 !important;
    color: #000 !important;
}

ul.tabs.dropdown-menu:focus-within > li,
ul.tabs.dropdown-menu:hover > li
{
    display: block;
    visibility: visible;
}

ul.tabs.dropdown-menu:hover > li:not(.sel):hover,
ul.tabs.dropdown-menu:focus-within > li:not(.sel):focus-within
{
    background: #fff !important;
    color: #007c34 !important;
}

ul.tabs.dropdown-menu > li.sel
{
    display: block;
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 200px;
    background: #007c34 !important;
    color: #fff !important;
    z-index: 21;
    width: 190px;
    height: 30px;
}

ul.tabs.dropdown-menu:focus-within > li.sel,
ul.tabs.dropdown-menu:hover > li.sel
{
    top: -30px;
}

ul.tabs.dropdown-menu + ul.tabs.dropdown-menu > li.sel
{ left: 400px; }

ul.tabs.dropdown-menu > li > span
{
    background: transparent !important;
    color: inherit !important;
}

/* * */

/* 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;
    }

    .mainMenu.simplified .block .sub-block-menu > ul > li a {
        display: flex;
        width: 100%;
    }

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

	/** wysokość <p> w artykułach **/	
	article .tresc p:empty {
		padding-top: 0px;
		margin: 0px;
		height: 25px;
	}
}

@media screen and (max-width: 1210px){
    .mainMenu.simplified .block .sub-block-menu > ul > li {
        width: 100%;
        margin: 5px;
    }
	
	article .tresc p:empty {
		padding-top: 0px;
		margin: 0px;
		height: 8px;
	}
}

/** 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 {
	text-decoration: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:last-child:after{
    background: white 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
{
    height: 50px;
    background: url(/images/common/gcal_add.png) no-repeat center left;
    background-size: 50px 50px;
    padding: 10px 0 10px 60px;
    box-sizing: border-box;
    margin: 10px 0;
}


/* 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: 145%;
    margin:0px;
}

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

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

article .tresc h1{
    font-size: 210%;
    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; }



/* my poprawki 2022 */


.mainMenu .block + .block a.menu-level-1 {
    background: none !important;
}

.js-max-height-0 {
    max-height: none;
}

.mainMenu.simplified .level-2-wrapper .level-2,
.mainMenu.simplified .block > .sub-block-menu {
    background: white !important;
}

.mainMenu.simplified *:hover {
    text-decoration: none !important;
}

section.component.aktualnosci_promowane .belka h2 span a + span,
section.component.aktualnosci_promowane .belka h2 span a + span + a {
    display: none;
}

section.component.kalendarz_box td.kalednarz_text {
    padding: 4px 10px 0px 15px !important;
}

@media screen and (max-width: 1200px){
	section.component.kalendarz_box td.kalednarz_text {
		padding: 15px 10px 10px 15px !important;
	}
}

.kali_zajawka .miejsce {
    display: none;
}

@media screen and (max-width: 1200px){
	iframe {
		max-width: 100%;
	}
	
	a.mobile-icon-panel {
		display: none;
	}
	
	body .stopka_mapka {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.popup img {
		max-width: 100%;
	}
}

.stopka_mapka {
    width: 104px;
    height: 97px;
    background: #3376bc url(/images/portal/mapka.png) no-repeat 0px 0px;
    position: absolute;
    left: 175px;
}

.notifications {
    background-position: 3px -269px;
}

.notifications:focus, .notifications:hover {
    background-color: #d43f14;
}

body .zajawka.in-column,
body .zajawka > a {
    height: 100% !important;
}

.component.newsbox .belka.hidden-wcag,
.component.newsbox .belka.hidden-wcag .title > span {
	background:white;
	color:black;
	display:none !important;
}

.info.info_strona .user,
.info.info_strona .date,
.info.info_strona .last_pdate,
.info.info_strona .link,
.akcje_top {
    display: none;
}

/*.module-aktualnosci article span.info ,
.module-galerie article span.info {
    display: none;
}*/

.zajawka .info, article .info {
	color: #686868 !important;
}

.info > strong {
	margin: 0 0px 15px 0 !important;
}

.miejsce-adres a+a {
    display: block;
}

body .jstree-container-ul > .jstree-node > a {
    font-size: 27px;
    margin-bottom: 10px;
}


.push_icon:focus, .push_icon:hover {
    opacity: 1;
}

span.zajawka.kali_zajawka.in-column .box-right {
    padding-bottom: 8px;
}

.zajawka .title img {
    display: none !important;
}


@media screen and (max-width: 1210px){
	.zaj-list > .zaj-wrapper .zajawka:hover {
		box-shadow: none;
	}
}


.naj_pop_gal .zajawka > a:focus .box-left,
.naj_pop_gal .zajawka > a:hover .box-left {
    box-shadow: none;
}

body .naj_pop_gal .zajawka > a:focus .box-right .title,
body .naj_pop_gal .zajawka > a:hover .box-right .title {
    display: block;
    color: black;
    background: white !important;
    display: block;
	padding: 0px 0px 5px 0px;
    border-radius: 0px;
    border-bottom: 0px;
}

body .naj_pop_gal .zajawka.non_tresc .tresc{
	display:none !important;
}

.thumb-title:empty {
    display: none;
}

.mainMenu .block a.menu-level-1 .tytul_menu {
    color: inherit !important;
}


.mainMenu .block.opened a.menu-level-1 span.tytul_menu,
.mainMenu .block.sel a.menu-level-1 span.tytul_menu, 
.mainMenu .block:hover a.menu-level-1 span.tytul_menu {
    color: #fff !important;
}


.mainMenu .block.opened span.menu_select_right ,
.mainMenu .block.sel span.menu_select_right ,
.mainMenu .block:hover span.menu_select_right {
    z-index: 22;
}

a.pogoda_link {
    display: block;
    position: absolute;
    top: -7px;
    width: 250px;
    height: 85px;
    left: 39px;
    z-index: 2;
    font-size: 0;
	outline-offset: -9px !important;
}

.component.aktualnosci_promowane.kategorie_inne .zaj-list > li+li+li+li+li+li+li+li+li{
	display:none;
}

.push_icon,
.notifications {
    display: none !important;
}



.view_change > a.view_week:before {
    content: '\f133';
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 125%;
}

.view_change > a.view_month:before {
    content: '\f073';
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 125%;
}


@media screen and (max-width: 1210px){
	#page_content:after {
		visibility: hidden;
	}
}

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

.article > .tresc ol, .article > .tresc ul, article > .tresc ol, article > .tresc ul {
    list-style-position: outside;
}

