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

.overlay {
	display: none;
}

.overlay h2 {
	font-size: 38px;
}

.logo {
	position: absolute;
	z-index: 10000;
	margin-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
}

.shadow {
	-moz-filter: drop-shadow( 5px 5px 5px #000);
	-webkit-filter: drop-shadow( 5px 5px 5px #000);
	filter: drop-shadow( 5px 5px 5px #000);
	max-width: 100%;
}

.onderbalk {
	transform: rotate(-90deg);
	transform-origin: left top 0;
	height: 30px;
	background-color: #000;
	padding-top: 3px;
	text-align: center;
	position: fixed;
	z-index: 10000;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	letter-spacing: 10px;
	bottom: -30px;
	width: 105vh;
	-webkit-text-shadow: 2px 1px 3px black; 
	-moz-text-shadow: 2px 1px 3px black;
	text-shadow: 2px 1px 3px black; 
}

.navexplain {
	position: absolute;
	z-index: 10000;
	bottom: 35px;
	width: 100%;
	height: 30px;
	margin: 0 auto;
}

.navtext {
	margin: 0 auto;
	width:530px;
	height: auto;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.65);
}

.navtext p {
	text-align: center;
	padding-top: 1.5px;
	padding-bottom: 3.5px;
	padding-left: 3.5px;
	padding-right: 3.5px;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	color: #fff;
}

table {
	width:100%;
    border-collapse: collapse;   
}

th {
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
	padding-left: 10px;
}

td {
	font-size:14px;
    text-align: right;
	vertical-align: middle;
	line-height: 3em;
	padding-right: 10px;
}


.photostack {
	background: #ddd;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.photostack > img {
	z-index: 10000;
}

.js .photostack {
	height: 100vh;
	background: rgba(53,54,47,1)
}

.photostack-start {
	cursor: pointer;
}

/* Wrapper and figures */

/* The size of this wrapper can be smaller if the items should not be scattered across the whole container */ 
.photostack > div {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.photostack figure {
	width: 287px;
	height: 543px;
	position: relative;
	display: inline-block;
	background: none;
	padding: 0px;
	text-align: center;
	margin: 0px;
		box-shadow: 8px 12px 15px rgba(0,0,0,0.35);
	-webkit-shadow: 8px 12px 15px rgba(0,0,0,0.35);
	-moz-shadow: 8px 12px 15px rgba(0,0,0,0.35);
}

.js .photostack figure {
	position: absolute;
	display: block;
	margin: 0;
}

.photostack figcaption h2 {
	color: #000;
	font-weight: 300;
	font-size: 18px;
}


.photostack-img {
	outline: 0px;
	display: block;
	width: 100%;
	height: auto;
	background:none;
	
}

.photostack-back {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	color: #000;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 4px;
	z-index: 1;
	box-shadow: 8px 12px 15px rgba(0,0,0,0.35);
	-webkit-shadow: 8px 12px 15px rgba(0,0,0,0.35);
	-moz-shadow: 8px 12px 15px rgba(0,0,0,0.35);
}

.photostack-back p {
	margin: 0;
}


.photostack-back p span {
	text-decoration: line-through;
}

/* Navigation dots */
.photostack nav {
	position: absolute;
	width: 100%;
	bottom: 60px;
	z-index: 90;
	text-align: center;
	left: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.photostack-start nav {
	opacity: 0;
}
 
.photostack nav span {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	-webkit-text-shadow: 1px 1px 2px black; 
	-moz-text-shadow: 1px 1px 2px black;
	text-shadow: 1px 1px 2px black; 
	-webkit-transition: -webkit-transform 0.6s ease-in-out, background 0.3s;
	transition: transform 0.6s ease-in-out, background 0.3s;
	-webkit-transform: scale(0.48);
	transform: scale(0.48);
	box-shadow: 1px 1px 2px black; 
	-webkit-box-shadow: 1px 1px 2px black; 
	-moz-box-shadow: 1px 1px 2px black;
}

.photostack nav span:last-child {
	margin-right: 0;
}

.photostack nav span::after {
	content: "\e600";
	font-family: 'icons';
	font-size: 80%;
	speak: none;
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 30px;
	color: #fff;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.photostack nav span.current {
	background: #888;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.photostack nav span.current.flip {
	-webkit-transform: scale(1) rotateY(-180deg) translateZ(-1px);
	transform: scale(1) rotateY(-180deg) translateZ(-1px);
	background: #888;
}

.photostack nav span.flippable::after {
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.js .photostack::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	top: 0;
	left: 0;
	z-index: 100;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

.js .photostack-start::before {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.js .photostack::after {
	content: 'View Gallery';
	font-weight: 400;
	position: absolute;
	border: 3px solid #fff;
	text-align: center;
	white-space: nowrap;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	z-index: 101;
}

.js .photostack::before,
.js .photostack::after {
	opacity: 0;
	visibility: hidden;
}

.js .photostack-start::before,
.js .photostack-start:hover::after,
.touch .photostack-start::after  {
	opacity: 1;
	visibility: visible;
}

.photostack-transition figure {
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
}

.photostack-perspective {
	-webkit-perspective: 1800px;
	perspective: 1800px;
}

.photostack-perspective > div,
.photostack-perspective figure {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.photostack-perspective figure,
.photostack-perspective figure div {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.photostack-perspective figure.photostack-flip {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.csstransformspreserve3d figure.photostack-flip .photostack-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	display: block;
}

.no-csstransformspreserve3d figure.photostack-showback .photostack-back {
	display: block;
}

.no-js .photostack figure {
	box-shadow: -2px 2px 0 rgba(0,0,0,0.05);
}

.no-js .photostack figure::after {
	display: none;
}

.no-js .photostack figure:nth-child(3n) {
	-webkit-transform: translateX(-10%) rotate(5deg);
	transform: translateX(-10%) rotate(5deg);
}

.no-js .photostack figure:nth-child(3n-2) {
	-webkit-transform: translateY(10%) rotate(-3deg);
	transform: translateY(10%) rotate(-3deg);
}

#photostack-1 nav span.current {
	background: #888;
	-webkit-transform: scale(0.61);
	transform: scale(0.61);
}


/* iPad2 landscape */
@media screen and (max-width: 1024px) {
.logo {
	margin-top: 10px;
	margin-left: -2px;
	width: 43%;
}

.photostack > div {
	margin-top: -28px;
}

.photostack figure {
	width: 300px;
	height: 500px;
	padding-top: 10px;
	box-shadow: none;
	-webkit-shadow: none;
	-moz-shadow: none;
}

.photostack-img img {
	height: 500px;
	margin-left: 5px;
}

.photostack figcaption h2 {
	font-size: 18px;
	-webkit-margin-before: initial;
    -webkit-margin-after: 10px;
}

.photostack-back {
	margin-top: 25px;
	width: 260px;
	height: 477px;
	color: #000;
	padding: 8px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1.5;
}

th {
	font-size: 12px;
}

td {
	font-size:12px;
}

.photostack nav {
	bottom: 78px;
}

.onderbalk {
	padding-top: 3px;
	font-size: 16px;
	letter-spacing: 7px;
}
}

/* iPad2 portrait */
@media screen and (max-width: 768px) {
.logo {
	margin-top: 10px;
	margin-left: -2px;
	width: 65%;
}

.photostack > div {
	margin-top: -28px;
}

.photostack figure {
	width: 300px;
	height: 445px;
	padding-top: 10px;
	box-shadow: none;
	-webkit-shadow: none;
	-moz-shadow: none;
}

.photostack-img img {
	height: 550px;
	margin-left: 5px;
}

.photostack figcaption h2 {
	font-size: 18px;
	-webkit-margin-before: initial;
    -webkit-margin-after: 10px;
}

.photostack-back {
	margin-top: 19px;
	width: 275px;
	height: 525px;
	color: #000;
	padding: 8px;
	margin-left: 5px;
	font-size: 14px;
	line-height: 1.5;
	box-shadow: none;
	-webkit-shadow: none;
	-moz-shadow: none;
}

th {
	font-size: 14px;
}

td {
	font-size:14px;
}

.photostack nav {
	bottom: 78px;
}
}

/* iPhone6+/7+ landscape */
@media screen and (min-width: 735px) and (max-width: 736px) {
.onderbalk {
	display: none; 
}

.overlay {
	display: initial;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(53,54,47,1);
	z-index: 100000;
	vertical-align: center;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.arrow {
	position: relative;
	margin-top: -35px;
	text-align: center
}

.overlay h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	margin-top: 190px;
	text-align: center;
}

.navexplain {
	display: none; 
}

.navtext {
	display: none; 
}

.navtext p {
	display: none;
}
}

/* iPhone6+/7+ portrait */
@media screen and (max-width: 414px) {
.logo {
	margin-top: 10px;
	width: 60%;
	margin-left: 85px;
}

.photostack > div {
	margin-top: -28px;
}

.photostack figure {
	width: 300px;
	height: 470px;
	padding-top: 10px;
	box-shadow: none;
	-webkit-shadow: none;
	-moz-shadow: none;
}

.photostack-img img {
	height: 470px;
	margin-left: 5px;
}

.photostack figcaption h2 {
	font-size: 16px;
	-webkit-margin-before: initial;
    -webkit-margin-after: 10px;
}

.photostack-back {
	margin-top: 19px;
	width: 240px;
	height: 450px;
	color: #000;
	padding: 8px;
	margin-left: 25px;
	font-size: 12px;
	border-radius: 3px;
	line-height: 1.3;
	box-shadow: none;
	-webkit-shadow: none;
	-moz-shadow: none;
}

th {
	font-size: 12px;
}

td {
	font-size:12px;
}

.photostack nav {
	bottom: 78px;
}

.onderbalk {
	display: none; 
}

.navexplain {
	display: none; 
}

.navtext {
	display: none; 
}

.navtext p {
	display: none;
}
}


/* iPhone6/7 landscape */
@media screen and (min-width: 666px) and (max-width: 667px) {
.onderbalk {
	display: none; 
}

.overlay {
	display: initial;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(53,54,47,1);
	z-index: 100000;
	vertical-align: center;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.arrow {
	position: relative;
	margin-top: -35px;
	text-align: center
}

.overlay h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	margin-top: 170px;
	text-align: center;
}

.navexplain {
	display: none; 
}

.navtext {
	display: none; 
}

.navtext p {
	display: none;
}
}

/* iPhone6/7 portrait */
@media screen and (max-width: 375px) {
.logo {
	margin-top: 10px;
	width: 55%;
	margin-left: 85px;
}

.photostack > div {
	margin-top: -28px;
}

.photostack figure {
	width: 300px;
	height: 445px;
	padding-top: 10px;
	box-shadow: none;
	-webkit-shadow: none;
	-moz-shadow: none;
}

.photostack-img img {
	height: 440px;
	margin-left: 5px;
}

.photostack figcaption h2 {
	font-size: 16px;
	-webkit-margin-before: initial;
    -webkit-margin-after: 10px;
}

.photostack-back {
	margin-top: 19px;
	width: 235px;
	height: 420px;
	color: #000;
	padding: 8px;
	margin-left: 40px;
	font-size: 12px;
	line-height: 1.3;
	box-shadow: none;
	-webkit-shadow: none;
	-moz-shadow: none;
}

th {
	font-size: 12px;
}

td {
	font-size:12px;
}

.photostack nav {
	bottom: 78px;
}

.onderbalk {
	display: none; 
}

.navexplain {
	display: none; 
}

.navtext {
	display: none; 
}

.navtext p {
	display: none;
}
}

/* iPhone5 landscape */
@media screen and (min-width: 567px) and (max-width: 568px) {
.onderbalk {
	display: none; 
}

.overlay {
	display: initial;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(53,54,47,1);
	z-index: 100000;
	vertical-align: center;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.arrow {
	position: relative;
	margin-top: -35px;
	text-align: center
}

.overlay h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	margin-top: 100px;
	text-align: center;
}

.navexplain {
	display: none; 
}

.navtext {
	display: none; 
}

.navtext p {
	display: none;
}
}

/* iPhone4 landscape */
@media screen and (min-width: 479px) and (max-width: 480px) {
.onderbalk {
	display: none; 
}

.overlay {
	display: initial;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(53,54,47,1);
	z-index: 100000;
	vertical-align: center;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.arrow {
	position: relative;
	margin-top: -35px;
	text-align: center
}

.overlay h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	margin-top: 100px;
	text-align: center;
}

.navexplain {
	display: none; 
}

.navtext {
	display: none; 
}

.navtext p {
	display: none;
}
}

/* iPhone5/SE portrait */
@media screen and (max-width: 320px) {
.logo {
	margin-top: 10px;
	width: 110%;
	margin-left: -15px;
}

.photostack > div {
	margin-top: -28px;
}

.photostack figure {
	width: 300px;
	height: 360px;
	padding-top: 10px;
	box-shadow: none;
	-webkit-shadow: none;
	-moz-shadow: none;
}

.photostack-img img {
	height: 340px;
}

.photostack figcaption h2 {
	font-size: 16px;
	-webkit-margin-before: initial;
    -webkit-margin-after: 10px;
}

.photostack-back {
	top: 15px;
	width: 80%;
	height: auto;
	color: #000;
	padding: 8px;
	font-size: 10px;
	margin-left: 30px;
	border-radius: 2px;
	line-height: 1.3;
	box-shadow: none;
	-webkit-shadow: none;
	-moz-shadow: none;
}

th {
	font-size: 10px;
}

td {
	font-size:10px;
}

.photostack nav {
	bottom: 78px;
}

.onderbalk {
	display: none; 
}

.navexplain {
	display: none; 
}

.navtext {
	display: none; 
}

.navtext p {
	display: none;
}
}