.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}/*
Page-list plugin
https://wordpress.org/plugins/page-list/
*/

/* default styles for [pagelist], [subpages], [siblings] */
.page-list .current_page_item > a {
	font-weight: bold; /* hilite active item */
}

/* default styles for [pagelist_ext] */
.page-list-ext {
	clear: both;
}
/* clearfix-hack */
.page-list-ext {
	*zoom: 1;
}
.page-list-ext:before, .page-list-ext:after {
	display: table;
	line-height: 0;
	content: "";
}
.page-list-ext:after {
	clear: both;
}
.page-list-ext .page-list-ext-item {
	clear: both;
	margin: 10px 0 30px 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.page-list-ext .page-list-ext-image {
	float: left;
	display: inline;
	margin: 5px 15px 15px 0;
}
.page-list-ext .page-list-ext-title {
	clear: none;
}

.page-list-cols-2,
.page-list-cols-3,
.page-list-cols-4,
.page-list-cols-5 {
	column-gap: 30px;
}
.page-list-cols-2 {
	column-count: 2;
}
.page-list-cols-3 {
	column-count: 3;
}
.page-list-cols-4 {
	column-count: 4;
}
.page-list-cols-5 {
	column-count: 5;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) { /* Responsive columns */
	.page-list-cols-2,
	.page-list-cols-3,
	.page-list-cols-4,
	.page-list-cols-5 {
		column-count: 1;
	}
}#imagelightbox{position:fixed;z-index:9999;-ms-touch-action:none;touch-action:none}/*! 
* 
*
* Copyright (c) 2014 Eric Kiilu 

*/


#lp{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background-image: url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/images/texture.png);
	z-index: 4000;
}
#topnavbar{
	position: absolute;
	width: 20%;
	height: 5%;
	background-color: rgba(0,0,0,0.7);
	z-index: 50;
	right: 0;
	top: 1%;
	left: 0;
	margin: auto;
	border-radius: 7px;
	border: 1px solid #ccc;
}

.navbuttons{
	width: 20%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.prev_nav_button{
	position: absolute;
	left: 0;
	width: 30%;
	height: 100%;
	background-image: url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/images/prev.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.next_nav_button{
	position: absolute;
	right: 0;
	width: 30%;
	height: 100%;
	background-image: url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/images/right.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.navbuttons2{
	background-position: 0 0;
	position: absolute;
	width: 40px;
	height:100%;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5%;
	background-image: url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/images/close.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

#lp-book{
	background-image: url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/images/texture.png);
	background-color: #404040;
	position: absolute;
	width:100%;
	height:100%
}

#lp-left{
	position: absolute;
}

#lp-inner-left{
	position: absolute;
	overflow: hidden;
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none;
}


#lp-inner-2-left{
	position: absolute;
	overflow: hidden;
}


#lp-right-page{
	position: absolute;
	background-color: #ffffff;
}

#lp-left-page{
position: absolute;
background-color: #ffffff;
}

#lp-clip {
position: absolute;
width: 100%;
height: 100%;

}

#lp-clip-shadow{
	position: absolute;
	overflow: hidden;
	background:-moz-linear-gradient(right, rgba(0,0,0, 0) 1%, rgba(104,102,102,0.5));
	background:-webkit-linear-gradient(right,rgba(0,0,0,0) 1%,rgba(25,25,25,0.3));
}

#lp-clip2 {
	position: absolute;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

#lp-right-clip2 {
	position: absolute;
	background-color: white;
	-webkit-backface-visibility:hidden; /* Chrome, Safari, Opera */
	backface-visibility:hidden;
}

#lp-right-clip {
	position: absolute;
}

#lp-inner-clip {
	position: absolute;
	overflow: hidden;
	background-color: #ffffff;

}

#lp-right-inner-clip {
	position: absolute;
	background-color: white;
}

#lp-right{
position: absolute;
	left: 50%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
}

#lp-inner-right{
	position: absolute;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#lp-inner-2-right{
	position: absolute;
	overflow: hidden;
}

#lp-shadow{
	width:40px;
	height: 100%;
	position: absolute;
}

#shadow{
	width: 40px;
	height: 100%;
	background-color: yellow;
	position: absolute;
}

#lp-shadow2-bad{
	width:1%;
	height: 100%;
	position: absolute;
	left: 240px;
	background-color: red;
}


/*Thumbnail holder */
.thumbnail-holder-left{
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0%;
	outline:none;
	background-color: white;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.thumbnail-holder-right{
	position: absolute;
	height: 100%;
	width: 50%;
	right: 0%;
	background-color: white;
	border-left: 2px solid rgba(0, 0, 0, 0.5);
	display: none;
}

#nextthumbnail{
	width: 2%;
	position: absolute;
	left: 47%;
	background-color: rgba(0, 0, 0, 0.96); /* Color white with alpha 0.9*/
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 2%;
	padding-right: 3.5%;
	z-index: 10;
	top: -35%;
	height: 35%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-image:url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/images/up.svg);

}

#showPage{
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	font-size: 24px;
	margin: auto;
	color: white;
	font-weight: bolder;
}

#page-number{
	color: white;
	position: absolute;
	left: 20%;
	font-weight: bold;
}

#menu{
	top: 100%;
	left:27%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7); /* Color white with alpha 0.9*/
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 0%;
	padding-bottom: 2%;

}
#menu-options{
	width: 5%;
	height: 4%;
	background-color: #666;
	background-color: rgba(0, 0, 0, 0.7); /* Color white with alpha 0.9*/
	position: absolute;
	top: -4%;
	left: 44.5%;
	bottom: 1%;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	z-index: 10;
}

#thumbnails{
	width: 100%;
	height: 10%;
	background-color: rgba(25, 25, 25, 0.5); /* Color white with alpha 0.9*/
	position: absolute;
	top: 100%;
	left: 0%;
	bottom: 1%;
	z-index: 10;
	padding-bottom: 
}

.thumbnail-final{
	height:100%;
	width: 15%;
	position: absolute;

}

.inner_thumbnail{
	width: 90%;
	height: 90%;
	position: absolute;
	left: 10%;
	top: 7%;
}

/*This is used to enlarge an image when the mouse is hoved */
.outer_thumbnail{
	width: 100%;
	height: 100%;
	position: relative;
}
/*This is displayed when the image is missing for the thumbnail */
.nopicture{
	width: 0%;
	height: 0%;
	display: none;
}

/*This deals with the nav bar found at the bottom */
.thumbnails-nav{
	width: 87%;
	height: 85%;
	position: absolute;
	left: 7%;
}
/*current thumbnails navigations */
.thumbnails-nav-current{
	width: 94.5%;
	height: 100%;
	position: absolute;
	left: -2%;
	}
.thumbnails-nav-next{
	width: 15%;
	height: 100%;
	position: absolute;
	z-index: 10;
	left: 120%;
	opacity: 1.0;
}
.thumbnails-nav-prev{
	width: 15%;
	height: 100%;
	position: absolute;
	z-index: 10;
	left: -15%;

}
.current-page-thumbnail{
	height: 100%;
	width: 60%;
	
	position: absolute;
	left: 10%;
}
.prev-page-thumbnail{
	height: 100%;
	width: 10%;
	position: absolute;
	right: 10%;
	display: none;
}

.next-page-thumbnail{
	height: 100%;
	width: 9%;
	position: absolute;
	left: 10%;
	display: none;
}

#first-page{
	padding: 1%;
	top: 30%;
	left: 0%;
	position: absolute;
	background-color: rgba(0, 0, 0, 1); /* Color white with alpha 0.9*/
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

#last-page{
	padding: 1%;
	top: 30%;
	position: absolute;
	right: 0%;
	background-color: rgba(0, 0, 0, 1); /* Color white with alpha 0.9*/
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	}

#goto{
	color: black;
	width: 50%;
}

#next-thumb-page{
	padding: 1%;
	top: 0;
	bottom: 0;
	position: absolute;
	right: 1%;
	width: 10px;
	height: 10px;
	margin: auto;
	background-image: url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/images/next_white.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1000;
}

#prev-thumb-page{
	padding: 1%;
	top: 0;
	left: 1%;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/images/previous_white.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1000;
}

#next-page{
	padding: 1%;
	top: 30%;
	left: 3%;
	position: absolute;
	background-color: green;
}

#prev-page{
	padding: 1%;
	top: 30%;
	padding: 1%;
	position: absolute;
	right: 3%;
	background-color: yellow;
	}

#prevbtn{
	position: absolute;
	top:0;
	left: 1%;
	bottom: 0;
	margin: auto;
	border-top-right-radius: 50%;
	border-bottom-right-radius:50%;
	z-index: 10;
	background-image: url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/images/previous_white.svg);
	background-size: 100% 100%;
	width: 1%;
	padding: 1%;
	height: 10%;
	background-repeat: no-repeat;
}


#nextbtn{
	position: absolute;
	top:0;
	right: 1%;
	bottom: 0;
	margin: auto;
	border-top-left-radius: 100%;
	border-bottom-left-radius:100%;
	padding: 1%;
	z-index: 10;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/images/next_white.svg);
	width: 1%;
	height: 10%;
}

#nextbook{
	background-color: purple;
	position: absolute;
	width:100%;
	height: 400px;
	left: 100%;
	margin-left: 5%;
}

#nextbook2{
	background-color: purple;
	position: absolute;
	width:100%;
	height: 400px;
	left: 100%;
	margin-left: 5%;
}

#left-shadow{
	height: 100%;
	width: 3%;
	position: absolute;
	left: 0%;
	z-index: 0;
	background:-moz-linear-gradient(right, rgba(0,0,0, 0) 1%, rgba(104,102,102,0.5)); 
	background:-webkit-linear-gradient(right,rgba(0,0,0,0) 1%,rgba(25,25,25,0.3)); 
}

#right-shadow{
	height: 100%;
	width: 3%;
	position: absolute;
	right: 0%;
	z-index: 0;
	background:-moz-linear-gradient(left, rgba(0,0,0, 0) 1%, rgba(104,102,102,0.5)); 
	background:-webkit-linear-gradient(left,rgba(0,0,0,0) 1%, rgba(25,25,25,0.3));
}

#top-left-shadow{
	height: 100%;
	width: 3%;
	position: absolute;
	right: 100%;
	z-index: 0;
	background:-moz-linear-gradient(right, rgba(0,0,0, 0) 1%, rgba(104,102,102,0.5)); 
	background:-webkit-linear-gradient(right,rgba(0,0,0,0) 1%,rgba(25,25,25,0.3)); 
}

#top-right-shadow{
	height: 200%;
	width: 20%;
	position: absolute;
	right: 0%;
	z-index: 10;
	background:-moz-linear-gradient(left, rgba(0,0,0, 0) 1%, rgba(104,102,102,0.5));
	background:-webkit-linear-gradient(left,rgba(0,0,0,0) 1%, rgba(25,25,25,0.3));
	background-color: black;
}

#top-right-shadow2{
	height: 100%;
	width: 3%;
	position: absolute;
	right: 97%;
	z-index: 10;
	background:-moz-linear-gradient(right, rgba(0,0,0, 0) 1%, rgba(104,102,102,0.5));
	background:-webkit-linear-gradient(right,rgba(0,0,0,0) 1%, rgba(25,25,25,0.3));
}


/*This class is added when the mouse is over the thumbnail this shows the dark color */
.mouse_over_thumbnail{
	background-color: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
}

.mouse_out_thumbnail{
	background-color: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
}

/* THis is used to hold up tags that are invisble to the user tho they are accessible through the dom */
#bookcontainer{
	display: none;
}

#lpcontainer{
	display: none;
}
.pageContent{
	width: 100%;
	height: 100%;
}

.spinner{
	position: relative;
	width: 5%;
	height: 5%;
	margin: auto 0;
	position: absolute;
	top:0;
	bottom:0; 
	left:0;
	right:0;
	margin:auto;
}

.thumbnail-spinner{
	width: 100%;
	height: 100%;
}

.thumbnail-spinner-inner{
	width: 30%;
	height: 20%;
	position: absolute;
	top:0;
	bottom:0; 
	left:0;
	right:0;
	margin:auto;
}



#instructions{
	color: white;
	background-color:rgba(0,0,0,0.3);
	border: 2px solid white;
	border-radius: 5%;
	width: 50%;
	height: 20%;
	position: absolute;
	left: 10%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	padding: 3%;
	font-weight: bold;
	font-size: 12px;
}

.thumbnail-page{
	color: #000000;
	background-color:white;
	border: 0px solid black;
	border-radius: 10%;
	width: 50%;
	height: 30%;
	position: absolute;
	left: 10%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	padding-bottom: 20%;
	padding-top: 5%;
	padding-left: 0%;
	padding-right:0%;
	font-weight: bold;
	font-size: 17px;
	z-index: 10;
	text-align: center;

}

.thumbnail-play{
	width:300px;
	height:400px;
	background-color:rgba(0,0,0,0.7);
	background-image:url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/images/play.svg);
	background-size: 50% 30%;
	background-position: center 90%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	color: white;
	font-weight: bolder;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}

.thumbnail-play:hover{
	background-color:rgba(0,0,0,0.9);
}

.canvasWrapper{
	background-color: white;
}

.zoomRagePage{
	height: 100%;
	width: 90%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}


#pageNumber {
	width: 10%;
	height: 50%;
	font-size: 10px;
	background-color: white;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: 0;
	position: absolute;
}

#nextNav{
	background-image:url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/images/play.svg);
	width: 100px;
	height: 100px;
}

.zoom-slider{
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 5px;
}
.zoom-slider input{
	width:100%;
	height: 80%;
}
.loading{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 500;
	right: 0;
	top: 0%;
	left: 0;
	margin: auto;
	background-color: rgba(0,0,0,1);
}
.loading img{
	position: absolute;
	width: 100px;
	height: 100px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1045; 
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

 .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; 
  overflow: hidden;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; 
  overflow: hidden;
}

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile  {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 {
  top: 0;
  right: 0;
  padding-top: 0; }ul.grid-nav {
	list-style: none;
	font-size: .85em;
	font-weight: 200;
	text-align: center;
	background-color: blue;
}
ul.grid-nav li {
	display: inline-block;


}
ul.grid-nav li a {
	display: inline-block;
	background: #999;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;


}
ul.grid-nav li a:hover {
	background: #7b0;
}
ul.grid-nav li a.active {
	background: #333;
}
.grid-container {
	display: none;
}
/* ----- Image grids ----- */
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
	display: inline-block;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1%;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 0px solid #ddd;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 0px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 1199px) {
	.container {
		width: auto;
		padding: 0 10px;
	}
}

@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}.modal {

  background: #fff;
 
  overflow: hidden;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/css/close.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(//www.bigblockmopar.nl/wp-content/plugins/wppdf/css/spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}