.slider{
    height: 547px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}


.roll_item{
    height: 547px;
    float: left;
    display: none;
    width: 1200px;
    background-size: auto 100% !important;
    background-position: center !important;
    position: relative;
}
.roll_shoadow{
    background: #1f367c;
    height: 547px;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    opacity: 0.7;
}
.active_slide .roll_shoadow{
    opacity: 0;
}



.slider_item{
    height: 547px;
    position: absolute;
    display: none;
    width: 100%;
    background-size: auto 100% !important;
    background-position: center !important;
}
.slider_item:first-child{
    display: block;
}
.slide_title{
    position: absolute;
    bottom: 20px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
}
.slide_txt{
    background: url('../grafika/bg_slide_txt.png');
    position: absolute;
    color: #fff;
    margin-left: 80px;
    font-size: 28px;
    bottom: 130px;
    z-index: 100;
}
.slider_item img{
    height: 100%;
}
.slide_link{
    background: #f7941d;
    padding: 10px 0px;
    color: #fff;
    font-size: 14pt;
    display: block;
    width: 150px;
    text-align: center;
    border: 1px solid #fff;
}

.slider_kropeczki{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
.slider_kropeczki_center{
    margin: 0 auto;
}
.kropeczka{
    background: #fff;
    height: 15px;
    width: 15px;
    display: block;
    float: left;
    margin: 0 5px;
    border-radius: 10px;
    cursor: pointer;
}
.kropeczka.active, .kropeczka:hover{ 
    background: #F79031;
}




.kalendarium_box{
    color: #fff;
    background: url('../grafika/bg_kalendarium.png') center repeat-y;
    overflow: hidden;
    height: 0px;
}
.kalendarium_box a{
    color: #fff;
}
.kalendarium_kleratynskie{
    float: left;
    width: 50%;
    padding: 15px 0;
    
}
.kalendarium_ogolne{
    float: left;
    width: 25%;
    background: #a62626;
    padding: 10px 0 15px;
    min-height: 70px;
}
.kalendarium_ewangelia{
    float: left;
    width: 25%;
    padding: 10px 0 15px;
}
.kalendarium_ico{
    margin-top: 17px;
    margin-left: 15px;
    float: left;
    margin-right: 30px;
}

.k_k_txt, .k_og_dzien, .k_ew_txt{
    font-size: 14pt;
}

.k_k_nazwa{
    font-size: 20pt;
    margin-bottom: 5px;
    line-height: 28px;
}
.k_k_opis{
    font-size: 11pt;
}

.k_og_data{
    font-size: 23pt;
    margin-bottom: 5px;
    line-height: 28px;
}
.k_og_imieniny{
    font-size: 11pt;
}
.k_ew_nr{
    font-size: 23pt;
    line-height: 28px;
}