@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #030306;
}

body {
	padding: 0px 0;
}

a {
	text-decoration: none;
}

.info-map-container {
	max-width: 750px;
	margin: 20px auto;
	/*background-color: #000;*/
	background-color:#00AEEF;
}

.info-map {
	position: relative;
}

.info-map-text {
	padding: 20px;
}

.info-map-text h5 {
	/*color: #00AEEF;*/
	color: #FFFFFF;
	line-height: 1.3;
	font-size: 31px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.info-map-text p {
	font-size: 22px;
	line-height: 1.5;
	color: #fff;
	margin: 5px 0;
	text-align: center;
}

.info-map-text p:last-of-type {
	margin-bottom: 0;
}

.info-map-text p span {
	font-size: 16px;
}

.info-map img {
	display: block;
	width: 100%;
	height: auto;
}

.info-linkmarker {
	position: absolute;
	display: block;
	width: 3.5%;
	height: 4.7%;
	border-radius: 50%;
	opacity: 0.9;
	background-color: #00AEEF;
	cursor: pointer;
}

.info-linkmarker:hover,
.info-linkmarker:focus {
	background-color: #c9242c;
}

.info-linkmarker span {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-55%);
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	width: 100%;
}

.info-link01 {
	top: 58%;
	left: 52%
}

.info-link02 {
	top: 19%;
	left: 36%
}

.info-link03 {
	top: 34%;
	left: 4%
}

.info-link04 {
	top: 78%;
	left: 23%
}

.info-link05 {
	top: 83%;
	left: 51%
}

.info-link06 {
	top: 83%;
	left: 79%
}

.info-link07 {
	top: 27%;
	left: 75%
}

.info-link08 {
	top: 8%;
	left: 55%
}

.info-link09 {
	top: 44%;
	left: 63%
}

@media screen and (max-width: 610px) {
	.info-map-text h5 {
		font-size: 27px;
	}
	.info-map-text p {
		font-size: 18px;
	}
	.info-linkmarker {
		width: 5%;
		height: 7.2%;
	}
	.info-linkmarker span {
		font-size: 15px;
	}
}

@media screen and (max-width: 350px) {
	.info-linkmarker span {
		font-size: 13px;
	}
}


