/* CSS Made by Cross Internetmarketing */
*, *:before, *:after{
	box-sizing: border-box;
}

body{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	background: #000;
	color:#f2f2f2;
}

/* DEFAULT CSS */
a{
	text-decoration: underline;
	color: #f22162;
}

::selection {
  background: #9ec439;
  color:#fff;
}
::-moz-selection {
  background: #9ec439;
  color:#fff;
}

#sanderTwitterPhoto{
	background: url("../images/socialphoto/vbphoto.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0) !important;
}

.hidden{
	opacity:0;
}

.smallTitle{
	float:left;
	width:100%;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 21px;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}

.fullContainer{
	float:left;
	width:100%;
}

.textPage{
	padding:20px 0;
}

.container{
	width:100%;
	padding: 0 30px;
	max-width:1200px;
	margin: 0 auto;
}

.container.textBlock{
	max-width:1000px;
}

.title{
	color: #fff;
	text-transform:uppercase;
	font-size: 45px;
	line-height: 45px;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
	float:left;
	width:100%;
	text-align:center;
	margin: 0 0 40px 0;
}

.greenButton{
	color: #fff;
	float:left;
	text-align:center;
	width:100%;
	text-decoration:none;
	padding: 5px 0;
	background: #9ec439;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 20px;
	font-family: 'Open sans condensed', sans-serif;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.greenButton:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	background: #AED640;
}

.greenButton:active{
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	background: #7C992C;
}

.blueButton{
	color: #fff;
	float:left;
	text-align:center;
	width:100%;
	text-decoration:none;
	padding: 5px 0;
	background: #aaa;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 20px;
	font-family: 'Open sans condensed', sans-serif;
}

.blueButton:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	background: #bbb;
}

.blueButton:active{
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	background: #999;
}

.svdButton{
	color: #fff;
	float:left;
	text-align:center;
	width:100%;
	text-decoration:none;
	padding: 5px 0;
	background: #e31513;
	font-weight: bold;
	text-transform:uppercase;
	font-size: 20px;
	font-family: 'Open sans condensed', sans-serif;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.svdButton:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	background: #ff0200;
}

.svdButton:active{
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	background: #c21211;
}

.disabled{
	opacity: 0.4;
	cursor: default;
}

.calcTop{
	margin-top: 92px;
}

.centerMe{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/* HEADER */
#header{
	position:fixed;
	z-index:100;
	border-bottom: 1px solid #404040;
	background: rgba(0,0,0,0.8);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

#header .blockLeft{
	float:left;
}

.logo{
	float:left;
}

.logo img{
	float:left;
	display:block;
	border:0;
	height:72px;
}

#header .blockMiddle{
	float:right;
	/*padding: 0 20px 0 0;*/
}
#header .blockMiddle #mainMenu{
	float:left;
	width:100%;
}
#header .blockMiddle ul{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}

#header .blockMiddle ul li{
	float:left;
	position:relative;
}

#header .blockMiddle ul li a{
	float:left;
	padding: 25px 15px;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 21px;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
	/*transform: skew(-20deg);
	-webkit-transform: skew(-20deg);*/
}
#header .blockMiddle ul li a span,
#header .blockMiddle ul li a span{
	/*transform: skew(20deg);
	-webkit-transform: skew(20deg);*/
	float:left;
}

#header .blockMiddle ul li:hover a, 
#header .blockMiddle ul li.active a{
	color: #fff;
	/*background: #aaa;*/
}
#header .blockMiddle ul li:after,
#header .blockMiddle ul li.active:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 1px;
    width: 0;
    background: rgba(255,255,255,0.5);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
    box-shadow: 0 0 10px #ffffff;
}
#header .blockMiddle ul li:hover:after,
#header .blockMiddle ul li.active:after{
    width: 100%;
}

#menuToggle {
    cursor: pointer;
    display: none;
    float: right;
    padding: 25px 25px 26px 25px;
}
#menuToggle span.linecont {
    float: right;
    width: 30px;
}

#menuToggle .linecont{
    width: 30px;
    z-index: 999;
}

#menuToggle .linecont span {
    background: none repeat scroll 0 0 #fff;
    height: 3px;
    margin: 2px 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
	float:left;
	width:100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
 
#menuToggle.on .linecont span.first {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
}

#menuToggle.on .linecont span.second {
    opacity: 0;
}

#menuToggle.on .linecont span.third {
    transform:rotate(-45deg) translate(5px, -6px);
    -webkit-transform:rotate(-45deg) translate(5px, -6px);
}

#header.mobile-menu .blockMiddle ul {
	display:none;
	border-top: 1px solid #404040;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

#header.mobile-menu .blockMiddle #mainMenu{
	display:none;
	background:#000;
	position:absolute;
	width:100%;
	height: 100%;
	height: 100vh;
	height: -webkit-calc(100vh - 72px);
	height: -o-calc(100vh - 72px);
	height: calc(100vh - 72px);
	left:0;
	top:100%;
}
#header.mobile-menu .blockMiddle #mainMenu.open{
	border-top: 1px solid #404040;
}
#header.mobile-menu .blockMiddle #mainMenu.open ul {
	display:block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    width: 100%;
	border-top:0;
	background:none;
}
#header.mobile-menu .blockMiddle #mainMenu.open ul li{
	width:100%;
	float:left;
	opacity:0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
#header.mobile-menu .blockMiddle #mainMenu.open ul li a {
    float: left;
    text-align: center;
    width: 100%;
	padding:20px 0;
	font-weight:300;
}

#header.mobile-menu .blockMiddle #mainMenu.open ul li a.waves-dark .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

#header.mobile-menu .blockMiddle #mainMenu.open ul li a span{
	width:100%;
}
#header.mobile-menu .blockMiddle #mainMenu.open ul li ul {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}
#header.mobile-menu .blockMiddle ul li:hover ul {
    display: none;
}

#header.mobile-menu .blockMiddle ul li:hover a, #header.mobile-menu .blockMiddle ul li.active a{
	color: #fff;
	padding: 10px 0;
	background: transparent;
}

/* BANNER */
#banner{
	float:left;
	width:100%;
	height:100vh;
}

.banner{
	float:left;
	width:100%;
	height:100%;	
	height:100vh;	
	background-position: center center;
}

.timelineBanner{
	position: fixed;
	top:0;
	left:0;
	height:100vh;
	width:100%;
	z-index: 2;
}
.timelineBanner + div{
	margin-top:100vh;
}

.timelineBanner.changeZindex {
	z-index: 0;	
}

.scrollMore{
	text-align:center;
	position:absolute;
	bottom:130px;
	left:50%;
	z-index:3;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}

.scrollMore.changeZindex {
	z-index:2;	
}

@media screen and (max-width: 830px) {
	.scrollMore { 
		bottom: 80px;
	}
}

@media screen and (max-width: 650px) {
	.scrollMore { 
		bottom: 50px;
	}
}

.timeline{
	position:relative;
	z-index:2;
}
.timelineOverlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background:#000;
	opacity:0;
}

/* TOURLIST */
#tourList{
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
	float:left;
	width:100%;
}

#tourList tr{
	margin:0 0 10px 0;
	padding:0;
	float:left;
	width:100%;
}

#tourList thead, #tourList tbody{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
}

#tourList tr td{
	float:left;
	margin:0;
	text-align:left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 20px 0 0;
}

#tourList tr th{
	float:left;
	margin:0;
	text-align:left;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}

#tourList tr th span{
	border-bottom: 2px solid #9ec439;
}

#tourList .date{
	width:15%;
}

#tourList .event{
	width: 35%;
}

#tourList .location{
	width:35%;
}

#tourList .evention{
	width:70%;
	display:none;
}

#tourList .tickets{
	width:15%;
	padding:0;
}

#tourList .tickets .svdButton,
#tourList .tickets .greenButton{
	max-width:100px;
}


/* VIDEOS */
.vidya{
	float:left;
	width:50%;
}

.vidyaList{
	float:right;
	width:48%;
	padding:20px;
	border: 1px solid #404040;
	margin:0;
	list-style:none;
	max-height: 315px;
	overflow-y: auto;
	overflow-x: none;
}

.vidyaList li{
	float:left;
	width:100%;
	text-align:left;
	margin: 0 0 20px 0;
}

.vidyaList li img{
	display:block;
}

/* ABOUT */
#aboutCont{
	overflow:hidden;
}
.aboutPhoto{
	float:left;
	width:55%;
	position:relative;
	left:0;
	top:0;
	background-size:cover;
	background-position: center right;
	height: 100vh;
}
.aboutText{
	float:right;
	width: 45%;
	padding: 0 30px 0 40px;
	margin: 113px 0;
	height:100vh;
	height: calc(100vh - 226px);
	overflow:auto;
	position:relative;
}

.aboutText h1{
	text-transform:uppercase;
	margin: 0 0 20px 0;
	line-height: 1.2em;
}

/* SOCIAL */
.socialColumn{
	float:left;
	width:33.3333333333333%;
}

.socialItem{
	margin: 0 0;
	float:left;
	width:100%;
	box-sizing:border-box;
	padding:15px;
	height: 220px;
	cursor:pointer;
	position: relative;
	background-size:cover;    
}

.socialItem.twitterCol{
	height: 440px;
	overflow: hidden;
}

.socialItem a{
	color:#fff;
	text-decoration:none;
	text-align:center;
}

.hoverHand{
	position:absolute;
	top:15px;
	left:15px;
}

.hoverHandRight{
	position:absolute;
	top:15px;
	right:15px;
}

#twitter-widget-0  > .inline-media > .autosized-media{
	display:none !important;
}

.hoverItem{
	float:left;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background: rgba(17,17,17,0.95);
	color: #fff;
	opacity:0;
	opacity:0;
	/*height:0;*/
	/*top:50%;*/
	z-index:10;
	padding: 15px;
	left:0;
	position: absolute;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: opacity 0.5s, transform 0.3s;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
}

.hoverItemTitle{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
	font-size: 22px;
	color:#fff;
	line-height: 22px;
	font-weight: bold;
}

.hoverItem p{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
}

.socialItem:hover .hoverItem, .hoverItem.stuck{
	opacity: 1;
	height: 220px;
	-webkit-transform: scale(1);
	transform: scale(1);
	top:0;
}

.hoverItem.stuck.twitter1{
	/*background: rgba(2, 28, 53,0.8);*/
	background: #000;
	height:440px;
}

.hoverItem.stuck.facebook{
	background: rgba(156,89,184,0.8);
}

.hoverItem.stuck.twitter2{
	background: rgba(45,62,80,0.8);
} 

.hoverItem.facebook a:nth-of-type(2){
	overflow:hidden;
}

.hoverItem.instagram a:nth-of-type(1){
	overflow:hidden;
}

.followTwitter{
	float:left;
	width:60%;
	margin: 15px 20% 0; 
	border-radius: 3px;
	border: 1px solid #fff;
	text-decoration:none;
	color:#fff;
	padding: 5px 0 7px;
	transition: all 0.3s;
}

.followTwitter:hover{
	background:#fff;
	text-decoration: none;
	color: rgb(2, 28, 53);
}

.fanFacebook{
	float:left;
	width:60%;
	margin: 15px 20% 0; 
	border-radius: 3px;
	border: 1px solid #fff;
	text-decoration:none;
	color:#fff;
	padding: 5px 0 7px;
	transition: all 0.3s;
}

.fanFacebook:hover{
	background:#fff;
	text-decoration: none;
	color: rgb(2, 28, 53);
}

/* IDENTITY */
#identityPage{
	max-width:1000px;
}
#playerLeft {
	float: left;
    width: 50%;
    height: 360px;
}

#playerLeft iframe {
	float: left;
    width: 100%;
    height: 100%;
}

#playerRight {
	float: left;
    width: 50%;
    height: 360px;
}

.playList{
	float:left;
	width:100%;
}

.playListPlayer {
	display: block;
	overflow: hidden;
	height: auto;
	width: 100%;
}

.playListPlayerObject {
	height: 360px;
	/*max-width:500px;*/
	max-height: 500px;
	width:100%;
	float:left;
}

.trackList{
	float:left;
	width:100%;
	background: #000;
}
#previousVideo{
	width:10%;
	height:89px;
	float:left;
	position: relative;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#previousVideo i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}

.playListEntries {
	height:89px;
	width: 80%;
	float:left;
	overflow:hidden;
	color: white;
	font-size: 12px;
}
#nextVideo{
	width:10%;
	height:89px;
	float:left;
	position: relative;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#nextVideo i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}

.playListControls {
	width: 100%;
	text-align: center;
	float:left;
}
.playListControl {
	cursor: pointer;
	padding: 10px;
}
.disabled {
	cursor: default;
}
	
.playListEntry:first-of-type{
	border-top: 1px solid #ccc;
}
.playListEntry {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	cursor: pointer;
	float:left;
	width:20%;
	max-width: 150px;
	border-top: 1px solid #ccc;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.nowPlaying {
	background-color:#000;
}

.playListEntry:hover {
	background-color: #ccc;
}

.playListEntryThumbnail {
	background-image: url(../images/logos/identityWhiteNoTxt.png);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 60px;
    margin: 10px 7%;
    padding: 5px;
    width: 86%;
	position:relative;
}

.playListEntryThumbnail span{
	bottom: -5px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	font-weight:bold;
	color:#fff;
}

.nowPlaying .playListEntryThumbnail{
	background-image:url(../images/icons/speaker.png) !important;
}

.nowPlaying .playListEntryThumbnail span{
	display:none;
}

.playListEntryDescription {
	float:left;
	background: #000;
	width:50%;
	padding: 0px 0 20px 40px;
	height:360px;
	overflow-y: auto;
	vertical-align: top;
	float:right;
	text-align:left;
	font-size: 13px;
	max-width:500px;
	max-height: 500px;
}
.playListEntryDescription #trackList{
	margin:0;
}
.playListEntryTitle {
	vertical-align:top;
	height:50%;
}

.playListEntryNote {
	vertical-align:bottom;
}

.timeLink {
	border: 1px solid transparent;
	border-radius: 5px;
	cursor: pointer;
}

.timeLink:hover {
	border: 1px solid red;
}

.randomizeActive {
	color: #008110;
}

#radioStations{
	float:left;
	width:100%;
	margin: 20px 0 0 0;
	text-align:left;
}

.stationGroup{
	float:right;
	width:70%;
}

.station{
	float:left;
	padding: 7px 15px;
	border-radius: 3px;
	/*background: #aaa;*/
	border: 1px solid #fff;
	background:#000;
	color:#fff;
	font-size:1.2em;
	text-decoration: none;
	margin: 0 20px 20px 0;
	text-align:center;
	font-family: 'Open Sans Condensed',sans-serif;
	text-transform:uppercase;
	font-weight: 700;
	transition: all 0.3s;
}

.station:hover{
	background:#fff;
	color:#000;
}

.station span{
	font-size:14px;
	clear:both;
	text-align:center;	
	font-family: 'Open Sans',sans-serif;
	text-transform:initial;
	font-weight: 300;
}
.allCountries{
	float:left;
	width:28%;
}

#selectStation{
	float:left;
	width: 100%;   
	padding: 0 20px;
	height: 60px;
	cursor:pointer;
	border: 1px solid #eeeeee;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	font-size: 12px !important;
	font-family: 'Open Sans Condensed',sans-serif;
	text-transform:uppercase;
	font-weight: bold;
	line-height: 1;
	background: url(../images/icons/selectArrow.svg) no-repeat right 20px #f7f7f7;
	background: url(../images/icons/selectArrow.svg) no-repeat right 20px, -moz-linear-gradient(top,  #f7f7f7 0%, #eeeeee 100%);
	background: url(../images/icons/selectArrow.svg) no-repeat right 20px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#eeeeee));
	background: url(../images/icons/selectArrow.svg) no-repeat right 20px, -webkit-linear-gradient(top,  #f7f7f7 0%,#eeeeee 100%);
	background: url(../images/icons/selectArrow.svg) no-repeat right 20px, -o-linear-gradient(top,  #f7f7f7 0%,#eeeeee 100%);
	background: url(../images/icons/selectArrow.svg) no-repeat right 20px, -ms-linear-gradient(top,  #f7f7f7 0%,#eeeeee 100%);
	background: url(../images/icons/selectArrow.svg) no-repeat right 20px, linear-gradient(to bottom,  #f7f7f7 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eeeeee',GradientType=0 );
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	transition: box-shadow 0.3s;
}

#selectStation:hover{
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

#selectStation option{
	background: #000;
	color:#fff;
}

/* CONTACT */

.management{
	background: #4D2570;
}

.press{
	background: #DF167E;
}

.promo{
	background: #231F20;
}

.booking{
	background: #00CCFF;
}

.development{
	background: #BD2026;
}

.contactNav{
	float:left;
	width:66%;
	position:relative;
	z-index:2;
	background: #000;
	border:1px solid #000;
}

.contactNav span{
	float:left;
	text-align:center;
	padding: 88px 0;
	height:200px;
	border:1px solid #000;
	color:#4c4c4c;
	cursor: pointer;
	font-size: 21px;
    font-weight: bold;
	background: #000;
	width:50%;
    text-transform: uppercase;
	position:relative;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
}
.contactNav span div{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
.contactNav span:hover, .contactNav span.active{
	color:#fff;
}

.contactContent{
	float:left;
	width:34%;
	position:relative;
	animation-delay: 0.7s;
	-webkit-animation-delay:0.7s;
}

.contactContent div{
	float:left;
	width:100%;
	padding: 60px 0;
	color: #fff;
	height:402px;
	position:absolute;
	top:0;
	left:-100%;
	opacity:0;
	text-align:center;
	z-index:0;
	background: #000;
	transition: opacity 0.8s, left 1s;
	border-left: 0px solid #000;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

.contactContent .booking{
	padding: 0px 0 60px;
}
.contactContent div.active{
	z-index: 1;
	opacity:1;
	left:0;
}

.contactContent div .title{
	float:left;
	width:100%;
	font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0 0 20px 0;
	color:#fff;
}

.contactContent div .contactLogo.upLogo{
	background-image: url(../images/logos/doorn_music.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
}

.contactContent div .contactLogo.tmnLogo{
	background-image: url(../images/logos/doorn_music.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
}

.contactContent div .contactLogo.drLogo{
	background-image: url(../images/svd-logo.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
}

.contactContent div .contactLogo.dlpLogo{
	background-image: url(../images/logos/dlp.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
}

.contactContent div .contactLogo.aceLogo{
	background-image: url(../images/logos/aceLogo.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	margin-top:0;
}
.contactContent div .contactLogo.wmeLogo{
	background-image: url(../images/logos/wmeLogo.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	margin-top:0;
	margin-bottom: 0;
}
.contactContent div .contactLogo.svdLogo{
	background-image: url(../images/logos/svd-logo.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	margin-top:0;
	margin-bottom: 0;
}


.contactContent div .contactLogo{
	float:left;
	width:100%;
	text-align:center;
	margin: 20px 0 20px 0;
	height:155px;
}

.contactContent div .contactLogo img{
	max-width:100%;
}

.contactContent div .desc{
	float:left;
	width:100%;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0 0 0px 0;
	color:#fff;
}

.contactContent a{
	text-decoration: none;
}

.contactContent a.reverse {
	unicode-bidi: bidi-override;
	direction: rtl;
}


/* FOOTER */
#footer{
	float:left;
	width:100%;
	border-top: 1px solid #404040;
	background: rgba(0,0,0,0.8);
	left:0;
	bottom:0;
	position:fixed;
	z-index:20;
}
#footer .blockLeft{
	float:left;
}
#footer .blockLeft a{
	padding:26px 10px;
	float:left;
		line-height:0;
}
#footer .blockLeft svg{
	height:20px;
	width:20px;
}
#footer .blockLeft a .crossLogo{
	transition: fill 0.3s;
	-webkit-transition: fill 0.3s;
}
#footer .blockLeft a:hover .crossLogo{
	fill:#e3401d;
}
#footer .blockRight{
	float:right;
	/*padding: 0 20px 0 0;*/
}

#footer .blockRight a{
	float:right;
	padding: 26px 10px;
	color: #fff;
	font-size:20px;
	/*transform: skew(-20deg);
	-webkit-transform: skew(-20deg);*/
	transition: padding 0.3s, background 0.3s;
	-webkit-transition: padding 0.3s, background 0.3s;
}

#footer .blockRight a img, 
#footer .blockRight a i{
	/*transform: skew(20deg);
	-webkit-transform: skew(20deg);*/
	float:left;
	display:block;
}

#footer .blockRight a:hover{
	padding: 26px 25px;
	color:#fff !important;
}

#footer .blockRight a.beatport i{
	background: url(../images/icons/beatport.png) top center no-repeat;
	background: url(../images/icons/beatport.svg) top center no-repeat;
	width:20px;
	height: 20px;
}

#footer .blockRight a.facebook:hover{
	background: #3A5795;
}

#footer .blockRight a.twitter:hover{
	background: #55ACEE;
}

#footer .blockRight a.instagram:hover{
	background: #3f729b;
}

#footer .blockRight a.googleplus:hover{
	background: #D73D32;
}

#footer .blockRight a.beatport:hover{
	background: #90CA0A;
}

#footer .blockRight a.beatport:hover i{
	background: url(../images/icons/beatport.png) top center no-repeat;
	background: url(../images/icons/beatport.svg) top center no-repeat;
}

#footer .blockRight a.soundcloud:hover{
	background: #FF5500;
}

#footer .blockRight a.spotify:hover{
	background: #9cbf0f;
}

#footer .blockRight a.youtube:hover{
	background: #CC181E;
}

#footer .blockRight a.mixcloud:hover{
	background: #202426;
}


/* PAGE TRANSITIONS */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
		-webkit-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
		-webkit-transform: translate3d(100%, 0, 0);
		-moz-transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
	}
}

.pageTransition .scene{
	animation-duration: 0.75s;
	transition-timing-function: ease-in;
	animation-fill-mode: both;

	-webkit-animation-duration: 0.75s;
	-webkit-transition-timing-function: ease-in;
	-webkit-animation-fill-mode: both;
}
.pageTransition .scene.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
}
.pageTransition .scene.fadeInUp {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
}
.pageTransition .scene.fadeInRight {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
}

.pageTransition.is-exiting .scene {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse; 
}


.sc-artwork{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
}

/*! 
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-dark .waves-ripple {
  background-color: rgba(0, 0, 0, 0.7);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}

/* RESPONSIVE */
@media screen and (max-width: 1349px) {	
	.testPositionAankondiging2 {
		background-size: auto 30%;
	}
}

@media screen and (max-width: 1024px) {
	
	.bx-controls{
		margin: -40px 0 0 0 !important;
	}
	
	/*.bx-viewport, #banner, .bx-wrapper, .banner{
		min-height:600px;
	}*/
	
	.contactNav{
		width:50%;
	}
	
	.contactContent{
		width:50%;
	}
	.testPosition{
		display: none !important;
	}
	.aboutPhoto{
		position:absolute;
		width:100%;
		height:100%;
	}
	.aboutText{
		width:100%;
		background: rgba(0,0,0,0.6);
		height:100vh;
		margin:0;
		padding:113px 40px;
	}
}

@media screen and (max-width: 900px) {
	.greenButton{
		font-size: 18px;
	}
	
	.blueButton{
		font-size:18px;
	}
}

@media screen and (max-width: 800px) {
	#header .blockLeft{
		width:40%;
	}
	
	#header .blockMiddle{
		width:60%;
	}
	
	#menuToggle span.linecont{
		float:right;
	}
	
	#menuToggle span.nav{
		display:none;
	}

	.socialColumn{
		width:50%;
	}
	
	.socialColumn:nth-of-type(2){
		float:right;
	}
	
	.socialColumn:nth-of-type(3){
		width:100%;
	}
	
	.socialColumn:nth-of-type(3) .socialItem{
		width:50%;
	}
}

@media screen and (max-width: 750px) {
	.bx-controls{
		padding: 0 20% !important;
	}
	
	.contactNav{
		width:100%;
	}
	.contactNav span{
		height: auto;
		padding: 30px 0;
	}
	.contactContent div{
		left: 0;
		top: -40%;
		transition: opacity 0.8s ease 0s, left 1s ease 0s, top 1s ease 0s;
	}
	.contactContent div.active{
		top:0;
	}
	.contactContent{
		width:100%;
		height: 300px;
	}
	.contactContent div{
		border-left: 2px solid #000;
		border-top: 0px solid #000;
		height:300px;
		padding:30px 0;
	}
	#tourList .event{
		display:none;
	}

	#tourList .location{
		display:none;
	}

	#tourList .evention{
		display:block;
		width:60%;
	}
	#tourList .date{
		width:20%;
	}
	#tourList .tickets{
		width:20%;	
	}
}

@media screen and (max-width: 700px) {

	.testPositionAankondiging2 {
		background-size: auto 25%;
	}
}

@media screen and (max-width: 650px) {
	.socialColumn{
		width:100%;
	}
	.socialColumn:nth-of-type(2){
		float:left;
	}
	
	.socialItem{
		width:50%;
	}
	
	.socialColumn:nth-of-type(2) .socialItem{
		width:100%;
	}
	#header .blockMiddle ul{
		display:none;
	}
	#footer .blockRight {
		float: none;
		width: 313px;
		margin: 0 auto;
	}
	#footer .blockRight a{
		padding:10px 15px;
		font-size:15px;
		line-height:15px;
	}
	#footer .blockRight a:hover{
		padding:10px 15px;
	}
	#footer .blockRight a.beatport{
		padding:10px 15px 5px 15px;
		line-height:15px;
	}
	#footer .blockRight a.beatport i{
		width:15px;
		background-size:contain !important;
	}
	#footer .blockLeft a{
		padding:10px 15px;
	}
	#footer .blockLeft a svg{
		height:15px;
	}
}

@media screen and (max-width: 600px) {
	.contactContent div .contactLogo.wmeLogo{
		display : none;
	}
	.contactContent div .contactLogo.aceLogo{
		display : none;
	}
	.socialItem{
		width:100%;
	}
	
	.socialColumn:nth-of-type(3) .socialItem{
		width:100%;
	}
	.stationGroup{
		width:50%;
	}

	.allCountries{
		width:45%;
	}

	.station{
		width:100%;
	}
	
	#tourList .evention{
		width:60%;
	}
	#tourList .date{
		width:25%;
	}
	#tourList .tickets{
		width:15%;	
	}
	#header .blockMiddle ul li{
		width:100%;
		text-align:center;
	}
	#header .blockMiddle ul li a{
		padding:15px;
	}
	#header.mobile-menu .blockMiddle ul li:hover a, #header.mobile-menu .blockMiddle ul li.active a{
		padding:15px;
	}
	
	#header .blockMiddle ul li a span{
		float:left;
		width:100%;
		text-align:center;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
	}
	#header.mobile-menu .blockMiddle #mainMenu.open ul {
		padding:0;
	}
}

@media screen and (max-width: 500px) {
	.contactNav span{
		font-size: 16px;
	}
	.contactContent div .desc{
		font-size: 15px;
	}
	.contactContent div .contactLogo img {
		max-width: 95%;
	}
	.playListPlayerObject{
		width:100%;
		height: auto;
	}
	
	.playListEntryDescription{
		display:none;
	}
	
	#playerLeft {
		width: 100%;
	}

	#playerRight {
		display: none;
	}

	
}

@media screen and (max-width: 450px) {
	#tourList .evention{
		width:70%;
	}
	#tourList .date{
		width:30%;
	}
	#tourList th.tickets{
		display:none;
	}
	#tourList td.tickets{
		width:100%;	
		padding:10px 0 0 30%;
	}
	#tourList tr{
		margin: 0 0 20px 0;
	}
	#header.mobile-menu .blockMiddle #mainMenu.open ul li a {
		padding:15px 0;
	}

}
@media screen and (max-height: 450px) {
	#header.mobile-menu .blockMiddle #mainMenu.open ul{
		top:0;
		transform:none;
		height:100%;
		overflow-y: auto;
	}
}
@media screen and (max-width: 400px) {
	#footer .blockLeft a{
		display:none;
	}
}
@media screen and (max-width: 380px) {
	#tourList .evention{
		width:60%;
	}
	#tourList .date{
		width:40%;
	}
	#tourList td.tickets{
		padding:10px 0 0 40%;
	}
	#tourList tr td{
		font-weight: normal;
		text-transform:none;
	}
	.playListEntries{
		display:none;
	}
	#nextVideo{
		width:50%;
	}
	#previousVideo{
		width:50%;
	}
}
@media screen and (max-width: 320px) {
	#footer .blockRight {
		float: left;
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	#mainMenu{
		display:block !important;
	}
	#header .blockMiddle ul li{
		display:block !important;
		opacity:1 !important;
	}
}
img.autosized-media {
	display: none !important;
}

.loadingFrame {
    background-color: #fff;
}

.testPositionAankondiging {	
    bottom: 17%;	
    position: absolute;
    left: 50%;	
    transition: left 0.5s ease 0s;
    z-index: 10;	
    display: block;	
    width: 100%;	
    margin: 0 0 0 -50%;	
    height: 74%;	
    background: url(../images/banners/nighttime/aankondiging-3.png) top center no-repeat;
    background-size: auto 75%;	
    float: left;
}
.testPositionBestel {	
    bottom: 1%;
    position: absolute;	
    left: 50%;	
    transition: left 0.5s ease 0s;	
    z-index: 10;
    display: block;	
    width: 100%;	
    margin: 0 0 0 -50%;	
    height: 42%;	
    background: url(../images/banners/nighttime/bestelKnop-1.png) top center no-repeat;
    background-size: auto 75%;
    float: left;
}
.testPositionSander {
	position: absolute;
	right: 0;
	z-index:1;
	bottom: -25%;
	transition: left 0.5s;
	max-width: 100%;
	float: right;
}

/*Banner: Let it go*/
.bannerLetItGo .centerElement {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1040px;
	padding: 0 2%;
}

.bannerLetItGo .centerElement img:nth-of-type(1) {
	float: left;
	width: 37%;
}

.bannerLetItGo .centerElement img:nth-of-type(2) {
	float: right;
    width: 59%;
}

.bannerLetItGo .centerElement img:nth-of-type(3) {
	float: left;
    margin-left: 39%;
    position: absolute;
    bottom: 0;
}

.bannerLetItGo .button {
	float: left;
    margin-left: 4%;
    margin-top: 2%;
    padding: 20px 30px;
    background: #000000;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 999;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (max-width: 830px) {
	.bannerLetItGo .centerElement {
	    max-width: 640px;	
	}
	
	.bannerLetItGo .button {
	    padding: 10px 20px;
		font-size: 11px;
	}
	
	.bannerLetItGo .centerElement img:nth-of-type(3) {
	    width: 100px;	
	}
}

@media screen and (max-width: 500px) {
	.bannerLetItGo .centerElement {
		max-width: 230px;	
	}
	.bannerLetItGo .centerElement img:nth-of-type(1) {
		width: 100%;
	}
	.bannerLetItGo .centerElement img:nth-of-type(2) {
		width: 100%;
		margin: 15px 0;
	}
	.bannerLetItGo .centerElement img:nth-of-type(3) {
		width: 50%;
		position: relative;
		margin: 15px 25% 0 25%;
	}
	.bannerLetItGo .button {
		width: 100%;
		text-align: center;
		float: left; 
		position: relative;
		margin-left: 0;
	}	
}

@media screen and (max-width: 380px) {
	.bannerLetItGo .centerElement {
		max-width: 180px;	
	}	
}

/*Banner: ADE*/
.bannerADE {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/banners/ade/SvD_presents_ade_fb_Event.png');
}

@keyframes colorChange {
    0% {background-color: #fc2300;}
    50% {background-color: #913997;}
    100% {background-color: #fc2300;}
}

.bannerADE a {
    position: absolute;
    padding: 20px 15px 20px 15px;
	text-align: center;
    top: 50%;
    left: 0px;
    font-weight: 600;
    font-size: 1.3em;
    color: #fff;
    text-transform: uppercase;
    z-index: 3;
    background: #fc2300;
    transform: translatey(-50%);
    line-height: 100%;
    text-decoration: none;
    animation-name: colorChange;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.bannerADE a small {
	font-size: 0.6em;
	line-height: 100%;
}

.bannerADE a span {
    float: left;
    font-size: 3em;
    line-height: 100%;	
}

.bannerADE a i {
    position: absolute;
    right: 20px;
    font-size: 1.4em;
    top: 50%;
    transform: translateY(-50%);	
}


@media screen and (max-width: 1230px) {
	.bannerADE {
		background-image: url('../images/banners/ade/SvD_presents_ade_square_lineup.png');
	}	
}

@media screen and (max-width: 770px) {
	.bannerADE a {
		font-size: 1em;
		padding: 20px 10px; 
	}
	.bannerADE a i {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.bannerADE {
		background-image: url('../images/banners/ade/SvD_presents_ade_instaPosterlineup.png');
	}	
}

@media screen and (max-width: 550px) {
	.bannerADE {
		background-image: url('../images/banners/ade/SvD_presents_ade_instaStories_lineup.png');
	}
	.banner a {
	    top: 97px;
		text-align: center;
		width: 100%;
		font-size: 1em;
	    padding: 10px 10px;
	}
	
	.bannerADE a span {
		float: initial;
		font-size: 1em;
		line-height: 100%;
	}
}
@media screen and (max-width: 500px) {
	.bannerADE {
		background-size: 90%;
	}
}

@media screen and (max-width: 370px) {
	.bannerADE {
		background-size: 75%;
	}
}

.bannerPurpleHaze.OneLove {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/banners/purple-haze/One-Love-Sander-van-Doorn.jpg');
}
.bannerPurpleHaze.Melodyman {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/banners/purple-haze/website1.jpg');
}
.bannerPurpleHaze.pcm {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/banners/purple-haze/pcm.jpg');
}
.bannerPurpleHaze.armd {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/banners/purple-haze/armd-banner.jpg');
}
.bannerPurpleHaze.lightgo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/banners/purple-haze/lightsgo.jpg');
}
.bannerPurpleHaze.surrender {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/banners/surrender/surrender.jpg');
}
.bannerPurpleHaze.blowback {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/banners/blowback/blowback.jpg');
}
.bannerPurpleHaze.adenew {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/banners/ade/ade-banner.jpg');
}

.bannerPurpleHaze .button {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    padding: 30px 40px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}
.purple{
    background: #842374;
}
.lpurple{
    background: #721a95;
}
.lyellow{
    background: #fefd5d;
}
.bannerPurpleHaze .button.lyellow{
	color:#313131 !important;
}

.red{
	background: #ec002a
}
.blue{
	background: #272966
}

@media screen and (max-width: 800px) {
	.bannerPurpleHaze .button {
		text-align: center;
		position: absolute;
		top: 73px;
		left: 50%;
		color: #fff;
		width: 100%;
		padding: 15px;
		line-height: 100%;
		text-transform: uppercase;
		font-weight: 600;
		text-decoration: none;
		background: #5a25d9;
		transform: translatex(-50%);
	}
}


@media screen and (max-width: 600px) {
	.bannerPurpleHaze {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url('../images/banners/purple-haze/415x815.png');
	}
}
