/*
 * Import Font
 */
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf')  format('truetype'), url('HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold-font-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-bold-font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* General */
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mainWrapper{
	position: relative;
	z-index: 4;
	/* margin-top: -108px; */
}
.pageBanner{
	width: 100%;
}
.ui-datepicker .ui-datepicker-title {
	color: #000000!important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

/* Homepage
------------------------------------------------------------ */
.mainBanner{
	background: none;
	background-size: cover;
	position: relative;
	padding: 0px;
	margin-bottom: 50px;
	width: 100%;
	max-width: 100%;
}
#main-image{
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	-o-object-fit: cover;
	object-position: center;
}
#main-image-mobile{
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.homepage-content-wrapper{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	padding-top: 35vh;
	/* padding-bottom: 30px; */
}
.mainBanner .banner{
	top: 0px;
	transform: none;
}
.banner h1.title{
	font-family: 'Playfair Display', serif;
	font-size: 55px;
	margin-bottom: 15px;
	font-weight: 700;
}
.banner h1.title span{
	display: inline-block;
	vertical-align: middle;
	line-height: 70px;
}
.banner h1.title span.to{
	font-size: 21px;
	width: 100px;
	text-align: right;
}
.banner .description{
	background: url(../i/main-title-line.png) no-repeat left top;
	padding: 20px 0px 25px;
	margin: 0px;
	font-family: 'Karla', sans-serif;
	font-size: 21px;
}
.banner .description p:last-child{
	margin-bottom: 0px;
}
.banner .button{
	width: 313px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.homeSectionTitle{
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	color: #DE0084;
	font-weight: 700;
	margin: 0px 0px 20px;
	padding: 0px;
}


/* News Section */
.newsSection{
	padding: 0px 0px 0px;
	margin-bottom: 145px;
}
.newsSection .container{
	position: relative;
}
.newssection-wrapper{
	padding-top: 45px;
	position: relative;
	padding-bottom: 95px;
}
.newsSection .borderBg{
	left: -22px;
	top: 0px;
	width: 584px;
	height: 468px;
}
.newsList{
	margin-bottom: 0px;
	position: initial;
}
.newsList.cycle-slideshow{
	overflow: hidden;
}
.newsList .news{
	margin: 0px;
	padding: 0px 15px;
	width: 33.33%;
	float: left;
}
.newsList .news .news-wrapper{
	position: relative;
}
.newsList .news .news-wrapper.live-events{
	background: #fff;
	padding: 15px 20px 14px;
}
.live-event-title{
	margin: 0px 0px 30px;
	font-family: 'Playfair Display', sans-serif;
	font-size: 21px;
	color: #000;
}
.live-event-item{
	position: relative;
	min-height: 64px;
	margin-bottom: 10px;
}
.live-event-image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 64px;
}
.live-event-image img{
	max-width: 100%;
	height: auto;
}
.live-event-desc{
	padding-left: 80px;
	position: relative;
	min-height: 64px;
}
.live-event-item-title{
	font-family: Karla, sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin: 0 0 10px;
	letter-spacing: -1px;
}
.live-event-item-title a,
.live-event-item-title a:hover,
.live-event-item-title a:visited,
.live-event-item-title a:focus{
	color: #000;
	text-decoration: none;
}
.live-event-detail{
	font-family: Karla, sans-serif;
	color: #d8d8d8;
/* 	position: absolute;
	bottom: 0px;
	left: 80px;
	width: 100%; */
}
.program-page-link{
	text-align: right;
	font-family: Karla, sans-serif;
	font-weight: 700;
	font-size: 16px;
}
.program-page-link a{
	display: inline-block;
	color: #000;
	letter-spacing: -1px;
	border-bottom: 2px solid #ec008c;
}
.program-page-link a:hover,
.program-page-link a:active,
.program-page-link a:visited{
	text-decoration: none;
	color: #000;
}
.newssection-wrapper .homeSectionTitle{
	padding: 0px 15px;
}
.newsList .news .image{
	height: auto;
	position: relative;
	overflow: hidden;
}
.newsList .news .image .imageholder{
	visibility: hidden;
	position: relative;
	z-index: 5;
}
.newsList .news .image .imagedisplay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
    transition: all 1s cubic-bezier(.19,1,.22,1);
}
.newsList .news .image img{
	width: 100%;
	height: auto;
	filter: grayscale(1);
}
.newsList .news:hover .image .imagedisplay{
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.newsList .news .content{
	/* padding: 25px 40px 0px 30px; */
	padding: 16px;
	height: 200px;
	word-break: break-word;
	white-space: initial;
}
@media screen and (min-width:768px){
	.newsList .news .content{
		height: 290px;
	}
}
@media screen and (min-width:992px){
	.newsList .news .content{
		height: 260px;
	}
}
@media screen and (min-width:1200px){
	.newsList .news .content{
		height: 260px;
	}
}
.newsList .news .content .title{
	/* font-family: 'Playfair Display', serif; */
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 10px;
	/* height: auto; */
	word-break: break-word;
}
.newsList .news .content .have-youtube{
	display: block;
	width: 48px;
	height: 34px;
	background: url(../i/youtube-2.png) no-repeat;
	position: absolute;
	right: 0px;
	top: -40px;
}
.newsList .news .content .excerpt{
	font-family: 'Karla';
	font-size: 14px;
	color: #333;
}
.newsList .news .content .excerpt p{
	word-break: break-word;
}
.newsList .news .content .arrow{
	width: 9px;
	position: absolute;
	right: 16px;
	bottom: 15px;
}
.showAllNews{
	margin-right: 0px;
	padding: 0px;
	font-weight: 700;
	float: none;
}
.showAllNews:after{
	width: 100%;
	right: 0px;
}
.showAllNews-wrapper{
	position: absolute;
	right: 30px;
	bottom: 0px;
}
#news-pager{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

#news-pager .slider-pager-item{
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #484848;
}
#news-pager .slider-pager-item.cycle-pager-active,
#news-pager .slider-pager-item:hover{
	background: #ec008c;
}
.slider-nav{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ec008c;
	position: absolute;
	top: 48%;
	z-index: 200;
	margin-top: -20px;
}
.slider-nav.slider-next{
	background-image: url(../i/arrow-right-c.png);
	background-repeat: no-repeat;
	background-position: center center;
	right: 10px;
}
.slider-nav.slider-prev{
	background-image: url(../i/arrow-left-c.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 10px;
}
.slider-nav.disabled{
	display: none !important;
}
.flickity-prev-next-button{
	width: 60px;
	height: 60px;
	background: #ec008c;
}
.flickity-prev-next-button .arrow{
	background: #000;
	fill: #000;
}
.flickity-prev-next-button:disabled{
	display: none;
}
.newsList .flickity-page-dots{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
.flickity-page-dots .dot{
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #484848;
	opacity: 1;
}
.flickity-page-dots .dot.is-selected,
.flickity-page-dots .dot:hover{
	background: #ec008c;
	border-radius: 0px;
}

/* Festival Section */
.programSection{
	padding: 0;
	margin-bottom: 0px;
	/* min-height: 720px; */
	z-index: 3;
}
.programSection .container{
	position: relative;
}
.programList .program{
	padding-bottom: 0px;
	margin-bottom: 40px;
}
.programList > .row > div[class*="col"] > .program:last-child{
	margin-bottom: 0px;
}
.programList .program-wrapper{
	margin-bottom: 40px;
}
.programList .program-wrapper > .program{
	margin-bottom: 0 !important;
}
.programList .program .content .title{
	font-family: Montserrat, helvetica, arial, sans-serif;
	font-weight: 700;
	margin: 0px 0px 5px;
/* 	text-transform: capitalize; */
}
.programList .program .mainContent{

}
.programSection .homeSectionTitle{
	padding: 0px;
	margin-bottom: 30px;
}
.programSection .showAllDiv{
	margin-top: 55px;
	margin-bottom: 50px;
}
.programSection .borderBg{
	left: -22px;
	width: calc(100% - 115px);
	top: 150px;
}
.programSection .showAllDiv .button{
	width: 315px;
	height: 50px;
	padding: 0px;
	font-family: Karla, sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.page-template-page-program .program-section-wrapper{
	padding-bottom: 50px;
}
.program-row{
	margin-bottom: 40px;
}
.programList .program .content{
	background-color: transparent;
	z-index: 15;
}
.programList .program .content .times{
	display: block;
    font-family: Karla;
    font-size: 16.0px;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
}
.programList .program .organizer-label {
	background-color: #ec008c;
	padding: 4px 16px;
    font-family: Karla;
    font-size: 14px;
    font-weight: 600;
	text-transform: capitalize;
	color: #FFF;
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 20;
}
.programList .program .image{
	position: relative;
	overflow: hidden;
	display: block;
}
.programList .program .image .imageholder{
	visibility: hidden;
	position: relative;
	z-index: 5;
}
.programList .program .image .imagedisplay{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.programList .program:hover .image .imagedisplay{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.programList .program .content,
.programList .program:hover .content {
	background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
	.programSection{
		padding-top: 60px;
		padding-bottom: 100px;
	}
}

/* Music Section */
.muziektest{
	margin-bottom: 120px;
}
.page-template-page-generic .muziektest{
	margin-top: 0px;
}
.muziektest .content{
	padding-left: 15px;
	padding-bottom: 35px;
}
.muziektest .container{
	position: relative;
}
.muziektest .title{
	margin: 0px 0px 10px;
	font-family: 'Playfair Display', sans-serif;
	font-size: 35px;
	line-height: 45px;
	font-weight: 700;
}
.muziektest .excerpt{
	margin-bottom: 0px;
}
.muziektest .excerpt p:last-child{
	margin-bottom: 0px;
}
.muziektest .showAllDiv{
	margin-top: 30px;
}
.muziektest .showAllDiv .button{
	width: 315px;
	height: 50px;
	padding: 0px;
	font-family: Karla, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.muziektest .borderBg{
	left: -22px;
	width: calc(100% - 115px);
	top: 60px;
	right: auto;
	height: auto;
	bottom: 0px;
}
.muziektest .imagePlaceholder{
	position: relative;
	overflow: hidden;
}
.muziektest .imagePlaceholder:after{
	position: absolute;
	content:"";
	height:100%;
	top:0;
	left: 0px;
	right: 0px;
	/*background: linear-gradient(135deg, rgba(235,0,140,0.65) 25%,rgba(82,20,128,0.65) 75%);*/
	background: rgba(216, 3, 139, 0.6);
	background: -moz-linear-gradient(135deg, rgba(235,0,140,0.65) 25%,rgba(82,20,128,0.65) 75%);
	background: -webkit-linear-gradient(135deg, rgba(235,0,140,0.65) 25%,rgba(82,20,128,0.65) 75%);
	background: linear-gradient(135deg, rgba(235,0,140,0.65) 25%,rgba(82,20,128,0.65) 75%);
	z-index: 3;
}
.muziektest .imagePlaceholder img{
	display: block;
}
.muziektest .imagePlaceholder .imageholder{
	visibility: hidden;
	position: relative;
	z-index: 1;
}
.muziektest .imagePlaceholder .imagedisplay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.muziektest .imagePlaceholder:hover .imagedisplay{
}

/* Interesting */
.interestingList .item .image{
	height: auto;
	padding-bottom: 0px;
}
.interestingList .item .image img{
	position: relative;
	height: auto;
/* 	filter: grayscale(1); */
}
.interestingList .item .image{
	position: relative;
	overflow: hidden;
	display: block;
}
.interestingList .item .image .imageholder{
	visibility: hidden;
	position: relative;
	z-index: 5;
}
.interestingList .item .image .imagedisplay{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	transition: all 1s cubic-bezier(.19,1,.22,1);
	max-width: none;
}
.interestingList .item:hover .image .imagedisplay{
	-webkit-transform: scale(1.05);	
	transform: scale(1.05);
	
}
.interestingList .item .content .title{
	font-family: 'Playfair Display', sans-serif;
	font-size: 18px;
	color: #212121;;
}
.interestingList .item .content{
	padding: 20px;
	height: 135px;
	margin-top: -135px;
	z-index: 15;
}
.interestingList .item:hover .content .centerContent,
.interestingList .item.active .content .centerContent{
	bottom: 0px;
	padding: 10px 20px;
}
.centerContentWrapper{
	position: relative;
	display: block;
	height: 100%;
}
.interestingList .item .content .arrow{
	right: -5px;
	top: auto;
	bottom: 0px;
}
.interestingList .item:hover .content .arrow,
.interestingList .item.active .content .arrow{
	bottom: 10px
}
.interestingList .item .content .excerpt{
	font-family: Karla, sans-serif;
}
.interestingSection .container{
	position: relative;
}
.interestingSection .borderBg{
	left: -22px;
	width: calc(100% - 115px);
	top: 120px;
	right: auto;
	height: auto;
	bottom: 0px;
}
.interestingSection .homeSectionTitle{
	margin-bottom: 50px;
}
.interestingList .item{
	margin-bottom: 0px
}
.interestingSection-wrapper{
	padding-bottom: 70px;	
}
.interestingSection{
	margin-bottom: 120px;
}
.page-template-page-generic .interestingSection{
	margin-top: 0px;
}
.footerMenu > li > a{
	font-size: 22px;
}

/* Sponsor */
.sponsors{
	padding: 130px 0px 100px;
	/* 	background: rgba(216, 3, 139, 0.6);
	background: -moz-linear-gradient(bottom right, rgba(216, 3, 139, 0.6) 0%, rgba(105, 17, 130, 0.6) 100%);
	background: -webkit-linear-gradient(left top, rgba(216, 3, 139, 0.6) 0%, rgba(105, 17, 130, 0.6) 100%);
	background: linear-gradient(to bottom right, rgba(216, 3, 139, 0.6) 0%, rgba(105, 17, 130, 0.6) 100%); */
	background: url(../i/rectangle-5.png) no-repeat;
	background-size: cover;
}
.sponsorsInner{
	padding: 0px;
	background: none;
}
.sponsorsInner > .col-xs-12 > h2{
	margin: 0px 0px 50px;
}
.sponsorsInner .top > h3, .sponsorsInner .other > h3{
	margin: 0px 0px 10px;;
}
.sponsors .top{
	margin-bottom: 50px;
}
.sponsors .other{
	margin-bottom: 45px;
}
.top-sponsor-list .row, .other-sponsor-list .row{
/* 	margin-left: -10px;
	margin-right: -10px; */
}
.sponsors .top .sponsorItem,
.sponsors .other .sponsorItem,
.sponsorsPage .top .sponsorItem,
.sponsorsPage .other .sponsorItem{
/* 	padding-left: 10px;
	padding-right: 10px; */
	background: none;
}
.sponsors .other .sponsorItem{
	margin-bottom: 30px;
}
.sponsors .top .sponsorItem .image,
.sponsors .other .sponsorItem .image,
.sponsorsPage .top .sponsorItem .image,
.sponsorsPage .other .sponsorItem .image{
	display: table;
	height: 104px;
	width: 100%;
	background: #fff;
	table-layout: fixed;
}
.sponsorsPage .top .sponsorItem .image,
.sponsorsPage .other .sponsorItem .image{
	border: 1px solid #ec008c;
}
.sponsors .top .sponsorItem .image{
	height: 165px;
}
.sponsorsPage .top .sponsorItem .image{
	height: 146px;
}
.sponsors .top .sponsorItem .image-wrapper,
.sponsors .other .sponsorItem .image-wrapper,
.sponsorsPage .top .sponsorItem .image-wrapper,
.sponsorsPage .other .sponsorItem .image-wrapper{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.sponsors .other .sponsorItem img,
.sponsors .top .sponsorItem img,
.sponsorsPage .other .sponsorItem img,
.sponsorsPage .top .sponsorItem img{
	max-width: 100%;
	width: auto;
	max-height: 100px;
	height: auto;
	border: none;
	display: inline-block;
}
.sponsors .top .sponsorItem img{
	max-height: 165px;
}
.sponsorsPage .top .sponsorItem img{
	max-height: 144px;
}
.sponsors .sponsorItem .image{
	display: block;
}
.other-sponsor-list > .row{
	margin-bottom: 15px;
}
.other-sponsor-list > .row:last-child{
	margin-bottom: 0px;
}
.sponsorWordLinkDiv .button{
	width: 415px;
	height: 50px;
	padding: 0px;
	font-family: Karla, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.sponsorWordLinkDiv{
	margin-top: 0px;
}

/* Primary Menu + Logo
------------------------------------------------------------ */
.headerMenu .topLogo{
	position: relative;
	z-index: 1001;
}
#menu-main{
	
}
.headerMenu{
	height: 78px;
	/* position: relative; */
}
.headerMenu .container-fluid{
	max-width: 1349px;
}
.headerMenu .search-wrapper{
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
}
.headerMenu .search-wrapper .search-input{
	width: 100%;
	border: none;
	height: 100px;
	text-align: center;
	background-color: #838383;
	color: #fff;
	font-family: Montserrat, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
}
.headerMenu .search-wrapper .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.headerMenu .search-wrapper .search-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.headerMenu .search-wrapper .search-input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.headerMenu .search-wrapper .search-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.mainMenu > li{
	margin-right: 0px;
	height: 78px;
	line-height: initial;
	position: initial;
	padding: 20px 5px 0px;
}

@media screen and (min-width:1024px) and (max-width:1300px){
	.mainMenu > li{
		padding: 20px 0px 0px;
	}
}
.mainMenu > li > a{
	padding-right: 0px;
	display: block;
	/*height: 30px;*/
	line-height: 28px;
	border-bottom: 2px solid transparent;
}

@media screen and (min-width:1024px) and (max-width:1300px){
	.mainMenu > li > a{
		font-size:14px;
		padding:10px;
	}
}

.mainMenu > li.current-menu-item > a{
	border-bottom: 2px #ec008c solid;
    text-decoration: none;
}
.topMenu > li{
	line-height: 68px;
}
.topMenu > li > a{
	display: block;
	font-size: 12px;
	color: #ffffff!important;
	line-height: 28px;
	padding: 15px 10px;
}
.topMenu > li.social.facebook:hover > a { background: url(../i/facebook-hover.png) no-repeat center center; }
.topMenu > li.social.instagram:hover > a { background: url(../i/instagram-hover.png) no-repeat center center; }
.topMenu > li.social.youtube:hover > a { width: 32px; background: url(../i/youtube-hover.png) no-repeat center center; }
.topMenu > li.social.spotify:hover > a { background: url(../i/spotify-hover.png) no-repeat center center; }
.topMenu > li.search > a.search-link:hover,
.topMenu > li.search.active > a.search-link,
.topMenu > li.search:hover > a.search-link{
	border-bottom: 2px solid #ec008c;

}
.topMenu > li.search{
	position: relative;
}
.topMenu > li.search > .search-wrapper{
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
}
.topMenu > li.search > .search-wrapper .search-input{
	width: 100%;
	border: none;
	height: 100px;
	text-align: center;
	background-color: #838383;
	color: #fff;
	font-family: Montserrat, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
}
.topMenu > li.search > .search-wrapper .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.topMenu > li.search > .search-wrapper .search-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.topMenu > li.search > .search-wrapper .search-input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.topMenu > li.search > .search-wrapper .search-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.detailsMenuWrapper{
	/* display: block !important; */
	padding: 0px;
	top: 100% !important;
}
.mainMenu > li{
	position: static;
}
.mainMenu > li > .dropdown-menu {
	top: inherit;
	visibility: hidden;
	-webkit-animation: showsSlideUp 5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideUp 5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.mainMenu > li:hover > .dropdown-menu{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	width: 100%;
	float: none;
	border-radius: 0px;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	visibility: visible;
	-webkit-animation: showsSlideDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.mainMenu > li > .dropdown-menu > li {
	-webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    padding: 0px;
    border: none;
    margin: 0px;
    border-radius: 0px;
    position: initial;
    max-width: 20%;
}
.ie .mainMenu > li > .dropdown-menu > li {
	-ms-flex: 1;
	flex: 1;
}
.mainMenu > li > .dropdown-menu > li > a {
	padding: 0px;
	display: block;
	position: relative;
	min-height: 72px;
	background-size: 100% auto;
	background-position: center center;
}
.mainMenu > li > .dropdown-menu > li > a > img{

}
.mainMenu > li > .dropdown-menu > li > a > .desc {
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	padding-top: 0;
}
.mainMenu > li > .dropdown-menu > li > a:hover > .desc  {
	background: rgba(216, 3, 139, 0.6);
	background: -moz-linear-gradient(bottom right, rgba(216, 3, 139, 0.6) 0%, rgba(105, 17, 130, 0.6) 100%);
	background: -webkit-linear-gradient(left top, rgba(216, 3, 139, 0.6) 0%, rgba(105, 17, 130, 0.6) 100%);
	background: linear-gradient(to bottom right, rgba(216, 3, 139, 0.6) 0%, rgba(105, 17, 130, 0.6) 100%);
}
.mainMenu > li > .dropdown-menu > li > a > .desc .menuTitle {
	margin-top: 0;
	display: block;
	color: #ffffff;
	font-family: Karla;
	font-size: 17.0px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 700;
	text-align: center;
}
.mainMenu > li > .dropdown-menu > li > a > .desc .menuTitle:after {
	content: '';
	display: block;
	position: relative;
	width: 100px;
	height: 3px;
	background: #ec008c;
	margin: auto;
}
.mainMenu > li > .dropdown-menu > li > a > .desc .menuExcerpt {
	display: block;
	color: #ffffff;
	font-family: Karla;
	font-size: 13.0px;
	font-style: normal;
	font-stretch: normal;
	font-weight: 400;
	text-align: center;
}
.mainMenu > li > .dropdown-menu > li > a:hover {
	font-weight: normal;
}
.mainMenu > li > .dropdown-menu > li > a > .desc .desc-container{
	display: table;
	width: 100%;
	height: 100%;
}
.mainMenu > li > .dropdown-menu > li > a > .desc .desc-wrapper{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
/*.mainMenu > li > .dropdown-menu {
	opacity: 0;
    transition: all 0.5s ease 3s;
}
.mainMenu > li:hover > .dropdown-menu {
    opacity: 1;
    transition: all 0.5s ease 0s;
}*/
.ie:not(.ie10) .mainMenu > li > .dropdown-menu > li{
	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-animation: none !important;
    animation: none !important;
}


@media (min-width:992px){
	.mainMenu > li{
		position: relative;
	}

	.mainMenu > li:hover > a{
		border-bottom:none;
	}
	.mainMenu > li > .dropdown-menu {
		top: 100%;
		visibility: initial;
		-webkit-animation: showsSlideDown .5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
		animation: showsSlideDown .5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
		min-width: 240px;
	}
	.mainMenu > li:hover > .dropdown-menu{
		flex-direction:column;
		border: 2px #ec008c solid;
		
	}
	
	.mainMenu > li > .dropdown-menu > li {
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
		padding: 0px;
		border: none;
		margin: 0px;
		border-radius: 0px;
		position: relative;
		max-width: 100%;
	}

	.mainMenu > li > .dropdown-menu > li.thumbnail {
		background-color: transparent;
	}
	.ie .mainMenu > li > .dropdown-menu > li {
		-ms-flex: 1;
		flex: 1;
	}
	.mainMenu > li > .dropdown-menu > li > a > .cart-icon{
		color:#ec008c;
	}
	.topMenu > li > a.wcmenucart-contents{
		color:#ec008c !important;
	}
	.mainMenu > li > .dropdown-menu > li > a {
		position: relative;
		background-image:none !important;
		background:transparent;
		min-height:45px;
	}
	.mainMenu > li > .dropdown-menu > li > a > img{
	
	}
	.mainMenu > li > .dropdown-menu > li > a > .desc {
		background-color: rgba(0,0,0,.3);
		backdrop-filter: blur(3px);
		padding: 0 10px;
	}
	.mainMenu > li > .dropdown-menu > li > a > .desc .menuTitle {
		font-weight: 500;
		text-align: left;
		white-space: pre-wrap;
	}
	.mainMenu > li > .dropdown-menu > li > a > .desc .menuTitle:after {
		content: '';
		display: none;
	}
	.mainMenu > li > .dropdown-menu > li > a > .desc .menuExcerpt {
		display: none;
	}
	.mainMenu > li > .dropdown-menu > li > a:hover {
		font-weight: normal;
	}
	.mainMenu > li > .dropdown-menu > li > a > .desc .desc-container{
		display: table;
		width: 100%;
		height: 100%;
	}
	.mainMenu > li > .dropdown-menu > li > a > .desc .desc-wrapper{
		display: table-cell;
		width: 100%;
		height: 100%;
		text-align: center;
		vertical-align: middle;
	}
	/*.mainMenu > li > .dropdown-menu {
		opacity: 0;
		transition: all 0.5s ease 3s;
	}
	.mainMenu > li:hover > .dropdown-menu {
		opacity: 1;
		transition: all 0.5s ease 0s;
	}*/
	.ie:not(.ie10) .mainMenu > li > .dropdown-menu > li{
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-animation: none !important;
		animation: none !important;
	}
}
@media (min-width:1600px){
	.mainMenu > li > .dropdown-menu > li > a {
		min-height:38px;
	}
}

/*.mainMenu > li > .dropdown-menu > li:nth-child(1) {
    -webkit-animation: showsSlideDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
/* .mainMenu > li > .dropdown-menu > li:nth-child(1) .desc-container {
    -webkit-animation: showsSlideDown .3s 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown .3s 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
} */
/*.mainMenu > li > .dropdown-menu > li:nth-child(2) {
    -webkit-animation: showsSlideDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
/* .mainMenu > li > .dropdown-menu > li:nth-child(2) .desc-container {
    -webkit-animation: showsSlideDown .3s 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown .3s 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
} */
/*.mainMenu > li > .dropdown-menu > li:nth-child(3) {
    -webkit-animation: showsSlideDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
/* .mainMenu > li > .dropdown-menu > li:nth-child(3) .desc-container {
    -webkit-animation: showsSlideDown .3s 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown .3s 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
} */
/*.mainMenu > li > .dropdown-menu > li:nth-child(4) {
    -webkit-animation: showsSlideDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
/* .mainMenu > li > .dropdown-menu > li:nth-child(4) .desc-container {
    -webkit-animation: showsSlideDown .3s 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown .3s 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
} */
/*.mainMenu > li > .dropdown-menu > li:nth-child(5) {
    -webkit-animation: showsSlideDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
/* .mainMenu > li > .dropdown-menu > li:nth-child(5) .desc-container {
    -webkit-animation: showsSlideDown .3s 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
    animation: showsSlideDown .3s 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
} */
.close-discover-menu .main-header .discover-menu li {
    -webkit-transform: translateY(-170px);
    -ms-transform: translateY(-170px);
    transform: translateY(-170px);
}
.close-discover-menu ul.detailsMenuWrapper ul.box-1 {
    -webkit-animation: showsSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: showsSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}
.close-discover-menu ul.detailsMenuWrapper ul.box-2 {
    -webkit-animation: showsSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: showsSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}
.close-discover-menu ul.detailsMenuWrapper ul.box-3 {
    -webkit-animation: showsSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: showsSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}
.close-discover-menu ul.detailsMenuWrapper ul.box-4 {
    -webkit-animation: showsSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: showsSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}
.close-discover-menu ul.detailsMenuWrapper ul.box-5 {
    -webkit-animation: showsSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
    animation: showsSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}

/* Footer
------------------------------------------------------------ */
footer.footer{
	background: url(../i/footer-background.jpg) no-repeat left top;
	background-size: cover;
	position: relative;
	z-index: 4;
}
.footer .jazzFooterLogoDiv{
	text-align: right;
}
.footer .subscribe h2{
	margin-top: 125px;
	margin-bottom: 25px;
}
#email-subcribe{
	width: 305px;
	height: 50px;
	border: none;
	padding: 0px 20px;
	margin-right: 10px;
	vertical-align: top;
}
.footer .subscribeButton{
	width: 177px;
}
.footer .subscribe{
	margin-bottom: 135px;
}
.footerMenu{
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer-menu-wrapper {
	margin-bottom: 80px;
}
.copyrightDiv{
	height: 53px;
	background: #000;
	padding-bottom: 0px;
}
.copyrightDiv .copyright{
	line-height: 53px;
	padding-bottom: 0px;
}
.footerSocialMenu > li > a{
	line-height: 53px;
}
.footer .jazzFooterLogo{
	margin-top: -20px;
}
.copyrightDiv .copyright a{
	color: #fff;
}

/* Programs Page
------------------------------------------------------------ */
/* Archive */
.filterHead {
	background-color: transparent;
	border: none;
	min-height: 70px;
	padding: 0 15px;
}
.filterHead-wrapper{
	border: 1px solid transparent;
	-moz-border-image: -moz-linear-gradient(left, #e0028b 0%, #481573 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #e0028b 0%, #481573 100%);
	border-image: linear-gradient(to right, #e0028b 0%, #481573 100%);
	-moz-border-image-slice: 1;
	-webkit-border-image-slice: 1;
	border-image-slice: 1;
	padding: 10px;
	background: #191919;
}
.ie .filterHead-wrapper{
	border: 1px solid #e0028b;
}
.filterHead .dayFilter{
	margin-bottom: 0px;
	border: 1px solid #fff;
}
.filterHead .allDay{
    background: none;
    border: 1px solid #fff;
}
.filterHead .dayFilter.checked,
.filterHead .allDay.checked{
	background: #ec008c;
	border: 1px solid #ec008c;
}
.filterContent {
    left: 15px;
    right: 15px;
    padding: 0px;
    z-index: 100;
} 
.filter-content-wrapper{
	padding: 60px 60px 50px 60px;
}
.page-template-page-program .programSection .borderBg{
	bottom: auto;
}
#no-programs{
	display: none;
}
.filterContent .fitlerTitle{
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	margin: 0px 0px 18px;
}
.filterContent .submitFilter,
.filterContent .removeFilter {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	border: none;
}
.filterContent .removeFilter {
	background: #000;
}
.filterContent .row.last{
	margin-bottom: 0px;
}

/* Filter Checkbox */
.filterContent .filter-item-row [type="checkbox"] + label{
	padding-left: 34px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.filterContent .filter-item-row{
	margin-bottom: 10px;
}
[type="checkbox"].filled-in:checked + label:after,
[type="checkbox"].filled-in:not(:checked) + label:after{
	width: 22px;
	height: 22px;
}
[type="checkbox"].filled-in:not(:checked) + label:after{
	border: 1px solid #fff;
	border-radius: 0px;
}
[type="checkbox"].filled-in:checked + label:after{
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 0px;
}
[type="checkbox"].filled-in:checked + label:before{
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	left: 2px;
	top: 1px;
}
.page-template-page-program .interestingSection{
	margin-bottom: 150px;
}
.programFilter{
	margin-top: 0px;
	z-index: 4;
}
.mainBanner.programBanner{
	margin-bottom: 67px;
}
.filterHead .showFilter{
	font-weight: 700;
	padding-left: 0;
	line-height: 28px;
	height: 28px;
	margin-top: 10px;
	text-decoration: none;
}
.download-timetable{
	font-weight: 700;
	padding-left: 0;
	line-height: 28px;
	height: 28px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	border-bottom: 3px #ec008c solid;
}
.download-timetable:active,
.download-timetable:visited,
.download-timetable:hover,
.download-timetable:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}
.timetable-wrapper{
	margin-bottom: 15px;
	text-align: right;
}

/* New Filter */
#program-filter{

}

#program-filter .panel-group{
	background: none;
}

#program-filter .panel-group .panel{
	border: 2px solid #fff;
	border-radius: 0;
	background: none;
	margin: 0 0 10px;
}

#program-filter .panel-group .panel-heading{
	background: none;
	border: 0;
	border-radius: 0;
	padding: 15px 20px;
}

#program-filter .panel-group .panel-heading h4{
	color:  #fff;
	font-weight: 700;
	text-transform: uppercase;
}

#program-filter .panel-group .panel-heading h4 a{
	font-size: 16px !important;
}

#program-filter .panel-group .panel-heading + .panel-collapse > .panel-body{
	border: none;
}

#program-filter #collapse-2 .panel-body{
	padding-bottom: 0px;
}

.filterHead #program-filter .dayFilter{
	margin: 0 15px 0 0;
}

.filterHead #program-filter .dayFilter.checked,
.filterHead #program-filter .dayFilter:hover{
	border: 1px solid #ec008c;
}

#program-filter .genre-filter{
	display: block;
	float: left;
	position: relative;
	margin-right: 20px;
	border: 2px solid transparent;
}

#program-filter .genre-filter:hover,
#program-filter .genre-filter.checked{
	border: 2px solid #fff;
}

#program-filter .genre-image{
	display: block;
	position: relative;
}

#program-filter .genre-label{
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding-top: calc(50% - 13px);
}

#program-filter .genre-label span{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 5px;
	color: #fff;
	font-weight: 700;
	border-top: 1px solid #fff;
	font-size: 16px;
}

#program-filter .location-filter{
	display: block;
	border: 1px solid #fff;
	margin-bottom: 5px !important;
	padding: 5px 10px !important;
	color: #fff;
	font-weight: 700;
	font-size: 16px !important;
}

#program-filter .location-filter.checked,
#program-filter .location-filter:hover{
	border: 1px solid #ec008c;
	text-decoration: none;
}

#program-filter .submitFilter2{
	height: 50px;
	background: #ec008c;
	color: #fff;
	font-weight: 700;
	border: none;
	min-width: 220px;
	font-family: Karla;
	font-size: 16px;
}

/* Program Detail */
.programDetailsModal{
	width: auto;
	right: 0px;
	left: 50%;
	transition: all 0.5s linear;
	display: block;
	transform: translateX(100%);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.programDetailsModal.opened{
	transform: translateX(0);
}
.programDetailsModal .programDetails{
	visibility:hidden;
}
.programDetailsModal.opened .programDetails{
	visibility:visible;
}
.programDetailsModal .programDetailsContent{
	padding: 70px;
}
.programDetailsModal .banner img{
	display: none;
}
.programDetailsContent .dateLocation{
	margin-bottom: 5px;
	text-transform: capitalize;
}
.programDetailsContent .title{
	color: #E9008A;
	font-weight: 600;
	margin: 0px 0px 5px;
}
.programDetailsContent .genre{
	margin: 0px 0px 25px;
}
.genreContent{
	display: inline-block;
}
.genreContent a{
	color: #000;
	text-decoration: underline;
}
.programDetailsContent .description{
	/* max-width: 460px; */
}
#closeProgramModal{
	width: 313px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.programDetailsContent .socialDiv{
	margin-top: 40px;
	padding-top: 16px;
}
.programDetailsContent .socialDiv .jssocials-shares{
	text-align: right;
}
.programDetailsContent .socialDiv .jssocials-share{
	display: inline-block;
	margin-left: 10px;
}
.programDetailsContent .images .imagePlaceholder{
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	height: auto;
}
.programDetailsContent .images{
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 30px;
}
.programDetailsContent .images div[class*="col"]{
	padding-left: 10px;
	padding-right: 10px;
}
.programDetailsContent .images .imagePlaceholder img{
	height: auto;
	display: block;
}
.spotify-title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 15px;
}
.spotify-element{
	margin-bottom: 80px;
	display: none;
}
#close-program{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../i/close.png) no-repeat;
	position: absolute;
	z-index: 100;
	top: 15px;
	right: 30px;
}
.programDetails{
	position: relative;
}
.filterHead-wrapper.expand .filter-program-text{
	display: none;
}
.filterHead-wrapper:not(.expand) .filter-program-close-text{
	display: none;
}
.programList .program .content .excerpt .day-name{
	text-transform: capitalize;
}

/* Single Content */
.mainArticle .mainContent{
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
	margin-top: 0px;
	font-family: Karla, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 0px;
	position: relative;
	word-wrap: break-word;
}
.content-sidebar #mainContent,
.page-template-page-vrijwilligers .mainArticle .mainContent,
.page-template-page-cta .mainArticle .mainContent,
.single-post .mainArticle .mainContent,
.mainArticle .mainContent.one-col
{
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
}
.page-template-page-cta .mainArticle .mainContent{
	padding-bottom: 30px;
}
.festival-informatie .mainContent h3,
.page-template-page-generic .mainContent h3{
	margin-top: 0px;
}
.content-sidebar #sidebarContent{
	position: relative;
	font-family: Karla, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}
.content-sidebar #sidebarContent p{
	margin: 0 0 25px;
}
.content-sidebar #sidebarContent .featuredImage{
	width: calc(100% + 70px);
	margin-right: -70px;
	position: relative;
	margin-bottom: 25px;
}
.content-sidebar #sidebarContent .featuredImage:after{
	position: absolute;
	content:"";
	height:100%;
	top:0;
	left: 0px;
	right: 0px;
	background: rgba(216, 3, 139, 0.6);
	background: -moz-linear-gradient(135deg, rgba(235,0,140,0.65) 25%,rgba(82,20,128,0.65) 75%);
	background: -webkit-linear-gradient(135deg, rgba(235,0,140,0.65) 25%,rgba(82,20,128,0.65) 75%);
	background: linear-gradient(135deg, rgba(235,0,140,0.65) 25%,rgba(82,20,128,0.65) 75%);
	z-index: 3;
}
.mainArticle .mainContent p{
	margin-bottom: 25px;
}
.mainArticle .mainContent .post-wrapper{
	padding-bottom: 30px;
	border-bottom: 1px solid #979797;
	padding-right: 60px;
}
.mainArticle .mainContent .post-wrapper > p:last-child{
	margin-bottom: 0px;
}
.overnachten-title{
	margin-top: 110px;
}
.single-post #topContent{
	padding-right: 60px;
}
#topContent .title{
	margin: 0px 0px 30px;
	color: #D0007B;
	font-family: Montserrat;
	font-size: 50px;
	font-weight: 700;
}
#topContent .category{
    color: #000000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin: 0px 0px 10px;
}
.single .mainArticle,
.page .mainArticle{
	padding: 70px 70px 0px 60px;
	z-index: 5;
}
.main-content-wrapper{
	position: relative;
	padding: 0px 0px 60px;
}
.main-content-wrapper #share{
	position: absolute;
	bottom: 20px;
	right: 0px;
}
.main-content-wrapper #share.post-share{
	position: static;
	padding-top: 20px;
}
.mainArticle .download{
	padding-top: 60px;
	padding-bottom: 70px;
}
.mainArticle .download h3{
	margin: 0px 0px 20px;
	color: #D0007B;
}
.mainArticle .address .download h3{
	font-family: Karla, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0px;
}
.mainArticle .download .button{
	width: 315px;
	text-align: center;
}
.mainArticle .row .download{
	padding: 20px 0px 0px;
}
.mainArticle .row .download .button{
	max-width: 100%;
}
.mainArticle .download p:last-child{
	margin-bottom: 0px;
}
.page-template-page-generic .pageWrapper,
.page-template-page-generic-alt .pageWrapper,
.page-template-page-alt .pageWrapper,
.archive .pageWrapper,
.search .pageWrapper{
	margin-bottom: 0px;
	padding-bottom: 150px;
	position: relative;
}
.page-template-page-generic .pageWrapper .borderBg,
.page-template-page-generic-alt .pageWrapper .borderBg,
.page-template-page-alt .pageWrapper .borderBg{
    left: -36px;
    width: calc(100% - 86px);
    top: auto;
    height: 50%;
    bottom: 63px;
    position: absolute;
}

.page-template-page-food-truck .pageWrapper{
	position: relative;
}

.page-template-page-food-truck .pageWrapper .borderBg{
	left: -36px;
	width: calc(100% - 86px);
	top: auto;
	height: calc(60%);
	top: -44px;
	position: absolute;
}

#typhoon-bg{
	position: absolute;
	top: 19px;
	z-index: 4;
	right: 0px;
	width: 75%;
	text-align: right;
}
#typhoon-bg img{
	max-width: 100%;
	height: auto;
}

.video-container {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    position: relative;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    min-height: 100vh;
    padding-top: 10vh;
}
#video-gallery{
	padding-bottom: 50px;
	padding-top: 20px;
}
#video-gallery .video-gallery-item{
	margin-bottom: 30px;
}
.page-template-page-generic .mainArticle .galery{
	padding-top: 20px !important;
}
.gallery-title{
	margin: 0px 0px 0px;
    color: #D0007B;
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 400;
}

/* Page Styles */
.page-template-page-list-post .pageWrapper{
	margin-bottom: 120px;
}
.personList .person h3{
	margin-top: 0px;
}
.personList{
	padding-top: 55px;
	padding-bottom: 40px;
	border-top: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #e0028b 0%, #481573 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #e0028b 0%, #481573 100%);
    border-image: linear-gradient(to right, #e0028b 0%, #481573 100%);
    -moz-border-image-slice: 1;
	-webkit-border-image-slice: 1;
	border-image-slice: 1;
}
.ie .personList{
	border-top: 1px solid #e0028b;
}
.personList h2.title{
	font-family: Montserrat;
	font-size: 21px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 30px;
}
.final{
	padding-top: 80px;
	padding-bottom: 70px;
	border: none;	
}
.final h3{
	margin-top: 0px;
}
.final-wrapper{
	border-bottom: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #e0028b 0%, #481573 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #e0028b 0%, #481573 100%);
    border-image: linear-gradient(to right, #e0028b 0%, #481573 100%);
    -moz-border-image-slice: 1;
	-webkit-border-image-slice: 1;
	border-image-slice: 1;
}
.ie .final-wrapper{
	border-bottom: 1px solid #e0028b;
}
.winners{
	padding-top: 85px;
	padding-bottom: 30px;
}
.winnersTitle{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 21px;
}

/* Muziektest */
.muziektestPage .banner > .title{
	font-family: 'Playfair Display', sans-serif;
	font-size: 50px;
}

/* Misc */
.button-link{
	width: 313px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #ec008c;
	text-decoration: none;
	color: #fff;
}
.button-link:visited,
.button-link:hover,
.button-link:focus{
	text-decoration: none;
	color: #fff;
}
.pagination-centered{
	text-align: center;
}
ul.pagination{
	font-family: 'Karla', sans-serif;
	font-size: 16px;
}
ul.pagination li{
	margin: 0px 3px;
	display: inline;
}
ul.pagination a,
ul.pagination span{
	border-radius: 0px !important;
	float: none !important;
	background: none;
	border: 1px #ffffff solid;
	/*
    -moz-border-image: -moz-linear-gradient(left, #e0028b 0%, #481573 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #e0028b 0%, #481573 100%);
    border-image: linear-gradient(to right, #e0028b 0%, #481573 100%);
    border-image-slice: 1;
    */
    color: #fff;
}
.mainArticle ul.pagination li a,
.mainArticle ul.pagination li span{
	color: #000;
}
.mainArticle ul.pagination li.active a,
.mainArticle ul.pagination li.active span,
.mainArticle ul.pagination li a:hover,
.mainArticle ul.pagination li span:hover{
	color: #fff;
}
.mainArticle .featuredImage{
	width: auto;
	margin: 0px;
}
.postFeaturedImage .image{
	max-width: 100%;
	height: auto;
}

/* Food Truck */
#food-trucks{
	font-family: Karla, sans-serif;
	display: block;
}

#food-trucks .food-truck{
	margin-bottom: 60px;
}

.truck-image img{
	max-width: 100%;
}

.truck-description h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 0 0 25px;
	font-size: 20px;
}

.truck-description p{
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
}

.truck-description a.url{
	font-weight: 700;
	font-size: 16px;
	color: #D0007B;
	border-bottom: 2px solid #D0007B;
	display: inline-block;
	padding-bottom: 2px;
}

#cookie-notice .cn-button{
	height: auto;
}

/* Keyframes */
@-webkit-keyframes showsSlideDown {
    0% {
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@-moz-keyframes showsSlideDown {
    0% {
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@-o-keyframes showsSlideDown {
    0% {
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes showsSlideDown {
   	0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes showsSlideUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-moz-keyframes showsSlideUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-o-keyframes showsSlideUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes showsSlideUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

/* Episodes Page */
#episode, #donatie{
	font-family: Karla, Helvetica, sans-serif;
	font-family:16px;
	color:#fff;
}

#episode h1, #episode h2, #episode h3, #episode h4, #episode h5{
	font-weight:bold;
}

#donatie h1, #donatie h2, #donatie h3, #donatie h4, #donatie h5{
	font-weight:bold;
} 
#episode h3{
	font-size:20px;
}
.banner-wrapper.main_image{
	padding:15px 30px;
	
}
.banner-wrapper.main_image .content{
	max-width:300px;
}
.banner-wrapper.main_image .content h1{
	margin-top: 10px;
	font-size:28px;
	color:#fff;
}

.banner-wrapper.main_image .content p{
	font-size:14px;
}

.button.extended{
	height:auto;
	line-height:initial;
	padding:10px 35px;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
}

.button.generic{
	background: #FFFFFF;
	color:#BF2A79;
	text-align:center;
}

#social_media_share .modal-dialog{
	width:200px;
}
#social_media_share .modal-dialog h3{
	margin-top:0px;
}
#social_media_share .jssocials-share{
	display: inline-block;
	margin: 10px 20px 10px 0;
}

.donation{
	background: #BF2A79;
	padding: 32px 23px;
}

.donation h2{
	margin-top:0;
}
.donation p{
	font-size:14px;
}
.afleveringen-wrapper{
	display: flex;
	flex-direction: row;
}

.afleveringen-wrapper .episode_slider{
	max-width: 166px;
	display: inline-flex;
	position: relative;
	padding-right: 16px;
}

.livestream-wrapper .episode_slider{
	max-width: 100%;
	position: relative;
}

.livestream-wrapper .episode_slider .livestream-items{
	padding:10px;
	border:1px solid #fff;
	margin-bottom:15px;
}

.livestream-wrapper .episode_slider .episode-list{
	width: 100%;
	display: block;
}

.afleveringen-wrapper .episode_slider a{
	position:relative;
	
}

.afleveringen_slider_wrapper .episode_slider .livestream-items{
	padding:10px;
	border:1px solid #fff;
	margin-bottom:30px;
}

.episode_slider a.isDisabled {
	cursor: not-allowed;
}
.episodes_thumbnail{
	max-width:100%;
	position: relative;
	background: #000;
	opacity: 0.5;
}
.episodes_thumbnail img{
	max-width:100%;
}

.livestream-title{
	margin-bottom: 20px;
}

.episodes_list{
	cursor:pointer;
}
.episodes_list span{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 0 15px;
	width: 100%;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.livestream-items .episodes_list span{
	bottom: 10%;
	font-size: 15px;
}

.single.donation h2{
	margin-bottom:5px;
}

.single.donation .donation-date{
	font-size:20px;
	margin-bottom:23px;
	display:block;
}

.episodes_list .post_title:after{
	content: '';
	display:block;
	width: 11px;
	height: 3px;
	background-color:#BF2A79;
	margin:auto;
}


.advertisement{
	position:relative;
	margin:0 0 20px 0;
	overflow:hidden;
}

.advertisement .advertisement-thumbnail{
	position: relative;
	background: #000;
	opacity: .7;
}

.advertisement img{
	width:100%;
}

.advertisement .post_title{
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	margin:15px 0px;
	width:100%;
	color:#fff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0px;
}
.advertisement .post_title:after{
	content: '';
	display:block;
	width: 11px;
	height: 3px;
	background-color:#BF2A79;
	margin:auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: unset !important;
}

.swiper-button-prev{
	left: 0 !important;
	right: auto !important;
	text-align:center;
	background: #BF2A79;
	background-image: none;
	color: #fff;
}

.swiper-button-next{
	right: 0 !important;
	left: auto !important;
	text-align:center;
	background: #BF2A79;
	background-image: none;
	color: #fff;
}

.btn-pink{
	height: auto;
	line-height: initial;
	padding: 10px 35px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background-color: #ec008c;
	color: #ffffff;
}
@media screen and (max-width:767.98px){
	#episode,#donatie{
		margin-top:20px;
	}
	
	.banner-wrapper.main_image{
		padding: 15px 23px;
	}
	.banner-wrapper.main_image .content h1{
		margin-top:0;
	}
	.banner-wrapper.main_image.single.mobile{
		padding-left:15px;
		padding-right:15px;
	}
	.video-wrapper{
		margin-bottom:0px;
	}
	.single.afleveringen-wrapper{
		margin-bottom:14px;
	}
	.afleveringen_slider{
		margin-bottom: 0px;
	}
	
	.swiper-button-prev, .swiper-button-next{
		display:none;
	}
	.episodes_list span{
		font-size: 13px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.livestream-items .episodes_list span{
		bottom: 0%;
		font-size: 15px;
	}

	.episodes_list .episodes_thumbnail img{
		min-width: 156px;
	}

	.button.extended{
		width:134px !important;
	}
	.fixed_content{
		position:fixed;
		bottom:0;
		left:0;
		width: 100%;
	}
	
	.fixed_content.single{
		padding-left:15px;
		padding-right:15px;
	}
	.fixed_content.single h2{
		font-size:20px;
	}
	
	.fixed_content.single .content{
		max-width:300px;
	}
	
	.fixed_content.single .content p{
		font-size:10px;
	}
	
	.donation{
		padding:15px 23px;
		z-index: 5;
	}
	.donation h2{
		font-size:24px;
	}
	
	.donation .content{
		max-width:100%;
	}
	
	
	.afleveringen-wrapper{
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	
	

	.advertisement{
		/* max-height: 107px; */
		max-height:100%;
	}
	
	.advertisement.last{
		max-height:100%;
	}
	
	.advertisement img{
		max-height:170px;
	}
}
@media screen and (min-width:768px) and (max-width:991.98px){
	#episode{
		margin-top:0px;
	}
	
	#episode, #donatie{
		margin-top:0px;
	} 
	.donation{
		padding: 12px 23px;
	}
}
@media screen and (min-width:992px){
	#episode{
		margin-top:120px;
		margin-bottom:80px;
	}
	
	#donatie{
		margin-top:180px;
		margin-bottom:80px;
	}
	
	.donation.desktop{
		min-height: 272px;
	}
	.video-wrapper .embed-responsive{
		min-height:273px;
	}
	.banner-wrapper.main_image{
		padding:12px 30px;
		min-height:140px;
	}
	.advertisement{
		max-height:140px;
	}
	.advertisement.last{
		max-height:100%;
	}
	.banner-wrapper.main_image .content h1{
		margin-top: 0px;
	}
	
	.afleveringen_slider_wrapper{
		margin-left:-10px;
		margin-right:-10px;
	}
	.afleveringen-wrapper .episode_slider{
		min-width: 166px;
	}

	.afleveringen_slider.swiper-container{
		padding-right:10px;
		padding-left:10px;
	}
	.swiper-button-next, .swiper-button-prev{
		top: 35% !important;
		width: 15px !important;
		height: 27px !important;
		margin-top: 0 !important;
	}
	.swiper-button-next i, .swiper-button-prev i{
		margin:6px 0;
	}
	
	.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
		opacity: 1 !important;
		cursor: pointer !important;
		pointer-events: initial !important;
	}
	
	.single .swiper-button-next.swiper-button-disabled, .single .swiper-button-prev.swiper-button-disabled{
		opacity: 0 !important;
	}
}


.page-template-page-tmsqr .mainArticle .mainContent {
/* 	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	column-count: 1;
	column-gap: 0px; */
/* 	column-count: unset; */
	width: 100%;
	height: 100%;
}
.page-template-page-tmsqr .pageWrapper {
	margin-bottom: 0px;
	padding-bottom: 150px;
	position: relative;
}
.page-template-page-tmsqr .pageWrapper .borderBg{
	left: -36px;
	width: calc(100% - 86px);
	top: auto;
	height: 50%;
	bottom: 63px;
	position: absolute;
}
.page-template-page-tmsqr .mainArticle {
	background-color: #191919;
	min-height: 70vh;
	padding: 30px 50px 50px 50px;
	position: relative;
	color: #000000;
	border: 2px solid #e9008a;
}

.page-template-page-tmsqr .mainArticle .main-content-wrapper {
	width: 100%;
	height: 100%;
}
.page-template-page-tmsqr .tmsqr-adp .tmsqr-adp-modal .tmsqr-adp-content .tmsqr-adp-information {
	padding: 30px;
	width: 100%;
	color: white;
	background-color: #191919;
}
.page-template-page-tmsqr .tmsqr-filterbar-lineup {
	margin: 10px 0 40px;
}
.page-template-page-tmsqr .tmsqr-filterbar-lineup .tmsqr-lineup-searchbar-wrapper {
	width: 100%;
}
.page-template-page-tmsqr label.tmsqr-filter-date {
	margin-bottom: 0;
}
.page-template-page-tmsqr .tmsqr-filter-date select {
	padding: 5px 0.5em;
}
.page-template-page-tmsqr #tmsqr-timetable-table {
	width: 100%;
	height: 100%;
}

.page-template-page-generic .gm-style .gm-style-iw-c,
.page-template-page-generic-alt .gm-style .gm-style-iw-c {
	flex-direction: row-reverse;
}