*{
	margin:0;
	padding:0;
}
html,body{
	min-height:100%;
}
body{
	font-family: Helvetica, Arial, sans-serif;
	background: #232426;
	line-height:20px;
	color:#474849;
}
span, p{
	font-family: Helvetica, Arial, sans-serif;
}
ul,li{
	list-style:none;
}
.content-page a{
	text-decoration:none;
	color:#000;
	border-bottom: 1px dotted #000;
}
img{
	border:none;
}
.fix{
	height:1px;
	clear:both;
	display:block;
}
.wrapper{
	position:relative;
	z-index:2;
}
.background-slider{
	position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.header{
	width:100%;
	height:auto;
}
	.logo{
		background-image: url(../img/basfransenfotografie.png);
		background-repeat: no-repeat;
		margin:0 auto;
	}
		.back-to-home{
			display:block;
			width:100%;
			height:100%;
			text-decoration:none;
		}
.navigation{
	width:100%;
	min-height:94px;
	opacity:0.92;
}
	.main-navigation{
		background: url(../img/nav_bg_main_light.png);
		width:100%;
	}
		.main-navigation-buttons{
		}
			.main-navigation-buttons ul{
			}
				.main-navigation-buttons ul li{
					float:left;
				}
					.main-navigation-buttons ul li a:before{
						content:"";
						position:absolute;
						display:block;
						z-index:1;
						background: url(../img/nav_bg_main_devider.png);
						width:1px;
						height:84px;
					}
					.main-navigation-buttons ul li a{
						line-height:84px;
						height:84px;
						font-size:22px;
						text-transform:uppercase;
						text-decoration:none;
						display:block;
						color:black;
						text-align:center;
						width:auto;
					}
					.main-navigation-buttons ul li a.selected:before,
					.main-navigation-buttons ul li a:hover:before{
						background:none;
					}
					.main-navigation-buttons ul li a.selected,
					.main-navigation-buttons ul li a:hover{
						color:white;
						background: url(../img/nav_bg_main_dark.png) repeat-x;
					}
	.sub-navigation{
		background: url(../img/nav_bg_sub_dark.png) repeat-x;
		height:10px;
		width:100%;
		overflow:hidden;
	}
		.sub-navigation-buttons{
			display:none;
		}
			.sub-navigation-buttons ul{
			}
				.sub-navigation-buttons ul li{
					float:left;
				}
					.sub-navigation-buttons ul li a:before{
						content:"";
						position:absolute;
						display:block;
						z-index:1;
						background: url(../img/nav_bg_sub_devider.png);
						width:1px;
						height:50px;
					}
					.sub-navigation-buttons ul li a{
						line-height:50px;
						height:50px;
						font-size:12px;
						text-transform:uppercase;
						text-decoration:none;
						display:block;
						color:white;
						text-align:center;
						width:auto;
					}
					.sub-navigation-buttons ul li a.selected:before,
					.sub-navigation-buttons ul li a:hover:before{
						background:none;
					}
					.sub-navigation-buttons ul li a.selected,
					.sub-navigation-buttons ul li a:hover{
						color:black;
						background: url(../img/nav_bg_sub_light.png) repeat-x;
					}
		.sub-navigation-visible{
			height:50px;
		}
			.sub-navigation-visible .sub-navigation-buttons{
				display:block;
			}
	.controls{
		display:none;
		height:40px;
		width:40px;
		cursor:pointer;
	}
		.exit-fullscreen{
			position:absolute;
			top:10px;
			right:10px;
			background: url(../img/slide_arrow_close.png) center center no-repeat;
		}
		.next-image{
			position:absolute;
			top:50%;
			right:10px;
			z-index:100;
			background: url(../img/slide_arrow_next.png) center center no-repeat;
		}
		.prev-image{
			position:absolute;
			top:50%;
			left:10px;
			z-index:100;
			background: url(../img/slide_arrow_prev.png) center center no-repeat;
		}
	.content{
		width:100%;
	}
		.content-page{
			padding:20px;
			background:#e5e5e5;
			border-bottom-right-radius: 4px;
			border-bottom-left-radius: 4px;
			margin-bottom:30px;
		}
.shadow {
	-moz-box-shadow:  0px 0px 10px #222;
	-webkit-box-shadow: 0px 0px 10px #222;
	box-shadow: 0px 0px 10px #222;
}
/* Content page */
.text{
	font-size:14px;
	margin:0 0 30px 0;
}
	.header-text{
		border-bottom:1px solid #474849;
		position:relative;
		padding:0 0 10px 0;
		margin:0 0 10px 0;
	}
		h1{
			font-size:22px;
			line-height:36px;
			font-weight:normal;
		}
		.brons{
			color:#90785c;
		}
		.zilver{
			color:#8a97a7;
		}
		.goud{
			color:#a29013;
		}
		.header-small{
			position:absolute;
			right:0px;
			font-size:12px;
			top:12px;
		}
	.fotoshoot-extra{
		font-size:12px;
		font-style:italic;
		line-height:18px;
	}
span.name{
	vertical-align:top;
	display:inline-block;
}
span.value{
	vertical-align:top;
	display:inline-block;
}
.error{
	color:#C00;
}
.succes{
	color:#6C0;
}
.form-field{
	display:block;
	margin:5px 0;
}
	.form-field label{
		display:inline-block;
	}
	.form-field input{
		display:block;
		width:250px;
		height: 30px;
		line-height:30px;
		padding:0 5px;
		border-radius:5px;
		border:1px solid #ccc;
		font-size:14px;
	}
	.form-field textarea{
		display:block;
		border-radius:5px;
		border:1px solid #ccc;
		line-height:30px;
		padding:0 5px;
		font-size:14px;
	}
		.form-field textarea.red,
		.form-field input.red{
			border:1px solid #C00;
		}
	.form-field .error{
		display:none;
	}
		.form-field .error.visible{
			display:inline-block;
		}
	.form-field .bericht{
		clear:left;
		width:250px;
		height:80px;
	}
	.form-field .submit{
		width:100px;
		height:30px;
		line-height:30px;
		color:white;
		border:none;
		border-radius:0px;
		background: #474849;
		font-size:12px;
		cursor:pointer;
		-webkit-appearance:none;
	}
.page-referenties img{
	margin:10px 0;
}
.content-page.page-fotoshoot{
	background:none;
	margin-left:0;
	float:none;
	width:auto;
}
	.page-fotoshoot .text{
		background: #e6e6e6;
		-moz-box-shadow:  0px 0px 10px #222;
		-webkit-box-shadow: 0px 0px 10px #222;
		box-shadow: 0px 0px 10px #222;
	}
	.text ul li{
		margin: 30px 0 30px 0px;
		padding:0 0 0 30px;
		height:24px;
	}
	li.brons-1{
		background:url(../img/icon/brons-1.png) no-repeat;
	}
	li.brons-2{
		background:url(../img/icon/brons-2.png) no-repeat;
	}
	li.brons-3{
		background:url(../img/icon/brons-3.png) no-repeat;
	}
	li.zilver-1{
		background:url(../img/icon/zilver-1.png) no-repeat;
	}
	li.zilver-2{
		background:url(../img/icon/zilver-2.png) no-repeat;
	}
	li.zilver-3{
		background:url(../img/icon/zilver-3.png) no-repeat;
	}
	li.goud-1{
		background:url(../img/icon/goud-1.png) no-repeat;
	}
	li.goud-2{
		background:url(../img/icon/goud-2.png) no-repeat;
	}
	li.goud-3{
		background:url(../img/icon/goud-3.png) no-repeat;
	}
.content-page.page-portfolio{
	background:none;
}
	.portfolio-item{
		width:300px;
		display:inline-block;
		margin: 0 20px 30px 10px;
	}
		.item-thumb{
			border:2px solid #e6e6e6;
			height:280px;
			height:170px;
			overflow:hidden;
			cursor:pointer;
		}
			.item-thumb a{
				border:none;
				display:block;
				width:296px;
				height:190px;
			}
				.item-thumb a img{
					display:block;
					width:296px;
				}
		.item-info{
			height:30px;
			line-height:30px;
			font-size:12px;
			background: #e6e6e6;
		}
			.item-title{
				display:inline-block;
				width:205px;
				padding:0 0 0 10px;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}
				.item-title a{
					line-height:30px;
					color:#3b3b3b;
					border:none;
				}
			.item-date{
				text-align:right;
				padding:0 10px 0 0;
				display:inline-block;
				width:70px;
				color:#8e8e8e;
				float:right;
			}
	.gd-container.portfolio-buttons-sub{
		display:none;
	}
	.portfolio-item-title,
	.portfolio-item-date,
	.portfolio-back a{
		line-height: 50px;
		height: 50px;
		font-size: 12px;
		text-transform: uppercase;
		text-decoration: none;
		display: inline-block;
		color:white;
	}
	.portfolio-item-title{
		width:765px;
		text-align:right;
	}
	.portfolio-item-date{
		color:#8e8e8e;
		padding:0 0 0 30px;
	}
	.portfolio-back{
		display:inline-block;
	}
	.portfolio-back a{
		padding:0 30px 0 50px;
		background:url(../img/nav_arrow_back.png) 20px 19px no-repeat;
	}
	ul.refferenties{

	}
	.refferenties a{
		display:block;
		text-decoration:none;
		border:none;
	}
	ul.refferenties li{
		height:auto;
		vertical-align: top;
		padding:0 20px 0 0;
		margin:0;
	}
/* admin */
.settings_overlay{
	top:10px;
	display:none;
	z-index: 2;
	position: absolute;
	width: 700px;
	left: 50%;
	margin: 10px 0 0 -370px;
	padding: 20px;
	background: white;
	border-radius: 5px;
}
div.logout-btn{
	position: absolute;
	top: 25px;
	margin-left: 360px;
}
div.settings-btn{
	position: absolute;
	top: 25px;
	margin-left: 460px;
}
	.settings-btn a,
	.logout-btn a{
		color: 	white;
		text-decoration: none;
	}
div.settings_del,
div.settings-close-btn{
	width:30px;
	height:30px;
	position:absolute;
	top:-10px;
	right:-10px;
	background: url('../img/slide_arrow_close.png') center center no-repeat;
}
	.settings_del a,
	a.settings-close-btn{
		display:block;
		width:30px;
		height:30px;
	}
.img_list_row{
	position:relative;
	width:150px;
	float:left;
	margin:12px;
}
.item-thumb.login a,
.img_list_handle{
	cursor:move;
}
.uploadify{
	clear:both;
	height: 30px;
	line-height: 30px;
	color: white;
	background: #474849;
	font-size: 12px;
	text-align:center;
}
.add_photo_settings{
	clear:both;
}
.edit-buttons a,
.edit-buttons{
	line-height:30px;
	color:white;
	font-size:12px;
}
input[type="radio"]{
	display:inline-block;
	height:30px;
	width:20px;
}
label[for="fevent"],
label[for="fshoot"]{
	height:30px;
	line-height:30px;
	vertical-align:top;
	margin:0 20px 0 0;
}
@media screen and (max-width:767px){
	/* iPhone */
	.main-navigation{
		height:168px;
	}
	.main-navigation-buttons ul li{
		width:50%;
	}
	.sub-navigation-buttons ul li{
		width:50%;
	}
	.sub-navigation{
		background-repeat:repeat;
	}
	.sub-navigation-visible{
		height:100px;
	}
	.logo{
		width:235px;
		background-size:210px 17px;
		background-position:10px 10px;
		height:37px;
	}
	.contact-left{
		width: 100%;
		margin:0 0 30px 0;
	}
	.contact-right{
		width:100%;
	}
	.content-page.page-portfolio{
		padding:20px 10px;
	}
	.portfolio-item{
		margin: 0 0 30px 0;
	}
	.content-page.page-fotoshoot{
		padding:0px;
		width:auto;
	}
	.page-fotoshoot .text{
		padding:20px;
		margin:0 0 20px 0;
		width:auto;
		float:none;
	}
	.portfolio-back{
		display:block;
	}
	.portfolio-item-title{
		margin:0 0 0 20px;
	}
}
@media screen and (max-width:1023px){
	/* iPhone and iPad portrait*/
	.gd-container{
		width:100%;
	}
	.content-page{
		width:auto;
	}
	span.name{
		width:35%;
	}
	span.value{
		width:61%;
	}
	.content-page.page-portfolio{
		width:auto;
	}
	.portfolio-item-title{
		width:auto;
	}
}
@media screen and (min-width:768px){
	/* iPad portrait and landscape */
	.main-navigation{
		height:84px;
	}
	.main-navigation-buttons ul li{
		width:25%;
	}
	.sub-navigation-buttons ul{
		float:right;
		width:60%;
		display:block;
	}
	.sub-navigation-buttons ul li{
		width:49.9%;
	}
	.logo{
		width:380px;
		height:60px;
		background-position: 20px center;
	}
	.content-page{
		width:569px;
		float:right;
	}
	.contact-left{
		width: 370px;
		float:left;
		margin:0 20px 0 0;
	}
	.contact-right{
		width: 179px;
		float:left;
	}
	.page-fotoshoot .text{
		padding:20px;
		margin: 0 10px 20px 10px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	/* iPad portrait */
}
@media screen and (min-width:1024px){
	/* iPad landscape */
	.gd-container{
		margin:0 auto;
		width:1024px;
		overflow-x: hidden;
	}
	.main-navigation-buttons ul:after{
		content:"";
		position:absolute;
		display:block;
		z-index:1;
		background: url(../img/nav_bg_main_devider.png);
		width:1px;
		height:84px;
		margin:0 0 0 1023px;
	}
	.sub-navigation-buttons ul:after{
		content:"";
		position:absolute;
		display:block;
		z-index:1;
		background: url(../img/nav_bg_sub_devider.png);
		width:1px;
		height:50px;
		margin:0 0 0 612px;
	}
	.content-page{
		margin-left:415px;
		width:569px;
	}
	span.name{
		width:200px;
	}
	span.value{
		width:340px;
	}
	.content-page.page-portfolio{
		width:100%;
		float:none;
		margin-left:auto;
	}
}

.uploadifive-button {
	float: left;
	margin-right: 10px;
}
#queue {
	border: 1px solid #E5E5E5;
	height: 177px;
	overflow: auto;
	margin-bottom: 10px;
	padding: 0 3px 3px;
	width: 300px;
}
