/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
 */
/*+clearfix {*/
#tray #mediaContainer:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#tray #mediaContainer
{
	display: inline-block;
}
#tray #mediaContainer
{
/*\*/
	display: block;
/**/
	-height: 1px;
}
/*+}*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, ARTICLE, ASIDE, CANVAS, DETAILS, EMBED, FIGURE, FIGCAPTION, FOOTER, HEADER, HGROUP, MENU, NAV, OUTPUT, RUBY, SECTION, SUMMARY, TIME, MARK, AUDIO, VIDEO
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*HTML5 display-role reset for older browsers*/
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, MENU, NAV, SECTION
{
	display: block;
}
BODY
{
	line-height: 1;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*9000 CODE*/
BODY
{
	background-color: #ECECEC;
	background-image: url(../images/volkshuizen-bg.png);
	overflow: hidden;
}
I, EM
{
	font-style: italic;
}
#wrapper
{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
#top, #bottom
{
	height: 54px;
	background-image: url(../images/ribbon-pix.png);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
}
#inside
{
	position: absolute;
	top: 90px;
	bottom: 75px;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
}
#inside.semi
{
	right: 500px;
}
#inside.half
{
	right: 1350px;
}
#tray
{
	position: absolute;
	top: 60px;
	bottom: 70px;
	right: 0;
	z-index: 100;
	width: 0;
	overflow: hidden;
	-webkit-transition: width .5s;
	background-color: #404445;
	background-image: url(../images/side-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: "Basic Commercial LT Com";
}
#mediaTray
{
	position: absolute;
	top: 60px;
	bottom: 70px;
	right: 500px;
	z-index: 99;
	width: 0;
	overflow: hidden;
	-webkit-transition: width .5s;
	background-color: #6B6B6B;
	font-family: "Basic Commercial LT Com";
}
#mediaTray.open
{
	width: 850px;
	border-right: 1px solid #BDBDBD;
}
#mediaTray #slides
{
	background-color: #747474;
	position: absolute;
	top: 150px;
	left: 0px;
	right: 0px;
	bottom: 150px;
	overflow: hidden;
}
#mediaTray #nobs
{
	position: absolute;
	left: 50px;
	bottom: 87px;
}
#mediaTray #mediaDescription
{
	position: absolute;
	bottom: 26px;
	height: 55px;
	overflow: hidden;
	left: 50px;
	right: 50px;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 18px;
}
#mediaTray #nobs .nob
{
	background-image: url(../images/dot.png);
	height: 20px;
	width: 20px;
	float: left;
	cursor: pointer;
	margin-right: 6px;
}
#mediaTray #nobs .nob.active, #mediaTray #nobs .nob:hover
{
	background-image: url(../images/dot-red.png);
}
#mediaTray #nobs .nob.active:hover
{
}
#mediaTray #slides .slide
{
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #535353;
}
#tray #close
{
	background-image: url(../images/close.png);
	width: 36px;
	height: 37px;
	position: absolute;
	top: 17px;
	opacity: 0;
	right: -100px;
	-webkit-transition: 0.6s;
	border-radius: 50%;
}
#tray #close:hover
{
	background-color: #EC4834;
}
#mediaTray #closeMedia
{
	background-image: url(../images/close.png);
	width: 36px;
	height: 37px;
	position: absolute;
	top: 17px;
	opacity: 0;
	right: -100px;
	-webkit-transition: 0.6s;
	border-radius: 50%;
}
#mediaTray #closeMedia:hover
{
	background-color: #EC4834;
}
#mediaTray.open #closeMedia
{
	top: 50px;
	opacity: 1;
	right: 43px;
}
#tray.open #close
{
	top: 50px;
	opacity: 1;
	right: 43px;
}
/*[clearfix]*/#tray #mediaContainer
{
	margin-top: 10px;
	width: 405px;
	height: 303px;
	overflow: hidden;
}
#tray #mediaContainer .openMedia
{
	width: 95px;
	height: 95px;
	margin-right: 2px;
	margin-bottom: 2px;
	overflow: hidden;
	float: left;
	background-size: cover;
	background-position: center;
	border: 2px solid #404345;
	background-color: #616161;
}
#tray #mediaContainer .openMedia:hover
{
	border: 2px solid #E6E6E6;
}
#tray #mediaContainer .openMedia
{
}
#tray .inner
{
	padding: 70px 50px;
}
#tray .inner H2, #tray .inner H3
{
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
#tray .inner H2:after
{
	content: ' /';
}
#tray .inner H3:after
{
	content: ' /';
}
#tray .inner H3
{
	font-size: 18px;
	font-weight: normal;
}
#tray .inner H3:before
{
	content: '@ ';
	font-family: Pictos;
	font-weight: normal;
}
#tray .inner #description
{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 22px;
	height: 353px;
	padding-right: 20px;
	width: 385px;
	overflow: auto;
}
::-webkit-scrollbar
{
	width: 10px;
	background: #616161;
	-webkit-border-radius: 5px;
}
::-webkit-scrollbar-thumb
{
	background: #E0E0E0;
	-webkit-border-radius: 5px;
}
::-webkit-scrollbar-corner
{
	background: #9C9C9C;
}
#tray.open
{
	width: 500px;
}
#inside .controls
{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 99;
}
#inside .controls.left
{
	left: 10px;
}
#inside .controls.right
{
	z-index: 99999;
	right: 10px;
}
#top
{
	top: 40px;
}
#top #logo
{
	width: 182px;
	height: 119px;
	position: absolute;
	left: 70px;
	top: -37px;
}
#top #logo.NL
{
	background-image: url(../images/embleem-N.png);
}
#top #logo.FR
{
	background-image: url(../images/embleem-F.png);
}
#top #logo.EN
{
	background-image: url(../images/embleem-E.png);
}
#bottom
{
	bottom: 25px;
}
#mapContainer
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
#map
{
	/*[empty]position:;*/
}
#top .controls, #bottom .controls
{
	position: absolute;
	left: 50%;
	margin-left: -20px;
}
#top .controls
{
	bottom: -16px;
}
#bottom .controls
{
	top: -16px;
}
#bottom .controls.zoom
{
	left: 10px;
	margin-left: 0;
	width: 365px;
	top: 12px;
}
#bottom .controls.right
{
	right: 1px;
	left: auto;
	width: 250px;
}
#bottom .controls.right A
{
	height: 63px;
	display: block;
	float: left;
	margin-right: 7px;
}
#bottom #zoom
{
	width: 269px;
	height: 20px;
	float: left;
	position: relative;
	margin-left: 17px;
	margin-right: 17px;
}
#bottom #track
{
	background-color: #444444;
	height: 10px;
	border-radius: 3px;
	top: 10px;
	position: absolute;
	left: -7px;
	right: -7px;
}
#bottom #nob
{
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #5B5B5B;
	/*+border-radius:4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	top: 7px;
	margin-left: -7px;
	left: 0%;
	-webkit-transition: left .2s;
}
#bottom .controls.zoom .move
{
	display: block;
	float: left;
}
.smooth_zoom_preloader
{
	background-image: url(zoom_assets/preloader.png);
}
.smooth_zoom_icons
{
	background-image: url(zoom_assets/icons.png);
}
#mapContainer .landmarks
{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
#mapContainer .landmarks .item
{
	position: absolute;
	text-align: center;
	display: none;
}
#mapContainer .landmarks .point
{
	cursor: pointer;
}
#mapContainer .landmarks .item.active IMG
{
	width: 26px;
	height: 34px;
	margin-left: -3px;
}
#mapContainer .landmarks .item IMG
{
	width: 21px;
	height: 27px;
	-webkit-transition: .2s;
}
#mapContainer .landmarks .item.city
{
}
#mapContainer .landmarks .item.city .sq
{
	background-color: rgba(0, 0, 0, 0.5);
	width: 16px;
	height: 16px;
	top: -10px;
	position: absolute;
	left: -7px !important;
}
#mapContainer .landmarks .item.city .name
{
	position: absolute;
	top: 15px;
	left: -59px;
	text-align: center;
	width: 120px;
	color: #000000;
	font-family: "Walbaum Text Pro";
	font-size: 11px;
}
#index
{
	position: absolute;
	z-index: 999999;
	background-color: #40433E;
	top: 100%;
	-webkit-transition: .5s;
	left: 0;
	right: 0;
	bottom: 0;
}
#index.open
{
	top: 0%;
}
#index .inner
{
	padding: 3px;
	/*[empty]column-count:;*/
}
#index .inner H3
{
	color: #FFFFFF;
	font-family: "Walbaum Text Pro";
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 5px;
}
#index #closeIndex
{
	background-image: url(../images/close.png);
	width: 36px;
	height: 37px;
	position: absolute;
	top: 20px;
	right: 200px;
}
#index .inner A
{
	color: #FFFFFF;
	font-family: "Open Sans";
	font-family: "Basic Commercial LT Com";
	text-decoration: none;
	color: #9C9C9C;
	margin-left: 10px;
	margin-right: 10px;
}
#index .inner A:before
{
	content: '@ ';
	font-family: Pictos;
	font-weight: normal;
}
#index .inner A:hover
{
	color: #EC4834;
}
#index .inner H2
{
	color: #FFFFFF;
	font-weight: normal;
	font-family: "Walbaum Text Pro";
	font-size: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #6B6B6B;
	margin-bottom: 10px;
}
