/* 	Animations	*/


@keyframes load{
	0%{height:50px;width:50px;margin:0;}
	50%{height:40px;width:40px;margin:5px;opacity:0.4;}
	100%{height:50px;width:50px;margin:0;}
}

.loadcircle{
	animation:load 1s infinite;
	border-radius:100%;
	background:#000;
	display:hidden;
	opacity:0.2;
	height:50px;
	width:50px;
}
.loading .loadcircle{
	display:block;
}

/*	index.php	*/
html,body{
	height:100%;
}
body{
	font-family:serif;
	background:#520;
	cursor:default;
	font-size:16px;
	padding:0;
	margin:0;
}
.hidden{
	display:none!important;
}
.wrap{
	background:#FFF;
	min-height:65%;
}
#main{
	background:#FFF;
	max-width:960px;
	padding:0px 4px;
	overflow:auto;
	margin:auto;
}


/*	header.php	*/
#header{
	position:relative;
	z-index:999;
}
#top{
	text-align:center;
	background:#FFE;
	padding:16px 0;
}
#logo{
	width:180px;
	height:60px;
}
.motto{
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	font-style:italic;
	font-size:16px;
	color:#520;
	margin:8px;
}
#menu{
	border-top:1px solid #520;
	text-align:center;
	background:#631;
	width:100%;
}
#menu ul{
	text-align:left;
	list-style:none;
	max-width:960px;
	padding:0;
	margin:0;
}
#menu ul li{
	display:inline-block;
	position:relative;
	text-align:center;
	font-size:16px;
	width:25%;
}

a.beschikbaarheid{
	border:1px solid rgba(0,0,0,0.3);
	background:rgba(0,0,0,0.3);
	text-decoration:none;
	color:#FFF!important;
	display:inline-block;
	font-family:arial;
	padding:10px 20px;
}
#menu ul li.active,#menu ul li:hover{
	background:#520;
}
#menu ul li div.submenu{
	transition:ease-in-out 0.3s all;
	box-sizing:border-box;
	position:absolute;
	background:#520;
	overflow:hidden;
	z-index:99;
	width:100%;
	opacity:0;
	outline:0;
	height:0;
	top:50px;	
	left:0;
}
#menu ul li:hover div.submenu{
	height:50px;
	opacity:1;
}
div.submenu form{
	background:transparent!important;
	padding:0;
	margin:0;
	border:0;
}
div.submenu input{
	border-right:1px solid rgba(0,0,0,0.3);
	border-left:1px solid rgba(0,0,0,0.3);
	font-family:sans-serif!important;
	font-size:13.3333px!important;
	box-sizing:border-box;
	outline:0px solid;
	border-bottom:0;
	border-top:0;
	padding:10px!important;
	height:100%;
	width:100%;
	margin:0;
}
#menu ul li a{
	text-shadow:0 1px 0 rgba(0,0,0,0.4);
	text-transform:capitalize;
	text-decoration:none;
	display:inline-block;
	padding:16px 0;
	color:#FFF;
	width:100%;
}
.searchButton{
	background:url(../images/search.png);
	background-size:100%;
	display:inline-block;
	position:absolute;
	cursor:pointer;
	float:right;
	height:32px;
	width:32px;
	right:5px;
	z-index:9;
	top:9px;
}
.smallsearch{
	transition:ease-in-out all 0.3s;
	box-sizing:border-box;
	position:absolute;
	font-family:serif;
	padding:5px 0;
	font-size:16px;
	height:100%;
	outline:0;
	margin:0;
	border:0;
	width:0%;
	right:0;
	top:0;
}
.smallsearch:focus{
	padding:5px 20px;
	width:100%;
}

.subfilters{
    overflow-x:hidden;
    overflow-y:auto;
	background:#520;
    text-align:left;
    padding:2px;
    clear:both;
}
.subfilter{
	padding:10px 10px 10px 0;
	box-sizing:border-box;
	border:2px solid #520;
	display:inline-block;
	font-style:normal;
	background:#631;
	text-indent:5px;
	cursor:default;
	font-size:14px;
	color:#FFF;
}
.subfilter .back{
	display:inline-block;
	line-height:24px;
	height:20px;
}
.subfilter input[type=radio]{
	margin-right:10px;
}

/*	Basic configurations	*/

.error{
	border:1px solid #EDD;
	background:#FEE;
	padding:8px;
	margin:8px;
}

.clear{
	clear:both;
}

a{
	color:#000;
}

h1,h2,h3,h4,h5,h6{
	font-family:sans-serif;
	border-left:4px solid;
	margin:8px 4px;
	padding:0 16px;
	color:#520;
}
.gastenboek h2{
	margin:8px 0!important;
}
h1{font-size:32px;}
h2{font-size:28px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:14px;}
h6{font-size:10px;}

form{
	padding:0;
	margin:0;
}
/*	Slideshow		*/
.slidewrap{
	background:rgba(0,0,0,0.2);
	padding:4px 0;
}
#slideshow{
	box-sizing:border-box;
	max-width:960px; 
	overflow:hidden;
	display:block;
	width:100%;
}
#slideshow > div{
	transition:ease-in-out all 0.5s;
	position:relative;
	width:3840px;
	left:0px;
}
.slideshowbutton{
	background:url(../images/buttons.png);
	display:inline-block;
	background-size:200%;
	height:36px;
	width:36px;
}
.slideshowbutton:active,.slideshowbutton.active{
	background-position:-100% 0!important;
}
#slideshow.show12>div{left:-0%;}
/*#slideshow.show23>div{left:-50%;}*/
#slideshow.show34>div{left:-100%;}
/*#slideshow.show45>div{left:-150%;}*/
#slideshow.show56>div{left:-200%;}
/*#slideshow.show67>div{left:-250%;}*/
#slideshow.show78>div{left:-300%;}
/*#slideshow.show89>div{left:-300%;}*/

#slideshow .item{
	max-width:12.5%;
	padding:0;
	width:50%;
	border:0;
	margin:0;
}

/*	Item template	*/

.item{
	border:4px solid #FFF;
	box-sizing:border-box;
	display:inline-block;
	position:relative;
	margin-bottom:4px;
	max-width:240px;
	background:#631;
	overflow:hidden;
	text-align:left;
	border-top:0;
	padding:1px;
	float:left;
	width:25%;
}
.unavailable:after{
	text-shadow:0 2px 0 rgba(0,0,0,0.3);
	content:"Niet beschikbaar";
	pointer-events:none;
	text-align:center;
	position:absolute;
	font-family:arial;
	line-height:150px;
	font-weight:bold;
	font-size:20px;
	width:100%;
	color:#F00;
	left:0;
	top:0;
}
.unavailable:hover:after{
	opacity:0.1;
}
.viewwrap .unavailable:after{
	font-size:40px!important;
	line-height:300px;
}
.item .actions{
	transition:ease-in-out all 0.2s;
	background:rgba(0,0,0,0.2);
	position:absolute;
	padding:4px 8px;
	z-index:999;
	opacity:0;
	width:12%;
	bottom:0;
	right:0;
}
.item .itemname{
	transition:ease-in-out all 0.2s;
	background:rgba(0,0,0,0.6);
	box-sizing:border-box;
	position:absolute;
	font-family:arial;
	font-size:14px;
	display:block;
	padding:5px;
	width:100%;
	color:#FFF;
	opacity:1;
	bottom:0;
	left:0;
}
.item:hover .actions{
	opacity:1;
}
.item:hover .itemname{
	opacity:0;
}
.item .actions img{
	padding:4px 0;
}

.item img{
	display:block;
	width:100%;
	margin:0;
}

/*	Search form		*/
.edit img{
	max-width:100%;
}
.note,.collectie form,.edit form{
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	border:1px solid #EED;
	text-align:center;
	font-style:italic;
	padding:16px 8px;
	background:#FFE;
	margin:8px 4px;
	color:#631;
}
.collectie form{
	text-align:center;
	padding:8px;
}
.collectie form .input{
	padding:0 208px 0 16px;
	box-sizing:border-box;
	font-family:serif;
	font-weight:bold;
	line-height:40px;
	background:#FFF;
	font-size:24px;
	display:block;
	float:left;
	color:#520;
	width:100%;
	outline:0;
	border:0;
}
.collectie form select,.collectie form .button{
	box-sizing:border-box;
	font-family:serif;
	background:#631;
	display:block;
	float:left;
	color:#FFF;
	outline:0;
	border:0;
}
.collectie form .button{
	background:#631 url(../images/magnifier.png) no-repeat center center;
	background-size:100%;
	margin-left:-40px;
	font-size:0px;
	height:40px;
	width:40px;
}
.collectie form select{
	margin-left:-200px;
	padding:0 10px;
	height:40px;
	width:160px;
}
.pagecontrol{
	position:relative;
	text-align:center;
	height:40px;
	clear:both;
}
.update{
	display:inline-block;
	margin-left:-100px;
	position:absolute;
	line-height:20px;
	text-align:left;
	height:40px;
	width:200px;
	left:50%;
}
#update{
	margin:0 10px 0 0;
	padding:0;
}
.movepage,.update{
	box-sizing:border-box;
	position:absolute;
	background:#631;
	padding:10px;
	height:100%;
	color:#FFF;
	top:0;
}
.movepage.next{
	right:0px;
}
.movepage.previous{
	left:0px;
}

#posts{
	margin:4px;
}
.post{
	box-sizing:border-box;
	border:1px solid #EED;
	word-wrap:break-word;
	margin:4px 0 0 0;
	overflow:hidden;
	background:#FFE;
	display:block;
	padding:8px;
	color:#631;
	width:50%;
}
#formwrap{
	float:right;
	width:50%;
}
.extraspace{
	box-sizing:border-box;
	padding:0 4px 0 8px;
}
.contactdev form,
.contact form,
.gastenboek form,
.add form{
	box-sizing:border-box;
	border:1px solid #EED;
	display:inline-block;
	margin:8px 0 4px 0;
	background:#FFE;
	padding:8px;
	width:100%;
	color:#631;
}
.contactdev form input,.contactdev form textarea,
.contact form input,.contact form textarea,
.gastenboek form input,.gastenboek form textarea,
.add form input,.add form textarea{
	box-sizing:border-box;
	font-family:serif;
	margin:8px 0 0 0;
	font-size:16px;
	display:block;
	width:100%;
	padding:0;
	margin:0;
}
.contactdev form textarea,
.contact form textarea,
.gastenboek form textarea,
.add form textarea{
	margin:8px 0 0 0;
	min-height:200px;
	resize:vertical;
	padding:8px;
	border:0;
	border-top:1px solid #631;
}
.contactdev form .input,
.contact form .input,
.gastenboek form .input,
.add form .input{
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	box-sizing:border-box;
	font-family:serif;
	font-weight:bold;
	line-height:40px;
	background:#FFF;
	font-size:24px;
	padding:0 8px;
	margin:8px 0;
	color:#520;
	outline:0;
	border:0;
	border-top:1px solid #631;
	border-bottom:1px solid #631;
}
.contactdev form .button,
.contact form .button,
.gastenboek form .button,
.add form .button{
	text-shadow:0 1px 0 rgba(0,0,0,0.4);
	font-weight:bold;
	background:#631;
	font-size:24px;
	height:40px;
	color:#FFF;
	border:0;
}
.post{
	position:relative;
}
.post .name{
	text-shadow:0 1px 0 rgba(0,0,0,0.2);
	padding:4px 4px 8px 4px;
	display:inline-block;
	font-weight:bold;
}
.post .message{
	clear:both;
}
.post .timestamp{
	color:rgba(0,0,0,0.2);
	font-family:arial;
	font-size:14px;
	float:right;
}


.letter{
	text-transform:uppercase;
	display:inline-block;
	line-height:24px;
	width:24px;	
}
.letter.active{
	background:#631;
	color:#FFF;
}

/*	Footer	*/

#footer{
	text-shadow:0 1px 0 rgba(0,0,0,0.4);
	box-shadow:inset 0 15px 20px -20px #000;
	border-top:1px solid #410;
	box-sizing:border-box;
	text-align:center;
	padding:32px;
	color:#FFF;
	clear:both;
}
.view .item{
	display:inline-block;
	max-width:800px;
	float:none;
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
.view .item img{
	vertical-align:bottom;
	display:block;
}
.view #main{
	text-align:center;
	max-width:100%;
	padding:0;
}
.view .likethis{
	background:rgba(0,0,0,0.2);
	box-sizing:border-box;
	padding:5px 0 0 0;
	overflow-y:hidden;
	overflow-x:auto;
	max-width:800px;
}
.view #likethis{
	width:10000px;
}
.view .likethis .item{
	max-width:200px;
}
.viewwrap{
	background:#520;
	padding:4px 0 0 0;
	width:100%;
}
.contact .item,
.contactdev .item{
	margin:8px 0 0 0;
	max-width:480px;
	float:none;
	width:100%;
}

#confirm{
	border:1px solid #631;
	box-sizing:border-box;
	margin-left:-100px;
	text-align:center;
	background:#FFE;
	position:fixed;
	z-index:9999;
	padding:10px;
	width:200px;
	left:50%;
	bottom:0;
}
.contactlink{
	color:#FFF;
	font-size:12px;
}
.links{
	list-style:none;
	padding:0;
	margin:0;
}
.links li{
	position:relative;
	line-height:24px;
}
.links li input{
	position:absolute;
	right:0;
}