#loading {
	background-image:url("icons/loading.gif");
	background-repeat:no-repeat;
	background-position:center center;
	background-color: #052530;
	
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index:1000;
}

.at4-share-title {
	display: none;
}

#splashHeading  {
	position: fixed;
	bottom: 10px;
	left: 10px;
}

.fullLeft {
	text-align: left;
	width: 100%;
}

.input_button {
	padding:0px 0px;
	margin:2px;
	cursor: pointer;
}

.input_button {
	position:relative;
	right:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background: #ffb400 left top repeat-x;
	border:0 none;
	color:#191919;
	text-align:center;
	font-weight:bold;
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
}

h2 {	
	color: #ffffff;
	text-shadow:2px 2px 1px black;
	margin:0px;
	padding:0 5px 5px 0;
}

#mobileButton {
	position: absolute;
	width: 35px;
	left: 3px;
	height: 26px;
	top: 255px;
	background-color: #ffffff;
	z-index: 500;
	font-size: 160%;
	transform: rotate(270deg);
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: none;
}

#heading {
	text-align:left;
	margin-bottom:0px;
	padding-bottom:0px;
}

html, body {
	margin:0px auto 0px auto;
	text-align:center;
	height: 100%; margin:0px; padding: 0px;
	font-family: "Trebuchet MS", verdana, sans-serif;
}

#map {
	min-height: 100%;
	background-color: #052530;
}

#markerContainer {
	position:fixed;
	bottom:12px;
	left:180px;
	right:10px;
	margin:0px auto 0px auto;
	text-align:center;
	width: auto;
	z-index:500;
}

#inputUpload {
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:rgba(45,45,45,1);
	border:1px solid #222;
	margin:0px auto 0px auto;
	width:auto;
	padding:15px 15px 17px 15px;
}

.leaflet-container .leaflet-control-mouseposition {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #bbb;
  padding: 0 5px;
  margin: 15px;
  color: #333;
  font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}





.leaflet-control-minimap {
    border:solid rgba(255, 255, 255, 1.0) 3px;
    box-shadow: 0 1px 7px #999;
    background: #052530;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    transition: all .2s;
}

.leaflet-control-minimap a {
    background-color: rgba(255, 255, 255, 1.0);
    background-position: 1px 2px;
    background-repeat: no-repeat;
    display: block;
    outline: none;
    z-index: 99999;
    transition: all .2s;
}

.leaflet-control-minimap a.minimized {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.leaflet-control-minimap-toggle-display {
    background-image: url("icons/toggle.png");
    border-radius: 2px 0px 2px 0px;
    height: 19px;
    width: 19px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.addthis_toolbox {
	position: fixed;
	left: 10px;
	top: 72px;
	padding: 3px;
	border-radius: 4px;
}




.hoverL {
	display: none;
}
.hoverR{
	display: none;
}

