/* --------------- slider ---------------- */
.slide {
	cursor:pointer;
}

.duzy_slider_pojemnik{
    width: 100%;
}

.duzy_slider{
    height: 355px;
    display: table;
}

@media screen and (max-width: 619px){
    .duzy_slider{
        width: 100%;
    }
}

.slider_obraz_poj{
    display: table-cell;
    width: 100%;
}

.obraz_wrapper{
    position: relative;
}

.duzy_slider_wrapper{
    position: relative;
    margin: 0 auto;
    max-width: 1266px;
    height: 355px;
}

.slider_obrazek{
    position: absolute;
    right: 0px;
}

.slider_aktualnosc_poj{   
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width: 619px){
    .slider_obraz_poj{
        display: none;
    }
    
    .slider_aktualnosc_poj{   
        width: 100%;
    }
}

.slider_aktualnosc_tresc{
    width: 271px;
    float: left;
    padding: 80px 48px 0px 72px;
}

@media screen and (max-width: 899px){
    .slider_aktualnosc_tresc{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 619px){
    .slider_aktualnosc_tresc{
        width: auto;
        padding-left: 48px;
        float: none;
    }
}

.slider_aktualnosc_tytul{
    font-size: 27px;
    font-family: "Marcellus SC", "Open Sans";
    color: rgb( 89, 114, 178 );
    margin-bottom: 12px;
    display: block;
    font-weight: 400;
}

.slider_aktualnosc_tresc span{
  font-size: 13px;
  font-family: "Open Sans";
  color: rgb( 123, 132, 142 );
  line-height: 1.692;
  letter-spacing: 0.3px;
}

#right_arrow{
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    background: url("../img/right_arrow.png") no-repeat transparent center;
    width: 33px;
    height: 100%;
    z-index: 150;
}

#right_arrow:hover{
    background: url("../img/right_arrow_hover.png") no-repeat transparent center;
}

#left_arrow{
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background: url("../img/left_arrow.png") no-repeat transparent center;
    width: 33px;
    height: 100%;
    z-index: 150;
}

#left_arrow:hover{
    background: url("../img/left_arrow_hover.png") no-repeat transparent center;
    
}

/*------------------ menu pod sliderem ------------- */

#menu_glowna{
    text-align: center;
    background: url("../img/menu_glowna_tlo.jpg") repeat-x; 
    background-size: 100% 100%;
    padding-top: 1px;
}

#menu_glowna a{
    display: inline-block;
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb( 200, 213, 227 );
    padding: 11px 20px 13px 20px;
    margin: 0px 20px 0px 20px;
    text-align: center;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

#menu_glowna a:hover{
    background-color: #FFFFFF;
    color: #0e243f;
}

#pojemnik_glowny{
    position: relative;
    display: table;
    max-width: 1266px;
    margin: 0 auto;
    z-index: 10;
}

.pojemnik_glowny_wrapper{
    width: 100%;
    position: relative;
    display: table;
}

.tlo_szare{
    background-color: #ededed;
    position: absolute;
    z-index: 0;
    width: 50%;
    height: 100%;
}

#tresc_pojemnik{
    display: table-cell;
    vertical-align: top;
    background-color: #ededed;
    width: 100%;
}

/* ------------- Aktualnosci --------------- */

#aktualnosci{
    float: right;
    padding-top: 32px;
    padding-left: 26px;
    padding-right: 65px;
    padding-bottom: 168px;
}

#wiecejaktualnosci {
	position: static;
	margin-top: 25px;
	padding: 9px 36px 10px 37px;
	
}



@media screen and (max-width: 899px){
    #aktualnosci{
        padding-right: 26px;
    }
}

@media screen and (max-width: 699px){
    #aktualnosci{
        padding-bottom: 26px;
    }
}

.aktualnosc{
    min-height: 127px;
    max-width: 751px;
    background-color: #FFFFFF;
    margin-top: 25px;
    position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.aktualnosc:hover {
/*	box-shadow: 10px 10px 5px 0 rgba(153, 153, 153, 0.25);*/
	box-shadow: 0px 0px 25px 0 rgba(153, 153, 153, 0.75);
/*	left:5px;*/
	
	transform: scale(1.03,1.03);
	
}

.aktualnosc_obrazek{
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 40px;
    float: left;
}

.aktualnosc_tekst{
    padding: 17px 40px 31px 30px;
}

.aktualnosc_tytul{
    display: block;
    font-size: 15px;
    font-family: "Noto Sans";
    color: rgb( 2, 60, 127 );
    margin-bottom: 5px;
}

.aktualnosc_ikona{
    position: absolute;
    right: 14px;
    top: 13px;
}

#skroty{
    padding-top: 32px;
    padding-left: 41px;
    padding-bottom: 128px;
    padding-right: 60px;
    background-color: #FFFFFF;
    display:table-cell;
}

@media screen and (max-width: 899px){
    #skroty{
        padding-right: 40px;
        padding-left: 21px
    }
}

@media screen and (max-width: 699px){
    #tresc_pojemnik{
        display: block;
    }
    
    #skroty{
        width: auto;
        display: block;
        padding-left: 6px;
        padding-right: 20px;
        padding-top: 20px;
    }
    
    #pojemnik_glowny{
        display: block;
    }
    
    .pojemnik_glowny_wrapper{
        display: block;
    }
    
}

.skrot{
    width: 270px;
    height: 118px;
    margin-bottom: 40px;
    margin-left: 20px;
	display: table
	
}

.skrot a {
	display: table-cell;
}

.skrot a:first-child {
	vertical-align: middle;
	
	background: #205696 url("../img/skrot_tlo.jpg") repeat-y;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #143761 0%, #205696 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #143761 0%, #205696 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(left, #143761 0%, #205696 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #143761), color-stop(1, #205696));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #143761 0%, #205696 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #143761 0%, #205696 100%);
}

.skrot a:last-child {
	width: 118px;
}
.skrot img{
    /*float: right;*/
}

.skrot_pojemnik{
    display: table;
    /*width: 75px;*/
    padding: 0px 10px 0px 29px;
    height: 100%;
    background: url("../img/skrot_tlo.jpg") repeat-y;
}

.skrot_noimg {
	
	width: 231px;
	 	
	background: #205696 url("../img/skrot_tlo.jpg") repeat-y;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #143761 0%, #205696 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #143761 0%, #205696 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(left, #143761 0%, #205696 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #143761), color-stop(1, #205696));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #143761 0%, #205696 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #143761 0%, #205696 100%);
	
}


.skrot span{
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-family: "Noto Sans";
    color: rgb( 254, 254, 255 );
    line-height: 1.538;
}

/* ---------------- kalendarz ---------------- */
.kalendarz{
    width: 270px;
    position: relative;
    margin-left: 20px;
}

.kalendarz_tytul{
    line-height: 34px;
    text-align: center;
    background-color: #173f6e;
    font-family: "Noto Sans";
}

.poprzedni_miesiac{
    position: absolute;
    left: 7px;
    font-size: 11px;
    color: rgb( 140, 167, 198 );
    background: url("../img/k_l_arrow.png") no-repeat transparent center left;
    padding-left: 12px;
	cursor: pointer;
}

.aktualny_miesiac{
    font-size: 13px;
    color: rgb( 255, 255, 255 );
}

.nastepny_miesiac{
    position: absolute;
    right: 7px;
    font-size: 11px;
    color: rgb( 140, 167, 198 );
    background: url("../img/k_r_arrow.png") no-repeat transparent center right;
    padding-right: 12px;
	cursor: pointer;
}

.kal_tab_poj{
    background-color: #f7f6f6;
    border: 1px solid #dcdcdc;
    padding-bottom: 8px;
    margin-bottom: 40px;
}

.dni{
    border-bottom: 1px solid #800000;
    text-align: center;
    margin-top: 3px;
}

.dni a{
    text-align: center;
    width: 30px;
    line-height: 28px;
    display:inline-block;
    font-size: 13px;
    font-family: "Noto Sans";
    color: rgb( 102, 0, 0 );
    margin-left: 1px;
    margin-right: 1px;
}

.numerki{
    text-align: center;
}

.numerki a{
    text-align: center;
    width: 30px;
    line-height: 28px;
    display:inline-block;
    font-size: 13px;
    font-family: "Noto Sans";
    color: rgb( 124, 93, 93 );
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 1px;
    margin-right: 1px;
}

.numerki a:hover{
    background-color: #800000;
    color: #FFFFFF;
}

.numerki .event{
    background-color: #800000;
    color: #FFFFFF;
	cursor: pointer;
}

/* -------------- okienko --------------*/
.okienko{
    position: absolute;
    z-index: 1000;
    background-color: white;
    bottom: 100px;
    right: 60px;
    width: 219px;
    box-shadow: 2px 2px 5px #888888;
}

.okienko_tytul{
    background: url("../img/wyskakujace_okienko_tlo.jpg") repeat-y;  
    padding: 7px 12px 8px 12px;
    display: block;
    font-weight: 600;
    font-size: 13.41px;
    font-family: "Open Sans";
    color: rgb( 255, 255, 255 );
}

.przycisk-x{
    position: absolute;
    right: 8px;
    top: 8px;
    background: url("../img/przycisk_x.png") no-repeat transparent;
    width: 20px;
    height: 17px;
    display: block;
	cursor: pointer;
}

.wydarzenia{
    padding: 10px 13px 0px 13px;
    border-bottom: 1px solid #1b4a83;
    border-left: 1px solid #1b4a83;
    border-right: 1px solid #1b4a83;
}

.wydarzenie{
    display: block;
    position: relative;
    margin-bottom: 13px;
}

.wydarzenie_tresc{
    font-size: 10px;
    font-family: "Open Sans";
    color: rgb( 48, 48, 48 );
    display: block;
    padding-bottom: 15px;
}

.wiecej_maly{
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    font-size: 8px;
    font-family: "Noto Sans";
    color: #FFFFFF;
    padding: 1px 10px 2px 10px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #730000),
        color-stop(1, #af0000)
    );
    background-image: -o-linear-gradient(right, #730000 0%, #af0000 100%);
    background-image: -moz-linear-gradient(right, #730000 0%, #af0000 100%);
    background-image: -webkit-linear-gradient(right, #730000 0%, #af0000 100%);
    background-image: -ms-linear-gradient(right, #730000 0%, #af0000 100%);
    background-image: linear-gradient(to right, #730000 0%, #af0000 100%);
}

/*------ przycisk galeria ----- */
.galeria{
    display: block;
    line-height: 39px;
    width: 270px;
    background: url("../img/galeria_skrot_tlo.jpg") repeat-y;
    position: relative;
    margin-bottom: 40px;
    margin-left: 20px;
}

.galeria span{
  margin-left: 93px;
  font-size: 20px;
  font-family: "Noto Sans";
  color: rgb( 254, 254, 254 );
}

.galeria img{
    position: absolute;
    right: 4px;
    top: -17px;
}

.sonda{
    width: 270px;
    margin-left: 20px;
    margin-bottom: 40px;
}

.sonda_tytul{
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #173f6e;
    text-align: center;
}

.sonda_tytul span{
    font-size: 13px;
    font-family: "Noto Sans";
    color: rgb( 255, 255, 255 );
}

.sonda_tresc{
    padding: 10px 11px 58px 12px;
    font-size: 13px;
    font-family: "Noto Sans";
    color: rgb( 120, 116, 116 );
    line-height: 1.538;
    background-color: #f7f6f6;
    border: 1px solid #dcdcdc;
    position: relative;
}

.sonda_tresc span{
    display: block;
    margin-bottom: 10px;
}

.sonda_formularz{
    margin-left: 15px;
}

.radio_input{
    margin-top: 3px;
    margin-bottom: 5px;
}

.sonda_formularz input[type="radio"]{
	vertical-align: middle;
	margin-top: -1px;
}

.sonda_formularz input[type="radio"] + label{
    margin-left: 10px;
}

@media screen and (max-width: 699px){  
    .skrot{
        float:left;
    }
    
    .kalendarz{
        float: left;
    }
    
    .galeria{
        float: left;
    }
    
    .sonda{
        float: left;
    }
}

#logotypy_tlo{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: table-cell;
    z-index: 15;
}
