/* ------ mobilymap
-----------------------------------------------*/
.loader {
	background: url(../img/mobilymap/loader.gif) no-repeat center #fff;
}

.imgCaption {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	bottom: 0;
	left: 0;
	color: #fff;
	opacity: .6;
	background: #333;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #111;
	font-weight: bold;
}

.bubble .close {
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: -6px;
	right: -6px;
	width: 16px;
	height: 16px;
	outline: none;
	background: url(../img/mobilymap/close.png) no-repeat;
	cursor: pointer;
}

.mapNav {
	width: 84px;
	height: 84px;
}

.navBtn {
	position: absolute;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	outline: none;
	text-indent: -9999px;
	display: block;
	z-index: 7px;
}

.navBtn0 {
	top: 0;
	left: 26px;
	background-image: url(../img/mobilymap/navtop.png);
}

.navBtn1 {
	top: 26px;
	right: 0;
	background-image: url(../img/mobilymap/navright.png);
}

.navBtn2 {
	bottom: 0;
	left: 26px;
	background-image: url(../img/mobilymap/navbottom.png);
}

.navBtn3 {
	top: 26px;
	left: 0;
	background-image: url(../img/mobilymap/navleft.png);
}

.point {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 30px;
	outline: none;
	background: url(../img/mobilymap/marker.png) no-repeat;
	background-size: 20px;
	cursor: pointer;
}

.bubble {
	padding: 7px 10px;
	background: #333;
	color: #fff;
	width: 200px;
	font-size: 11px;
	line-height: 1.4;
	/*-- css3 --*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 20px #999;
	-webkit-box-shadow: 0 0 20px #999;
}

.bubble p {
	margin: 5px 0;
}

.bubble span {
	color: #FFF;
	display: block;
	font-size: 12px;
}

.bubble img {
	margin-bottom: 5px;
	vertical-align: bottom;
}


/* add 20150203 */
#mapcontent {
	margin-bottom: 40px;
}
.europe_map {
	border: 5px solid #666;
	margin-bottom: 10px;
	width: 630px;
	height: 420px;
}

.map_buttons {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	zoom: 1;
}
.map_buttons:after {
	content: "";
	clear: both;
	display: block;
}
.map_buttons li {
	float: left;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.map_buttons a {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #555;
	border: 1px solid #777;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 28px;
	margin: 0 4px 4px 0;
	outline: none;
	padding: 0 15px;
	text-decoration: none;
}

.map_buttons a:hover {
	background: #000;
	border: 1px solid #333;
	color: #fff;
}

#mapcontent a {
	color: #fff;
}
