body { 
	background-color: #fdfdfd; 
	font-family: 'Roboto Condensed', sans-serif; 
	font-size:18px; 
	margin: 0px; 
}

h1 { font-size:48px; font-weight:bold; }
h6, .h6 { font-size:18px; font-weight:bold; 
	background: url(../images/h6_linia.gif) 0px 19px no-repeat;
	height: 21px;
	overflow: hidden;
}
h6 > a, .h6 > a { color: #000; }
h6 > a:hover, .h6 > a { text-decoration:none; }


a { color:#f00; }
a:hover { color:#f00; }

a.gray, a.gray:hover { color:#a77070; }
a.black, a.black:hover { color:#000; }
/* input focus */
.form-control:focus { border-color: #969696; }
.btn-primary {
    color: #fff;
    background-color: #db0000;
    border-color: #cb0000;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #f00;
}

.btn-primary:hover {
    background-color: #ff0000;
	border-color: #cb0000;
}

#header {
	background-color:#ffffff; 
	/*background: url(../images/bg-flaga.jpg);*/
    background-size: 100% 100%;
	box-shadow: 1px 0px 5px rgba(199, 199, 197, .8);
	width:100%;
	height: 95px;
	//overflow:hidden;
	top:-40px; 
	z-index:1000;
	position:sticky;
}

#header img.logo { float:left; margin-top: 5px; margin-left:5px; height:86px; transition: all .3s ease-in-out; }

#header .buttons-top-socialmedia { overflow-x: scroll; overflow-y: hidden; }
#header .buttons-top-socialmedia > div { display:flex; padding: 3px 0 7px 0; }
#header .buttons-top-socialmedia a > img { border-radius:5px; opacity: 0.5; height:30px; margin: 5px 10px 0 0; transition: all 0.5s; }
#header .buttons-top-socialmedia a:hover > img { opacity: 1; }


#top { height: 65px; overflow:hidden; }

#top input, #menu_mobile > div.mm_linia_1_bottom input { 
    border: 1px solid #ccc;
	font-size:15px;
	padding:3px;
	box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.1) inset;
	border-radius: 2px 0px 0px 2px;
	height:25px;
}

#top button, #menu_mobile > div.mm_linia_1_bottom button { 
	background-color: #f8f8f8;
    border-top: 1px solid #ccc;
	font-size:15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0px;
	padding: 0px 10px;
	color: #969696;
	cursor:pointer;
	border-radius: 0px 2px 2px 0px;
	box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.1) inset;
	height:25px;
}

#top .top_icon img { 
	border-radius: 100%;
	margin-right: 5px; 
	height: 30px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}


#top input::placeholder {
	color:#c0c0c0;
}


#menu > div { display: flex; flex-wrap: wrap; justify-content: flex-end; }
#menu_mobile > div { display: flex; flex-wrap: wrap; justify-content: center; }

#menu .menuFlex { display:flex; height:50px; gap:2px; align-content: flex-end; line-height:98%; }
#menu .menuFlex a { padding:2px 5px; font-size:14px; white-space:nowrap;align-self:flex-end; text-align:center; color:#000; border-radius:10px; transition: background-color 0.5s, color 0.2s;  }
#menu .menuFlex a > i { color:#6a6a6a; font-size:25px; transition: color 0.2s; }
#menu .menuFlex a:hover > i { color:#fff; }
#menu .menuFlex a:hover { text-decoration:none; background-color:#ef001a; color:#fff; }
#menu .menuFlex span.eoicon-dots-v { margin-top: 10px; display: block; font-size: 31px; color: #6a6a6a; position:relative; }
#menu .menuFlex span.eoicon-dots-v a { display:block; width:100%; text-align:right; padding:3px 5px; }
#menu .menuFlex span.eoicon-dots-v a > span { flex-grow: 1; padding:2px; }
#menu .menuFlex span.eoicon-dots-v > div { visibility: hidden; opacity: 0; transition: visibility 0s 0.5s, opacity 0.2s linear; background-color:#fff; box-shadow: 1px 1px 4px #b7b7b7; border-radius: 4px; padding:5px; position:absolute; top:41px; right:0px;  }
#menu .menuFlex span.eoicon-dots-v:hover > div,
#menu .menuFlex span.eoicon-dots-v:active > div { visibility: visible; opacity: 1; transition: opacity .2s linear; }
#menu .menuFlex span.eoicon-dots-v > div.click { visibility: visible; opacity: 1; transition: opacity .2s linear; }
#menu .menuFlex span.eoicon-dots-v div > a { font-size:15px; display:flex; align-items:center; justify-content:space-between; }
#menu .menuFlex span.eoicon-dots-v div > a > span:nth-child(2) { font-size:19px; color:#6a6a6a; transition: color 0.2s; }
#menu .menuFlex span.eoicon-dots-v div > a:hover > span:nth-child(2) { color:#fff; }

#menu > div > a { font-size:10px; text-align:center; display: block; margin-top:5px; color:#000; width:50px;   }
#menu_mobile > div.menu-mobile-category { display:flex; max-height: 80%; overflow-y: auto; }
#menu_mobile > div.menu-mobile-category > a { width:45%; text-align:center; line-height:100%; color:#fff; transition: color 0.2s, background-color 0.2s; border-radius:5px; box-shadow:0px 0px 3px rgba(255,255,255, 0.3); padding: 5px 2px; margin: 2px 6px 10px 2px; }
#menu_mobile > div.menu-mobile-category > a > i { font-size:25px; }
#menu_mobile > div.menu-mobile-category > a:hover { text-decoration:none; color:#f00; background-color:#ffffff0d; }
#menu_mobile > div.menu-mobile-category > a:focus { box-shadow:0px 0px 5px rgba(255,255,255, 1); }

/*#menu_mobile > div.menu-mobile-category > a { font-size:10px; text-align:center; display: block; color:#fff; width:55px; border-radius:5px; box-shadow:0px 0px 3px rgba(255,255,255, 0.3); padding: 2px; margin: 2px 2px 10px 2px;  }
#menu_mobile > div.menu-mobile-category > a:focus { box-shadow:0px 0px 5px rgba(255,255,255, 1);  }
*/
#menu > div > a > img, 
#menu_mobile > div > a > img { 
	border-radius: 100%;
	display: block;
    margin: 0 auto;
	width: 36px;
	height: 36px;
	box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.3);
}

#menu_button {
	font-size:35px; color: #f00; margin:2px 15px 0 0; float:right; width:50px;
	cursor: pointer;
	text-align:center;
}
#menu_button > i { box-shadow: 0px 0px 3px #888; padding: 0px 3px; border-radius: 4px; }

#menu_mobile {
	position:fixed;
	background-color: rgba(34, 34, 34, 0.96);
	padding:10px;
	top:50px;
	left:0px;
	right:0px;
	bottom:0px;
	color: #fff;
}
#menu_mobile > div { min-height:45px; }
#menu_mobile > div.mm_linia_0_bottom { position:absolute; bottom:35px; right:10px; }
#menu_mobile > div.mm_linia_1_bottom { position:absolute; bottom:0px; right:10px; min-height:40px; }
#nazwa_subdomeny {
	font-size: 25px;
	font-weight: bold;
	margin-left: 10px;
	color: red;
}
#nazwa_subdomeny_mobile {
	font-size: 17px;
	font-weight: bold;
	margin-left: 5px;
	color: red;
	padding-top: 12px;
}
 

#footer {
	background-color: #404035;
	box-shadow: 1px -3px 2px rgba(199, 199, 197, .5);
	min-height: 100px;
	color: #d9d9d1;
	font-size:0.9em;
	text-align:center;
	padding: 10px 0;
	line-height: 110%;
	margin-top:15px;
}

#footer a {
	color: #d9d9d1;
	content: '&bull;sdf';
}

#footer a:hover {
	text-decoration:underline;
	color: #d9d9d1;
}


#footer hr {
	border-top: 1px solid #666654;
	border-bottom: 1px solid #2d2d25;
	margin:8px;
}

#content { margin-top:20px; padding: 0 5px; }
#content .modul-lewa { float:left; width:717px; }
#content .modul-prawa { float:left; margin-left:17px; width:336px; }

.content-width { width:1080px; margin:0 auto; }

/* 	===================================================================
							REKLAMA NAPIS
	================================================================== */
.reklamaNapis:before, .reklamaNapis:after { border-top: 1px dotted #696969;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%; 
	max-width:450px;
	overflow: hidden;
}
.reklamaNapis:before { right: 8px; margin-left: -50%; }
.reklamaNapis:after { left: 8px; margin-right: -50%; }
.reklamaNapis {
	color: #696969;
	text-align: center;
	overflow: hidden;
	font-size: 10px;
	margin-bottom:3px;
	margin-top: 2px;
	clear: both;
}

/* 	===================================================================
							REKLAMA - BOTTOM
	================================================================== */
#adsBottom .close { background-color: #fff;	border-radius: 14px; position: absolute; top: 2px; right: 0px; font-family: Arial; color: #aaaaaa; float: right; font-size: 25px; font-weight: bold; margin-right: 10px; transition: 0.2s; width: 25px; text-align: center; box-shadow: 0px 0px 2px #f00; cursor: pointer; }

/*  ================================================================== STRONA GLOWNA ================================================= */
.art_skrot { margin-top:25px; }
.art_skrot > .art_skrot_kat { float:right; background-color: #f00; border-radius:4px; padding: 1px 7px; font-size:15px; color:#fff; display:inline; }
.art_skrot span.znacznik { 
	float: right;
	display: inline-block;
	background-color: #f00;
	color: #fff;
	margin-right: 10px;
	padding: 3px 10px;
	border-radius: 3px;
	/* text-shadow: 1px 1px 2px #0000007a;*/
}
.art_skrot > .art_skrot_kat:hover { text-decoration:none; }
.art_skrot > h2 > a { color:#000; font-size:27px; font-weight:bold;  }
.art_skrot > span { font-size:12px; color:#918484; }
.art_skrot > div.art_skrot_p { height:160px; overflow:hidden; letter-spacing: -0.3px; }
.art_skrot > div.art_skrot_p > a { color:#000; }
.art_skrot > div.art_skrot_p > a:hover { text-decoration:none; }

.art_skrot > .art_skrot_zdj { 
	position:relative;
	display:block; 
	width: 300px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
	float:left;
	margin-right:13px;
	box-shadow: 1px 1px 5px #888;
}
.art_skrot .art_skrot_zdj > p {
	position: absolute;
	right:10px;
	top:0px;
	color: #f00;
	font-size:25px;
	text-shadow: 1px 2px 2px rgba(0,0,0,.8);
}
.art_skrot .art_skrot_zdj > div.koment_ocena {
	position: absolute;
	right:10px;
	bottom:5px;
	color: #c1c1c1;
	font-size:12px;
	color:#fff;
	text-shadow: 0px 0px 3px #000;
}
.art_skr_glowny { 
	position:relative;
	display:block; 
	width: 717px;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
}
.art_skr_glowny span.znacznik { 
	display: inline-block;
	margin: 0 10px;
	padding: 0px 10px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	font-size:15px;
	/* text-shadow: 1px 1px 2px #0000007a;*/
}
.art_skr_glowny > a { 
	display:block; 
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:1;
}
.art_skr_glowny > div {
	position: absolute;
	left:0px; 
	right:0px;
	bottom:0px;
	margin:0px;
	padding:10px;
	color:#fff;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* Standard syntax (must be last) */
}
.art_skr_glowny > div > h2 {
	margin:0px;
	font-weight: bold;
	text-shadow: 1px 2px 3px rgba(0,0,0,.8);
}
.art_skr_glowny > div > a { 
	background-color: #f00;
	border-radius:4px;
	padding: 1px 7px;
	font-size:15px;
	color:#fff;
	display:inline;
	z-index:201;
}
.art_skr_glowny > div .koment_ocena {
	text-align:right;
	color: #c1c1c1;
	height:16px;
}
.art_skr_glowny > p {
	position: absolute;
	right:10px;
	top:0px;
	color: #f00;
	font-size:35px;
	text-shadow: 1px 2px 2px rgba(0,0,0,.8);
}

.art_hotnews { border-left: 10px solid #f00; border-right: 10px solid #f00; border-bottom: 10px solid #f00; }
.art_hotnews_title { background-color: #f00; color: #fff; font-weight: bold; padding: 5px 10px; border-radius: 2px 2px 0px 0px; } 

.art_skr_glowny_1 { 
	position:relative;
	display:block; 
	width: 348px;
	height: 200px;
	margin-top: 21px;
	float:left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
}
/* .art_skr_glowny_1:nth-child(odd) { margin-right:20px; } */
			
.art_skr_glowny_1 > div {
	position: absolute;
	left:0px; 
	right:0px;
	bottom:0px;
	margin:0px;
	padding:10px;
	color:#fff;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* Standard syntax (must be last) */
}
.art_skr_glowny_1 > div > h2 {
	margin:0px;
	font-weight: bold;
	font-size:20px;
	text-shadow: 1px 2px 3px rgba(0,0,0,.8);
}
.art_skr_glowny_1 > div > span { 
	background-color: #f00;
	border-radius:4px;
	padding: 1px 7px;
	font-size:15px;
	margin-right:10px;
}
.art_skr_glowny_1 > div .koment_ocena {
	text-align:right;
	color: #c1c1c1;
	font-size:12px;
	height:10px;
}
.art_skr_glowny_1 > p {
	position: absolute;
	right:10px;
	top:0px;
	color: #f00;
	font-size:25px;
	text-shadow: 1px 2px 2px rgba(0,0,0,.8);
}
			
/*  ================================================================== SONDA MODUL ================================================= */
.sonda { }
.sonda label { display:block; padding:0 5px; border-radius:5px; }
.sonda label:hover { background-image: linear-gradient(#f9f9f9, #dbdbdb);  }
.sonda .progress { margin-bottom:10px; display: flex; overflow: hidden; font-size: .75rem; line-height: 1rem; text-align: center; background-color: #e9ecef; border-radius: .25rem; width:100%; height:10px; }
.sonda .progress div { background-color: #b4b4b4;  }
.sonda .sonda_proc { color:#f00;  }

/*  ================================================================== KALENDARZE MODUL ================================================= */

#modul_kalendarz > .naglowek {
	padding:8px 0; 
	background-color: #d9d9d1;
	border-radius:4px;
	border:1px solid #d1d1c7;
	color: #969691;
	box-shadow: inset 1px 1px 1px #e9e9e5;
}
#modul_kalendarz > .naglowek > a { color: #969691; }
#modul_kalendarz > .naglowek i { font-size:28px; }
#modul_kalendarz > table { width:100%; background-color:#ffffff; }

#modul_kalendarz > table .kal_days_no { background: url(./image/kal_tlo.gif) repeat-x top left; height:29px;
	background: -webkit-linear-gradient(#deded7,#fff); /* Safari 5.1-6.0 */
	background: -o-linear-gradient(#deded7,#fff); /* Opera 11.1-12.0 */
	background: -moz-linear-gradient(#deded7,#fff); /* Firefox 3.6-15 */
	background: linear-gradient(#deded7,#fff); /* Standard syntax */
}

#modul_kalendarz > table .kal_days_0 { height:23px; color:#d2d2d2; border-bottom:1px solid #e1e1e1; position:relative; }
#modul_kalendarz > table .kal_days_2 { cursor:pointer; height:23px; border-bottom:1px solid #e1e1e1; position:relative; }
#modul_kalendarz > table .kal_days_6 { cursor:pointer; height:23px; color:#ff0000; border-bottom:1px solid #e1e1e1; position:relative; }
#modul_kalendarz > table .kal_days_7 { cursor:pointer; height:23px; color:#ee0000; border-bottom:1px solid #e1e1e1; position:relative; }
#modul_kalendarz > table .kal_days_dzis { color:#ffffff; background: #8d8d79; border-bottom:1px solid #e1e1e1; border-radius:5px; position:relative; }
#modul_kalendarz > table .kal_days_over { cursor:pointer; background: #d9d9d1; border-bottom:1px solid #e1e1e1; border-radius:5px; position:relative; }

#modul_kalendarz_lista_imprez .lista_wydarzen { margin-left:5px; background-color:#ffffff; }

#modul_kalendarz_lista_imprez .klw_naglowek { font-size:0.9em; border-bottom: 1px dotted #333; }
#modul_kalendarz_lista_imprez .klw_wyd { margin-left:15px; font-size:16px; }
#modul_kalendarz_lista_imprez .klw_wyd::before { content:'- '; margin-left:-8px; }
#modul_kalendarz_lista_imprez .klw_wyd > span { font-size:0.8em; color: #f55; }

/*  ================================================================== TV MODUL ================================================= */
#modul_prawy_tv { margin-bottom:10px; }
#modul_prawy_tv > a { 
	position:relative;
	display:block; 
	width: 165px;
	height: 120px;
	margin-bottom:5px;
	float:left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
}
#modul_prawy_tv > a:nth-child(odd) { margin-right:5px; }

#modul_prawy_tv > a > div {
	position: absolute;
	left:0px; 
	right:0px;
	bottom:0px;
	margin:0px;
	padding:5px;
	color:#fff;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* Standard syntax (must be last) */
}
#modul_prawy_tv > a > div > h2 {
	margin:0px;
	font-size:14px;
	text-shadow: 1px 2px 3px rgba(0,0,0,.8);
}

/*  ================================================================== FOTORELACJE MODUL ================================================= */
#modul_prawy_fotorelacje { margin-bottom:10px; }
#modul_prawy_fotorelacje > a { 
	position:relative;
	display:block; 
	width: 165px;
	height: 120px;
	margin-bottom:5px;
	float:left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
}
#modul_prawy_fotorelacje > a:nth-child(odd) { margin-right:5px; }

#modul_prawy_fotorelacje > a > div {
	position: absolute;
	left:0px; 
	right:0px;
	bottom:0px;
	margin:0px;
	padding:5px;
	color:#fff;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* Standard syntax (must be last) */
}
#modul_prawy_fotorelacje > a > div > h2 {
	margin:0px;
	font-size:14px;
	text-shadow: 1px 2px 3px rgba(0,0,0,.8);
}

/*  ================================================================== NEKROLOGI MODUL ================================================= */

#modul_prawy_nekrologi { display:flex; flex-wrap: wrap;	}
#modul_prawy_nekrologi .nec_short { 
	display:block; border:5px double #000; 
	background: url(../../../image/sp.png) no-repeat center top 5px;
	background-size: 60px;
	padding-top:35px;
	padding-bottom: 10px;
	font-size:15px;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin-bottom: 10px;
	width: calc( 50% - 10px ); 
	box-shadow: 3px 3px 4px #777;
	transition: all 0.2s;
	overflow: hidden;
}
#modul_prawy_nekrologi .nec_short:nth-child(odd) { margin-right: 10px; }
#modul_prawy_nekrologi .nec_short:hover { text-decoration:none; color: #000; background-color:#dedede; }
#modul_prawy_nekrologi .nec_short > h2 { font-weight:bold; font-size:1.2rem; margin-bottom:0px; }

/*  ================================================================== MENUONLINE MODUL ================================================= */
#modul_prawy_menuonline > a { 
	position:relative;
	display:block; 
	width: 333px;
	height: 211px;
	margin-bottom:5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#modul_prawy_menuonline > a > div { 
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color: rgba(0,0,0,0.3);
}
#modul_prawy_menuonline > a > div > div:nth-child(1) { 
	position:absolute;
	top:1px;
	width:100%;
	text-align:center;
	color: #fff;
	font-size:25px;
	font-weight:bold;
	text-shadow: 2px 2px 2px rgb(0,0,0);
}
#modul_prawy_menuonline > a > div > div:nth-child(2) { 
	position:absolute;
	top:80px;
	width:100%;
	text-align:center;
	color: #fff;
	font-size:18px;
	font-weight:bold;
	text-shadow: 1px 1px 2px rgb(0,0,0);
}

#modul_prawy_menuonline > a > div > div:nth-child(3) { 
	position:absolute;
	bottom:5px;
	width:100%;
	text-align:center;
	color: #fff;
	font-size:35px;
	font-weight:bold;
	text-shadow: 2px 2px 2px rgb(0,0,0);
}


/*  ================================================================== OGLOSZENIA MODUL ================================================= */
#modul_prawy_ogloszenia > a.ogl_promowane { 
	position:relative;
	display:block; 
	width: 165px;
	height: 120px;
	margin-bottom:5px;
	float:left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
	overflow:hidden;
	box-shadow: 1px 1px 4px #ccc;
	margin-right: 0px;
}
#modul_prawy_ogloszenia > a.ogl_promowane:nth-child(odd) { margin-right:5px; }

#modul_prawy_ogloszenia > a.ogl_promowane > h3 { 
	position: absolute;
	left:0px; 
	right:0px;
	bottom:0px;
	margin:0px;
	padding:5px;
	line-height:100%;
	text-shadow: 2px 2px 2px rgb(0,0,0);
	font-size:16px;
	color:#fff;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* Standard syntax (must be last) */
}

#modul_prawy_ogloszenia > a.ogl_wyroznione { 
	display: block;
	height: 26px;
	overflow: hidden;
	font-size: 14px;
	color: #555;
}

/*  ================================================================== ARTYKULY POKREWNE MODUL ================================================= */
#modul_prawy_pokrewne_art { margin-bottom:15px; }
#modul_prawy_pokrewne_art > div { display: flex; flex-wrap:wrap; justify-content:space-between; }
#modul_prawy_pokrewne_art > div > a { 
	position:relative;
	display:block; 
	margin-bottom:7px;
	overflow:hidden;
}

#modul_prawy_pokrewne_art > div > a > img { width: 165px; height: 120px; object-fit: cover; }

#modul_prawy_pokrewne_art > div > a > div {
	position: absolute;
	left:0px; 
	right:0px;
	bottom:0px;
	margin:0px;
	padding:5px;
	color:#fff;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5));
}
#modul_prawy_pokrewne_art > div > a > div > h2 {
	margin:0px;
	font-size: 13px;
	text-shadow: 1px 1px 1.4px rgb(0, 0, 0);
	background-color: #0002;
	box-shadow: 0px 0px 12px #0004;
}

#modul_mobile_pokrewne_art { margin-bottom:15px; }
#modul_mobile_pokrewne_art > div { display: flex; flex-wrap:wrap; justify-content:space-around; flex-direction:rows; }
#modul_mobile_pokrewne_art > div > a { text-align:center; display:block; margin-bottom:25px; width: 50%; padding:0 7px; }
#modul_mobile_pokrewne_art > div > a:hover { text-decoration: none; }
#modul_mobile_pokrewne_art > div > a > img { width:100%; height:140px; object-fit: cover; }
#modul_mobile_pokrewne_art > div > a > h2 { text-align: left; color: #000; margin: 5px 0px 0px 0px; font-size:1rem; font-weight: bold; }

/*  ================================================================== FORUM MODUL ================================================= */

#modul_lewa_forum > div { 
	border-bottom: 1px solid #d1d1c7;
	padding:10px 10px 5px 10px;
}

#modul_lewa_forum > div:nth-child(odd) {
	background-color:#f0f0ed;
}

#modul_lewa_forum > div > span {
	font-size:12px;
	color:#555;
	margin-left:10px;
}

#modul_lewa_forum > div > div {
	font-size:14px;
	margin-left:10px;
	color:#969691;
	border-left: 2px solid #f00;
}

#modul_lewa_forum > div > div > div {
	display:block;
	padding:10px;
	word-wrap: break-word;
}

#modul_lewa_forum h3 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin:0px;
}


/*  ================================================================== FOTOOSTROLEKA MODUL ================================================= */
#modul_lewa_fotoostroleka { margin-bottom:10px; }
#modul_lewa_fotoostroleka > a { 
	position:relative;
	display:block; 
	width: 230px;
	height: 180px;
	margin:0 5px 5px 0;
	float:left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
}

#modul_lewa_fotoostroleka > a > div {
	position: absolute;
	left:0px; 
	right:0px;
	bottom:0px;
	margin:0px;
	padding:5px;
	color:#fff;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); /* Standard syntax (must be last) */
}
#modul_lewa_fotoostroleka > a > div > h3 {
	margin:0px;
	font-size:23px;
	font-weight:bold;
	text-shadow: 1px 2px 3px rgba(0,0,0,.8);
}

/*  ================================================================== ARTYKUL ================================================= */
.news-social { height:50px; }
	.news-social > a { disply:block; float:left; font-size:14px; width:40px; height:40px; padding-top:5px; margin:0 5px 0 0; text-align:center; line-height:110%; box-shadow: 1px 1px 2px #c0c0c0; }
	.news-social > a:hover { text-decoration:none; box-shadow: 1px 1px 3px #505050; }
	.news-social > .hand-up { color:#fff; background-color:#4cbf4c; }
	.news-social > .hand-down { color:#fff; background-color:#ff0000; }
	.news-social > .wykop { color:#fff; background-color:#4383af; }
	.news-social > .wykop > img { margin-top:2px; }
	.news-social > .facebook { color:#fff; background-color:#0000ff; font-size:28px; }
	.news-social > .twitter { color:#fff; background-color:#4ab3f4; font-size: 30px; }
	.news-social > .google { color:#fff; background-color:#db4a39; font-size: 25px; }
	.news-social > .comments { color:#fff; background-color:#c0c0c0; }


.news-kat { font-size:16px; }
	.news-kat > a { color:#000; font-weight:bold; }
	.news-kat > span { color:#6f6f6f; }
	.news-tagi { margin:20px 0px }
	.news-tagi > span { font-size:20px; font-weight:bold; }

.news-marker { 
	display: inline-block;
	margin: 0 10px;
	padding: 0px 10px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	font-size:15px;
	/* text-shadow: 1px 1px 2px #0000007a;*/
}

.news-img {
	margin-top: 20px;
	position: relative;
	margin-bottom: 28px;
	position: relative;
	font-size: 12px;
	background-color: #f2f2f2;
	color: #716e6e;
	background: url('../images/czekaj.gif') center center no-repeat;
	text-align: center;
}

.img-responsive {
	width:100%;
	height:auto;
}

.news-wideo div.wideo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.news-wideo div.wideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-body blockquote { background: #f9f9f9; border-left: 10px solid #ccc; margin: 10px; padding: 10px; quotes: "\201C""\201D""\201C""\2019"; font-style: italic; }
.news-body blockquote:before { color: #ccc; content: open-quote; font-size: 40px; line-height: 10%; margin-right: .25em; vertical-align: -.4em; }
.news-body blockquote p { display:inline;  }
@media (max-width: 500px) {
	.news-body .image-float { display:block; margin-left:auto !important; margin-right: auto !important; float: none !important;}
}

/*  ================================================================== KOMENTARZE MODUL ================================================= */
#komentarze { margin-top:20px; overflow-wrap: anywhere; }
	#komentarze input[type=submit] { border: 1px solid #c3c3c3; font-size:14px; background-color:#d4d0c8; }
	#komentarze input[type=submit]:hover { background-color:#ddd; }
	#komentarze .kom_info { color:#999; font-size:14px; text-align:center; font-style: italic; }
	#komentarze .komentarz { font-size:16px; margin:15px 0; border-bottom:1px solid #e3e3e3; padding-bottom:15px; }
	#komentarze .kom_odp { margin-left:35px; background-color:#f8f8f8; }
	#komentarze .komentarz > div .kom_autor { color:#ff0000; font-weight:bold; }
	#komentarze .komentarz > div .kom_data { color:#c0c0c0; }
	#komentarze .komentarz > .kom_top { color:#666; font-size:14px; }
	#komentarze .komentarz > div.kom_tresc { margin:5px; }
	#komentarze .komentarz .kom_stopka { color:#888; } 
	#komentarze .komentarz .kom_stopka > a.koment_ocen { color:#999; font-size:20px; } 
	#komentarze .komentarz .kom_stopka > a.koment_ocen:hover { text-decoration:none; color:#ff0000; }
	#komentarze .komentarz .zgloszenie { cursor:pointer; }

#modul_prawy_komentarz_naj { font-size:0.8em; }
	#modul_prawy_komentarz_naj .kom_odp { margin-left:35px; background-color:#f8f8f8; }
	#modul_prawy_komentarz_naj div .kom_autor { color:#ff0000; font-weight:bold; }
	#modul_prawy_komentarz_naj div .kom_data { color:#c0c0c0; }
	#modul_prawy_komentarz_naj .kom_top { color:#666; }
	#modul_prawy_komentarz_naj .kom_stopka { color:#888; } 
	#modul_prawy_komentarz_naj .kom_stopka > a.koment_ocen { color:#999; font-size:20px; } 
	#modul_prawy_komentarz_naj .kom_stopka > a.koment_ocen:hover { text-decoration:none; color:#ff0000; }
	

/*  ============================================== REKLAMA XArt MODUL ================================================= */
.full_screen_ad {
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:1000;
	backdrop-filter: blur(14px);
	background-color:#fff6;
}

.full_screen_ad > div:nth-child(1) {
	text-align:center;
	display:flex;
	font-size:14px;
	align-items: center;
	justify-content: space-around;
	color: #aaa;
	background-color:#000;
	padding:5px;
	height:40px;
}

@media (max-width: 510px) {
	.full_screen_ad > div:nth-child(1) { font-size:12px; }
}


.full_screen_ad > div:nth-child(1) > a {
	border: 1px solid #f00;
	border-radius: 4px;
	padding: 0 5px;
	transition: background-color 0.4s;
}
.full_screen_ad > div:nth-child(1) > a:hover {
	text-decoration: none;
	background-color:#804a4a;
}

.full_screen_ad > div:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
	
/*  ================================================================== SONDY MODUL ================================================= */


.t_center { text-align:center; }
.t_right { text-align:right; }
.f_right { float:right; }
.bold { font-weight:bold; }
.clear { clear:both; }
.menu-mobile { display:none; }
.mobile-big { font-size:20px; }
.red { color:#aa0000; }
.green { color:#0a0; }
.gray { color:#a77070; }
.black { color:#000; }



/*  ===================================================================================================================================== */
/*  ===================================================================== SZEROKOSC 920 - obcciete 160px; =============================== */
/*  ===================================================================================================================================== */
@media (max-width: 1100px) {
	.content-width { width:920px; }
	#content .modul-lewa { float:left; width:557px; }
	
	.art_skr_glowny {
		width: 100%;
		height: 300px;
	}
	
	.art_skr_glowny_1 {
		width: 260px;
		height: 180px;
		margin: 10px 0 0 0;
	}
	
	.art_skrot > .art_skrot_zdj {
		width: 220px;
		height: 170px;
		margin-right: 10px;
	}
	
	.art_skrot > div.art_skrot_p {
		font-size:17px;
	}
	
	.art_skrot > h2 > a { font-size:25px; }
}

/*  ===================================================================================================================================== */
/*  ===================================================================== SZEROKOSC 750 - obcciete 170px; =============================== */
/*  ===================================================================================================================================== */
@media (max-width: 920px) {
	.content-width { width:750px; }
	#content .modul-lewa { float:left; width:387px; }
	
	h1 { font-size:40px; }
	
	#menu > div > a { width:37px; }
	#menu > div > a > img { 
		width: 32px;
		height: 32px;
	}
	
	.art_skr_glowny {
		width: 100%;
		height: 300px;
	}
	.art_skr_glowny_1 > div > h2, .art_skr_glowny > div > h2 {
		font-size: 27px;
	}
	
	.art_skr_glowny_1 {
		width: 100%;
		height: 300px;
		margin: 10px 0 0 0;
	}
	
	.art_skrot { 
		margin-top:10px; 
	}
	
	.art_skrot > .art_skrot_kat {
		font-size:11px;
		padding: 0px 6px;
	}
	
	.art_skrot span.znacznik {
		font-size:11px;
		margin-top: 3px;
		padding: 0px 6px;
	}
	
	.art_skrot > .art_skrot_zdj {
		width: 180px;
		height: 140px;
		margin-right: 5px;
	}
	
	.art_skrot > div.art_skrot_p {
		font-size:13px;
		height:120px;
	}
	.art_skrot > h2  { font-size:23px; }
}

/*  ===================================================================================================================================== */
/*  ===================================================================== SZEROKOSC 660 - obcciete 90px; =============================== */
/*  ===================================================================================================================================== */
@media (max-width: 730px) {
	.content-width { width:660px; }
	#content .modul-lewa { float:left; width:297px; }
	#header .buttons-top-socialmedia > div > a > img,
    #menu_mobile .mm_linia_2_bottom > div > a > img	{ height:40px; margin: 7px 7px 0 0; }
	
	/* #menu_mobile > div > a { margin-bottom:10px; } */
	#menu_mobile > div > a > img { 
		width: 40px;
		height: 40px;
		box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.5);
	}
	
	.art_skr_glowny {
		width: 297px;
		height: 250px;
	}
	.art_skr_glowny_1 > div > h2, .art_skr_glowny > div > h2 {
		font-size: 22px;
	}
	
	.art_skr_glowny_1 {
		width: 297px;
		height: 250px;
		margin: 10px 0 0 0;
	}
	
	.art_skrot { 
		margin-top:10px; 
	}
	
	.art_skrot > .art_skrot_kat {
		font-size:11px;
		padding: 0px 6px;
		margin-top: 3px;
	}
	
	.art_skrot > .art_skrot_zdj {
		width: 297px;
		height: 180px;
		margin-right: 0px;
		float:none;
	}
	
	.art_skrot > div.art_skrot_p {
		font-size:13px;
		max-height:73px;
		height:auto;
	}
	.art_skrot > h2  { font-size:19px; }
	

/*  ===================================================================================================================================== */
/*  ===================================================================== SZEROKOSC 400 - obcciete 90px; =============================== */
/*  ===================================================================================================================================== */
@media (max-width: 610px) {
	.content-width { width:100%; }
	#content .modul-lewa { float:none; width:100%; }
	
	
	h1 { font-size:32px; }
	.art_skr_glowny {
		width: 100%;
		height: 220px;
	}
	.art_skr_glowny_1 > div > h2, .art_skr_glowny > div > h2 {
		font-size: 22px;
	}
	
	.art_skr_glowny_1 {
		width: 100%;
		height: 220px;
		margin: 10px 0 0 0;
	}
	
	.art_skrot { 
		margin-top:10px; 
	}
	
	.art_skrot > .art_skrot_kat {
		font-size:11px;
		padding: 0px 6px;
		margin-top: 3px;
	}
	
	.art_skrot > .art_skrot_zdj {
		width: 100%;
		max-width:450px;
		padding-top: calc(768 / 1224 * 100%);
		/* margin: 0 auto; */
		float:none;
	}
	
	.art_skrot > div.art_skrot_p {
		display:none;
		/*font-size:13px;
		max-height:73px;
		height:auto;*/
	}
	.art_skrot > h2  { font-size:19px; }
	
	#content .modul-prawa {
		margin-left:0px; 
		padding:0px; 
		overflow:hidden;
		float:none;
	}
	
	#footer {
		font-size:10px;
	}
}

/*  ===================================================================================================================================== */
/*  ===================================================================== SZEROKOSC 340 ================================================= */
/*  ===================================================================================================================================== */
@media (max-width: 340px) {
	#content { padding: 5px; }
	#content .modul-prawa { width: 310px; overflow:hidden; }
	#modul_prawy_ogloszenia > a.ogl_promowane { width: 150px; }
	#modul_prawy_tv > a { width: 150px; height:109px }
	#modul_prawy_fotorelacje > a { width:150px; height:109px; }
	#modul_lewa_fotoostroleka > a { width: 150px; height:117px; }
	#modul_prawy_pokrewne_art > a { width: 150px; height: 109px; }
}