*{
	transition: .7s;
}
.volume-container{
	position: relative;
	display: inline-block;
}
.volume-holder{
	position: relative;
	transform: rotate(-90deg);

}
.volume-slider{
	position: absolute;
	width: 120px;
	background-color: aliceblue;
	padding: 15px;
	border-radius: 10px;
	margin: 5px;
	top: -20px;
}
.img-clickable{
	cursor: pointer;
}

a{
	text-decoration: none;
}
@-webkit-keyframes rotating {
	from{
		-webkit-transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 5s linear infinite;
}
.app-badges{
	display: block;
}
.stn-logo{
	width: 10vw;
	height: 10vw;
	vertical-align: center;
}
.stn-logo-web{
	width: 5rem;
	height: auto;
	vertical-align: center;
}

.stn-name{
	font-size: 6vw;

}
.stn-tagline{
	margin: 0;
	font-size: 5vw;
}
@media (max-width: 500px) {
	.app-badges{
		display: none;
	}
	.stn-logo{
		width: 17vw;
		height: auto;
	}
	.stn-name{
		font-size: 5vw;
	}
	.stn-tagline{
		font-size: 4vw;
		margin: 0;
	}
}

.placeholder-white::placeholder {
	color: white !important;
	opacity: .8;
}

@keyframes slideToUp {
	 from {
		  height: 12%;
		  text-align: left;
	 }
	 to {
		  height: 100%;
		  text-align: center;
	 }
}

@keyframes imgSlideTop {
	 from {
		width: 50px;
		border-radius: 50%;
		position: absolute;
	 }
	 to {
		 width: 85%;
		 position: absolute;
		 align-self: center;
		 top: 9rem;
		 border-radius: 10%;
	 }
}

@keyframes TextSlideTop {
	 from {
		 width: 100%;
		 bottom: 30px;
		 font-size: 0.9rem;
		 left: 90px;
		 position: absolute;
	 }
	 to {
		position: absolute;
 		bottom: 20%;
 		font-size: 1.2rem;
 		left: 0;
 		width: 100%;
	 }
}
@keyframes PlaySlideTop {
	 from {
		display: block;
		position: absolute;
		bottom: 2rem;
		left: 80%;
	 }
	 to {
		 display: block;
		 position: absolute;
		 bottom: 5rem;
		 left: 45%;
	 }
}

.slideUp{
	animation: slideToUp 2s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}
.imgSlideUp{
	animation: imgSlideTop 2s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}

.textSlideTop{
	animation: TextSlideTop 2s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}
.PlaySlideTop{
	animation: PlaySlideTop 2s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}

.stn-active{
	background-color: #424242;
}

.loading{
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-color: black;
	z-index: 100;
}
