
@import url('fonts4905.css?r=1272020');

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: initial !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;

}

body {
    background: #2c2c2c url('../img/rvfm_bg2.png') repeat-x center bottom;
    overflow-x: hidden !important;
    position: relative !important;
    margin: 0 !important;
    font-family: 'poppinsregular', sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    counter-reset: top8-counter;
    z-index: 2!important;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes letBounceBaby {
    0% {
        transform: scale(.98);
    }

    20% {
        transform: scale(1);
    }

    40% {
        transform: scale(.96);
    }

    60% {
        transform: scale(1);
    }

    80% {
        transform: scale(.96);
    }

    100% {
        transform: scale(.98);
    }
}

/** Custom **/
.img-butts {
    border-radius: 10px;
}

.fluid-container {
    padding-top: 15px;
    z-index: 3!important;
}

.container {
    max-width: 1300px;
}

.FWD-Main {
    background: rgba(0,0,0, 0.2);
    padding: 0px !important;
    border: none !important;
    margin-bottom: 10px;
    border-radius: 10px;
}
.border {
    border: 2px  rgba(15, 114, 245, 0.8)!important;
}
.FWD-Main-body {
    padding: 10px !important;
}
.hr {
    border-radius: 5px;
    height: 8px;
    background: rgb(237, 15, 245, 0.8);
background: linear-gradient(90deg, rgba(237, 15, 245, 0.8) 0%, rgba(15, 114, 245, 0.8) 100%);
    width: 100%;
    margin-bottom: 15px;
}
.shadow {
        -webkit-box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 30%);
}
.FWD-Main-header {
    border: none!important;
    padding: 10px 10px 0px 10px!important;
    
}
.FWD-Main-header h3 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 20px!important;
    font-family: 'Roboto Condensed'!important;

}
.FWD-Main-header h3:before {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    width: 150px;
}
.FWD-Main-header h3:after {
    content: "";
    left: 50%;
    position: absolute;
    background: #0f17f4 none repeat scroll 0 0;
    bottom: -6px;
    height: 3px;
    margin-left: -15px;
    width: 30px;
}
.FWD-Main-header span {
  color: #0f39f3!important;
}
.top5-bg {
    background: url(../img/pmfm_top5_bg.html);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.FWD-Main-header h2 {
    font-size: 20px;
    font-family: 'fugaz_oneregular' !important;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 2px 2px #dd830b;
}
h3.head-title {
    color: #fff!important;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 5px;
    border-bottom: 1px solid #ffb90d;
    margin-bottom: 10px;
}
h3.head-title span {
  color: #ffb90d!important;
}

.main_header {
    width: 100%;
    height: 700px;
    background: transparent url(../img/rvfm_head_bg2.png) repeat-x center top;
    overflow: hidden !important;
    border-bottom: 10px solid #f30feb;
}.logo {
    width: 470px;
    max-width: 100%;
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.logo_label {
    margin-top: 50px;
    font-size: 50px;
    font-family: 'Oswald' !important;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    text-shadow: 2px 2px 2px #333;
}
@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(-360deg);
    }
}

/* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);

    }
}

.footer {
    color: #fff;
    padding: 70px;
    padding-bottom: 150px;
}

.footer a {
    color: #fff;
}
.footer b {
    color: #ffbb05;
}

.footer h3 {
    font-weight: lighter;
    font-family: 'Roboto Condensed'!important;
    font-size: 18px;
    line-height: 14px;
}

.navbar {
    background: #062196;
    margin-bottom: 15px;
    border-top: 10px solid #f30feb;
}

.navbar-nav li {
    padding: 10px 15px;
}

.nav-item a {
    font-size: 18px;
    font-family: 'Roboto Condensed'!important;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 10px 15px !important;
    transition: 0.6s ease !important;
    background: #f30feb;
    border-radius: 10px;
}

.nav-item a:hover {
    color: #ff00b7;
    background: #fff;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: #f30feb !important;
    border: 1px solid #f30feb !important;
    border-radius: .25rem;
    color: #000 !important;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.no-gutter > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}
/** song title **/
.song {
    color: rgba(15, 114, 245, 0.8);
    width: 100%;
    font-family: 'Roboto Condensed'!important;
}
/** Current Time **/
.time-frame {
    color: rgba(15, 114, 245, 0.8);
    width: 100%;
    font-family: 'Roboto Condensed'!important;
}

.time-frame > div {
    width: 100%;
    text-align: center;
}

#date-part {
    font-size: 1.4em;
}

#time-part {
    font-weight: 400;
    font-size: 22px;
}

/** DJ On Board Profile **/

.FWD-Main-profile {
    width: 100%;
    background: #ffb90d ;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden !important;
    border: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
}
.song-req{
background: rgba(245, 15, 225, 0.8);

}
.FWD-Main-profile .btn {
    font-size: 12px !important;
    border-radius: 25px !important;
    letter-spacing: .1rem !important;
    font-weight: bold !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
}

.FWD-Main-img-top {
    border-radius: 0;
    height: 175px;
}

.FWD-Main-img-profile {
    max-width: 100%;
    border-radius: 50%;
    margin-top: -105px;
    margin-bottom: 5px;
    width: 140px;
    height: 140px;
    border: 5px dotted #e6e5e1;
}

.FWD-Main-title small {
    display: block;
    font-size: .6em;
    margin-top: .2em;
}

.live-badge {
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    padding: 2px 6px !important;
    font-size: 12px !important;
    color: #fff;
    border-radius: 4px;
    font-weight: bolder;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    background: #000;
    left: 0;
}

b.flash-dot {
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {
        color: #d9534f;
    }

    to {
        color: #fff;
    }
}

.letsbounce {
    -webkit-animation: letBounceBaby 1s ease infinite;
    -moz-animation: letBounceBaby 1s ease infinite;
    -o-animation: letBounceBaby 1s ease infinite;
    animation: letBounceBaby 1s ease infinite;
}

span.ob-djname {
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    line-height: 45px !important;
    font-size: 1.85rem !important;
    font-family: 'Oswald' !important;
    margin-bottom: 10px;
}

span.ob-djprog {
    font-size: 12px;
    color: #fff !important;
    text-transform: uppercase !important;
    font-family: 'Oswald' !important;
    margin-top: -15px !important;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** Sticky Player **/

.footer-reqbox {
    background: rgb(253 147 3);
    background: linear-gradient(13deg, rgb(253 147 3) 0%, rgb(254 178 75) 35%, rgb(253 147 3) 100%);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    position: fixed;
    left: 10px;
    bottom: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
}

/** Top Chatters **/
ul.top-chatters {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}

ul.top-chatters li {
    display: block;
    width: 100%;
    padding: 12px;
    -webkit-transition: padding-left 0.2s ease-out;
    -moz-transition: padding-left 0.2s ease-out;
    -o-transition: padding-left 0.2s ease-out;
    transition: padding-left 0.2s ease-out;
    margin-bottom: 5px;
    background: rgba(237, 15, 245, 0.8);
background: linear-gradient(90deg,   rgba(237, 15, 245, 0.8) 0%, rgba(15, 114, 245, 0.8) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer !important;
    position: relative;
    overflow: hidden;
}
ul.top-chatters li:nth-child(1) {
    background: rgba(255, 215, 0) !important;
}

ul.top-chatters li::before {
    counter-increment: top8-counter;
    content: counter(top8-counter);
    position: absolute;
    right: 5px;
    background: -webkit-linear-gradient(#0f17f4, #f40fce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 7em;
    top: -35px;
    font-weight: bolder;
}
.count-number {
    position: absolute;
    right: -205px;
    bottom: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #e7015e;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

ul.top-chatters li:last-child {
    border-bottom: none !important;
}

ul.top-chatters li:hover {
    padding-left: 15px;
}

img.top-chatters-pic {
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    border: 4px solid #0f17f4;

}

.top-chatters-info {
    padding: 0;
    position: relative;
}

.top-chatters li h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #0f17f4;
    font-size: 18px;
    line-height: 15px;
    position: relative;
    z-index: 9 !important;
    margin-top: 7px;
    font-weight: 600;
}

.top-chatters li span {
    width: 100%;
    display: block;
    line-height: 15px;
    margin-left: 10px;
    position: relative;
    z-index: 9 !important;
    font-size: 11px;
    color: #333;
}

.top-chatters-name {
    color: #0f17f4;
    font-size: 16px;
    font-family: 'Roboto Condensed';
}

.top-chatters-rank {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 14px;
    background: black;
    color: #0f17f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald' !important;
    font-weight: bolder;
    margin-left: 30px;
    margin-top: 30px;
    border: 2px solid rgb(254 171 60);
}
/** Online Users **/
 ul.online-user {
	list-style-type: none;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
.online-user li {
	display: block;
	padding: 7px;
	-webkit-transition: padding-left 0.2s ease-out;
	-moz-transition: padding-left 0.2s ease-out;
	-o-transition: padding-left 0.2s ease-out;
	transition: padding-left 0.2s ease-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	background: rgba(0,0,0, 0.3);
}

.online-user li:nth-child(even) {
	background: rgba(0,0,0, 0.2);
}

.online-user li:last-child {
	margin-bottom: 0px;
}
.online-user .ol-thumb {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 7px;
	border: 3px solid rgba(0,0,0,0.2);
}
.online-user h3 {
	font-family: 'Roboto Condensed', sans-serif;
    color: #fff000;
	font-size: 18px;
    line-height: 5px;
    padding-top: -7px!important;
    margin-top: 10px;
}
.online-user li span {
	width: 800%;
	line-height: 12px;
	font-size: 11px;
    color: #fff;
    padding: 3px 150px 3px 5px;
    background: rgb(0,133,255);
    background: linear-gradient(90deg, rgba(0,133,255,1) 0%, rgba(5,28,44,0) 50%);
    text-shadow: 0 0 5px #000;
}
.online-user i {
	margin-right: 4px;
	font-size: 8px;
	font-weight: bolder;
}
.online-user::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 12px;
	background-color: transparent;
}
.online-user::-webkit-scrollbar-thumb {
	border-radius: 12px;
	border: 5px solid rgba(255,255,255,0);
	background-clip: content-box;
	background-color: #c7c7c7;
	-webkit-box-shadow: none;
}

.online-user::-webkit-scrollbar-thumb:hover {
	border-radius: 12px;
	border: 5px solid rgba(255,255,255,0);
	background-clip: content-box;
	background-color: #c7c7c7;
}
.slider_bg {
     background: rgb(237, 15, 245, 0.8);
background: linear-gradient(90deg, rgba(237, 15, 245, 0.8) 0%, rgba(15, 114, 245, 0.8) 100%);
    
    border-radius: 10px!important;
}
/** Marquee Slider **/
:root {
    --marquee-width: 100%;
    --marquee-height: 260px;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: 280px;
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: 100%;
    height: 260px;
    background: transparent;
    color: #fff !important;
    overflow: hidden;
    position: relative;
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}
.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    white-space: nowrap;
    margin-right: 10px;
}

.marquee-content li img {
    width: 100%;
    height: 260px;
    border-radius: 10px;
}

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }

    :root {
        --marquee-width: 100vw;
        --marquee-height: 16vh;
        --marquee-elements-displayed: 3;
    }

    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
}

@media only screen and (max-width: 550px) {
    .logo {
        width: 250px !important;
    }

    .main_header {
        padding: 30px !important;
        height: 300px !important;
    }

    #date-part {
        font-size: 1.1em !important;
    }

    #time-part {
        font-size: 2.2em !important;
    }

    .online-user h3 {
        margin-bottom: 13px;
    }

}

@media only screen and (max-width: 992px) {
    #date-part {
        font-size: 1.1em !important;
    }

    #time-part {
        font-size: 2.2em !important;
    }

    .online-user h3 {
        margin-bottom: 13px;
    }

}

/**  Player **/
.player_bg {
    background: url('../img/equalizer-bg.gif') repeat center top;
    width: 100%;
}

.player-box {
    position: relative;
}

.song-details {
    height: 100px;

}
.trans-cover {
    background: -moz-linear-gradient(left, rgba(255, 187, 5, 1) 15%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 187, 5, 1) 15%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 187, 5, 1) 15%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    z-index: 999 !important;
    width: 100px;
    height: 100px;
}

img#albumCover {
    padding: 10px;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 10px !important;
}

.album-box {
    padding-left: 15px;
    position: relative;
}

.song-info {
    background: white;
    font-weight:bold;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
}

.song-artist {
    font-size: 17px;
    color: #000;
    font-family: 'Oswald' !important;
}

.song-title {
    font-size: 16px;
    color: #000;
    font-family: 'Oswald' !important;
    display: inherit !important;
}

.listeners {
    font-size: 12px;
    color: #fff;
    font-family: 'Oswald' !important;
    display: inherit !important;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(226, 11, 11, 0) 50%);
    padding: 3px 7px;
    border-radius: 4px;
    max-width: 100%;
}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}
/** Falling Hearts **/
#hearts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1!important;
   
}
.heart-container {
    float: left;
    position: absolute;
    top: -20px;
    left: -20px;
    -moz-animation-duration: 8s;
    -moz-animation-name: fall;
    -moz-animation-timing-function: linear;
    -webkit-animation-duration: 8s;
    -webkit-animation-name: fall;
    -webkit-animation-timing-function: linear;
     z-index: -1;
}
@-moz-keyframes fall {
    from {
        top: -20px;
    }
    to {
        top: 100%;
    }
}
@-webkit-keyframes fall {
    from {
        top: -10%;
    }
    to {
        top: 100%;
    }
}
.heart {
    overflow: hidden;
    height: 20px;
    width: 20px;
    font-size: 20px;
    text-align: center;
    color: red;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: swing;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-transform-origin: center center;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: swing;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-transform-origin: center center;
}
@-moz-keyframes swing {
    from {
        -moz-transform: rotate(-45deg) translateX(10px);
    }
    to {
        -moz-transform: rotate(45deg) translateX(-10px);
    }
}
@-moz-keyframes spin {
    from {
        -moz-transform: scaleX(1) translateX(5px);
    }
    50% {
        -moz-transform: scaleX(0.1);
    }
    to {
        -moz-transform: scaleX(1) translateX(-5px);
    }
}
@-webkit-keyframes swing {
    from {
        -webkit-transform: rotate(-45deg) translateX(10px);
    }
    to {
        -webkit-transform: rotate(45deg) translateX(-10px);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: scaleX(1) translateX(5px);
    }
    50% {
        -webkit-transform: scaleX(0.1);
    }
    to {
        -webkit-transform: scaleX(1) translateX(-5px);
    }
}
 