
body {
	margin: 0;
}

p {
	font-family: PT Sans, Arial;
	font-size: 14px;
}

#title h1 {
	font-size: 27px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#title h2 {
	font-size: 16px;
	font-family: PT Sans, Arial;
	margin-left: 10px;
	margin-top: 0px;
}

#title {
	position: absolute;
	top: 10px;
	left: 80px;
	background-color: rgba(255,255,255,1);
	z-index: 2000;
	font-family: PT Sans Narrow;
	font-size: 26px;
	width: 460px;
	border-radius: 6px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.leaflet-popup-content-wrapper .leaflet-popup-content h1 {
	font-family: PT Sans Narrow;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 22px;
}

.leaflet-popup-content-wrapper .leaflet-popup-content a {
	color: #2f8fce;
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
	font-size: 13.5px;
	font-family: PT Sans, Arial;
}

#container {
	width: 100%;
}

#map-wrapper {
	/*display: inline-block;*/
	position: absolute;
	width: 100%;
}

#mapid { 
	height: 800px;
}

#key {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 420px;
	width: 150px;
	z-index: 500;
	border-radius: 6px;
	background-color: rgba(243,243,243,0.8);
	font-family: PT Sans, arial;
	font-size: 14px;
}

#logo {
		position: absolute;
	    	bottom: 7px;
	    	left: 7px;
	    	z-index: 9000;
		height: 30px;
		width: 30px;
		background-image:url(logo.png);
		background-repeat: no-repeat;
}

#key i {
	padding-right: 5px;
}

#circle-1 {
      width: 12px;
      height: 12px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      background: orange;
			display: inline-block;
			margin-right: 5px;
    }
		
#circle-2 {
      width: 12px;
      height: 12px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      background: #37a9db;
			display: inline-block;
			margin-right: 5px;
    }

#circle-3 {
      width: 12px;
      height: 12px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      background: gray;
			display: inline-block;
			margin-right: 5px;
    }

@media (min-width: 1200px) {
	#key {
		font-size: 15px;
		width: 170px;
	}
	#title h1 {
		font-size: 29px;
	}
	#title h2 {
		font-size: 17px;
	}
	#title {
		width: 490px;
	}
}

@media (max-width: 950px) {
	#title {
		visibility: hidden;
	}
}

@media (max-width: 800px) {
	#mapid { 
	height: 700px;
	}
	.leaflet-popup-content-wrapper .leaflet-popup-content h1 {
		font-size: 18px;
		margin-top: 0px
	}
	.leaflet-popup-content-wrapper .leaflet-popup-content {
		font-size: 12.5px;
		margin: 12px;
	}

	.leaflet-popup-content-wrapper {
		max-width: 280px;
	}
	#key {
		font-size: 13px;
	}
}

@media (max-width: 700px) {
	#key {
		font-size: 12.8px;
	}
	#mapid { 
	height: 600px;
	}

}

@media (max-width: 600px) {
	#key {
		visibility: hidden;
	}
	#mapid { 
	height: 550px;
	}
	#logo {
		bottom: 40px;
	}
}
