/********************************************************************************/
/* LOCATION
/********************************************************************************/

#location {
	position: relative;
	min-height: 100%;
	padding-top: 56px;
	overflow: hidden;
}
#map-scroller {
	display: none;
}
#map-container {
	position: relative;
}
#map {
	position: relative;
	width: 200%;
	margin-left: -100%;
	overflow: hidden;
}
#map > img {
	display: block;
	width: 100%;
}


#fluid-box-location {
	top: 90px;
	left: 66%;
}
#fluid-box-location .toggle-box:before {
	background-image: url('../img/press-2.png');
}
#fluid-box-location .box-bg {
	background: rgba(205,231,191,0.95);
}


#map-legend {
	width: 100%;
	max-width: 520px;
	margin: 20px auto;
	border: 1px solid #003b48;
	padding: 20px;
	font-weight: 700;
}
#map-legend:after {
	content: '';
	display: block;
	clear: both;
}
#map-legend ul {
	color: #003b48;
}
#map-legend li {
	width: 50%;
	/*min-height: 2.6667em;*/
	min-height: 2em;
	float: right;
	padding: 0.25em 1.65em 0.25em 10px;
	line-height: 1.3334em;
}
#map-legend li:nth-child(odd) {
	clear: both;
}
#map-legend li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0.9em;
	height: 0.9em;
	margin: -0.4em -1.65em 0 0.75em;
}
#map-legend li.pink-item:before {	background: #f6a3bc; }
#map-legend li.orange-item:before {	background: #fcc696; }
#map-legend li.yellow-item:before {	background: #ffeeaa; }
#map-legend li.green-item:before {	background: #cde7bf; }
#map-legend li.purple-item:before {	background: #c7b2d6; }
#map-legend li.navy-item:before {	background: #003b48; }



@media only screen and (min-width : 480px) {
	#map {
		width: 160%;
		margin-left: -80%;
	}
}
@media only screen and (min-width : 768px) {
	#fluid-box-location {
		top: 100px;
	}
	
	#map {
		width: 120%;
		margin-left: -10%;
	}
}
@media only screen and (min-width : 992px) {
	#map {
		width: 100%;
		margin-left: 0;
	}
	
	
	
	#map-legend {
		position: absolute;
		z-index: 9;
		left: 40px;
		bottom: 20px;
		width: 200px;
		margin: 0;
		background: #fff;
		font-size: 0.8em;
	}
	#map-legend li{
		width: 100%;
		float: none;
	}
}
@media only screen and (min-width : 1200px) {
	#fluid-box-location {
		top: 140px;
		left: 80%;
	}
	
	#map-legend {
		left: 80px;
	}
}

@media only screen and (min-width : 1600px) {
	#location {
		height: 100%;
		padding: 86px 0;
	}
	
	#map-container {
		height: 100%;
	}
	
	#map-scroller {
		position: relative;
		z-index: 3;
		display: block;
		height: 100%;
		overflow: hidden;
	}
	#map-scroller img {
		width: 100%;
		opacity: 0;
	}
	
	#mCSB_1_scrollbar_vertical {
		right: 10%;
	}
	
	
	
	#map {
		position: absolute;
		top: -30px;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow: visible;
	}
	#map img {
		width: 100%;
	}

	#map-legend {
		left: 11%;
		/*right: 12%;*/
		bottom: 0;
		width: 230px;
		font-size: 1em;
	}
	#map-legend li {
		padding: 0.3333em 1.65em 0.3333em 0;
	}
	
	#contact-form-container {
		position: absolute;
		z-index: 9;
		left: 0;
		bottom: -20px;
		width: 100%;
		padding: 30px;
	}
}

/********************************************************************************/

