
@media screen and (min-width: 0px)  {

	html{
		margin:0 auto;
		background-color:#ffffff;
		color:#1b1c1e;
		font-family: 'Roboto', sans-serif;
		margin:0px;
		padding:0px;
		position:relative;
	}

	.modal {
		display:    none;
		position:   fixed;
		z-index:    1000;
		top:        0;
		left:       0;
		height:     100%;
		width:      100%;
		background: rgba( 255, 255, 255, .8 )
		            url('http://i.stack.imgur.com/FhHRx.gif')
		            50% 50%
		            no-repeat;
		opacity: 0.80;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
		filter: alpha(opacity = 80)
	}

	body.loading {
	    overflow: hidden;
	}

	body.loading .modal {
	    display: block;
	}


	input,textarea{
		border:1px solid #1b1c1e;
		border-radius:5px;
		padding:10px 5px;
	}

	label{
		font-family: 'Anton', sans-serif;
		text-transform: uppercase;
	}
	
	
	textarea{
		font-family:inherit;
		font-size:0.8em:
	}

	.auto_select input, .auto_select textarea{
		padding:5px;
		border-radius:5px;
		border:1px solid #c9c9c9;
	}

	.auto_select .frm_focus{

	}

	.auto_select .button, .button{
		width:auto;
		cursor:pointer;
		-webkit-appearance: none;
		border-radius:5px;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
        outline:none;
		font-family: 'Anton', sans-serif;
		color:#ffffff;
		background-color:#1b1c1e;
		border:1px solid #ffffff;
		padding:10px 20px;
		text-transform: uppercase;
		font-size:1.1em;
	}

	.button:hover{
		opacity: 0.8;
		outline:none;
	}

	.button:active{
		position:relative;
		top:1px;
		outline:none;
	}

	#popup-content{

		min-width:140px;
		
		border-radius:5px ;
		opacity: 0;
   	 	transform: translateY(-50px);
    	transition: all .3s;

	}

	.fancybox-container a, .fancybox-controls, .fancybox-buttons , .fancybox-button--close{
		outline: none;
	}

	.fancybox-slide--complete #popup-content {
		opacity: 1;
		transform: translateY(0);
	}

	.btn-popup {
		display: inline-block;
		text-align:right;
		float:right;
		border:0px;
		background-color:#ad2100;
		border-radius:12px;
		color:#ffffff;
		padding:8px 15px;
		font-size:10px;
		outline:none;

	}



	.frmerror{
		border:1px solid #ff0000;
	}


	.formfeedback{
		color:#ff0000;
		font-style:italic;
	}



	.point{
		cursor:pointer;
	}


	a{
		outline: none;
		text-decoration:underline;
		color:#5E5E5E;
	}


	p, ul, ol{
		line-height:1.7em;
		margin-bottom:20px;
	}

	
	

	h1,h2,h3,h4{
		margin-bottom:30px;
		font-family: 'Anton', sans-serif;
		color:#254d7e;
		text-transform: uppercase;
	}

	h1{
		font-size:1.9em;
		margin-bottom:40px;
	}

	h2{
		font-size:1.6em;
	}

	h3{
		font-size:1.3em;
	}

	strong{
		font-weight:bold;
	}

	small{
		font-size:0.8em;
	}

	em{
		font-style:italic;
	}


	ul, ol{
		list-style-type:disc;
		position:relative;
		margin-left:20px;
	}

	ol{
		list-style-type:decimal;
	}

	li{

	}


	.clear{
		clear:both;
	    height:0;
	    font-size: 1px;
	    line-height: 0px;
	}

	#cookiebanner{
		height:50px;
		position:fixed;
		color:#ffffff;
		width:100%;
		left:0px;
		top:0px;
		z-index:9997;
		-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);

	}
	
	
	#cookiebanner-background{
		height:50px;
		width:100%;
		position:absolute;
		top:0px;
		left:0px;
		background-color:#000000;
		opacity: 0.7;
    	filter: alpha(opacity=70);
		z-index:9998;
			
	}
	
	
	#cookiebanner a{
		color:inherit;
	}

	#cookiebanner #cookiebanner-tekst{
		position:absolute;
		top:17px;
		left:10px;
		font-size:14px;
		z-index:9999;
		color:#ffffff;
	}

	#cookiebanner-accept{
		width:auto;
		position:absolute;
		top:11px;
		right:15px;
		z-index:9999;
		color:#ffffff;
	}

	#cookiebanner-accept button{
		width:auto;
		cursor:pointer;
		-webkit-appearance: none;
		border:0px;
		background-color:#ad2100;
		color:#ffffff;
		font-size:11px;
		border-radius:10px;
		font-size:12px;
		padding:5px;
	}
	#cookiebanner-accept button:hover{
		background-color:#d72900;
	}

	#trigger-nav{
		background-color:#1b1c1e;
    	color:#ffffff;
    	-webkit-transition: .5s ease-in-out;
	 	 -moz-transition: .5s ease-in-out;
	  	-o-transition: .5s ease-in-out;
	  	transition: .5s ease-in-out;
	  	cursor:pointer;
	  	width:auto;
	  	height:27px;
	  	font-size:1.7em;
	  	padding:8px;
	  	position:absolute;
	  	top:0px;
	  	right:0px;
	  	z-index:901;
	}

	#trigger-nav:hover{
		background-color:#294b7b;
	}

	#nav-icon{
		width: 30px;
		height: 10px;
		position: relative;
		margin: 3px auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display:inline-block;
		vertical-align:top;
	}

	#nav-icon span{
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #ffffff;
		border-radius: 4px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#nav-icon span:nth-child(1) {
	  top: 0px;
	}

	#nav-icon span:nth-child(2) {
	  top: 8px;
	}

	#nav-icon span:nth-child(3) {
	  top: 16px;
	}

	#nav-icon.open span:nth-child(1) {
	  top: 8px;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
	}

	#nav-icon.open span:nth-child(2) {
	  opacity: 0;
	  left: -60px;
	}

	#nav-icon.open span:nth-child(3) {
	  top: 8px;
	  -webkit-transform: rotate(-135deg);
	  -moz-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
	
	
	header{
		background-image: url("../img/header.jpg");
		text-align:center;
		
	}
	
	nav{
		position:absolute;
		color:#ffffff;
		text-transform: uppercase;
	}
	
	#header-tekst{
		text-transform: uppercase;
		margin-top:20px;
		font-size:1.05em;
		letter-spacing: -0.05em;
		line-height:1.8em;
	}
	
	.nav-item-icon{
		display:inline-block;
	}
	
	#inner-nav{
		padding:20px;	
	}
	
	.nav-item{
		margin-bottom:15px;
	}
	
	.nav-item a{
		color:#ffffff;
		text-decoration: none;
		 -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
        outline:none;
	}
	
	
	.nav-item-icon{
		 -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
	}
	
	.nav-item:hover a{
		opacity: 0.7;
	}
	
	.nav-item-icon:hover{
		opacity: 0.7;
	}
	
	main{
		font-weight:lighter;
		padding:60px 0px;
		background-color:#ffffff;
	}
	
	.inner{
		font-size:1.1em;
		width:90%;
		margin:0 auto;
		max-width:1000px;
		text-align:center;
		background-color:#ffffff;
	}
	
	#inner-privacy{
		text-align:left;
	}
	
	
	.pagecta{
		margin-top:50px;
	}
	
	.pagecta .button{
		width:200px;
		margin:10px;
	}
	

	#subgalerij{
		height:600px;
		position:relative;
	}
	
	#subgalerijbackground{
		height:600px;
	}
	
	#subgalerijcta{
		position:absolute;
		top:0px;
		right:0px;
		background-image:url("../img/galerij-background.png");
		background-position:bottom left;
		height:inherit;
		width:500px;
	}
	
	#subgalerijcta-inner{
		color:#ffffff;
		padding:40px;
		width:300px;
		position: absolute;
		top:80px;
		right:20px;	
		text-align:right;
	}
	
	#subgalerijcta-inner .button{
		margin-top:80px;
	}
	
	#subgalerijcta-inner h1{
		color:#ffffff;
		font-size:2em;
		line-height:2em;
	
	}
	
	
	
	#subcontact{
		font-weight:lighter;
		padding:60px 0px;
		background-color:#ffffff;
	}
	
	#subcontact label{
		display:block;
		margin-bottom:5px;
	}
	
	#subcontact input, #subcontact textarea  {
		width:80%;
		text-align: center;
		max-width: 800px;
		margin-bottom:40px;
	}
	
	
	#subcontact input, #subcontact textarea  {
		width:80%;
		text-align: center;
		max-width: 800px;
		margin-bottom:40px;
	}
	
	#lbl-voorwaarden{
		font-family: "roboto";
			text-transform: none;
	}	
	
	#subcontact #frm-contact-privacy {
		width:auto;

	}
	
	#subcontact .button{
		width:200px;
		margin:10px;
	}
	
	footer{
		color:#ffffff;
		background-color:#1b1c1e;
		padding:50px;
	}
	
	

	
	.footer-part h2, .footer-part a{
		color:#ffffff;
	}

	.galerij-overzicht-item, .galerij-item{
		display:inline-block;
		width:250px;
		height:250px;
		margin:30px;
		position: relative;
		overflow: hidden;
		cursor:pointer;

	}
	
	.galerij-overzicht-item img, .galerij-item img{
		width:250px;
		height:auto;
        outline:none;
		 -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -ms-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
		-webkit-transform: scale(1);
		transform: scale(1);
		
		opacity:0.9;
	}
	
	
	
	.galerij-overzicht-item figcaption,.galerij-item figcaption{
		position:absolute;
		top:120px;
		text-align:center;
		width:100%;	
		font-family: 'Anton', sans-serif;
		display:block;
		text-transform: uppercase;
	}
	
	

	.galerij-overzicht-item:hover figcaption, .galerij-item:hover figcaption{
		/*display:block;*/
	}
	
	.galerij-overzicht-item:hover img, .galerij-item:hover  img{

		opacity:0.6;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	
	.galerij-overzicht-item:hover .magnifie{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	.galerij-overzicht-item:active img, .galerij-item:active img{

		opacity:0.6;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	h1.headerwithsub{
		margin-bottom:10px;
	}
	
	

	
}





@media screen and (max-width: 1100px)  {		/* DIT IS VOOR DE MOBIELE BROWSERS */
	#cookiebanner{
		height:100px;
	}

	#cookiebanner-accept{
		top:55px;
		left:10px;
	}

	nav{
		display:none;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		background-color:#1b1c1e;
		z-index:900;
		padding:20px 0px;
		text-align:center;
	}

	.nav-item{
		text-align:center;
		width:80%;
		margin:0 auto;
		color:#ffffff;
		padding:0px;
	}

	.home-list{
		text-align:center;
	}

	.home-list ul{
		left:0px;
		list-style-type:none;
	}


	header{
		height:400px;
	}
	
	
	
	#header-logo {
		
	}
	
	#header-logo img{
		margin-top:80px;
		width:80%;
		max-width:500px;
		height:auto;
	}
	
	#header-tekst{
		width:90%;
		margin:50px auto 0 auto;
	}
	
	
	.nav-item{
		margin-bottom:40px;
		font-size:1.1em;
	}
	
	.nav-item-icon{
		margin:10px;
	}
	
	footer{
		color:#ffffff;
		background-color:#1b1c1e;
		padding:20px;
		text-align:center;
	}
	
	.footer-part{
		margin-bottom:40px;
	}


	#subgalerij{
		height:auto;
		min-height:350px;

	}
	
	.hideimage{
		display:none; !important
	}
	
	.firstimage{
		width:100%;
		height:auto;
	}
	
	#subgalerijcta{
		display:none;	
	}
	
	
	#subgalerijbackground{
		height:auto;
		min-height:350px;
	}
	
}




@media screen and (min-width: 1100px)  {		/* DIT IS VOOR DE STANDAARD BROWSERS */
	#trigger-nav{
		display:none;
	}
	
	header{
		height:400px;
	}
	
	#header-tekst{
		font-size:1.1em;
		max-width:500px;
		width:auto;
		margin:0 auto;

	}
	
	#header-logo img{
		margin-top:80px;
		width:500px;
		height:auto;
	}
	
	nav{
		background-image: url("../img/nav-background.png");
		background-position: bottom right;
		background-repeat:no-repeat;
		height:400px;
		width:300px;
	}
	
	
	#inner-nav{
		padding:50px 0px 0px 30px;
	}
	
	
	.nav-item{
		margin-bottom:25px;
	}
	
	#nav-icons{
		margin-top:90px;
	}
	

	.nav-item-icon{
		margin:0px 5px 0px 0px;
	}
	
	.nav-item-icon img{
		width:50px;
		height:auto;
	}
	
	.footer-part{
		float:left;
		vertical-align: top;
	}
		
	.footer-part:nth-of-type(1){
		width:40%;
	}
	
	
	.footer-part:nth-of-type(2){
		text-align:center;
	}
	
	.footer-part:nth-of-type(3){
		text-align:right;
		float:right;
	}
	
}


@media screen and (min-width: 1300px)  {		/* DIT IS VOOR DE STANDAARD BROWSERS */
	#trigger-nav{
		display:none;
	}
	
	header{
		height:500px;
	}
	
	#header-tekst{
		text-transform: uppercase;
		margin-top:20px;
		font-size:1.15em;
		letter-spacing: -0.05em;
		max-width:500px;

	}
	
	#header-logo img{
		margin-top:100px;
		width:600px;
		height:auto;
	}
	
	nav{
		height:500px;	
		width:400px;
	}
	
		
	#inner-nav{
		padding:70px 0px 0px 50px;
	}
	
	
	
	.nav-item{
		margin-bottom:35px;
		font-size:1.1em;
	}
	
	#nav-icons{
		margin-top:110px;
	}
	

	.nav-item-icon{
		margin:0px 5px 0px 0px;
	}
	
	.nav-item-icon img{
		width:55px;
		height:auto;
	}
	
	#subgalerij{
		height:700px;
	}
	
	#subgalerijbackground{
		height:700px;
	}
	
	#subgalerijcta{
	
		height:inherit;
		width:600px;
	}
	
	#subgalerijcta-inner{
		padding:40px;
		width:300px;
		top:80px;
		right:40px;	
	}
	
	#subgalerijcta-inner .button{
		margin-top:80px;
	}
	
	#subgalerijcta-inner h1{
		font-size:2.4em;
		line-height: 2.4em;
	}

	
}

@media screen and (min-width: 1500px)  {		/* DIT IS VOOR DE STANDAARD BROWSERS */
	
	
	#header-tekst{
	
		max-width:700px;
		
	}
	
}
