@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap");

:root {
    --color-body: #fff;
	--color-text: #000;
    --color-text-2: #fff;
    --color-link: #000;
    --color-link-art: #900000;
    --color-link-art-hv: #FF0000;
    --color-link-hv: #900000;
    --color-link-hv-2: #b4babd;
    --color-border-1: #900000;
    --color-border-2: #d4d4d4;
    --color-border-3: #000;
    --color-border-4: #b4babd;;
    --color-elements: #900000;
    --color-raster-1: #C3D7FF;
    --color-raster-2: #E6EBEE;
    --color-raster-3: #fff;
    --color-button-1: #900000;
    --color-button-1-hv: #FF0000;
    --color-card: #fff;
    --color-topbar: #900000;
    --color-menu: #fff;
    --color-menu-border: #d4d4d4;
    --color-menu-drop: #fff;
    --color-calendar-w: #900000;
    --color-calendar-b: #ededed;
    --color-calendar-cd: #900000;
    --color-calendar-bck: #fff;
    --color-calendar-hv: #900000;
    --color-calendar-m: #900000;
    --color-footer: #000;
    --color-raster-4: #ebe5fa;
    --color-button-2: #7a51da;
    --color-facebook: #3b5998;
    --color-youtube: #FF0000;
    --color-tiktok: #111111;
    --color-mail: #909090;
    --color-search: #909090;
    --color-mail-hv: #900000;
    --color-search-hv: #900000;
    --color-art-table: #ededed;
    --color-art-table-odd: #f6f6f6;
    --color-art-table-head: #ededed;
    --color-art-table-even: #fff;
    --color-navigation: #990000;
    --color-komunikaty-bg: #aaaaaa;
    --color-menu-mobile: #fff;
}

:root[data-theme=dark] {
    --color-body: #252525;
    --color-text: #d4d4d4;
    --color-text-2: #d4d4d4;
    --color-link: #99ccff;
    --color-link-art: #99ccff;
    --color-link-art-hv: #99ccff;
    --color-link-hv: #99ccff;
    --color-link-hv-2: #99ccff;
    --color-border-1: #304460;
    --color-border-2: #304460;
    --color-border-3: #99ccff;
    --color-border-4: #99ccff;
    --color-elements: #99ccff;
    --color-raster-1: #304460;
    --color-raster-2: #304460;
    --color-raster-3: #304460;
    --color-button-1: #304460;
    --color-button-1-hv: #900000;
    --color-card: #546987;
    --color-topbar: #202D40;
    --color-menu: #121212;
    --color-menu-border: #202D40;
    --color-menu-drop: #202D40;
    --color-calendar-w: #99ccff;
    --color-calendar-b: #808080;
    --color-calendar-cd: #900000;
    --color-calendar-bck: #304460;
    --color-calendar-hv: #900000;
    --color-calendar-m: #d4d4d4;
    --color-footer: #202D40;
    --color-facebook: #3b5998;
    --color-youtube: #FF0000;
    --color-tiktok: #fff;
    --color-mail: #d4d4d4;
    --color-search: #d4d4d4;
    --color-mail-hv: #99ccff;
    --color-search-hv: #99ccff;
    --color-art-table: #c0c0c0;
    --color-art-table-odd: #606060;
    --color-art-table-head: #606060;
    --color-art-table-even: #919191;
    --color-navigation: #304460;
    --color-komunikaty-bg: #202D40;
    --color-menu-mobile: #202D40;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
    width: 100%;
	height: 100%;
    position: relative;
    overflow-x: hidden !important;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

body { 
    font-family: 'Roboto', sans-serif;
    color: var(--color-text);
    background-color: var(--color-body);
    margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.5;
}

a {
	text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:link, a:visited, a:focus {
	text-decoration: none;
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
}

/* KONTENERY */

.container {
	max-width: 1200px;
    width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

.container_media {
    max-width: 1200px;
    margin: 0 auto;
	padding: 20px; 
    background-color: #E6EBEE;
}

/* MENU */

.header {
	position: relative;
	z-index: 9;
}

@media (max-width: 991px) {
  .header {
    display: none;
  }
}

.topbar .meta {
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	color: var(--color-text-2);
}

.topbar .meta a{
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	color: var(--color-text-2);
}

.topbar .meta_mobile {
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	color: #000;
}

.topbar {
	min-height: 40px;
	display: flex;
	align-items: center;
	background-color: var(--color-topbar);
}

.topbar_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.topbar_social .follow_us{
	font-size: 0.8125rem;
	text-transform: uppercase;
	margin-right: 12px;
	color: var(--color-text-2);
}

.topbar_social { 
	display: flex;
	align-items: center;
	position: relative;
} 

.topbar_social a { 
	color: var(--color-text-2);
}

.topbar_social a:hover {
	color: var(--color-link-hv-2);
} 

.topbar_social li {
	margin-right: 15px;
}

.topbar_social li:last-child {
	margin-right: 0;
}

@media (max-width: 1199px) {
.topbar_social {
  padding-left: 0;
  margin-left: 0;
}
.topbar_social:after {
  display: none;
}
}

/* D/N SWITCHER */

.form-switch .form-check-input[type=checkbox] {
	border-radius: 2em;
	height: 25px;
	width: 55px;
}

.form-check-input:focus {
	box-shadow: none;
}

.switch {
	position: relative;
	float: right;
}

.switch .checkbox {
	opacity: 0;
	position: absolute;
}

.switch .label {
	width: 31px;
	height: 14px;
	background-color:#fff;
	border: 1px solid #adadad;
	display: flex;
	border-radius: 10px;
	align-items: center;
	justify-content: space-between;
	padding: 4px;
	position: relative;
	transform: scale(1.4);
	box-sizing: border-box;
    top:-2px;
}

.switch .ball {
	width: 10px;
	height: 10px;
	background-color: #ccc;
	position: absolute;
	top: 1px;
	left: 2px;
	border-radius: 50%;
	transition: transform 0.2s linear;
}

.switch .checkbox:checked + .label .ball{
	transform: translateX(15px);
}

.switch .fa-moon {
	color: #001d66;
	font-size: 7px;
}

.switch .fa-sun {
	color: #ffc400;
	font-size: 7px;
}

.mobile_switcher a {
    cursor: pointer;
}

/* MAIN MENU */

.fixed .navbar_wrap {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	border-bottom: 1px solid var(--color-menu-border);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.20);
	z-index: 1;
} 

.logo {
	padding: 15px;
}

.header_main {
    border-bottom: 1px solid var(--color-menu-border);
	margin-bottom: 20px;
	background-color: var(--color-menu);
}

.header_main ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.main_menu ul li {
	display: inline-block;
	align-items: center;
	position: relative;
	margin-right: 17px;
}

.main_menu ul li:last-child {
	margin-right: 0;
}

@media (max-width: 1199px) {
.main_menu ul li:last-child:hover .main_menu_dropdown {
  right: 0;
  left: auto;
}
}

.main_menu ul li:hover .main_menu_dropdown {
	opacity: 1;
	transition: all 0.3s ease;
	visibility: visible;
	top: 100%;
	transform: scaleY(1);
	background-color: var(--color-menu-drop);
}

.main_menu ul li > a {
	font-size: 0.9375rem;
	color: var(--color-text);
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 10px 3px;
}

.main_menu ul li > a:before {
	position: absolute;
	content: "";
	height: 4px;
	background: var(--color-elements);
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	transform: scaleX(0);
	transition: transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
}

.main_menu ul li:hover > a {
	color: var(--color-text);
}

.main_menu ul li:hover > a:before {
	background: var(--color-elements);
	transform: scaleX(1);
}

.main_menu_item ul {
	visibility: hidden;
	transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
	opacity: 0;
	z-index: 100;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	margin: 0;
	padding: 10px 0px 5px 0px;
	background-color: var(--color-background);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	text-align: left;
	border-radius: 0px 0px 5px 5px;
	transform: scaleY(0);
	transform-origin: 0 0 0;
}

.main_menu_item ul li {
	display: block;
	padding: 0 10px;
	margin: 0;
}

.main_menu_item ul li a {
	display: block;
	padding: 8px 10px;
	font-size: 0.875rem;
	font-weight: 500;
	position: relative;
}

.main_menu_item ul li a:after {
	float: right;
}

.main_menu_item ul li a:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 0px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.main_menu_item ul li:hover ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}

.main_menu_item ul li:hover a:before {
	height: 11px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease;
}

.main_menu_sub > a:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	vertical-align: middle;
	transform: rotate(0deg);
	display: inline-block;
	padding-left: 6px;
	font-size: 12px;
	transition: all ease 0.5s;
}

.main_menu_sub:hover > a:after {
	transform: rotate(180deg) translateX(-6px);
}

.header_item {
	display: flex;
	align-items: center;
}

.header_item .item {
	margin-right: 16px;
}

.header_item .item:last-child {
	margin-right: 0;
}

.header_item .item a {
	font-size: 1.15rem;
}

.header_item .i_facebook a {
    color: var(--color-facebook);
}

.header_item .i_youtube a {
    color: var(--color-youtube);
}

.header_item .i_instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.header_item .i_tiktok a {
    color: var(--color-tiktok);
}

.header_item .i_mail a {
    color: var(--color-mail);
}

.header_item .i_mail a:hover {
    color: var(--color-mail-hv);
}

.header_item .i_search a {
    color: var(--color-search);
}

.header_item .i_search a:hover {
    color: var(--color-search-hv);
}

.header_item .i_switch a {
    color: var(--color-search);
}

.header_item .i_switch a:hover {
    color: var(--color-search-hv);
}

/* SZUKAJ */

.search_box {
    width: 300px;
	position: absolute;
	right: 0;
	top: 100%;
	padding: 10px;
	display: none;
    background-color: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); 
}

.search_form {
	position: relative; 
} 

.search_close:before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";  
}

.search_input {
	margin-bottom: 0;
	display: block;
	line-height: 50px;
    height: 50px;
	border: 1px solid #E3E4E8;
	background-color: #fff;
	width: 100%;
	padding: 0 12px;
    outline: none;
    border-radius: 10px;
}
	
.search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0095ff;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    border: 0px;
}

.search-button input {
	border-radius: 0 5px 5px 0; }

/*  menu na mobilnych */

.mobile_header {
    position: relative;
    z-index: 999999;
  }
    @media (min-width: 992px) {
    .mobile_header {
      display: none;
    }
  }

.mobile_header ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}  

.topbar_mobile ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}  
  
.topbar_mobile {
	border-bottom: 1px solid var(--color-border);
    display: flex;
    justify-content: center;
    padding: 5px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--color-text-2);
    background-color: #990000;
}
  
.menu_mobile_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 15px;
	border-bottom: 1px solid rgba(81, 81, 81, 0.15);
    background-color: var(--color-menu-mobile);
}

.menu_mobile_bar .logo {
    padding: 10px 0px;
}
  
.menu_mobile_bar .logo img {
    max-width: 100px;
}
      
.mobile_fixed .mobile_menu_bar_wrap {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.15);
	z-index: 999999;
}  
  
/* toggler menu mobile */
  
.togler_mobile {
	display: block;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    
.togler_mobile .bar {
    background: var(--color-text);
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    
.togler_mobile .bar:nth-child(2), .togler_mobile .bar:nth-child(3) {
    width: 25px;
    margin-left: 5px;
}
    
.togler_mobile .bar:last-child {
    margin-bottom: 0;
}
    
.menu_mobile_active .togler_mobile .bar:nth-child(2), .menu_mobile_active .togler_mobile .bar:nth-child(3) {
    opacity: 0;
}
    
.menu_mobile_active .togler_mobile .bar:nth-child(1) {
	transform: rotate(45deg) translate(7px, 7px);
}
    
.menu_mobile_active .togler_mobile .bar:nth-child(4) {
    transform: rotate(-45deg) translate(8px, -8px);
}
  
.menu_mobile .menu > li {
	border-bottom: 1px solid #e9e9e9;
}
  
.menu_mobile .menu > li:last-child {
	border-bottom: 0;
}
  
.menu_mobile .menu > li > a {
	background-color: #f3f3f3;
	font-size: 16px;
	padding: 12px 30px;
	transition: all 0.3s ease-in-out;
}
  
.menu_mobile .menu > li > a:hover {
	background-color: #f8f8f8;
}

.menu_mobile .menu > li > a.active {
	background-color: #f8f8f8;
}
  
.menu_mobile .menu_mobile_dropdown {
	display: none;
	background-color: #ffffff;
}
  
.menu_mobile .menu_mobile_dropdown li.menu_mobile_sub > a:after, 
.menu_mobile .menu_mobile_dropdown li.menu_mobile_sub > a:before {
	right: 40px;
}
  
.menu_mobile .menu_mobile_dropdown li a {
	border-top: 1px solid #f1f1f1;
	padding: 7px 40px;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
}
  
.menu_mobile .menu_mobile_dropdown li a:hover {
	background-color: rgba(var(--color-primary-rgb), 0.05);
}
  
.menu_mobile .menu_mobile_dropdown li .menu_mobile_dropdown li a {
	padding: 7px 50px;
}
  
.menu_mobile ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
  
.menu_mobile ul li > a {
	display: block;
	position: relative;
	color: #000000;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
}
  
.menu_mobile ul li > a:hover {
	color: #990000;
}
  
.menu_mobile ul li.menu_mobile_sub  > a:after {
	color: #999999;
	content: "";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	right: 20px;
	position: absolute;
	font-size: 12px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}
  
.menu_mobile ul li.menu_mobile_sub > a:before {
	color: #999999;
	content: "";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	right: 20px;
	position: absolute;
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
  
.menu_mobile ul li.menu_mobile_sub  > a.active:after {
	opacity: 0;
	visibility: hidden;
}
  
.menu_mobile ul li.menu_mobile_sub  > a.active:before {
	opacity: 1;
	visibility: visible;
}
  
.menu_mobile_nav {
	position: absolute;
	background: #fff;
	width: 100%;
	left: 0;
	display: none;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	box-shadow: 0 1px 3px 0 rgba(var(--color-black-rgb), 0.2);
	top: 100%;
	z-index: 99;
}
  

/* DZIAŁY */

.dzial .row {        
	margin: -10px;
}

.dzial [class*="col-"] {
	margin-bottom: 0px;
	padding: 10px;
} 

.dzial_raster {
    padding: 10px; 
}

.raster_media {
    background-color: var(--color-raster-2);
    padding: 20px;
    border: 1px solid var(--color-border-4);
}

.raster_magazyn {
/*    background-color: var(--color-raster-2); */
    border: 1px solid var(--color-border-4);
    position: relative; 
}

.raster_ekurier {
    background-color: var(--color-raster-2);
    border: 1px solid var(--color-border-4);
    position: relative; 
}

.raster_lato {
    background-color: #fff;
    border: 1px solid #b4babd;
    position: relative; 
}

.raster_lato:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #fff95b 0%, #ff930f 100% );
    transform: translate3d(0px, 0px, 0) scale(1.01);
    filter: blur(15px);
    opacity: var(0.8);
    transition: opacity 0.3s;
    border-radius: inherit;
}

.raster_lato:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
}    

/* KAFELKI */

.kafelek_duzy {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;	
} 

.kafelek_duzy img {
	width: 100%;
    height: 170px;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.kafelek_duzy:hover img {              
	transform: scale(1.03);
} 

.kafelek_sredni {
	position: relative;
	overflow: hidden;
} 

.kafelek_sredni img {
	width: 100%;
    height: 250px;
    object-fit: cover; 
	transition: all 0.4s ease-in-out;	
}

.kafelek_sredni:hover img {               
	transform: scale(1.03);
} 

.kafelek_sredni:hover h2 {
    text-shadow: none;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 4px solid #990000;
}

.kafelek_sredni:hover h3 {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
}

.kafelek_sredni:hover h4 {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
}

.kafelek_maly {
    position: relative;
	overflow: hidden;
    margin-bottom: 10px;
} 

.kafelek_maly img {
	width: 100%;
    height: 120px;
    object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.kafelek_maly:hover img {
	transform: scale(1.03);	
    transition: all 0.4s ease-in-out;
}

.kafelek_maly:hover h2 {
    color: #a3cffd;
}

.kafelek_zwykly {
    position: relative;
	overflow: hidden;
    margin-right: 0;
} 

.kafelek_zwykly img {
	width: 100%;
    height: 200px;
    object-fit: cover;
	transition: all 0.4s ease-in-out; 
}

.kafelek_zwykly:hover img {
	transform: scale(1.03);	
}

.kafelek_zwykly:hover h2 {
    text-shadow: none;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 4px solid #990000;
}

.kafelek_zwykly:hover h3 {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
}

.kafelek_zwykly:hover h4 {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
}

.kafelek_promocja {
	position: relative;
	overflow: hidden;	
    padding-bottom: 55%;
} 

.kafelek_promocja img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;   
}

/* TYTUŁY -POD- KAFELKAMI */

.kafelek {
    margin-bottom: 20px;
}

.kafelek h1 {
    font-size: 18px; 
    margin-top: 5px;
}

.kafelek h2 {
	font-size: 15px;
	margin-top: 5px;
    color: var(--color-text);
}

.kafelek:hover h2{
    color: var(--color-link-hv);
    transition: all 0.4s ease-in-out;  
}

.kafelek h3 {
	font-size: 14px;
	margin-top: 5px;
    font-weight: 300;
}

.kafelek:hover img {   
	transform: scale(1.03);  
}  

/* TYTUŁY -NA- KAFELKACH */

.kafelek_tytul {
    font-family: 'Barlow Condensed', sans-serif;
	position: absolute;
	width: 100%;
    bottom: -8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 2px #000;
}

.kafelek_tytul h1 {
	font-size: 32px;
	line-height: 36px;
    padding: 10px;
}

.kafelek_tytul h2 {
	font-size: 22px;
	line-height: 24px;
    padding: 8px;
}

.kafelek_tytul h3 {
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    text-shadow: none;
    padding-left: 8px;
    margin-bottom: 0px;
    padding-top: 5px;
}

.kafelek_tytul h4 {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-shadow: none;
    padding-left: 8px;
    margin-bottom: 0px;
    padding-top: 5px;
}

.kafelek_tytul p {
    font-size: 18px;
    line-height: 22px;
    margin: 10px;
}

/* DODATKOWE ELEMENTY -POD- TUTUŁEM */

.kafelek a {
    color: var(--color-text);
    transition: all 0.4s ease-in-out;
}

.kafelek a:hover {
    color: var(--color-link-hv);
    transition: all 0.4s ease-in-out;
}

.kafelek ul {
    font-size: 14px;   
    list-style: none; 
    margin:0;
    padding: 0;
    list-style: none;
    font-family: 'Barlow', sans-serif;
}

.kafelek li {
    position: relative;
    margin: 0px;
	padding: 9px 0px; 
    border-top: 1px solid var(--color-border-2);
}

.kafelek li:first-child {
    border: none;
}

.kafelek li:last-child {
    margin-bottom: 20px;
}

.kafelek li:before {
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    content: "\f0da  \0020";  
    color: var(--color-elements);  
} 

/* FOTOKURIER */

.fotokurier .row {        
	margin: -10px;
}

.fotokurier [class*="col-"] {
	padding: 0 6px;
}

.kafelek_fotokurier {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.kafelek_fotokurier .bg_img img {
	width: 100%;
    height: 365px;
    object-fit: cover; 
    transition: all 0.5s ease-in-out;
}

.kafelek_fotokurier .sm_img img {
   	width: 100%;
    height: 175px;
    object-fit: cover; 
    transition: all 0.5s ease-in-out;
}

.kafelek_fotokurier:hover img  {        
    transform: scale(1.03);
} 

.kafelek_fotokurier:hover h1 {
    text-shadow: none;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
}

.kafelek_fotokurier .pilne h1 {
    background-color: #ff0000;
    color: #fff;
    text-shadow: none;
}

.kafelek_fotokurier:hover h2 {
    text-shadow: none;
    font-weight: 600;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
}

/* PLAKIETKI */

.plakietka {
    position: absolute;
    z-index: 3;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 5px;
    margin-left: 5px;
}

.plakietka_pilne {
	background-color: #FF0000;
	color: #fff;
    font-size: 13px;
    border-radius: 3px;
    padding: 3px;
}

.plakietka_region {
	background-color: #003399;
	color: #fff;
    font-size: 13px;
    border-radius: 3px;
    padding: 3px;
}

.plakietka_kalendarz {
	background-color: #6600cc;
	color: #fff;
    font-size: 13px;
    border-radius: 3px;
    padding: 3px;
}

/* NAGŁÓWKI DLA DZIAŁÓW */

.headline {
    border-bottom: 2px solid var(--color-border-1);
    color: var(--color-text);
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
	font-size: 20px;	
	letter-spacing: 1px;
	margin-bottom: 25px;
    top: 0px;
	text-transform: uppercase;	
    position: relative;
}

.headline span {
    margin-left: 5px;
    top: -5px;
    position: relative;
}

.headline .kurier {
    color: #D51548;
}

.headline .ekurier_e {
    text-transform: lowercase;
    top: 0px;
}

/* KALENDARZ IMPREZ */

.kalendarz {
    margin: 30px 0px;
    text-align: center;
    font-size: 14px;
}

.kalendarz .ui-datepicker-calendar {
    width: 100%;
}

.kalendarz .ui-datepicker-calendar thead {
    display: none;
}
  
.kalendarz .ui-datepicker table tr {
    display: inline-block;
}

.kalendarz .ui-datepicker-calendar tr {
    display: inline-block;
    padding: 5px;
} 

.kalendarz .ui-datepicker table .ui-datepicker-current-day {
    background-color: var(--color-calendar-cd);
    color: var(--color-text);
}

.kalendarz .ui-datepicker-current-day a {
    color: #FFF !important;
}

.kalendarz .ui-datepicker a {
    color: var(--color-text-color);
}

.kalendarz .ui-datepicker table .ui-datepicker-week-end a {
    color: var(--color-calendar-w);
    font-weight: 500;
} 

.kalendarz .ui-datepicker table td {
    padding: 5px;
    width: 25px;
    border: 1px solid var(--color-calendar-b);
    background-color: var(--color-calendar-bck); 
}

.kalendarz .ui-datepicker table td a {
    color: var(--color-text);
}

.kalendarz .ui-datepicker table td:hover {
    background-color: var(--color-calendar-hv);
}

.kalendarz .ui-datepicker table td:hover a {
    color: #fff;
}

.kalendarz .ui-datepicker-title {
    font-size: 26px;
    text-transform: uppercase;
    display: inline-block;
    color: var(--color-calendar-m);
}

.kalendarz .ui-datepicker-other-month {
    display: none;
}

.kalendarz .ui-datepicker-header {
    display: inline-block;
}

.kalendarz .ui-datepicker-prev {
    float: left; 
    margin-right: 15px; 
    margin-top: 5px; 
    cursor: pointer;
    font-size: 20px;
}

.kalendarz .ui-datepicker-next {
    float: right; 
    margin-left: 15px; 
    margin-top: 5px; 
    cursor: pointer;
    font-size: 20px;
}

/* POLA REKLAMOWE I ODSTĘPY */

.box_reklama_txt {
    margin-top: 20px;
    font-family: 'Barlow', sans-serif; 
    font-size: 12px; 
    text-align: center; 
}

.box_reklama {
    margin: 0 auto;
    text-align: center;
    min-height: 120px;
    width: 100%;
    margin-bottom: 40px;
}

.sidebox_reklama {
    margin: 0 auto;
    text-align: center;
    min-height: 300px;
    width: 100%;
    margin-bottom: 40px;
}

.odstep {
    margin: 50px 0px;
}

/* SIDEBOX */

.sidebox {
    margin-bottom: 40px;
}
   
.sidebox .row {        
    padding: 0 5px; 
}
   
.sidebox p {
    font-family: 'Barlow', sans-serif; 
    font-size: 14px;
    color: #000;
}
   
.sidebox > h1 {
    font-family: 'Barlow', sans-serif;
    color: var(--color-text);
    font-weight: 700;
    font-size: 16px;	
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px dotted var(--color-border-3);
    padding-bottom: 6px;
    top: 0px;
    margin-left: 5px;
    position: relative;
}
   
.sidebox > h1 > a {
    color:#000;
    text-decoration: none;
}

.sidebox .carousel .carousel-item {
    height: 250px;
  }
  
.sidebox .carousel .carousel-item img {
    object-fit: cover;
    height: 250px;
}
  
.sidebox .carousel .carousel-caption {
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 2px #000;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 0px 0px 10px;
    text-align: left;
}
  
.sidebox .carousel .carousel-caption h2 { 
    font-size: 18px;
    font-weight: 500;
}
  
.sidebox .carousel .carousel-caption h1 {
    font-size: 22px;
    font-weight: 500;
}
  
.sidebox .kafelek_sredni img {
    height: 250px;
}
  
.sidebox .kafelek_sredni h3 {
    font-size: 16px;
}

/* sidebox card */

.sidebox .rozmowa {
    font-family: 'Barlow', sans-serif; 
    border-color: none;
}

.rozmowa .card-header {
    font-weight: 700;
    font-size: 16px;	
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: var(--color-card);
    color: var(--color-text);
}

.rozmowa .card-header span {
    color: #D51548;
}

.rozmowa .card-footer {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-color: var(--color-card);
}

.rozmowa .card-footer a {
    color: var(--color-text);
}

.rozmowa .card-footer:hover {
    background-color: var(--color-raster-2);
    color: var(--color-text);
}

.rozmowa .card-footer a:hover {
    color: var(--color-link-hv);
}

.rozmowa .card-body {
    font-size: 14px; 
    background-color: var(--color-card);
    color: var(--color-text);
}

.rozmowa .card-body h1 {
    font-size: 18px;
    font-weight: 700;
}

.rozmowa .media_video {
    height: 220px; 
    border-radius: 0px;
}

/* LISTY */

/* najnowsze wiadomości */

.newsroom {
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
	padding: 0;
    list-style: none;
    margin: 10px 0px 0px 0px; 
}

.newsroom a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    color: var(--color-text);
}

.newsroom a:hover {
	text-decoration: none;
    transition: all 0.4s ease-in-out;
    color: var(--color-link-hv);
}

.newsroom li {
	border-bottom: 1px solid var(--color-border-2);
}

.newsroom li:last-child {
	border-bottom: none;
}

.newsroom .news {
    position: relative;
    padding: 5px 50px 5px 15px; 
}

.newsroom .news:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    content: "\f138";
    top: 9px;
    left: 0;
    color: var(--color-elements);
}

.newsroom .time {
    position: absolute;
    right: 0;
    top: 5px;
    color: var(--color-elements);
}

/* OGŁOSZENIA */

.box_ogl {
    background-color: #900000; 
}

.zamow_ogl {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 20px 5px 20px;
    font-size: 20px;
    transition: ease-out 0.3s;
    margin: 0 10px 0 10px;
    text-align: center;
	color: #FFF;
    border: 1px solid #FFFFFF;
    background-color: #900000; 
}

.zamow_ogl:hover {
    background-color: #ff0000;
    color: #fff;
}

.komunikaty {
    font-family: 'Barlow', sans-serif; 
    font-size: 14px;   
    padding-left: 15px;
    list-style: none; 
    /*height: 200px;*/
}

/*
    overflow-y: scroll;
    scrollbar-width: auto;
    scrollbar-color: #798fd2 #ebebeb;
}

.komunikaty::-webkit-scrollbar {
    width: 2px;
}

.komunikaty::-webkit-scrollbar-track {
    background: #ededed;
}

.komunikaty::-webkit-scrollbar-thumb {
    background-color: #002b81;
    border-radius: 0px;
}
*/

.komunikaty a {
    color: var(--color-text);
    transition: all 0.4s ease-in-out;
}

.komunikaty a:hover {
    color: var(--color-link-hv);
    transition: all 0.4s ease-in-out;
}

.komunikaty li {
    position: relative;
    margin: 10px 0;
}

.komunikaty li:last-child {
    margin-bottom: 0px;
}

.komunikaty li:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    content: "\f0da";
    top: 3px;
    left: -10px;
    color: var(--color-elements);
}

.komunikaty_drobne {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    justify-content: left;   
}

.komunikaty_drobne {
    padding-left: 0px;
}

.komunikaty_drobne li {
	margin: 0 5px 5px 0;
}

.komunikaty_drobne a {
	font-size: 14px;
	line-height: 30px;
	padding: 0 12px;
	border-radius: 3px;
    display: block;
	background-color: var(--color-komunikaty-bg);
    color: var(--color-text);
}

.komunikaty_drobne a:hover {
    color: #fff;
    background-color: #900000;
}

/* SONDA */

.sonda {
    margin: 15px 10px 0;
    background-color: var(--color-raster-1);
    color: var(--color-text);
}

.sonda .sonda_pytanie {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sonda label {
    font-size: 14px;
    margin-bottom: 5px;
}

.sonda_glosuj {
    text-align: center;
    margin-top: 15px;
}

.sonda_glosuj .btn-sm {
    background-color: #990000;
    color: #fff;
    padding: 5px 15px;
    margin-right: 5px;
}

/* EKURIER */

.ekurier {
    padding: 10px; 
    position: relative;
    background-color: #EDEDED;
    border: 1px solid #B0B0B0;
}

.ekurier_pasek {
    background-color: #900000; 
    padding: 5px;
    font-family: 'Barlow', sans-serif;
    position: relative;
    margin: 20px 0px 0px 0px;
}

.ekurier_pasek .ek_text {
    padding-top: 8px;
}

.ekurier_pasek .ek_data {
    font-size: 20px; 
    font-weight: 500;  
	color: #fff;
}

.ekurier_pasek .kup a {
    text-decoration: none;
}

.ekurier_pasek .kup a:hover {
    text-decoration: none;
}

.ekurier_pasek .kup_ {
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px;
    padding: 5px;
    font-size: 24px;
    transition: ease-out 0.3s;
    text-align: center;
	color: #FFF;
    border: 1px solid #FFFFFF; 
    box-shadow: inset 0 0 0 0 #990000;
}

.ekurier_pasek .ek_info {
    color: #fff;
}

.ekurier_pasek .kup_:hover {
    background-color: #fff;
    color: #900000;
}

.ekurier_jedynka img {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 150px !important;
	height: auto !important;
	border: 3px solid #919191;
	border-radius: 5px;
	box-shadow: 2px 2px 10px 0px rgba(66, 68, 90, 1);
}

/* CZYTAJ WIĘCEJ */

.czytaj_wiecej {
    margin: 20px 0 40px;
    text-align: right;
    white-space: nowrap;
}

.czytaj_wiecej a {
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    background-color: var(--color-button-1);
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.czytaj_wiecej a:hover {
    background-color: var(--color-button-1-hv);
    transition: all 0.4s ease-in-out;
}

.sidebox .czytaj_wiecej {
    margin: 20px 0 40px;
    text-align: center;
    white-space: nowrap;
}

.sidebox .czytaj_wiecej a {
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    background-color: var(--color-button-1);
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.sidebox .czytaj_wiecej a:hover {
    background-color: var(--color-button-1-hv);
    transition: all 0.4s ease-in-out;
}

.czytaj_wiecej_raster {
    margin: 20px 0 10px;
    text-align: right;
    color: #fff;
}

.czytaj_wiecej_raster a {
    padding: 5px 10px;
    margin-right: 25px;
    border-radius: 5px;
    font-size: 14px;
    background-color: var(--color-button-1);
    color: #ededed !important;
    transition: all 0.4s ease-in-out;
}

.czytaj_wiecej_raster a:hover {
    background-color: var(--color-button-1-hv);
    color: #ededed;
    transition: all 0.4s ease-in-out;
}

/* DZIAŁ NA RASTRZE */

.dzial_raster h2 {
    font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.kafelek_raster {
	position: relative;
	overflow: hidden;
}

.kafelek_raster img {
    width: 100%;
    height: 400px;
    object-fit: cover; 
    transition: 0.5s ease; 
}

.kafelek_raster:hover img {               
	transform: scale(1.03);
} 

.kafelek_raster:hover .kafelek_tytul h1 {
    text-shadow: none;
    transition: 0.5s ease;
    color: #000;
    background-color: rgba(212, 212, 212, 0.9);
}

.dzial_raster_lista ul {
    margin: 0px;
    padding: 0px;
}

.dzial_raster_lista li {
	list-style: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 165px;
	position: relative;
    border-bottom: 1px dotted #000;
}

.dzial_raster_lista li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.dzial_raster_lista {
    margin-bottom: 10px;
}

.dzial_raster_lista a {
    color: var(--color-text);
}

.dzial_raster_lista a:hover {
	color: var(--color-link-hv);
}

.dzial_raster_lista a:hover img {
	transform: scale(1.03);
}

.dzial_raster_lista .thumb {
    position: absolute;
	left: 0;
    overflow: hidden;
}

.dzial_raster_lista .thumb img {
	margin-right: 0;
    width: 150px;
    height: 100px;
    transition: 0.5s ease;
    object-fit: cover;
}

.dzial_raster_lista .thumb img:hover {
	transform: scale(1.03);
}

.dzial_raster_lista p {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: var(--color-text);
}

.dzial_raster .card {
    font-family: 'Barlow', sans-serif; 
    border-color: none;
    box-shadow: 0px 0px 10px -5px rgba(66, 68, 90, 1);
    color: var(--color-text);
}

.dzial_raster .card-header {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-color: var(--color-card);
    color: var(--color-text);
}

.dzial_raster .card-footer {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-color: var(--color-card);
    color: var(--color-text);
}

.dzial_raster .card-footer:hover {
    background-color: var(--color-raster-2);
    color: var(--color-text);
}

.dzial_raster .card-footer a:hover {
    color: var(--color-link-hv);
}

.dzial_raster .card-body {
    font-size: 18px; 
    background-color: var(--color-card);
}

.dzial_raster .card-body h1 {
    font-size: 24px;
    font-weight: 700;
}

.dzial_raster .media_foto {
    overflow: hidden;
    position: relative;
}

.dzial_raster .media_foto img {
    height: 315px; 
    object-fit: cover;
    transition: 0.5s ease; 
    border-radius: 0px;
}

.dzial_raster .card:hover img {
    transition: 0.5s ease;        
	transform: scale(1.03);    
    color: #990000; 
}

.dzial_raster .card:hover h1 {
    color: var(--color-link-hv);  
}

.dzial_raster p {
    font-size: 16px;
    line-height: 22px;
}

.dzial_raster .media_video {
    height: 315px; 
    border-radius: 0px;
}

.dzial_raster a {
    color: var(--color-text);
}

.dzial_raster a:hover h1 {
    color: var(--color-link-hv);
}

/* HOROSKOPY, BLOGI, ITP. */

.headline_raster {
    font-family: 'Barlow', sans-serif;
    color: var(--color-text);
    font-weight: 700;
    font-size: 16px;	
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px dotted var(--color-border-3);
    padding-bottom: 6px;
    top: 0px;
    margin-left: 5px;
    position: relative;
}

.addon {
	font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: var(--color-text);
}

.addon .row {
	margin-bottom: 30px;
	margin-left: 0px;
}

.addon img {
	min-height: 100px;
	width: 100%;
	object-fit: cover;
}

.addon_lista {
    font-family: 'Roboto', 'sans-serif';
    font-size: 14px;
	padding: 0;
    list-style: none;
}

.addon_lista a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    color: var(--color-text);
}

.addon_lista a:hover {
	text-decoration: none;
    transition: all 0.4s ease-in-out;
    color: var(--color-link-hv);
}

.addon_lista ul {
    margin: 0px;
    padding: 0px;
}

.addon_lista .e {
    list-style-type: none;
    position: relative;
    padding: 6px 50px 5px 15px; 
}

.addon_lista .e:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    content: "\f138";
    top: 9px;
    left: 0;
    color: var(--color-elements);
}

.addon .carousel-inner .carousel-item img {
	height: 430px;
	width: 100%;
	object-fit: cover;
}

.addon .carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0px;
}

.addon .carousel-inner .carousel-caption {
	font-family: 'Barlow Condensed', sans-serif;
	width: 100%;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	text-shadow: 1px 1px 2px #000;
}
	
.addon .carousel-inner .carousel-caption h5 {
	font-size: 32px;
	line-height: 36px;
	padding: 10px;
}

.blog a {
    color: var(--color-text);
}

.blog a:hover {
    color: var(--color-link-hv);
}

.sidebox .card {
    color: var(--color-text);
    background-color: var(--color-raster-2);
}

/* POGODA */

.pogoda {
    font-family: 'Roboto', sans-serif; 
    font-size: 14px;  
    color: var(--color-text);
}

.pogoda a {
    color: var(--color-text);
}

.pogoda a:hover {
    color: var(--color-link-hv);
}

.pogoda h1 {
    font-size: 28px;
    padding: 5px;
}

.pogoda h3 {
    font-size: 28px;
    padding: 5px;
    background-color: var(--color-border-2);
}

.pogoda .row {
    margin:0px;
}

.pogoda .day {
    margin-top: 50px;
}

.pogoda table {
    margin-top: 30px;
}

.pogoda table td {
    padding: 2px;
    border: none;
}

.pogoda table .zjawisko {
    text-align: center;
}

.pogoda .details {
    margin-top: 20px;
}

.pogoda .details table {
    margin: 0 auto;
}

/* NAJCZĘŚCIEJ CZYTANE/KOMENTOWANE */

.sidebox .nav-tabs {
    border-bottom: 1px solid var(--color-border-2);
}

.sidebox .nav-tabs .nav-link {
    padding: 6px;
}    

.sidebox .nav-item a {
    font-size: 14px !important;
}

.sidebox .nav-tabs li.nav-item:hover {
    border-bottom: 1px solid var(--color-primary);
    padding: 0px 0px 0px 0px;
}

.sidebox .nav-tabs a {
    border: none !important;
    color: var(--color-text) !important;
}

.sidebox .nav-tabs a:hover {
    border: none !important;
}

.sidebox .nav-item .active {
    background-color: var(--color-navigation) !important;
    color: var(--color-text-2) !important;
}

.sidebox .tab-content {
    margin-top: -10px;
}

.trendy {
    font-family: 'Roboto', 'sans-serif';
	padding: 0;
	margin: 20px 0px 0px 0px; 
}

.trendy li {
    list-style: none;
	width: 100%;
	height: 85px;
	margin-bottom: 15px;
	margin-top: -5px;
    padding-left: 115px;
	position: relative;
    border-bottom: 1px solid var(--color-border-2);
}

.trendy li:last-child {
	border-bottom: none;
}

.trendy .thumb {
	left: 0;
	position: absolute;
    overflow: hidden;
    width: 105px;
}

.trendy img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    transition: 0.5s ease;
}

.trendy a h1 {
    font-size: 16px;
    line-height: 22px;
    transition: 0.5s ease;
    color: var(--color-text);
}

.trendy a:hover h1 {
    transition: 0.5s ease;
    color: var(--color-link-hv);   
}

.trendy a:hover img {
    transition: 0.5s ease;        
	transform: scale(1.1);  
}

/* CZYTAJ TAKŻE */

.czytaj_takze {
    font-family: 'Roboto', 'sans-serif';
    font-size: 16px;
    margin: 0;
	padding: 0;
    list-style: none;
}

.czytaj_takze a {
    text-decoration: none;
    transition: all 0.3s;
    color: var(--color-text);
}

.czytaj_takze a:hover {
	text-decoration: none;
    transition: all 0.3s;
    color: var(--color-link-hv);
}

.czytaj_takze li {
    border-bottom: 1px solid var(--color-border-2);
}

.czytaj_takze li:last-child {
	border-bottom: none;
}

.czytaj_takze .news {
    position: relative;
    padding: 5px 50px 5px 15px; 
}

.czytaj_takze .news:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    content: "\f0c1";
    top: 9px;
    left: 0;
    color: var(--color-elements);
}

/* STOPKA */

.stopka {
    margin: 0 auto;
    background-color: var(--color-footer);
    bottom: 0;    
    width: 100%;
    height: auto;
    padding: 20px; 
}

.stopka p {
	margin-bottom: 10px;
	font-size: 14px;
    text-align: center;	
    color: #d4d4d4;
}

.stopka_linki {
	padding: 0;
	float: right;
}

.stopka_linki li {
	float: left;
	font-size: 15px;
	line-height: 24px;
	list-style: none;
    margin-right: 15px;
}

.stopka_linki li a {
	color: #d4d4d4;
}

.stopka_linki li a:hover {
	color: #a3cffd;
}

/* STYLE DLA ARTYKUŁU */

.artykul .row {        
	margin: -10px;
}

.artykul [class*="col-"] {
	margin-bottom: 0px;
	padding: 10px;
} 

.breadcrumb {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: var(--color-text);
}

.breadcrumb a {
    color: var(--color-text);
}

.breadcrumb a:hover {
   color: var(--color-link-hv);
}

.breadcrumb .active {
    color: var(--color-link-hv);
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 10px;
    content: "\f105";
    margin-top: 3px;
}

.art_tytul {
    font-family: "Heuristica";
	font-weight: bold;
	font-size: 40px;
    color: var(--color-text);    
}

.art_pub, .art_akt {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    color: var(--color-text); 
}

.art_akt {
    margin-top: -12px;
}

.art_fot_top {
    margin-bottom: 30px;
}

.art_fot_top img {
	width: 100%;
    height: 300px;
	object-fit: cover;    
}

.art_fot_podpis {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    margin-top: -5px;
    color: var(--color-text); 
}

.art p {
    font-family: 'PT Serif', serif;
    font-size: 1.1em;
    line-height: 1.7em;
    color: var(--color-text); 
}

.art a {
    color: var(--color-link-art);
    text-decoration: underline;
}

.art a:hover {
    color: var(--color-link-art-hv);
    text-decoration: underline;
}

.art blockquote {
	border-left: 5px solid #990000;
	padding-left: 15px;
    margin-left: 20px;
	font-size: 18px;
    line-height: 30px;
    color: #808080;
}

.art h1, .art h2, .art h3, .art h4, .art h5, .art h6 {
    font-family: 'PT Serif', serif;
	font-weight: bold;  
    color: var(--color-text); 
}

.art h1 {
    font-size: 2.1em;
}

.art h2 {
    font-size: 1.9em;
}

.art h3 {
    font-size: 1.7em;
}

.art h4 {
    font-size: 1.5em;
}

.art h5 {
    font-size: 1.3em;
}

.art h6 {
    font-size: 1.1em;
}

.art ul {
    list-style: square !important;
}

.art table {
    border-collapse: collapse;
    border: 1px solid var(--color-art-table);
}

.art td, th {
    padding: 5px;
    border: 1px solid var(--color-art-table);
}

.art table thead {
    background-color: var(--color-art-table-head); 
}

.art tbody tr:nth-of-type(odd) {
    background-color: var(--color-art-table-odd);
}

.art tbody tr:nth-of-type(even) {
    background-color: var(--color-art-table-even);
}

.art_social {
    font-size: 40px;
    font-family: 'Barlow', sans-serif;
    border-top: 1px solid var(--color-border-1);
    margin-top: 40px;
    padding-top: 10px;
}

.art_komentarze {
    font-family: 'Barlow', sans-serif;
    margin-top: 40px;
    color: var(--color-text);
}

.art_komentarze h1 {
    font-size: 1.7em;
}

.art_video {
    margin: 40px;
}

.art_fb {
    text-align: center;
    margin: 20px 0px;
}

.instagram-media {
    margin: 0 auto !important;
}

.art_zajawka_1 {
    font-family: "Barlow", serif;
    background-color: #ededed; 
    color: #000;
    padding: 10px; 
    border: 2px solid #898989; 
    border-radius: 10px; 
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}

.art_zajawka_2 {
    font-family: "Barlow", serif;
    background-color: #ccffff; 
    color: #000;
    padding: 10px; 
    border: 2px solid #00ccff; 
    border-radius: 10px; 
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}

.art_zajawka_3 {
    font-family: "Barlow", serif;
    background-color: #ffffcc; 
    color: #000;
    padding: 10px; 
    border: 2px solid #ffcc00; 
    border-radius: 10px; 
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}

.art_zajawka_4 {
    font-family: "Barlow", serif;
    background-color: #ffcccc; 
    color: #000;
    padding: 10px; 
    border: 2px solid #ff0000; 
    border-radius: 10px; 
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}

.art_zajawka_5 {
    font-family: "Barlow", serif;
    background-color: #ccffcc; 
    color: #000;
    padding: 10px; 
    border: 2px solid #66cc66; 
    border-radius: 10px; 
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}



/* ARTYKUŁ PREMIUM (EKURIER) */

.art_premium {
    -webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 90%);
    mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 90%);
}

.art_premium_ramka {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.art_premium_ramka .card-header {
    background-color: #990000;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.art_premium_ramka .card-body {
    padding: 20px;
    text-align: center;
}

.art_premium_ramka .pozostalo {
    font-size: 32px; 
    font-weight: 700;
}

.art_premium_ramka .ek {
    color: #990000;
    font-size: 32px; 
    font-weight: 700;
    line-height: 50px;
}

/* KOMENTARZE */

.komentarz {
    font-family: 'Barlow', sans-serif;
	position: relative;
	padding-left: 65px;
	padding-bottom: 15px;
	margin-bottom: 15px; 
    color: var(--color-text);
	border-bottom: 1px solid #d4d4d4;
}

.komentarz_avatar img {
	position: absolute;
	left: 0;
	top: 0;
    width: 55px;
}

.komentarz_autor {
	font-size: 18px;
    font-weight: bold;
}

.komentarz_tresc {
	font-size: 15px;
    word-wrap: break-word;
}

.komentarz_data {
    font-size: 10px;
    font-weight: bold;  
    color: #808080;
}

.komentarz_dodaj {
    font-family: 'Barlow', sans-serif;
    margin-top: 40px;
    color: var(--color-text);
}

.komentarz_dodaj h1 {
    font-size: 1.7em;
}

.komentarz_dodaj label {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
    color: var(--color-text);
}

.komentarz_dodaj textarea {
	height: 168px;
	padding: 12px;
    margin-bottom: 20px;
	font-size: 15px;
	width: 100%;
    border: 1px solid #d4d4d4;
	background-color: var(--color-raster-3);
	color: var(--color-texr);
}

.komentarz_dodaj textarea:focus {
    color: #000;
    background-color: var(--color-raster-3);
}

.komentarz_dodaj .dpCommentSend {
    padding: 5px 15px;
    background-color: #990000;
    color: #fff;
}

.komentarz_dodaj button {
    font-family: 'Barlow', sans-serif;
	background-color: #990000;
	border-radius: 3px;
	font-size: 14px;
	padding: 0 12px;
	font-weight: bold;
	color: #fff;
	border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 36px;
}

.komentarz_dodaj input {
	border: 1px solid #d4d4d4;
	background-color: var(--color-raster-3);
    color: #000;  
}

.komentarz_dodaj input:focus {
    color: #000;
}

.komentarz_dodaj .form-control:focus {
    background-color: var(--color-raster-3);
    border-color: var(--color-raster-3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#stophejt {
    display: none;
    margin: 20px 0;
}

#licznik {
    font-size: 12px;
    position: relative;
    top: -15px;
    float: right;
}

.regulamin_maly {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    margin-bottom: 10px;   
    color: var(--color-text);
}

/* SLIDER DO GALERII */

.galeria {
	margin: 40px 0px 20px;
}

.galeria img {
	padding: 0 5px;
    overflow: hidden;
    height: 200px;
    object-fit: cover;
}

.slick-slide img {
    margin: 0 auto;
}

.ad_pogrzeby {
	margin: 100px 0px 20px;
}

.ad_pogrzeby img {
	padding: 0 5px;
	overflow: hidden;
}

.slick-prev, .slick-next {
	height: 50px;
	width: 50px;
    font-size: 0;
    line-height: 0;
    position: absolute;
	display: block;
 	top: 30%;
    padding: 0;
	border: none;
    outline: none;
    background: transparent;
	z-index: 989;
	transition: opacity 0.3s ease-in-out;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #fff;
	transition: color 0.3s ease-in-out;	
    background-color: #808080c0;
    padding: 5px;
    border-radius: 5px;
} 

.slick-prev {
	left: 0px;
}

.slick-prev:before {
    content: '\f0a8';
}

.slick-next {
    right: 0px;
}

.slick-next:before {
    content: '\f0a9';
}

/* LISTA ARTYKUŁÓW */

.art_lista ul {
    margin: 0px;
    padding: 0px;
}

.art_lista li {
	list-style: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 165px;
	position: relative;
    border-bottom: 1px solid var(--color-border-2);
}

.art_lista li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.art_l {
    margin-bottom: 10px;
}

.art_l a {
	color: var(--color-text);
}

.art_l a:hover h1 {
	color: var(--color-link-hv);
}

.art_l .thumb {
    position: absolute;
	left: 0;
    overflow: hidden;
}

.art_l .thumb img {
	margin-right: 0;
    width: 150px;
    height: 100px;
    transition: 0.5s ease;
    object-fit: cover;
}

.art_l .thumb img:hover {
	transform: scale(1.03);
}

.art_l a:hover img {
	transform: scale(1.03);
}

.art_l h1 {
    font-size: 18px;
}

.art_l p {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
}

.art_l .art_l_data {
	font-size: 10px;
    color: #798188;
}

.art_l .art_l_data:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073 \0020";
}

.art_l .thumb_text {
    min-height: 120px;
}

/* PAGINACJA */

.pagination {
    margin: 50px 0px;
}

.pagination .page-item a {
    background-color: var(--color-body);
	color: var(--color-text);
    border-color: #808080;
}

.pagination .page-item a:hover {
	background-color: #990000;
	color: #fff;
}

.pagination .active a {
    color: #fff;
    background-color: #990000 !important;
    border: solid 1px #990000 !important;
}

/* OGŁOSZENIA (KONDOLENCJE, REKLAMY, ITP.) */

.ad_tytul {
    font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 20px; 
}

.adimage {
    margin: 40px 0px;
    text-align: center;
}

.adimage img {
    width: 75%;    
}

.art_fot_top_ogloszenie img {
	object-fit: contain;    
}

.ad_pogrzeby img {
    width: 80%;
}

/* FILMY */

.art_video_lista {
    margin: 10px 0px;
}

.film {
    margin-bottom: 30px;
    font-family: 'Barlow', sans-serif;
    color: var(--color-text);
}

.film h1 {
    font-size: 28px;
    font-weight: 700;
    padding: 5px;
}

.film p {
    padding: 5px;
    font-size: 16px; 
}

/* STRONY POMOCNICZE */

.strona_tytul {
    font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 40px;
    margin-bottom: 20px;    
}

.strona_tekst {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
	line-height: 26px;  
    margin-bottom: 20px;    
}

/* NAPISZ DO NAS */

.napisz_do_nas {
    margin: 20px 0px;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    padding: 20px;
    background-color: #424B5C;
    color: #fff;
    border-radius: 5px;
}

.napisz_do_nas label, .napisz_do_nas input, .napisz_do_nas button {
    border: 0;
    margin-bottom: 10px;
    width: 100%; 
}

.napisz_do_nas form button {
    height: 40px;
    background-color: #FF9900;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 1px;
}

.napisz_do_nas form .error {
    color: #ff0000;
}

.count {
    float: right;
}

.napisz_do_nas_ok {
    background-color: #ddffdd;
    border: 2px solid #33AA00;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #33AA00;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 30px 0px;
}

.napisz_do_nas_err {
    background-color: #fce2e2;
    border: 2px solid #FF0000;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #FF0000;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 30px 0px;
}


/* MEDIA QUERIES */

/*

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 340px) {
   
}

@media only screen and (min-width: 1300px) and (max-width: 4000px) {

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
   
}

*/

/* ekran MD */ 
@media only screen and (min-width: 767px) and (max-width: 992px) {	

.container [class*="col-"] {
    margin: 0px;
    padding: 7px;
}  

.kafelek_tytul h1 {
    font-size: 26px;
    line-height: 30px;
    padding: 5px;
}
    
.kafelek_tytul h2 {
    font-size: 24px;
    line-height: 28px;
    padding: 5px;
}

.kafelek_sredni img {
    height: 250px;      
}  

.kafelek_zwykly img {
    height: 250px;
} 

.dzial_raster_lista {
    margin-top: 30px;
}

.dzial_raster_lista .thumb img {
    height: 100px;
}

.dzial_raster .media_foto img {
    height: 200px; 
}

.dzial_raster .media_video {
    height: 200px; 
}

.rozmowa .media_video {
    height: 400px; 
}

.addon {
    margin-top: 10px;
}

}

/* ekran SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
body {
    margin: 0px;
    padding: 0px;
}
    
.container [class*="col-"] {
    margin: 0px;
    padding: 7px;
}

.kafelek_fotokurier .bg_img img {
   height: 300px; 
}    
       
.kafelek_fotokurier .sm_img img {
   height: 300px;
}

.kafelek_tytul h1 {
	font-size: 26px;
	line-height: 30px;
}

.kafelek_tytul h2 {
	font-size: 24px;
	line-height: 24px;
}

.kafelek_sredni img {
    height: 220px;      
}

.dzial_raster_lista {
    margin-top: 30px;
}

.dzial_raster_lista .thumb img {
    height: 100px;
}

.addon_lista {
    padding-left: 15px;
}

.addon {
    margin-top: 10px;
}

.rozmowa .media_video {
    height: 300px; 
}

}

/* ekran XS */
@media only screen and (min-width: 250px) and (max-width: 576px) {  

body {
    margin: 0px;
    padding: 0px;
}

.container [class*="col-"] {
    margin: 0px;
    padding: 7px;
}

.fotokurier [class*="col-"] {
    padding: 0px 5px;
}

.kafelek_fotokurier {
    top: 20px;
}      
    
.kafelek_fotokurier .bg_img img {
    height: 300px; 
}    
    	
.kafelek_fotokurier .sm_img img {
    height: 300px;
}

.kafelek_zwykly img {
    width: 100%;
    height: 150px;
} 

.kafelek_sredni img {
    width: 100%;
    height: 250px;      
}       
    
.kafelek_maly img {
    width: 100%;
    height: 120px;
}  

.kafelek_tytul h1 {
	font-size: 26px;
	line-height: 30px;
    padding: 5px;
}

.kafelek_tytul h2 {
	font-size: 22px;
	line-height: 26px;
    padding: 5px;
}

.plakietka {
    font-size: 16px;
}

.sidebox > h1 {
    margin-left: 0px;
}

.headline {
	margin: 0px 5px 10px 5px;
    top: 0px;
}

.box_reklama {
    position: relative;
    margin-bottom: 20px;
}    
    
.box_reklama_txt {
    position: relative;
    margin-top: 70px;
}   
    
.dzial_raster_lista {
    margin-top: 30px;
}

.dzial_raster_lista .thumb img {
    height: 100px;
}

.czytaj_wiecej_raster {
    position: relative;
}

.kafelek_duzy img {
    height: 200px;
}    

.kafelek_tytul h1 {
    font-size: 28px;
    line-height: 32px; 
}    

.kafelek_tytul h2 {
    font-size: 24px;
    line-height: 28px;
}

.czytaj_wiecej {
    position: relative;
    text-align: center;
}

.dzial_raster .media_foto img {
    height: 250px; 
}

.dzial_raster .media_video {
    height: 250px; 
}

.container_media h1 {
    font-size: 20px;
}

.container_media p {
    font-size: 14px;
    line-height: 20px;
}

.art_fot_center {
    width: auto; 
    margin: 0 auto; 
    margin-bottom: 15px; 
    margin-top:15px;
}    
    
.sidebox {
    position: relative; 
    padding: 10px;      
}    
    
.art_video {
    margin: 20px 0px;
}         

.galeria {
	margin: 0px;
}

.galeria img  {
    height: 100px;
    padding: 0 0px;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px;
}    

.slick-prev {
	left: 0px;
}

.slick-next {
    right: 0px;
}

.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
    content: '\f054';
}
    
.media_video_big {
    height: 250px; 
}     

.art_fot_top {
    margin: 20px -10px;
}

.art_fot_podpis {
    margin-left: 8px;
}

.addon_lista {
    padding-left: 15px;
}

.addon .carousel-inner .carousel-item img {
    height: 300px;
}

.addon {
    margin-top: 10px;
}

.rozmowa .media_video {
    height: 300px; 
}
    
} 

/* KONIEC DOKUMENTU */