@charset "UTF-8";
/* CSS Document */
/* Resets */
* {
	box-sizing: border-box;
}
/* Debug */
#debug {
	position:absolute;
	bottom: 0;
	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;
}
/* 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: #ededed;
	padding:10px 20px 30px 20px;
	overflow: auto;
	color: #666;
	border-right: 1px solid #CCC;
	z-index: 1;
}
#icon {
	display: block;
	width: 100%;
	height: auto;
	margin: 5px auto;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #1E85B1;
}
/* 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: #666;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-decoration: none;
	cursor:pointer;
}
a.listlink:hover {
	background: rgba(0,0,0,0.1);
}
.popup_wrapper {
	position: relative;
	display: block;
	width: 300px;
	overflow: hidden;
	/*background: #CCC;*/
	font-size: 12px;
}
.popup_name {
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.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%;
	}
	.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;
	right: 0;
	top: 0;
	background: rgba(237,237,237,0.94);
	border-bottom: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	width: 200px;
	height: 50px;
	border-radius: 0 0 0 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);
}
#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;
	}
}