/* RADIO DISPLAY BY MAURICE M. - CSS */

/* FONTS */
@font-face {
	font-family: "DP-Bold";
	src: url(../fonts/Poppins-Bold.ttf)
}

@font-face {
	font-family: "DP-Light";
	src: url(../fonts/Poppins-Light.ttf)
}

/* ALL */
body {
	background-color: #131317!important;
}

.right {
	float: right;
}

.left {
	float: left;
}

.middle {
	display: inline-block;
	margin-left: 115px;
}

/* WRAPPER */
.wrapper {
	width: 1700px;
	margin: 0 auto;
	margin: 0 auto;
}

/* MODE */
.mode {
	width: 335px;
	height: 335px;
	border-radius: 15px;
	margin-top: 145px;
	display: flex;
    align-items: center;
	justify-content: center;
}

.mode h1 {
	font-family: "DP-Bold";
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 60px;
}

.mode.active {
	background-color: #14c729;
}

.mode.notactive {
	background-color: #f20f0f;
}

/* LOGO */
.logo {
	width: 335px;
	height: 335px;
	border-radius: 15px;
	margin-top: 90px;
	display: flex;
    align-items: center;
	justify-content: center;
	background-color: #242728;
}

.logo img {
	width: 250px;
}

/* CLOCK */
.clock {
	width: 800px;
	height: 335px;
	border-radius: 15px;
	margin-top: 145px;
	display: block;
    align-items: center;
	justify-content: center;
	background-color: #242728;
}

.clock h1 {
	font-family: "DP-Bold";
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 120px;
	margin-top: -45px;
}

.clock p {
	margin-top: 50px;
	font-family: "DP-Light";
	color: #fff;
	text-align: center;
	font-size: 30px;
	margin-top: 60px;
}

/* SONG */
.song {
	width: 800px;
	height: 335px;
	border-radius: 15px;
	margin-top: 90px;
	background-color: #242728;
}

.song .titel {
	font-family: "DP-Light";
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-size: 48px;
	margin-left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 30px;
	margin-top: 45px; 
}

.song h1 {
	font-family: "DP-Bold";
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-size: 48px;
	margin-left: 30px;
	margin-top: -70px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 30px;
}

.song .time {
	font-family: "DP-Light";
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-size: 20px;
	margin-left: 30px;
	margin-top: -25px;
}

.slider {
	height: 25px;
	background: #2e3135;
	border-radius: 120px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: -15px;
	overflow: hidden;
}

.sliderbar {
	background: #fff;
	height: 25px;
	transition-duration: 1s;
	transition-timing-function: ease-out;
}

.sliderbar_text {
	color: #000;
	font-size: 15px;
	font-family: "DP-Light";
	left: 20px;
	position: relative;
	top: -24.3px;
}

/* RAMP */
.ramp {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	background: transparent;
	width: 100%;
	height: 100%;
	padding: 0px;
	text-align: center;
	display: none;
}

.rampvalue {
	width: 100%;
	opacity: 1 !important;
	text-align: center;
	font-size: 400px;
	margin-top: 230px;
	color: #FF0000;
	font-family: "DP-Bold";
	text-shadow: 0 0 20px #000;
    -moz-text-shadow: 0 0 20px #000;
    -webkit-text-shadow: 0 0 20px #000;
}

/* DOT */
.pinkBg {
    background-color: #ed184f!important;
    background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}


.intro-banner-vdo-play-btn{
    height:40px;
    width:40px;
    position:absolute;
    top:68%;
    left:32%;
    text-align:center;
    margin:-130px 0 0 -30px;
    border-radius:100px;
    z-index:1
}
.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:80px;
    height:80px;
    z-index:-1;
    left:70%;
    top:50%;
    opacity:0;
    margin:-40px 0 0 -48px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

/* EOF */
.eof {
	width: 335px;
	height: 335px;
	border-radius: 15px;
	margin-top: 145px;
	display: flex;
    align-items: center;
	justify-content: center;
}

.eof h1 {
	font-family: "DP-Bold";
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 60px;
}

.eof.active {
	background-color: #f20f0f;
}

.eof.notactive {
	background-color: #242728;
}

/* MIC */
.mic {
	width: 335px;
	height: 335px;
	border-radius: 15px;
	margin-top: 90px;
	display: flex;
	justify-content: center;
    align-items: center;
	flex-direction: column;
	justify-content:center;
}

.mic h1 {
	font-family: "DP-Bold";
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 60px;
}

.mic h2 {
	font-family: "DP-Bold";
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
}

.mic.active h1 {
	margin-top: 5px;
}

.mic p {
	font-family: "DP-Bold";
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	display: block;
	margin-top: -40px;
}

.mic.active {
	background-color: #14c729;
}

.mic.notactive {
	-webkit-animation: Stream-Blink 1s infinite;  /* Safari 4+ */
	-moz-animation: Stream-Blink 1s infinite;  /* Fx 5+ */
	-o-animation: Stream-Blink 1s infinite;  /* Opera 12+ */
	animation: Stream-Blink 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes Stream-Blink {
  0%, 49% {
    background-color: rgb(36, 39, 40);
  }
  50%, 100% {
    background-color: #e50000;
  }
}