/*
#ffeddf tlo menu
#2c3e50 tlo strony
#0C2032 przycisk

#530202 link
*/


@import url("https://fonts.googleapis.com/css?family=Rubik:100,300,400,700&subset=latin-ext");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { -webkit-text-size-adjust: none; }
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@-ms-viewport {width: device-width}
body {
	background: #2c3e50;
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
    overflow-y: scroll;
}
body, input, select, textarea {
	color: #fff;
    font-family: 'Rubik', sans-serif;
}
a {
	-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-o-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	transition: color 0.2s ease, border-bottom-color 0.2s ease;
	color: #ffeddf;
	text-decoration: none;

    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
a:before {
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
/*
a:hover {
	border-bottom-color: transparent;
	color: #fff;
}
a:hover:before {
	color: #fff !important;
}
*/
.srodek {text-align: center}

strong, b {font-weight: 700}
iframe {max-width: 100%}
em, i {font-style: italic}
p {margin: 0 0 30px 0}
p:last-child {margin: 0}
time {
    display: block;
    position: relative;
    font-size: 14px;
}
time::before {
	content: "\e90e";
	font-family: icomoon;
	left: -30px;
	position: absolute;
	top: -2px;
	font-size: 16px;
	color: #fc8b92;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	line-height: 1.2;
	margin: 0;
    position: relative;
}
h1 {
	font-size: 250%;
}
h2 {
	font-size: 200%;
}
h3 {
	font-size: 150%;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}


main,
.wasko {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
    border-radius: 50px;
}




.logo {
	padding: 20px;
	overflow: hidden;
	margin: 0;
	background: #ffeddf;
	border-radius: 50%;
    width: 140px;
}




header .wasko {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}




nav {
	z-index: 2;
	background: #ffeddf;
	height: 80px;
	width: 100%;
}
nav .wasko {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
nav ul {
	list-style: none;
	padding: 0;
    margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
nav ul li {
	display: inline-block;
	padding: 0;
    position: relative;
}
nav ul li a {
	border-bottom: 0;
	text-transform: uppercase;
	line-height: 80px;
	display: block;
	color: #530202;
	padding: 0px 25px;
}
nav ul li a:hover {
	text-decoration: underline;
}
nav ul li.active a {
    font-weight: bold;
	border: 0 !important;
}


nav ul li:hover > ul {
    -ms-transform: scaleY(1);
        transform: scaleY(1);
    -webkit-transform: scaleY(1);
    visibility: visible !important;
}


nav ul ul li {
	margin: 0;
	padding: 0;
    width: 100%;
}
nav ul ul a {
	border: 0;
	color: #fff;
	display: block;
	font-weight: 400;
	text-transform: none;
	padding: 0 15px;
	font-size: 84%;
    line-height: 50px;
	border-bottom: 1px solid #5970a0;
}
nav ul ul li:last-child a {border:0}
nav ul ul a span {background: none}
nav ul ul li.active > a,
nav ul ul li a:hover {
	color: #fff;
}
nav ul ul ul {display: none}

.item-237 a {padding-right: 0}



/* startowa */
.startowa nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: 0.2s -webkit-transform cubic-bezier(.3,.73,.3,.74);
    transition: 0.2s -webkit-transform cubic-bezier(.3,.73,.3,.74);
    -o-transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
    transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
    transition: 0.2s transform cubic-bezier(.3,.73,.3,.74), 0.2s -webkit-transform cubic-bezier(.3,.73,.3,.74);

}
.startowa nav.widac {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}



.bFota {
	/* width: 100vw; */
	height: 100vh;
	padding: 0;
	margin: 0 auto;
	background: url(../img/tlo-full.jpg) no-repeat center / cover;
}



/* kategoria */

.kat figure {width: 100%}
.tresc {
	max-width: 1000px;
	margin: -100px auto 0;
	background: #2c3e50;
	overflow: hidden;
	padding: 50px;
	display: block;
	position: relative;
    border: 5px solid #0C2032;
    border-radius: 50px;
}

.full,
.oKat {
	margin: 50px auto;
	overflow: hidden;
	position: relative;
	max-width: 1000px;
}











.klawisz {
    background: #eec60c;
    color: #000;
    border-radius: 5px;
	display: block;
	margin: 5em auto;
	padding: 1em;
	max-width: 550px;
	text-align: center;
	-webkit-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
    border: 0;
    font-weight: bold;
}
.klawisz:hover {
    background: #000;
    color: #fff
}

a.pobierz {
	display: block;
    background: #eec60c;
	width: 300px;
	margin: 10px auto;
}







blockquote {
	font-family: Georgia, "Times New Roman", Times;
	font-style: italic;
	margin: 0 0 2em 0;
}

code {
	background: rgba(160, 160, 160, 0.075);
	border: solid 1px rgba(160, 160, 160, 0.3);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: 1px solid #b7c2d6;
	margin: 40px 0;
}
.srodek {
	text-align: center;
}
img {
    max-width: 100% !important;
    height: auto;
    display: block;
}







.highlight {
	background: #fc8b92;
	color: #000;
	padding: 2px 5px;
}


/* List */

article ol {
	list-style: inside decimal;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

article ol li {
		padding-left: 2em;
	}

article ul {
    list-style: square inside none;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

article ul li {
		padding-left: 0.5em;
	}


/* SECTION */
section {
	padding: 0;
	margin: 0 auto;
	position: relative;
	width: 100%;
    max-width: 1920px;
}


section.bread {
	max-width: 1250px;
	padding: 18px 20px 16px 127px;
}


.okruszki {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	font-size: .9em;
}
.okruszki li {
	padding: 0;
}
.okruszki li:first-child {
    padding-right: 20px;
}
.okruszki .divider {
    padding: 0 20px;
    color: #b2b2b2;
}




main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}





/* KATEGORIA */

.mfK header {
    max-width: 800px;
    margin: 0 auto;
}

ul.jedna {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
ul.jedna li {
	list-style: none;
	padding: 0;
	width: 30.8%;
    margin-top: 50px;
}
ul.jedna a {
	position: relative;
	display: block;
	max-height: 211px;
	overflow: hidden;
    color: #fff;
 	border-radius: 25px;
	border: 5px solid #0C2032;
}
ul.jedna a img {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
	filter: blur(0px);
	-webkit-transition: .5s -webkit-filter linear;
	-o-transition: .5s -o-filter linear;
}

ul.jedna span {
	position: absolute;
	bottom: 0px;
	text-shadow: 0 0 10px #000;
	padding: 2px 20px;
	background: rgba(0,0,0,0.5);
	border-radius: 0 25px 0 0;
    -webkit-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -webkit-transition: background-color 1000ms linear, padding 0.8s linear;
    -o-transition: background-color 1000ms linear, padding 0.8s linear;
    transition: background-color 1000ms linear, padding 0.8s linear;
}
ul.jedna a:hover span {
	padding: 4px 40px;
	background: #000;
}
ul.jedna a:hover img {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: url(/templates/mf_chor/css/#blur);
	filter: blur(3px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	-webkit-transition: .5s -webkit-filter linear;
	-o-transition: .5s -o-filter linear;
}










/* ARTICLE */

article {
	position: relative;
    width: 74.82%;
}
.bezK article {
    width: 100% !important;
}
.art h1 {
	margin: 50px 0;
	text-align: center;
}

article header.flex {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

figure {
	border: 5px solid #0C2032;
	border-radius: 50px;
	overflow: hidden;
	width: 59.6%;
}
.pola {
	list-style: none;
	width: 33%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pola li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	line-height: 1.2;
}
.pola .label {
	font-weight: bold;
	display: inline-block;
	width: 150px;
	text-align: right;
	margin-right: 20px;
	line-height: 1;
}


article .intro {margin-bottom: 1em}



article > figure {
    position: relative;
}
article > figure img {
    display: block;
}
article > figure figcaption {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 0px 5px;
	font-size: 13px;
	text-shadow: 0 0 10px #000;
}
article > figure span {
    margin-left: 20px
}




.startowa article {
	width: 100%;
	max-width: 1000px;
	margin: -70px auto 0;
	background: #2c3e50;
	border-radius: 50px;
	padding: 25px 50px;
}

.znikaj {
	margin: -160px auto 20px;
}
.znikaj.niewidac {
    opacity: 0;
-webkit-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}

.startowa h1 {
    margin-bottom: 50px;
}




article.aktualnosci {
	max-width: 1000px;
	margin: auto;
}
.aktualnosci figure {
	max-width: 1000px;
	margin: auto;
}




.navi {
	margin: 0;
	padding: 50px 0 0;
	border-top: 5px solid #0C2032;
	display: flex;
	justify-content: space-between;
}

.navi a {
	border: 0;
	display: flex;
	width: 50%;
	align-items: center;
    color: #ffeddf;
}
.navi.d,
.navi a.d {
    justify-content: flex-end;
}
.navi i {
	font-size: 40px;
    margin: 0 10px 0 -8px;
    color: #ffeddf;

}
.navi .d i {
	margin: 0 -9px 0 10px;
}
.navi a:hover i {
    color: #000;
}






/* paginacja */

.pagination {}
.pagination nav {
    background: transparent;
}
.pagination ul {
	padding: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pagination li {
	padding: 0 5px;
}
.pagination a {
	color: #530202;
	width: 50px;
	height: 50px;
	border: 1px solid #b7c2d6;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	padding: 0;
}
.pagination p {
    text-align: center;
}
.pagination nav ul li.active::before {display: none;}
.pagination li:first-child a {
    background: #fff url(../img/sprite.png) no-repeat;
    background-position: 0 -4px;
}
.pagination li:last-child a {
    background: #fff url(../img/sprite.png) no-repeat;
    background-position: 0 -35px;
}

.pagination .wstecz {
	cursor: pointer;
	position: relative !important;
	width: 40px;
	height: 40px;
	top: unset !important;
	bottom: -19px !important;
	left: 50%;
	margin-left: -49px !important;
	z-index: 1000;
	background: #fff url(../img/sprite.png) no-repeat;
	background-position: -4px -9px;
	border-radius: 20px;
}




aside {
	padding: 0 25px 0 0;
	width: 25.18%;
	margin: 0;
}



aside h4,
aside .zaH3 {
	color: #fff;
	font-size: 1em;
	margin: 0;
	font-weight: 800;
    position: relative;
    margin-bottom: 2em;
    line-height: 2;
}
aside .zaH3 {
    margin-top: -12px;
}
aside .zaH3::after {
	content: '';
	border-bottom: 1px solid #fff;
	display: block;
	width: 50%;
}
aside .zaH3::before {
	content: '';
	border-bottom: 1px solid #fff;
	display: block;
	width: 40%;
	position: absolute;
	bottom: -5px;
}



/* SZUKAJ */

.aSzukaj ul,
ul.katArt {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.aSzukaj ul li,
.katArt li {
	border-top: 1px solid #8899bb;
	padding: 36px 0 0;
}
.aSzukaj h2,
.katArt h2 {
	margin: 0 0 22px;
	font-size: 161%;
	line-height: 34px;
}
.aSzukaj time,
.katArt time {
	margin-left: 30px;
	font-size: 15px;
	color: #530202;
}
.aSzukaj ul a {
	display: block;
	margin: 30px auto 40px;
	background: transparent;
	border-color: #8899bb;
	color: #530202;
	font-size: 14px;
}

/* ART LISTA */

.lArt {
	margin: 10px -25px -25px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.lArt li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 50px 0;
	padding: 0;
}
.lArt img {
	display: block;
	border-radius: 25px;
	border: 5px solid #0C2032;
    width: 400px;
    margin-right: 50px;
}

.lArt h2 {
	line-height: 1;
	margin: -4px 0 10px;
}



/* KONTAKT */



/* Footer */
footer {
	padding: 40px 0 30px;
	color: #fff;
	font-size: 14px;
	margin-top: 40px;
	background: #0c2032;
	line-height: 1.2;
}
footer p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	margin: 0;
}

footer a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
footer a:hover {
	color: #ffeddf;
	border-bottom: 1px solid #ffeddf;
}

#mM {display: none}
#osmap {
	max-width: 1000px;
	margin: auto;
}
.yellow {
    position: fixed;
    background: yellow;
    padding: 0 5px;
    color: red;
    z-index: 999999999999999999;
    top: 100px;
    left:0;
    font-size: 14px;
}
.yellow p {margin:0}
.yellow span {
	width: 70px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	color: #000;
}