@font-face {
	font-display: fallback;
	font-family: 'coveredbyyourgrace';
	src: url('font/coveredbyyourgrace-webfont.woff2') format('woff2'),
		 url('font/coveredbyyourgrace-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-display: fallback;

	font-family: 'LaGuapita';
	 src: url('font/laguapita-webfont.woff2') format('woff2'),
		 url('font/laguapita-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'ubuntu';
    src: url('/resource/fonts/Ubuntu/ubuntu-bold-webfont.woff2') format('woff2'),
         url('/resource/fonts/Ubuntu/ubuntu-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu';
    src: url('/resource/fonts/Ubuntu/ubuntu-medium-webfont.woff2') format('woff2'),
         url('/resource/fonts/Ubuntu/ubuntu-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu';
    src: url('/resource/fonts/Ubuntu/ubuntu-regular-webfont.woff2') format('woff2'),
         url('/resource/fonts/Ubuntu/ubuntu-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
* {
	-ms-scroll-chaining: none;
}


html #default404page form button {
	height: 50px;
	width: 50px;
	line-height: 50px;
}
html #default404page .logo {
	top: 30px;
	transform: translate(-50%,0);	
}
html #default404page .content {
	padding-top: 130px;	
}


/**
 * Wizard
 */
html body {
	--wiz-title-font: Ubuntu, sans-serif;
	--wiz-text-font: font-family: "clone-rounded-latin","Trebuchet MS",sans-serif;
	--wiz-title-color: #e60003;
	--wiz-text-color: #333;
	--wiz-question-color: #6c0043;
	--wiz-lightgray: #FAFAFA;
	--wiz-border-color: rgba(0,0,0,0.1);
}
#wizard_content h1 {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
}
#wizard_content h2 {
	font-weight: bold;
	font-size: 18px;
}
#wizard_content strong {
	font-family:  Ubuntu, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	line-height: 1.3;
	padding-top: 10px;
}
#wizard_succes header h1 {
	font-size: 32px;	
}
#wizard_succes header h2 {
	font-family: coveredbyyourgrace, "arial narrow", sans-serif;
	font-weight: normal;
	color: #6c0043;
	margin-bottom: 0;
}

#wizard_succes .sharelinks {
	display: inline-block;
	position: relative;	
}
@media (min-width: 600px) {
	#wizard_succes .sharelinks:after {
		content: "";
		width: 60px;
		height: 30px;
		position: absolute;
		left: 100%;
		margin-left: 10px;
		top: 15px;
		transform: rotate(-55deg);
		display: block;
		background: url("img/red_barrow.svg") 0 0 no-repeat;
	    background-size: auto;
		background-size: 100% 100%;
	}
}

@media (max-width: 600px) {
	#wizard_content h1 {
		font-size: 22px;	
	}
}


aside.popup {
	background: #23A4C3 url("img/texture.png");
	color: #FFF;
}
aside.popup .title {
	color: #FFF;	
}
aside.popup .popup-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: #FFF;
}
aside.popup .button {
	background: #FFF;	
	color: #000;
}
aside.popup .button:after {
	border-left: 5.6px solid #000;	
}
aside.popup .button:hover:after {
	border-left: 5.6px solid #FFF;	
}



/**
 * Quiz
 */
html body {
	--quiz-title-font: Ubuntu, sans-serif;
	--quiz-text-font: font-family: "clone-rounded-latin","Trebuchet MS",sans-serif;
	--quiz-title-color: #e60003;
	--quiz-text-color: #333;
	--quiz-question-color: #6c0043;
	--quiz-lightgray: #FAFAFA;
	--quiz-border-color: rgba(0,0,0,0.1);
}

.quiz_succespage footer h3 {
	font-size: 24px;
	font-family: coveredbyyourgrace, "arial narrow", sans-serif;
	font-weight: normal;
}

#timertime:before {
	content: "";
	width: 40px;
	height: 25px;
	display: block;
	position: absolute;
	top: -15px;
	right: 20px;
	background: url("img/purple_barrow.svg");
	transform: rotate(210deg) scaleX(-1);
	background-size: 100% 100%;

}
.quiz_intro .header .video:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -40px;
	right: 10px;
	background: url("img/purple_barrow.svg");
	transform: rotate(-10deg) scaleX(-1);
	background-size: 100% 100%;
	width: 40px;
	height: 25px;
}
.quiz_intro .header .video:after {
	content: "Bekijk de video";
	font-size: 24px;
	height: 30px;
	padding-right: 60px;
	line-height: 30px;
	font-family: coveredbyyourgrace, "arial narrow", sans-serif;
	font-weight: normal;
	position: absolute;
	bottom: -50px;
	right: 0;
	white-space: nowrap;
	color: #6c0043;
}
@media (max-width: 680px) {
	.quiz_intro .header.withvideo {
		margin-bottom: 60px;
	}
}



/**
 * Hover effect on box list images
 */
.eventbox .image img,
.location-box .image img,
.route-box .image img,
.articlebox .image img {
	transform: scale(1,1);
	transition: transform 0.25s ease;
}
a:hover .eventbox .image img,
a:hover .location-box .image img,
a:hover .route-box .image img,
a:hover .articlebox .image img {
	transform: scale(1.1,1.1);
}
a:hover .eventbox,
a:hover .location-box,
a:hover .route-box,
a:hover .articlebox {
	box-shadow: 0 0 8px rgba(0,0,0,0.1);	
}

html body {
	font-size: 19px;
	line-height: 2;
	background:	#6c0043;
	font-family: "clone-rounded-latin","Trebuchet MS",sans-serif;
}

body.emptypage {
	background: #FFF;	
}

h1,h2,h3,h4,h6 {
	font-family: "Ubuntu",arial,helvetica,sans-serif;
	font-weight: bold;
}
h6 {
	color: #e60003;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 17px;
	margin: 0;
	padding: 0;
}

.section-title,
.markdown h2,
.whitecaps h2,
.purpcaps h2,
.redcaps h2 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #e60003;
	padding-bottom: 20px;
}
header.purpcaps,
header.redcaps {
	text-align: left;
	color: #6c0043;
}


#consent_modal {
  --consent-text-color: #555;
  --consent-accent-color: #e60003;
  --consent-text-background: #FFF;
  --consent-lightgray: #FAFAFA;
  --consent-headerbg: #6c0043;
  --consent-headercolor: #FFF;
}
#consent_modal .consent-headertext em  {
	font-family: LaGuapita, cursive;
	font-size: 150%;
}
#consent_modal .consent-headertext h2 {
	font-size: 200%;	
}
#consent_modal .consent-details h2 {
	text-transform: uppercase;
	color: 	#e60003;
}
#consent_modal .consent-details h3 {
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #e60003;
}


.purpcaps.right h2 {
	width: 50%;
	text-align: right;	
}
.purpcaps.right:after {
	margin: 0 auto 40px;
	transform: translate(-40px,0);
}
header.whitecaps:after,
header.purpcaps:after,
header.redcaps:after {
	content: "";
	display: block;
	height: 4px;
	background: #6c0043;
	width: 80px;
	border-radius: 2px;
	margin: 0 0 40px ;
}
header.center {
	text-align: center;	
}
header.center:after {
	margin: 0 auto 40px ;
}
.whitecaps h2 {
	color: #FFF;	
}
.purpcaps h2 {
	color: #6c0043;
}
header.whitecaps:after,
header.purpcaps:after {
	background: #e60003;
}
#createwidget {
	padding-top: 200px;	
}

h5 {
	margin: 0;
	padding: 0;
	font-family: coveredbyyourgrace, "arial narrow", sans-serif;
	font-weight: normal;
}

h2.maintitle,
h1.maintitle,
h1 {
	font-size: 50px;
	line-height: 60px;
	color: #e60003;
}
h1.maintitle em {
	font-family: coveredbyyourgrace, "arial narrow", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 75%;
	padding-left: 1em;
	color: #6c0043;
}
a {
	color: #e60003;	
}
a:hover {
	text-decoration: none;	
}
a.icon {
	border: none;
	border-radius: 0;
	text-align: left;
	width: auto;
	padding-right: 20px;
}
a.icon:hover {
	background: none;	
}

div.lead,
p.lead {
	font-size: 23px;
	line-height: 1.9;
	color: #6c0043;
}

.innersize {
	max-width: 1400px;	
}

input[type='date']{position:relative;}
::-webkit-datetime-edit, ::-webkit-clear-button, ::-webkit-calendar-picker-indicator{position:absolute;}
::-webkit-clear-button{right:1.54em;}
::-webkit-inner-spin-button{-webkit-appearance:none; margin:0;}
::-webkit-calendar-picker-indicator{right:0; padding:.539em .34em;}
input[type='date']:hover {
	padding-right: 2em;	
}
.datefilter .date {
	position: relative;	
}
.datefilter .date:before {
	display: block;
	font-family: icomoon;
	content: "\e60c";
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -14px;
	z-index: 2;
}
.datefilter .date input {
	z-index: 3;
	position: relative;
	background-color: transparent;
	cursor: pointer;
}
form .selectbox, form input:not([type="file"]), form textarea, form .filebox,
input, form .button {
	border-radius: 1px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}
form textarea {
	line-height: 1.3;	
}
form textarea:focus {
	position: relative;
	z-index: 2;	
}
form .button.cancel span:before {
	font-family: icomoon; 
	content: "\e61f	";
	position: relative;
	top: 2px;
}
form .button.cancel {
	opacity: 0.4;	
}
form .button.cancel:hover {
	opacity: 1;	
}
form .selectbox select {
	line-height: 50px;
	height: 50px;
	padding-right: 16px;
}
form .selectbox:before {
	line-height: 50px;
	background: transparent;
	color: #e60003;
	content: "\e620";
}
form input:focus, form textarea:focus {
	border-color: #e60003;	
	color: #e60003;
}

form li label {
	font-weight: bold;
	line-height: 1.2;	
}

.markdown .boxslider {
	padding: 0;
	clear: both;
}
.markdown .topxwidget {
	overflow: visible;	
}
.singlecol .markdown .topxwidget p {
	margin: 0;
}
.markdown blockquote {
	font-family: coronette, monospace;
	border-left: 2px solid #6c0043;
	margin: 0 0 2em 0;
	padding: 0 2em;
	color: #6c0043;
	font-size: 23px;
	line-height: 40px;
}
.markdown blockquote p {
	position: relative;
}
.markdown blockquote p:before {
	 content: "“";
	 position: absolute;
	 right: 100%;
	 padding-right: 5px;
}
.markdown blockquote p:after {
	content: "”";
	padding-left: 5px;
}
.markdown p {
	margin: 0 0 2em 0;	
}
.markdown h3 {
	color: #e60003;
	font-size: 23px;
	line-height: 30px;
	margin: 0;
	padding-bottom: 20px;
}
.markdown ol,
.markdown ul {
	margin: 0 0 2em 0;
}
.markdown a:hover {
	color: #6c0043;	
}

.markdown .button {
	vertical-align: baseline;	
	line-height: 1;
	height: auto;
	margin: -5px 0;
	padding: 5px 10px;
	border-radius: 3px;
}
.markdown .button:hover {
	color: #FFF;	
}



.markdown .embed_suggestions h3 {
	color: #6c0043;
	margin: 0;
	padding: 0;
}
.markdown .embed_suggestions a:after {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	width: 1em;
	content: "\e622";
	font-size: 19px;
	margin-left: 5px;
	width: 20px;
	font-family: icomoon;
	transform: translate(0,3px);
	transition: transform	0.2s ease;
}
.markdown .embed_suggestions a:hover:after {
	transform: translate(4px,3px);
}
.markdown .embedgallery .struct {
	margin: 0 -10px;
	overflow: hidden;
}
.markdown .embedgallery li {
	width: 25%;
	float: left;
}
.markdown .embedgallery li a {
	display: block;
	margin: 10px;	
}
.markdown .embedgallery li img {
	width: 100%;
	height: auto;
}

.markdown .smallsquare {
	width: 200px;
	height: 200px;
	float: left;
	margin: 20px 20px 20px 0;	
}
.markdown .smallsquare img {
	width: 100%;
	height: auto;	
}
.markdown .embedbanner {
	color: #FFF;
	background: #6c0043;
	margin: 20px -20px;
	padding: 20px;
	padding-left: 200px;
	overflow: hidden;
	border-radius: 3px;
}
.markdown .embedbanner h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #FFF;
	line-height: 1.2;
}
.markdown .embedbanner .image {
	float: left;
	margin-left: -180px;
	width: 160px;
	margin-right: 0;
}
.markdown .embedbanner .image img {
	width: 100%;
	height: auto;	
}
#main .markdown .embedbanner p {
	margin: 0;
	padding: 0;
}
.markdown .embedbanner a {
	color: #FFF;
}
.markdown .embedbanner a:after {	
	content: "\e622";
	font-size: 120%;
	vertical-align: top;
	transform: translate(0, -50%);
	font-family: icomoon;
	color: #FFF;
	padding-left: 0;
	transition: padding 0.25s linear;
}
.markdown .embedbanner a:hover:after {
	padding-left: 6px;	
}
@media (max-width: 600px) {
	.markdown .embedbanner {
		padding-left: 120px;
	}
	.markdown .embedbanner .image {
		float: left;
		margin-left: -100px;
		width: 80px;
		margin-right: 0;
	}
	.markdown .embedgallery li { 
		width: 50%;
	}
	.markdown .smallsquare {
		width: 100px;
		height: 100px;
		margin: 20px 20px 20px 0;	
	}
}




.tabbar {
	border: none;
	overflow: hidden;
	height: 40px;
	padding-left: 1px;
	margin-bottom: 20px;
}
.tabbar h3 {
	padding: 0 14px;
	font-size: 16px;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	border: 1px solid #EEE;
	border-radius: 3px;
	left: -1px;
	bottom: 0;
	opacity: 1;
}
.compact .tabbar h3 {
	padding: 0 7px;
	letter-spacing: -1px;
}
.tabbar h3.current {
	border-color: #e60003;
	color: #e60003;
	cursor: default;
}
.tab {
	display: none;
}
.tab.current {
	display: block;
}
.sidebar .compact .tabbar h3 {
	width: 32px;
	padding: 0 5px;
	overflow: hidden;
}
.sidebar .tabbar h3:hover {
	color: <?=$SIDEBAR_LINK_COLOR?>;
	background: #FFF;
}
.sidebar .tabbar h3 {
	padding: 0 7px;
	white-space: nowrap;
}
.sidebar .tabbar h3.current {
	width: auto;
	background: #FFF;
}


/**
 * Forms and buttons
 */
.button, .button.important {
	color: #FFF;
	background: none;
	transition: none;
	position: relative;
	overflow: hidden;
	background: #e60003;
	transform: perspective(1px) translateZ(0);
	border-radius: 1px;
	height: 50px;
	line-height: 48px;
	padding: 0 20px;
	font-size: 17px;
}
.button:hover {
	background: #e60003;	
}
#pagefooter .button:hover {
	color: 	#e60003;
}
.button:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #6c0043;
	z-index: -1;
	transform: translate(100%,0);
	transition: transform 0.2s ease;
}
#pagefooter .button:before {
	background: #FFF;
	color: 	#e60003;
}
.button:hover:before {
	transform: translate(0,0);
}


#cookieconsent {
	background: #6c0043;
	color: #FFF;
	padding: 20px 40px;
	line-height: 20px;
	text-align: center;
	position: relative;
	
}
#cookieconsent a {
	color: #FFF;
	margin-left: 0.5em;
	text-decoration: underline;	
}
#cookieconsent a.close {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
#cookieconsent a.close:hover {
	background: #e60003;	
}
#cookieconsent a.close:before {
	content: "✕";
}

#cookieconsent a.close span {
	display: none;	
}
	


/**
 * Breadcrumbs
 */
.breadcrumbs {
	background: #FFF;
	padding-top: 145px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
}
.breadcrumbs ol {
	overflow: hidden;
	font-size: 15px;
	line-height: 40px;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs li span,
.breadcrumbs li a {
	position: relative;
	top: -0.14em;
}
.breadcrumbs.small li {
	display: none;	
}
.breadcrumbs.small li.up {
	display: inline-block;
	margin-left: -10px;
}
.breadcrumbs li:before {
	content: " - ";
	position: relative;
	top: -0.14em;
}
.breadcrumbs.small li.up:before {
	font-family: icomoon;
	content: "\e61f	";
	display: inline-block;
	position: static;
}
.breadcrumbs li:after {
	content: " ";
}
.breadcrumbs li:first-child:before {
	display: none;	
}
.breadcrumbs a {
	color: inherit;
	text-decoration: none;	
}
.breadcrumbs a:hover {
	color: #e60003;
	text-decoration: none;	
}
.breadcrumbs span {
	color: #d0d0d0;
}

.pagehead + .breadcrumbs {
	position: absolute;
	top: 147px;
	padding-top: 0;
	background: none;
	left: 0;
	right: 0;
	
}
.pagehead + .breadcrumbs ol {
	color: #FFF;
	background: rgba(0,0,0,0.4);
	border-radius: 20px;
	padding: 0 20px;
	float: left;
}



.pagehead {
	background: #000;
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.pagehead .image img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	position: relative;
}
.pagehead.smallheader .image {
	height: 200px;
	overflow: hidden;
	text-align: center;
}
.pagehead.fullheader .image:after {
	display: block;
	content: "";
	position: absolute;
	top: 25%;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); 	
}
.pagehead.fullheader .logo {
	position: absolute;	
	left: 50%;
	bottom: 8%;
	transform: translate(-50%,0);

}
@media (max-width: 1600px) {
	.pagehead.smallheader .image img {
		width: auto;
		height: 200px;	
	}
}

.pagehead h1 {
	margin: 0 auto;
	position: absolute;	
	left: 0;
	right: 0;
	bottom: 5px;
	top: 145px;
	color: #FFF;
}
.pagehead h1 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
	display: block;
	max-width: 1400px;
	margin: 0 auto;
	font-size: 80px;
	line-height: 1;
}
.pagehead h1 span em {
	font-family: LaGuapita, cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	display: block;
	line-height: 1.3;
	transform: translate(-0,0.30em);
}



/**
 * formpage 
 */
.formcontext  {
	overflow: hidden;
	margin: 20px 0;
	position: relative;
	
}	
.formcontext .banner {
	width: 160px;
	height: 160px;
	position: relative;
	overflow: hidden;
	float: left;
}
.formcontext .banner:after {
	content: "";
	width: 63.636363636%;
	height: 63.636363636%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #e60003 url("img/texture.png");
	z-index: 1;	
}
.formcontext .banner img {
	position: absolute;
	width: 100px;
	height: 100px;
	bottom: 0;
	right: 0;
	mix-blend-mode: multiply;
	z-index: 2;
}
.formcontext .banner + .text {
	left: 180px;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.formcontext .text h3 {
	line-height: 1.2;	
}

@media (max-width: 600px) {
	.formcontext .banner {
		width: 100px;
		height: 100px;
	}
	.formcontext .banner img {
		width: 64px;
		height: 64px;
	}
	.formcontext .banner + .text {
		left: 120px;	
	}
}

/**
 * share box
 */
#share {
	position: absolute;
	right: 20px;
	top: 290px;	
	z-index: 100;
}
#share h3 {
	font-family: coveredbyyourgrace;
	font-weight: normal;
	color: #6c0043;
	position: absolute;
	left: -3.4em;
	top: 7.5em;
	transform: rotate(90deg);
	white-space: nowrap;
	
}
#share h3:before {
	content: "";
	width: 60px;
	height: 30px;
	display: block;
	position: absolute;
	top: 1em;
	left: -5px; 
	background: url("img/red_barrow.svg");
	transform: rotate(-20deg);
	background-size: 100% 100%;
}
#share div {
	position: absolute;
	top: 0;
	right: 0;
	color: #e60003;	
}
#extrashare a.icon:hover,
#share a.icon:hover {
	background: #e60003;	
}
#extrashare a.icon,
#share a.icon {
	background: #6c0043;
	padding: 0;
	width: 2em;
	height: 2em;
	color: #FFF;
	display: block;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	line-height: 2;
	margin-bottom: 5px;
}
#extrashare a.icon:before,
#share a.icon:before {
	font-size: 90%;	
}
#extrashare div,
#extrashare h3,
#extrashare a.icon {
	display: inline-block;	
}
#extrashare h3 {
	color: #6c0043;
	font-size: 17px;
	margin: 0;
	padding: 0 10px 0 0;
}


/**
 * Graphic sub menu
 */
.graphicsubmenu {
	padding: 40px 0;
	overflow: hidden;	
}
.graphicsubmenu .struct {
	overflow: hidden;
	margin: 0 -20px;
}
.graphicsubmenu li {
	width: 25%;
	float: left;
	padding: 5px 20px;
	display: block;
	box-sizing: border-box;
}
.threefold .graphicsubmenu li {
	width: 33.3333%;	
}
.graphicsubmenu.halfwidth li {
	width: 50%;	
}
.graphicsubmenu li a {
	display: block;
	color: #000;
	border: 1px solid #EEE;
	border-radius: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 60px;
	position: relative;
	padding-right: 30px;
	font-size: 17px; 
}
.graphicsubmenu li a:after {
	display: block;
	vertical-align: top;
	font-weight: bold;
	width: 1em;
	content: "\e622";
	font-size: 19px;
	width: 20px;
	position: absolute;
	top: 0;
	color: #e60003;
	right: 10px	;
	font-family: icomoon;
}
.agcatmenu a:hover,
.graphicsubmenu li a:hover {
	color: #e60003;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.graphicsubmenu li .image {	
	display: block;
	width: 80px;
	height: 60px;
	margin-right: 20px;
	float: left;
	background: #FAFAFA;
}
.graphicsubmenu img {
	width: 100%;
	height: 100%;	
}
.agcatmenu a {
	color: #333;
}
.agcatmenu  svg {
	fill: #600e3c;
}

/**
 * Topic box
 */
.topiclinks {
	margin-bottom: 40px;	
}
.topiclinks li {
	display: inline-block;	
}
.topiclinks li a {
	display: block;
	position: relative;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d0d0d0;
	color: #000;
	padding: 0 15px 0 25px;
	border-radius: 3px;
	margin: 3px;
	font-size: 15px;
}
.topiclinks li a:before {
	content: "";
	display: block;
	background: #d0d0d0;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 9px;
	top: 17px;
	border-radius: 50%;	
}
.topiclinks li a:hover {
	color: 	#e60003;
	border-color: #e60003;
}


#main {
	background: #FFF;
	position: relative;
	z-index: 2;
	min-height: 500px;
	padding-bottom: 100px;
}
#main:after {
	content: "";
	display: block;
	padding-top: 8%;
	background: url("img/footershape.png") 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}
#main .ovfwrap {
	overflow: hidden;
}
overflow: visible;
.pt_agenda #main {
	background: #FAFAFA;	
}
.pt_agenda #main:after {
	background-image: url("img/footershape_fafa.png");
}
.footergraph {
	position: absolute;
	left: 50%;
	height: 232px;
	width: auto;
	transform: translate(-50%,-50%);	
	z-index: 4;
}


#pagefooter {
	min-height: 500px;
	background: #6c0043;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	z-index: 1;
}

#pagefooter .innersize {
	background: #6c0043 url("img/map-nl.png") right 50px no-repeat;
	min-height: 450px;
}
html[lang=de] #pagefooter .innersize {
	background-image: url("img/map-de.png");
}
html[lang=en] #pagefooter .innersize {
	background-image: url("img/map-en.png");
}
#pagefooter:before {
	content: "";
	display: block;	
	padding-top: 8%;
}
#pagefooter a {
	color: inherit;	
}
#pagefooter a:hover {
	color: #e60003;
}
#pagefooter .newsletterbox {
	border-bottom: 1px solid #7b1a56;
	margin-right: 480px;
	overflow: hidden;
	padding-bottom: 50px;
}
#pagefooter .newsletterbox p {
	float: left;
	width: 440px;
}
#pagefooter .newsletterbox .subscribe_fields {
	float: right;
	padding-top: 8px;
	width: 440px;
}
#pagefooter .newsletterbox input {
	width: 67%;
	float: left;
}

#pagefooter .newsletterWidget .selectbox{
	width: 67%;
	float: left;
	margin-bottom: 10px;
}

#pagefooter .newsletterbox .button {
	width: 30%;
	float: right;
}

#pagefooter .footernav {
	overflow: hidden;
	margin-right: 480px;
	padding-bottom: 50px;
}
#pagefooter .footernav .lwr {
	width: 	440px;
	float: left;
	margin-right: 40px;
}
#pagefooter #footeraddress, 
#pagefooter .footernav .regions {
	width: 	440px;
	float: right;
}
#pagefooter .footernav ul {
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
}
#pagefooter .footernav .regions ul {
	-moz-column-count: 3;
	-moz-column-gap: 30px;
	-webkit-column-count: 3;
	-webkit-column-gap: 30px;
	column-count: 3;
	column-gap: 30px;
}

#pagefooter h3,
#pagefooter h4 {
	font-family: Ubuntu, sans-serif;
	font-size: 19px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 50px;
	color: #e60003;
}

#pagefooter #footeraddress {
	font-style: normal;	
}

#lastmenu {
	clear: both;
	padding: 20px 0;	
}
#lastmenu li {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
#lastmenu li:first-child {
	padding-left: 0;	
}
#lastmenu li:first-child:before {
	display: none;	
}
#lastmenu li:before {
	content: "";
	display: block;
	background: #FFF;
	border-radius: 50%;
	width: 3px;
	height: 3px;
	top: 50%;
	margin-top: 2px;
	left: 6px;
	position: absolute;
}

/**
 * The page header containing the main menu
 *
 */
#pageheader .innersize {
	position: relative;
	height: 0;
	z-index: 1000;
	overflow: visible;
}
#headerbox {
	background: #FFF;
	position: relative;
	top: 35px;
	padding-left: 240px;
	padding-right: 200px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	border-radius: 3px;
}

#headerbox #logo {
	position: absolute;
	top: 25px;
	left: 30px;
	height: 50px;
}
#headerbox #logo.twente {
	height: 100px;
	width: 220px;
	left: 0;
	top: 0;
	background: #e60003;	
}
#headerbox #logo.twente img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);	
}
#headerbox #logo.custom,
html[lang=en] #headerbox #logo,
html[lang=de] #headerbox #logo {
	height: 70px;
	top: 15px;	
}
#headerbox #logo img {
	height: 100%;
	width: auto;
}
/**
 * the main menu itself
 */
#mainmenu {
	overflow: hidden;
	height: 100px;
	line-height: 1.3;
}
#mainmenu li.main {
	width: 25%;
	float: left;
	height: 70px;
	box-sizing: border-box;
	position: relative;
	margin: 15px 0;
	padding: 0 20px;
	border-left: 1px solid #EEE;
}
#mainmenu li.main:first-child {
	border-color: #FFF;	
}
#mainmenu a.main {
	display: block;
	
}
#mainmenu a.main > span {
	color: #e60003;
	display: block;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#mainmenu ul.submenu {
	position: relative;
	overflow: hidden;
	line-height: 22px;
	height: 46px;
}
#mainmenu li.sub {
	display: inline;
	font-size: 15px;
	font-weight: normal;
	color: #000;
}
#mainmenu li.sub span {
	color: #000;
}
#mainmenu li.sub:before {
	content: ". ";	
}
#mainmenu li.sub:first-child:before {
	content: "";	
}

.foldout  a.hl_tip:after {
	display: inline-block;
	color: #FFF;
	content: "tip!";
	background:#6c0043;
	border-radius: 3px;
	padding: 0 3px;
	line-height: 1.2;
	margin-left: 5px;
}

.foldout  a.hl_new:after {
	display: inline-block;
	color: #FFF;
	content: "nieuw";
	background:#e60003;
	border-radius: 3px;
	padding: 0 3px;
	line-height: 1.2;
	margin-left: 5px;
}
html[lang=de] .foldout  a.hl_new:after {
	content: "neu";	
}
html[lang=en] .foldout  a.hl_new:after {
	content: "new";	
}

/**
 * The foldout section, this is shown when the user hovers a main item,
 * or when the search box is opened
 */
#headerbox .foldout {
	display: none;
	background: #FFF;
	margin: 0 -200px 1em -240px;
	border-top: 1px solid #EEE;
	padding: 0 200px 0 240px;
	clear: both;
}
#headerbox .foldout.visible {
	display: block;	
}
.foldout .menu {
	overflow: hidden;	
}
.foldout div.subsub {
	width: 25%;
	float: left;
	box-sizing: border-box;
	margin: 15px 0;
	padding: 0 20px;
}
.foldout div.subsub h4 {
	font-size: 17px;	
}
.foldout div.subsub li {
	font-size: 15px;
	color: #e60003;
	position: relative;
	padding: 0 0 5px 20px;
	line-height: 1.4;
}
.foldout div.subsub li:before {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	width: 1em;
	content: "\e622";
	font-size: 17px;
	margin-left: -20px;
	width: 20px;
	font-family: icomoon;	
}
.foldout div.subsub li a {
	color: inherit;
}
.foldout div.subsub li a:hover {
	color: #000;
	text-decoration: none;	
}
/**
 * The language selection menu
 */
.labelbox {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	background: #e60003;
	color: #FFF;
}
#langselect {
	right: 100px;
	background: #FAFAFA;
	color: #7d7d7d;
}
.labelbox label {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
}
#searchbox label span {
	display: none;	
}
#showlangselect:checked ~ #headerbox #langselect label {
	color: #FFF;
	background:	#6c0043;
}
#showlangselect:checked ~ #headerbox #langmenu {
	display: block;
}
#langmenu {
	display: none;
	background: #6c0043;
	color: #FFF;
	width: 160px;
	padding: 20px;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 999;
	border-radius: 0 0 3px 3px;	
}
#langmenu li:before {
	display: inline-block;
	font-weight: bold;
	width: 1em;
	content: "❯";
}
#langmenu a {
	font-size: 15px;
	color: inherit;	
}

/**
 * The search form and language selection box
 */
#searchbox label:before {
	font-family: icomoon;
	content: "\f02e";
}
#headerbox .searchform {
	display: none;	
}

#showsearch:checked ~ #headerbox #searchbox label:before {
	content: "\f00d";
}
#showsearch:checked ~ #headerbox .foldout {
	display: block;	
}
#showsearch:checked ~ #headerbox .foldout .searchform {
	display: block;
}
#showsearch:checked ~ #headerbox .foldout .menu {
	display: none;
}


.searchform button {
	position: absolute;
	right: 0;
}
.searchform button span {
	display: inline-block;
	padding-right: 10px;	
}
.searchform button:after {
	content: "⏎";	
}
.searchform form {
	display: block;
	position: relative;
}
#headerbox .searchform form {
	margin-left: -220px;
	margin-right: -180px;
	padding: 20px 100px 20px 40px;
}
.searchform form:before {
	font-family: icomoon;
	color: #7d7d7d;
	content: "\f02e";
	position: absolute;
	line-height: 1;
	font-size: 18px;
	margin-top: -9px;
	top: 50%;
	left: 20px;
		
}

/**
 * Live search suggestions
 */
.searchform .searchsuggestions ul {
	list-style: none;
	margin-left: -280px;
	margin-right: -200px;
	margin-top: 0;
}

.searchform .searchsuggestions ul li .suggestiontitle {
	display: block;
	padding: 11px 50px 11px 111px;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 1250px) and (min-width: 1000px) {
	.searchform .searchsuggestions ul {
		margin-right: 0;
	}

	.searchform .searchsuggestions ul li .suggestiontitle {
		padding: 11px 50px 11px 115px;

	}
}

@media (max-width: 1000px) {
	.searchform .searchsuggestions ul {
		margin-left: -260px;
		margin-right: -90px;
	}

	.searchform .searchsuggestions ul li .suggestiontitle {
		padding: 15px 50px 15px 115px;

	}
}
.searchform .searchsuggestions ul li:first-child {
	border-top: 1px solid #eee;

}
.searchform .searchsuggestions ul li {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	position: relative;
}

.searchsuggestions li a {
	width: 100%;
	color: #000;
	display: block;
}
.searchsuggestions li a:hover {
	color: #e60003;
}
.searchsuggestions li a:after {
	display: block;
	vertical-align: top;
	font-weight: bold;
	width: 1em;
	content: "\e622";
	font-size: 19px;
	width: 20px;
	position: absolute;
	top: 13px;
	color: #e60003;
	right: 10px;
	font-family: icomoon;
}
.searchsuggestions li a.viewall:after {
	right: auto;
	left: 7px;
}
.searchform .searchsuggestions ul li .viewall .suggestiontitle { 
	padding-left: 30px;	
}
.searchsuggestions li a img {
	position: absolute;
	top: 0;
	left: 0;
}




.searchresults .searchform input,
#headerbox .searchform input {
	background: transparent;
	border: none;
}
#headerbox .searchform input:focus {
	outline: none;	
}
.searchresults .searchform input {
	border: 1px solid #EEE;
	padding-left: 50px;
}



.searchresults {
	overflow: hidden;
}

.searchresults .searchform {
	margin-bottom: 40px; 	
}
.searchresults div.sidebar {
	clear: left;
	border: none;
	padding: 0;	
}
.searchresults .sidebar .submenu {
	padding: 20px;
	border: 1px solid #EEE;	
}
.searchresults .popular_articles,
.searchresults .sidebar .submenu {
	background: #FFF;
	margin: 0;
}
.searchresults .sidebar .submenu a {
	color: inherit;	
}
.searchresults .sidebar .submenu a:hover {
	color: #e60003;
}
.searchresults .sidebar h5,
.searchresults .sidebar h3 {
   text-transform: uppercase;
	font-weight: bold;
	color: #e60003;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: Ubuntu;
}

.searchresults .popular_articles {
	border: none;
	padding: 0;
}
.searchresults .popular_articles .popbox {
	border: 1px solid #EEE;	
	padding: 20px;
}
.searchresults .popular_articles h4 {
	font-family: LaGuapita, cursive;
	font-weight: normal;
	font-size: 20px;
	color: #6c0043;	
}
.searchresults .popular_articles li {
	border-bottom: 1px solid #eee;	
}
.searchresults .popular_articles a {
	color: inherit;
	display: block;
	padding: 5px 0;
}
.searchresults .popular_articles a:after {
	display: inline-block;
	vertical-align: bottom;
	font-weight: bold;
	content: "\e622";
	font-size: 17px;
	margin-left: 0px;
	width: 20px;
	position: relative;
	bottom: -4px;	
	font-family: icomoon;
	color: #e60003;
	transform: translate(0,0);
	transition: transform 0.15s linear;
}
.searchresults .popular_articles a:hover:after {
	transform: translate(7px,0);		
}
.searchresults .resultlist {
	padding-top: 50px;
	width: 1040px;
	float: right;
}
@media only screen and (max-width: 1410px) {
	.searchresults .resultlist {
		width: 100%;
		float: left;
	}

	.searchresults .sidebar{
		width: 100%!important;
	}
}

.searchresults heading,
.searchresults .list {
	max-width: 680px;
	margin: 0 auto;
	display: block;
}
.searchresults heading .button {
	position: absolute;
	top: 0;
	right: 0;	
}

.searchitembox {
	padding: 40px;
	margin: 0 -40px;
	overflow: hidden;
}
li:nth-child(even) .searchitembox {
	background: #FAFAFA;
	border: 1px solid #EEE;
	border-radius: 3px;
}

.searchitembox	h3 {
	font-size: 26px;
	line-height: 30px;
	color: #e60003;
}
.searchitembox	.extra {
	color: #6c0043;	
}
.searchitembox .image {
	float: left;
	width: 200px;
	margin-right: 40px;
	padding-top: 12px;
}
.searchitembox	.image img {
	width: 100%;
	height: auto;
}
.searchitembox p:after {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	width: 1em;
	content: "\e622";
	font-size: 21px;
	margin: 0;
	width: 20px;
	margin-top: -1px;
	font-family: icomoon;
	color: #e60003;
	transition: transform 0.15s linear;
}
a:hover .searchitembox p:after {
	transform: translate(10px, 0);
}

.searchitembox mark {
	background: transparent;
	border-bottom: 2px solid #e60003;
	border-radius: 1px;
}

/**
 * Pagination box
 */
html .pagination {
	background: none;
	line-height: 50px;
	clear: both;
}
.pagination a {
	border:none;
	border-radius: 0;
	color: #000;
}
.pagination .current a,
.pagination a:hover {
	background: #e60003;
	color: #FFF;
}
.pagination .next,
.pagination .prev {
	width: 68px;
	position: static;
	margin: 0;
}

.pagination .prev:empty:before {
	font-family: icomoon;
	content: "";
	color: #EEE;
}
.pagination .next:empty:before {
	font-family: icomoon;
	content: "";
	color: #EEE;
}


.pagination span {
	border: 1px solid #EEE;
	width: 38px;
	height: 38px;
	line-height: 38px;
	vertical-align: bottom;
}
.pagination span a {
	width: 100%;
	height: 38px;
	
	max-width: none;
	max-height: none;	
}


/**
 * Videos and the like are put into click to play figures.
 */
figure.clicktoplay	{
	position: relative;
	overflow: hidden;
}
figure.clicktoplay:before {
	content: "";
	display: block;
	float: left;
	width: 0;
	padding-top: 56.25%;
	
}

figure.clicktoplay iframe,
figure.clicktoplay a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 2px;
}
figure.clicktoplay a img {
	width: 100%;
	height: 100%;
	vertical-align: top;	
}
figure.clicktoplay a:after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: #e60003 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="6" height="8"><polygon points="0,0 0,8 6,4" style="fill:white;"/></svg>') center center no-repeat;
	background-size: 6px 8px;
	left: 20px;
	bottom: 20px;
		
}
figure.clicktoplay h3 {
	position: absolute;
	bottom: 10px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	left: 90px;
	bottom: 20px;
	right: 10px;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}


/**
 * New listing
 */
.newsoverview {
	overflow: hidden;	
}
.newsoverview .newsitems {
	width: 1040px;
	float: right;
} 
.newsoverview ol {
	max-width: 760px;
	margin: 0 auto;	
}
.newsitembox {
	padding: 40px;
	overflow: hidden;
}
.newsoverview li:nth-child(even) .newsitembox {
	border: 1px solid #EEE;
	border-radius: 3px;
	background: #FAFAFA;
	padding: 39px;
}
.newsitembox time {
	color: #d0d0d0;
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}
.newsitembox h3 {
	color: #e60003;
	font-size: 30px;
	line-height: 40px;
}
.newsitembox .image {
	float: left;
	width: 29.4117647058824%;
	
}
.newsitembox img {
	width: 100%;
	height: auto;	
	border-radius: 2px;
}
.newsitembox .body {
	width: 64.7058823529412%;
	float: right;
}


/**
 * Topic header for the article overview
 */
.topicheader {
	padding: 80px 0 50px 0;	
}
.topicheader:after {
	content: "";
	display: block;
	clear: both;
	width: 680px;
	height: 1px;
	background: #EEE;	
}
.topicheader form {
	position: relative;	
}
.topicheader form input {
	padding-right: 50px;
	background: #FFF;	
}
.topicheader form button {
	display: block;
	border: none;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 50px;
	background: transparent;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
}
.topicheader form button:before {
	font-family: icomoon;
	content: "\f02e";
	font-size: 16px;
	color: #e60003;
}
.topicheader form button span {
	display: none;	
}

.topicheader li {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 10px;
}	

.topicheader > div {
	width: 680px;
	float: left;	
}
.topicheader .alltopics {
	min-height: 125px;
	float: right;
	position: relative;
}
.topicheader .alltopics	 h4 {
	position: absolute;
	top: -40px;
	left: -70px;
	width: 100px;
	letter-spacing: 1px;
	text-align: center;
}
.topicheader .alltopics	 h4:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 25px;
	left: 50%;
	top: 0px;
	transform: rotate(-180deg);
	display: block;
	background: url("img/red_barrow.svg") 0 0 no-repeat;
	background-size: 100% 100%;

}

.topicheader .alltopics ul {
	margin-bottom: -10px;	
}
.topicheader .popular {
	padding-top: 10px;	
}
.topicheader h4,
.topicheader .popular .struct {
	display: inline-block;
	font-family: Ubuntu, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 33px;
}
.topicheader h4 {
	padding-left: 0;	
}
.topicheader h4:after {
	content: ":";
}
.topicheader .popular li {
	padding: 0 0 0 40px;	
}
.topicheader .popular a {
	padding: 0 0 6px 0;
	border-bottom: 3px solid transparent;	
}
.topicheader .popular a.active {
	color: #e60003;
	border-color: #e60003;
}


.topicheader a {
	display: block;
	line-height: 33px;
	padding: 0 10px;
	font-family: Ubuntu, sans-serif;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	color: #6c0043;
}
.topicheader a:hover {
	color: #e60003;
}
.topicheader .alltopics a {
	border: 1px solid #EEE;
	border-radius: 3px;
	font-size: 13px;
	vertical-align: top;
}
.topicheader .alltopics a:hover {
	border-color: #e60003;
}
.topicheader .alltopics a.active {
	border-color: #e60003;
	background: #e60003;
	color: #FFF;
}
.topicheader .alltopics li {
	margin-right: 10px;	
}
/**
 * Blog listing
 */
.simplebloglist,
.bloglisting {
	padding: 40px 0;
	margin: -20px;	
	overflow: hidden;
}
.simplebloglist li,
.bloglisting li {
	width: 320px;
	float: left;
	margin: 20px;	
}
.articlebox {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 3px;
	position: relative;
}

.articlebox .advertorial:after {
	position: absolute;
	top: 5px;
	right: 10px;
	content: "advertorial";
	color: #FFF;
	color: rgba(255,255,255,0.8);
	font-size: 15px;	
}
.articlebox .image {
	overflow: hidden;
	height: 220px;
	background: #FAFAFA;
}
.articlebox .image img {
	width: auto;
	height: 100%;
	margin-left: -28px;
}

.articlebox .body {
	padding: 30px;
	height: 120px;
	font-size: 19px;
	line-height: 32px;
}
.newsitembox .body p:after,
.articlebox .body p:after {
	font-family: "icomoon";
	content: "\e622";
	color: #e60003;
	padding-left: 2px;
	font-size: 21px;
	vertical-align: top;
	position: relative;
	top: 4px;
	transition: padding 0.1s ease;
}
.newsitembox:hover .body p:after,
.articlebox:hover .body p:after {
	padding-left: 8px;
}
.articlebox h3 {
	font-family: Ubuntu, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #e60003;
	padding-bottom: 5px;
}
.articlebox .author {
	position: absolute;
	bottom: 151px;
	right: 20px;
	left: 30px;
	line-height: 29px;
	height: 58px;
	color: #FFF;
	padding-right: 72px;
	font-size: 20px;
	font-family: coveredbyyourgrace, "arial narrow", sans-serif;
}
.articlebox .author_image  {
	position: absolute;
	right: 0;
	top: 0;
}
.articlebox .author_image:before {
	content: "";
	display: block;
	width: 50px;
	height: 28px;
	background: url("img/white_arrow.svg") 0 0 no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -10px;
	left: -60px;		
}

.articlebox .author_image img {
	width: 58px;
	height: 58px;
	border-radius: 2px;
}



.more-articles {
	text-align: center;
	padding: 20px 0;
	position: relative;
}
.more-articles a {
	display: inline-block;
	border: 1px solid #e60003;	
	color: #e60003;
	border-radius: 2px;
	line-height: 48px;
	padding: 0 20px;
	margin-right: 40px;
	transform: translate(-50%, 0);
}
.more-articles a:hover {
	background: #e60003;
	color: #FFF;
}
.more-articles:after {
	content:  "";
	width: 60px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 15px;
	transform: rotate(-55deg);
	display: block;
	background: url("img/red_barrow.svg") 0 0 no-repeat;
	background-size: 100% 100%;
}
.recentarticles .more-articles {	
	margin-top: -40px;
}
.recentarticles header {
	text-align: center;	
}
.recentarticles header.purpcaps::after {
	margin: 0 auto;	
}
.recentarticles .simplebloglist {
	padding-top: 20px;	
}

/**
 * agenda listing
 */
article.agenda {
	background: #FAFAFA;	
}
.calendarcontents {
		
}
.calendarcontents:after {
	content: "";
	clear: both;
	display: block;	
}
#calendar {
	max-width: 400px;
	position: relative;
	font-size: 15px;
	min-height: 330px;
}
#calendarbutton {
	display: none;	
}
.calendarmonth {
	margin: 0 0 20px 0;
	padding: 0 10px 10px 10px;
	color: #FFF;
	background: #e60003 url("img/texture.png");	
}
.calendarmonth caption {
	font-size: 21px;
	font-family: "Ubuntu",arial,helvetica,sans-serif;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.calendarmonth caption a {
	position: absolute;
	font-family: icomoon;
	color: #FFF;
	right: 0;
	display: inline-block;
	font-size: 140%;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2;
	border: 2px solid transparent;
	border-radius: 50%;
	top: 4px;
	cursor: pointer;
}
.calendarmonth caption a:hover {
	border-color: #FFF;
}
.calendarmonth caption a.prev {
	left: 0;
	right: auto;
}
.calendarmonth caption a.prev:after {
	content: "\e802";
}
.calendarmonth caption a.next:after {
	content: "\e801";
}

.calendarmonth th {
	color: #FFF;	
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.calendarmonth table {
	width: 100%;
	text-align: center;	
}
.calendarmonth td {
	padding-bottom: 5px;	
}
.calendarmonth td a {
	color: #FFF;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	border: 2px solid transparent;
	border-radius: 50%;
	color: rgba(255,255,255,0.9);
}
.calendarmonth td.today a {
	border-color: #FFF;	
}
.calendarmonth .selected a,
.calendarmonth td a:hover {
	background: #6c0043;	
}
@media (max-width: 1280px) {
	.calendarmonth td a {
		width: 2em;
		height: 2em;
		line-height: 2em;
	}
}

.sidebar .banner {
	border: 1px solid #EEE;
}
.periodmenu {
	padding: 10px 20px 0 20px;
	overflow: hidden;
}
.periodmenu a {
	display: block;
	border: 1px solid #EEE;
	line-height: 24px;
	padding: 10px;
	color: inherit;	
}
.periodmenu a:hover {
	color: #e60003;	
}
.periodmenu .active,
.periodmenu .current  {
	font-weight: bold;
}
.periodmenu li {
	padding-top: 10px;	
}
.periodmenu + p {
	padding: 10px 20px;	
}
.periodmenu + p .button {
	display: block;	
}


.evstories {
	overflow: hidden;
	padding-top: 50px;	
}
.evstories .wrap > h3 {
	padding: 0;
	color: #6c0043;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 19px;
	font-family: Ubuntu;
	padding: 20px 0 26px;
	position: relative;
}
.evstories .wrap > h3:after {
	content: "";
	display: block;
	height: 2px;
	background: #e60003;
	width: 80px;
	border-radius: 1px;
}
.evstories .boxslider {
	padding: 0;	
}
.evstories .wrap,
#dailysection { 
	width: 65.714285714%;
	float: right;
}
#dailysection.about {
	padding-top: 60px;	
}
#dailysection .calendar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
#dailysection a.withlong {
	font-size: 90%;
	color: #333;	
}
#dailysection a.withlong:hover {
	color: #e60003;
	cursor: pointer;	
}
.grouped_long .long {
	display: none;
}
.grouped_long .showall .long {
	display: block;
}

#dailysection .calendar li {
	width: 48%;
	flex-shrink: 0;
}

#dailysection .highlighted {
	color: #FFF;
	background: #6c0043;
	border-radius: 3px;
	margin: 50px -40px 0 -40px;
	padding: 40px 40px 20px 40px;
}
#dailysection .highlighted h2 {
	padding: 0;
	background: none;
	margin: 0 0 20px 0;
	font-size: 21px;

}
.section-title + .aglist h2 {
	margin-top: 0;
}
.daytitle,
.aglist h2 {
	padding: 0;
	background: none;
	margin: 40px 0 20px 0;
	font-size: 21px;
	color: #e60003;
}


.calendarbox .image {
	width: 120px;
	float: left;
	position: relative;
}
.calendarbox .image img {
	border-radius: 2px;
	width: 100%;
	height: auto;
}

.calendarbox .image .event_cancelled{
	position: absolute;
	top: 32px;
	left: 50%;
	margin-left: -48px;
	width: 96px;
	text-align: center;
	color: #fff;
	display: block;
	background: #e60003;
}

@media (max-width: 500px) {
	.calendarbox .image .event_cancelled{
		margin-left: -37px;
		width: 74px;
		top: 20px;
	}
}

.calendarbox {
	overflow: hidden;
	margin-bottom: 20px;
}
.calendarbox .body {
	padding: 8px 0 8px 140px;	
}
.calendarbox h3 {
	font-family: inherit;
	font-size: 19px;
	font-weight: normal;
	color: #e60003;
	padding: 0;
	margin: 0;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.calendarbox .location,
.calendarbox h4, .calendarbox .time {
	font-family: inherit;
	font-size: 17px;
	color: inherit;
	font-weight: normal;
	line-height: 23px;
	padding: 0;
	margin: 0;
}
.calendarbox .location {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}




.listbanner {
	height: 240px;
	padding-right: 40px;
	color: #FFF;
	background: #e60003 url("img/texture.png");
}
.listbanner .image {
	float: left;
	width: 320px;
	margin-right: 40px;
}	
.listbanner .image img {
	width: 100%;
	height: auto;
}
.listbanner .body {
	line-height: 30px;
	height: 90px;
	overflow: hidden;	
}
.listbanner h4 {
	font-family: Ubuntu;
	padding-top: 40px;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;	
}
.listbanner a {
	color: #FFF;
	text-decoration: underline;
}
/**
 * Route listing
 */
.routegroup .introduction {
	position: relative;	
}
.routegroup .graphicsubmenu {
	padding-bottom: 0;	
}
.routelist {
	margin: 40px -20px;
	overflow: hidden;
}
.routelist > li {
	width: 320px;
	float: left;
	margin: 20px;	
}
.locationlist li.banner,
.routelist	li.banner {
	clear: both;
	width: auto;
	float: none;	
}
.sidebar .routeplannerbanner {
	background: #FFF;
	margin: 0;
	border-bottom: 1px solid #EEE;
}
.sidebar .routeplannerbanner .button {
	display: block;
	text-align: center;
	border-radius: 3px;	
}

.altheader h4 {
	background: #6c0043;
	color: #FFF;
	margin: 0 0 40px 0;
	border-radius: 1px;
	line-height: 20px;
	padding: 10px 20px;
	font-weight: normal;
	font-family: inherit;
	
}
.altheader h4:before {
	width: 16px;
	height: 16px;
	line-height: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	vertical-align: baseline;
	position: relative;
	bottom: 3px;
	border: 1px solid #FFF;
	border-radius: 50%;
	content: "i";
	display: inline-block;
	margin-right: 8px;
}



.route-box .body,
.location-box .body {
	height: 54px;
	padding: 0 20px 20px 20px;
	line-height: 27px;
	overflow: hidden;
}
.route-box .body p {
	padding-right: 10px;
	float: left;
}

/**
 * Location listing, route listing
 */
.listwrap {
	background: #FAFAFA;
	border: 1px solid #EEE;	
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
} 
 
.altheader {
	
}
.routegroup .graphicsubmenu + .intro,
.locationgroup	.graphicsubmenu + .intro {
	padding-top: 0;
}
.routegroup .graphicsubmenu ~ .s,
.locationgroup	.graphicsubmenu ~ .sidebar {
	margin-top: 0;
}
.routegroup .intro,
.locationgroup .intro {
	padding-top: 50px;
}
.routegroup .intro p,
.locationgroup .intro p {
	padding-bottom: 30px;
}
.locationgroup .sortnav {
	display: none;	
}
.newsoverview .sidebar,
.searchresults .sidebar,
.dealsoverview .sidebar,
.agenda .sidebar,
.routegroup .sidebar,
.locationgroup .sidebar {
	float: left;
	width: 318px;
	background: #FFF;
	border: 1px solid #EEE;
	margin: 60px 0 0 0 ;
}
.routegroup .intro,
.locationgroup .intro,
.routeholder,
.locationholder {
	width: 1040px;
	float: right;
}

#mapsection {
	position: relative;
	height: 220px;
}

#mapsection.fullscreen,
#mapsection.fullscreen {
	margin: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}
#mapsection #map {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.mapholder .btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	white-space: nowrap;
	display: block;
	border: 1px solid #EEE;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.05);
	line-height: 40px;
	border-radius: 3px;
	cursor: pointer;
	background: #FFF;
	color: #000;
	padding: 0 20px 3px 20px;
}
.mapholder .btn.showfullscreen:after {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #FFF url("img/enlarge.png") right center no-repeat;
	padding-left: 10px;
}
.mapholder .btn.hidefullscreen {
	display: none;
}
.mapholder.fullscreen .btn.hidefullscreen {	
	display: block;	
}
.mapholder.fullscreen .btn.showfullscreen {
	display: none;
}


#main .leaflet-popup-content-wrapper {
	border-radius: 0;	
}
#main .leaflet-popup-content {
	margin: 0 0 0 0;
	overflow: hidden;	
}

#main .leaflet-container a.leaflet-popup-close-button {
	color: #6c0043;
}

.poimapbox {
	overflow: visible;
	font-family: "clone-rounded-latin","Trebuchet MS",sans-serif;
	font-size: 17px;
}
.poimapbox .body {
	padding: 20px;	
}
.poimapbox h2 {
	color: #e60003;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: bold;
	
}
.poimapbox .image {
	padding-top: 0;	
}
.poimapbox .image:empty {
	padding: 0;
	display: none;	
}
.poimapbox .image:empty + .body {
	margin: 0;
}
.poimapbox footer a {
	font-family: "Ubuntu",arial,helvetica,sans-serif;
	font-weight: bold;
	color: #e60003;
	font-size: 14px;
	text-transform: uppercase;
}
.poimapbox footer a::after {
	display: inline-block;
	vertical-align: baseline;
	font-weight: bold;
	width: 1em;
	content: "\e622";
	font-size: 17px;
	width: 20px;
	font-family: icomoon;
	position: relative;
	bottom: -3px;
}






.locationlist {
	overflow: hidden;
	
}
.locationlist ul.locations {
	margin: 40px -20px;
}
.locationlist ul.locations:after {
	content: "";
	clear: both;
	display: block;	
}
.locationlist li {
	width: 320px;
	float: left;
	margin: 20px;
	
}
.route-box,
.location-box {
	border: 1px solid #EEE;
	border-radius: 3px;
	position: relative;
	background: #FFF;
	height: 327px;
}
.route-box .image,
.location-box .image {
	background: #FAFAFA;
	height: 186px;
	overflow: hidden;
}
.route-box .image img,
.location-box .image img {
	width: auto;
	height: 100%;
}

.route-box header,
.location-box header {
	position: relative;
	display: block;
	padding: 30px 20px 0 20px;
}
.location-box header .stars {
	line-height: 20px;
	position: absolute;
	top: 10px;	
}
.stars .star:before {
	color: 	#e60003;
}
.route-box header h2,
.location-box header h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: inherit;
	font-weight: normal;
	font-size: 19px;
	margin: 0;
	padding: 0;
	line-height: 25px;
	max-height: 50px;
}
.route-box header {
	padding-top: 15px;		
}
.route-box header h2 {
	border-bottom: 1px solid #EEE;	
	height: 50px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.location-box.prop header h2 {
	height: 25px;
	white-space: nowrap;	
}
.location-box .partner {
	width: 40px;
	height: 40px;
	background: #e60003 url("img/horse.png") center center no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: 166px;
	right: 20px;
	border-radius: 50%;
}

.location-box .temp_closed{
	font-weight: bold;
	font-size: 90%;
}

.location-box .city {
	color: 	#e60003;
}

.location-box .fromprice {
	right: 10px;
	float: right;
	position: absolute;
	bottom: 10px;
	font-size: 16px;
}

.route-box footer,
.location-box footer {
	display: none;	
}
.location-box .pirprice {
	border: 1px solid #eee;
	height: 34px;
	border-radius: 18px;
	background: transparent;
	font-size: 15px;
	line-height: 34px;
	color: #000;
	padding: 0 10px;
	top: auto;
	left: auto;
	right: 20px;
	bottom: 20px;
}
html[lang=nl] .location-box .pirprice:before {
	content: "VANAF ";
	letter-spacing: 1px;
	font-size: 12px;
	position: relative;
	top: -1px;
}
.location-box .pirprice em {
	font-style: normal;
	font-size: 15px;		
}

.backbutton {
	text-align: center;
	display: block;	
}
.backbutton:before {
	font-family: icomoon;
	content: "\e61f";	
}
.backbutton span {
	display: none;	
}


/**
 * Small deal banner
 */
.smalldeal {
	border: 1px solid #EEE;
	height: 60px;
	position: relative;
	padding: 0 60px;
	margin-bottom: 10px;
}
.smalldeal:after {
	font-family: icomoon;
	content: "\e622";
	width: 60px;
	height: 60px;
	background: #EEE;
	line-height: 60px;
	text-align: center;
	color: #FFF;
	background: #e60003;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	transition: font-size 0.2s ease;

}
a:hover .smalldeal:after {
	font-size: 125%;
	background: #6c0043	
}
.smalldeal .image {
	width: 60px;
	height: 60px;
	background: #EEE;
	position: absolute;
	top: 0;
	left: 0;
}
.smalldeal .image img {
	width: 100%;
	height: auto;	
}
.smalldeal .body {
	padding-top: 30px;
	
}
.smalldeal span,
.smalldeal h3 {
	float: left;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 20px;
	transform: translate(0,-50%);
	max-width: 70%;
	font-family: Ubuntu;
	color: #6c0043;
	
}



.pt_deal #bookform {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 1020;
	padding: 20px;
	display: none;
	overflow: auto;
}
.pt_deal #bookform.visible {
	display: block;
}
.pt_deal #bookform .closebutton {
	position: absolute;
	top: -20px;
	right: -20px;
	
}
.pt_deal #bookform .closebutton a {
	display: block;	
	width: 40px;
	height: 40px;
	background: #e60003;
	color: #FFF;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	transition: padding 0.15s linear;
}
.pt_deal #bookform .closebutton a:hover {
	background: #6c0043;
	padding: 3px;
}
.pt_deal #bookform .closebutton a:before {
	font-family: icomoon;
	content: "\e61d";		
}

.pt_deal #bookform .inner {
	margin: 40px auto;
	max-width: 640px;
	background: #FFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	border-radius: 3px;
	padding: 20px;
	position: relative;
}
.pt_deal #bookform .inner h2,




/**
 * The location, deal and event pages
 */
footer.source {
	padding:  0;	
}
article.itempage {
	padding-top: 40px;
	overflow: visible;
}
article.itempage + #share {
	top: 60px;	
}

article.itempage .deallisting {
	padding-bottom: 40px;	
}
article.itempage .secthead {
	color: #e60003;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 17px;
	font-family: Ubuntu;
	padding: 20px 0;
}
article.itempage .secthead.dark {
	color: #6c0043;
}
article.itempage .backbutton {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.15);
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
article.itempage:after	{
	content: "";
	display: block;
	clear: both;
	height: 40px;	
}
article.itempage .leftcol {
	width: 560px;
	float: left;
	clear: left;
	position: relative;
}
@media (min-width: 1441px) {
	article.itempage .leftcol.stickme {
		position: sticky;
		top: 0;
	}
}
article.itempage .stickywrap {
	position: relative;
}
article.itempage .stickywrap:after {
	clear: both;
	content: "";
	display: block;
}

article.itempage .rightcol {
	width: 680px;
	float: right;
	clear: right;
}
article.itempage .location_section {
	clear: both;	
}
article.itempage .readmore { 
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 1s;
}
article.itempage .readmore.visible {
	height: auto;
	overflow: hidden;
	opacity: 1;	
}
article.event .collage,
article.location .collage {
	width: 100%;
	float: left;	
}
article.event #location {
	overflow: hidden;	
}
article.event #location img	 {
	float: left;
	margin-right: 20px;
}
article.event #location h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}
article.event #location h4 a:hover {
	color: #e60003;	
}
article.event #location dl.infolist dd:before {
	display: none;	
}
article.event #location dl.infolist dd {
	padding-left: 0;	
}

article.event #when .struct.cancelled {
	opacity: 60%;
}

article.itempage #pointermap {
	height: 640px;
	clear: both;
}


.addresspopup .address strong {
	display: block;
	padding: 4px 0;
}	
.addresspopup .address p {
	padding: 0;
	margin: 0;
	font-size: 90%;
	line-height: 1.2;	
}
.addresspopup {
	font-family: "clone-rounded-latin","Trebuchet MS",sans-serif;
	font-size: 19px;
	height: 166px;
	width: 640px;
	position: relative;
}
.addresspopup div.img {
	width: 186px;
	height: 186px;
	background: #FAFAFA;
	float: left;
	position: relative;
	margin-top: -20px;
	margin-right: 20px;
}
.addresspopup .iconlist {
	position: absolute;
	bottom: 20px;
	left: 206px;	
}
.addresspopup a.icon {
	color: #FFF;
	width: 2em;
	height: 2em;
	background: #6c0043;
	border-radius: 50%;
	padding: 0;
	text-align: center;
	line-height: 2;
}
.addresspopup a.icon:before {
	font-size: 90%;	
}





article.itempage .tags {
	overflow: hidden;
	border-bottom: 1px solid #EEE;
}
article.itempage .tags .secthead {
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px;	
}
article.itempage .tags li {
	background: url("img/checkmark.svg") left 10px no-repeat;
	background-size: 11px 8px;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	line-height: 24px;
}
article.itempage .tags .group {
	margin-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
}
article.itempage .tags .col + .col .group {
	margin-right: 0;
	margin-left: 20px;	
}
article.itempage .tags .col .group:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
article.itempage .tags .col {
	float: left;
	width: 50%;	
}
article.itempage .tags h5 {
	color: #6c0043;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	font-family: Ubuntu;
	padding: 0 0 10px 0;
	font-weight: bold;
}


article.itempage .relatedarticles {
	padding-top: 40px;
	overflow: hidden;
		
}
article.itempage .relatedarticles .boxslider {
	padding: 0;		
}

article.itempage .similarlocations li {
	float: left;		
}
article.itempage .similarlocations .locations {
	margin-top: -20px	
}


article.deal header {
	display: block;
	height: 140px;
	padding-bottom: 50px;
	padding-top: 30px;
	position: relative;
	z-index: 100;
}
article.deal header h1 {
	padding: 80px 0 10px 0;
	font-size: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
article.deal header:after {
	content: "";
	margin-top: -20px;
	width: 80px;
	height: 4px;
	background: #6c0043;
	display: block;	
}
article.deal header h2 {
	position: absolute;
	top: 50px;
	font-family: LaGuapita, cursive;
	font-size: 40px;
	color: #6c0043;
}
article.deal .ctabox {
	margin: 20px 0;
	border: 1px solid #EEE;
	padding: 20px;
	overflow: hidden;
	line-height: 50px;
}
article.deal .ctabox footer {
	clear: both;	
}
article.deal .ctabox .button {
	display: block;
	text-align: center;
}
article.deal .ctabox h3 {
	float: left;
	color: #e60003;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 19px;
	line-height: 50px;
	transform: translate(0,3px);
}
article.deal .ctabox p {
	float: left;		
}
article.deal .ctabox .price {
	font-size: 23px;
	vertical-align: baseline;
}
article.deal .ctabox .price span {
	font-size: 17px;
}

article.deal .markdown ul {
	background: #FAFAFA;
	padding: 20px 0;
}
article.deal .markdown ul li {
	padding-left: 80px;
	position: relative;
	list-style-type: none;
}
article.deal .markdown ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 40px;
	width: 14px;
	height: 14px;
	background: url("img/deal_bullet.png") 0 0 no-repeat;
}

article.contactform header	{
	display: block;
	height: 140px;
	padding-bottom: 50px;
	padding-top: 30px;
	position: relative;
	margin-left: -220px;
	z-index: 100;	
}

article.event header,
article.location header {
	display: block;
	padding-top: 40px;
	position: relative;
	z-index: 100;	
}
article.event header h1,
article.location header h1 {
	font-size: 50px;
	line-height: 60px;
}
article.location header .stars {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
article.event header .bookbutton {
	position: absolute;
	left: 0;
	bottom: 0;
}

.locationcalendar {
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #EEE;	
}
.locationcalendar dt {
	font-weight: bold;	
}
.locationcalendar h2,
article.itempage .leftcol h2 {
	color: #e60003;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 17px;
}
article.itempage .leftcol section {
	border: 1px solid #EEE;
	border-radius: 3px;
	padding: 30px;
	margin-top: 40px;
}

article.itempage .leftcol section.temp_closed{
	border: 1px solid #e60003;
}

article.itempage .leftcol section.temp_closed .remark{
	font-weight: bold;
}

article.itempage .leftcol #bookbutton {
	border-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
}
article.itempage .leftcol #bookbutton a {
	display: block;
	text-align: center;	
}
article.itempage .leftcol .viewsite {
	position: relative;
	text-align: right;
	border: 0;
	padding-top: 0;
}
article.itempage .viewsite:after {
	content: "";
	display: block;
	background: url("img/red_barrow.svg") 0 0 no-repeat;
	background-size: 100% 100%;
	width: 50px;
	height: 26px;
	right: -26px;
	position: absolute;
	top: -20px;	
	z-index: 20;
	transform: rotate(-100deg);
}
article.itempage .viewsite span {
	color: #6c0043;
	padding-right: 20px;	
}

@media (max-width: 500px) {
	article.itempage .viewsite:after {
		right: 50%;
		top: -10px;
		margin-right: -120px;
	}
	article.itempage .leftcol .viewsite {
		text-align: center;	
	}
	article.itempage .viewsite span {
		display: block;
		padding: 5px 0;
	}
}

article.itempage .viewsite a {
		display: inline-block;
		border: 1px solid #e60003;
		color: #e60003;
		border-radius: 2px;
		line-height: 48px;
		padding: 0 20px;
		text-align: center;
		min-width: 160px;
}
article.itempage .viewsite a:hover {
	color: #FFF;
	background: #e60003;
}

article.deal section {
	clear: both;
}
article.deal section.locations {
	padding-top: 100px;
}
article.deal section.locations h2 {
	text-align: center;
	color: #6c0043;	
}

.deal .locations ul {
	overflow: hidden;	
}
.deal .locations li	 {
	width: 680px;
	float: left;
	border-bottom: 1px solid #EEE;
	
}
.deal .locations li a {
	display: block;
	height: 80px;
	padding: 20px 40px 20px 150px;
	position: relative;
}
.deal .locations li a:after {
	display: block;
	vertical-align: top;
	font-weight: bold;
	width: 1em;
	content: "\e622";
	font-size: 17px;
	width: 20px;
	position: absolute;
	top: 50%;
	color: #e60003;
	margin-top: -8px;
	right: 10px;
	font-family: icomoon;
	transition: right 0.15s linear;
}
.deal .locations li a:hover:after {
	right: 2px;	
}
.deal .locations li:nth-child(even) {
	float: right;	
}
.deal .locations li .image {
	position: absolute;
	background: #EEE;
	top: 20px;
	left: 0;
	width: 130px;
	height: 80px;
	border-radius: 2px;
}
.deal .locations li .image img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.deal .locations li p,
.deal .locations li h4 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
.deal .locations li h4 {
	font-size: 19px;
	font-weight: normal;
	font-family: inherit;	
}
.deal .locations li p {
	color: #000;	
}


#contactform h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #6c0043;
	
}
#contactform .error {
	color:	#e60003;
}
#contactform .error ul,
#contactform .error li {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}
#contactform label {
	float: none;
	display: block;
	padding-bottom: 20px;
	width: auto;
}
#contactform .req_warning {
	display: block;
	font-size: 15px;
}
#contactform .req_warning em {
	font-style: normal;
	color: #e60003;	
}
#contactform li {
	padding-bottom: 30px;
}
#contactform .req_warning:first-letter,
#contactform label:first-letter {
	text-transform: uppercase;	
}
#contactform .ctemail, #contactform .ctphone {
	width: 48%;
	float: left;
	clear: none;
}
#contactform .ctphone {
	float: right;	
}
#contactform input {
	width: 100%;	
}
#contactform textarea {
	height: 120px;	
}


#ctalink {
	text-align: right;	
}
#ctalink strong {
	color: #e60003;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Ubuntu",arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 17px;
}
#ctalink .button {
	float: right;
	margin: -5px 0 0 1em	
}
@media (max-width: 1040px) {
	
	#ctalink .button {
		margin-top: -10px;
	}
}
@media (max-width: 500px) {
	#ctalink {
		text-align: center;;	
	}
	#ctalink strong {
		display: block;
	}
	#ctalink .button {
		float: none;
		margin: 0;
	}
}
/**
 * Pir form on a location page,
 * booking form for a special
 */
#ctaform {

}

#ctaform #horform {
	display: block;
	padding-bottom: 70px;
	background: #FFF;
	border: none;
	position: relative;
}
#ctaform  #horform .nolabel {
	display: none;	
}
#ctaform #horform .buttons {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0;
	right: 0;	
}
#ctaform #horform .buttons .button {
	width: 100%;	
}
#horform table {
	margin: 0 0 30px 0;
	width: 100%;	
}

#ctaform #horform .fieldset {
	padding: 30px 0;
	overflow: hidden;
}
#ctaform #horform li {
	clear: none;
}
#ctaform #horform ul label {
	float: none;
	font-weight: bold;
	width: auto;
	display: block;
}
#ctaform #horform ul input {
	width: 100%;
}
#ctaform #horform li.field_firstname,
#ctaform #horform li.field_lastname {
	width: 39%;
	float: left;
	clear: none;
}
#ctaform #horform li.field_insertion {
	width: 20%;
	margin: 0 1%;
	float: left;
	
}
#ctaform #horform li.field_phone,
#ctaform #horform li.field_email  {
	width: 49.5%;
	float: left;
} 
#ctaform #horform li.field_email {
	margin-left: 1%;	
}
#ctaform #horform p {
	margin-bottom: 20px;	
}
#ctaform #horform .errors li {
	color:	#e60003;
}
#ctaform #horform .errors li strong {
	color: #000;	
}
article.location #rooms .results ul {
	background: #FFF;
	border: none;	
}
.openingtimes td, .openingtimes th {
	line-height: 1.2;	
}



.siteform ul {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 1;
	justify-content: space-between;
}
.fieldset.minimizeable input:checked ~ .struct {
	display: flex;
}

.siteform li {
	width: 49%;
	flex-shrink: 1;
}
.siteform .errors li {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}
.siteform li .filebox {
	width: 100%;	
}
.siteform .witherror input {
	border-color: red;	
}
.siteform div.date {
	position: relative;
	
}
.siteform div.date input {
	background-color: transparent;
	position: relative;
	z-index: 2;
}
.siteform div.date:before {
	overflow: visible;
	display: block;
	font-family: icomoon;
	font-weight: normal;
	content: "\e60c";
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50px;
	color: #6C0043;
	z-index: 1;
}

@media (max-width: 1080px) {

	.siteform div.date:before {
		top: 43px;

	}
	
}
#wrapper .siteform li.altset {
	clear: both;
	width: 100%;

}
form li label.inline input:checked + span:before, form li label.inline:before {
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	text-align: center;
	display: block;
	border: 1px solid #CCC;
	top: 16px;	
}

.siteform .radioinput.withimg .radio-options {
	display: flex; 	
	flex-wrap: wrap;
}

#wrapper .siteform .withimg {
	overflow: visible;	
}
#wrapper .siteform .withimg .radiobox {
	flex-grow: 1;
	white-space: normal;
	margin: 20px 0 0 40px;
	overflow: visible;
}
#wrapper .siteform .withimg .radiobox:nth-child(4n+1) {
	margin-left: 0;
}
.siteform .withimg .radiobox div {
	border: none;
	background: transparent;
}
#wrapper .siteform .withimg .radiobox {
	width: calc(25% - 30px);
}	
form .radiobox input:checked + div:after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -5px;
	content: "";
	display: block;
	width: 10px;
	height: 6px;
	background: #FFF url("img/radio_triangle.svg") bottom center no-repeat;
	background-size: auto 100%;
	z-index: 10;
}
.siteform .withimg .radiobox div img {
	opacity: 1;	
}
.siteform .withimg .radiobox figure {
	display: block;
	position: relative;
	width: 100%;
}
.siteform .withimg .radiobox figure:before,
.siteform .withimg .radiobox figure:after {
	content: "";
	display: block;
	width: 21%;
	height: 21%;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.4s ease;
	background: #FFF;
	z-index: 2;
}
.siteform .withimg .radiobox figure:after {
	background: url("img/checkmark_p.svg") center center no-repeat;
}
.siteform .withimg .radiobox input:checked + div figure:before {
	width: 90%;
	height: 90%;
	bottom: -15px;
	right: -15px;
	background: #e60003 url("img/texture.png");
	mix-blend-mode: multiply;
	z-index: 1;
}
.siteform .withimg .radiobox input:checked + div figure:after {
	width: 90%;
	height: 90%;
	bottom: -15px;
	right: -15px;
	z-index: 10;
	background: url("img/checkmark_w.svg") center center no-repeat;
}
.siteform .withimg .radiobox span {
	display: block;
	position: static;
	padding: 30px 0 20px 0;
	text-transform: uppercase;
	font-weight: bold;;
	text-transform: uppercase;
	color:	#6C0043;
	font-family: "Ubuntu",arial,helvetica,sans-serif;
	transform: translate(0,0);
}
.siteform .withimg .radiobox input:checked + div span {
	color: #e60003;	
}

#wrapper .siteform .withimg .descbox {
	border: 1px solid #6C0043;
	font-size: 17px;
	color: #6C0043;
	padding: 20px 40px;
	margin: 0;
	text-align: left;
	border-radius: 3px;
}
@media ( min-width: 700px) {
	#wrapper .siteform .withimg label .descbox {
		display: none;
	}
}
@media ( max-width: 700px) {
	#wrapper .siteform .withimg .descbox {
		overflow: visible;
		padding: 20px;
		font-weight: normal;
	}
	#wrapper .siteform .withimg .descbox:before {
		position: absolute;
		top: -6px;
		left: 50%;
		margin-left: -5px;
		content: "";
		display: block;
		width: 10px;
		height: 6px;
		background: #FFF url("img/radio_triangle.svg") bottom center no-repeat;
		background-size: auto 100%;
		z-index: 10;
	}
	.siteform .radioinput.withimg .radio-options {
		margin: 0 auto;
		max-width: 500px;	
	}
	#wrapper form .radiobox figure {
		float: none;
	}
	
	#wrapper .siteform .withimg .radiobox:nth-child(2n+1) {
		margin-left: 0;	
	}
	#wrapper .siteform .withimg .radiobox	{
		width: calc(50% - 40px);
		margin: 20px 20px 0 20px;	
	}

	#wrapper .siteform .withimg > .descbox {
		display: none;
	}
	#wrapper form .radiobox div {
		overflow: visible;
	}
	form .radiobox input:checked + div:after {
		display: none;
	}

	.siteform .withimg .radiobox input:checked + div figure:before,
	.siteform .withimg .radiobox input:checked + div figure:after {
		width: 70%;
		height: 70%;
		
	}
}
@media ( max-width: 400px) {
	.siteform .radioinput.withimg .radio-options {
		margin: 0 auto;
		display: block;
	}
	#wrapper .siteform .withimg .radiobox	{
		width: auto;
		margin-left: 0;
	}

}

#filterbar .cblist input:checked + ul li.unimp {
	display: block;	
}
#filterbar .cblist input:checked ~ label .all, 
#filterbar .cblist label .less {
	display: none;
}
#filterbar .cblist input:checked ~ label .less {
	display: inline;	
}
#filterbar .cblist li.unimp.checked {
	display: block;	
}

#filterbar .cblist li.unimp {
	display: none;	
}

#filterbar .cblist .optlabel {
	color: #e60003;
	font-size: 14px;	
}
#filterbar .cblist .optlabel:before {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	content: "\e620";
	font-size: 17px;
	margin-left: -12px;
	width: 20px;
	font-family: icomoon;	
}
#filterbar .cblist input:checked ~ .optlabel:before {
	content: "\e621";
}



#filterbar .cblist li label {
	position: relative;
	padding: 0 0 0 20px;
}

#filterbar .cblist li label:before, #filterbar .cblist li input:checked + label::after {
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	text-align: center;
	display: block;
	border: 1px solid #CCC;
	top: 8px;
	left: 0;
	position: absolute;	
}
#filterbar .cblist li input:checked + label::after {
	color: #FFF;
	content: "\ea10";
	font-family: icomoon;
	font-size: 10px;
}
#filterbar .cblist li label:before,
form li label.inline:before {
	content: "";
	font-family: inherit;
}
#filterbar .cblist li input:checked + label:after,
form li label.inline input:checked + span::before {
	border: 1px solid #e60003;	
	background: #e60003;
	font-size: 10px;
}
#wrapper .siteform li label {
	padding-top: 10px;
	display: block;
	float: none;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 10px;
	text-align: left;
}
#wrapper .siteform li input {
	width: 100%;
	vertical-align: top;
}
#wrapper .siteform li .selectbox {
	width: 100%;
	vertical-align: top;
}
#wrapper .siteform .filebox label {
	padding: 0 10px;	
}
#wrapper .siteform li textarea {
	height: 120px;
	vertical-align: top;
}
.pt_dealpage #bookform p.buttons {
	text-align: center;
}	


#galleryslider .inner {
	height: 110px;
	padding-top: 20px;
	overflow: auto;
}
#galleryslider.fancy .inner {
	overflow: hidden;	
}
#galleryslider ul {
	white-space: nowrap;
	height: 90px;
}
#galleryslider li {
	display: inline-block;
	padding-left: 10px;
}
#galleryslider li a {
	display: block;
	width: 128px;
	height: 90px;
	background: #000;
	overflow: hidden;
	position: relative;
}
#galleryslider li a.video:after ,
#galleryslider li a.frame:after {
	display: block;
	content: "";
	background: url("img/360.png") center center no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
#galleryslider li a.video:after {
	background: url("img/video.png") center center no-repeat;
}
#galleryslider li a img {
	height: 100%;
	width: auto;	
}
#galleryslider li:first-child {
	padding-left: 0;
}	




.prevnextbuttons {
	width: 120px;
	height: 60px;
}
.prevnextbuttons a {
	color: #FFF;
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	background: #6c0043;
	text-align: center;
	line-height: 60px;
}
.prevnextbuttons a:hover {
	background: #e60003;
}
.prevnextbuttons a:before {
	font-family: icomoon;
	color: #FFF;
	content: "\e622"
}
.prevnextbuttons a.prev {
	background: #e60003;	
}
.prevnextbuttons a.prev:hover {
	background: #6c0043;	
}
.prevnextbuttons a.prev:before {
	content: "\e61f";
}
.prevnextbuttons span {
	display: none;	
}


/**
 * pir pages
 */
.pir-module .innersize .maintitle {
	margin: 0;
	padding-top: 100px;
	
}
.pir-module .innersize {
	width: 680px;
	margin: 0 auto;
	position: relative;
}
.pir-module .innersize .mainbar,
.pir-module .innersize .sidebar {
	width: 100%;
	float: none;
	margin: 20px 0;	
}
.pir-module .innersize .sidebar .details {
	background: none;
	padding: 0;
}
.pir-module .sidebar .details > .wrap:first-child {
	padding: 0;	
}

.pir-module #steps {
	height: 40px;
	position: absolute;
	top: 0;
	left: -10px;
	right: 0;
	font-size: 15px;
}
.pir-module #steps h3 {
	display: none;

}
.pir-module #steps li {
	display: inline-block;
	padding: 0;
	margin-left: 0;
	color: #d0d0d0;
}
.pir-module #steps li.current {
	border: none;
}
.pir-module #steps li a {
	line-height: 38px;
	display: block;
	border: 1px solid #EEE;
	border-radius: 3px;
	padding: 0 10px;
	color: #000;
}
.pir-module #steps li.current a {
	border-color: #e60003;
}
.pir-module #steps li a:hover {
	color: #e60003;
}
.pir-module #bookingsidebar h3 {
	color: #6c0043;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 17px;
	
}
.pir-module #bookingsidebar {
	position: absolute;
	z-index: 10;
	top: 42px;
	left: -10px;
	padding: 10px;
	border: 1px solid transparent;
	border-top: 0;
	background: #FFF;
	border-radius: 3px;
}
.pir-module #bookingsidebar .body {
	display: none;
}
.pir-module #bookingsidebar:hover {
	border-color: #EEE;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);

}
.pir-module #bookingsidebar:hover .body {
	display: block;
	padding: 20px 20px 20px 0;
}

#pir_confirm label,
#pir_details label {
	line-height: 1.3;	
}
#pir_details li.field_salutation {
	width: 50%;	
}
#pir_details li.field_firstname {
	clear: left;	 
}
#pir_details li.field_firstname,
#pir_details li.field_lastname {
	width: 40%;	
}
#pir_details li.field_insertion {
	width: 20%;
}
	
/**
 * The route page
 */
.route h1 {
	padding: 40px 0 20px;
	margin: 0;	
}
.route div.image img {
	width: 100%;
	height: auto;	
}
.route .propertylist {
	margin: 0 0 40px 0;
}
.route .propertylist ul {
	border-color: #EEE;	
}

.route .propertylist {
	background: #e60003;
	color: #fff;
}

.route .propertylist li {
	border-color: #EEE;	
}
.route .propertylist h4 {
	font-family: inherit;
	font-weight: normal;	
}
.route .infocolumn {
	margin-left: 0;	
	float: left;
	clear: left;
	width: 50%;
	padding:  0 20px 0 0;
	box-sizing: border-box;
}
.route #map {
	padding: 70px 0 0 20px;
}
.route .markdown p {
	margin-bottom: 20px;	
}
.route .markdown h2 {
	border-top: 1px solid #EEE;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 17px;
	letter-spacing: 1px;
}

.route #route_specials{
	float: left;
	margin-top: 20px;
	margin-left: 0;
	clear: left;
	width: 50%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	color: white;
}

.route #route_specials .special{
	background-image: url('img/texture.png');
	position: relative;
	padding-bottom: 30px;
}

.route #route_specials .special img{
	width: 100%;
	height: auto;
}

.route #route_specials .special .title_block{
	color: white;
	margin-top: -140px;
	margin-left: 30px;
}

.route #route_specials .special h4.special_title{
	color: white;
	margin: 0;
	padding: 0;
}
.route #route_specials .special h4.title{
	color: white;
	font-family: LaGuapita, cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	display: block;
	margin: 0;
	padding: 0;
}

.route #route_specials .special p.desc{
	padding: 30px;
}

.route #route_specials .special .cta{
	padding: 0 30px;
}
/*.route #route_specials .special .cta span{*/
/*	float: left;*/
/*}*/
.route #route_specials .special .cta a{
	vertical-align: middle;
	background-color: #6c0043;
	margin-left: 30px;
}

.route #route_specials h4 {
	color: #e60003;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 17px;
	font-family: Ubuntu;
	padding: 20px 0;
}

#poilist h2 a,
#poilist h2 {
	font-family: inherit;
	font-weight: normal;
	color: #6c0043;
	font-size: 19px;
}	
#poilist .body h2 {
	color: inherit;
	margin-bottom: 0;	
}
#poilist header ~ * {
	height: 0;
	overflow: hidden;
	opacity: 0;	
	transition: opacity 0.5s linear;
}
#poilist header.open ~ * {
	height: auto;
	overflow: hidden;
	opacity: 1;	
}

#poilist .POI h2 a {
	cursor: pointer;
	display: block;
	position: relative;
	padding-right: 120px;
}
#poilist .POI h2 a:before {
	position: absolute;
	right: 17px;
	top: 2px;
	content: "uitklappen";
	color: #e60003;
	font-size: 17px;
}

html[lang=de] #poilist .POI h2 a:before {
	content: "ausklappen"	
}
#poilist .POI h2 a:after {
	position: absolute;
	right: 0;
	top: 6px;
	font-family: icomoon;
	content: "\e620";
	color: #e60003;
	font-size: 17px;
}
#poilist .POI header.open h2 a:after {
	content: "\e621";
}
#poilist .POI header.open h2 a:before {
	content: "inklappen";
}
html[lang=de] #poilist .POI header.open h2 a:before {
	content: "einklappen";
}

.route #share {
	right: 0;
	top: 20px;
	left: auto;
	bottom: auto;
	margin: 0;
}
.route #share h3 {
	padding-top: 0;
	padding-right: 90px;
}

.route .fixed ~ footer {
	position: fixed;
}
.route .fixed ~ footer #share {
	margin-right: 20px;	
}
.route footer {
	position: absolute;
	top: 0;
	padding: 10px 0;
	right: 0;
	width: 50%;
	text-align: left;
	background: #FFF;
}
.route.downloads {
	margin: 0;
	padding: 0 20px;
	position: static;
	text-align: left;
}	
.route.downloads li {
	display: inline-block;	
}
.route.downloads li:before {
	display: none;	
}
.route.downloads li a {
	display: block;
	color: #e60003;	
	border: 1px solid #e60003;
	line-height: 48px;
	padding: 0 20px;
}
.route.downloads li a:hover {
	color: #FFF;
	background: #e60003;
}





figure.bannerslide {
	position: relative;
	overflow: hidden;
	min-height: 360px;
}
figure.bannerslide:before {
	content: "";
	float: left;
	display: block;
	padding-top: 50%;
}
figure.bannerslide img {
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	bottom: 0;	
}
figure.bannerslide .body {
	width: 50%;
	max-width: 720px;
	left: 50%;
	bottom: 80px;
	text-align: left;
	position: absolute;
}
figure.bannerslide .box {
	float: right;
	position: relative;
	margin-right: 20px;
	padding: 40px;
	color: #FFF;
	background: #e60003 url("img/texture.png");

}
figure.bannerslide .box:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #e60003 url("img/texture.png");
	z-index: 2;
}
figure.bannerslide .box:before {
	content: "";
	display: block;
	position: absolute;
	top: -80px;
	right: -20px;
	bottom:-20px;
	left: 80px;
	background: #e60003 url("img/texture.png");
	mix-blend-mode: multiply;
	z-index: 1;
}
figure.bannerslide .box .text,
figure.bannerslide .box h4 {
	position: relative;
	z-index: 3;
	color: #FFF;
	font-weight: normal;
}
figure.bannerslide .box h4 {
	font-family: LaGuapita, cursive;
	font-size: 40px;
	line-height: 50px;
	margin: -60px 0 0 0;
	padding-bottom: 20px;

}
figure.bannerslide .box h2 {
	font-size: 30px;
	margin: 0;
	padding: 0;
}
figure.bannerslide .box a {
	color: #FFF;
	line-height: 32px;
}
figure.bannerslide .box a:after {
	display: inline-block;
	vertical-align: bottom;
	font-weight: normal;
	width: 1em;
	content: "\e622";
	margin-left: 3px;
	position: relative;
	bottom: -3px;
	width: 20px;
	font-family: icomoon;
	transition: margin 0.15s linear;
}
figure.bannerslide .box a:hover:after {	
	margin-left: 8px;
}
/**
 * Default static page
 */
article.page {
	padding-top: 40px;
	overflow: hidden;
}
article.page #share {
	top: 40px;	
}
/**
 * At full width, every 5th article is highlighted as well. 
 */
@media (min-width: 1440px) {
	
	
	.bloglisting li:nth-child(6n),
	.bloglisting li:nth-child(6n+1) {
		width: 680px;
	}
	.bloglisting li:nth-child(6n) .articlebox .image,
	.bloglisting li:nth-child(6n+1) .articlebox .image {
		height: 100%;
	}
	.bloglisting li:nth-child(6n) .articlebox .image img,
	.bloglisting li:nth-child(6n+1) .articlebox .image img {
		margin: 0;	
	}
	.bloglisting li:nth-child(6n) .articlebox .body,
	.bloglisting li:nth-child(6n+1) .articlebox .body {
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 260px;
		color: #FFF;
		background: #e60003 url("img/texture.png");
	}
	.bloglisting li:nth-child(6n) .articlebox h3,
	.bloglisting li:nth-child(6n+1) .articlebox h3 {
		color: #FFF;	
	}
	.bloglisting li:nth-child(6n) .articlebox .author,
	.bloglisting li:nth-child(6n+1) .articlebox .author {
		bottom: 20px;
		left: 360px; 
		text-align: right;
		line-height: 58px;
	}
	.bloglisting li:nth-child(6n) .articlebox .author_image:before,
	.bloglisting li:nth-child(6n+1) .articlebox .author_image:before {
		background-image: url("img/white_barrow.svg");
		top: 40px;
	}
	.bloglisting li:nth-child(6n) .articlebox .body p:after,
	.bloglisting li:nth-child(6n+1) .articlebox .body p:after {
		color: #FFF;
	}
	
	#mainmenu a.main.active:after {
		content: "";
		display: block;
		left: 20px;
		right: 20%;
		position: absolute;
		bottom: -10px;
		height: 0;
		border: 1px solid red;
		border-radius: 2px;
	}
}
	
@media (max-width: 1440px) {
	
	.simplebloglist {
		width: 720px;
		margin: 0 auto;
	}
	#share {
		right: 20px;
		margin-right: 0;
	}
	
	.innersize {
		margin: 0 20px;	
	}
	
	#pagefooter .newsletterbox .subscribe_fields {
		float: none;	
	}
	#pagefooter .newsletterbox p {
		float: none;
		width: auto;
	}
	
	#pagefooter .newsletterbox,
	#pagefooter .footernav {
		width: 440px;
		margin-right: 0;	
	}
	
	#main article.deal .locations li,
	article.itempage .rightcol,
	article.itempage .leftcol,
	article.itempage header {
		width: auto;
		max-width: 800px;
		margin: 0 auto;
		float: none;
		clear: both;
	}
	
	footer.source {
		text-align: center;	
	}


	article.deal header {
		text-align: center;	
	}
	article.deal header:after {
		margin: -20px auto 20px;
	}
	article.deal header h2 {
		width: 100%;	
	}
	
	.topicheader {
		margin: 0 auto;	
		width: 1040px;
	}
	.topicheader .popular {
		padding-bottom: 20px;	
	}
	.topicheader::after {
		width: auto;
		margin-top: 20px;
	}
	.topicheader .alltopics,
	.topicheader > div {
		width: auto;
		float: none;
		min-height: 0;	
	}
	.topicheader .alltopics  h4 {
		display: none;	
	}
}


@media (max-width: 1440px) {

	
}


@media (min-width: 1080px) and (max-width: 1440px) {
	
	.newsoverview .innersize {
		width: 1120px;
		margin: 0 auto;
	}
	.newsoverview .newsitems {
		width: 760px;
		float: right;
	} 

	
	
	#mainmenu a.main.active:after {
		content: "";
		display: block;
		left: 20px;
		right: 20%;
		position: absolute;
		bottom: -10px;
		height: 0;
		border: 1px solid red;
		border-radius: 2px;
	}
	
	.listwrap .innersize {
		width: 1040px;
		margin: 0 auto;
	}
	.routegroup .intro,
	.locationgroup .intro,
	.routeholder,
	.locationholder {
		width: 680px;
		float: right;
	}
	.routelist li.banner,
	.locationlist li.banner {
		margin-left: -340px;	
	}


	.graphicsubmenu,
	.bloglisting {
		padding: 40px 0;
		margin: 0 auto;	
		width: 1080px;
	}
	
	.routegroup .graphicsubmenu {
		width: 1040px;	
	}
	

	
	.routeholder .innersize,
	.submenuwidget .innersize,
	.locationholder .innersize {
		width: 730px;
		margin: 0 auto;	
	}
		
	
	.graphicsubmenu.halfwidth {
		width: auto;	
	}

	
	.bloglisting.n6 li:nth-child(4),
	.bloglisting.n6 li:nth-child(5),
	.bloglisting li:nth-child(10n+7),
	.bloglisting li:nth-child(10n+1) {
		width: 680px;
	}
	.bloglisting.n6 li:nth-child(4)  .articlebox .image,
	.bloglisting.n6 li:nth-child(5)  .articlebox .image,
	.bloglisting li:nth-child(10n+7) .articlebox .image,
	.bloglisting li:nth-child(10n+1) .articlebox .image {
		height: 100%;
	}
	.bloglisting.n6 li:nth-child(4) .articlebox .image img,
	.bloglisting.n6 li:nth-child(5) .articlebox .image img,
	.bloglisting li:nth-child(10n+7) .articlebox .image img,
	.bloglisting li:nth-child(10n+1) .articlebox .image img {
		margin: 0;	
	}
	.bloglisting.n6 li:nth-child(4) .articlebox .body,
	.bloglisting.n6 li:nth-child(5) .articlebox .body,
	.bloglisting li:nth-child(10n+7) .articlebox .body,
	.bloglisting li:nth-child(10n+1) .articlebox .body {
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 260px;
		color: #FFF;
		background: #e60003 url("img/texture.png");
	}
	.bloglisting.n6 li:nth-child(4) .articlebox h3,
	.bloglisting.n6 li:nth-child(5) .articlebox h3,
	.bloglisting li:nth-child(10n+7) .articlebox h3,
	.bloglisting li:nth-child(10n+1) .articlebox h3 {
		color: #FFF;	
	}
	.bloglisting.n6 li:nth-child(4) .articlebox .author,
	.bloglisting.n6 li:nth-child(5) .articlebox .author,
	.bloglisting li:nth-child(10n+7) .articlebox .author,
	.bloglisting li:nth-child(10n+1) .articlebox .author {
		bottom: 20px;
		left: 360px; 
		text-align: right;
		line-height: 58px;
	}
	.bloglisting.n6 li:nth-child(4) .articlebox .author_image:before,
	.bloglisting.n6 li:nth-child(5) .articlebox .author_image:before,
	.bloglisting li:nth-child(10n+7) .articlebox .author_image:before,
	.bloglisting li:nth-child(10n+1) .articlebox .author_image:before {
		background-image: url("img/white_barrow.svg");
		top: 40px;
	}
	.bloglisting.n6 li:nth-child(4) .articlebox .body p:after,
	.bloglisting.n6 li:nth-child(5) .articlebox .body p:after,
	.bloglisting li:nth-child(10n+7) .articlebox .body p:after,
	.bloglisting li:nth-child(10n+1) .articlebox .body p:after {
		color: #FFF;
	}
}

@media (max-width: 1250px) and (min-width: 1000px) {
	#mainmenu	li .submenu {
		display: none;	
	}
	#mainmenu a.main {
		white-space: normal;
		margin-top: 35px;
		transform: translate(0,-50%);
	}
	html #headerbox .foldout {
		padding: 0 0 0 240px;	
	}
	#headerbox .searchform form {
		margin: 0 20px 0 -220px	
	}
	
}

@media (max-width: 1080px) {

	html body {
		font-size: 15px;
	}

	.graphicsubmenu li a {
		font-size: 17px;	
	}

	.threefold .graphicsubmenu li {
		width: 50%;	
	}
	
	.routegroup .intro,
	.locationgroup .intro {
		text-align: center;
		float: none;
		width: auto;
	}
	.newsoverview .newsitems {
		float: none;
		width: auto;	
	}

	.newsoverview .sidebar,
	.agenda .sidebar,
	.routegroup .sidebar,
	.locationgroup .sidebar {
		float: none;
		width: auto;
		max-width: 720px;
		margin: 50px 0 0 0;
		border: none;
		background: transparent;	
	}
	.newsoverview .sidebar {
		margin: 0 auto;	
	}
	.agenda .sidebar {
		margin: 50px auto 0 auto;
		padding-bottom: 40px;
	}
	.agenda .sidebar:after {
		content: "";
		display: block;
		clear: both;		
	}
	.evstories .wrap,
	#dailysection {
		margin: 0 auto;
		float: none;
		width: 720px;
		max-width: 720px;	
	}
	 
	
	.calendarbtnsection {
		width: auto;
		margin: 0 auto;
	}
	#calendar {
		width: auto	;
		position: relative;
		min-height: auto;
	}
	#calendar.calendarmonth {
		display: none;	
	}
	#calendarbutton {
		display: block;
		background: transparent;
		font-weight: normal;
		border: 1px solid #EEE;
		padding: 0 20px 0 10px;
		cursor: pointer;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 15px;
		line-height: 48px;
		width: auto;
		cursor: pointer;

	}
	.calendarcontents #filterbar .togglebiatch:checked ~ form {
		top: 48px;	
	}
	#calendar .togglebiatch:checked + #calendarbutton {
		background: #FAFAFA;	
		border-bottom-color: #FAFAFA;	
		color: #FFF;
		position: relative;
		background: #e60003 url("img/texture.png");
		border-color: transparent;
	}
	#calendar .togglebiatch:checked ~ .calendarmonth {
		display: block;	
		position: absolute;
		right: 0;
		left: 0;
		top: 50px;
		z-index: 11;
	}
	
	.calendarcontents .calendarnav { 
		float: left;
		width: 48%;
	}
	.calendarcontents .filtering {
		width: 48%;
		float: right;
	}
	.calendarcontents .filtering #filterbar {
		padding-top: 0;
	}
	
	.sidebar .banner {
		display: none;	
	}
	.agenda .sidebar {
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 0;	
	}
	.periodmenu {
		margin: 0;
		padding: 0;
		width: 48%;
		float: left;
	}
	.eventgroup .periodmenu {
		width: auto;
		float: none;	
	}
	.periodmenu li {
		padding: 0;
		width: 32.33%;
		float: left;
		padding-right: 1.5%;	
	}
	.periodmenu li(3n) {
		padding-right: 0;	
	}
	.periodmenu a {
		padding: 12px 10px;	
	}
	
	
	
	
	.listwrap .innersize {
		width: auto;
		max-width: 680px;
		margin: 0 auto;
	}
	
	.graphicsubmenu li {
		width: 50%;	
	}
	
	
	article.deal .markdown ul li:before {
		top: 10px;
	}
	figure.bannerslide .box a:after {
		bottom: -2px;
	}
	.markdown blockquote {
		font-size: 19px;
		line-height: 37px;
	}
	div.lead,
	p.lead {
		font-size: 19px;
		line-height: 1.9;
		color: #6c0043;
	}
	h1.maintitle,
	h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.section-title,
	.markdown h2,
	.purpcaps h2,
	.whitecaps h2,
	.redcaps h2 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 1px;
	}
	.markdown h2 {
		padding-bottom: 10px;	
	}
	.markdown h3 {
		font-size: 19px;	
		padding-bottom: 10px;
	}
	
	.purpcaps.right h2 {
		width: auto;
		text-align: center;
	}
	.purpcaps.right:after {
		margin: 0 auto 40px;
		transform: translate(0,0);
	}


	.routegroup .introduction,
	.intro,
	.graphicsubmenu,
	.routeholder,
	.locationholder {
		margin: 0 auto;	
		width: 680px;
		float: none;
		clear: both;
	}
	.routeholder,
	.locationholder {
		margin-bottom: 30px;
	}
	
	.listbanner {
		padding-right: 20px;
	}
	.listbanner .body {
		line-height: 24px;
		height: 120px;
		margin-bottom: 10px;
	}
	.listbanner h4 {
		padding-top: 20px;
	}
	.listbanner a {
		color: #FFF;
		text-decoration: underline;
	}


	.itempage .graphicsubmenu {
		width: auto;	
	}



	.bloglisting {
		padding: 40px 0;
		margin: 0 auto;	
		width: 720px;
	}
	
	.routeplannerbanner {
		left: auto;
		right: 0;	
	}
	.blogoverview .filtering {
		width: 680px;
	
	}
	
	.topicheader {
		width: auto;
		max-width: 680px;
	}
	
	.bloglisting li:nth-child(12n+6),
	.bloglisting li:nth-child(12n+1) {
		width: 680px;
	}
	.bloglisting li:nth-child(12n+6) .articlebox .image,
	.bloglisting li:nth-child(12n+1) .articlebox .image {
		height: 100%;
	}
	.bloglisting li:nth-child(12n+6) .articlebox .image img,
	.bloglisting li:nth-child(12n+1) .articlebox .image img {
		margin: 0;	
	}
	.bloglisting li:nth-child(12n+6) .articlebox .body,
	.bloglisting li:nth-child(12n+1) .articlebox .body {
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 260px;
		color: #FFF;
		background: #e60003 url("img/texture.png");
	}
	.bloglisting li:nth-child(12n+6) .articlebox h3,
	.bloglisting li:nth-child(12n+1) .articlebox h3 {
		color: #FFF;	
	}
	.bloglisting li:nth-child(12n+6) .articlebox .author,
	.bloglisting li:nth-child(12n+1) .articlebox .author {
		bottom: 20px;
		left: 360px; 
		text-align: right;
		line-height: 58px;
	}
	.bloglisting li:nth-child(12n+6) .articlebox .author_image:before,
	.bloglisting li:nth-child(12n+1) .articlebox .author_image:before {
		background-image: url("img/white_barrow.svg");
		top: 40px;
	}
	.bloglisting li:nth-child(12n+6) .articlebox .body p:after,
	.bloglisting li:nth-child(12n+1) .articlebox .body p:after {
		color: #FFF;
	}	
	
	#pagefooter h3 {
		padding: 30px 0 10px 0;
		font-size: 18px;
	}
	#pagefooter .innersize {
		background-size: 300px 338px;	
	}
	#pagefooter .footernav article .lwr,
	#pagefooter .footernav article {
		float: none;
		margin-right: 0;	
	}
	
	.pagehead h1 span {
		font-size: 60px;
	}	
	.pagehead h1 span em {
		font-size: 50px;
	}
}


@media (max-width: 1000px) {

	
	#menutoggle {
	  display: block;
	  width: 55px;
	  height: 55px;
	  line-height: 55px;
	  text-align: center;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: #FFF;
	  cursor: pointer;
	  border-radius: 3px 0 0 3px;
	}
	.burger-x {
		position: absolute;
		top: 45%;
		left: 0;
		display: block;
		width: 26px;
		height: 4px;
		border-radius: 2px;
		background-color: #6c0043;
		font-size: 0;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 225ms ease;
		transition: all 225ms ease;
		margin-left: 14px;
	}
	.burger-x:after,
	.burger-x:before {
		position: absolute;
		border-radius: 2px;
		left: 0;
		width: 100%;
		height: 100%;
		background: #6c0043;
		content: '';
		-webkit-transition: all 225ms ease;
		transition: all 225ms ease;
	}
	.burger-x:before {
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
	}
	.burger-x:after {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
	}
	#showmenu:checked + #wrapper > #pageheader .burger-x {
		background-color: transparent !important;
	}
	#showmenu:checked + #wrapper > #pageheader .burger-x:before {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
		background: #e60003;
	}
	#showmenu:checked + #wrapper > #pageheader .burger-x:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
		background: #e60003;
	}




	.pagehead.smallheader .image {
		height: 146px;	
	}
	.pagehead.backforbread .image {
		height: 92px;	
	}
	.pagehead.backforbread + .breadcrumbs {
		display: none;	
	}
	article.itempage .backbutton {
		display: block;	
	}
	#pageheader #headerbox {
		top: 20px;
		height: auto;
		padding: 55px 110px 0 200px;
	}
	#headerbox .foldout {
		margin: 0 -110px 0 -200px;
		padding: 0 90px 0 220px;
	}
	
	
	#headerbox .searchform form {
		padding: 3px 40px;
		margin-right: -90px;
	}
	
	#headerbox .searchform .button {
		right: 10px;
		height: 40px;
		line-height: 40px;
		top: 8px;
	}
	
	#pageheader #headerbox #logo {
		height: 40px;
		top: 8px;
		left: 55px;	
	}
	#pageheader #headerbox #logo.twente {
		top: 0;
		height: 55px;
		width: 120px;	
	}
	#pageheader .labelbox {
		width: 55px;
		height: 55px;	
	}
	#pageheader .labelbox label {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}
	#pageheader #langmenu {
		top: 55px;
		left: auto;
		right: 0;
	}
	#pageheader #langselect {
		 position: static;
		 float: right;
		 margin-top: -55px;
		 margin-right: -55px;
	}
	#pageheader #mainmenu {
		position: absolute;
		display: none;
		top: 55px;
		left: 0;
		right: 0;
		background: #FFF;
		border-top: 1px solid #EEE;
		z-index: 100;
		height: auto;
		box-shadow: 0 0 8px rgba(0,0,0,0.1);
	}
	#pageheader #mainmenu li.main {
		float: none;
		width: auto;
		border-left: none;
		border-top: 1px solid #EEE;
		padding: 10px 0;
		margin: 0 20px;
		height: auto;
	}
	#pageheader #mainmenu li.main:after {
		display: block;
		vertical-align: top;
		font-weight: bold;
		width: 1em;
		content: "\e622";
		font-size: 17px;
		width: 20px;
		position: absolute;
		top: 50%;
		color: #e60003;
		margin-top: -8px;
		right: 10px	;
		font-family: icomoon;
	}
	#pageheader #mainmenu li.main:first-child {
		border: none;
	}
	#pageheader #mainmenu .submenu {
		width: 200px;	
	}
	#pageheader #mainmenu ul.submenu:after {
		display: none;	
	}
	
	#pageheader #mainmenu .submenu a[href] {
		display: inline;
	}
	#headerbox .foldout.visible {
		display: none;
	}
	
	
	
	
	.pagehead.fullheader .image {
		height: 340px;
		position: relative;
	}

	.pagehead.fullheader .image img {
		height: 100%;
		width: auto;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
	}
	
	.pagehead h1,
	.pagehead + .breadcrumbs {
		top: 90px;	
	}
	
	.breadcrumbs {
		padding-top: 80px;
	}
		
	
	
	
	

}


@media (max-width: 900px) {
	article.page #share {
		top: 20px;	
	}
	#share {
		width: 220px;
		height: 30px;
		top: 150px;
	}
	.pt_organisation #main {
		padding-bottom: 110px;	
	}
	.pt_organisation #share {
		position: static;
		position: relative;
		left: 50%;
		height: 0;
		right: auto;
		top: -120px;
		transform: translate(-50%,0);
		padding: 0;	
	}
	#share h3 {
		transform: none;
		left: 0;
		top: 0;
	}
	#share div {
		width: 100px;
	}
	#share a.icon {
		display: inline-block;	
	}
	#share h3::before {
		 width: 40px;
		 height: 30px;
		 top: -1em;
		 left: 80px;
		 transform: rotate(140deg);
	}

	.route #route_specials{
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
	}


	.route #map,
	.route .infocolumn {
		float: none;
		width: auto;
		padding: 0;
		margin: 0;
	}
	.route h1 {
		text-align: center;	
	}
	
	.route footer {
		position: relative;
		width: auto;
		top: 0;
		left: 0;
		right: 0;
		padding: 20px 0;
	}
	.route .downloads {
		padding-left: 0;
	}
	.route .propertylist ul {
		overflow: hidden;
		padding: 0;
		border-bottom: 0;
	}
	.route .propertylist li:nth-child(odd):last-child {
		width: 100%;	
	}

	.route .propertylist ul li{
		padding-bottom: 10px;
	}
	.route .propertylist h4 {
		width: auto;
		float: none;
		display: block;
	}
	
	
	figure.bannerslide .body {
		width: 75%;
		left: 25%;
		bottom: 60px;
	}



}
@media (max-width: 800px) {
	
	.simplebloglist {
		width: 320px;
		margin: 0 auto;
	}
	.simplebloglist li {
		margin: 20px 0 0 0;
	}
	.recentarticles .simplebloglist li {
		display: none;	
	}
	.recentarticles .simplebloglist li:nth-child(1),
	.recentarticles .simplebloglist li:nth-child(2) {
		display: block;	
	}
	
	.more-articles {
		text-align: right;
	}
	.more-articles a {
		transform: translate(0, 0);
		margin-right: 10px;
	}

	.more-articles:after {
		position: static;
		margin-right: 20px;
		display: inline-block;
	}
	
	.pagehead h1 span {
		font-size: 40px;
	}	
	.pagehead h1 span em {
		font-size: 35px;
	}
	
	.prevnextbuttons {
		width: 90px;
		height: 45px;
	}
	.prevnextbuttons a {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}



	.newsitembox {
		margin: 0;
		padding: 20px;
	}
	.newsoverview li:nth-child(even) .newsitembox {
		padding: 19px;
	}
	#main {
		padding-bottom: 70px; 
	}
	
	.footergraph {
		height: 165px;
	}
	

	#pagefooter .innersize {
		padding-top: 50px;		
		padding-bottom: 360px;
		background-position: center bottom 50px;
	}
	
	#pagefooter .newsletterbox,
	#pagefooter .footernav {
		width: auto;
		max-width: 440px;
		margin: auto;	
		border-bottom: 0;
		padding-bottom: 0;
	}
	#pagefooter #footeraddress,
	#pagefooter .footernav .lwr,
	#pagefooter .footernav .regions {
		width: auto;
		float: none;	
	}
	#pagefooter .newsletterbox p {
		padding: 0 0 20px 0;	
	}
	#pagefooter .newsletterbox input {
		width: 100%;	
	}
	#pagefooter .newsletterbox .button {
		float: none;
		margin-top: 20px;
		width: 100%;	
	}
	#pagefooter .newsletterbox .subscribe_fields,
	#pagefooter .footernav article {
		width: auto;	
	}
	
	#pagefooter .innersize {
		background-size: 250px 281px;
	}
	
	.searchresults .filtermenu {
		float: left;
	}
	
}

@media (max-width: 720px) {
	
	.smalldeal {
		height: 80px;
		padding: 0 40px 0 80px;
	}
	.smalldeal:after {
		width: 40px;
		height: 80px;
		line-height: 80px;	
	}	
	.smalldeal .image {
		width: 80px;
		height: 80px;
		background: #EEE;
		float: left;
	}
	.smalldeal .body {
		padding-top: 20px;
		height: 40px;
	}
	.smalldeal span,
	.smalldeal h3 {
		float: none;
		line-height: 20px;
		height: 20px;
		padding: 0 20px;
		max-width: 100%;
		transform: translate(0,0);
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	article.itempage .secthead {
		text-align: center;	
	}




	#pageheader #langmenu {
		width: auto;
		left: 0;	
	}
	
	#headerbox .searchform .button {
		right: 0;
		top: 0;
		height: 46px;
		line-height: 46px;
		width: 55px;
	}
	#headerbox .searchform .button span {
		display: none;	
	}
	.calendarcontents .filtering,
	.calendarcontents .calendarnav {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	
	#calendar {
		max-width: 100%;	
	}
	
	
	
	article.event header h1,
	article.location header h1 {
		max-height: none;	
	}
	
	article.event .lead,
	article.location .lead {
		text-align: center;	
	}

	.evstories .wrap,
	#dailysection {
		margin: 0;
		width: auto;
	}
	.evstories .buttonbox {
		right: 0;	
	} 
	.evstories .boxslider {
		padding-bottom: 56px;	
	}
	
	#dailysection .calendar {
		display: block;	
	}
	#dailysection .calendar li {
		width: auto;
	}	

	form .selectbox select,
	form .selectbox, form input:not([type="file"]), form textarea, form .filebox,
	input, form .button {
		height: 40px;
		line-height: 40px;
	}
	form .selectbox:before {
		line-height: 40px;
	}

	
	figure.bannerslide .box h4 {
		font-family: LaGuapita, cursive;
		font-size: 30px;
		line-height: 40px;
	}
	figure.bannerslide .box h2 {
		font-size: 23px;
	}



	
	article.deal header h2 {
		font-size: 30px;
		line-height: 40px;	
	}
	
	article.itempage header {
		height: auto;
		text-align: center;
	}
	article.itempage header h1 {
		font-size: 40px;
		line-height: 50px;

		max-height: auto;
		position: static;
		white-space: normal;
	}
	
	
	.pir-module .innersize {
		width: auto;
		margin: 0 20px;
	}
	
	
	#pir_details li.field_salutation {
		width: auto;
		display: block;
		float: none;	
	
	}
	#pir_details li.field_street { 
		width: 100%;	
	}
	#pir_details li.field_city { 
		width: 70%;	
	}
	#pir_details li.field_lastname,
	#pir_details li.field_firstname,
	#pir_details li.field_email,
	#pir_details li.field_phone,
	#pir_details li.field_street {
		width: 100%;	
	}
	#pir_details li.field_house,
	#pir_details li.field_house_addition {
		width: 50%;	
	}
	#pir_details li.field_zipcode,
	#pir_details li.field_insertion {
		width: 30%	
	}
	
	
	
	
	
	.searchresults {
		padding: 20px;	
	}
	
	.searchresults li {
		padding: 5px 0;	
	}
	
	.searchitembox {
		padding: 20px;
	}
	.searchitembox .image {
		width: 130px;
		margin-right: 20px;
	}

	
	
	header.purpcaps,
	header.redcaps {
		text-align: center;
	}
	header.purpcaps:after,
	header.redcaps:after {
		margin: 0 auto 20px auto;	
	}
	
	.routegroup .introduction,
	.intro,
	.graphicsubmenu,
	.routeholder,
	.blogoverview .filtering,
	.filtering,
	.locationholder,
	.bloglisting {
		width: auto;	
	}
	
	.listwrap .innersize {
		width: 320px;	
	}
	
	.locationlist	li.banner,
	.routelist	 li.banner {
		width: 320px;	
	}
	.listbanner {
		padding: 0;
		height: auto;
	}
	.listbanner .image {
		float: none;
		margin: 0;
	}
	.listbanner .text {
		padding: 20px;
		
	}
	.listbanner .body {
		line-height: 24px;
		height: auto;
		margin-bottom: 10px;
	}
	.listbanner h4 {
		padding-top: 0;
	}
	



	.routegroup .introduction {
		margin: 0 20px;	
	}
	
	
	.routelist li {
		float: none;
		margin: 20px auto;
	}
	
	article.itempage .locationlist li,
	.locationlist li {
		float: none;	
		margin: 20px auto;
	}
	.bloglisting li {
		float: none;	
		margin: 40px auto;
	}
	
	
	.bloglisting li:nth-child(12n+6),
	.bloglisting li:nth-child(12n+1) {
		width: auto;
		margin: 40px 20px;
	}
	.bloglisting li:nth-child(12n+6) .articlebox .image,
	.bloglisting li:nth-child(12n+1) .articlebox .image {
		overflow: hidden;
		width: 100%;	
	}

	.bloglisting li:nth-child(12n+6) .articlebox .image img,
	.bloglisting li:nth-child(12n+1) .articlebox .image img {
		height: 100%;
		width: auto;
	}
	.bloglisting li:nth-child(12n+6) .articlebox .author,
	.bloglisting li:nth-child(12n+1) .articlebox .author {
		bottom: 145px;
		left: 0;
		max-width: 280px;
		text-align: right;
		line-height: 58px;
	}

	.graphicsubmenu,
	.graphicsubmenu.halfwidth {
		width: auto;
	
	}
	.threefold .graphicsubmenu li,
	.graphicsubmenu.halfwidth li,
	.graphicsubmenu li {
		width: auto;
		margin: 5px 0;
		float: none;	
	}
	
}

@media (max-width: 500px) {
	
	
	.smalldeal {
		height: 80px;
		padding: 0 0 0 40px;
	}
	.smalldeal:after {
		width: 40px;
		height: 40px;
		line-height: 40px;
		
		right: auto;
		top: 40px;
		left: 0;
	}	
	.smalldeal .image {
		width: 40px;
		height: 40px;
		background: #EEE;
	}
	.smalldeal .body {
		padding-top: 20px;
		height: 40px;
	}
	.smalldeal span,
	.smalldeal h3 {
		font-size: 14px;
	}
	article.itempage .tags {
		border-bottom: none;
	}
	article.itempage .tags .col {
		float: none;
		max-width: 360px;
		margin: 0 auto;
		width: auto;
	}

	article.itempage .tags .col + .col .group,
	article.itempage .tags .group {
		margin: 0;	
	}
	article.itempage .tags .col .group:last-child {
		border-bottom: 1px solid #EEE;	
	}
	
	
	.pagination span {
		margin: 0 4px;
	}

	.pagination {
		padding-top: 50px;
		position: relative;	
	}
	.pagination .prev {
		position: absolute;
		top: 0;
		left: 0;	
	}
	.pagination .next {
		position: absolute;
		top: 0;
		right: 0;	
	}
	
	
	
	article.event #location img  {
		display: none;
		
	}

	
	figure.bannerslide .body {
		width: 90%;
		left: 10%;
		bottom: 40px;
	}
	
	article.deal .ctabox .price,
	article.deal .ctabox h3 {
		float: none;
		line-height: 25px;
		text-align: center;
	}
	article.deal .ctabox h3 {
		margin-top: 10px;
		font-size: 17px;
	}
	article.deal .ctabox .price {
		font-size: 17px;
	}
	article.deal .ctabox .price span {
		font-size: 15px;	
	}
	article.deal .markdown ul li {
		padding-left: 40px;	
	}
	article.deal .markdown ul li:before {
		left: 14px;
	}
	article.deal .ctabox .button,
	article.deal .button {
		float: none;
		display: block;
		text-align: center;	
	}
	
	
	
	.calendarcontents .periodmenu,
	.calendarcontents .filtering {
		width: auto;
		float: none;
		clear: both;
	}

	.calendarcontents .periodmenu {
		padding-bottom: 10px;	
	}



	.calendarbox .image {
		width: 80px;
		float: left;
	}
	.calendarbox .body {
		padding: 0 0 0 100px;	
	}
	.calendarbox h3 {
		font-size: 17px;
		line-height: 23px;	
	}
	.calendarbox .location,
	.calendarbox h4, .calendarbox .time {
		font-size: 15px;
		line-height: 19px;	
	}

	
	
	.newsitembox {
		margin: 0;
		padding: 20px;
	}
	.newsitembox h3 {
		font-size: 20px;
		line-height: 30px;	
	}
	.newsoverview li:nth-child(even) .newsitembox {
		padding: 40px 20px;
		border: none;
	}
	.newsitembox time {
		margin: 0;
	}
	.newsitembox .body,
	.newsitembox .image {
		width: auto;
		float: none; 
	}


	.searchitembox .image {
		width: 100px;
	}

	#wrapper .siteform li {
		width: auto;
		float: none;
		clear: none;
		padding: 0;
	}
	#wrapper .siteform li label {
		white-space: normal;
	}	
	
	#pagefooter .footernav .regions ul {
		-moz-column-count: 2;
		 -moz-column-gap: 40px;
		 -webkit-column-count: 2;
		 -webkit-column-gap: 40px;
		 column-count: 2;
		 column-gap: 40px;
	}

}



@media (max-width: 360px) {
	.bloglisting li:nth-child(12n+6),
	.bloglisting li:nth-child(12n+1) {
		width: 320px;
		margin: 40px auto;	
	}
}

@keyframes zoomin {
  from {
	transform: scale(1.1,1.1);
  }
  to {
	transform: scale(1,1);
  }
}
@keyframes fadein {
  from {
	opacity: 0;
	transform: translate(0, 3px);
  }
  to {
	opacity: 1;
	transform: translate(0, 0);
  }
}
@keyframes slideout {
  from {
	transform: translate(0, 0);
  }
  to {
	transform: translate(-100%, 0);
  }
}

article.homepage {
	padding-top: 100px;	
}
#homepagedias {
	background: #FFF;
	position: relative;
	padding-top: 56.25%;
	z-index: 2;
}

#homepagedias .slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	overflow: hidden;
	background: #000;
}
#homepagedias .slide .image:after {
	display: block;
	content: "";
	position: absolute;
	top: 25%;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); 
	
		
}
#homepagedias .slide.current,
#homepagedias .slide:target {
	z-index: 6;	
}

#homepagedias .slide.out {
	z-index: 5;
}
#homepagedias .slide.out .text {
	opacity: 0;	
}
#homepagedias .slide .image {
	position: absolute;
	width: 100%;
	height: 100%;
}
#homepagedias .slide.current .image,
#homepagedias .slide:target .image {
	animation-duration: 10s;
	animation-name: zoomin;
	animation-timing-function: linear;
	text-align: center;
}
#homepagedias .slide.current .text {
	animation-duration: 0.5s;
	animation-name: fadein;
}
#homepagedias .slide img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	opacity: 0.2;
	transition: opacity 1s;
}
#homepagedias .slide.current .image img,
#homepagedias .slide:target .image img {
	opacity: 1;	
}
#homepagedias .slide .image.top img {
	top: 0;
	transform: translate(0,0);
}
#homepagedias .slide .image.bot img{
	top: auto;
	bottom: 0;
	transform: translate(0,0);
}


#homepagedias.ver .slide img {
	top: 0;
	width: auto;
	height: 100%;
	left: 50%;
	transform: translate(-50%,0);
}
#homepagedias.ver .slide .image.top img {
	transform: translate(-50%,0);
}
#homepagedias.ver .slide .image.left img {
	left: 0;
	transform: translate(0,0);
}
#homepagedias.ver .slide .image.right img {
	left: auto;
	right: 0;
	transform: translate(0,0);
}


#homepagedias .slide .innersize {
	position: relative;
	height: 100%;
}
#homepagedias .slide .text {
	position: absolute;
	bottom: 200px;
	left: 0;
	width: 50%;
	min-width: 200px;
	color: #FFF;
	opacity: 1;
	transition: opacity 0.1s ease;
}
#homepagedias .slide .text h2 {
	font-size: 50px;
	white-space: pre-line;
	line-height: 1;
	margin: 0;
}

#homepagedias .slide footer {
	margin: 0;
	padding: 20px 0 0 0;	
}
#homepagedias .slide footer a {
	vertical-align: bottom;
	
}

#homepagedias .slide .text em {
	font-family: LaGuapita, cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 120%;
	line-height: 1.4;
}



#homepagedias #slidernav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	border-top: 2px solid rgba(255,255,255,0.15);
}
#homepagedias #slidernav .innersize {
	position: relative;
}
#homepagedias.twentelogo #slidernav .innersize:after {
	content: "";
	display: block;
	clear: both;
	height: 0;	
}
#homepagedias.twentelogo #slidernav .innersize:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 200px;
	width: 200px;
	height: 200px;
	background: url("svg/vrijzijn.svg") right bottom no-repeat;
	background-size: 200px auto;
}

#homepagedias #slidernav li {
	float: left;
	width: 25%;
	position: relative;
}
#homepagedias #slidernav a {
	color: #FFF;
	display: block;
	max-width: 280px;
	padding: 20px 40px 20px 0;
	font-size: 17px;
	line-height: 1.65;
}
#homepagedias #slidernav a .timer {
	position: absolute;
	top: -2px;
	left: 0;
	background: #e60003;
	height: 2px;	
}
#homepagedias #slidernav a h3 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
	line-height: 1.2;
}
#homepagedias #slidernav a p {
	opacity: 0.9;	
}


@media (max-width: 1080px) {
	#homepagedias #slidernav p {
		display: none;	
	}
	
	#homepagedias .slide .text h2 {
		font-size: 43px;
	}	
}

@media (max-width: 1000px) {
	#slideholder:after {
		display: block;
		content: "ONTDEK HET HIER";
		position: absolute;
		top: 80px;
		left: 80px;
		font-family: coveredbyyourgrace;
		font-weight: normal;
		color: #e60003;
		font-size: 22px;
		z-index: 20;
		letter-spacing: 1px;
		transform: rotate(6deg);
	}
		
	#slideholder:before {
		content: "";
		display: block;
		background: url("img/red_barrow.svg") 0 0 no-repeat;
		background-size: 100% 100%;
		width: 50px;
		height: 26px;
		left: 50px;
		position: absolute;
		top: 90px;	
		z-index: 20;
	}
}

@media (max-width: 720px) {
	
	article.homepage {
		padding-top: 75px;	
	}
	

	#homepagedias .slide .text { 
		bottom: 100px;	
	}
	#homepagedias .slide .text h2 {
		font-size: 37px;
	}


	#homepagedias #slidernav {
		text-align: center;
		border-top: none;
	}
	#homepagedias #slidernav li {
		position: static;
		float: none;
		display: inline-block;
		width: 20px;
	}
	
	#homepagedias #slidernav a .timer {
		top: auto;
		bottom: 0;
		right: 0;	
	}
	#homepagedias #slidernav a h3 {
		display: none;	
	}
	#homepagedias #slidernav {
		text-align: center;	
	}
	#homepagedias #slidernav a:before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		background: #EEE;
		border-radius: 5px;
	}
	#homepagedias #slidernav a.active:before {
		background: #e60003;
	}
	
	#homepagedias.twentelogo #slidernav .innersize:before {
		display: none;
	}
	
}

@keyframes collage_slidefrom_left {
  from {
   	opacity: 0;
   	transform: translate(-600px, 0); 
  }
  10% {
	opacity: 1;
	transform: translate(-540px, 0); 
  }
  to {
	margin-left: 0%;
	transform: translate(0, 0); 
  }
}
@keyframes collage_slidefrom_right {
  from {
   	opacity: 0;
   	transform: translate(600px, 0); 
  }
  10% {
	opacity: 1;
	transform: translate(540px, 0); 
  }
  to {
	margin-left: 0%;
	transform: translate(0, 0); 
  }
}
@keyframes h1_slidefrom_right {
  from {
   	opacity: 0;
   	transform: translate(600px, -100%); 
  }
  10% {
	opacity: 1;
	transform: translate(540px, -100%); 
  }
  to {
	margin-left: 0%;
	transform: translate(0, -100%); 
  }
}

@keyframes growredbox {
	from {
  	 	width: 0;
  	}
  	to {
		width: 64.7058823529412%;
  	}
}
@keyframes growitemredbox {
	from {
  	 	width: 0;
  	}
  	to {
		width: 57.142857143%;
  	}
}
@keyframes growimage1 {
	from {
		opacity: 0;
  	 	height: 0;
  	}
  	to {
		height: 64.7058823529412%;
  	}
}
@keyframes growimage2 {
	from {
  	 	bottom: 64%;
  	 	left: 50%;
  	}
  	to {
		bottom: 9.4117647058824%;
		left: 0;
  	}
}
@keyframes growitemimage1 {
	from {
		opacity: 0;
  	 	height: 0;
  	}
  	to {
		height: 72.727272727%;
  	}
}
@keyframes growitemimage2 {
	from {
  	 	bottom: 64%;
  	 	left: 50%;
  	}
  	to {
		bottom: 0;
		left: 0;
  	}
}

@keyframes slideicon {
	from {
  	 	opacity: 0;
  	 	bottom: -89.4117647058824%;
  	}
  	to {
	  	opacity: 1;
		bottom: -9.4117647058824%;
  	}
}


figure.tpcollage, 
figure.collage {
	position: relative;
}
/** make it square **/
figure.tpcollage:after,
figure.collage:after {
	content: "";
	padding-top: 100%;
	display: block;	
}
.collage.item:after {
	padding-top: 78.571428571%;
}

figure.tpcollage:before,
figure.collage:before {
	content: "";
	width: 64.7058823529412%;
	height: 64.7058823529412%;
	left: 0;
	top: 0;
	position: absolute;
	background: #e60003 url("img/texture.png");
	z-index: 1;
}
.collage.item:before {
	width: 57.142857143%;
	height: 50%;
	animation-name: growitemredbox;
}

figure.tpcollage.outofsight .image1,
figure.collage.outofsight .image1,
figure.tpcollage.outofsight .image2,
figure.collage.outofsight .image2,
figure.tpcollage.outofsight .icon,
figure.collage.outofsight .icon,
figure.tpcollage.outofsight:before,
figure.collage.outofsight:before {
	animation: none;
}

figure.collage .image1 {
	animation: growimage1;
	animation-duration: 0.4s;
	animation-fill-mode: both;	
	animation-timing-function: ease;
	mix-blend-mode: multiply;
}
figure.collage .image2 {
	animation: growimage2;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}
.collage.item .image1 {
	animation-name: growitemimage1;
}

.collage.item .image2 {
	animation-name: growitemimage2;
}

figure.collage .icon {
	animation: slideicon;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}
figure.collage:before {
	animation: growredbox;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}


figure.tpcollage:before {
	width: 82.352941176%;
}
figure.tpcollage img,
figure.collage img {
	width: 100%;
	height: auto;	
}
figure.tpcollage .image1,
figure.collage .image1 {
	position: absolute;
	width: 64.7058823529412%;
	height: 64.7058823529412%;
	bottom: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
}
figure.collage.item .image1 {
	width: 57.142857143%;
	height: 72.727272727%;
	bottom: 13.636363636%; 
}
figure.tpcollage .image2,
figure.collage .image2 {
	position: absolute;
	width: 47.0588235294118%;
	height: 35.2941176470588%;
	bottom: 9.4117647058824%;
	left: 0;
	z-index: 3;
}
figure.tpcollage .image2 {
	bottom: 17.647058824%;
	left: 17.647058824%;
}
figure.collage.item .image2 {
	width: 57.142857143%;
	height: 58.181818182%;
	bottom: 0;
	left: 0;
}


figure.tpcollage .icon,
figure.collage .icon {
	position: absolute;
	width: 27.5%;
	height: 42%;
	bottom: -9.4117647058824%;
	left: 22%;
	z-index: 4;
}


figure.tpcollage.icon img,
figure.collage .icon img {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);	
}

figure.tpcollage figcaption {
	
	position: absolute;
	font-size: 30px;
	right: 23.529411765%;
	top: 25%; /* 14.705882353%; */
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Ubuntu",arial,helvetica,sans-serif;
	text-align: right;
	letter-spacing: 2px;
	color: #FFF;
	z-index: 12;
}




.collage-textbox {
	overflow: hidden;
	position: relative;
	padding: 60px 0;
	font-size: 17px;
}
.textwidget .collage-textbox {
	padding-bottom: 25px;	
}
.collage-textbox figure {
	width: 680px;
	float: left;	
}

.collage-textbox header .h1,
.collage-textbox header h1 {
	animation: h1_slidefrom_right;
	animation-delay: 0.3s;
	animation-duration:0.6s;
	animation-fill-mode: both;
}
.collage-textbox .body {
	animation: collage_slidefrom_right;
	animation-duration: 0.6s;
	animation-delay: 0.7s;
	animation-fill-mode: both;
}
.collage-textbox.outofsight header .h1,
.collage-textbox.outofsight header h1,
.collage-textbox.outofsight .body {
	animation: none;
}
.collage-textbox .h1,
.collage-textbox h1 {
	position: absolute;
	right: 0;
	top: 250px;
	left: 500px;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: bold;
	white-space: pre-line;
	line-height: 1.1;
	color: #e60003;
	transform: translate(0,-100%);
	letter-spacing: 2px;
	padding-bottom: 25px;
	font-family: "Ubuntu",arial,helvetica,sans-serif;
}
.collage-textbox .h1:after,
.collage-textbox h1:after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	border-radius: 2px;
	background: #6c0043;
	position: absolute;
	bottom: 0;
	left: 0;
}
.collage-textbox .body {
	padding-top: 240px;
	width: 560px;
	float: right;
	margin: 0 60px 0 0;
}

.collage-textbox footer {
	margin-top: 20px;
	width: 620px;
	float: right;
}

.collage-textbox .body h2 {
	color: #6c0043;
	font-size: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: coveredbyyourgrace, "arial narrow", sans-serif;
	transform: rotate(-2deg);
	font-weight: normal;
}
.collage-tabs {
	margin: 20px 0;	
}
a.collage-tab {
	display: inline-block;
	color: #000;
	border: 1px solid #EEE;
	line-height: 48px;
	margin-left: -1px;
	padding: 0 20px 2px 20px;
	cursor: pointer;
	position: relative;
	z-index: 1;	
	font-size: 16px;
}

.collage-tabs a:first-child {
	margin: 0;
}
.collage-tabs a.active,
a.collage-tab:hover,
a.nav-tab.clickable:hover{
	color: #e60003;
	border-color: #e60003;
	z-index: 2;
}	

@media (max-width: 1440px) {
	.collage-textbox {
		width: 1040px;
		margin: 0 auto;
			
	}
	.collage-textbox figure {
		width: 500px;
	}
	.collage-textbox .body {
		width: 494px;
		padding-top: 155px;
		margin-right: 0;	
	}
	
	.collage-textbox footer { 
		width: 494px;	
	}
	.collage-textbox .h1,
	.collage-textbox h1 {
		font-size: 40px;
		left: 380px;
		top: 185px;	
	}
}

@media (max-width: 1080px) {
	
	.collage-textbox {
		width: 800px;			
	}
	.collage-textbox figure {
		margin-top: 60px;
		width: 260px;
	}
	.collage-textbox .body {
		padding-top: 155px;
		margin-right: 0;
		width: 494px;
	}
	.collage-textbox .h1,
	.collage-textbox h1 {
		left: 200px;
		top: 185px;	
	}
	
	.collage-textbox .body h2 {
		font-size: 30px;
	}
}

@media (max-width: 800px) {
	.collage-textbox {
		width: auto;
		margin: 0;	
	}
	.collage-textbox .h1,
	.collage-textbox h1 {
		margin-top: 30px;
		position: static;
		left: 0;
		transform: translate(0,0);
		text-align: center;
	}
	.collage-textbox header .h1,
	.collage-textbox header h1 {
		animation-name: collage_slidefrom_right;
	}
	.collage-textbox.insight header .h1,
	.collage-textbox.insight header h1 {
		animation: none;
	}
	.collage-textbox .h1:after,
	.collage-textbox h1:after {
		left: 50%;
		margin-left: -40px;
	}
	.collage-textbox figure {
		margin-top: 145px;
		float: none;
		width: auto;
		margin-top: 0;
		
	}
	.collage-textbox .body {
		padding-top: 12%;
		width: auto;
		float:  none;
		margin: 0 20px;
	}
	
	.collage-textbox footer {
		width: auto;
		float: none;	
	}
}

@media (max-width: 480px) {
	.collage-textbox .body {
		margin: 0;
	}
}


.blockwidget-holder {
	padding: 0;
	margin-bottom: 40px;
}
.bw-wrap {
	margin: auto;
	padding: 0;
}
.bw.form {
	margin: auto;
	max-width: 720px;	
}
.blockwidgetpage .intro {
	padding-bottom: 100px;	
}
.blockwidgetpage .graphicsubmenu + .intro {
	padding-bottom: 20px;	
}



.bw.themes .box {
	background: #e60003 url("img/texture.png");	
}
.bw.themes .box a:hover {
	text-decoration: underline;	
}
.bw.themes .body li:before {
    content: "\e622";
    color: #FFF;
    position: relative;
    bottom: -3px;
}

.highlighted .bw.themes .box h3 {
		font-family: LaGuapita, cursive;
		font-size: 40px;
		line-height: 50px;
		font-weight: normal;
		position: absolute;
		bottom: 100%;
		margin-bottom: -25px;
}
.highlighted .bw.themes .box .body {
	padding-top: 2em;
	color: #FFF;
	background: #e60003 url("img/texture.png");
	margin: -6em 1em 1em 6em;
	position: relative;
	z-index: 10;
	
}
.highlighted .bw.themes .box .body a {
	color: #FFF;

}
.highlighted .bw.themes .imageholder {
	position: relative;	
}
.highlighted .bw.themes .imageholder:after {
	content: "";
	right: 0.5em;
	left: 4em;
	bottom: 0;
	height: 8em;
	background: #e60003 url("img/texture.png");
	position: absolute;
	mix-blend-mode: multiply;	
}
@media (max-width: 1000px) {
	.highlighted .bw.themes .box h3 {
		font-size: 30px;
		line-height: 36px;
	}
}
@media (min-width: 480px) and (max-width: 1000px) {
	.highlighted .bw.themes .box .body {
		margin: -6em 1em 0 2em;
		position: relative;
		z-index: 10;
	}
}
/**
 * The leaderboard banner widget
 */
.leaderboardwidget .bg {
	background: #FAFAFA;
	padding: 40px;
	border: 1px solid #EEE;	
}
.leaderboardwidget .banner {
	display: block;
	margin: 0 auto;
	max-width: 728px;
	border: 1px solid #EEE;	
	background: #FFF;
	background-size: 0 0;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 3px;
}
.leaderboardwidget a img {
	border-radius: 2px;
}
.leaderboardwidget .banner .image {
	float: left;
	width: 140px;
}
.leaderboardwidget img {
	width: 100%;
	height: auto;	
}
.leaderboardwidget h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #e60003;
}
.leaderboardwidget.small h3,
.leaderboardwidget.small p {
	font-size: 15px;	
}
.leaderboardwidget h3,
.leaderboardwidget p {
	white-space: nowrap;
	margin:  0 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 23px;
	height: 23px;
}
.leaderboardwidget .body {
	padding: 21px 0;	
}
.leaderboardwidget footer {
	position: absolute;
	right: 24px;
	height: 46px;
	top: 24px;
	bottom: 24px;	
}
.leaderboardwidget .button {
	height: 40px;
	line-height: 40px;
}	



/**
 * The video block widget
 */
.videowidget {
	margin-bottom: 100px;	
}
.videowidget .double {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 0 20px 0 0 ;	
}
.videowidget .double + .double {
	padding: 0 0 0 20px;	
}
.videowidget .body {
	padding: 20px;
	font-family: "Ubuntu",arial,helvetica,sans-serif;
	font-size:	 179%;
	letter-spacing: 2px;
	line-height: 1.4;
	color: #6c0043;
}
.videowidget .body > p,
.videowidget .body blockquote {
	margin: 0 auto;
	padding: 0;
	white-space: pre-line;
	min-width: 320px;
	width: 62.857142857%;
}
.videowidget .body > p {
	text-transform: uppercase;
	white-space: normal;
}
.videowidget .body blockquote p {
	display: inline;
	position: relative;
	text-transform: uppercase;
}
.videowidget .body blockquote p:before {
	content: "“";
	position: absolute;
	transform: translate(-100%,0);
}
.videowidget .body blockquote p:after {
	content: "” ";
} 
.videowidget .body cite {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: 	#e60003;
	font-style: normal;
	white-space: nowrap;
	vertical-align: baseline;
}

.videowidget .single {
	padding-left: 50%;	
	position: relative;
}
.videowidget .single figure {
	margin-left: 20px;
}	
.videowidget .single .body {
	position: absolute;
	top: 50%;
	width: 50%;
	left: 0;
	transform: translate(0,-50%);	
}

.videowidget figure.clicktoplay a::after {
	width: 60px;
	height: 60px;	
}

.topxwidget {
	padding-top: 50px;	
}
.topxwidget header h3 {
	color: #e60003;
}	

.blogwidget header h3 {
	color: #6c0043;
}
.blogwidget .bloglisting {
	padding: 0;	
}



.bookingbanner {
	padding: 20px 0;
	min-height: 560px;
	background-position: center center;
	background-color: #EEE;
	background-size: cover;
	position: relative;
}
.bookingbanner .innersize {
	position: relative;
	margin-top: 200px;
	text-align: center;
}
.bookingbanner header {
	text-align: center;
	position: relative;
	z-index: 5;
}
.bookingbanner .whitecaps h3 {
	color: #FFF;
	position: absolute;
	top: -80px;
	left: 50%;
	font-family: coveredbyyourgrace, cursive;
	color: #FFF;
	font-weight: normal;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transform: translate(-50%,0) rotate(-5deg);
		
}
.bookingbanner .formholder {
	display: inline-block;
	background: #FFF;
	position: relative;
	z-index: 5;
	border-radius: 4px;	
	text-align: left;
}
.bookingbanner form {
	display: block;	
	padding: 20px 40px 40px 40px;
	margin: 0 auto;
	width: 680px;
}
.bookingbanner form ul {
	overflow: hidden;	
}
.bookingbanner form li {
	clear: none;
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
}
.bookingbanner form li.nolabel {
	padding-top: 23px;
	padding-right: 0;
	box-sizing: content-box;

}
.bookingbanner form li .selectbox,
.bookingbanner form li input {
	width: 100%;	
}
.bookingbanner form label {
	display: block;
	font-weight: bold;
	float: none;
	width: auto;
	text-transform: uppercase;
	color: #e60003;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 1px;
	font-family: Ubuntu, sans-serif;
}
.bookingbanner .icon {
	position: absolute;
	left: 100px;
	z-index: 4;
	transform: translate(0,-70%);
	width: 230px;
}
.bookingbanner .icon img {
	width: 100%;
	height: auto;	
}


.poimapwidget .mapcontainer {
	position: relative;
	z-index: 5;	
}
.poimapwidget .mapcontainer .poimap {
	height: 700px;	
}
.poimapwidget .mapcontainer .poimap .map {
	width: 100%;
	height: 100%;	
}
.poimapwidget {
	position: relative;	
}
.poimapwidget:before {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	margin-right: 650px;
	width: 315px; 
	height: 400px;
	z-index: 3;
	top: 160px;
	background: url("graphic/Ballonnen.png") 0 0 no-repeat;
	background-size: 100% auto;
	
}
.poimapwidget .highlights:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 50%;
	top: 0;
	bottom: 0;
	z-index: 4;
	background: #e60003 url("img/texture.png");	
}
.poimapwidget .highlights:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 0;
	margin-left: 700px;
	top: 0;
	bottom: 0;
	z-index: 4;
	background: #FFF;
}
.poimapwidget .highlights {
	margin-top: -20em;
	padding-top: 20em;
	position: relative;
	
}
.poimapwidget .highlights .innersize:after {
	clear: both;
	content: "";
	display: block;
}
.poimapwidget .highlights .links {
	width: 50%;
	float: left;
	color: #FFF;
	position: relative;
	font-size: 17px;
	z-index: 5;	
}
.poimapwidget .highlights .links h3 {
	padding: 30px 0 20px;
	letter-spacing: 2px;
	font-size: 20px;
	text-transform: uppercase;	
}
.poimapwidget .highlights .links li {
	margin-right: 40px;	
}
.poimapwidget .highlights .links a {
	color: #FFF;
	line-height: 40px;
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.poimapwidget .highlights .links a:after {
	display: block;
	vertical-align: top;
	font-weight: normal;
	width: 1em;
	content: "\e622";
	font-size: 19px;
	width: 20px;
	position: absolute;
	top: 0;
	color: #FFF;
	right: 10px	;
	font-family: icomoon;
	transition: right 0.2s ease;
}
.poimapwidget .highlights .links a:hover:after {
	right: 4px;	
}

.poimapwidget .highlights .eventslider {
	width: 50%;
	float: right;
}
.poimapwidget .eventslider .body {
	padding: 20px 40px;	
}
.poimapwidget .eventslider h4 {
	font-size: 13px;
	line-height: 1.2;
	text-transform: uppercase;
	color:	#e60003;
}
.poimapwidget .eventslider h3 {
	font-size: 19px;
	font-family: inherit;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	text-overflow: ellipsis;	
}
.poimapwidget .eventslider p {
	font-size: 15px;	
}
.poimapwidget .buttonbox .prevnextbuttons {
	z-index: 11;
	bottom: 0;
}
.poimapwidget .boxslider {
	padding: 0;
}
.poimapwidget .boxslider li {
	width: 350px;
	margin: 0;
}
.poimapwidget .boxslider li	 .body {
	border: 1px solid rgba(0,0,0,0.1);
}
.poimapwidget .boxslider li+li .body {
	border-left: 0;		
}


@media (max-width: 1440px) {
	.highlighted .blogwidget header {
		margin: 0 auto;
		width: 1040px;
	}
}
@media (max-width: 1080px) {
	.poimapwidget.nomobile {
		display: none;
	}
	.highlighted .blogwidget header {
		width: 680px;
	}
}
@media (max-width: 800px) {
	
	.videowidget .single {
		padding-left: 0;
	}	
	.videowidget .single .body {
		width: auto;
		
		position: static;
		transform: translate(0,-0);
	}
	.videowidget .single figure {
		margin-left: 0;	
	}
	
	

	.leaderboardwidget .bg {
		padding: 20px;
		margin: 0 -20px;
	}
	.leaderboardwidget h3,
	.leaderboardwidget p {
		margin-right: 0;	
	}
	

	.bookingbanner form {
		width: auto;
		padding-right: 20px;
	}
	
	.bookingbanner .innersize {
		position: relative;
		margin-top: 100px;
	}

	.bookingbanner form li {
		width: 33.3333%;	
	}
	.bookingbanner form li.nolabel {
		width: auto;
		float: none;
		clear: both;
		text-align: center;
		padding: 20px 0 0 0;	
	}
	
	.bookingbanner h3 {
		font-size: 30px;
		top: -60px;	
	}

}


#siblingtopics {
	margin: 170px 0 130px;
	position: relative;
	background:	#FAFAFA;
}
#siblingtopics .innersize {
	background: #FAFAFA;
	position: relative;
	padding-top: 70px;
}

#siblingtopics .innersize:before,
#siblingtopics dd:before,
#siblingtopics:before {
	background: #FFF;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;	
}

#siblingtopics .innersize:before {
	left: auto;
	width: 8.571428571%;
}
#siblingtopics dd:before {
	left: auto;
	width: 17.647058824%;
}

#siblingtopics dl {
	padding-right: 50%;
	min-height: 480px;

	column-count: 2;
	column-gap: 40px;
}
#siblingtopics dt:hover + dd {
	z-index: 10;	
}
#siblingtopics dd {
	z-index: 9;
	left: 50%;
	position: absolute;
	top: -70px;
	right: 20px;
	background: #FAFAFA;
	overflow: hidden;
	transform: translate(20px, 0);
}
#siblingtopics dt a {
	display: block;
	color: #000;
	position: relative;
	border-bottom: 1px solid #EEE;	
}
#siblingtopics dt a:hover {
	color: 	#e60003;
}
#siblingtopics dt a:before {
	content: "\e622";
	font-size: 17px;
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	font-family: icomoon;
	color: 	#e60003;
}


@media (max-width: 1080px) {
	.poimapwidget .highlights .links {
		font-size: 15px;
	}
	.poimapwidget .highlights .links h3 {
		letter-spacing: 1px;
		font-size: 17px;	
	}
	#siblingtopics {
		margin-top: 130px;
		font-size: 17px;
	}
	#siblingtopics dl {
		column-count: 1;
		column-gap: 0;
	}
	
	#siblingtopics dd {
		top: 70px;	
	}
}
@media (max-width: 800px) {
	.poimapwidget .highlights .links,
	.poimapwidget .highlights .eventslider {
		float: none;
		width: auto;
	}

	
	.poimapwidget .mapcontainer .poimap {
		height: 75vw;	
	}
	.poimapwidget .buttonbox {
		bottom: auto;
		right: 0;
	}
	.poimapwidget .innersize {
		margin: 0;
	}
	
	.poimapwidget .highlights .links {
		padding: 0 20px 20px 20px;
		background: #e60003 url("img/texture.png");				
	}
	
	.poimapwidget .highlights:before {
		display: none;
	}

}


@media (max-width: 720px) {
	.highlighted .blogwidget header {
		width: auto;
	}
	
	
	.leaderboardwidget h3,
	.leaderboardwidget p {
		margin: 0;
		color: #FFF;
	}
	.leaderboardwidget .banner {
		background-size: cover;
		background-position: center center;		
	}
	.leaderboardwidget .body {
		padding: 20px;	
	}
	.leaderboardwidget .banner .image {
		display: none;
	}
	.leaderboardwidget .bwrap {
		background: rgba(0,0,0,0.4);	
	}
	
	#siblingtopics {
		margin: 40px 0;	
	}
	#siblingtopics dl {
		min-height: auto;
		background: #FFF;
		padding: 0;
		max-width: 440px;
		margin: 0 auto;
	}	
	#siblingtopics .innersize {
		padding-top: 0;
		padding-bottom: 100%;
		background: #FFF;
	}
	#siblingtopics dd {
		width: 100%;
		bottom: 0;
		left: 0;
		top: auto;
		transform: translate(0, 0);
		background: #FFF;
	}
	#siblingtopics figcaption {
		display: none;
	}	
}

@media (max-width: 500px) {
	.leaderboardwidget p, .leaderboardwidget h3 {
		white-space: normal;
		height: auto;		
	}
	.leaderboardwidget footer {
		position: static;
		padding: 0 20px 20px 20px;
		margin-top: -10px;
	}
	
	.bookingbanner .innersize {
		position: relative;
		margin-top: 50px;
	}
	.bookingbanner form {
		padding: 10px 20px 20px;	
	}
	.bookingbanner form li {
		width: auto;
		float: none;
		padding: 10px 0 0 0;	
	}
		
	.bookingbanner form li .button {
		width: 100%;
	}
}


.blogwidget, .topxwidget, .bw.poimap, .eventswidget	 {
	overflow: hidden;	
}
.boxslider, .boxslider * {
	-ms-scroll-chaining: none;
	-ms-touch-action: none;	
	-ms-content-zooming: none;
	-ms-touch-action: none;
	-ms-overflow-style: none;
}
.boxslider {
	position: relative;
	padding: 0 20px;
}
.boxslider .inner {
	max-width: 1400px;
	margin: 0 auto;	
	overflow: auto;
	position: relative;
	transition: transform 0.25s ease;
}
.boxslider.small .inner {
	max-width: 700px;
}
.boxslider .struct {
	white-space: nowrap;
}
.boxslider li {
	white-space: normal;
	display: inline-block;
	vertical-align: top;
	width: 320px;
	margin-left: 40px;
}
.boxslider li:first-child {
	margin-left: 0;	
}
.boxslider .imageholder {
	overflow: hidden;	
}
.boxslider .imageholder img {
	width: 100%;
	height: auto;
	transform: scale(1,1);
	transition: transform 1s ease;
}
.boxslider a:hover .imageholder	 img {
	transform: scale(1.1,1.1);
}
.boxslider a:hover article {
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}


.sliderenabled .inner {
	overflow: visible;
}



.buttonbox {
	margin: 0 auto;
	height: 0;
	position: relative;
	max-width: 1400px;
}
.buttonbox .prevnextbuttons {
	position: absolute;
	right: 0;
	bottom: 30px;
	opacity: 1;
	transition: all 0.3s ease;
}

.allfit .buttonbox .prevnextbuttons {
	opacity: 0;
}


.boxslider.submenu {
	margin-bottom: 40px;	
}

.submenu .buttonbox {
	position: static;	
}
.submenu .prevnextbuttons {
	height: 0;
	position: relative;
	width: auto;
	max-width: 1400px;
	margin: 0 auto;
	z-index: 400;
}
.submenu .buttonbox .prev {
	position: absolute;
	left: 1px	;
	margin-left: 0;
	top: 160px;		
}
.submenu .buttonbox .next {
	position: absolute;
	right: 1px;
	top: 160px;
	z-index: 400;
} 





article.eventbox,
.menu-box article,
.topx-box article {
	border: 1px solid #EEE;
	overflow: hidden;
}
.menu-box .body,
.topx-box .body {
	padding: 20px 30px;	
}
.eventbox .image:empty {
	background: #FAFAFA;
	padding-top: 58.823529412%;	
}
.menu-box .image:empty,
.topx-box .image:empty {
	background: #FAFAFA;
	padding-top: 96.5625%;	
}
.eventbox h3,
.menu-box h3,
.topx-box h3 {
	font-family: inherit;
	font-size: 19px;
	line-height: 1.3;
	font-weight: normal;
	color: #e60003;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-box header,
.topx-box header {
	text-align: left;	
}
.menu-box header:after,
.topx-box header:after {
	content: "";
	display: block;
	height: 2px;
	background: #6c0043;
	width: 75px;
	margin: 18px 0 10px;
}
.topx-box footer {
	display: none;	
}
.menu-box p,
.topx-box p {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}


.eventbox .body {
	padding: 30px;
	height: 60px;
	font-size: 19px;
	line-height: 32px;
}
.eventbox footer {
	font-size: 15px;
	padding: 0 30px 30px 30px;
}

@media (max-width: 800px) {
	.boxslider {
		padding-bottom: 75px;	
	}
	
	.buttonbox {
		position: absolute;
		bottom: 0;
		right: 20px;	
	}
	.buttonbox .prevnextbuttons {
		bottom: 0;	
	}
	
	.boxslider li {
		margin-left: 10px;	
	}
	
	.submenu .buttonbox .prev,
	.submenu .buttonbox .next {
		top: 140px;
	} 
		
}






.imagegallery {
	padding-top: 100px;
}

.imagegallery header {
	text-align: center;	
}
.imagegallery h2 {
	font-size: 30px;
	line-height: 50px;
	color: #e60003;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.imagegallery h2:after {
	content: "";
	display: block;
	width: 80px;
	margin: 10px auto 0;
	height: 4px;
	border-radius: 2px;
	background: #6c0043;
}
.imagegallery header p {
	max-width: 600px;
	margin: 30px auto 40px auto;	
}
.scrollbox {
	background: #EEE;
	height: 4px;
	width: 80%;
	max-width: 400px;
	margin: 20px auto;
	border-radius: 2px;
	position: relative;
}

.scroller {
	top: -4px;
	left: 0;
	bottom: -4px;
	cursor: pointer;
	position: absolute;
}
.scroller:before {
	display: block;
	height:4px;
	margin: 4px 0 0 0;
	border-radius: 2px;	
	background: red;
	content: "";
}
	


.imagegallery .images {
	overflow: hidden;
	height: 450px;	
}
.imagegallery .inner {
	max-width: 1400px;
	margin: 0 auto;	
	overflow: auto;
	height: 480px;
}
.imagegallery.scripted .inner {
	max-width: none;
}
.imagegallery .struct {
	white-space: nowrap;
	transform: translate(0,0);
	transition: translate 0.1s;
}
.imagegallery li {
	display: inline-block;
	margin-left: 40px;
	position: relative;
	vertical-align: top;
}
.imagegallery li:first-child {
	margin-left: 0;	
}
.imagegallery li a {
	display: block;
	width: 200px;
	height: 200px;
}
.imagegallery li a:before {
	content: "";
	width: 85px;
	height: 85px;
	background: url("img/insta.png") center center no-repeat;
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: 8;
}
.imagegallery li:nth-child(3n) a  {
	width: 440px;
	height: 440px;
}
.imagegallery li a img {
	width: 100%;
	height: 100%;
	outline: none;
	vertical-align: top;
}

.imagegallery li:nth-child(3n+2) {
	margin-left: 0;
	width: 0;
}
.imagegallery li:nth-child(3n+2) a {
	position: absolute;
	left: -200px;
	top: 240px;	
}
.imagegallery li:nth-child(6n+2) a:after,
.imagegallery li:nth-child(6n+4) a:after {
	content: "";
	width: 85px;
	height: 85px;
	background: #e60003 url("img/texture.png");
	position: absolute;
	right: -10px;
	bottom: -10px;
	mix-blend-mode: multiply;
}

@media (max-width: 1080px) {

	.imagegallery h2 {
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 30px;
	}
	.imagegallery {
		padding-top: 50px;
	}
}




.deallistitem {
	font-size: 17px;
}
.deallistitem header {
	color:#e60003;
	display: inline-block;
	padding: 40px 0 8px 30px;
}

.deallistitem header h2 {
	display: inline;
}
.deallistitem .image {
	float: left;
	position: relative;
	width: 320px;
	height: 240px;
}
.deallistitem .body {
	padding: 0 0 8px 30px;
	overflow: hidden;
}

.deallistitem .info {
	padding-top: 0.5em;	
}
.deallistitem .info li::before{
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	font-family: 'icomoon';
	color: #6c0043;
}

.deallistitem .info li.price_per_person::before {
	content: "\f153";
}

.deallistitem .info li.location::before {
	content: "\e705";
}

.deallistitem .info li {
	position: relative;
	padding-left: 30px;
	float: left;
	width: auto;
}

.deallistitem .info li:first-child{
	margin-right: 40px;
}

.dealbar{
	float: left;
	margin-left: 50px;
	width: calc(100% - 378px);
}

@media (max-width: 800px) {
	.deallistitem header{
		display: block;
		width: 100%;
	}
	.deallistitem .image,
	.deallistitem img{
		width: 200px;
		height: 150px;
		background: #FAFAFA;
	}
	
	.deallistitem header {
	 	padding: 20px;	
	}
}

@media (max-width: 500px) {
	.deallistitem .image {
		width: auto!important;
		height:	 auto!important;
		float: none;
		overflow: hidden;
	}
	.deallistitem .image:before {
		content: "";
		float: left;	
		display: block;
		padding-top: 30%;		
	}
	
	.deallistitem img{
		width: 100%!important;
		height:	 auto!important;
	}
	.deallistitem .body {
		 padding: 10px 20px;
		 overflow: hidden;	
	}
}







@media (max-width: 750px) {

}
@media (max-width: 1080px) {
	.dealbar{
		width: 100%;
		margin-left: 0!important;

	}

	.sidebar{
		width:100%!important;
	}
}




.dealtag {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #ffffff;
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #e60003;
	border-radius: 40px;
	transform: rotate(-15deg);
	text-transform: uppercase;
	font-family: "Ubuntu",arial,helvetica,sans-serif;
	font-weight: bold;
}
.specialstruct .dealtag {
	top: 15px;
	left: 15px;
}
.dealfooter .dealtag {
	left: auto;
	right: 20px;
	transform: rotate(15deg);
}
.dealtag .number{
	display: block;
	font-size: 23px;
	line-height: 20px;
	margin-top: 20px;
}

.dealtag .rebate{
	font-size: 13px;
	margin-top: -2px;
	display: block;
}
.collage .dealtag {
	left: auto;
	right: 0;
	top: 35.29411764706%;
	z-index: 2;
	transform: translate(50%,-50%) rotate(-15deg);
}


.dealsoverview {
	background: #FAFAFA;	
}
.dealsoverview .textsection {
	background: #FFF;
}
/* Specials overview page */
.dealliststruct{
	margin-top: 60px;
}

.dealliststruct li.dealstruct{
	border: 1px solid #EEE;
	overflow: hidden;
	margin-bottom: 40px;
	background: #ffffff;
}


.collage-tabs a.tab-prev{
	margin-right: 10px;
}

.collage-tabs a.tab-next{
	margin-left: 10px;
}

.collage-tabs a.clickable{
	color: #e60003;
}


.nav-tab{
	display: inline-block;
	color: #000;
	border: 1px solid #EEE;
	line-height: 48px;
	margin-left: -1px;
	padding: 0 20px 2px 20px;
	position: relative;
	z-index: 1;
	font-size: 16px;
	cursor: default;
}

.nav-tab.clickable{
	cursor: pointer;
}


.fullwidth-collage-tab{
	width: calc(100% - 165px);
	text-align: center;
}



/*** datepicker ***/
.vanilla-datepicker {
	background:#6c0043;
	border:solid 1px #6c0043;
	border-radius; 2px;
	color:#FFF;
	font-size: 15px;
	position: absolute;
	z-index: 10;
	width:300px;
}
.vanilla-datepicker > .title-nav {
	align-items:center;
	background:#6c0043;
	border:solid 1px transparent;
	border-bottom: 1px solid #EEE;
	border-radius:3px;
	display:flex;
	flex-direction:row;
	font-weight:bold;
	justify-content:space-between;
	margin:2px;
	width:auto;
}
.vanilla-datepicker > .title-nav > .month-navigate,
.vanilla-datepicker > .title-nav > .year-navigate {
	align-items:center;
	border-radius:5px;
	cursor:pointer;
	display:flex;
	flex:0 15px;
	font-weight:bold;
	height:15px;
	justify-content:center;
	margin:1px;
	padding:2px;
	text-align: center;
}

.vanilla-datepicker > .title-nav > .month-navigate:hover,
.vanilla-datepicker > .title-nav > .year-navigate:hover {
	background: #429291;
}
.vanilla-datepicker > .week-header {
	font-weight: bold;
}
.vanilla-datepicker > .week-header,
.vanilla-datepicker > .week {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.vanilla-datepicker > .week-header > div {
	align-items:flex-start;
	display:flex;
	flex:1;
	justify-content:center;
}
.vanilla-datepicker > .week > div {
	align-items:flex-end;
	border:solid 1px transparent;
	cursor:pointer;
	display:flex;
	flex:1;
	justify-content:center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 1px;
	text-align: center;
	border-radius: 2px;
}
.vanilla-datepicker > .week > div.no-select {
	cursor:auto;
	color:#AAA;
}
.vanilla-datepicker > .week > div.selected {
	background-color:#e60003;
	font-weight:bold;
}
.vanilla-datepicker > .week > div:not(.no-select):hover {
	background:#FAFAFA;
	color: #6c0043;
}

.instagram-profile-picture{
	width:40px;
	margin-right: 10px;
	vertical-align: center;
	border-radius: 50%;
	display: block;
	float: left;
}

.instagram-username{
	display: block;
	float: left;
	margin-top: 6px;
}


.instagram-text{
	margin-top: 10px;
	display: block;
	width:100%;
	float: left;
}
html #_hj-f5b2a1eb-9b07_feedback_open_close_phone,
html #_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label ._hj-f5b2a1eb-9b07_feedback_minimized_label_text {
	color: #FFF;	
}

/*** QENNER BOOKING LOCATION PAGE ***/

#wrapper .qennerbooking .siteform  li .visitornumber:first-child{
	margin-right: 10%;
}

#wrapper .qennerbooking .siteform  li .visitornumber{
	display: block;
	width: 45%;
	float: left;
}

#wrapper .qennerbooking .siteform  li .search_accommodations{
	margin-top: 10px;
}
#wrapper .qennerbooking .siteform  li button:disabled{
	background: #b4b4b4;
	cursor: not-allowed;
}
#wrapper .qennerbooking .siteform  li button:disabled:hover{
	background: #b4b4b4;
}
#wrapper .qennerbooking .siteform  li button:disabled:hover:before{
	content: none;
	background: #b4b4b4;
}

#wrapper .qennerbooking .siteform  li input[type='radio']{
	width:12px;
	float: left;
}
#wrapper .qennerbooking .siteform  ul{
	margin: 0;
	padding:0;
}
#wrapper .qennerbooking .siteform  li{
	margin: 0;
	padding:0;
}
#wrapper .qennerbooking .siteform  li .packagelabel{
	width: 70%;
	float: left;
	margin-top: 4px;
	margin-left: 20px;
}

.textwrapper{
	overflow: hidden;
}


@media (min-width: 1020px) {
	.singlecol .routembed {
		margin: 0 -160px 40px -160px;	
	}
}
@media (min-width: 1400px) {
	.singlecol .routembed {
		margin: 0 -360px 40px -360px;	
	}
}

/*
Location group feedback
 */
.feedback-block {
	padding: 20px 0;
	border-color: #e60003;
	border-style: solid;
	border-width: 1px 0;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto 20px auto;
	width: 100%;
	overflow: hidden;
}
.feedback-block .button{
	cursor: pointer;
}
.feedback-block .button-container{
	float: right;
}
.feedback-block .button:after {
	display: none;

}
.feedback-block .title {
	display: inline;
	font-size: 20px;
	line-height: 53px;
	color: #6c0043;
	font-weight: normal;
	font-family: inherit;
}


@media (max-width: 720px) {
	.feedback-block .button-container{
		float: none;
	}
}

/*
Location rating
 */
.ratelocation {
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	z-index: 10;
	padding: 40px;
	width: 460px;
}
@media (max-width: 500px) {
	.ratelocation {
		width: auto;
		right: 20px;
	}
}

.ratelocation .buttons{
	margin-top: 20px;
}


.ratelocation .title {
	font-size: 18px;
	color: #6c0043;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Ubuntu;
}

.ratelocation .close {
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
}

.ratelocation .button{
	margin-right: 10px;
}


/*** NEW mobile menu ***/
@media (max-width: 1440px){
	#wrapper #pageheader .innersize {
		margin: 0 20px!important;
	}
}



@media (max-width: 1000px) {

	#togglesearch:checked ~ #mobilefoldout,
	#togglesearch:checked ~ #mobilemenu {
		padding-top: 150px;
	}

	#mobilefoldout,
	#mobilemenu {
		position: fixed;
		z-index: 500;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #e60003;
		color: #FFF;
		height: auto;
		margin: 0;
		padding: 100px 0 0 0;
		overflow: auto;
	}
	#mobilefoldout {
		transition: transform 0.4s ease;
		transform: translate(100%,0);
		font-size: 15px;
	}
	#mobilefoldout.visible {
		transform: translate(0,0);
	}
	#mobilemenu .sectwrap,
	#mobilefoldout .sectwrap {
		position: relative;
		height: 100%;
	}
	#showmenu:checked ~ #wrapper #mobilefoldout,
	#showmenu:checked ~ #mobilefoldout,
	#showmenu:checked ~ #wrapper #mobilemenu,
	#showmenu:checked ~ #mobilemenu{
		display: block;
	}
	#showmenu:checked ~ #wrapper #pagefooter,
	#showmenu:checked ~ #pagefooter,
	#showmenu:checked ~ #wrapper #main,
	#showmenu:checked ~ #wrapper #cookieconsent{
		display: none;
	}

	#mobilemenu li {
		border-bottom: 1px solid #ffffff40;
		position: relative;
	}
	#mobilemenu li p {
		font-size: 15px;
		line-height: 17px;
		color: #FFF;
	}
	#mobilemenu li a {
		cursor: pointer;
		display: block;
		padding: 10px 0;
		color: #FFF;
	}

	#mobilefoldout a {
		color: #FFF;
	}
	#mobilefoldout .subsub li a:before,
	#mobilemenu li a:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-left: 8px solid #FFF;
		border-top: 5.5px solid transparent;
		border-bottom: 5.5px solid transparent;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -5.5px;
	}

	#mobilefoldout .subsub li a:before {
		position: static;
		margin-right: 10px;
		border-left-color: #FFF;

	}

	#mobilefoldout .subsub {
		padding: 20px 0 10px 0;
		margin-bottom: 10px;
	}
	#mobilefoldout .subsub .title {
		border-bottom: 1px solid #ffffff40;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#mobilefoldoutclose {
		display: block;
	}
	#mobilefoldoutclose:before {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-right: 8px solid #FFF;
		border-top: 5.5px solid transparent;
		border-bottom: 5.5px solid transparent;
		margin-top: -5.5px;
		margin-right: 10px;
	}

	#mobilemenu .title,
	#mobilefoldout .title{
		font-weight: bold;

	}

	#mobilemenu .innersize,
	#mobilefoldout .innersize{
		margin: 0 20px!important;
	}
}


/*** WEBSHOP ***/


#webshop, #webshop-product {
	padding-top: 80px;	
}
article#webshop .mainbar h2.cat_subtitle {
	font-family: LaGuapita, cursive;
}

article#webshop .mainbar h2.cat_subtitle:before {
	content: "";
	width: 60px;
	height: 30px;
	display: block;
	position: absolute;
	margin-top: -20px;
	margin-left: -30px;
	background: url(img/red_barrow.svg);
	background-size: 100% 100%;
	transform: scaleX(-1) rotate(183deg);
}


article#webshop-product .mainbar .imgbar h3.product_subtitle{
	font-family: LaGuapita, cursive;
}

article#webshop-product .mainbar .imgbar h3.product_subtitle:before {
	content: "";
	width: 60px;
	height: 30px;
	display: block;
	position: absolute;
	margin-top: -30px;
	margin-left: 110px;
	background: url(img/red_barrow.svg);
	background-size: 100% 100%;
	transform: rotate(13deg);
}

article#webshop .mainbar.cart h1:before {
	content: "He'je wat moois uitgekozen?";
	height: 30px;
	display: block;
	display: inline-block;
	float: right;
	font-family: LaGuapita, cursive;
	font-size: 24px;
	color: #6c0043;
	margin-top: 10px;
}
article#webshop .mainbar.cart{
	position: relative;
}
article#webshop .mainbar.cart h1:after {
	content: "";
	width: 60px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	margin-top: -50px;
	margin-right: 270px;
	background: url(img/red_barrow.svg);
	background-size: 100% 100%;
	transform: scaleX(-1) rotate(183deg);
}

@media (max-width: 768px) {
	article#webshop .mainbar.cart h1:after {
		background: none;
	}
	article#webshop .mainbar.cart h1:before {
		content: "";
	}
	article#webshop .cart-wrapper .siteform li {
		width: 100%;
	}
}



/** STORY_SELLING **/
#story_selling{
	background: #6c0043;
}
#story_selling a.ctalink{
	color: #fff;
	background: #e60003;
	border: none;
	transition: background-color 0.25s;
}

#story_selling a.ctalink:hover{
	background: #fff;
	color: #e60003;
}

/** location page read more fadeout **/

article.location .read_more_fadeout_box{
	position: relative;
	max-height: 200px;
	overflow: hidden;
}

article.location .markdown .fadeout {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding-top: 70px;
	background-image: linear-gradient(to bottom, transparent, white);
	border-bottom: 1px solid #eee;
}


article.location .markdown .fadeout  .readmore {
	height: 0;
	overflow: hidden;
	opacity: 1;
	transition: opacity 1s;
	cursor: pointer;
	padding: 10px 20px;
	background: white;
	border: 1px solid #eee;

}

#sponsors {
	background: #FFF;
	text-align: center;
	padding: 20px 0;
}
#sponsors li {
	display: inline-block;
	padding: 0 10px;
}

/** LOCATIONGROUP BOOKING BAR/PAGE **/

.booking_widget.siteform li{
	width: auto;
}

.booking_widget.siteform li button{
	margin-top: 40px;
}
ul.booking_error{
	color: red;
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0;
	width: 100%;
}
ul.booking_error li{
	width: 100%;
	margin: 0 30px;
	line-height: 27px;
}

@media (max-width: 1440px) {
	.booking_widget.siteform li {
		width: 49%;
	}

	.booking_widget.siteform li button {
		width: 100%;
	}

	.booking_widget{
		margin-bottom: 10px;
	}
}

@media (max-width: 500px) {
	#wrapper .booking_widget.siteform li {
		width: 100%;
	}
}



/*** fancybox ***/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}