/*
    MadGuyGFX 
    27.1 Solid Love&Jam FM
*/

@import url('fonts.css?r=1222022');

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: initial !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;

}

body {
    /* background: linear-gradient(-45deg, #aa190d, #0069d9, #000000, #aa190d);
    background-size: 400% 400%; */
    background: #0069d9;
    /* animation: gradientBG 10s ease infinite; */
    overflow-x: hidden !important;
    position: relative !important;
    margin: 0 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    counter-reset: top5-counter;
}

/* body:before {
    background: linear-gradient(-45deg, #aa190d, #0069d9, #000000, #aa190d);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
} */

@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 {
    background: url('../img/solidlovefm_fluid_bg.png') repeat;
    /* background: #a61e29; */
    background-repeat: no-repeat;
    background-position: center top;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 15px;
}

.container {
    max-width: 1300px;
}

.card {
    background: rgb(0 105 217 / 50%);
    padding: 10px !important;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden !important;
}

.card-online {
    background: #d4008f url(../img/loveandjam_online_bg.gif) repeat !important;
}

.card-body {
    padding: 10px !important;
    border: 1px dashed #007bff !important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.top5-bg {
    background: url(../img/pmfm_top5_bg.png);
    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;
}

.card-header {
    background: url('../img/head_bg.gif') repeat-x center center;
    border-radius: 10px!important;
    overflow: hidden!important;
}

.card-header h2 {
    font-size: 20px;
    font-family: 'Poppins' !important;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.main_header {
    width: 100%;
    height: 570px;
    background: #0069d9 url(../img/solidlovefm_v2_header_bg.png?v=4) repeat-x center center;
    overflow: hidden !important;
    position: relative;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
}

.logo {
    width: 750px;
    margin-top: 50px;
    z-index: 3!important;
    position: relative;
}

@-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: 100px;
    background: url(../img/solidlovefm_footer_bg.png) center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding-bottom: 150px;
}

.footer a {
    color: #fff;
}

.footer h2 {
    font-family: 'Poppins' !important;
}

.navbar {
    background: transparent;
}

.navbar-nav li {
    padding: 10px 15px;
}

.nav-item a {
    font-size: 18px;
    font-family: 'Poppins' !important;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .5), 2px 2px 1px rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #fff !important;
    padding: 10px 15px !important;
    transition: 0.6s ease !important;
}

.nav-item a:hover {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #0069d9 !important;
    border-radius: .25rem;
    color: #fff !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;
}

/** Current Time **/
.time-frame {
    color: #fff;
    width: 100%;
    font-family: Arial;
}

.time-frame>div {
    width: 100%;
    text-align: center;
}

#date-part {
    font-size: 1.4em;
}

#time-part {
    font-size: 3em;
}

/** DJ On Board Profile **/

.card-profile {
    width: 100%;
    background: #09325e url(../img/loveandjam_djob_bg.gif);
    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);
}

.card-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;
}

.card-img-top {
    border-radius: 0;
    height: 225px;
}

.card-img-profile {
    max-width: 100%;
    border-radius: 50%;
    margin-top: -155px;
    margin-bottom: 5px;
    width: 200px;
    height: 200px;
    border: 5px solid #e6e5e1;
}

.card-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: 'Poppins' !important;
    margin-bottom: 10px;
}

span.ob-djprog {
    font-size: 12px;
    color: #fff !important;
    text-transform: uppercase !important;
    font-family: 'Poppins' !important;
    margin-top: -15px !important;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** Sticky Player **/
.footer-player {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    background: rgb(18, 110, 189);
    background: linear-gradient(0deg, rgba(18, 110, 189, 1) 0%, rgba(0, 212, 255, 0) 100%);
    padding: 20px;
    z-index: 9 !important;
    color: #fff;
}

/** Top Chatters **/
ul.top-chatters {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}

ul.top-chatters li {
    display: block;
    width: 99%;
    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;
    margin-bottom: 5px;
    background: #aa0072 !important;
    -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: #aa0072 url('../img/loveandjam_top1.gif') center center !important;
}

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: 10px;
    border: 4px solid rgba(0, 0, 0, 0.2);
}

.top-chatters-info {
    padding: 0;
    position: relative;
}

.top-chatters li h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 15px;
    position: relative;
    z-index: 9 !important;
    margin-top: 7px;
}

.top-chatters li span {
    width: 100%;
    display: block;
    margin-left: 10px;
    position: relative;
    z-index: 9 !important;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
}

.top-chatters-name {
    color: #eeeeee;
    font-size: 16px;
    font-family: 'Roboto Condensed';
}

.top-chatters-rank {
    font-size: 12px;
}

.top-chatters::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    background-color: transparent;
}

.top-chatters::-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;
}

.top-chatters::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    border: 5px solid rgba(255, 255, 255, 0);
    background-clip: content-box;
    background-color: #c7c7c7;
}

/** Online Users **/
ul.online-user {
    list-style-type: none;
    width: 100%;
    height: 519px;
    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: rgb(0, 0, 0);
    background: linear-gradient(199deg, rgba(0, 0, 0, 0.8) 40%, rgba(212, 0, 143, 0.7) 100%);
}


.online-user li:last-child {
    margin-bottom: 0px;
}

.online-user .ol-thumb {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 7px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
}

.online-user h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 5px;
    padding-top: -7px !important;
    margin-top: 10px;
}

.online-user li span {
    width: 100%;
    line-height: 12px;
    font-size: 11px;
    color: #fff;
    padding: 3px 7px;
    background: #dc3545;
    border-radius: 5px;
}

.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;
}

/** Marquee Slider **/
:root {
    --marquee-width: 100%;
    --marquee-height: 320px;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: 320px;
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: 100%;
    height: 320px;
    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:before {
    left: 0;
    background: linear-gradient(to right, #09325e 10%,  transparent 100%);
}
.marquee:after {
    right: 0;
    background: linear-gradient(to left, #09325e 10%,  transparent 100%);
}
*/
.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;
    padding-right: 10px;
}

.marquee-content li img {
    width: 100%;
    height: 320px;
    margin-right: 10px;
    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: 350px !important;
        margin-top: 50px !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;
    }

    .logo {
        width: 400px !important;
        margin-top: 30px !important;
    }

}

/** MadGuyGFX Player **/
.player_bott {
    height: 70px;
    width: 100%;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 90%);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#album_bg {
    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 !important;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.sticky-player {
    background: url('../img/player_bg.gif?r=100.1') no-repeat center top;
    width: 290px;
    padding: 10px;
    border-radius: 10px;
    position: fixed;
    left: 10px;
    bottom: 10px;
}

.player-box {
    position: relative;
}

.song-details {
    height: 120px;

}

.trans-cover {
    background: -moz-linear-gradient(left, rgba(25, 158, 181, 1) 15%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(25, 158, 181, 1) 15%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(25, 158, 181, 1) 15%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    z-index: 999 !important;
    left: 0;
    width: 120px;
    height: 120px;
}

img#albumCover {
    padding: 10px;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 10px !important;
}

.album-box {
    padding-left: 15px;
    position: relative;
}

.song-info {
    background: rgba(25, 158, 181, 1);
    height: 100%;
    padding: 15px;
    border-radius: 10px;
}

.song-artist {
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins' !important;
    margin-top: 20px;
}

.song-title {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins' !important;
    display: inherit !important;
}

.listener-badge {
    margin-left: 10px;
    position: absolute;
    padding: 2px 6px !important;
    font-size: 12px !important;
    color: #fff;
    border-radius: 4px;
    font-weight: bolder;
    text-shadow: 1px 1px 5px rgb(0 0 0);
    background: #000;
    left: 0;
}

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 2;
}

/* ---- 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;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}