body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;
	width:100%;
}

h1{font-family: 'Scada', sans-serif;
font-weight:normal;
font-size:16px;}
h2{font-family: 'Scada', sans-serif;
font-weight:normal;
font-size:13px;}
h3{font-family: 'Scada', sans-serif;
font-weight:normal;}
h4{font-family: 'Scada', sans-serif;
font-weight:normal;}
p{font-family: 'Scada', sans-serif;
font-weight:normal;
margin: 0;}
ul li{font-family: 'Scada', sans-serif;
font-weight:normal;
margin: 0;
line-height:18px;}
a{font-family: 'Scada', sans-serif;
font-weight:normal;}

img{border:0;}
a{border:0;}

#bgimg {
	position:absolute;
	z-index: -1;
}
#realBody {
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
	background: url('../img/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}
#googlemap {
	position:absolute;
	z-index: -5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
}
/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/


#jd_menu_background {
	width:150px;
	height:260px;
	position:absolute;
	top: 0px;
	left: 20px;
	filter:alpha(opacity=90);
	opacity:0.9;

-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#jd_menu_background img {
-moz-border-radius:0px 0px 10px 10px;
	-khtml-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
}
#jd_home {
	width:750px;
	heigth: 500px;
	position:absolute;
	top: 50px;
	overflow: auto;
	left: 180px;
	text-align:left;
	padding:10px 25px 10px 20px;
	filter:alpha(opacity=90);
	opacity:0.9;
	z-index: 10;
}
#jd_home p{
	margin:10px 15px;
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	line-height: 18px;
}
#jd_home h1{
	margin:10px 15px;
	color:#ffffff;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 18px;
}
#jd_home a{
	text-decoration:none;
}
#jd_home a:hover{
	color:#9fc700;
}
#jd_menu {
	width:100px;
	height:230px;
	position:absolute;
	top: 0px;
	left: 20px;
	text-align:left;
	padding:10px 25px;
        border:0;
}

#jd_menu p {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	line-height: 24px;
        margin-top:15px;
}
#jd_menu a {
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	line-height: 22px;
}
#jd_menu a:hover {
	color:#000;
}
#jd_content {
	width:150px;
	background: #ffffff;
	position:absolute;
	top: 70px;
	overflow: auto;
	left: 210px;
	text-align:left;
	padding:10px 25px 10px 20px;
	filter:alpha(opacity=40);
	opacity:0.4;

-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;

-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#jd_content:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}

#jd_content h1 {
	color:#111111;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 20px;
	font-weight:200;
}
#jd_content p {
	color:#111111;
	font-size:12px;
	text-decoration:none;
	line-height: 20px;
        margin-bottom:10px;
}
#jd_content a {
	color:#111111;
	text-decoration:none;
}
#jd_content a:hover {
	color:#9fc700;
	text-decoration:none;
}
#jd_content_project {
	width:auto;
        min-width:400px;
        max-width:595px;
        margin-right:20px;
	background: #ffffff;
	position:absolute;
	top: 70px;
	left: 450px;
	text-align:left;
	padding:10px 25px;
	filter:alpha(opacity=80);
	opacity:0.8;

-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;

-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#actie {font-size:10px;}

#jd_content_project img{
margin-right:3px;
-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;

-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}



#jd_content_project h1 {
	color:#000000;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 20px;
}
#jd_content_project h2 {
	color:#000000;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 20px;
}
#jd_content_project p {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	line-height: 20px;
        margin-top:5px;
        margin-bottom:10px;
}
#jd_content_project a {
	text-decoration:none;
	text-transform: uppercase;
	color:#27415d;

filter:alpha(opacity=80);
	opacity:0.8;
}

#jd_content_project a:hover {
filter:alpha(opacity=100);
	opacity:1;
}


#jd_content_project a:hover {
	color:#9fc700;
	text-decoration:none;
}
#jd_itemholder {
	position:relative;
	height:300px;
	overflow:hidden;
}
#jd_footer_1 {
	width:150px;
	height:110px;
	position:absolute;
	z-index: -1;
	bottom: 5px;
	right: 340px;
	text-align:left;
}
#jd_footer_1 h1 {
	color:#ffffff;
	font-size:11px;
	margin-top: -5px;
	margin-bottom: -10px;
	text-decoration:none;
	line-height: 20px;
	text-transform:uppercase;
}
#jd_footer_1 p {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	line-height: 20px;
        margin-top:10px;
}
#jd_footer_1 a {
	color:#fff;
	text-decoration:none;
}
#jd_footer_1 a:hover {
	color:#9fc700;
}
#jd_footer_2 {
	width:160px;
	height:110px;
	position:absolute;
	z-index: -1;
	bottom: 5px;
	right: 180px;
	text-align:left;
}
#jd_footer_2 h1 {
	color:#ffffff;
	font-size:11px;
	margin-top: -5px;
	margin-bottom: -10px;
	text-decoration:none;
	line-height: 20px;
	text-transform:uppercase;
}
#jd_footer_2 p {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	line-height: 20px;
margin-top:10px;
}
#jd_footer_2 a {
	color:#fff;
	text-decoration:none;
}
#jd_footer_2 a:hover {
	color:#9fc700;
}
#jd_footer_3 {
	width:160px;
	height:110px;
	position:absolute;
	z-index: -1;
	bottom: 10px;
	right: 15px;
	text-align:left;
}
#jd_footer_3 h1 {
	color:#ffffff;
	font-weight:200;
	font-size:11px;
	text-decoration:none;
	line-height: 20px;
	text-transform:uppercase;
}
#jd_footer_3 p {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	line-height: 20px;
}
#jd_footer_3 a {
	text-decoration:none;
	color:#fff;
}
#jd_footer_3 a:hover {
	color:#9fc700;
}
#jd_footer_back {
	width:500px;
	height:140px;
	background: url('../img/footer_jd_webdesign.jpg');
	position: absolute;
	z-index: -4;
	bottom: 0px;
	right: 20px;
	text-align:left;
	filter:alpha(opacity=70);
	opacity:0.7;

-moz-border-radius:10px 10px 0px 0px;
	-khtml-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px; }

#jd_footer_4 {
	width:340px;
	height:30px;
	position:absolute;
	z-index: -1;
	bottom: 10px;
	left: 45px;
	text-align:left;
}
#jd_footer_4 p {
	color:#ffffff;
	font-weight:200;
	font-size:11px;
	text-decoration:none;
	line-height: 20px;
}
.tweet, .query {
	font-family: Arial, Georgia, serif;
	font-size: 11px;
	line-height: 20px;
	color: #222222;
}
.tweet .tweet_list, .query .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
	text-transform: uppercase;
}
.tweet .tweet_list li, .query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: .5em;
}
.tweet .tweet_list li a, .query .tweet_list li a {
	color: #13110F;
}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
	background-color: #FFFFFF;
}
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
	vertical-align: middle;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images2/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images2/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
margin-top:15px;
padding-top:5px;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
padding-top:5px;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#map_canvas{
        height:100%;
        width:100%;}

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:350px;
	height:200px;
	margin:10px;
	background:#111 url(../img/progress.gif) no-repeat center center;
	
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
-moz-border-radius:10px 10px 0px 0px;
	-khtml-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#FFF;
-moz-border-radius:10px 10px 0px 0px;
	-khtml-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	}
	
	.mosaic-backdrop img{
-moz-border-radius:10px 10px 0px 0px;
	-khtml-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	}

	.mosaic-overlay {
		display:none;
		z-index:11;
		position:absolute;
		width:100%;
		height:100%;
		
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		
		.bar .mosaic-overlay {
			bottom:-60px;
			height:100px;
			background: url('../img/bg-black.png');
		}
		
#normal{background:url(../img/bg-black.png);}

		/*** End Animation Styles ***/

.details a:visited{color:#FFF;}

.details a{color:#FFF;}

@media screen and (max-height: 650px) {
  #jd_footer_back {
visibility:hidden;
display:none;
position:absolute;
bottom:-300px;}
#jd_footer_1 {
visibility:hidden;
display:none;
position:absolute;
bottom:-300px;}
#jd_footer_2 {
visibility:hidden;
display:none;
position:absolute;
bottom:-300px;}
#jd_footer_3 {
visibility:hidden;
display:none;
position:absolute;
bottom:-300px;}

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
}

@media only screen and (min-device-width: 321px) and (max-device-width: 480px) {

}