.fullscreen {
    display: none;
    z-index: 4000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}

#preloader {
    background-color: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    width: 200px;
    height: 100px
}

@font-face {
    font-family: futurabold;
    src: url(../fonts/FuturaPTExtraBold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: futuralight;
    src: url(../fonts/FuturaPTLight.eot);
    src: url(../fonts/FuturaPTLight.otf) format("opentype"), url(../fonts/FuturaPTLight.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

#datepicker {
    width: 180px;
    margin: 0 0 20px 0
}

#datepicker>span:hover {
    cursor: pointer
}

 
body,
html {
    margin: 0;
    padding: 0;
}

body {
    font-family: futuralight, Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 1.15em;
    background-color: #000;
    letter-spacing: .1em
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

h6 {
    font-size: 1.3rem
}

.h6 ul {
    list-style-type: none
}

.h6 ul li {
    padding-top: 6px;
    padding-bottom: 6px
}

h2 {
    font-family: futurabold
}

.btn-close {
    background-color: #fff;
    color: #000
}

.flex{
    display: flex;
} 
.items-center{
    align-items: center;
} 

.gap{
    gap: 12px
}
.modal-content {
    background-color: #000
}

#Aminek-gigs {
    padding-top: 40px;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: .6em;
    background-repeat: no-repeat;
    background-position: top
}

.jumbotron {
    background-color: #000;
    color: #fff;
    border-radius: 0!important;
    margin-bottom: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
    letter-spacing: .18rem
}

header {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

header {
    overflow: hidden
}

.centered {
    height: 300px;
    left: 50%;
    margin-top: -180px;
    margin-left: -148px;
    position: absolute;
    top: 50%;
    width: 295px
}

.masthead::before {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.masthead {
    height: 100vh;
    min-height: 500px
}

#zacknavbar {
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}

.masthead2 {
    height: 100vh;
    min-height: 500px
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.svg)
}

.navbar-light .navbar-toggler {
    border-style: hidden
}

.event-item {
    display: none
}

.menubtn {
    width: 50px
}

.eventslisting {
    background: linear-gradient(to top, #000, #000)
}

#Events {
    background: rgba(8, 8, 8, .3)
}

#soundcloudcontainer {
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding-bottom: 4em
}

#BEATPORT {
    text-align: center;
    background: rgba(0, 0, 0, .3)
}

#SOUNDCLOUD {
    background: rgba(0, 0, 0, .3)
}

#MOROKOLOKO {
    background-image: url(../images/morokolokoblack.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    color: #fff
}

#CNN {
    position: relative;
    color: #fff;
    padding-bottom: 4em
}

.countryimage {
    width: 30px;
    height: 22px
}

.cnntitle::after {
    content: '';
    border-bottom: 3px solid #fff;
    width: 2em;
    height: .8em;
    display: block;
    margin: 0 auto
}

#BIOGRAPHY {
    background-color: #000;
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 4em
}

#CLUBLISTING {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/aminek-1-1024.jpg);
    background-repeat: no-repeat;
    color: #fff;
    padding-bottom: 4em
}

.aminek {
    background-repeat: no-repeat;
    background-color: #000
}

.gig {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    margin: .3em .3em .3em .3em;
    background-color: rgb(30, 30, 30, .4)
}

.btnmore {
    color: #fff;
    margin-bottom: 10px
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 700
}

.navbar-light .navbar-nav .nav-link.active {
    color: #109898
}

.gigmonth {
    color: #29fcff
}

.underlineblack::after {
    content: '';
    border-bottom: 6px solid #000;
    width: 2em;
    display: block
}

.underlinewhite::after {
    content: '';
    border-bottom: 3px solid #fff;
    width: 1em;
    height: .8em;
    display: block;
    margin: 0 auto
}

.gigdate {
    display: flex;
    align-items: center;
    padding: .5em;
    background-color: rgb(40, 40, 40, .4)
}

.giginfo {
    padding: .5em
}

#eventsmodal {
    display: none
}

.biotext {
    padding: 2em;
    background-color: rgb(0, 0, 0, .4)
}

.arrows {
    width: 60px;
    height: 72px
}

.g-box-full,
.g-flex-row-centered,
.m-enabled,
.mobilePrestitial {
    display: none
}

.row>.h5 {
    color: #fff;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-weight: 700
}

.flex-center>i:hover {
    cursor: pointer
}

.arrows path {
    stroke: #0ff;
    fill: transparent;
    stroke-width: 2px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite
}

@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

.arrows path.a2 {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s
}

.flex-center {
    width: 100%;
    min-height: 1vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.fa-beatport {
    color: #a8df0f
}

.fa-beatport:hover {
    color: #a8df0f
}

.fa-instagram {
    color: #c5286d
}

.fa-instagram:hover {
    color: #c5286d
}

.navbar-toggler-icon:focus,
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none
}

.fa-soundcloud {
    color: #f50
}

.fa-soundcloud:hover {
    color: #f50
}

.fa-facebook {
    color: #4c64a1
}

.fa-facebook:hover {
    color: #4c64a1
}

.fa-spotify {
    color: #1ed760
}

.fa-spotify:hover {
    color: #1ed760
}

.icon-3d {
    width: 3rem;
    margin: 8px
}

.socialmenu {
    display: block
}

.scroll {
    cursor: pointer
}

a {
    color: inherit;
    text-decoration: none
}

.style-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #fff
}

.style-scroll::-webkit-scrollbar {
    width: 12px;
    background-color: #000
}

.style-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: linear-gradient(#30cfcf, #30cfcf, #30cfcf)
}

.block {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    background: rgba(0, 0, 0, .6);
    height: 100vh
}

td {
    white-space: nowrap
}

.blockcenter {
    /*white-space: nowrap;*/
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10vw;
    color: #fff;
    font-weight: 400
}

.block h2 {
   /* white-space: nowrap;*/
    font-size: 2rem;
    color: #fff
}

.imgshadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 10px 10px #000;
    top: 0;
    left: 0
}

.img-parallax {
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate(-50%, 0);
    pointer-events: none
}


/* FOR PLAYER */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);



input[type="checkbox"] {
    visibility: hidden;
    margin: 0;
    padding: 0;
    z-index: 10;
}



audio {
    visibility: hidden;
    position: absolute;
}

#zackplayer {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.2em;
    background: #000000f8
}

label.main:before {
    position: absolute;
    top: 23px;
    left: 23px;
    font-family: FontAwesome;
    content: "\f0c9";
    color: black;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease-in;
}

label.main:hover:before {
    color: #bbb;
}


label.zmr:before {
    font-family: FontAwesome;
    content: "\f07a";
    /* color: #ffffff;*/

    line-height: 15px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.15s linear;
}



#zackplayer .zplayer {
    z-index: 9999;
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
    /* line-height: 26px; */
    /* margin: 0 auto; */
    text-align: right;
    /* width: 50%; */
    height: 35px;
    border-spacing: 0;
    /* margin-top: 0.4em; */

}

table.zlist {
    overflow-x: scroll; 
    margin-bottom: 3em;
    width: 100%;
    color: #f0e8e8;
    background-color: #000000;
    border-collapse: separate;
    border-spacing: 0 1em;
}



.zlist {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.3s ease-in;
}

.changed:before {
    content: "\f04c";
    transition: all 0.15s linear;
}

.backward:before {
    content: "\f04a";
    cursor: pointer;
    transition: all 0.15s linear;
}

.play:before {
    content: "\f04b";
    cursor: pointer;
    transition: all 0.15s linear;
}

.forward:before {
    content: "\f04e";
    cursor: pointer;
    transition: all 0.15s linear;
}

.backward:hover:before {
    color: #bbb;
    transition: all 0.15s linear;
}

.play:hover:before {
    color: #bbb;
    transition: all 0.15s linear;
}

.forward:hover:before {
    color: #bbb;
    transition: all 0.15s linear;
}





.changeToPlay:before {
    content: "\f04c";
    transition: all 0.15s linear;
}


.track {

    margin: 0 auto;
    position: relative;
}


.songinfo div {
    color: rgb(255, 255, 255);
    width: 70%;
    font-size: 13px;
    font-weight: bold;

}

.progress {
    margin: 0 auto;
    width: 98%;
}



.progress:hover {
    cursor: pointer;
}

tr.song {
    margin: 5px;
}

tr.song td {

    padding: 0.2em;
}


tr.song:hover {
    cursor: pointer;
    background-color: #1f3c1d;

}


.progress-bar {
    background-color:rgb(73, 182, 32);

}

.trackselected {
    /*background-image: url(images/audio.svg);*/
    background-size: cover;
    background-color: #1f3c1d;

}





.songtime {
    display: none;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -12px;
    left: 50%;
    background-color: rgb(0, 0, 0);
    transform: translateX(-50%);

}

.buyplayer {
    color: white;
    font-weight: 800;
    position: absolute;
    top: 0%;
    right: 0%;
}



tr.song td:first-child {
    width: 10px;
    background-color: rgb(73, 182, 32);
    text-align: center;

}

tr.song td span.title {
    font-size: 25px;
}


.buylink {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

.controllers {
    width: 100%;
}

#top10modal{
     text-align: center;
    position: absolute;
    right: 0;
    margin-right: 15px;
    top: -10px;
    font-size: 12px;
    color: white;
    cursor: pointer;

    /*transform: translateX(-50%);*/
}


#top10modal:hover{
     
   color: rgb(73, 182, 32);
  
   /*transform: translateX(-50%);*/
}
#top10modal span svg{
    display: none;
}
.tracklist{
    overflow-y: scroll;
    height: 72vh;
}



.modal-open {
    overflow: scroll;
    overflow-x: hidden; 
    
    padding-right:0 !important;
}

hr{
    height: 4px;
    background-color: rgb(21, 20, 20);
}

a{
    font-weight: bold;
  
}

a:hover{
    color: inherit;
}

.zakaria{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
      margin: auto;
}

table{
    margin: auto;
}
.modal-header{
    border-bottom: 0px;
}