
body {
	background: url(images/achtergrond.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF4E0;
}

h2 {
	color: #FFF4E0;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 7px;
	background-color: #E51F32;
	width: 315px;
	height: 50px;
}

h2.dance {
	color: #FFF4E0;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 7px;
	background-color: #56C2E1;
	width: 315px;
	height: 50px;
}

h2.nieuws {
	color: #FFF4E0;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 7px;
	background-color: #006938;
	width: 300px;
	height: 50px;
}

h2.pop {
	color: #FFF4E0;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 7px;
	background-color: #FED613;
	width: 315px;
	height: 50px;
}

h2brock {
	position: absolute;
	bottom: 0px;
	left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	color: #FFF4E0;
	font-size: 18pt;
	font-weight: bold;
	background-color: #E51F32;
	height: 50px;
}

h2bdance {
	position: absolute;
	bottom: 0px;
	left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	color: #FFF4E0;
	font-size: 18pt;
	font-weight: bold;
	background-color: #56C2E1;
	height: 50px;
}

h2bpop {
	position: absolute;
	bottom: 0px;
	left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	color: #3E3D40;
	font-size: 18pt;
	font-weight: bold;
	background-color: #FED613;
	height: 50px;
}

h4 {
	color: #FFF4E0;
	font-style: italic;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 8pt;
	font-weight: 100;
}

h5 {
	color: #FFF4E0;
	padding-top: 10px;
	font-size: 10pt;
	font-weight: bold;
}


.navbar-iduna {
	background-image: none;
	background-color: #006938;
	height: 80px;
}

.artistlink {
	text-decoration: none;
	color: #FFF4E0;
	font-size: 10pt;
	font-weight: bold;
}

a.wittelink {
	color: #FFF4E0!important;
	text-decoration: underline;
}

.menu a {
	color: #FFF4E0!important;
	padding-left: 10px;
}

.menu a img {
	padding-left: 10px;
}

.menu a span {
	padding-top: 2px;
}

.navbar-iduna .container img {
	margin-left: 15px;
}

.iduna-logo {
	margin-top: 7px;
}

.iduna-logo img {
	padding-left: 27px;
}

.dencity-logo {
	width: 100%;
	margin-top: 50px;
}

.line-up {
	width: 100%;
}

html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 150px;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 150px;
}

.social-media {
	position: fixed;
	top: 20%;
}

@media screen and (min-width: 768px) {
	.menu {
		margin-top: 0;
		position: absolute;
		right: 50px;
		top: 20px;
	}
	.navbar-iduna {
		height: 40px;	
	}
	.line-up {
		margin-top: -50px;
	}
}

@media screen and (min-width: 992px){
	.dencity-logo {
		width: 45%;
	}
	.line-up {
		width: 45%;
		margin-top: -60px;
	}
}

.thumbnail {
	border: none;
	background-color: transparent;
}

.nieuwsitem {
	border: none;
	background-color: #006938;
	color: #FFF4E0;
	font-size: 10pt;
	font-weight: 200;
	min-height: 200px
}

.info-item {
	border: none;
	background-color: #006938;
	color: #FFF4E0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
	font-weight: 200;
}

.artiest-item {
	border: none;
	background-color: #E51F32;
	color: #FFF4E0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 10pt;
	font-weight: 200;
}

.artiest-itemdance {
	border: none;
	background-color: #56C2E1;
	color: #FFF4E0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 10pt;
	font-weight: 200;
}

.artiest-itempop {
	border: none;
	background-color: #FED613;
	color: #3E3D40;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 10pt;
	font-weight: 200;
}


img.nieuws-foto-afbeelding {
	float: left;
	margin-right: 10px;
	max-height: 200px;
}

.artiest-afbeelding {
	max-width: 100%;
	background-color: #E51F32;
}

div.thumbnail a { 
	text-decoration:none;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
} 

div.thumbnail a:hover { 
	text-decoration:none;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
} 

.thumbnail h3.dance {
	background-color: #56C2E1;
	color: #FFF4E0;
	padding: 10px;
	font-weight: 600;
}

.thumbnail h3.pop {
	background-color: #FED613;
	color: #FFF4E0;
	padding: 10px;
	font-weight: 600;
}

.thumbnail h3 {
	background-color: #E51F32;
	color: #FFF4E0;
	padding: 10px;
	font-weight: 600;
}

.thumbnail img {
	margin-top: -10px;
}


/** News **/
#myCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.6);
	text-shadow:none;
}

#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
}
#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
}
#myCarousel .list-group .active {
	background-color:#eee;	
}

@media (min-width: 992px) { 
	#myCarousel {padding-right:33.3333%;}
	#myCarousel .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
	.carousel-caption p,
	#myCarousel .list-group {display:none;} 
}