/**********************************/
/********** Fonts ***********/
/**********************************/
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v40-latin_latin-ext-regular.woff2') format('woff2'),
       url('fonts/open-sans-v40-latin_latin-ext-regular.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/open-sans-v40-latin_latin-ext-italic.woff2') format('woff2'),
       url('fonts/open-sans-v40-latin_latin-ext-italic.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v40-latin_latin-ext-600.woff2') format('woff2'),
       url('fonts/open-sans-v40-latin_latin-ext-600.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v40-latin_latin-ext-700.woff2') format('woff2'),
       url('fonts/open-sans-v40-latin_latin-ext-700.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/open-sans-v40-latin_latin-ext-800.woff2') format('woff2'),
       url('fonts/open-sans-v40-latin_latin-ext-800.ttf') format('truetype');
}
/**********************************/
/********** General CSS ***********/
/**********************************/
body {
    color: rgb(19, 34, 66);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #ffffff;
}
a {
    color: #343a40;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #E47A2E;
    outline: none;
    text-decoration: none;
}

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

p {
    color: rgb(19, 34, 66);
    padding: 0;
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0 0 15px 0;
    padding: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #cc3333;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top:hover {
    background: #E47A2E;
}

.back-to-top i {
    padding-top: 12px;
    color: #ffffff;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}
img.lazy {opacity: 0;}
img:not(.initial) {transition: opacity 1s;}
img.initial,
img.loaded,
img.error {
opacity: 1;
}

/**********************************/
/********* Form Input CSS *********/
/**********************************/
.form-control-custom,
.custom-select {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #282828;
    border-radius: 0;
    margin-bottom: 15px
}

.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border-color: #E47A2E;
}

.custom-radio,
.custom-checkbox {
    margin-bottom: 15px;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
    border-color: #282828;
    border-radius: 0;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background: #E47A2E;
}

.cat-news button.btn, .cat-news a.btn, .top-news a.btn, .top-news button.btn {
    color: #282828;
    background: #ffffff;
    border: 1px solid #282828;
    border-radius: 0;
}

button.btn-outline-gray, a.btn-outline-gray{
	color: #1E1F23;
    background: #ffffff;
    border: 1px solid #EBF0F0;
    border-radius: .25rem;
}

button.btn-outline-gray:hover, a.btn-outline-gray:hover{
	color: #1E1F23 !important;
    background: #FFF !important;
    border: 1px solid var(--blue) !important;
}

.cat-news button.btn:hover, .cat-news a.btn:hover, .top-news a.btn:hover, .top-news button.btn:hover {
    color: #ffffff;
    background: #E47A2E;
    border-color: #E47A2E;
}

.bg-region{background: #f8f9fa;}

.yellow{color:var(--yellow);}
.blue{color:var(--blue);}
.md-hide{display:none;}

.form-group label{font-weight:bold;color:var(--dark);}

#imagePreview{margin-bottom:10px;}
#imagePreview img{margin-right:5px;}

.imagePreview{margin-bottom:10px;}
.imagePreview img{margin-right:5px;}

/**********************************/
/********* Top Header CSS *********/
/**********************************/

/* Domyślne kolory logo */
.top-header .fil1 { fill: #fff; } /* Czarny */
.top-header .fil2 { fill: #fff; } /* Niebieski */
.navbar-brand svg{fill: #FFF;height:34px;}
.navbar-brand img{height:34px;image-rendering: auto;}

.top-header {
    padding: 15px 0;
    background: #3a5b9e;
}

.top-header .logo {
    text-align: left;
    overflow: hidden;
}

.top-header .logo a img {
    max-width: 100%;
    max-height: 80px;
	image-rendering: auto;
}
}

.top-header .search {
    width: 100%;
}

.top-header .search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
}

.top-header .search input[type=text]:focus {
    border-color: #E47A2E;
}

.top-header .search button {
    position: absolute;
    width: 40px;
    height: 38px;
    top: 1px;
    right: 16px;
    padding: 0 15px;
    border: none;
    background: none;
    color: #cc3333;
}

.top-header .search button:hover {
    background: #E47A2E;
    color: #ffffff;
}
.header_links{display: flex;text-align:left;justify-content: center; align-items: center;gap: 10px;}
.header_links a{color: var(--gray-dark);text-transform: uppercase;white-space: nowrap;padding: 6px;border: 0px !important;width: auto !important;height: auto !important; background: none;}
.header_links i{margin-right:5px;color: var(--gray-dark);}
.badge{text-transform: uppercase;}
.badge i{text-transform: none;}
.top-header .social {
    display: flex;
    align-items: center; /* Wyrównanie pionowe */
	justify-content: flex-end;
    gap: 10px; /* Odstęp między ikonami (opcjonalne) */
}
.social a {
    display: flex;
    align-items: center; /* Wyrównanie pionowe w linku */
    justify-content: center; /* Wyrównanie poziome */
    width: 40px; /* Stała szerokość */
    height: 40px; /* Stała wysokość */
	border: 1px solid #fff;
}
.social .icon{border: 0px;}

.social a i {
    font-size: 20px; /* Dostosuj rozmiar ikon Font Awesome */
}

.social .icon img {
    width: 100%; /* Avatar zajmuje cały obszar linku */
    height: 100%; /* Avatar zajmuje cały obszar linku */
    border-radius: 50%;
    object-fit: cover;
	border: 1px solid;
    border-color: rgba(255, 255, 255, .1);
}

.glosregionu-dropdown {
  position: absolute;
  top: 45px; /* dostosuj w razie potrzeby */
  right: 47px;
  background: #000;
  border: 1px solid #333;
  z-index: 9999;
  display: none;
  width: 220px;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  padding-top: 10px; /* miejsce na strzałkę */
}

.glosregionu-dropdown .arrow-up {
  position: absolute;
  top: 0;
  right: 30px; /* ustaw punkt pod ikoną */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
  transform: translateY(-100%);
}

.glosregionu-dropdown .list-group-item {
  background-color: transparent;
  border: none;
  padding: 10px 15px;
}

.glosregionu-dropdown .list-group-item a {
  color: #fff;
  text-decoration: none;
  display: block;
  border: 0px;
  width: 100%;
  height: auto;
}

.glosregionu-dropdown .list-group-item a:hover {
  background-color: #111;
  border-radius: 5px;
}


/*.top-header .social {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: right;
}

.top-header .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 3px 0;
    text-align: center;
    font-size: 22px;
    border: 1px solid #2980b9;
}
.social .avatar{border:0px !important;display: inline-block;width: 40px;height: 40px; border-radius: 50%;padding: 0px 0 !important;}
.social .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #007bff;
    object-fit: cover;
}
*/
.box-ra {text-align: center; max-width: 100% !important; height: auto !important; min-height:200px;}
.box-ads {text-align: center; max-width: 100% !important; height: auto !important;}
.box-ra span, .box-ads span{display:block;font-size:10px;text-align:center;color:var(--dark);}
.box-ra img, .box-ads img{max-width:100% !important;max-height:auto !important;}

.top-header .social a:hover {
	background: #000; /* Kolor tła */
    border: 1px solid #fff;
}

.top-header .social a i {
    color: #fff;
	transition: color 0.3s;
}

.top-header .social a:hover i {
	background: #000; /* Kolor tła */
    color: #FFF;
	transition: color 0.3s;
}

.top-header .social a:hover{
    color: #000;
	transition: color 0.3s;
}

.top-header .social .header_links a:hover{
    color: #FFF;
	transition: color 0.3s;
}



@media (max-width: 767.98px) {
    .top-header .logo,
    .top-header .search,
    .top-header .social {
        text-align: center;
        margin-bottom: 15px;
    }

    .top-header .social {
        margin-bottom: 0;
    }
	.top-news .tn-left .tn-content span.tn-title {
    font-size: 20px !important;
    font-weight: 700;
}
}


/**********************************/
/********* Header Nav CSS *********/
/**********************************/
.header {
    position: relative;
	/**z-index: 999999;*//
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.header.header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-sticky, .header.header-sticky .bg-dark {
    background: #3a5b9e !important;
}

.header-sticky a.nav-link{
		font-size:14px !important;
}

.header-sticky .navbar-brand {
 margin-left: 0 !important;
}

.header .navbar {
    height: 100%;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active{
    background: rgba(228, 122, 46, .2);
    border-bottom: 2px solid #E47A2E;
    transition: none;
}

.header .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
	z-index:999;
}

.header .dropdown-menu a:hover{
	 background: #2980b9;
	 color:#FFF;
}

 .navbar-small {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .navbar-small .navbar-brand {
    font-size: 0.95rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-small .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.9rem;
  }

  .navbar-small .navbar-toggler {
    padding: 0.2rem 0.4rem;
    font-size: 0.85rem;
  }



@media (min-width: 768px) {
    .header,
    .header .navbar {
        background: #343a40;
    }

    .header .navbar-brand {
        display: none;
    }
    .navbar-nav a{margin-right: 15px;}
	.big-box img, .tn-img img{width:100%;object-fit: cover;object-position: center;}
	.navbar-nav a:last-child {margin-right:0px;}
    .header a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (min-width: 1300px) {
	/*.
    .h174{height:185px;overflow:hidden;}
	.h325{height:325px;overflow:hidden;}*/
	.h320{height:320px;overflow:hidden;}
	.big-box-page{height:286px;overflow:hidden;}
}
@media (min-width: 768px) and (max-width: 1366px) {
	.header-sticky .navbar-collapse{flex-grow: 0;}
	.navbar-nav a:first-child {
    display: none;
	}
}
@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
	.search-top{display:none !important;}
	.brand-top {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

	.pogoda{
        flex: 0 0 50%;
        max-width: 50%;
	}
	.top-links {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
	.header_links{display:none;}
}

@media (max-width: 768px) {
    .box-ra img{width:100%;height:auto;}
	.box-ra iframe{width:350px !important;}
	.cat-news h2, .main-news h2 {font-size:25px !important;margin-top: 5px;}
	.col-lg-6, .col-lg-5{margin-top:20px;}
	.mt-xs-2{margin-top:10px;}
	.phone-hide{display:none;}
	.md-hide{display:block;}
	.live iframe{width:300px;height:335px;}
	.sn-title{font-size:25px !important;line-height: 32px !important;}
    .header,
    .header .navbar {
        background: #3a5b9e !important;
    }

    .header a.nav-link {
        padding: 5px;
    }

    .header .dropdown-menu {
        box-shadow: none;
    }
	.social{
		display: flex;
		align-items: center; /* Wyrównanie pionowe */
		justify-content: flex-end !important;
		gap: 15px;
	}
	.social a{color: rgba(255, 255, 255, .5);border:1px solid rgba(255, 255, 255, .1);border-radius: 50% !important;width: 35px; height: 35px;}
	.navbar-brand{margin-left:0px !important;}
	/* .col-xs-3 .tn-date, .col-xl-4 .tn-date, .col-6 .cn-date{display:none !important;} */
	.col-xs-3 .tn-content span.tn-title, .col-6 .tn-content span.tn-title, .col-6 .cn-content span.cn-title{ font-size: 14px !important; color:var(--dark) !important;}
	h5.tn-title{ color:var(--dark) !important; font-size: 14px !important;}
	.col-xs-3 .tn-content, .col-6 .tn-content, .col-6 .cn-content{
    position: relative !important;
    padding: 10px 0px 10px 5px !important;
	background-image: none !important;
    display: flex;
    align-items: flex-end;
    }

}


/**********************************/
/********** Top News CSS **********/
/**********************************/
.top-news {
    position: relative;
    width: 100%;
    padding: 0px 0 0 0;
}

.tn-right .col-6:nth-child(-n+2){
	margin-bottom: 20px;
}

.top-news .col-md-6 {
    margin-bottom: 20px;
}

.top-news .col-md-4 {
    margin-bottom: 20px;
}

.top-news .col-xl-4{
    margin-bottom: 20px;
}
.top-news .tn-img {
    position: relative;
    overflow: hidden;
}

.top-news .tn-img img {
    width: 100%;
}

.top-news .tn-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 10px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .8));
    display: flex;
    align-items: flex-end;
}
.top-news .tn-content span.tn-date{
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    letter-spacing: 1px;
}

.top-news .tn-content span.tn-date i {
    margin-right: 5px;
}

.top-news .tn-content span.tn-date:hover {
    text-decoration: underline;
}

.top-news .tn-content span.tn-title {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}

.top-news .tn-left .tn-content span.tn-title {
    font-size: 32px;
    font-weight: 700;
}

.top-news .tn-content span.tn-title:hover {
    color: #dddad8;
}

.listitem-span {
    padding-left: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -.07px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listitem-date {
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -.07px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/**********************************/
/******* Category News CSS ********/
/**********************************/
.cat-news {
    position: relative;
    width: 100%;
    padding: 0;
}

.cat-news .col-md-6 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 20px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}

.col-12 .news-date{font-size:small;color:var(--white);}
.col-6 .news-date{font-size:x-small;color:var(--secondary);}


.cat-news h2, .comments-news h2, .single-news h2 {
    color: #343a40;
    font-size: 35px;
    font-weight: 700;
}

.cat-news h2 i {
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 28px;
}

.cat-news .cn-img {
    position: relative;
    overflow: hidden;
}

.cat-news .cn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-news .col-lg-6{padding-left:5px;padding-right:5px;}
.sport .h320 span.tn-title{font-size:21px;font-weight:bold;}
.fs-16{font-size:16px !important;}

.cat-news .cn-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end;
}

.cat-news .cn-img span.cn-date, .news-overlay span.cn-date{
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    letter-spacing: 1px;
}

.cat-news .cn-img span.cn-date i{
    margin-right: 5px;
}

.cat-news .cn-img span.cn-date:hover {
    text-decoration: underline;
}

.cat-news .cn-img span.cn-title {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

.cn-title{font-weight:bold;}


.cat-news .cn-img span.cn-title:hover {
    color: #dddad8;
}

.cat-news .slick-prev,
.cat-news .slick-next,
.informator .slick-prev,
.informator .slick-next {
    top: -35px;
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: .5s;
    color: #ffffff;
    background: #b82c2b;
}

.cat-news .slick-prev, .informator .slick-prev {
    left: calc(100% - 85px);
}

.cat-news .slick-next, .informator .slick-next {
    right: 14px;
}

.cat-news .slick-prev:hover,
.cat-news .slick-prev:focus,
.cat-news .slick-next:hover,
.cat-news .slick-next:focus,
.informator .slick-prev:hover,
.informator .slick-prev:focus,
.informator .slick-next:hover,
.informator .slick-next:focus {
    color: #ffffff;
    background: #E47A2E;
}

.cat-news .slick-prev::before,
.cat-news .slick-next::before,
.informator .slick-prev::before,
.informator .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}
#results div{padding:4px;border-bottom:1px solid #C0C0C0;}
#results div:hover{color:#ffffff;background: #E47A2E;cursor:pointer;}

.cat-news .slick-prev::before, .informator .slick-prev::before {
    content: "\f104";
}

.cat-news .slick-next::before, .informator .slick-next::before {
    content: "\f105";
}

.sidebar-widget .cn-content {
    padding: 10px 5px 0px 5px;
    display: flex;
    align-items: flex-end;
}

.sidebar-widget .cn-content {
    padding: 10px 5px 0px 5px;
    display: flex;
    align-items: flex-end;
}

.sidebar-widget a.cn-title{ color: #2980b9; }
.cat-news-list .tn-title{margin-top:10px;}
.cat-news-list{margin-top:10px;}
.cat-news-list span.tn-title{font-size: 1.25rem !important;}
.cat-news-list .badge{color:var(--white) !important; }

/**********************************/
/********** Ogłoszenie *********/
/**********************************/

.ogloszenie img{
    vertical-align: middle;
    border-style: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.card.ogloszenie{cursor: pointer;}

/**********************************/
/********** Nekrologi *********/
/**********************************/

.nek_box{border:5px double #000;}
.nek_box_home{border:3px double #000;padding:5px;width:94%;display:table;margin-bottom:8px;}
.nek_box:nth-child(3n){margin-right:0px;}
.nek_wrap{display: table-cell;vertical-align:middle;}
.nek_box a{color:#222;font-weight:bold;}
.nek_box p{margin:5px 0px;}
.nek_box_home p{margin:2px 0px;}
.krzyz_maly{background:url(../img/krzyz_maly.png) no-repeat center;width:100%;height:32px;display:inline-block;margin:0px !important;}
.znicz_maly{background:url(../img/znicz_maly.png) no-repeat center;width:100%;height:32px;display:inline-block;margin:0px !important;}

/**********************************/
/********** Other *********/
/**********************************/

.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.start-100 {
    left: 100% !important;
}
.start-5 {
    left: 5px !important;
}
.start-50 {
    left: 50% !important;
}
.top-0 {
    top: 0 !important;
}
.top-5 {
    top: 5px !important;
}
.top-50 {
    top: 50% !important;
}
.bottom-0 {
    bottom: 0% !important;
}
.bottom-5 {
    bottom: 5% !important;
}
.end-0 {
    right: 0 !important;
}

.fs-24{font-size:24px;}
.fs-32{font-size:32px;}
.fs-34{font-size:34px;}
.fs-48{font-size:48px;}
.fs-39{font-size:39px;}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + .9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fs-7 {
    font-size: 0.9rem !important;
}
.w-10 {
	width: 10rem;
}
.w-20 {
	width: 20rem;
}

.head_icon{padding-left:40px;}

.entertaiment h2{
    font-size: 35px;
    font-weight: 700;
}

.informator h2 {
    color: #343a40;
    font-size: 35px;
    font-weight: 700;
    margin-left: 0px !important;
}

.entertaiment .slick-prev, .entertaiment .slick-next{ color: #FFF !important; background: #b82c2b !important; }
.entertaiment .slick-prev::before, .entertaiment .slick-next::before { color: #FFF; }

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause, .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
    background-color: #d35400;
}
.audioplayer .audioplayer-playpause {
    width: 35px;
    height: 35px;
    transition: all 0 ease-in-out;
}
.audioplayer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    padding-bottom: 10px;
}
.audioplayer-playpause {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.audioplayer-playpause i{color:#FFF;}
.bg-strefafm{background-color: #d35400;}
.fs-10{font-size:10px;}
.media .mr-3{width:120px;}
.mw-1260{max-width:1260px;padding:0px;min-height:300px;}
.wh-82{max-height:82px;overflow:hidden;}
.h-163{max-height:163px;overflow:hidden;}
.h-100{height:100%;}
.h-200{height:200px;overflow: hidden;}

.emoji{font-size:10px;padding:2px;}
.emoji span{padding:2px 0px;}
.emoji a{color:#000;}
.emoji a:hover{background-color: #F5F5F5;}

.extra h6 a{color:#d35400 !important;}
.extra .h-100{height:100%;object-fit: cover;}
.extra .h-200{overflow:visible;}

.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.make-me-sticky span{
    display: block;
    font-size: 10px;
text-align: center;
}
.make-me-sticky {
	position: sticky !important;
	top: 0;
	padding: 0 15px;
}
.sidebar-item:first-child .make-me-sticky {
    top: 60px;
}
.col-md-3, .has-1-items {
    overflow: visible !important;
	height: auto;
}
.has-1-items .sidebar-item {height: 50%; &:nth-child(2){top: 50%;} &:nth-child(3) { top: 85%; } &:nth-child(4) { top: 95%; }}

.rek {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0 100px;
    border-bottom: solid 1px #fff;

}
.rek img{width:100%;height:auto;}
.ins-ad-container {
  /*display: flex; */
  justify-content: center;
  min-height: 250px;
  min-width: 300px; /* lub 100% */
}
.ads-center{justify-content: center;}
.hb-max{max-height:200px;min-height:200px;min-width:980px;}
.h100-max{max-height:100px;min-height:100px;}
.h-300{height:300px;max-height:300px;min-height:300px;}
.ins-ad-container iframe{height:100% !important;}
.live{margin-top:20px;}
.live h5{font-size:18px;font-weight:bold;color:#000;}
.live img{max-width: 100%;height:auto;}

.pulse-text:before{
    content: '';
    display: inline-block;
    background-color: #dc3545;
    border-radius: 20px;
    /* position: absolute; */
    /* top: 15px; */
    /* right: 12px; */
    height: 12px;
    width: 12px;
    transform: scale(1);
    animation: pulse-fade 2s infinite;
    margin-left: 5px;
}
@keyframes pulse {
  0% {
      transform: scale(0.9);
  }

  50% {
      transform: scale(1.0);
  }

  100% {
      transform: scale(0.9);
  }
}

@keyframes pulse-fade {
	0% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgb(234, 101, 101, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgb(234, 101, 101, 0);
	}

	100% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgb(234, 101, 101, 0);
	}
}

#share .img-thumbnail {
    border-radius: 33px;
    width: 61px;
    height: 61px
}

#share .fab:before {
    position: relative;
    top: 13px
}

#share .smd {
    width: 200px;
    font-size: small;
    text-align: center
}

#share .modal-footer {
    display: block
}

#share .ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

#share .cpy {
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer
}

#share button.focus,
#share button:focus {
    outline: 0;
    box-shadow: none !important
}

#share .ur.focus,
#share .ur:focus {
    outline: 0;
    box-shadow: none !important
}

#share .wykop-icon{ background:url("../img/wykop-icon.png") no-repeat; }

/**********************************/
/********** GALERIA SLIDER *********/
/**********************************/

    #slider-container {
        position: relative;
        width: 100%;
		min-height:600px;
        overflow: hidden;
    }
    #slider {
       /* display: flex; */
        transition: transform 0.5s ease-in-out;
		width: 100%;
        min-height: 200px;
    }

	#slider img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Ustawia obraz na widoczny, gdy jest aktywny */
#slider img.active {
    opacity: 1;
}

    #prev, #next, #exit {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    #prev { left: 10px; }
    #next { right: 10px; }
	#exit { right: 10px; }

	#prev, #next, #exit {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
	width: 58px;
    height: 58px;
}

#prev:hover, #next:hover, #exit:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#indicators {
	display: flex;
    gap: 5px;
    overflow-x: auto;
    justify-content: center;
    white-space: nowrap;
    padding: 10px 0;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Ukrycie scrollbara dla Firefoxa */
    -ms-overflow-style: none; /* Ukrycie scrollbara dla IE i Edge */
}

#indicators::-webkit-scrollbar {
    display: none; /* Ukrycie scrollbara dla Chrome, Safari */
}

#indicators .dot {
	height: 10px;
    width: 10px;
	margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

#indicators .dot.active {
	background-color: #1768a6;
    transform: scale(1.2); /* Powiększenie aktywnej kropki */
}

#slider-container::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    border-top: 4px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none; /* Ukryj loader, gdy obraz się załaduje */
}

/* Animacja obrotowa */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#fullscreen-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

#fullscreen-viewer .overlay-bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 1;
}

#fullscreen-viewer .overlay-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fullscreen-viewer img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(255,255,255,0.2);
}

#close-fullscreen {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  background: none;
  border: none;
  z-index: 3;
  cursor: pointer;
}

@media (max-width: 768.98px) {
#slider-container {min-height:auto !important;}
#prev, #next { width: 48px;height: 48px;}
.big-galery { margin: 0px -17px; }
.big-galery .count {margin-left: 10px;}
}

/**********************************/
/********** Main News CSS *********/
/**********************************/
.main-news {
    position: relative;
    width: 100%;
    padding: 0;
}

.main-news .col-md-6,
.main-news .col-md-12 {
    margin-bottom: 20px;
}

.main-news h2 {
    color: #343a40;
    font-size: 35px;
    font-weight: 700;
    margin-left: 40px;
}

.main-news h2 i {
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 28px;
}

.main-news .mn-img {
    position: relative;
    overflow: hidden;
}

.main-news .mn-img img {
    width: 100%;
}

.main-news .mn-content {
    position: relative;
    width: 100%;
    padding: 15px 0 0 0;
}

.main-news .mn-content a.mn-title {
    display: block;
    width: 100%;
    color: #2980b9;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}

.main-news .mn-content a.mn-title:hover {
    color: #E47A2E;
}

.main-news .mn-content a.mn-date {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    letter-spacing: 1px;
}

.main-news .mn-content a.mn-date i {
    margin-right: 5px;
}

.main-news .mn-content a.mn-date:hover {
    text-decoration: underline;
}

.main-news .mn-content p {
    margin: 0;
}

.main-news .mn-list {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.main-news .mn-list .mn-img {
    position: relative;
    width: 100px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
}

.main-news .mn-list .mn-img img {
    width: 100%;
}

.news-body img{
max-width: 100%;
max-height: min-content;
height: auto;
display: block; margin-left: auto; margin-right: auto;
}

.media img{
max-width: 100% !important;
max-height: min-content;
height: auto;
}

.main-news .mn-list .mn-content {
    position: relative;
    float: left;
    width: calc(100% - 115px);
    padding: 0;
}

.main-news .mn-list .mn-content a.mn-title {
    display: block;
    width: 100%;
    color: #2980b9;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.main-news .mn-list .mn-content a.mn-title:hover {
    color: #E47A2E;
}

.main-news .mn-list .mn-content a.mn-date {
    display: block;
    width: 100%;
    margin-bottom: 0;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    letter-spacing: 1px;
}

.main-news .mn-list .mn-content a.mn-date i {
    margin-right: 5px;
}

.main-news .mn-list .mn-content a.mn-date:hover {
    text-decoration: underline;
}

blockquote{background:#f9f9f9;border-left: 2px solid rgb(41, 128, 185);padding:5px;padding: 0.5em 10px;margin: 1.5em 10px;quotes: "\201C""\201D""\2018""\2019";position:relative;color:#000;}
blockquote.tiktok-embed{background:none;border:0px;quotes:" ";}
blockquote.tiktok-embed:before{content:" ";position:relative;}
blockquote.tiktok-embed:after{content:" ";position:relative;}
blockquote p {display: inline;}
blockquote:before{color:rgb(52, 152, 219);
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;}
blockquote:after{
  color:rgb(52, 152, 219);
  content: close-quote;
  font-size: 3em;
  line-height: 0.1em;
  position:absolute;
  right:3px;
  bottom: 0em;
  line-height: 0.1em;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/**********ERROR*******************/
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
.red{color:red;}
.red i{color:red;}

/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

.sidebar .sidebar-widget {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget h2 {
    color: #2980b9;
    font-size: 35px;
    font-weight: 700;
    margin-left: 40px;
}

.sidebar .sidebar-widget h2 i {
   /* position: absolute;
    top: 8px;
    left: 0; */
    font-size: 28px;
}

.sidebar .sidebar-widget .category {
    position: relative;
}

.sidebar .sidebar-widget .category .fa-ul {
    margin-left: 23px;
}

.sidebar .sidebar-widget .category .fa-ul li {
    margin-bottom: 10px;
}

.sidebar .sidebar-widget .category .fa-ul li i {
    color: #2980b9;
}

.sidebar .sidebar-widget .category .fa-ul li a {
    color: #2980b9;
}

.sidebar .sidebar-widget .category .fa-ul li a:hover {
    color: #E47A2E;
}

.sidebar .sidebar-widget .tags, .footer .footer-widget .tags {
    position: relative;
}

.sidebar .sidebar-widget .tags a, .footer .footer-widget .tags a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #FFF;
    border: 1px solid #FFF;
}

.sidebar .sidebar-widget .tags a:hover, .footer .footer-widget .tags a:hover  {
    color: #ffffff;
    background: #E47A2E;
    border: 1px solid #E47A2E;
}

.sidebar-widget .tagi {
    position: relative;
}

.sidebar-widget .tagi a {
    display: inline-block;
    color: #1E1F23;
    background: #ffffff;
	text-transform: uppercase;
	margin-bottom: 5px;
    border: 1px solid #EBF0F0;
	padding: 5px 10px;
    border-radius: .25rem;
}

.sidebar-widget .tagi a:hover  {
    color: #ffffff;
    background: #007bff;
    border: 1px solid #007bff;
}

.sidebar .sidebar-widget .image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .sidebar-widget .image img {
    max-width: 100%;
    transition: .3s;
}



/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
.breadcrumb-wrap {
    position: relative;
    width: 100%;
    background: #ffffff;
	text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb-wrap .breadcrumb {
    margin: 25px 0 0 0;
    padding: 0;
    background: none;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item + .breadcrumb-item::before{
    color: #8c8c8c;
}

.breadcrumb-item a{
	color: #8c8c8c;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item.active a{
    color: #8c8c8c !important;
	font-weight:700;
}


/**********************************/
/********* Single News CSS ********/
/**********************************/
.single-news {
    position: relative;
    width: 100%;
    padding: 25px 0 0 0;
}

.single-news .sn-img {
    position: relative;
    overflow: hidden;
	margin: 15px 0px;
}
.single-news .sn-gallery{
    overflow: hidden;
	margin: 15px 0px;
	max-height:510px;
}

.large-image {
  position: relative;
  width: 100%;
  max-height:490px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.large-image img{max-height:508px !important;}

.single-news iframe {
    max-width: 100%;
    margin: 3px auto;
    display: flex;
	border: 0px;
    justify-content: center;
    align-items: center;
}
.live iframe {
    max-width: 100%;
    margin: 3px 0px;
    display: flex;
    justify-content: left;
    align-items: left;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 10px; /* Odstęp między zdjęciami a nazwiskami */
}

.author-names{color: #2980b9;}

.author-images {
  display: flex;
  position: relative;
}

.author-img {
  width: 46px;
  height: 46px;
  border-radius: 50%; /* Okrągły kształt */
  border: 2px solid #f4f4f4; /* Obramowanie */
  margin-right: -10px; /* Zachodzenie kółek */
  object-fit: cover;
  position: relative;
  z-index: 1; /* Ustawienie z-index dla nakładania */
}

.author-img:not(:first-child) {
  z-index: 0; /* Nakładanie dla kolejnych zdjęć */
}

.author-details {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-left:5px;
}

.author-names {
  font-weight: bold;
}

.phone-hide .col-12{
  padding-left:5px;
}

.lid{ color: rgb(19, 34, 66); }
.text-justify{ hyphens: auto;  }
.news-body h2{ color:#1e1e1e !important; font-size:28px;}
.news-body ul li{color:#1e1e1e !important;}
.img-responsive {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.single-news .sn-img-crop{
	max-height:600px;
	object-fit: cover;
    object-position: center;
}

.single-news .sn-img .podpis, .single-news .sn-img .podpis-top, .news-body .podpis{
	box-sizing: border-box;
    position: relative;
	text-align: center;
    align-self: center;
	margin:10px 0px;
}

.single-news .sn-img .podpis::after, .news-body .podpis::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary);
}

.single-news .sn-img .podpis-top::after, .news-body .podpis-top::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary);
}

.single-news .sn-img .podpis span, .single-news .sn-img .podpis-top span, .news-body .podpis span{
   color: rgb(19, 34, 66);
   font-size:12px;
}

.single-news .sn-img img, .sn-gallery img {
  max-width: 100%;
  max-height:600px;
}

.single-news .sn-content {
    position: relative;
    width: 100%;
    padding: 0px 0 30px 0;
}

.single-news .sn-content .sn-title {
    display: block;
    width: 100%;
    color: rgb(19, 34, 66);
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
	letter-spacing: -1.2px;
    margin-bottom: 10px;
}

.single-news .sn-content a.sn-title:hover {
    color: #E47A2E;
}

.single-news .sn-content a.sn-date {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    letter-spacing: 1px;
}

.single-news .lid a, .single-news .news-body a{ color: #cc3333; }

.zw-color-bg{background:#b82c2b;}

.single-news .sn-content a.sn-date i {
    margin-right: 5px;
}
.single-news .news-data{font-size:12px;color:var(--secondary);padding-top: 5px;}
.single-news .sn-content a.sn-date:hover {
    text-decoration: underline;
}
.sn-right .col-6:nth-child(-n+4){
	margin-bottom: 20px;
}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.article-highlights {
    background-color: #f9f9f9;
    padding: 10px;
    border-left: 4px solid #007bff;
    margin-bottom: 20px;
}

.article-highlights h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.article-highlights ul {
    margin: 0;
    padding-left: 20px;
}

.article-highlights ul li {
    margin-bottom: 5px;
    line-height: 1.5;
}

.image-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f8f9fa;
    align-items: center;
    justify-content: center;
}

.h-low{height:auto !important;}

#pollContainer{text-align:center;padding:30px 55px;}
#pollContainer #voteForm{text-align:left;}
#pollContainer .form-check{ width: 100%; height: 40px; margin-bottom: 10px; display: flex; align-items: center; font-size: 18px; line-height: 1em; border-radius: 5px; background-color: #FFF; padding: 0 30px; transition: 0.3s background-color linear; position: relative;}
#pollContainer .form-check-input {position: absolute; margin-top: 0px; margin-left: -1.25rem; }
#pollContainer .list-group{text-align:left;}

#quiz-container {
            max-width: 600px;
            margin: auto;
            transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
        }
 #quiz-container .fade-out {
            opacity: 0;
            transform: translateX(-50px);
        }
#quiz-container .fade-in {
            opacity: 1;
            transform: translateX(0);

        }
#quiz-container img, #quiz-results img{
            max-width: 100%;
            height: auto;
            margin-bottom: 10px;
        }
#quiz-container		.btn.active {
    background-color: #007bff;
    color: white;
}
#quiz-ad {
            display: none;
            text-align: center;
            margin: 20px auto;
        }

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Zdjęcia pionowe */
.image-container.vertical img {
    width: auto;
    height: 100%;
    object-fit: contain;
}
@media (min-width: 768px) {
    .image-container {
        max-height: 600px;
    }
}
/********COMMENTS******************/
.img-sm {
    width: 46px;
    height: 46px;
}

.panel {
    box-shadow: 0 2px 0 rgba(0,0,0,0.075);
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}

.panel .panel-footer, .panel>:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel .panel-heading, .panel>:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-body {
    padding: 25px 20px;
}


.media-block .media-left {
    display: block;
    float: left
}

.media-block .media-right {
    float: right
}

.media-block .media-body {
    display: block;
    overflow: hidden;
    width: auto
}

.middle .media-left,
.middle .media-right,
.middle .media-body {
    vertical-align: middle
}

.thumbnail {
    border-radius: 0;
    border-color: #e9e9e9
}

.tag.tag-sm, .btn-group-sm>.tag {
    padding: 5px 10px;
}

.tag:not(.label) {
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 2px;
    border: 1px solid #cdd6e1;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: middle;
    -webkit-transition: all .15s;
    transition: all .15s;
}
.text-muted, a.text-muted:hover, a.text-muted:focus {
    color: #acacac;
}
.text-sm {
    font-size: 0.9em;
}
.text-5x, .text-4x, .text-5x, .text-2x, .text-lg, .text-sm, .text-xs {
    line-height: 1.25;
}

.btn-trans {
    background-color: transparent;
    border-color: transparent;
    color: #929292;
}

.btn-icon {
    padding-left: 9px;
    padding-right: 9px;
}

.btn-sm, .btn-group-sm>.btn, .btn-icon.btn-sm {
    padding: 5px 10px !important;
}

.mar-top {
    margin-top: 15px;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}

.button-loading {
    position: relative;
}

.button-loading::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.overlay-wrapper {
    position: relative;
}
.overlay-wrapper>.overlay {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -1.25rem;
    margin-left: -1.25rem;
    height: calc(100% + 2* 1.25rem);
    width: calc(100% + 2* 1.25rem);
	left: 0;
    position: absolute;
    top: 0;
	border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;
	&:hover {
    opacity: 0;
  }
}

.emoji-picker {
    gap: 5px;
    padding: 10px;
    border-radius: 5px;
    max-width: 200px;
    z-index: 10;
	min-width: 210px;
}

.emoji-picker span {
    font-size: 20px;
    cursor: pointer;
}

.emoji-picker span:hover {
    transform: scale(1.2);
}

.bbcode-toolbar .btn-outline-secondary{ border: 1px solid #ced4da; }

/**end comments**/

/**user accounts**/
.login-container {
  max-width: 500px;
  margin: 50px auto;
  background-color: #f8f9fa; /* Delikatne tło */
  border: 1px solid #ddd; /* Dyskretna linia */
}

.toggle-password {
  border: none;
  background: transparent;
  cursor: pointer;
}

.dashboard {
background: linear-gradient(135deg, #f3f4f6, #ffffff);
min-height: 100vh;
border-radius: 10px;
}
.dashboard .card {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 10px;
}
.dashboard .avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dashboard .icon-btn {
    font-size: 1.5rem;
    color: #495057;
    transition: transform 0.2s;
}
.dashboard .icon-btn:hover {
    color: #007bff;
    transform: scale(1.1);
}
.funkcje a:hover {
    transform: scale(1.1);
}
.dashboard .logout-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}
.dashboard .recent-section {
            margin-top: 2rem;
        }
.dashboard .recent-item {
            padding: 0.75rem;
            border-bottom: 1px solid #e9ecef;
        }
.dashboard .recent-item:last-child {
            border-bottom: none;
        }
/**end user**/


/**********************************/
/********** Contact CSS ***********/
/**********************************/
.contact {
    position: relative;
    padding: 25px 0 45px 0;
}

.contact .map {
    position: relative;
    width: 100%;
}

.contact .map iframe {
    width: 100%;
    height: 300px;
}

.contact .contact-info h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.contact .contact-info h4 i {
    color: #2980b9;
    margin-right: 5px;
}

.contact .social {
    position: relative;
    width: 100%;
}

.contact .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 3px 0;
    text-align: center;
    font-size: 20px;
    border: 1px solid #2980b9;
}

.contact .social a i {
    color: #2980b9;
}

.contact .social a:hover {
    background: #E47A2E;
    border-color: #E47A2E;
}

.contact .social a:hover i {
    color: #ffffff;
}

.contact .form {
    color: #666666;
}

@media (max-width: 767.98px) {
    .contact .form {
        margin-bottom: 20px;
    }
}

  .contact-option {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
	.contact-option i{font-size:45px;}
    .contact-option:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
    .contact-text {
            margin-top: 10px;
            font-size: 1rem;
            font-weight: bold;
			width:120px;
    }
        .red-contact { background-color: #dc3545; }
        .blue-contact { background-color: #007bff; }
        .green-contact { background-color: #28a745; }

@media (max-width: 767.98px) {
.contact-option i{font-size:25px;}
.contact-option { width: 75px;height: 75px;}
.contact-text {
            margin-top: 10px;
            font-size: 14px;
            font-weight: bold;
			width:75px;
    }
}

/**********************************/
/********** Informator ************/
/**********************************/

.month-pagination {
  display: flex;
  overflow-x: auto; /* Wspiera przewijanie na urządzeniach mobilnych */
  scroll-behavior: smooth; /* Płynne przewijanie */
  gap: 10px; /* Odstępy między przyciskami */
}

.month-pagination::-webkit-scrollbar {
  display: none; /* Ukrycie domyślnego paska przewijania */
}

.month-pagination::-webkit-scrollbar-thumb {
  background-color: #007BFF;
  border-radius: 10px;
}

.month-pagination::-webkit-scrollbar-track {
  background: transparent;
}

.month-btn {
  flex: 1 0 auto;
  min-width: 120px;
  background: #2980b9;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s, background-color 0.3s;
}

.month-btn:hover {
  transform: scale(1.05); /* Subtelny efekt powiększenia */
  background: #003580; /* Zmiana koloru przy hover */
}

.month-btn:active {
  transform: scale(0.95); /* Wciśnięty przycisk */
}

.nav-arrow {
  background-color: #2980b9; /* Niebieskie tło */
  border: none;
  color: white !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Okrągły kształt */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
  visibility: hidden; /* Domyślnie ukryte */
  opacity: 0; /* Ukrycie z animacją */
  text-decoration: none !important;
  display: none; /* Domyślnie ukryte */
}

.nav-arrow.visible {
  display: flex; /* Pokaż przycisk, gdy jest potrzebny */
}

.nav-arrow:hover {
  background-color: #0056b3;
  transform: scale(1.1);
  outline: 0px;
}

.nav-arrow:active {
  transform: scale(0.95);
}

.nav-arrow.visible {
  visibility: visible;
  opacity: 1; /* Widoczne z animacją */
}

#year-header {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2980b9;
}

#results .place {
            border: 1px solid #ccc;
            max-width: 300px;
            margin-top: 5px;
            padding: 10px;
            display: none;
}
#results .place div {
            cursor: pointer;
            padding: 5px;
        }
#results .place div:hover {
            background-color: #f0f0f0;
        }

/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer {
    position: relative;
    padding: 60px 0 0 0;
    margin-top: 15px;
    background: #3a5b9e;
}

@media (min-width: 992px) {
    .footer .container-fluid {
        max-width: 95%;
    }
}

.footer .tags{text-transform: uppercase;}

.footer .footer-widget {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.footer .footer-widget h1 {
    color: #ffffff;
    margin-bottom: 18px;
}

.footer .footer-widget .title {
    color: #ffffff;
    white-space: nowrap;
}

.footer .footer-widget p {
    color: #ffffff;
}

.footer .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-widget ul li {
    margin-bottom: 12px;
}

.footer .footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-widget ul li a {
    color: #ffffff;
    white-space: nowrap;
    display: block;
    line-height: 23px;
}

.footer .footer-widget ul li a::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}

.footer .footer-widget ul li a:hover {
    padding-left: 10px;
}

.footer .contact-info p {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 16px;
}

.footer .contact-info p i {
    color: #ffffff;
    margin-right: 5px;
}

.footer .social {
    position: relative;
    width: 100%;
}

.footer .footer_logo{
	text-align: center;
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
}

.footer .footer_logo a{
	display:block;
	margin-bottom:30px;
}

.footer .footer_logo img{
	max-width:150px;
}

.footer .social a {
    display: inline-block;
    margin: 10px 5px 0 0;
    width: 35px;
    height: 35px;
    padding: 2px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ffffff;
}

.footer .social a i {
    color: #ffffff;
}

.footer .social a:hover {
    background: #E47A2E;
    border: 1px solid #E47A2E;
}

.footer .newsletter {
    position: relative;
    width: 100%;
}

.footer .newsletter form {
    position: relative;
    width: 100%;
}

.footer .newsletter input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #ffffff;
}

.footer .newsletter .btn {
    position: absolute;
    width: 80px;
    height: 40px;
    top: 0;
    right: 0;
    padding: 0 15px;
    border: none;
    background: #2980b9;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.footer .newsletter .btn:hover {
    background: #E47A2E;
}

.footer .newsletter input:focus,
.footer .newsletter .btn:focus {
    box-shadow: none;
}


/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
    position: relative;
    padding: 25px 0;
    background: #111111;
}

.footer-bottom .copyright {
    text-align: left;
}

.footer-bottom .template-by {
    text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
    font-weight: 600;
}

.footer-bottom .copyright p a:hover,
.footer-bottom .template-by p a:hover {
    color: #ffffff;
}

@media (max-width: 768.98px) {
    .footer-bottom .copyright,
    .footer-bottom .template-by {
        text-align: center;
    }
}

/***Footer slicker menu **/
  .bottom-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
			height: 60px;
            background: #fff;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            display: none;
            justify-content: space-around;
            align-items: center;
            padding: 0px 0;
            z-index: 100000;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }
		.bottom-nav a {
		text-align: center;
		padding: 10px;
		color: #333;
		text-decoration: none;
		position: relative;
		min-width: 64px;
		}
        .bottom-nav a:hover {
            color: #007bff;
        }
		.home-btn i{color:#FFF;}
		.home-btn-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		}
		.home-btn {
	background: #b82c2b;
    color: #fff;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); */
    position: absolute;
    margin: -10px auto 0;
    border: 5px solid white;
		}
		.notification-dot {
            position: absolute;
            top: 6px;
            right: 20px;
            width: 10px;
            height: 10px;
            background: red;
            border-radius: 50%;
            display: none;
        }
        .weather-badge {
            position: absolute;
            top: 6px;
            right: 6px;
            background: #007bff;
            color: white;
            font-size: 9px;
            padding: 2px 5px;
            border-radius: 10px;
        }
		#weather-toggle i{color: #333 !important;}
        .dropdown-menu-footer {
            bottom: 0;
            left: 0;
            right: 0;
			z-index:9;
            position:fixed;
            display: none;
			max-width:100%;
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }
        .dropdown-menu-footer.show {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }
		.bottom-a{font-size:10px;margin: -2px 0 0px;}
		.news-slider {
            width: 100%;
            height: 100vh;
        }
        .news-slide {
            position: relative;
            text-align: center;
            color: white;
            background-size: cover;
            background-position: center;
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 20px;
        }
		.news-overlay {
            background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
            padding: 10px;
            border-radius: 10px;
            position: absolute;
            bottom: 8%;
            width: 90%;
        }
		.dot-container{padding:8px;}
		#news-menu .slick-dots{ bottom: 9% !important;}
		#news-menu .slick-dots li button:before { color:white !important;}
		#news-menu .slick-dots li.slick-active button:before { opacity: .75; color: #ffcc00 !important; }
		.news-overlay h3, .news-overlay p{color:#FFF;}
        .listen-btn {
            background: #ffcc00;
            color: black;
            padding: 5px 10px;
            border-radius: 5px;
            cursor: pointer;
            margin-top: 10px;
        }
		body.lock-scroll {
            overflow: hidden;
            height: 100vh;
        }
		.congrats-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background: #f8f9fa;
            text-align: center;
        }
        .congrats-box {
            background: white;
            padding: 20px;
            text-align: center;
            border-radius: 10px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            animation: pop-in 0.5s ease-out;
        }
        .congrats-box i {
            font-size: 50px;
            color: #28a745;
            animation: bounce 1s infinite;
        }
        .congrats-box h2 {
            margin-top: 10px;
            font-size: 24px;
        }
        .congrats-box p {
            font-size: 18px;
            color: #555;
        }
        @keyframes pop-in {
            from { transform: scale(0.8); opacity: 0; }
            to { transform: scale(1); opacity: 1; }
        }
        @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
        }

/*****************ADMIN SIDEBAR*************/
		#admin_sidebar{
            position: fixed;
            left: 0;
            top: 50%;
			z-index:999;
            transform: translateY(-50%);
            width: 55px;
            background-color: #343a40;
            padding: 10px 0;
            border-right: 3px solid #ffffff;
			border-top: 3px solid #ffffff;
			border-bottom: 3px solid #ffffff;
			border-bottom-right-radius: 10px;
			border-top-right-radius: 10px;
        }
        #admin_sidebar a {
            display: block;
            text-align: center;
            padding: 15px 0;
            color: white;
            font-size: 20px;
        }
        #admin_sidebar a:hover {
            background-color: #495057;
            text-decoration: none;
        }
       #admin_sidebar .logo img{
            width: 24px;
			height: 24px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 10px;
            color: white;
        }

		@media (max-width: 768.98px) {
			#admin_sidebar{
			width: 40px;
			}
			#admin_sidebar a {
			font-size: 18px;
			padding: 10px 0;
			}
			#admin_sidebar .logo img{
            width: 18px;
			height: 18px;
			}
		}

/*****************POGODA********************/
		.pogoda i, .pogoda-box i{color: #2980b9;}
		.top-header .pogoda i{color: #fff !important;}
		.weather-box {
            background: #224f83;
            color: white !important;
            padding: 20px;
            border-radius: 10px;
        }
		.weather-box h3{
			color: white;
		}
		.weather-box p{
			color: white;
		}
        .forecast-card {
            text-align: center;
            padding: 15px;
            border-radius: 10px;
            background: #f8f9fa;
        }
		.weather-icon {
            font-size: 80px;
        }
        .air-quality {
            padding: 10px;
            border-radius: 10px;
            color: white;
            display: flex;
            align-items: center;
        }
		 .air-quality strong {
            font-weight:bold;
        }
		.air-quality-icon i {
            font-size: 60px;
            text-align: center;
        }
        .air-quality-icon{
            text-align: center;
        }
        .air-quality-text {
            flex-grow: 1;
            text-align: left;
        }
		.weather-temp{font-size:32px;margin-bottom:5px;margin-top:5px;}
		.text-small{font-size:12px;}
        .bg-text-success { background: #089339; }
        .bg-text-warning { background: #ffc107; color: black; }
		.bg-text-warning div p, .bg-LOW div p{ color: black !important; }
        .bg-text-danger { background: red; }
		.bg-VERY_LOW {background: #6AC926;}
		.bg-LOW {background: #D1CF1E; color: black;}
		.bg-MEDIUM {background: #FF982D; /* Pomarańczowy */ }
		.bg-HIGH { background: #E6332A; /* Czerwony */ }
		.bg-VERY_HIGH { background: #B30067; /* Bordowy */ }
		.bg-EXTREME { background: #7D2181; /* Fioletowy */ }
		.text-VERY_LOW {color: #6AC926;}
		.text-LOW {color: #D1CF1E;}
		.text-MEDIUM {color: #FF982D; /* Pomarańczowy */ }
		.text-HIGH { color: #E6332A; /* Czerwony */ }
		.text-VERY_HIGH { color: #B30067; /* Bordowy */ }
		.text-EXTREME { color: #7D2181; /* Fioletowy */ }
		.text-UNKNOWN { color: #f8f9fa; }
		span.kropka {
		display: inline-block;
		width: 10px;
		height: 10px;
		background-color: #b82c2b; /* Niebieski */
		border-radius: 50%;
		margin-right:5px;
		}
  .sn-adblock-message {
    background-color: #ffcc00;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #cc9900;
    border-radius: 5px;
    text-align: center;
  }
  .sn-adblock-message p {
    margin: 10px 0;
  }
  .sn-adblock-message a {
    color: #FFF;
    text-decoration: none;
  }
  .sn-adblock-message a:hover {
    text-decoration: underline;
  }

  .search-container {
            max-width: 600px;
            margin: 50px auto;
            padding: 20px;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
  .search-container .custom-radio .custom-control-input:checked ~ .search-container .custom-control-label::before {
            background-color: #007bff;
            border-color: #007bff;
        }
		 .search-results .card {
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .search-results .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }
        .search-results .card img {
            max-height: 200px;
            object-fit: cover;
        }
        .search-results .badge {
            font-size: 0.85rem;
            margin-right: 5px;
        }

/*****************DOSTOSOWYWANIE************/
.onnplayercloser{background:#000 !important;color:#FFF !important;padding:12px;}
.onnplayercloser div span{color:#FFF !important;}
.pt-50{padding-top:50px;}
.page-news .tn-img img { width: 100%;  height: 100%; }
.footer .social{ justify-content: flex-start !important; margin-top:15px; }
.footer .social a{border:0px;}
.footer .social i{font-size:28px;}
ins.adsbygoogle[data-anchor-status="displayed"] {
    position: fixed !important;
    bottom: 60px !important;
    width: 100% !important;
    z-index: 99999 !important;
}

.news-body. ins.adsbygoogle{margin-bottom:5px;}
.google-auto-placed{margin-bottom:20px !important;margin-top:5px !important;min-width: 100% !important;justify-content: center;margin-left:auto;margin-right:auto;}
.google-auto-placed ins.adsbygoogle{margin-bottom:0px !important;margin-top:0px !important;}
.google-auto-placed a {text-decoration: none !important;}
.google-auto-placed ins.adsbygoogle[data-ad-status="filled"]::before {
    content: "reklama";
    display: block;
    text-align: center;
    color: #666;
    padding: 5px 0;
	font-size: 10px;
	text-decoration: none !important;
	text-underline-position: under;
	border-bottom: none !important;
}
.adsbygoogle .heading{font-family: 'Open Sans', sans-serif !important; font-size: 14px !important;}
.single-news .google-auto-placed {
  display: none !important;
}
.container-fluid .google-auto-placed,
blockquote .google-auto-placed {
    display: none !important;
}

.revive-slot,
.revive-slot iframe,
.hb-iframe iframe {
    min-width: 100%;
	min-height:280px;
    margin-bottom: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	vertical-align: middle;
}

.gm-consent-link {
    display: none !important;
  }

body.modal-open {
    overflow: hidden;
}

.comments-body{padding:10px;}
.comments-body p{font-size: 0.9rem;}
.comments-body .btn-sm{font-size: 0.8rem;}

  /* Proste animacje fade-in */
  .fade-in {
    animation: fadeIn 0.5s ease-in-out both;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }

@media (min-width: 992px) {
    .h300 { height:300px;}
	.h150{height:150px;}
}
@media (max-width: 768.98px) {
	html, body {
	overflow-x: hidden;
	}
    h4{font-size: 1.2rem;}
	.shadow { box-shadow: 0 .0rem 0rem rgba(0, 0, 0, 0) !important; }
	.tn-title, .cn-title{font-weight:600 !important;text-shadow: none !important;font-size: 14px;}
	.tn-right .tn-title{color: var(--dark) !important;}
	.pagination { font-size: 0.9rem; }
	#emoji-onlyphone .text-right{ text-align:center !important; }
	.w-20{width:100% !important;}
	.cat-news h2, .comments-news h2, .single-news h2 { font-size:20px; }
	.bottom-nav {display:flex;}
	.sidebar-item{position:relative;}
	.rek{padding:0px;}
	.pt-50{padding:10px;}
	.has-1-items .sidebar-item:nth-child(2){ top: 0; }
	.hb-max{max-height:70px;min-height: 70px;max-width:100%;min-width:100%;}
	.hb-max img{width:100%;}
	.hb-max iframe{width:100%;height:70px !important;}
	.revive-slot,
	.revive-slot iframe {min-height:250px;}
	.hb-iframe iframe {min-height:250px;}
    .mw-1260{max-width:100%;padding:0px;min-height:100px;}
	.box-ra{min-height:100px;}
	.comments-body{padding:15px 0px;}
	.comments-body p{font-size:14px;font-size: 0.9rem;}
	.ogloszenie .card-title{font-size:1rem;}
}
@media (min-width: 768px) {
  .row > .google-auto-placed:not([class*="col-"]) {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
/*****************TRYB CIEMNY - w przygotowaniu************/
@media (prefers-color-scheme: darks) {
    body {
        background: #121212;
        color: #D1D1D1 !important;
    }
	.header, .header .navbar, .footer { background:#282828  !important; }
	.home-btn { background:#1565c0; }
	.cat-news-list .bg-white, .top-header, .onnwidget2019, .footer, .header-sticky{background:#e05252 !important;}
	.header-sticky, .header.header-sticky .bg-dark { background: #e05252 !important;}
	.top-header .fil1, .top-header .fil2 { fill: white !important; }
	.header_links a {color: #E0E0E0 !important;}
	.font-weight-bold{color:#D1D1D1 !important;}
	.bg-white, .tagi a, .dropdown-menu, .alert-light{background-color:#282828 !important;color:#FFF !important;}
	.pagination .page-link {background:#282828 !important;color:#4A90E2;border-color: #44474b !important;}
	.tn-content, h5.tn-title, .news-body h2{color:#E0E0E0 !important;}
	.bg-light{background-color:#282828 !important;}
	.border-light {border-color: #44474b !important; }
	.font-weight-light{color:#B0B0B0 !important;}
	.col-xs-3 .tn-content span.tn-title, .col-6 .tn-content span.tn-title, .col-6 .cn-content span.cn-title{ font-size: 14px !important; color:#E0E0E0 !important;}
	.card, .article-highlights{background-color:#282828;}
	a.btn, button.btn, .video-cta-button {
    color: #E0E0E0 !important;
    background: #000 !important;
    border: 1px solid #D1D1D1 !important;
    border-radius: 0 !important;
	}
	a.btn:hover{background:#3f3f3f !important;}
	a.btn-link{background:none !important;color:#4A90E2 !important;border:0px !important;}
	h1, h2, h3, h4, h5, h6 {
    color: #E0E0E0 !important;
	}
	.alert-info { background-color: #203A43; color: #A3CFF2; border-color: #2A5D77; }
	.alert-warning { background-color: #4D3B18; color: #E6C978; border-color: #9C791E; }
	.top-news .tn-content span.tn-title, .trc_rbox_header_span, .trc_ellipsis, .organic-thumbnails-a .logoDiv a span, .dropdown-item {  color: #E0E0E0 !important;}
	.breadcrumb-wrap{background:#121212;}
	.bottom-nav {background: #3f3f3f; color:#FFF; }
	.bottom-nav a, .emoji a {color:#FFF;}
	p, .podpis span{color:#D1D1D1;}
	button.btn-outline-gray:hover{background:#282828 !important;}
	span.cn-title, .box-ra span, .text-dark{color:#D1D1D1 !important;}
    .fil1, .fil2 { fill: white; }
	.news-body ul li {color:#D1D1D1 !important;}
	a{color:#4A90E2;}
	.dashboard {background: linear-gradient(135deg, #121212, #3f3f3f);}
	.form-control, .input-group-text, .custom-file-input, .custom-file-label, .custom-file-label::after{background:#282828;color:#E0E0E0;}
	.form-group label{color:#E0E0E0;}
	.top-header .search input[type=text]{background:#282828;color:#E0E0E0;}
	.footer .form-control{background:#D1D1D1;color:#282828;}
    .sn-adblock-message p{color: #121212;}
	blockquote{background-color:#282828 !important;color:#D1D1D1;}
	.list-group-item {background-color:#121212 !important;color:#D1D1D1;}
	span.kropka {
        background-color: #4a90e2; /* Jaśniejszy niebieski dla ciemnego trybu */
    }
	.modal-content {
      background-color: #1e1e1e;
      color: #f1f1f1;
    }
    .modal-header,
    .modal-footer {
      border-color: #333;
    }
    .btn-outline-secondary {
      color: #f1f1f1;
      border-color: #777;
    }
    .btn-outline-secondary:hover {
      background-color: #333;
      border-color: #777;
    }
	.modal-content img { filter: brightness(0) invert(1); }
}
