a{
	text-decoration:none!important
}

#flip, .podmeni, .rp-wrap, .kiss-footer, header, .bg {
  opacity: 0;
  transition: opacity 0s ease;
}
body.content-visible #flip,
body.content-visible .podmeni,
body.content-visible .rp-wrap,
body.content-visible .kiss-footer,
body.content-visible header,
.bg{
  opacity: 1;
}

#flip.is-transitioning {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}

#pjax-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(
    circle at top left,
    #ffe432 0%, /* Yellow fixed in top-left */
    #c20034 30%, /* Peach */
    #000000 60%, /* Purple */
    #c9002e 100% /* Dark purple */
  );
  background-size: 180% 180%;
  animation: gradient-animation 14s ease infinite;
  z-index: 999999;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
}

#pjax-overlay.active {
  transform: translateY(0);
}

#pjax-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000000; 
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#pjax-logo.active {
  opacity: 1;
}

#pjax-logo.fade-out {
  opacity: 0;
}

#pjax-logo img {
  max-width: clamp(160px, 18vw, 280px);
  height: auto;
  filter: drop-shadow(0 6px 24px rgba(0,0,0,.45));
}

@keyframes pjaxPopIn {
  0% { opacity: 0; transform: scale(.92); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes pjaxFadeOut {
  to { opacity: 0; transform: scale(1.06); }
}

#pjax-logo.active img {
  animation: pjaxPopIn .6s ease forwards;
}

#pjax-logo.fade-out img {
  animation: pjaxFadeOut .45s ease forwards;
}

@media (prefers-reduced-motion: reduce) {
  #pjax-overlay, #flip, #pjax-logo {
    transition: none !important;
  }
  #pjax-logo img {
    animation: none !important;
  }
}

.rp-wrap{
	 z-index: 999999;
}

.rp-bar {
  display: flex;
  align-items: center;
}

.rp-bar .slusajte {
  margin-left: auto;
}

.entry-content a{
	color:#000000;
	text-decoration:none;
}

.entry-content {
	margin-top:50px
}

.swiper-container {
    width: 100%;
    height: 80vh;
    position: relative;
}

.swiper-slide {
    background-size: cover; 
    background-position: center;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center; 
}

.slide-content {
    width: 100%;
    color: #fff; 
}


.slide-content h2{
    font-size:50px;
	font-weight:900;
}

.slide-content p{
    font-size:15px;
	font-weight:normal;
	padding-right:100px;
	margin-top:20px
}

.hero-sik{
	padding:200px 0
}


.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(
    circle at top left,
    #ffe432 0%, /* Yellow fixed in top-left */
    #c20034 30%, /* Peach */
    #000000 60%, /* Purple */
    #c9002e 100% /* Dark purple */
  );
  background-size: 180% 180%;
  animation: gradient-animation 14s ease infinite;
}

.bg:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
  /* Small stars: More scattered coordinates */
  box-shadow:
    150px 300px #fff,
    400px 500px #FFF,
    600px 200px #FFF,
    800px 900px #FFF,
    1000px 400px #FFF,
    200px 1100px #FFF,
    1200px 700px #FFF,
    300px 1300px #FFF,
    1400px 600px #FFF,
    500px 1000px #FFF,
    700px 200px #FFF,
    900px 1200px #FFF,
    1100px 800px #FFF,
    1300px 400px #FFF,
    1500px 1000px #FFF,
    200px 600px #FFF,
    400px 1400px #FFF,
    600px 1100px #FFF,
    800px 300px #FFF,
    1000px 900px #FFF;
  animation: animStar 50s linear infinite;
  border-radius: 50px;
  opacity: 0.1;
}

.bg:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: transparent;
  /* Medium stars: Larger, scattered coordinates */
  box-shadow:
    250px 400px #fff,
    500px 700px #FFF,
    750px 300px #FFF,
    1000px 1000px #FFF,
    1250px 500px #FFF,
    300px 1200px #FFF,
    800px 800px #FFF,
    1100px 200px #FFF,
    400px 1000px #FFF,
    600px 600px #FFF,
    900px 1300px #FFF,
    1200px 400px #FFF,
    1400px 900px #FFF,
    200px 700px #FFF,
    500px 1100px #FFF;
  animation: animStar 100s linear infinite;
  border-radius: 50px;
  opacity: 0.1;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}


.navbar{
 position:absolute!important;
 width:100%;
}


.navbar a{
 color:#fff;
	font-size:20px
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:#fff!important;
}

.navbar-brand{
	width:80px
}


.menu-item {
 color:#fff;
 padding:0 15px 
}

.podmeni  {
  background:#00000020;
}

.podmeni .fab {
  font-size:35px;
  color:#ffffff;
	top:5px;
	position:relative
}

.slusajte{
 background:#c20034;
 padding:7px 30px;
 border-radius:30px;
 position:relative;
 color:#fff;
}

.fm{
 background:#fff;
 color:#75007a;
 padding:3px 10px;
 font-size: 12px;
 border-radius:10px
}

.frekvencije{
 background:#000000;
 padding:3px 10px;
 font-size:12px;
 border-radius:10px
}

.viber {
 margin-left: auto; 
 color:#fff;
 font-size:20px
}

.viber .fab {
   font-size:30px!important;
   top:5px;
   position:relative
}

.platforma{
	background:#fff;
	border-radius:10px;
}

.platforma a{
	color:#ffffff!important
}

.dropdown-menu{
	border-style:none!important;
	background:#000000!important;
	margin-top:10px!important
}

.dropdown-menu a{
	color:#fff!important
}

.dropdown-menu a:hover{
	color:#000000!important;
	border-radius:10px;
}

.dole{
	background:#000;
	padding:50px 0;
	color:#fff;
	font-size:14px
}

.dole a{
	color:#fff;
	text-decoration:none;
}

.dole a:hover{
	color:#000000;
}

.linkovi a{
	color:#717171;
	padding:0 10px
}


a.read-more {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
}

.card-img-lg-start.wp-post-image{
	max-height:250px
}

.podstranice img{
	height:200px;
	width:100%;
	object-fit:cover
}

.page-link{
	color:#000000!important;
	border-color:#000000!important;
}

.page-item.active .page-link{
	background:#000000;
	border-color:#000000;
	color:#fff!important
}

.dropdown-item.active, .dropdown-item:active {
    background: none!important;
}

.dropdown-item.active:hover{
	background-color:#FFF!important
}

.playlist.sr_waveform_mediaElement{
	display:none!important
}


.rp-wrap{
  position: fixed;
  bottom: 0px;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji";
  user-select: none;
	width:100%;
	background: #c20034;
}
.rp-bar{
  display: flex; 
  align-items: center; gap: 10px;
  padding: 15px 12px; border-radius: 0px 0px 0px 0px;
  width:1500px;
  margin:auto;
  max-width:100%;
}

.rp-source{
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.08));
  padding: 6px 12px; border-radius: 999px;
  color: #fff; font-weight: 600; letter-spacing: .02em;
}
.rp-source select{
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  border: 0; outline: 0; background: transparent; color: #fff;
  font: inherit; padding-right: 16px; cursor: pointer;
}
.rp-source option{ color:#000; }
.rp-caret{ font-size: .8rem; opacity: .9; }

/* Play/Mute gumbi (okrugli) */
.rp-btn{
  width: 40px; height: 40px; border-radius: 50%;
  border: 0; cursor: pointer; display: grid; place-items: center;
  font-size: 16px; transition: transform .08s ease;
}
.rp-btn:active{ transform: scale(.96); }
.rp-play{ background: #232323; color: #fff; }
.rp-mute{ background: rgba(255,255,255,.25); color: #fff; }

/* Slider glasnoće */
.rp-vol{
  width: 120px; height: 6px; accent-color: #fff;
  filter: drop-shadow(0 0 0 transparent);
}

@media (max-width: 480px){
  .rp-vol{ width: 90px; }
}

/* Mini „ekvalizer“ ikonica */
.rp-eq{ display:inline-flex; gap:2px; width:14px; height:12px; align-items:flex-end; }
.rp-eq span{
  display:block; width:3px; background:#fff; opacity:.9; border-radius:2px;
  animation: rpEq 1s linear infinite; transform-origin: bottom;
}
.rp-eq span:nth-child(1){ height: 30%; animation-delay: 0s; }
.rp-eq span:nth-child(2){ height: 70%; animation-delay: .2s; }
.rp-eq span:nth-child(3){ height: 50%; animation-delay: .4s; }
.rp-wrap.paused .rp-eq span{ animation-play-state: paused; opacity:.6; }
@keyframes rpEq {
  0%,100%{ transform: scaleY(.6) }
  50%{ transform: scaleY(1) }
}

.novosti-naslovna{
	background:#fff;
	padding:40px!important;
	border-radius:20px;
	margin:70px 0
}

.novosti-naslovna img{
	height:250px;object-fit:cover;
	border-radius:20px;
	margin-bottom:20px;
}

.novosti-naslovna h2{
	margin-bottom:30px!important;
	font-size:30px;
	font-weight:bold;
}

.novosti-naslovna h3{
	margin-bottom:30px!important;
	font-size:17px;
	font-weight:bold;
	display: -webkit-box;
  -webkit-line-clamp: 1;   /* broj redova */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	margin-bottom:20px!important;
}

.novosti-naslovna p{
	  display: -webkit-box;
  -webkit-line-clamp: 3;   /* broj redova */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	color:#a1a1a1;
	font-size:15px
}

.hero-sik h2{
	font-weight:900;
	color: #fff;
	font-size:120px;
	line-height:0.8;
	text-transform: uppercase;
	  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.hero-sik h2 span{
	color: #fff;
}


.hero-sik p{
	font-weight:300;
	color: #fff;
	font-size:30px;
	line-height:1;
	margin-bottom:30px
}


.hero-sik {
	font-weight:300;
	color: #fff;
}

.btn-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #c20034; /* narančasta */
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 999px; /* full pill shape */
  padding: 10px 80px 10px 10px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-live i {
  background: #222;
  color: #fff;
  border-radius: 50%;
  width: 48px;   
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right:10px
}

.btn-live:hover {
  background-color: #000000; /* malo tamnija narančasta */
  transform: translateY(-2px);
}

.program-swiper img{
	height:300px;
	object-fit:cover;
	border-radius:20px;
	margin-bottom:30px
}

.program-swiper{
	padding-top:10px!important
}

.program-swiper h3{
	color:#fff;
	font-weight:bold;
}

.program-swiper .program-excerpt{
	font-size:14px;
	color:#fff;
	margin-bottom:80px
}

.program-card{
	top:0;
	transition: all 0.2s;
	position:relative
}

.program-card:hover{
	top:-10px;
	transition: all 0.5s
}

.kiss-footer {
  background: #FFF;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 100%);
	padding-bottom:100px;
	color:#fff;
	font-size:14px
}
.kiss-footer a { color: #fff; text-decoration: none; }
.kiss-footer a:hover { text-decoration: underline; }

.kiss-footer .footer-top { position: relative; overflow: hidden; }
.kiss-footer h6 { color: #fff; font-weight: 600; }

.footer-menu li + li { margin-top: .9rem; padding:0}
.footer-info-links li + li { margin-top: .4rem; }

.kiss-footer p{
	margin:0;
}

.footer-top img{
	width:90px;
}

footer .menu-item{
	padding:0
}
.pill{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem .8rem;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  width: fit-content;
}
.pill i{
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #c20034;
  display: inline-flex; align-items:center; justify-content:center;
  font-size: 12px;
}

.footer-bottom{
  font-size: 14px;
}

.content-area{
	background:#fff;
	padding:50px;
	border-radius:20px;
	margin-top:150px
}

.content-area h1{
	font-size:35px;
	font-weight:bold
}

.archive .card.horizontal{
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  color: #cfd8e3;
  box-shadow: 0 6px 24px rgb(185 115 201 / 20%);
  transition: transform .18s ease, box-shadow .18s ease;
}
.archive .card.horizontal:hover{
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgb(185 115 201 / 40%);
}

.archive .card .card-img-lg-start{
  display: block;
  width: 100%;
  height: 300px;
  max-height: 300px
  object-fit: cover;
}

.archive .card .card-body{
  padding: 1.25rem 1.25rem 1rem;
}

.archive .blog-post-title{
  margin: 0 0 .35rem 0;
  line-height: 1.25;
  font-weight: 700;
  color: #c20034;
}
.archive a.text-body .blog-post-title,
.archive .blog-post-title a{
  color: #000000 !important;
  text-decoration: none;
	font-size:20px
}
.archive a.text-body:hover .blog-post-title,
.archive .blog-post-title a:hover{
  filter: brightness(.92);
}

.archive .meta{
  color: #9fb3c8 !important;
}

.archive .card .card-text{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: .75rem;
  color: #d6e0ea!important;
}

.archive .read-more{
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  font-weight: 600;
  color: #ffffff;
  background: #c20034;
  padding: .45rem .8rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform .15s ease, filter .15s ease;
}
.archive .read-more:hover{
  transform: translateY(-1px);
  filter: brightness(.95);
}

.archive .tags-links a:hover{ background: rgba(255,255,255,.14); }

.swiper-pagination
 {

	 height:20px
}

.swiper-pagination-bullet
 {
    background: #fff!important
}

.swiper-pagination-bullet-active
 {
    background: #fff!important
}

.podmeni .slusajte{
	display:none;
}

.partneri-swiper img{
	object-fit:contain;
  height:150px
}
}

@media (min-width: 992px){
  .archive .card .card-img-lg-start{ max-height: 100%; }
}

@media screen and (min-width: 100px) and (max-width: 992px) {

.rp-bar .slusajte{
	display:none;
}

.podmeni .slusajte{
	display:initial;
	top:15px;
}

.footer-info-links a{

	width:100%;
	display:block;
	padding:10px 0
}

.footer-info-links span{
	display:none
}
	
.nav-toggler{
	background:#fff!important;
	border-style:none!important;
	color:#c20034!important
}

.frekvencije-sve{
	display:block;
}

.slusajte{
	padding:8px 15px;
	border-radius:10px
}

.offcanvas{
	background:#c20034!important
}

.offcanvas li{
	text-align:center;
	border-bottom:solid 1px #ffffff20;
	padding:20px 0
}

.offcanvas li:last-child{
	border-bottom:solid 0px #ffffff20;
}


.h5.offcanvas-title{
	display:none
}


.pocetak{}

.entry-content {
	margin-top:50px
}

.hero-sik{
	padding:150px 10px 50px;
}

.hero-sik img{
	margin-top:50px
}

.hero-sik h2{
	font-size:80px;
}

.hero-sik p{
	font-size:20px;
}



.rp-bar{
  gap: 5px;
  background: #c20034;
  padding: 10px 15px 10px 5px; 
}

.rp-source{
  gap: 5px;
  padding: 7px 7px; border-radius: 999px;
}
.rp-source select{
	padding-right: 0px; cursor: pointer;
}


.rp-btn{
  width: 50px; height: 50px; 
}


.rp-vol{
  width: 50px; 
}

.novosti-naslovna{
	background:#fff;
	padding:20px!important;
	border-radius:20px;
	margin:30px 10px!important;
	max-width: calc(100% - 20px);
}

.novosti-naslovna img{
	height:200px;
}

.novosti-naslovna h2{
	margin-bottom:10px!important;
	font-size:25px;
}

.novosti-naslovna h3{
	font-size:15px;
}

.novosti-naslovna p{
	font-size:13px
}

.program-swiper img{
	margin-bottom:10px
}


.podmeni .container{
	padding:20px;
}

.content-area{
	padding:20px;
}

.content-area h1{
	font-size:25px;
}

.archive .card img{
  object-fit:cover;
}

.swiper-pagination
 {
    top:10px!important;
	 height:20px
}

.swiper-pagination-bullet
 {
    background: #fff!important
}

.swiper-pagination-bullet-active
 {
    background: #fff!important
}

.slusajte{
 background:none;
}

.btn-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #c20034; 
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  padding: 8px 30px 8px 8px;
  font-size: 18px;
}

.btn-live i {
  width: 28px;   
  height: 28px;
  font-size: 15px;
  margin-right:5px
}

}