body {
margin: 0 auto;
padding: 0;
font-size: 16px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 300;
background: #fff;
color: #4b4f5c;
}

form, fieldset {
margin: 0;
padding: 0;
border: 0;
display: block;
}

img {
border: 0;
}

a {
text-decoration: none;
color: #4b4f5c;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}

    a:hover {
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    }

input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 20px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}

select::-ms-expand {
display: none;
}

b, strong {
font-weight: 700;
}

.dostepnoscOver {
height: 80px;
background: #f2f3f5;
}

.dostepnosc {
margin: 0 auto;
padding: 0;
width: 1200px;
text-align: center;
overflow: hidden;
height: 80px;
line-height: 80px;
}

	.dostepnosc .linki {
	float: left;
	}

	    .dostepnosc .linki a {
	    float: left;
	    line-height: 80px;
	    text-align: left;
	    }

	    .dostepnosc .linki a:first-of-type {
	    margin: 0 15px 0 0;
	    padding: 0 0 0 49px;
	    background: url(../img/svg/topbar-icon-home-39x39.svg) left center no-repeat;
	    background-size: 39px auto;
	    }

	    .dostepnosc .linki a:nth-child(2) {
	    margin: 0 15px 0 0;
	    padding: 0 0 0 49px;
	    background: url(../img/svg/topbar-icon-contrast-39x39.svg) left center no-repeat;
	    background-size: 39px auto;
	    }

	    .dostepnosc .linki a:nth-child(3) {
	    margin: 0 15px 0 0;
	    padding: 0 0 0 49px;
	    background: url(../img/svg/topbar-icon-content-39x39.svg) left center no-repeat;
	    background-size: 39px auto;
    	}

	    .dostepnosc .linki a:nth-child(4) {
	    margin: 0 15px 0 0;
	    padding: 0 0 0 49px;
	    background: url(../img/svg/topbar-icon-map-39x39.svg) left center no-repeat;
	    background-size: 39px auto;
    	}

	    .dostepnosc .linki a.wybrana {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        }

        .dostepnosc .linki a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        }

    .dostepnosc .czcionka {
    margin: 0;
    float: right;
    }

	    .dostepnosc .czcionka span {
	    float: left;
	    padding: 0 10px 0 0;
	    cursor: pointer;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
	    }

            .dostepnosc .czcionka span:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            -khtml-opacity: 0.5;
            opacity: 0.5;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            transition: all 300ms linear;
            }

        .dostepnosc .czcionka a {
        padding: 0;
        display: inline-block;
        cursor: pointer;
        margin-left: -2px;
        width: 39px;
        height: 80px;
        }

        .dostepnosc .czcionka a:nth-child(2) {
        background: url(../img/svg/topbar-icon-a-39x39.svg) center center no-repeat;
        background-size: 39px auto;
        }

        .dostepnosc .czcionka a:nth-child(3) {
        background: url(../img/svg/topbar-icon-aa-39x39.svg) center center no-repeat;
        background-size: 39px auto;
        }

        .dostepnosc .czcionka a:nth-child(4) {
        background: url(../img/svg/topbar-icon-aaa-39x39.svg) center center no-repeat;
        background-size: 39px auto;
        }

        .dostepnosc .czcionka a.wybrana {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        }

        .dostepnosc .czcionka a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        }

.top {
margin: 0 auto;
margin-top: 40px;
width: 1200px;
overflow: hidden;
}

    .top .bip {
    margin-right: 30px;
    float: left;
    }

        .top .bip a img {
        display: block;
        }

    .top .nazwa {
    margin-right: 40px;
    float: left;
    font-size: 30px;
    line-height: 30px;
    }

        .top .nazwa span {
        clear: both;
        display: block;
        font-size: 18px;
        line-height: 18px;
        }

    .top .logo {
    float: left;
    position: relative;
    width: 144px;
    height: 72px;
    }

        .top .logo img {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        max-width: 144px;
        max-height: 72px;
        height: auto;
        }

    /*
    .top .menu {
    display: none;
    width: 40px;
    height: 60px;
    float: right;
    }

        .top .menu a {
        display: block;
        background: url(../img/menu.png) center center no-repeat;
        background-size: 40px auto;
        width: 40px;
        height: 60px;
        cursor: pointer;
        }
    */

    .top .wyszukiwarka {
    float: right;
    text-align: right;
    height: 60px;
    overflow: hidden;
    }

        .top .wyszukiwarka form,.top .wyszukiwarka fieldset {
        height: 60px;
        overflow: hidden;
        }

        .top .wyszukiwarka label {
        padding: 0 10px 0 10px;
        display: inline-block;
        float: left;
        font-size: 20px;
        line-height: 60px !important;
        cursor: pointer;
        text-align: right;
        }

        .top .wyszukiwarka input[type=text] {
        margin: 0;
        padding: 0 20px;
        display: inline-block;
        font-weight: 300;
        color: #b2b6c4;
        border: 0;
        height: 58px;
        width: 258px;
        background: #f2f3f5;
        border: 1px #f2f3f5 solid;
        float: left;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        }

        .top .wyszukiwarka input[type=submit] {
        margin: 0;
        padding: 0;
        display: inline-block;
        background: url(../img/svg/search-icon-60x60.svg) center center no-repeat #f2f3f5;
        background-size: 60px auto;
        width: 60px;
        height: 60px;
        border: 0;
        cursor: pointer;
        }

.slider {
margin: 0 auto;
margin-top: 30px;
width: 1180px;
height: 270px;
border: 10px #f2f3f5 solid;
}

    .slider ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    }

        .slider ul li {
        margin: 0 auto;
        padding: 0;
        }

            .slider ul li img {
            width: 1180px;
            height: 270px;
            border: 0;
            display: block;
            }

.dzial {
margin: 0 auto;
text-align: center;
padding: 10px 0;
width: 100%;
display: none;
overflow: hidden;
}

    .dzial label {
    padding: 0 10px 0 10px;
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 60px !important;
    cursor: pointer;
    text-align: right;
    }

    .dzial select {
    margin: 0;
    padding: 0 20px;
    background: #F2F3F5;
    border: 0;
    height: 50px;
    cursor: pointer;
    float: right;
    background: url(../img/svg/dropdown-60x60.svg) right -5px center no-repeat #F2F3F5;
    background-size: 60px auto;
    }

.strona {
margin: 0 auto;
margin-top: 30px;
width: 1200px;
overflow: hidden;
}

    .strona .lewo {
    float: left;
    width: 320px;
    }

        .strona .lewo ul {
        margin: 0;
        padding: 0;
        list-style: none;
        }

            .strona .lewo ul li {
            padding: 0;
            overflow: hidden;
            /*
            background: #f2f3f5;
            */
            background: #f8f9fb;
            }

            .strona .lewo ul li a {
            border-bottom: 3px #fff solid;
            }

            .strona .lewo ul li ul li:last-of-type a {
            border-bottom: 0;
            }

                /*
                .strona .lewo ul li:nth-child(2n) {
                background: #f8f9fb;
                }
                */

                .strona .lewo ul li ul {
                border-bottom: 3px #fff solid;
                }


                .strona .lewo ul li a {
                padding: 17px 20px;
                font-size: 22px;
                line-height: 26px;
                color: #4b4F5C;
                display: block;
                text-transform: uppercase;
                }

                    .strona .lewo ul li a:hover {
                    background: #4b4f5c;
                    color: #fff;
                    }

                .strona .lewo ul li ul li a {
                padding: 8px 12px;
                text-transform: none;
                font-size: 18px;
                }

                    .strona .lewo ul li ul li {
                    border-left: 20px #fff solid;
                    /* background: #f2f3f5; */
                    background: #f8f9fb;
                    }

                    /*
                    .strona .lewo ul li:nth-child(2n) ul li {
                    background: #f8f9fb;
                    }
                    */

                .strona .lewo ul li a.wybrana {
                background: #4b4f5c;
                color: #fff;
                }

    .strona .prawo {
    float: right;
    text-align: left;
    width: 840px;
    }

        .strona .prawo .naglowek {
        width: 100%;
        background: url(../img/naglowek-bg.png) bottom repeat-x;
        overflow: hidden;
        position: relative;
        }

            .strona .prawo .naglowek h1 {
            margin: 0;
            padding: 17px 20px;
            font-weight: 300;
            font-size: 22px;
            line-height: 26px;
            color: #fff;
            background: #4b4f5c;
            max-width: 700px;
            float: left;
            display: inline-block;
            }

        .strona .prawo .drukuj {
        position: absolute;
        bottom: 0;
        right: 20px;
        width: 60px;
        height: 60px;
        background: url(../img/svg/print-icon-60x60.svg) center center no-repeat #4b4f5c;
        background-size: 58px auto;
        }

            .strona .prawo .drukuj a {
            display: block;
            width: 100%;
            height: 100%;
            cursor: pointer;
            }

        .strona .prawo .tekst {
        margin-top: 40px;
        font-size: 20px;
        line-height: 28px;
        }

            .strona .prawo .tekst a:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            -khtml-opacity: 0.5;
            opacity: 0.5;
            }

            .strona .prawo .tekst .pliki ul {
			margin: 0;
			padding: 0;
			list-style: none;
			display: block;
			} 
			
	            .strona .prawo .tekst .pliki ul li {
				margin: 0;
				margin-bottom: 1px;
				padding: 0;
				display: block;
				width: 100%;
				}
				
	            .strona .prawo .tekst .pliki ul li:last-of-type {
				margin-bottom: 0;
				}				 			
            
		            .strona .prawo .tekst .pliki ul li a {
					background: url(../img/svg/pobierz-24x13.svg) left 20px top 24px no-repeat #4b4f5c;
					background-size: 24px 13px;		            
					color: white;
					padding: 15px 20px 15px 59px;
					display: block;
					}            

        .strona .prawo h2 {
        font-size: 32px;
        line-height: 34px;
        font-weight: 300;
        }
        
        .strona .prawo .news {
        display: block;
        clear: both;
        border-bottom: 1px solid #E5E6E8;
        padding-bottom: 40px;
        margin-bottom: 13px;
        overflow: hidden;
        }
        
        .strona .prawo .news:last-of-type {
        padding-bottom: 20px;
        margin-bottom: 0;
        border-bottom: none;
        }
        
        .strona .prawo .news .wiecej {
        margin: 20px 0 0 0;
        display: block;
        overflow: hidden;
        }

        	.strona .prawo .news .wiecej a {
			background: #4b4f5c;
			color: white;
			padding: 15px 20px;
			display: inline-block;
			}

.menuFooter {
margin: 0 auto;
margin-top: 40px;
width: 100%;
min-height: 80px;
background: #f2f3f5;
}

    .menuFooter ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    max-width: 1200px;
    }

        .menuFooter ul li {
        margin: 0;
        padding: 30px 0;
        list-style: none;
        display: inline-block;
        text-align: center;
        height: 20px;
        background: url(../img/footer.png) right center no-repeat;
        }

            .menuFooter ul li a {
            padding: 0 15px;
            line-height: 20px;
            display: block;
            }

            .menuFooter ul li a:hover,
            .menuFooter ul li a.wybrana {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            -khtml-opacity: 0.5;
            opacity: 0.5;
            }

            .menuFooter ul li:last-of-type {
            background: none;
            }

.podpisOver {
margin: 0 auto;
color: #fff;
min-height: 80px;
background: #4b4f5c;
}

.podpis {
margin: 0 auto;
padding: 15px 0;
width: 1200px;
text-align: center;
overflow: hidden;
line-height: 20px;
}

    .podpis a {
    padding: 15px 0;
    color: #fff;
    line-height: 20px;
    }

        .podpis a:hover,
        .podpis a.wybrana {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        }

.podpis p {
float: left;
width: 50%;
text-align: left;
}

.podpis p:last-of-type {
float: right;
text-align: right;
}

.rejestrZmian {
margin-top: 20px;
overflow: hidden;
clear: both;
}

    .rejestrZmian h3 {
    padding: 0 0 0 20px;
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 50px;
    background: #F8F9FB;
    text-align: left;
    }

    .rejestrZmian .informacjePodstawowe {
    border: 5px #F8F9FB solid;
    width: auto;
    overflow: hidden;
    padding: 10px 20px;
    font-size: 18px;
    }

        .rejestrZmian .informacjePodstawowe div {
        }

::-webkit-input-placeholder {
color: #b2b6c4;
}
:-moz-placeholder {
color: #b2b6c4;
}
::-moz-placeholder {
color: #b2b6c4;
}
:-ms-input-placeholder {
color: #b2b6c4;
}

@media screen and (max-width:1250px) {

.dostepnosc {
width: 980px;
}

.top {
width: 980px;
}

    .top .logo {
    }

        .top .logo img {
        height: auto;
        }

        .top .wyszukiwarka input[type=text] {
        width: 198px;
        }

.slider {
width: 960px;
height: 220px;
}

            .slider ul li img {
            width: 960px;
            height: 220px;
            }

.strona {
width: 980px;
}

    .strona .lewo {
    width: 260px;
    }

    .strona .prawo {
    width: 680px;
    }

            .strona .prawo .naglowek h1 {
            max-width: 540px;
            }

    .menuFooter ul {
    max-width: 980px;
    }

.podpis {
width: 980px;
}
}

@media screen and (max-width: 1023px) {
body {
font-size: 15px;
}

.dostepnosc {
width: 708px;
}

	    .dostepnosc .linki a {
        overflow: hidden;
        height: 80px;
        display: block;
	    }

	    .dostepnosc .linki a:first-of-type {
	    margin: 0 15px 0 0;
	    padding: 0;
        width: 39px;
	    }

	    .dostepnosc .linki a:nth-child(2) {
	    margin: 0 15px 0 0;
	    padding: 0;
        width: 39px;
	    }

	    .dostepnosc .linki a:nth-child(3) {
	    margin: 0 15px 0 0;
	    padding: 0;
        width: 39px;
    	}

	    .dostepnosc .linki a:nth-child(4) {
	    margin: 0 15px 0 0;
	    padding: 0;
        width: 39px;
    	}

	    .dostepnosc .linki a span {
        display: none;
	    }

.top {
width: 708px;
}

    .top .nazwa {
    font-size: 26px;
    line-height: 26px;
    }

        .top .nazwa span {
        font-size: 18px;
        }

    .top .logo {
    /*
    width: 200px;
    height: 60px;
    */
    float: right;
    }

        .top .logo img {
        /*
		max-width: none;
        max-height: none;
        height: auto;
        max-width: 200px;
        max-height: 60px;
        height: auto;
        */        
        }

    .top .wyszukiwarka {
    height: 50px;
    margin-top: 20px;
    clear: both;
    }

        .top .wyszukiwarka form,.top .wyszukiwarka fieldset {
        height: 50px;
        }

        .top .wyszukiwarka label {
        width: 70px;
        line-height: 50px !important;
        }

        .top .wyszukiwarka input[type=text] {
        width: 526px;
        height: 48px;
        }

        .top .wyszukiwarka input[type=submit] {
        background: url(../img/svg/search-icon-60x60.svg) center center no-repeat #f2f3f5;
        background-size: 50px auto;
        width: 50px;
        height: 50px;
        }

.dzial {
display: block;
width: 708px;
}

    .dzial label {
    width: 70px;
    line-height: 50px !important;
    }

    .dzial select {
    width: 618px;
    }

.slider {
display: none;
}

.strona {
width: 708px;
}

    .strona .lewo {
    width: 100%;
    display: none;
    }

    .strona .prawo {
    width: 100%;
    clear: both;
    }

            .strona .prawo .naglowek h1 {
            max-width: 588px;
            font-size: 20px;
            padding: 12px 20px;
            }

            .strona .prawo .drukuj {
            right: 0;
            width: 50px;
            height: 50px;
            background: url(../img/svg/print-icon-60x60.svg) center center no-repeat #4b4f5c;
            background-size: 48px auto;
            }

        .strona .prawo .tekst {
        font-size: 18px;
        line-height: 26px;
        }

        .strona .prawo h2 {
        font-size: 28px;
        }

    .menuFooter ul {
    max-width: 708px;
    }

.podpis {
width: 708px;
}
}

@media screen and (max-width:767px) {
body {
font-size: 15px;
}

.dostepnosc {
width: 460px;
}

.top {
width: 460px;
}

    .top .bip {
    display: none;
    }

    .top .nazwa {
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px #f2f3f5 solid;
    }

    .top .logo {
    display: none;
    }

        .top .wyszukiwarka input[type=text] {
        width: 278px;
        }

        .top .wyszukiwarka input[type=submit] {
        background: url(../img/svg/search-icon-60x60.svg) center center no-repeat #f2f3f5;
        background-size: 50px auto;
        width: 50px;
        height: 50px;
        }

.dzial {
width: 460px;
}

    .dzial label {
    width: 70px;
    }

    .dzial select {
    width: 370px;
    }

.strona {
width: 460px;
}

            .strona .prawo .naglowek h1 {
            max-width: 420px;
            width: 100%;
            }

            .strona .prawo .drukuj {
            display: none;
            }

        .strona .prawo .tekst {
        font-size: 16px;
        line-height: 24px;
        }

        .strona .prawo h2 {
        font-size: 24px;
        }

.menuFoter {
min-height: none;
}


    .menuFooter ul {
    max-width: 460px;
    margin: 0 auto;
    padding: 20px 0;
    }

        .menuFooter ul li {
        margin: 0;
        padding: 5px 0;
        background: none;
        width: 33.333%;
        text-align: center;
        }

.podpis {
width: 460px;
}

    .podpis p {
    margin: 0;
    padding: 10px 0 10px 0;
    float: none;
    text-align: center;
    clear: both;
    display: block;
    width: 100%;
    }

    .podpis p:last-of-type {
    margin: 0;
    padding: 0 0 10px 0;
    float: none;
    text-align: center;
    clear: both;
    display: block;
    width: 100%;
    }
}

@media screen and (max-width:479px) {

.dostepnoscOver {
height: 50px;
}

.dostepnosc {
height: 50px;
line-height: 50px;
}

.dostepnosc {
width: 300px;
}

    .dostepnosc .linki a {
    line-height: 50px;
    height: 50px;
    }

	    .dostepnosc .linki a:first-of-type {
	    margin: 0 5px 0 0;
        width: 30px;
        background-size: 30px auto;
	    }

	    .dostepnosc .linki a:nth-child(2) {
	    margin: 0 5px 0 0;
        width: 30px;
        background-size: 30px auto;
	    }

	    .dostepnosc .linki a:nth-child(3) {
	    margin: 0 5px 0 0;
        width: 30px;
        background-size: 30px auto;
    	}

	    .dostepnosc .linki a:nth-child(4) {
	    margin: 0 5px 0 0;
        width: 30px;
        background-size: 30px auto;
    	}

	    .dostepnosc .linki a span {
        display: none;
	    }

	    .dostepnosc .czcionka span {
	    display: none;
	    }

        .dostepnosc .czcionka a {
        margin-left: 5px;
        width: 30px;
        height: 50px;
        }

        .dostepnosc .czcionka a:nth-child(2) {
        background-size: 30px auto;
        }

        .dostepnosc .czcionka a:nth-child(3) {
        background-size: 30px auto;
        }

        .dostepnosc .czcionka a:nth-child(4) {
        background-size: 30px auto;
        }

.top {
width: 300px;
}

        .top .wyszukiwarka input[type=text] {
        width: 118px;
        }

.dzial {
width: 300px;
}

    .dzial label {
    width: 70px;
    }

    .dzial select {
    width: 210px;
    }

.strona {
width: 300px;
}

            .strona .prawo .naglowek h1 {
            max-width: 260px;
            }

    .menuFooter ul {
    max-width: 300px;
    }

        .menuFooter ul li {
        width: 50%;
        }

.podpis {
width: 300px;
}
}