:root {
    --textabout: #80786b;
    --beige01: #e0d9c5;
    --beige02: #80786b;
    --green01: #233917;
    --Blue: #00acec;
    --Fuchia: #ef23bc;
    --Yellow: #faef00;
    --ColdGrey: #59656f;
    --DarkGrey: #333;
    --DarkPurple01: #201325;
    --mainFont: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}


body {
    font-family: var(--mainFont); /* "Roboto", Helvetica, Arial, sans-serif; */
    font-size: 16px;
    line-height: 1.42857143;
    color: var(--textabout);
    background-color: #e0d9c5 !important;
}

h1 {
    border-bottom: 1px solid #d9d9d9;
}

h2 {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

h2:before {
    content: '\2192';
    position: absolute;
    left: -20px;
    font-size: 0.9em;
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover, a:active, a:visited {
    color: #fff;
    text-decoration: none;
}

#photos .MBR-photos__text {
    text-align: center;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    margin-bottom: 40px;
}

.callback,
.simple,
.offset {
    font-size: 20px;
    background: #27ae60;
    padding: 0.5em 0.7em;
    color: #ecf0f1;
    margin-bottom: 50px;
    -webkit-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
}

.offset {
    margin-bottom: 10px;
}

.callback {
    cursor: pointer;
}

.ended {
    background: #c0392b;
}

.styled {
    margin-bottom: 50px;
}

.mbr-section__container--isolated {
    padding-bottom: 72px;
    padding-top: 72px;
}

.mbr-header__text {
    text-transform: uppercase;
}

.styled div {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-left: 15px !important;
    font-size: 54px;
    line-height: 80px;
    text-align: center;
    color: #f9f1e9;
    font-weight: 900;
    background: var(--Fuchia);
    /* text-shadow: 1px 1px rgba(0, 0, 0, 0.03), 2px 2px rgba(0, 0, 0, 0.06), 3px 3px rgba(0, 0, 0, 0.025), 4px 4px rgba(0, 0, 0, 0.02), 5px 5px rgba(0, 0, 0, 0.035), 6px 6px rgba(0, 0, 0, 0.03), 7px 6px rgba(0, 0, 0, 0.03), 8px 8px rgba(0, 0, 0, 0.03), 9px 8px rgba(0, 0, 0, 0.03), 10px 10px rgba(0, 0, 0, 0.03), 11px 11px rgba(0, 0, 0, 0.03), 12px 12px rgba(0, 0, 0, 0.03), 13px 13px rgba(0, 0, 0, 0.03), 14px 14px rgba(0, 0, 0, 0.03), 15px 15px rgba(0, 0, 0, 0.03), 16px 16px rgba(0, 0, 0, 0.03), 17px 17px rgba(0, 0, 0, 0.03), 18px 18px rgba(0, 0, 0, 0.03), 19px 19px rgba(0, 0, 0, 0.03), 20px 20px rgba(0, 0, 0, 0.03), 21px 21px rgba(0, 0, 0, 0.03), 22px 22px rgba(0, 0, 0, 0.03), 23px 23px rgba(0, 0, 0, 0.03); */
    /* #a46ed6;*/
    /*rgb(29, 22, 119);/*rgba(218, 94, 75, 0.41);*/
    /*
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #da5e4b;
*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin: 4px;
}


/* IE7 inline-block hack */

*+html .styled div {
    display: inline;
    zoom: 1;
}

.styled div:first-child {
    margin-left: 0;
}

.styled div span {
    color: #f0bfb3;
    display: block;
    /*
  border-top: 1px solid #cecece;
  padding-top: 3px;
*/
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    text-transform: uppercase;
    text-align: right;
    margin-top: -20px;
    margin-left: 10px;
    margin-right: 20px;
}

.counter {
    text-align: center;
    display: inline-block;
    width: auto;
    bottom: 10px;
    padding: 0 20px;
}

.mbr-arrow {
    bottom: 40px !important;
}

.mbr-arrow__link {
    margin-top: 20px !important;
}


/*  SOCIAL ICONS ADJUSTMENT */

.mbr-social-icons__icon {
    border-radius: 6px;
    height: 50px;
    width: 50px;
}

.socicon-bg-instagram {
    background: rgba(255, 255, 255, 0);
    /*#9c7c6e; */
}

.socicon-bg-youtube {
    background: rgba(255, 255, 255, 0);
    /*#e02a20;*/
}

.socicon-bg-facebook {
    background: rgba(255, 255, 255, 0);
    /*#3e5b98; */
}
.socicon-bg-whatsapp {
    background: rgba(255, 255, 255, 0);
}

.mbr-social-icons--style-1 .mbr-social-icons__icon:hover {
    background: var(--Fuchia) !important;
}


.social-block {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.social-block a {
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.social-block a:hover {
    background-color: var(--Fuchia)!important;
    opacity: 1;
}

.social-item {
    margin: 0 .5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
}

.contact .social-block {
    margin-top: 2rem;
}

.social-block .social-white {
    height: 1rem;
    width: 1rem;
}

.social-white {
    background-color: white;
    opacity: .5;
    width: 20px;
    height: 20px;
    display: block;
}

.social-white-navopen {
    background-color: #80786b;
    width: 20px;
    height: 20px;
    display: block;
    padding: 0!important;
}

.social-grey {
    background-color: var(--ColdGrey)!important;
    width: 20px;
    height: 20px;
    display: block;
    padding: 0!important;
}

.facebook {
    -webkit-mask-image: url(/assets/images/icon-soc-facebook.svg);
    mask-image: url(/assets/images/icon-soc-facebook.svg);
    background-size: contain;
}

.instagram {
    -webkit-mask-image: url(/assets/images/icon-soc-instagram.svg);
    mask-image: url(/assets/images/icon-soc-instagram.svg);
    background-size: contain;
}

.google {
    -webkit-mask-image: url(/assets/images/icon-soc-google.svg);
    mask-image: url(/assets/images/icon-soc-google.svg);
    background-size: contain;
}

.linkedin {
    -webkit-mask-image: url(/assets/images/icon-soc-linkedin.svg);
    mask-image: url(/assets/images/icon-soc-linkedin.svg);
    background-size: contain;
}

.pinterest {
    -webkit-mask-image: url(/assets/images/icon-soc-pinterest.svg);
    mask-image: url(/assets/images/icon-soc-pinterest.svg);
    background-size: contain;
}

.whatsapp {
    -webkit-mask-image: url(/assets/images/icon-soc-whatsapp.svg);
    mask-image: url(/assets/images/icon-soc-whatsapp.svg);
    background-size: contain;
}

/*  END SOCIAL ICONS ADJUSTMENT */

/*  START HERO IMAGE */
#header1-6 {
    background-image: url(/assets/images/hero-1920x1080-29032022.webp);
} 
#deejays {
  background-image: url(/assets/images/deejays-1920x1080.webp);
} 


/*  END HERO IMAGE */

/*  YOUTUBE PLAYER IMAGE */

.youtubeplayer {
	width: 100%;
}

#thevideo,
#thevideo2 {
	width: 100%;
	height: 100%;
	margin: auto;
}

.mbr-embedded-video {
	margin: auto !important;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
}

.popupcenter {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.popup,
.popup2 {
	text-align: center;
	margin: auto;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	position: fixed;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	cursor: pointer;
	transition: opacity 400ms ease-in-out;
	opacity: 0;
}

.popup.active {
	opacity: 1;
	overflow-y: auto;
	pointer-events: initial;
	transition: opacity 800ms ease-in-out;
}

.popup .closebtn {
	/*    font-family: icons;*/
	font-size: 22px;
	color: #fff;
	position: absolute;
	z-index: 10000;
	top: 5px;
	width: 100px;
	right: 0px;
	-webkit-transition: color .1s ease-out;
	-moz-transition: color .1s ease-out;
	-o-transition: color .1s ease-out;
	transition: color .1s ease-out
}

.popup .closebtn:hover {
	color: #05c3f9
}

.playvideo,
.playvideo2 {
	/*	position: relative;*/
	/*
	background-image: url(../images/youtubebtn_1280.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
*/
	fill: white;
	/* margin: auto; */
	padding-top: 2%;
	width: 100%;
	height: 100%;
	opacity: .5;
}

.fullscreen-bg,
.fullscreen-bg2,
.fullscreen-bg3{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}

.fullscreen-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 130%;
	height: 100%;
}

@media (min-aspect-ratio: 16/9) {
	.fullscreen-bg__video {
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 16/9) {
	.fullscreen-bg__video {
		width: 300%;
		left: -100%;
	}
}
@media (max-aspect-ratio: 9/16) {
	.fullscreen-bg__video {
		width: 550%;
		left: -175%;
	}
}

@media (max-width: 767px) {
	.fullscreen-bg {
		background: url('../images/after2017_bg_1280.jpg') center center / cover no-repeat;
	}
	.fullscreen-bg2 {
		background: url('../images/experience_bg_1280.jpg') center center / cover no-repeat;
	}
	.fullscreen-bg3 {
		background: url('../images/promo_bg_1280.jpg') center center / cover no-repeat;
	}
	.fullscreen-bg__video {
		/* display: none; */
	}
}
/*  END YOUTUBE PLAYER IMAGE    */


/*  PRELOADER 1*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #145289;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}


/* Preloader */


/* PACE PRELOADER */

.preloader {
    position: fixed;
    z-index: 8000;
    background: #e0d9c5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: var(--Fuchia);
    position: fixed;
    z-index: 9000;
    top: 50%;
    right: 100%;
    width: 100%;
    height: 3px;
}

.sparisci {
    top: -100vh;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}


/* END PACE PRELOADER */

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/loading.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}


/*  END PRELOADER */


/*mouse scroll indicator icon*/


/*  MOUSSE ICON */

.mouse-icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid;
    border-radius: 25px !important;
    /*bottom: 50px;*/
    height: 32px;
    left: 0;
    margin: 0 auto;
    /*    position: absolute;*/
    right: 0;
    width: 20px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.mouse-icon:hover {
    opacity: 0.3 !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.mouse-icon .wheel {
    -webkit-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    -moz-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    -o-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    border-radius: 50%;
    height: 12px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    right: 0;
    width: 6px;
    background-color: #ccbfad;
}

@-moz-keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}

@-webkit-keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}

@-o-keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}

@keyframes magic-mouse-icon {
    0% {
        margin-top: 6px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 18px;
        opacity: 0;
    }
}


/*  END MOUSSE ICON */


/*  PARALLAX  */

.parallaks {
    text-align: center;
    display: block;
    /*    position: relative;*/
    width: 100% !important;
    /*  height: 100% !important;*/
    /*  margin: 0 auto;*/
    /*  padding: 0;*/
    /*  overflow: hidden;*/
}

.parallaks ul {
    margin: 0 !important;
}

.scene {
    z-index: 999;
}

.layer {
    width: 100% !important;
    /*  height: 100% !important;*/
}


/*

.layer img {
  -ms-transform: scale(0.5, 0.5);
   IE 9
  -webkit-transform: scale(0.5, 0.5);
   Safari
  transform: scale(0.7, 0.7);
}
*/

.amf16_logo {
    z-index: 1000 !important;
    display: block;
    position: absolute;
    top: 330px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.amf16_logo img {
    width: 600px;
}

.bubble.one {
    position: absolute;
    left: 100px;
    top: 290px;
}

.bubble.two {
    position: absolute;
    right: 300px;
    top: 200px;
}

.bubble.three {
    position: absolute;
    left: 152px;
    top: 0px;
}

.bubble.four {
    position: absolute;
    right: 10px;
    top: 250px;
}

.bubble.five {
    position: absolute;
    top: 700px;
    right: 400px;
}

.bubble.six {
    position: absolute;
    right: 320px;
    top: 350px;
}


/*  END PARALLAX  */

.ticketsnow img {
    height: 35px;
    margin: 0 0 8px 0;
}

.mbr-figure iframe,
.mbr-figure__img,
.mbr-figure__map {
    max-width: 50%;
}

.mbr-figure {
    overflow: visible !important;
}

.mbr-section__col {
    overflow: visible;
}

.deejay_image {
    margin: 10px 0 0 -10% !important;
    text-align: center !important;
    width: 120% !important;
}


/*  HEADER BODY TEKST */

h4,
.h4 {
    font-size: 20px;
    color: var(--Fuchia);
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}


/*  END HEADER BODY TESKT */


/*  AANPASSEN BG MENU */

.mbr-navbar--collapsed .mbr-navbar__menu {
    background: #e0d9c5 !important;
    /*rgba(0, 0, 0, 0.9);*/
}


/*  HAMBURGER MENU NORMAL / HOVER */

#ext_menu-7 .mbr-navbar__hamburger {
    color: var(--Fuchia);
    /*#fff*/
}

.mbr-navbar--freeze.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__hamburger,
.mbr-navbar--freeze.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__hamburger:hover {
    color: var(--Fuchia)!important;
}

.mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link:hover {
    color: #204705 !important;
    /*#fff*/
}


/*   HAMBURGER BACKDROP */

#ext_menu-7.mbr-navbar--stuck .mbr-navbar__section {
    background: rgba(203, 50, 85, 0) !important;
    ;
}

.mbr-navbar--stuck .mbr-navbar__section,
.mbr-navbar--relative .mbr-navbar__section {
    background: #e0d9c5 !important;
}


/*  END AANPASSEN BG MENU */


/*  START MOBILE QUERIES  */

@media (max-width: 1380px) {
    .ticketsnow img {
        height: 35px;
        margin: 0 0 8px 0;
    }
    .styled {
        margin-bottom: 90px;
    }
    .styled div {
        width: 120px;
        height: 120px;
        margin-left: 5px !important;
        font-size: 80px;
        font-weight: 900;
        line-height: 1.4 !important;
    }
    .styled div span {
        font-size: 16px;
        line-height: 0;
        margin-top: -9px;
        margin-left: 10px;
        margin-right: 18px;
    }
    .mbr-arrow {
        bottom: 10px !important;
    }
}


/*   EDIT MAIN COLUM STYLES */

.mbr-section__col {
    overflow: hidden;
    /* margin: 0 10px 0 10px; */
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 72px;
}

.mbr-section__row {
    margin-left: -44px;
    margin-right: -44px;
}


/*  END CUSTOM COLUMN STYLES  */

@media (max-width: 1024px) {
    .ticketsnow img {
        height: 60px;
        margin: 20px 0 8px 0;
    }
    .amf16_logo {
        top: 320px !important;
    }
    .amf16_logo img {
        width: 450px !important;
    }
    .mbr-arrow {
        bottom: 20px !important;
    }
    .col-xs-12 {
        width: 80%;
        margin-left: 1%;
        margin-bottom: 5%;
    }
}

@media (max-width: 768px) {
    .ticketsnow img {
        height: 35px;
        margin: 0 0 8px 0;
    }
    .amf16_logo {
        top: 520px !important;
    }
    .amf16_logo img {
        width: 550px !important;
    }
    .styled {
        margin-bottom: 90px;
    }
    .styled div {
        width: 120px;
        height: 120px;
        margin-left: 5px !important;
        font-size: 80px;
        font-weight: 900;
        line-height: 1.4 !important;
    }
    .styled div span {
        font-size: 16px;
        line-height: 0;
        margin-top: -9px;
        margin-left: 10px;
        margin-right: 18px;
    }
    .mbr-arrow {
        bottom: 40px !important;
    }
}

/* @media (min-width:768px) {
    .col-sm-4 {
        width: 31%;
    }
} */

@media (max-width: 667px) {
    .styled {
        margin-bottom: 0px;
    }
    .styled div {
        width: 50px;
        height: 50px;
        margin-left: 5px !important;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.4 !important;
    }
    .styled div span {
        text-align: right !important;
        margin-top: -14px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .mbr-arrow {
        /*    bottom: 0px !important;*/
    }
}

@media screen and (min-width: 100px) and (max-width: 480px) {
    .mbr-section__col {
        padding-top: 24px;
    }
    #header1-6  {
        background-image: url(/assets/images/hero-1080x1920-16032022.webp);
    }
  #deejays  {
      background-image: url(/assets/images/deejays-1080x1920.webp);
  }
  #maindeejay  {
      content: url(/assets/images/deejays/afrobros2.webp);
  }
  #deejays #deejay_container{
    padding: 100px 0 !important;
  }
  #deejays .col-sm-4 img {
    width: 50%;
    float: left;
  }
}
@media (max-width: 480px) {
    .ticketsnow img {
        height: 40px;
        margin: 0px 0 8px 0;
    }
    .styled {
        margin-bottom: 20px;
    }
    .styled div {
        width: 50px;
        height: 50px;
        margin-left: 5px !important;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.4 !important;
    }
    .styled div span {
        font-size: 10px;
        line-height: 1.5;
        text-align: right !important;
        margin-top: -9px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .mbr-arrow {
        bottom: 10px !important;
    }
    .col-xs-12 {
        margin-left: 10%;
    }
    .mbr-navbar--collapsed .mbr-navbar__menu {
        height: 200% !important;
    }
}

@media (max-width: 375px) {
    .ticketsnow img {
        height: 60px;
        margin: 20px 0 8px 0;
    }
    .styled {
        margin-bottom: 5px;
    }
    .styled div {
        width: 60px;
        height: 60px;
        margin-left: 8px !important;
        font-size: 36px;
        font-weight: 900;
        line-height: 1.4 !important;
    }
    .mbr-arrow {
        bottom: 30px !important;
    }
}

@media (max-width: 320px) {
    .sparisci {
        top: -200vh;
    }
    .ticketsnow img {
        height: 60px;
        margin: 20px 0 8px 0;
    }
    .styled {
        margin-bottom: 5px;
    }
    .styled div {
        width: 50px;
        height: 50px;
        margin-left: 5px !important;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.4 !important;
    }
    .mbr-arrow {
        bottom: 30px !important;
    }
}
