:root {
    --light: 80;
    /* the threshold at which colors are considered "light." Range: integers from 0 to 100, recommended 50 - 70 */
    --threshold: 60;
}  

html {
    height: 100%;
    margin: 0 !important;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
}

body {
    overflow: hidden;
    height: 100%;
    margin: 0 !important;
    background-color:#000000 !important;
    background: url("../images/layer.jpg") no-repeat center center fixed;
    background-blend-mode: screen;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contentTable {
    z-index: 999;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2 !important;
    font: 400 15px/1.8 "Lato", sans-serif !important;
}

.contentRow {
    display: table-row;
    vertical-align: middle !important;
}

.playerContent {
    background-color: rgba(255, 255, 255, .0);
    background-image: url("../images/player.png");
    height: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 340px;
    height: 390px;
}

.playerContentTop {
    padding-top: 45px;
    padding-left: 38px;
    display: table;
}
.playerContentTopCell {
    display: table-cell;
    height: 30px;
    vertical-align: middle !important;
}

.playerContentMiddle {
    padding-top: 10px;
    padding-left: 38px;
}

.playerContentBottom {
    padding-top: 50px;
    padding-left: 38px;
}

.playerPlayButton {
    background-color: #33251E !important;
    border: 1px solid #705D4E !important;
    height: 24px !important;
    width: 35px !important;
}
.btn-primary:focus,.btn-primary:active {
    outline: none !important;
    box-shadow: none !important;
 }
.btn {
     padding: 0rem 0.75rem !important;
 }

.playerProgress {
    margin-left: 5px;
    margin-right: 5px;
    color: #33251E !important;
    font-size: .8em;
    line-height: 1.5em;
    text-indent: .5em;
    width: 155px;
    margin-top: 2px !important;
    height: 24px;
    border: 1px solid #705D4E !important;
    background: #705D4E !important;
    white-space: nowrap !important;
}
.progress-bar {
    background-color: #33251E !important;
    transition: none !important;
    text-align: left !important;
}

progress::-moz-progress-bar {
    background: #705D4E;
}

progress::-webkit-progress-bar {
    background: #C7B6A3;
}

progress::-webkit-progress-value {
    background: #705D4E;
}

.playerVolume {
    -webkit-appearance: none;
    vertical-align: middle !important;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #C7B6A3 !important;
    outline: none;
    opacity: 0.7;
    width: 70px;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.playerVolume::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #33251E !important;
    cursor: pointer;
}

.playerVolume::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #33251E;
    cursor: pointer;
}

.playlist {
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    list-style: none;
    padding-bottom: 20px;
}

.playlist-item {
    background: transparent !important;
    border-color: transparent !important;
    border: 0px !important;
}

.playlist-item.active {
    background: transparent !important;
    border-color: transparent !important;
    border: 0px !important;
    color: blue !important;
}

.playlist li a {
    text-decoration: none;
    --switch: calc((var(--light) - var(--threshold)) * -100%);
    color: hsl(0, 0%, var(--switch)) !important;       
}

.playlist .current-song a {
    color: blue;
}

ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 5px;
    padding-right: 40px;
}


.rahmobli {
    position: absolute;
    width: 1965px;
    height: 140px;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background: url("../images/rahmobli.png");
    margin:0 auto !important;
    top: 0;
    left: 0;
    bottom: 0;
}
.rahmobli img {
    display: block;
}

.rahmunre {
    position: absolute;
    width: 1965px;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: bottom !important;
    background: url("../images/rahmunre.png");
    margin:0 auto !important;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 281px;
}
.rahmunre img {
    display: block;
}

.rahmunli {
    position: absolute;
    height: 1965px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left !important;
    background: url("../images/rahmunli.png");
    margin:0 auto !important;
    left: 0;
    right: 0;
    bottom: 0;
}

.rahmunli {
    position: absolute;
    height: 1965px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left !important;
    background: url("../images/rahmunli.png");
    margin:0 auto !important;
    left: 0;
    right: 0;
    bottom: 0;
}
.rahmunli img {
    display: block;
}

.rahmobre {
    position: absolute;
    height: 1965px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: right !important;
    background: url("../images/rahmobre.png");
    margin:0 auto !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.rahmobre img {
    display: block;
}

.switchOff {
    z-index: -20;
    position: absolute;
    right: 150px;
    bottom: 150px;
    display: none;
}

.switchOn {
    z-index: -20;
    position: absolute;
    right: 150px;
    bottom: 150px;
}

.rotator {
    position: absolute;
    top: -100%;
    left: 50%;
    width: 10000px;
    height: 10000px;
    margin:-5000px 0 0 -5000px;
    -webkit-animation:spin 9.375s steps(25) infinite;
    -moz-animation:spin 9.375s steps(25) infinite;
    animation:spin 9.375s steps(25) infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(-1440deg);  transform:rotateZ(-1440deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-1440deg);  transform:rotateZ(-1440deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-1440deg); transform:rotateZ(-1440deg); } }

.rotator2 {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2651px;
    height: 2651px;
    margin:-1325px 0 0 -1325px;
    -webkit-animation:spin2 80s linear infinite;
    -moz-animation:spin2 80s linear infinite;
    animation:spin2 80s linear infinite;
    opacity: 0.5;
}
@-moz-keyframes spin2 { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin2 { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



.fogContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fogImage {
    position: absolute;
    height: 100vh;
    width: 300vw;
}

.fogImageFlash {
    background: url("../images/flash.png");
    background: url("../images/flash.png"), linear-gradient(1deg, #000000, rgb(255, 255, 206));
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    opacity: 0.5;
    animation: blink 15s linear infinite, marquee 5s ease-in-out infinite, AnimationName 30s ease-in-out infinite;
}

.fogImageFirst {
    background: url("../images/seamless2.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    animation: marquee 1400s linear infinite;
}

.fogImageSecond {
    background: url("../images/seamless3.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    animation: marquee 800s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-200vw, 0, 0);
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    1% {
        opacity: .1;
    }
    2% {
        opacity: 0.05;
    }
    40% {
        opacity: 0;
    }
    41% {
        opacity: .2;
    }
    42% {
        opacity: 0.05;
    }
    43% {
        opacity: .1;
    }
    44% {
        opacity: 0.009;
    }
    57% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: .2;
    }
    91% {
        opacity: .0;
    }
    92% {
        opacity: .1;
    }
    93% {
        opacity: 0.04;
    }
    97% {
        opacity: 0.07;
    }
    98% {
        opacity: .2;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 43% 0%
    }
    50% {
        background-position: 58% 100%
    }
    100% {
        background-position: 43% 0%
    }
}

.progress .bar {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}​