body {
	margin:0;
	padding:0;
	background:#000;
	font-size:16px;
	line-height:24px;
	font-family: 'Titillium Web', sans-serif;
	color:#666;
}
@media only screen and (max-width : 550px) {
	body {
		overflow-x:hidden;
	}
}
a {
	outline:none;
	color:#000;
}
h1 {
	font-size:56px;
	line-height:46px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	color:#000;
	font-weight:900;
}
h2 {
	font-size:40px;
	line-height:40px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	color:#000;
	font-weight:900;
}
#bg {
	position:fixed;
	background:url(images/bg-top.jpg) top center no-repeat; 
	height:100%; 
	width:100%; 
	top:0; 
	left:0;
	z-index:-1;
	text-align:center;
}
#logo {
	margin:0 auto;
	width:100%;
	max-width:637px;
	padding:80px 0 60px;
}
@media only screen and (max-width : 550px) {
	#logo {
		padding:120px 0 70px;
	}
}
#logo img {
	width:100%;
	max-width:637px;
}
.navbar-wrapper {
	width:100%;
	height:67px;
	line-height:60px;
	background:url(images/bg-menu.jpg) no-repeat center top;
	font-weight:900;
	box-shadow:0 0 50px rgba(0,0,0,0.6);
	z-index:100;
}
@media only screen and (max-width : 550px) {
	.navbar-wrapper {
		position:fixed;
		top:0;	
	}
}
.navbar-wrapper ul {
	width:100%;
	max-width:690px;
	margin:0 auto;
	padding:0 0 0 10px;
	list-style:none;
}
@media only screen and (max-width : 550px) {
	.navbar-wrapper ul {
		padding:0 0 0 10px;	
	}
}
.navbar-wrapper ul li {
	float:left;
	margin:0;
	padding:0;
	text-shadow:#000 0 0 10px;
}
.navbar-wrapper ul li a {
	text-decoration:none;
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	margin:0 20px 0 0;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
}
.navbar-wrapper ul li a::after {
	content:"●";
	color:#666;
	opacity:0.5;
	margin:0 0 0 20px;
}
.navbar-wrapper ul li:last-child a {
	margin:0;
}
.navbar-wrapper ul li:last-child a::after {
	content:"";
	margin:0;
}
.navbar-wrapper ul li a:hover {
	color:#888;
}

@media only screen and (max-width : 550px) {
	.navbar-wrapper ul li a {
		font-size:15px;
		margin:0 0 0 8px;
	}
	.navbar-wrapper ul li a::after {
		display:none;
	}
	.navbar-wrapper ul li:last-child {
		display:none;
	}
}
#home {
	background:url(images/bg-right.jpg) right top #fff no-repeat;
	width:100%;
	text-align:center;
	padding:60px 0;
}
@media only screen and (max-width : 550px) {
	#home {
		background:url(images/bg-right.jpg) center top #fff no-repeat;
	}
}
.content {
	width:100%;
	max-width:600px;
	margin:0 auto;
}
@media only screen and (max-width : 550px) {
	.content {
		max-width:300px;
		padding:0 10px;
		text-shadow:#fff 0 0 10px;
	}
}
.caps {
	text-transform:uppercase;
	font-size:20px;
	display:block;
	margin:0 0 25px;
	font-weight:200;
}
.hr {
	width:100%;
	max-width:60px;
	background:#ff00ae;
	height:8px;
	margin:30px auto;
}
.hr-large {
	width:100%;
	background:url(images/hr.jpg) no-repeat center top;
	height:8px;
}
#line-up {
	width:100%;
	text-align:center;
}
#media {
	width:100%;
	text-align:center;
}
#line-up-content {
	background:url(images/bg-left.jpg) left top #fff no-repeat;
	padding:60px 0;
}
#kop-line-up {
	width:100%;
	height:auto;
	line-height:1;
	padding-top:120px;
	padding-bottom:120px;
	font-size:80px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:900;
	background:url(images/bg-top.jpg) no-repeat center top #000;
	text-shadow:0 0 40px #000;
}
#kop-tickets {
	width:100%;
	height:333px;
	line-height:333px;
	font-size:80px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:900;
	background:url(images/bg-kop-3.jpg) no-repeat center top #000;
	text-shadow:0 0 40px #000;
}
#kop-locatie {
	width:100%;
	height:333px;
	line-height:333px;
	font-size:80px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:900;
	background:url(images/bg-kop-2.jpg) no-repeat center top #000;
	text-shadow:0 0 40px #000;
}
#djs {
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:60px 0;
}
.dj {
	float:left;
	width:33%;
	text-align:left;
	margin:0 0 30px;
}
@media only screen and (max-width : 550px) {
	.dj {
		width:100%;
	}
	#djs {
		padding:60px 0 0;
	}
}
.dj img {
	width:100%;
	height:auto;
}
.dj-name {
	display:inline-block;
	color:#fff;
	background:#000;
	height:54px;
	line-height:54px;
	border-bottom:8px solid #ff00ae;
	padding:0 30px;
	font-size:24px;
	text-transform:uppercase;
	font-weight:900;
}
#tickets {
	width:100%;
	text-align:center;
}
#tickets-content {
	background:url(images/bg-right.jpg) right top #fff no-repeat;
	padding:60px 0;
}
@media only screen and (max-width : 550px) {
	#tickets-content {
		background:url(images/bg-right.jpg) center top #fff no-repeat;
	}
}
a.tickets, #ts-shop a {
	width:100%;
	max-width:300px;
	text-align:center;
	padding:20px 0;
	color:#fff;
	text-decoration:none;
	background:#ff00ae;
	font-size:24px;
	line-height:24px;
	display:inline-block;
	margin:50px 0 0;
	text-transform:uppercase;
	font-weight:900;
	border-bottom:8px solid #c40086;
	text-shadow:0 0 10px rgba(0,0,0,0.3) !important;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
}
a.tickets:hover, #ts-shop a:hover {
	background:#333;
	border-bottom:8px solid #000;
}
#locatie {
	width:100%;
	text-align:center;
}
#locatie-content {
	background:url(images/bg-left.jpg) left top #fff no-repeat;
	padding:60px 0;
	border-top:1px solid #bbb;
}
iframe {
	width: 100% !important;
	height: 350px !important;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
#fb-btn {
	margin:0 0 40px;
}
a.grefix {
	display:block;
	margin:20px 0 0;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
}
a.grefix:hover {
	opacity:0.8;
}