@charset "UTF-8";
/* CSS Document */
/* Resets */
* {
	box-sizing: border-box;
}
/* Debug */
#debug {
	position:absolute;
	bottom: 0;l
	right: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	background: rgba(0,0,0,0.1);
	padding: 5px 10px;
	color: #FFF;
}
/* Document */
body {
	background: #666;
	margin: 0;
	padding: 0;
}
body .container-fluid {
	padding-left: 0;
	padding-right: 0;
	padding-top: 50px;
}
/* Page */
#main {
	min-height:100px;
	z-index: 1;
}
#header {
	/*float: left;
	width: 100%;
	height: 50px;*/
	height: 0;
	width: 0;
	visibility:hidden;
}
#column {
	float: left;
	width: 25%;
	height: 800px;
	background: #828282;
	padding:10px 20px 30px 20px;
	overflow: auto;
	color: #666;
	/*border-right: 1px solid #CCC;*/
	z-index: 1;
}
#column h2 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #555; 
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	color: #555;
}
#icon {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1001;
	display: block;
	height: 52px;
	margin: 0;
	padding: 0;
	width: auto;
	/*border-bottom: 1px solid rgba(255,255,255,0.7);*/
}
/* Map */
#map {
	float: right;
	width: 75%;
	min-height: 100px;
	-webkit-box-shadow:  0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:     0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	box-shadow:             0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	z-index: 2;
}
a.listlink {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 5px;
	color: #eeeeee;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-decoration: none;
	cursor:pointer;
}
a.listlink:hover {
	background: rgba(0,0,0,0.05);
}
a.listlink.red:hover {
	border-bottom: 1px solid #CA263A; 
}
a.listlink.blue:hover {
	border-bottom: 1px solid #247DC9;
}

.freshwaterarchive a.listlink img {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
@media screen and (max-width: 768px) {
	.freshwaterarchive a.listlink img {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}
}
.popup_wrapper {
	position: relative;
	display: block;
	width: 300px;
	overflow: hidden;
	/*background: #CCC;*/
	font-size: 12px;
	line-height: 13px;
	
}
.popup_description {
	font-style: italic;
	color: #777;
	
}
.youtube_thumb {
	position: relative;
	float: right;
	width: 50%;
	margin-top: 10px;
	margin-left: 10px;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}
.youtube_thumb img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	z-index: 1;
	border-radius: 4px;
}
.youtube_thumb::after {
	content: "▶";
	font-size: 32px;
	line-height: 40px;
	/*color: #CB293C;*/
	color: #FFF;
	display: block;
	height: 38px;
	width: 40px;
	/*background: rgba(0,0,0,0.5);*/
	position: absolute;
	z-index: 2;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
}
.leaflet-popup-content p.popup_description {
	margin-top: 10px;
}
.popup_name {
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 2px;
}
.popup_address {
	float:left;
	clear:left;
	width:47%;
	margin: 5px 0 0 0;
}
.popup_email, .popup_website, .popup_phone {
	display: block;
	width: 47%;
	background: #F5F5F5;
	border-radius: 4px;
	text-align:center;
	margin-bottom: 5px;
	float:left;
	clear:left;
	padding: 3px 5px;
	word-wrap: break-word;
	word-break: break-all;
}
.popup_ad {
	display: block;
	overflow: hidden;
	max-width: 100%;
	margin: 5px 0px;
	float:right;
	width:50%;
}
.popup_ad img {
	display: block;
	width:80%;
	margin: 0 auto;
}
.leaflet-control-attribution.leaflet-control {
	font-size: 9px!important;
}
@media (max-width:999px) {
	#column {
		width: 30%;
	}
	#map {
		width: 70%;
	}
}
@media (max-width:768px) {
	/*#column {
		width: 35%;
	}
	#map {
		width: 65%;
	}*/
	/*#icon {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}*/
	#column {
		float:left;
		width: 100%;
	}
	#map {
		float: left;
		height: 300px;
		width: 100%;
	}
	.popup_wrapper {
		font-size: 10px;
	}
}
/*@media (max-width:499px) {
	#column {
		float:left;
		width: 100%;
	}
	#map {
		float: left;
		height: 300px;
		width: 100%;
	}
}*/

/* Topbar */
#topbar {
	display: block;
	position:absolute;
	z-index: 1051;
	left: 10px;
	top: 10px;
	background: rgba(237,237,237,0.94);
	border: 1px solid #aeaeae;
	width: 52px;
	height: 52px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow:  0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:     0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow:             0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#topbar:hover {
	background: rgba(228,228,228,0.94);
}
#btn_home {
	position: relative;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	z-index: 1002;
	visibility:visible;
	opacity: 1;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
}
#btn_home img {
	display: block;
	width: 40px;
	height: 40px;
}
#btn_all {
	position:relative;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	z-index: 1002;
	visibility:visible;
	opacity: 1;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
}
#btn_all img, #btn_all_overlay img {
	display: block;
	width: 40px;
	height: 40px;
}
#btn_county {
	position: relative;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	z-index: 1002;
	visibility:visible;
	opacity: 1;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
}
#btn_county img, #btn_county_overlay img {
	display: block;
	width: 40px;
	height: 40px;
}
#btn_downtown {
	position: relative;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	z-index: 1002;
	visibility:visible;
	opacity: 1;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
}
#btn_downtown img, #btn_downtown_overlay img {
	display: block;
	width: 40px;
	height: 40px;
}
#btn_join {
	position: relative;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	z-index: 1002;
	visibility:visible;
	opacity: 1;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
}
#btn_contact {
	position: relative;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	z-index: 1002;
	visibility:visible;
	opacity: 1;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
}


/* Overlay */
#overlay {
	display: block;
	position:absolute;
	z-index: 1050;
	overlflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #FFF url(images/bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
#logo {
	display: block;
	position: absolute;
	max-width: 37%;
	left: 50px;
	top: 50px;
}
@media (max-width:499px) {
	#logo {
		top: 60px;
		left: 0;
		width: 80%;
		max-width: 80%;
		margin: 0 10%;
	}
}
.overlay_buttons {
	display: block;
	position:absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.overlay_button {
	position: relative;
	display: block;
	width: 96%;
	background: rgba(255,255,255,0.94);
	padding: 10px 60px 10px 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-weight: bold;
	color: #666;
	text-align:right;
	margin: 0 0 4px 0;
	cursor: pointer;
	text-decoration: none;
	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.overlay_button:hover {
	background: rgba(255,255,255,1);
	color: #0079B3;
	padding-right: 70px;
}
@media (max-width:499px) {
	.overlay_button {
		font-size: 16px;
		line-height: 16px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
}
body.freshwatermap .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 1px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
}
body.freshwatermap .leaflet-bar a {
	color: #929292;
}
#pageNumberOverlay {
	display: block;
	position: absolute;
	z-index: 99;
	overflow: hidden;
	background: #FFF;
	background: rgba(255,255,255,0.7);
	border-radius: 30px;
	padding-left: 3px;
	padding-right: 3px;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	height: 32px;
	display: none;
}
#pageNumberOverlayInner {
	display: block;
	position: relative;
	float: left;
	width: 86px;
	height: 32px;
	margin-left: 10px;
	background: url(https://www.harborhouse.com/images/htmlemail/pagenumber.png) 5px 2px no-repeat;
	border-left: 1px solid rgba(0,0,0,0.3);
	border-right: 1px solid rgba(0,0,0,0.3);
}
input {
	box-sizing: border-box;
	position: absolute;
	top: 3px;
	left: 30px;
	background: #FFF;
	display: block;
	width: 50px;
	height: 26px;
	border: 1px solid #CCC;
	border-radius: 20px;
	padding: 4px 8px 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#firstPage {
	display: block;
	float: left;
	margin-top: 0px;
	width: auto;
	width: 33px;
	height: 27px;
	text-align: left;
	line-height: 27px;
	vertical-align: baseline;
	cursor: pointer;
	border-radius: 32px;
	padding-left: 5px;
	padding-top: 2px;
	font-size: 14px;
	background: rgba(0,0,0,0.2);
}
#prevPage {
	display: block;
	float: left;
	margin-top: 0px;
	width: 27px;
	height: 27px;
	text-align: left;
	line-height: 27px;
	vertical-align: baseline;
	cursor: pointer;
	border-radius: 32px;
	margin-left: 4px;
	padding-left: 8px;
	padding-top: 2px;
	font-size: 14px;
	background: rgba(0,0,0,0.2);
}
#nextPage {
	display: block;
	float: left;
	margin-top: 0px;
	width: 27px;
	height: 27px;
	text-align: left;
	line-height: 27px;
	vertical-align: baseline;
	cursor: pointer;
	border-radius: 32px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 14px;
	background: rgba(0,0,0,0.2);
}
#lastPage {
	display: block;
	float: left;
	margin-top: 0px;
	width: 33px;
	height: 27px;
	text-align: left;
	line-height: 27px;
	vertical-align: baseline;
	cursor: pointer;
	border-radius: 32px;
	margin-left: 4px;
	padding-left: 8px;
	padding-top: 2px;
	font-size: 14px;
	background: rgba(0,0,0,0.2);
}
#contentsOverlay {
	box-sizing: border-box;
	display: block;
	position: absolute;
	z-index: 99;
	overflow: hidden;
	bottom: 32px;
	left: 0;
	max-width: 300px;
	background: #FFF;
	background: rgba(255,255,255,0.7);
	border-radius: 0 30px 30px 0;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	top: auto;
	width: 100%;
	text-align: center;
	border-radius: 0;
	max-width: 100%;
}
#pageControls {
	display: block;
	width: 234px;
	overflow: hidden;
	margin: 0 auto;
}
#infoButton {
	position: absolute;
	z-index: 100;
	bottom: 5px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.2);
	border-radius: 40px;
	padding-top: 11px;
	padding-left: 12px;
	cursor: pointer;
	display: none;
}
#infoPane {
	position: absolute;
	z-index: 99;
	overflow: hidden;
	padding: 20px;
	left: 0;
	bottom: 55px;
	background: #233B4E;
	background: rgba(35,59,78,0.6);
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: none;
}
#infoPane img {
	display: block;
	margin-right: 20px;
	max-width: 130px;
}
#closeButton {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 27px;
	height: 27px;
	border: 1px solid #FFF;
	font-size: 19px;
	font-weight: normal;
	line-height: 19px;
	border-radius: 28px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 6px;
	padding-top: 3px;
	cursor: pointer;
}