/* cmsms stylesheet: STYLE modified: Sunday, March 30, 2025 10:07:52 AM */

@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,700|Roboto:300,400,700);

html,
body {
    height: 100%;
    font-family: "Roboto", sans-serif;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    padding: 0;
    margin: 15px 0 15px;
}

h2 {
    font-size: 36px;
}

p,
blockquote {
    font-size: 15px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
}
a {
    color: #a4133c;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #ff4d6d;
}
.breadcrumb {
    text-align: right;
    background: none;
}
@media only screen and (min-width: 768px) {
    .news-top {
        display: flex;
        align-items: center;
    }
    .news-top {
        text-align: center;
    }
}
/* TOP */

header {
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: relative;
    z-index: 999;
}

header .logo {
    padding: 13px 0 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 3px;
}
.noBorder table, th, td {
    border: hidden;
    padding: 5px;
}


/*------------------------
    SLIDER OWL / Hero section
--------------------------*/
#hero-slider,
.owl-carousel .owl-stage-outer {
    height: 450px !important;
    background: #800f2f;
}

.hero-section {
    position: relative;
}

.hero-content {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    margin-top: 140px;
    display: table;
    text-align: center;
    z-index: 5;
}

.hero-content .hero-center {
    display: table-cell;
    vertical-align: middle;
}

.hero-content h2,
.hero-content p {
    color: #ffecf1;
    margin-bottom: 5px;
    text-shadow: 0px 0px 12px #a4133c;
}

.hero-content h2 {
    text-transform: uppercase;
    font-size: 3rem;
}

.hero-content p {
    font-size: 2.3rem;
}

.hero-content h2 a,
.hero-content p  a {
    text-decoration: underline;
    color: #ffecf1;
    margin-bottom: 5px;
    text-shadow: 0px 0px 12px #a4133c;
}

.hero-content h2 a:hover,
.hero-content p  a:hover {
    color: #ffecf1;
    margin-bottom: 5px;
    text-shadow: 0px 0px 8px #ff758f;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 43%;
    width: 100%;
}

.owl-carousel .owl-nav i {
    color: #ffecf1;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    width: 100px;
    background: #ff4d6d;
    color: #ffecf1;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.67;
    border-radius: 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    width: 60px;
    background-color: #ff4d6d;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: #ff758f;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
}

.owl-carousel #bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #ff4d6d;
}

.owl-carousel #progressBar {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: none; /* preloader na stronie głównej */
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: -10px;
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #ffecf1;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin: 25px 10px;
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    border: 2px solid #ffecf1;
    border-radius: 40px;
    left: -10px;
    top: -10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #ffecf1;
    margin: 25px 10px;
}

.owl-carousel .owl-dots .owl-dot.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.owl-carousel .owl-dots .owl-dot:first-child.active {
    margin-top: 15px;
}
@media only screen and (max-width: 767px) {
    .owl-carousel .owl-nav {
        display: none;
    }
}
/* end OWL*/


/* ----- Showtime presentation ----- */
/* See: css in uploads/_Showtime2 */
/* ----- End of Showtime presentation ----- */



/* TOP IMG */
.home-img {
    position: relative;
    height: 450px;
    background-color: #800f2f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-top-section {
    position: relative;
    height: 205px;
    background-color: #800f2f;
    background-image: url("/theme/images/03.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center middle;
}

.page-top-section .container {
    position: relative;
    z-index: 5;
}

.page-top-section .page-info {
    display: inline-block;
    padding-top: 80px;
}

.page-top-section .page-info h2 {
    color: #ffecf1;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background:
        linear-gradient(
            to right,
            rgba(106,35,181,0.7),
            rgba(106,35,181,1.0)
       );
}
#hero-slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background:
        linear-gradient(
            to right,
            rgba(106,35,181,1.1),
            rgba(106,35,181,0.8),
            rgba(106,35,181,1.1)
       );
}

/* end TOP IMG */


/* CONTENT */

#content {
    margin: 40px 0 60px;
    min-height: 200px;
}

#sidebar .btn {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 50px;
    letter-spacing: 1px;
    min-width: 170px;
    text-align: center;
    border: none;
    width: 100%;
    margin-bottom: 6px;
    background: #ff4d6d;
    color: #ffffff;
    font-weight: 400;
    border-radius: 0;
}
#sidebar .btn:hover {
    background: #800f2f;
    webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#sidebar .btn-sm {
    color: #ffffff;
    background: #ff4d6d;
    border-radius: 0;
}
#sidebar .thumbnail {
    border-radius: 0;
    background-color: #fbfbfb;
}
#sidebar .thumbnail h4 {
    margin: 5px 0 10px;
}
#sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#sidebar ul li {
    padding: 2px 0;
}
#sidebar .active {
    font-weight: bold;
}
#sidebar .box {
    background: #f2f2f2;
    border: 0;
}
#sidebar .box p {
    border-left: 4px solid #ff4d6d;
    padding-left: 15px;
    margin: 5px 0 5px 10px;
    font-size: 1.2rem;
    line-height: 1.3;
}
#gallery h3 {
    margin-bottom: 30px;
}
#gallery .hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
margin-bottom: 8px;
}

#gallery .hovereffect .overlay-img {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
cursor: pointer;
}

#gallery .hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

#gallery .hovereffect h2 {
text-transform:uppercase;
color: #ffffff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

#gallery .hovereffect .info {
color: #ffffff;
text-align:center;
position:relative;
top: 40%;
font-size: 30px;
}
#gallery .hovereffect a.info {
width: 100%;
height: 100%;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
vertical-align: middle;
}

#gallery .hovereffect a.info:hover {
color: #ffffff;
}

#gallery .hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

#gallery .hovereffect:hover .overlay-img {
opacity:1;
filter:alpha(opacity=100);
}

#gallery .hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

#gallery .hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

@media only screen and (min-width: 768px) {
    #gallery .item-title {
        font-size: 16px;
        line-height: 22px;
    }
}

/* end CONTENT */

/* Blog Page */
.post-item {
    margin-bottom: 90px;
}

.post-thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.post-thumbnail .post-date {
    position: absolute;
    background: #800f2f;
    top: 2px;
    left: 16px;
    text-align: center;
    padding: 3px 9px 3px;
}

.post-thumbnail .post-date h2 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-thumbnail .post-date h3 {
    font-size: 15px;
    color: #2be6ab;
    font-weight: 400;
}

.post-title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.post-title a {
    color: #800f2f;
}

.post-link {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #bebebe;
    position: relative;
    display: inline-block;
    clear: both;
    padding-bottom: 5px;
    margin-top: 2px;
}

.post-link:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #800f2f;
    border-radius: 10px;
}

.post-link:hover {
    color: #ff4d6d;
    webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.page-pagination a {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    color: #0b1033;
    padding: 6px 10px;
    margin-right: 5px;
}

.page-pagination a.active {
    background: #2be6ab;
}


/* FOOTER */
footer {
    background: #590d22;
    min-height: 200px;
    color: #ffecf1;
    font-size: 12px;
    padding: 40px 0 50px;
}
footer p {
    color: #ffecf1;
    font-size: 12px;
}
footer ul {
    padding-left: 0;
    list-style: none;
}
footer ul li {
    margin-bottom: 6px;
}
footer a {
    color: #ffecf1;
    font-size: 14px;
}
footer p img {
    margin: 0px 3px 3px 0px;
}

/* BACK TO TOP */
.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 2em auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #ff4d6d url(/theme/images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top:hover {
    background-color: #ff758f;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        width: 50px;
    }
}


/* MENU */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    background: #ffffff;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu ul {
    /*float: right;*/
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 12px 14px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;

}

#cssmenu > ul > li:hover > a {
    color: #ffffff;
    background: #800f2f;
}

/*
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}
*/

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: inline-block;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}

#cssmenu li:hover > ul > li {
    height: 35px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 8px;
    min-width: 210px;
    height: auto;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    background: #a4133c;
    opacity: 0.92;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
    background: #ff4d6d;
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

@media all and (max-width: 1024px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    /*
    #cssmenu > ul > li {
        float: none;
    }
    */
    #cssmenu > ul > li > a {
        padding: 13px 14px;
    }
    #cssmenu ul ul li a {
        padding-left: 25px;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
        color: #222;
        background: none;
    }
    #cssmenu ul ul li:hover > a {
        color: #ffffff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 17px;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }
    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #222;
        border-bottom: 2px solid #222;
        content: '';
    }
    #cssmenu #menu-button:before {
        position: absolute;
        background: #222;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        content: '';
    }
    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        background: #222;
        border: 0;
        height: 2px;
        width: 15px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #222;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
}
/* end MENU */

/* LITURGIA */
#liturgia-head {margin-bottom:30px;}
span.nd_liturgia_skrot_tytul {color:green;}
span.nd_liturgia_skrot_tytul_swieto {color:red;font-weight:bold;}
span.nd_liturgia_skrot_sigla {font-weight:bold;}
a.nd_liturgia_skrot_link {text-decoration:none;}
p.nd_liturgia_skrot_baner {margin:2px;padding:0;text-align:center;}
.nd_liturgia_skrot_baner {display:none!important;}

div#nd_liturgia {margin-bottom:30px;font-size:18px;width:100%;}
div#nd_liturgia_naglowek {margin:0;padding:0 0 5px 0;}
div#nd_liturgia_czytania {margin:0;padding:0;}
div#nd_liturgia_dodatki {margin:0;padding:5px;}

p.nd_dzien {line-height:30px;font-weight:bold;font-family:"Oswald",sans-serif;font-size:22px;}
p.nd_dzien span {font-size:12px!important;}
p.nd_msza {margin:5px 0 0 0;padding:0;font-weight:bold;font-size:12px;}
p.nd_msza_tyt {margin:0px;margin-top:15px;padding:2px;color:white;font-weight:bold;font-size:16px;background-color:green;}
span.nd_swieto {color:#ffffff;font-size:16px;font-weight:bold;}
span.nd_sigla {font-weight:bold;}
p.nd_wstep {margin:0;}
p.nd_czytanie_nazwa {margin:30px 0 10px;font-family:"Oswald",sans-serif;font-size:22px;}
p.nd_czytanie_sigla {padding:0;margin-bottom:5px;font-weight:bold;font-size:12px;font-style:italic;}
p.nd_czytanie2 {margin:0px;padding:0;font-weight:bold;font-size:11px;}
p.nd_czytanie_tyt {margin:0px;padding:0;margin-top:0px;font-weight:bold;}
p.nd_czytanie_tresc {margin:0px;padding:0;margin-top:0px;line-height:26px;}
p.nd_czytanie_albo {margin:0px;padding:0;margin-top:0px;font-size:12px;margin-left:5px;font-weight:bold;color:red}
p.nd_czytanie_odp {margin:0px;padding:0;margin-top:10px;margin-bottom:5px;font-weight:bold;}
p.nd_psalm {margin:0px;padding:0;margin-top:5px;margin-bottom:5px;margin-bottom:15px;}
p.nd_psalm_refren {margin:0px;padding:0;margin-top:5px;margin-bottom:5px;font-weight:bold;}
p.nd_czytanie_perykopa {margin:0px;padding:0;margin-top:5px;font-weight:bold;margin-left:5px;font-size:12px;color:red;}
p.nd_dodatki_tyt {margin:0px;padding:0;padding-top:5px;font-weight:bold;}
p.nd_dodatki_styt {margin:0px;padding:0;font-size:12px;font-weight:bold;margin-left:5px;}
p.nd_dodatki_tresc {margin:0px;padding:0;font-size:12px;margin-left:5px;}

/* Cookie */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{border:1px solid #bfc1c7;padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
