
body{
	background-color:gray;
	margin:0;
}


#volume-control{
    display: block;
    width: auto;
    position: relative;
    margin: 0 auto;
    width:70% !important;
    background: rgb(2, 0, 0) ;
    border-radius:25px;
    transform: scale(1);
	    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

.volume-kontroler{
	display:none;
    }



input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}



input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
 
  background-color: #D01110;
  height: 1rem;
  width: 1rem;    border-radius: 5px;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
  margin: 0;
  padding: 0;

}
footer{
	width:100%;
	background-color:#2e2e2e;
	color:#fff;
	text-align:center;
	padding:1.5em 0;
	position:absolute;
	bottom:0;
	font-family:tdi2;
	font-size:1rem;
	-webkit-box-shadow: 0px -6px 11px -3px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px -6px 11px -3px rgba(0,0,0,0.45);
	box-shadow: 0px -6px 11px -3px rgba(0,0,0,0.45);
}
/***************POCETAK*****HEDERA*******************/
/* START MENU BAR */
.sadrzaj {
  padding: 0 40px;
}

header {
  width: 100%;
  background-color: #0F0F0F;
  position: fixed;
  z-index: 999;
  padding:0.5vh 0;
 -webkit-box-shadow: 0px 7px 11px -3px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 7px 11px -3px rgba(0,0,0,0.45);
box-shadow: 0px 7px 11px -3px rgba(0,0,0,0.45);
}

header {
  width: 100%;
  background-color: #0F0F0F;
  position: fixed;
  z-index: 999;
  padding:0.5vh 0;
}

#tiktok{
	width:4.5vh;
}

.logo {
 float:left;

}



.toggler {
  color: #ff6600;
  cursor: pointer;
  font-size:2em;
  text-align:right;
  float:right;
  padding:0.5em 0;
}

.clear{
	clear:both;
	}

/* START NAVIGATION */
nav {
  width: 100%;
  display: none;
  margin:1vh 0;
}

nav ul {
  list-style: none;
 
}

nav ul li a {
  text-decoration: none;
  color:white;
  font-size: 3vh;
  transition: 0.3s ease-out;
  font-family:lola;
   line-height: 2;
}

nav ul li a:hover {
  color: #ff6600;
}

.aktivan {
  color:#ff6600;
}

.soc-mrz{
  text-align: right;
  margin-top:50px;
}

.soc-mrz a {
  text-decoration: none;
  color: white;
  transition: 0.3s ease-out;
  padding-right: 35px;
  line-height: 40px;
  font-size:4vh;
}

.soc-mrz a:hover {
 color: #ff6600;
}
/***************KRAJ*****HEDERA*******************/

/*DUGME PLAY*/
._play{
  position: absolute;
  top:50%;
  left:50%;
  margin-top: -25%;
  margin-left:  -25%;
  cursor: pointer;
}


 /*********************POZICIJE PLEJERA I PLOCICA ** FLEX *************************************/
 .container { 
  position: relative;
  min-height: 95.5vh;
}

 .flex-container {
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	width:100%;
 }
  
 section:nth-child(2){
	background-color:#212529;
	z-index:4;
	background: #1a0933;
	/*background-image:url("../img/pozadina2.jpg");*/
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	height: 50%; 
  	overflow-y: auto;
	display:flex;
	flex-direction:column;
}


.flex-ajtem:nth-child(2) {
	position:absolute;
	bottom:0;
	width:100%;
	flex-wrap:no-wrap;
}

.flex-ajtem:nth-child(1) {
	width:100%;
	position: absolute;
 
  top: 25%;
}

/*********************/
.plocice-container{
	justify-content:center;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	width:95%;
	margin:0 auto;
	position:relative;
	margin:0 auto 10% auto;
}




/*Plocica*/
.block{
	width:20em;	
	height: 20em;
	margin:1%;
	position: relative;
	overflow: hidden;
	background-color: #212529;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	border-radius: 2.5px;
}


#player{
	transform:scale(1.4);
	left:9em;
}

#app-cover
{
	top:50%;
    right: 0;
    left: 0;
    width: 430px;
    height: 100px;
    margin: 0 0 0 45%;
}

h3{
	padding-top:1.5em;
	margin-bottom:1em;
	font-size:6em;
	color:#fff;
	text-align:center;
	font-family:lola;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 2px 2px 2px rgba(206,89,55,0);
	
}

.stream{
	padding:0  !important;
	margin:0 auto 1em auto!important;
}

FOOTER{
	z-index:10;
	position:fixed;
	bottom:0;
	width:100%;
	background-color:#1a0933;
	color:#fff;
	text-align:center;
	font-family:jat;
	padding: 1.5vh 0;
	font-size: 1.1vh;
}

#player{
	transform:scale(1.4);
}

#app-cover
{
	top:50%;
    right: 0;
    left: 0;
    width: 430px;
    height: 100px;
    margin: 0 0 0 45%;
}



.block > div {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 120px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: top 0.5s cubic-bezier(0.1, -0.6, 0.2, 0);
  -moz-transition: top 0.5s cubic-bezier(0.1, -0.6, 0.2, 0);
  -o-transition: top 0.5s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: top 0.5s cubic-bezier(0.1, -0.6, 0.2, 0);
 
}
.block .outer {
  position: relative;
  top: -100%;
  left: 0;

}
.block .inner {
  top: 0;
  left: 0;
  background-size:cover;

}





.block:hover .outer {
  top: 0;
}
.block:hover .inner {
  top: 100%;

}

 
 @media only screen 
  and (min-device-width: 668px) 
  and (max-device-width: 1100px) 
  {
	  #player{
	transform:scale(1.3);
	left:8em;
	top:15%;
}
	  
	  
.plocice-container{
	justify-content:center;
	height:auto;
	
}

.block{
	position: relative;
	width:15em;	
	height: 15em;
	margin:1%;
	
}



section:nth-child(1){
z-index:1;
width:100%;
position:relative;
}

section:nth-child(2){
	height: 50%;
	bottom:0;
}

.flex-ajtem:nth-child(1) {
    width: 100%;
    position: absolute;
    top: 33%;
}

h3{

	font-size:4em;
}



}
 




/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1100px) {


.volume-kontroler{
	position:relative;
	top:10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    }
	
	#mute{
		cursor:pointer;
		transition:0.2s ease all;
	}
	
	#mute:hover{
		color:#F59C1A;
		transition:0.2s ease all;
		
	}

#max-volume{
		cursor:pointer;
	}
	
#max-volume:hover{
		color: #F59C1A;
		transition:0.2s ease all;
		
	}


 #volume-control{
    display: block;
    width: auto;
    position: relative;
    margin: 0 auto;
	 height:3px;
    width:70% !important;
    background: rgb(2, 0, 0) ;
    border-radius:50%;
    border-radius:50%;
    transform: scale(1);
  }
    

.sadrzaj{
	display:flex;
}

.logo {
 padding:0.5em 2em 0.5em 0em;
}

.logo img{

 width:70px;
}

header {
  position: relative;
  padding:0;
}

.parent {
  display: grid; 
  grid-template-columns: 1.7fr 0.4fr; 
  grid-template-rows: 1fr; 
  gap: 4px 5px; 
  grid-template-areas: 
    "div1 div2"; 
  align-content: center; 
  align-items: center; 
}
.div1 { grid-area: div1; }
.div2 { grid-area: div2; }
.div1 a {
    cursor: pointer;
}

.soc-mrz{
  text-align: right;
  margin-top:0;
}

.soc-mrz a {  
  padding-left: 15px;
  padding-right:15px;
  font-size:2.5vh;
}

#tiktok{
	width:2.5vh;
}

 .container {
	 
  position: relative;
  min-height: 90vh;
}

nav {
  width: 100%;
  display: none;
  margin:1vh 0;
}

.content {
    padding: 0 50px;
  }
  
  .toggler {
    display: none;
	
  }
  
  nav {
    display: inline-block !important; /* prevent the nav to hide when resize */
    position: relative;
  }
 
  nav ul {
    float: left;
  }
  
  nav ul li {
    display: inline-block;
    padding-right: 20px;
	font-size:2vh;
	line-height:1;
  }
  
    nav ul li a{

	font-size:2.5vh;
	line-height:1;
  }

  .side-nav {
   float: right;
  }
/**/
body{
	background-color:gray;	
}

section:nth-child(2){
	
	z-index:4;	
	background: linear-gradient(180deg, rgba(25,0,50,1) 0%, rgba(50,0,100,1) 100%);

	/*background: linear-gradient(180deg, rgba(11,11,11,1) 0%, rgba(48,48,48,1) 100%);*/
	/*background-image:url("../img/pozadina2.jpg");*/
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	height: 100vh; 
  overflow-y: auto;
	display:flex;
	flex-direction:column;
	border-left:solid #ff6600 5px;
	
}


/***/

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width:100%;
}

.flex-ajtem:nth-child(1) {
  position:relative;
  top:0;
  order: 0;
  width:50%;

}

.flex-ajtem:nth-child(2) {
position:absolute;
	right:0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width:40%;

}

.plocice-container{
	justify-content:start;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	width:95%;
	margin:0 auto 4em auto;
	position:relative;
	
}



FOOTER{

  padding: 1vh 0;
  font-size: 2vh;
}

.block{
	position: relative;
	width:10em;	
	height: 10em;
	margin:1%;
	overflow: hidden;
	background-color: #212529;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;

}

h3{
  margin-top:1.5em;
	font-size:3em;
}




#player{
	transform:scale(1);
	left:0;
}


}







/************************************************************/
@font-face {
    font-family:tdi;
    src: url(../fonts/entsani.ttf);
  }
  @font-face {
    font-family:lola;
    src: url(../fonts/lolafontv1.ttf);
  }
  @font-face {
    font-family:jat;
    src: url(../fonts/Exo-VariableFont_wght.ttf);
  }
   @font-face {
    font-family: russo;
    src: url(../fonts/RussoOne-Regular.ttf);
  }

*:focus
{
    outline: none;
}

#bg-artwork {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 50%, #ff6600 100%);
    background-attachment: fixed;
    z-index: 1;
}


#bg-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3; /* maybe a little darker for contrast */
    z-index: 1;
}

#app-cover {
    position: relative;
    width: 430px;
    height: 100px;
    margin: 0 auto;
    z-index: 2; /* ABOVE background */
    top: 50%;
    transform: translateY(-50%);
}


#player
{
    position: relative;
    height: 100%;

    z-index: 3;
}
/*
#player-track {
    position: absolute;
	width: 60%;
    top: 0;
    right: 15px;





}

*/



#player-track
{
    position: absolute;
    top: 0;
    right: 15px;
    padding: 10px 22px 20px 150px;
    
    background-color: #fff7f7;
    border-radius: 15px 15px 0px 15px;
    z-index: 1;
	opacity: 0;
    transition: 0.7s ease-in-out all;
	width:50%;
}



#player-track.active
{
	width:50%;
    top: -135px;
	opacity:1;
	transition: 0.7s ease-in-out all;
	padding-bottom:15%;
}


#album-name
{
    font-family:russo;
    color: #ff6600;
    font-size: 22px;
    font-weight: bold;
}

#track-name
{
    color: #ff6600;
    font-size: 14px;
    font-family:'Russo One', sans-serif;
    font-weight: bold;
    margin: 2px 0 5px 0;
}

#track-time
{
    height: 12px;
    margin-bottom: 3px;
    overflow: hidden;
}

#current-time
{
    font-family:tdi2 ;
    float: left;
    font-weight: bold;
    font-size: 13px !important;
    color: #ff6600 !important;
    background-color: #ffe8ee;
    border-radius: 10px;
    transition: 0.3s ease all;
}

#track-length
{
    float: right;
}

#track-time.active #current-time, #track-time.active #track-length
{
    color: #f86d92;
    background-color: transparent;
}

#s-area, #seek-bar
{
    position: relative;
    height: 4px;
    border-radius: 4px;
}

#s-area
{
    background-color:#ffe8ee;
    cursor: pointer;
}

#ins-time
{
    position: absolute;
    top: -29px;
    color: #fff;
    font-size: 12px;
    white-space: pre;
    padding: 5px 6px;
    border-radius: 4px;
	display:none;
}

#s-hover
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 2;
}

#ins-time, #s-hover
{
    background-color: #3b3d50;
}

#seek-bar
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #fd6d94;
    transition: 0.2s ease width;
    z-index: 1;
}

#player-content
{
    position: relative;
    height: 100%;
    background-color: #0F0F0F;
box-shadow: 0 30px 80px rgb(70 5 11);
    border-radius: 15px;
    z-index: 2;
}


#album-art
{
    position: absolute;
    top: -150px;
    width: 350px;
    height: 350px;
    margin-left: -220px;
    transform: rotateZ(0);
    transition: 0.7s ease all;

    border-radius: 50%;
    overflow: hidden;

}

#album-art.active
{
    top: -200px;
	transition: 0.6s ease all;
}

#album-art:before
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: -10px auto 0 auto;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #212529;
    z-index: 2;
}

#album-art img
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
	transition: 0.3s linear all;
}

#album-art img.active
{
    opacity: 1;
    z-index: 1;
	transition: 0.3s linear all;
}

#album-art.active img.active
{
    z-index: 1;
    -webkit-animation: rotateAlbumArt 3s linear 0s infinite forwards;
            animation: rotateAlbumArt 3s linear 0s infinite forwards;
			transition: 0.3s linear all;
}

@-webkit-keyframes rotateAlbumArt
{
    0%{ transform: rotateZ(0); }
    100%{ transform: rotateZ(360deg); }
}

@keyframes rotateAlbumArt
{
    0%{ transform: rotateZ(0); }
    100%{ transform: rotateZ(360deg); }
}

#buffer-box
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 20px;
    color: #fff;
    font-size: 16px;
    font-family: jat;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 6px;
    margin: -16px auto 0 auto;
    background-color: rgba(237,28,36, 0.9);
    opacity: 0;
    z-index: 2;
    border-radius: 2px;
}

#album-art img, #buffer-box
{
    transition: 0.1s linear all;
}

#album-art.buffering img
{
    opacity: 1;
}

#album-art.buffering img.active
{
    opacity: 1;
    
}

#album-art.buffering #buffer-box
{
    opacity: 0.9;
}

#player-controls
{
    width: 280px;
    height: 100%;
    margin: 0 5px 0 141px;
    float: right;
    overflow: hidden;
}

.control
{
    width: 33.333%;
    float: left;
    padding: 12px 0;
}

.button
{
    width: 26px;
    height: 26px;
    padding: 25px;
    background-color: #0f0f0f;
    border-radius: 40%;
    cursor: pointer;
}

.button i
{
    display: block;
    color: #ff6600;
    font-size: 26px;
    text-align: center;
    line-height: 1;
}

.button, .button i
{
    transition: 0.4s ease all;
}

.button:hover
{
    background-color: #000000;
}

.button:hover i
{
    color: rgb(255, 255, 255);
}

#ytd-url {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  margin: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background-color: #ae5f87;
  border-radius: 4px;
  box-shadow: 0 10px 20px -5px rgba(174, 95, 135, 0.86);
  z-index: 125;
}




/************************************************/


.block:hover {
  color: #fff;
  border-color: transparent;
}
.block > div {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 120px;
 
  text-align: center;
  overflow: hidden;
  -webkit-transition: top 0.5s cubic-bezier(0.1, -0.6, 0.2, 0);
  -moz-transition: top 0.5s cubic-bezier(0.1, -0.6, 0.2, 0);
  -o-transition: top 0.5s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: top 0.5s cubic-bezier(0.1, -0.6, 0.2, 0);
}
.block .outer {
  top: -100%;
  left: 0;
}
.block .inner {
  top: 0;
  left: 0;

  background-size:cover;
}
.block:hover .outer {
  top: 0;
}
.block:hover .inner {
  top: 100%;
}

/*********************KONTEINERI**POJEDINACNI***************************BOJE*/

.bg-hover-1:hover {
  background-color: #151515;
}
.bg-hover-2:hover {
  background-color: #151515 ;
}

.element {
  animation-delay: 2s;
  animation: pulse 3s infinite;
  margin: 0 auto;
  display: table;
 
  animation-direction: alternate;
}
/*****pulsitanje*/
@keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}







.blobs-container {
  display: flex;
}

.blob {

  background-color: #cccccc;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  height: 50%;
  width: 50%;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

.blob2 {

  background-color: #cccccc;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  margin-left: 38px;
  margin-top: 10px;
  height: 80px;
  width: 80px;
  transform: scale(1);
  animation: pulse-red2 10s infinite;
}

.blob3 {

  background-color: #cccccc;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  margin-left: 38px;
  margin-top: 10px;
  height: 80px;
  width: 80px;
  transform: scale(1);
  animation: pulse-red3 1.5s infinite;
}



@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.blob.white {
  background: white;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.blob.red {

  background-color: rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

@keyframes pulse-red2 {
	0% {
    transform: scale(1);
    box-shadow: 0 0 0 70px rgba(209, 27, 42, 0);
  }
  5% {
    transform: scale(1);
    box-shadow: 0 0 0 60px rgba(209, 27, 42, 0);
  }
  10% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(135,23,30);
  }
  15% {
    transform: scale(1.05);
    box-shadow: 0 0 0 70px rgba(33, 37, 41, 0);
  }
  20% {
    transform: scale(1);
    box-shadow: 0 0 0 60px rgba(33, 37, 41, 0);
  }
  25% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(33, 37, 41, 1);
  }
  30% {
    transform: scale(1.05);
    box-shadow: 0 0 0 70px rgba(209, 27, 42, 0);
  }
  35% {
    transform: scale(1);
    box-shadow: 0 0 0 60px rgba(209, 27, 42, 0);
  }
  40% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(135,23,30);}
 45% {
    transform: scale(1.05);
    box-shadow: 0 0 0 70px rgba(33, 37, 41, 0);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 0 60px rgba(33, 37, 41, 0);
  }
  55% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(33, 37, 41, 1);
  }
  
  55% {
    transform: scale(1.05);
    box-shadow: 0 0 0 60px rgba(209, 27, 42, 0);
  }
  60% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(135,23,30);
  }
  65% {
    transform: scale(1);
    box-shadow: 0 0 0 70px rgba(209, 27, 42, 0);
  }
  70% {
    transform: scale(0.95);
    box-shadow: 0 0 0 60px rgba(33, 37, 41, 0);
  }
  75% {
    transform: scale(0.90);
    box-shadow: 0 0 0 0 rgba(33, 37, 41, 1);
  }
  80% {
    transform: scale(1);
    box-shadow: 0 0 0 70px rgba(33, 37, 41, 0);
  }
  85% {
    transform: scale(0.98);
    box-shadow: 0 0 0 60px rgba(209, 27, 42, 0);
  }
  90% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(135,23,30);
  }
 95% {
    transform: scale(1.05);
    box-shadow: 0 0 0 70px rgba(209, 27, 42, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 60px rgba(209, 27, 42, 0);
  }
 
}


/************SKROLBAR**/
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 

}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #ff6600; 
  background-image:ulr("skrol.html");
 
    transition: all .2s; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9d0208; 
}

.strimovi1{
	background-color:rgba(0,0,0,0);
}
/*Hover effect */
@import url(../../code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1205 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  background: #000000;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1205 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1205 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1205 i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.snip1205 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1205.blue {
  background-color: #2472a4;
}
figure.snip1205.blue i {
  color: #20638f;
}
figure.snip1205.red {
  background-color: #ab3326;
}
figure.snip1205.red i {
  color: #962d22;
}
figure.snip1205.yellow {
  background-color: #e08e0b;
}
figure.snip1205.yellow i {
  color: #c87f0a;
}
figure.snip1205.green {
  background-color: #229955;
}
figure.snip1205.green i {
  color: #1e8449;
}
figure.snip1205.orange {
  background-color: #d67118;
}
figure.snip1205.orange i {
  color: #bf6516;
}
figure.snip1205.navy {
  background-color: #2b3c4e;
}
figure.snip1205.navy i {
  color: #222f3d;
}
figure.snip1205:hover img,
figure.snip1205.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1205:hover i,
figure.snip1205.hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
ion-icon {
  font-size: 34px;
   margin-top: 12px;
}
/***************************************************************************/


.aktivan {
    animation: pulse 1.5s infinite;
    color: #ff6600; /* ili neka tvoja zelena */
    font-weight: bold;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}


.radio-name {
    color: white;
    text-align: center;
    padding: 2px;
    font-size: 10px; /* Default (desktop) */
    font-family: 'Arial Black', 'Arial', sans-serif;
    text-transform: uppercase;
}

/* Responsive for mobile devices */
@media (max-width: 768px) {
    .radio-name {
        font-size: 14px;
    }
}