@charset "utf-8";
/* CSS Document */
/* INITIAL */
.location {
	display: none;
}

/* CONTAINER */
.ncl-map-image {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	max-width: 100% !important;
	max-height: 100% !important;
}
.ncl-container {
	position: absolute;
	left: 0 !important;
	top: 0;
	background: #F6F6F6;
}
.ncl-fullscreen-wrap {
	display: none;
}
/* LOCATIONS */
.ncl-location {
	position: absolute;
	width: 1px;
	height: 1px;
}
.ncl-location.ncl-selected-location {
	z-index: 9999;
}
.ncl-location-pin {
	position: absolute;
	left: -14px;
	top: -38px;
	width: 14px;
	height: 20px;
	background: url('../img/ui_sprite.png') -41px 0;
	cursor: pointer;
	z-index: 999;
}
.ncl-location-contents {
/*	display: none;*/
	position: absolute;
	width: 82px;
	padding: 2px;
	top: -140px !important;
	left: -50px;
	background: rgba(0,0,0,0.7);
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,0.21);
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
}
.ncl-location-contents h1{
	font-size: 12px;
	height: 95px;
	margin: 0;
}
.ncl-location-close {
	position: absolute;
	right: 5px;
	top: 7px;
	width: 7px;
	height: 7px;
	background: url('../img/ui_sprite.png') -40px -19px;
	cursor: pointer;
}
/* MENU */
.ncl-menu-wrap {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 999;
}
.ncl-menu-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ncl-menu-wrap ul li {
	position: relative;
	padding: 0 10px;
	background: rgba(0,0,0,0.7);
	font: 12px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 3px;
	cursor: pointer;
}
.ncl-menu-wrap ul li:before {
	position: absolute;
	display: block;
	content: "";
	left: -1px;
	top: -1px;
	border: 1px solid rgba(255,255,255,0.21);
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
/**/
#loc-1 h1{
	background:url(../img/bruxelles.jpg) no-repeat bottom center
}
#loc-2 h1{
	background:url(../img/paris.jpg) no-repeat bottom center
}
#loc-3 h1{
	background:url(../img/tripoli.jpg) no-repeat bottom center
}
#loc-4 h1{
	background:url(../img/berne.jpg) no-repeat bottom center
}
