@font-face {
	font-family: 'Century Gothic Std';
	src: url('../fonts/CenturyGothicStd.eot');
	src: url('../fonts/CenturyGothicStd.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothicStd.woff2') format('woff2'), url('../fonts/CenturyGothicStd.woff') format('woff'), url('../fonts/CenturyGothicStd.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Century Gothic Bold';
	src: url('../fonts/CenturyGothicStd-Bold.eot');
	src: url('../fonts/CenturyGothicStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothicStd-Bold.woff2') format('woff2'), url('../fonts/CenturyGothicStd-Bold.woff') format('woff'), url('../fonts/CenturyGothicStd-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
p {
	line-height: 2rem;
	margin-bottom: 1rem;
}
p:last-of-type {
	margin-bottom: 0;
}
html {
	font-size: 62.5%;
}
html, body {
	height: 100%;
}
body {
	color: #000000;
	font-family: sans-serif;
	font-size: 1.4rem;
	font-weight: 200;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}
body.page, body.single-cast, body.single-post, body.single-creatives, body.page-template-eventim {
	background-color: #ffffff;
}
body.no--scroll {
	height: 100vh;
	overflow: hidden;
	width: 100vw;
}
.alignnone {
	margin: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin: 0;
}
.alignleft {
	float: left;
	margin: 0;
}
a img.alignright {
	float: right;
	margin: 0;
}
a img.alignnone {
	margin: 0;
}
a img.alignleft {
	float: left;
	margin: 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.orange_button {
	align-items: center;
	background-color: #f49b3a;
	color: #fff !important;
	display: inline-flex;
	font-family: 'Century Gothic Std', sans-serif;
	font-size: 1.4rem;
	height: 3rem;
	justify-content: center;
	margin-bottom: 1rem;
	padding: .3rem 1.5rem 0 1.5rem;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color .2s;
}
.orange_button:hover {
	background-color: #000000;
}
.white_button {
	align-items: center;
	background-color: #fff;
	color: #f49b3a !important;
	display: inline-flex;
	font-family: 'Century Gothic Std', sans-serif;
	font-size: 1.4rem;
	height: 3rem;
	justify-content: center;
	margin-bottom: 1rem;
	padding: .3rem 1.5rem 0 1.5rem;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color .2s;
}
.white_button:hover {
	background-color: #000000;
	color: #fff;
}
.orange_txt {
	color: #f49b3a;
}
@media screen and (max-width: 699px) {
	#b {
		display: none;
	}
}
/* -------------------------------------------------- */
/* CALENDAR                                           */
/* -------------------------------------------------- */
.calendar {
	background-color: #fff;
}
.calendar_inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 99.2rem;
	padding: 2.5rem 1.8rem 0 1.8rem;
}
@media only screen and (min-width: 768px) {
	.calendar_inner {
		padding: 3rem 1.8rem .5rem 1.8rem;
	}
	.page-template-tickets .calendar_inner {
		padding-top: 2.5rem;
	}
}
.calendar_cal {
	position: relative;
}
@media only screen and (min-width: 767px) {
	.calendar_cal {
		width: calc((100% - .9rem) / 2);
	}
}
@media only screen and (min-width: 992px) {
	.calendar_cal {
		width: calc((100% - 1.8rem) / 2);
	}
}
.calendar_header {
	align-items: center;
	background-color: #b1191f;
	color: #fff;
	display: flex;
	height: 3.5rem;
	justify-content: space-between;
}
.calendar_header a {
	color: #fff;
	font-size: 1.3rem;
	padding: 0 1rem;
	text-decoration: none !important;
	transition: color .2s;
}
.calendar_header a.hide {
	cursor: default;
	opacity: 0;
}
.calendar_header a:hover {
	color: #000;
}
.calendar_header span {
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	transition: color .2s;
}
.calendar_header span:hover {
	color: #000;
}
.calendar_row {
	border-bottom: .1rem solid RGBA(0, 0, 0, .05);
	display: flex;
}
.calendar-row--hide {
	display: none;
}
.calendar_row > div {
	flex: 1;
	text-align: center;
}
.calendar_row--header > div {
	color: #b1191f;
	font-weight: 600;
	padding: 1rem;
	text-transform: uppercase;
}
.calendar_row > div .date {
	color: #000;
	display: flex;
	padding: .9rem 0 .8rem 0;
	font-size: 1.3rem;
	font-weight: 600;
	flex-direction: column;
	height: 100%;
	padding: 1rem;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color .1s, color .1s;
	width: 100%;
}
.calendar_days--loading:before {
	align-items: center;
	background-color: #f5f5f5;
	content: "Laden ...";
	display: flex;
	height: 25rem;
	justify-content: center;
	width: 100%;
}
.calendar_days--loading .calendar_row {
	display: none;
}
.calendar_row > div .date.no--hover {
	background-color: #f5f5f5;
	color: RGBA(0, 0, 0, .6) !important;
	cursor: default;
}
.calendar_row > div .date.no--show {
	background-color: #fff;
	color: RGBA(0, 0, 0, .6) !important;
	cursor: default;
	font-weight: normal;
}
.calendar_row > div .date .bull {
	display: flex;
	flex-direction: column;
	font-size: 1.3rem;
	margin-top: .6rem;
}
.calendar_row > div .date .bull font {
	background-color: #15730E;
	color: #fff;
	cursor: pointer;
	display: block;
	margin-bottom: .5rem;
	padding: .3rem 0;
	transition: background-color .2s;
}
.calendar_row > div .date .bull font:last-child {
	margin-bottom: 0;
}
.calendar_row > div .date .bull .avail_0, .cal_tm3_month_days_row > div .times span.current {
	background-color: #D20A11;
}
.calendar_row > div .date .bull .avail_1 {
	background-color: #f49b3a;
}
.calendar_row > div .date .bull .avail_2, .calendar_row > div .date .bull .avail_3, .calendar_row > div .date .bull .avail_4, .calendar_row > div .date .bull .avail_5, .calendar_row > div .date .bull .avail_6, .calendar_row > div .date .bull .avail_7 {
	background-color: #2E98AF;
}
.calendar_row > div .date .bull font:hover {
	background-color: #000;
}
.calendar_legenda {
	align-items: center;
	display: flex;
	font-size: 1.2rem;
	padding-top: 1rem;
}
.calendar_legenda > div {
	padding-right: 1rem;
}
.calendar_legenda div span {
	font-size: 1rem;
	line-height: 1rem;
}
.calendar_legenda div.green span {
	color: #15730E;
}
.calendar_legenda div.orange span {
	color: #ff8900;
}
.calendar_legenda div.blue span {
	color: #2E98AF;
}
.calendar_legenda div.red span {
	color: #D20A11;
}
.month_selector {
	align-items: center;
	background-color: #b1191f;
	bottom: 0;
	color: #ffffff;
	display: none;
	flex-direction: column;
	left: .5rem;
	overflow: auto;
	padding: 1.5rem;
	position: absolute;
	right: .5rem;
	top: 6rem;
	z-index: 2;
}
.month_selector.month_selector--visible {
	display: flex;
}

.ticketInfo {display: none;}

@media only screen and (min-width: 768px) {
	.month_selector.month_selector--visible {
		display: none;
	}
}
.month_selector a {
	color: #ffffff;
	display: block;
	padding: 1rem 0;
	text-decoration: none !important;
}
.calendar_txt {
	color: #636362;
	font-family: 'Century Gothic Std', sans-serif;
	font-size: 1.7rem;
	line-height: 3rem;
	margin: 0 auto;
	padding-bottom: 4.5rem;
	padding-top: 2.5rem;
	text-align: center;
}
.page-template-tickets .calendar_txt {
	padding-bottom: 0;
	padding-left: 1.8rem;
	padding-right: 1.8rem;
	padding-top: 4.5rem;
}
@media only screen and (min-width: 767px) {
	.calendar_txt {
		padding-top: 2.5rem;
		width: calc((100% - .9rem) / 2);
	}
	.page-template-tickets .calendar_txt {
		padding-top: 4.5rem;
	}
}
@media only screen and (min-width: 992px) {
	.calendar_txt {
		/* width: calc((100% - 1.8rem) / 2); */
		width:71rem;
	}
}
.calendar_txt strong {
	font-size: 1.8rem;
}
.calendar_txt p {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
.calendar_txt small {
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding-left: .3rem;
}
.calendar_txt small.extratop {
	display: block;
	line-height: 1.8rem;
	padding-top: .3rem;
}
.calendar_txt strong {
	font-family: 'Century Gothic Bold', sans-serif;
	margin-bottom: .5rem;
}
.calendar_txt h2 {
	align-items: center;
	color: #b1191f !important;
	display: flex;
	font-family: 'Century Gothic Std', sans-serif;
	font-size: 2.4rem;
	font-weight: normal;
	justify-content: center;
	margin-top: -.3rem;
	line-height: 3.8rem;
	padding-bottom: 2.9rem;
	padding-top: .4rem;
	text-transform: uppercase;
}
.calendar_txt table {
  border:0;
  margin:4.5rem auto;
}

.calendar_txt table td {
	border: 0;
	padding: 0 1rem 0 0;
	text-align: left;
}
.calendar_txt a {
	align-items: center;
	color: #636362;
	display: flex;
	flex-direction: column;
	padding-left: .7rem;
	text-decoration: none;
}
.calendar_txt a:hover {
	color: #000;
}
.calendar_txt a:hover:after {
	background-position: 0 -1.3rem;
}
.cal_tm3 {
	position: relative;
	width: 100%;
}
.cal_tm3 .cal_tm3_header {
	align-items: center;
	display: none;
	height: 6rem;
	justify-content: space-between;
	left: 0;
	padding: 0 2rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 11;
}
.cal_tm3 .cal_tm3_header {
	display: flex;
	height: 4rem;
}
.cal_tm3 .cal_tm3_header a {
	color: #ffffff;
	font-size: 2.5rem;
	text-decoration: none !important;
	transition: color .2s;
}
.cal_tm3 .cal_tm3_header .months-list-toggler {
	display: block;
	font-size: 1.2rem;
	text-align: right;
	width: 100%;
}
.cal_tm3 .cal_tm3_header .months-list-toggler:hover {
	color: #fff;
}
.cal_tm3 .cal_tm3_header .months-list {
	display: none;
	background: #b1191f;
	position: absolute;
	list-style: none;
	left: 0px;
	padding: 0;
	right: 0px;
	text-align: center;
	top: 60px;
}
.combined .cal_tm3 .cal_tm3_header .months-list {
	left: 5px!important;
}
.cal_tm3 .cal_tm3_header .months-list a {
	display: block;
	font-size: 1.4rem;
	margin: 0;
	padding-bottom: 1rem;
}
.cal_tm3 .cal_tm3_header .months-list .prev {
	display: none;
}
.cal-tm3-tickets .cal_tm3 .cal_tm3_header .months-list .prev {
	display: block;
}
.fa-chevron-left:before {
	content: "\f053" !important;
}
@media only screen and (min-width: 768px) {
	.cal_tm3 .cal_tm3_header a {
		font-size: 1.9rem;
	}
	.cal_tm3 .cal_tm3_header .months-list-toggler {
		display: none;
	}
	.cal_tm3 .cal_tm3_months_inner .cal_tm3_month {
	border-left: .5rem solid #fff;
	border-right: .5rem solid #fff;
}
}
@media only screen and (max-width: 767px) {
	.cal_tm3 .cal_tm3_header a {
		margin-top: 20px;
	}
	.cal_tm3 .cal_tm3_header .prev, .cal_tm3 .cal_tm3_header .next {
		display: none;
	}
}
.cal_tm3 .cal_tm3_header a:hover {
	color: #000000;
}
.cal_tm3 .cal_tm3_months {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.cal_tm3 .cal_tm3_months_inner {
	align-items: flex-start;
	display: flex;
}
.cal_tm3 .cal_tm3_months_inner .cal_tm3_month {
	/*border-left: .5rem solid #fff;
	border-right: .5rem solid #fff;*/
}
.cal_tm3 .cal_tm3_months_inner .cal_tm3_month .cal_tm3_month_header {
	align-items: center;
	background-color: #b1191f;
	color: #fff;
	display: flex;
	font-family: 'Century Gothic Std', sans-serif;
	font-size: 1.9rem;
	height: 6rem;
	justify-content: center;
	padding-top: .3rem;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.cal_tm3 .cal_tm3_months_inner .cal_tm3_month .cal_tm3_month_header {
		height: 4rem;
	}
	.cal_tm3 .cal_tm3_months_inner .cal_tm3_month .cal_tm3_month_header:after {
		content: "";
	}

}
.cal_tm3_month_days {}
.cal_tm3_month_days_row {
	display: flex;
}
.cal_tm3_month_days_row > div {
	background-color: RGBA(0, 0, 0, .03);
	border: .2rem solid #fff;
	font-family: 'Century Gothic Std';
	flex: 1;
	height: 10.5rem;
	padding: 1rem .5rem .5rem .5rem;
	position: relative;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.cal_tm3_month_days_row > div {height: auto!important;}
}

.cal_tm3_month_days_row > div.empty {
	background-color: RGBA(0, 0, 0, .01);
}
.cal_tm3_month_days_row--header > div {
	background-color: transparent;
	color: #b1191f;
	font-family: 'Century Gothic Bold';
	height: auto;
	text-transform: uppercase;
}
.cal_tm3_month_days_row > div .day {
	color: #636362;
	font-family: 'Century Gothic Bold';
}
.cal_tm3_month_days_row > div .times {
	display: flex;
	flex-direction: column;
	padding-top: .5rem;
}
.cal_tm3_month_days_row > div .times a, .cal_tm3_month_days_row > div .times span {
	background-color: #ccc;
	color: #fff;
	display: block;
	font-size: 1.2rem;
	margin-bottom: .2rem;
	padding: .5rem 0 .3rem 0;
	text-align: center;
	text-decoration: none !important;
	transition: background-color .2s, color .2s;
}
.cal_tm3_month_days_row > div .times.ticketAvalible > a, .cal_tm3_month_days_row > div .times > a {
	background-color: #15730E;
}
body:not(.page-id-2499) .cal_tm3_month_days_row > div .times.ticketAvaliblelow > a, .page-id-2499 a.current {
	background-color: #f49b3a!important;
}

body:not(.page-id-2499) .cal_tm3_month_days_row > div .times.ticketAvalibleverylow > a {
	background-color: #2E98AF;
}
body:not(.page-id-2499) .cal_tm3_month_days_row > div .times.ticketUnavalible > a, div .times.ticketUnavalible span {
	background-color: #D20A11;
}
.cal_tm3_month_days_row > div .times a:last-child {
	margin-bottom: 0;
}
.cal_tm3_month_days_row > div .times a:hover, .cal_tm3_month_days_row > div .times a.active {
	background-color: #fff;
	color: #b1191f;
}
.cal_tm3_legenda {
	align-items: center;
	color: #636362;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Century Gothic Std';
	justify-content: center;
	padding: 3rem 0 4.5rem 0;
	text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
	.cal_tm3_legenda {
		flex-direction: row;
	}
}
.cal_tm3_legenda > div {
	align-items: center;
	display: flex;
	margin-bottom: 1rem;
	padding-right: 2.5rem;
}
@media only screen and (max-width: 443px) {
	.cal_tm3_legenda > div:nth-child(2n) {
		padding-right: 0;
	}
}
@media only screen and (min-width: 767px) {
	.cal_tm3_legenda > div {
		margin-bottom: 0;
	}
	/* .cal_tm3_legenda > div:nth-child(2n) {
padding-right:2.5rem;
} */
}
.cal_tm3_legenda > div:last-child {
	padding-right: 0;
}
.cal_tm3_legenda > div span {
	background-color: #eee;
	display: block;
	height: 1.2rem;
	margin: -.5rem .5rem 0 0;
	width: 1.2rem;
}
.cal_tm3_legenda > div.green span {
	background-color: #15730E;
}
.cal_tm3_legenda > div.orange span {
	background-color: #ff8900;
}
.cal_tm3_legenda > div.blue span {
	background-color: #2E98AF;
}
.cal_tm3_legenda > div.red span {
	background-color: #D20A11;
}
/* -------------------------------------------------- */
/* end CALENDAR                                       */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* CALENDAR INFO                                      */
/* -------------------------------------------------- */
.calendar_info {
	background-position: 50% top;
	background-size: cover;
	transition: background-image .4s;
}
.calendar_info_inner {
	margin: 0 auto;
	max-width: 99.2rem;
	padding: 4rem 1.4rem 2rem 1.4rem;
}
.calendar_info h2 {
	color: #636362;
	font-family: 'Century Gothic Bold', sans-serif;
	font-size: 1.4rem;
	font-weight: 200;
	line-height: 2rem;
	padding: 0 1.5rem 2rem 1.5rem;
	text-align: center;
}
.calendar_info h2.extraTop {
	padding-bottom: 0;
	padding-top: 2rem;
}
.calendar_info_inner ul, .calendar_info_inner li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.calendar_info_inner li {
	height: 15rem;
	margin-bottom: 1.4rem;
	position: relative;
	text-decoration: none !important;
	width: calc((100% - 1.4rem) / 2);
}
.calendar_info_inner li a {
	color: #fff;
	display: block;
	font-family: 'Century Gothic Std', serif;
	padding-top: 10rem;
	text-align: center;
	text-decoration: none !important;
	transition: color .2s;
	width: 100%;
}
.calender_info_icons--other .calendar_info_inner li a {
	color: #f49b3a;
}
@media only screen and (min-width: 767px) {
	.calendar_info_inner li {
		width: calc((100% - 2.8rem) / 3);
	}
}
@media only screen and (min-width: 992px) {
	.calendar_info_inner li {
		width: calc((100% - 7rem) / 5);
	}
}
.calendar_info_inner li:hover, .calender_info_icons--other .calendar_info_inner li:hover {
	background-position: 50% -15rem;
}
.calendar_info_inner a h3 {
	color: #fff;
	font-family: "Century Gothic Std";
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.8rem;
	padding-top: 10rem;
	text-align: center;
	text-decoration: none !important;
	transition: color .2s;
}
.calendar_info_inner a:hover h3 {
	color: #000000;
}
.calender_info_icons--other .calendar_info_inner a:hover, .calender_info_icons--other .calendar_info_inner a:hover h3 {
	color: #636362;
}
.cal_tm3_loader {
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding-top: 100px;
	vertical-align: middle;
	display: none;
	align-items: flex-start;
	justify-content: center;
}
.cal_tm3_loader.loading {
	display: flex;
}
.cal-tm3-wrapper {
	position: relative;
}

.alert-warning{
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/* -------------------------------------------------- */
/* end CALENDAR INFO                                  */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* start BASKET                                       */
/* -------------------------------------------------- */
#calendar-loader {
	background: url(../img/ajax-loader.gif) no-repeat center;
	display: none;
	height: 31px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 40px;
	width: 31px;
}
#tmplugin_basket {
	width: 60px;
}
#tmplugin_basket_icon {
	fill: #000;
}
#tmplugin_basket_icon.tmplugin_basket_icon_empty {
	fill: #ececec;
}
#tmplugin_basket_badge_background {
	fill: #ff0819;
}
#tmplugin_basket_badge_nbr {
	fill: #ffffff;
}
#tmplugin_basket_badge_nbr {
	font-size: x-small;
	font-weight: lighter;
}
/*.page-template-page_vriendenvoordeel .basket {
	display: none!important;
}*/
/* -------------------------------------------------- */
/* end BASKET                                       */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* playlist                                     */
/* -------------------------------------------------- */
table.playlist {
	border-collapse: collapse;
	border-radius: 3px;
	border-spacing: 0;
	margin-bottom: 1.5em;
	width: 100%;
}
.playlist th, .playlist td, .playlist caption {
	padding: 0.25em 0.5em;
	text-align: left;
}
.playlist th {
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 10px;
}
.playlist td {
	vertical-align: middle;
}
.playlist td div.content {
	padding-top: 40px;
}
.playlist tr {
	border-bottom: 1px solid #ececec;
}
.table th, .table td {
	border-top: 0;
}
/*.playlist tr:nth-child(2n + 1) td , .playlist tr:nth-child(2n + 1) th {
	background-color:#ededed;
}*/
.playlist tr td p {
	color: #CCCCCC !important;
	margin: 0;
}
.playlist tr.background_hover td {
	background-color: #ccc !important;
	cursor: pointer;
	color: #fff;
}

.tickets-filter-container {
	margin-top: 25px;
}
.tickets-filter-container form > .form-group .reset-date {
	background: none;
	border: none;
	color: #636362;
	padding: 0 5px;
	visibility: hidden;
}
.tickets-filter-container form {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.tickets-filter-container form {
		display: inherit!important;
	}
	.tickets-filter-container .form-group {
		margin: 5px 15px!important;
	}
	.tickets-filter-container form > .form-group select, #filter-tickets, #filter-date {
		 width: calc(100% - 10px)!important;
	}
	
}

.tickets-filter-container form > .form-group {
	background: #f6f7f9;
	border: 2px solid #ebebeb;
	border-radius: 2px;
	display: flex;
	margin: 0 15px;
	position: relative;
}
.tickets-filter-container form > .form-group > label {
	padding: 0 10px;
	position: absolute;
	top: 16px;
	z-index: 3;
	transition: all 0.3s;
}
.tickets-filter-container form > .form-group.float-label > label {
	color: #a1a1a1;
	font-size: 75%;
	top: 5px;
}
.tickets-filter-container form > .form-group input,
.tickets-filter-container form > .form-group select {
	background: none;
	border: none;
	font-size: 1.7rem;
	font-weight: 700;
	height: 52px;
	line-height: 52px;
	padding: 10px 15px 0;
	position: relative;
	z-index: 5;
}
#filter-tickets {
	width: 175px;
}
#filter-date {
	width: 150px;
}
#ui-datepicker-div {
	z-index: 100 !important;
}
