* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	//background: #f6f6f6 url(https://i.cloudup.com/3dXFioUHve.jpg) no-repeat center center fixed; 
	background: #000000 url(../img/rsp_road.jpg) no-repeat center center fixed; 
	//background: #f6f6f6 url(https://i.cloudup.com/1Zvdx6awXg.jpg) no-repeat center center fixed; 
	//background: #f6f6f6 url(https://i.cloudup.com/UcSeW1U3ko.jpg) no-repeat center center fixed; 
}

#dummytext {
	font-size: 14px;
	text-transform: none;
	word-spacing: 0px;
	writing-mode: lr-tb;
	visibility: hidden;
}

#menu {
	position: absolute; right: 30px; bottom: 15px; height: 50px;
}

#sitename {
	position: absolute; bottom: 20px; left: 30px;
}

#menu #desk {
	padding: 0;
	margin: 0;
	list-style: none;
}

	#menu #desk li {
		display: inline-block;
		padding: 0;
		margin: 0;
	}

#header .head {
	background: #0086cb;
	color: #FFF;
	height: 120px;
}

	.head a {
		color: inherit;
		text-decoration: none;
	}

#login {
	position: absolute;
	right: 33px;
	top: 20px;
	z-index: 997;
}

	.floater {
		position: relative;
	}
	
		#login_view {
			width: 300px;
			position: absolute;
			right: 0;
			top: 30px;
			-webkit-box-shadow: -2px 5px 18px 0px rgba(0,0,0,0.61);
			-moz-box-shadow: -2px 5px 18px 0px rgba(0,0,0,0.61);
			box-shadow: -2px 5px 18px 0px rgba(0,0,0,0.61);
			z-index: 998;
			display: none;
		}
		
			#accountmaken {
				margin-top: 10px;
			}
			
				#accountmaken a {
					font-size: 14px;
				}
				
.bg-danger, .bg-success {
	padding: 15px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px;
}

#foot_wrapper, .push {
	height: 90px;
}

#slogan h2 {
	color: #777;
}

.screenshots div {
	text-align: center;
}

.screenshots div h5 {
	//color: grey !important;
}

.smallscreens {
	display: none;
}

#bezoekadres {
	position: relative;
}

	#bezoekadres small {
		color: #AAA;
		font-weight: 120;
	}

#link_prefix {
	position: absolute;
	left: 12px;
	top: 32px;
	color: #777;
	display: block;
	font-weight: bold;
}

#aanmeld_link {
	//padding-left: 190px;
}

#content {
	margin-bottom: 20px;
}

	.panel-key {
		min-height: 175px;
		background: #fffff5;
		position: relative;
	}
	
		.clip {
			position: absolute;
			top: -18px;
			right: 45px;
			z-index: 3;
		}

	#panel1 {
		margin: -30px 0 0 -30px;
	}
	
		#panel1 .clip {
			//left: 45px;
		}
	
	#panel2 {
		margin-top: -30px;
	}
	
		#panel2 .clip {
			//right: 85px;
		}
	
	#panel3 {
		margin: -30px -30px 0 0;
	}
	
		#panel3 .clip {
			//right: 25px;
		}
	
	.img-thumbnail {
		opacity: 0.7;
	}
	
	.img-thumbnail:hover {
		opacity: 1;
	}
	
	#promo-col {
		text-align: center;
	}
	
		#promo-col a {
			margin-top: 45px;
		}
		
	#features h5 {
		margin-bottom: 2px;
	}
	
	#features p {
		font-size: 13px;
	}
	
	#pakket_promo {
		background: url(../img/pakketten.png) no-repeat center center;
		min-height: 200px;
	}
	
	#contactform {
		max-width: 600px;
	}
	
	/* FIX VOOR CAPTCHA */
	iframe {
		position: absolute;
	}
	
#footer .foot {
	background: #0062ad;
	color: #FFF;
	height: 90px;
}

	.contactgegevens {
		font-size: 12px;
		margin: 10px 10px 0 10px;
	}
	
	.rechts {
		margin-top: 22px;
		font-size: 16px !important;
		text-align: right;
	}

	.contactgegevens a {
		color: #FFF;
	}
	
	#copyright {
		font-size: 10px;
	}
	
	
	#contentwrap {
		margin: 0 15px 20px 15px;
	}
	
	#slogan {
		margin-top: 25%;
	}
	
	#menu #mob {
		display: none;
		margin-bottom: 10px;
		margin-top: -40px;
	}
	
	@media (max-width: 768px) {
		#wrapper {
			padding: 0 !important;
		}
		
		body {
			background: #000000 url(../img/rsp_road.jpg) repeat-y fixed; 
/* 			overflow-x: hidden; */
		}
		
		.nav-pills>li.active>a {
			background-color: #3672ad;
		}
		
		#sitename {
			bottom: auto;
			position: relative;
		}
		
		#login {
			right: 25px;
			top: 70px;
			z-index: 997;
		}
		
		#panel1, #promo-col, #tarieven, #contactopnemen {
			margin-top: 140px !important;
		}

		#aanmelden  {
			margin-top: -10px;
		}
		
		#header .head {
			height: auto;
		}
		
		#menu {
			right: auto; 
			bottom: auto; 
			height: auto;
			margin: 80px 10px 0 10px;
			position: relative;
		}
		
		#menu #desk {
			display: none;
		}
		
		#menu #mob {
			display: block;
		}
		
		.rechts {
			margin: auto;
			text-align: left;
		}
		
		.contactgegevens {
			margin: auto;
			padding-top: 10px;
			font-size: 16px;
		}
		
		.foot {
			height: auto !important;
		}
		
		#foot2 {
			display: none;
		}
		
		.containter {
			padding: 0;
		}
		
		#contentwrap {
			margin: 15px 0;
		}
		
		#sheets {
			display: none;
		}
		
		#panel1, #panel2, #panel3 {
			margin: auto;
			min-height: 0;
		}
		
		#panel1 img, #panel2 img, #panel3 img {
			display: none;
		}
		
		#slogan {
			margin-top: auto !important;
			position: absolute;
			top: 10px;
			left: 30px;
			z-index: 996;
		}
		
		.screenshots {
			display: none;
		}
		
		.smallscreens {
			display: block !important;
		}
		
		#content .row .col-sm-4 {
			margin-bottom: 10px;
		}
	}
	
	@media (min-width: 768px) {
		
	}
	
	@media (min-width:992) {
		
	}
	
	@media (min-width: 1200) { 
		
	}