@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300");

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333333;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.2em;
}

#menu-handle {
	position: absolute;
	top: 10px;
	right: 0px;
	font-weight: bold;
	background-color: white;
	cursor:pointer;
	border-radius: 5px 0px 0px 5px;
}

.menu-text {
	font-weight: bold;
	margin: 0 10px;
}

.legend {
	font-size: 80%;
}

.legend span.label {
	display: block;
	float: left;
}

.legend span.circle {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 5px;
	margin-left: 0;
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.legend .alert .blue {
	background-color: lightblue;
	border: 1px solid lightblue;
}

.legend .alert .green {
	background-color: green;
	border: 1px solid green;
}

.legend .alert .yellow {
	background-color: yellow;
	border: 1px solid yellow;
}

.legend .alert .orange {
	background-color: orange;
	border: 1px solid orange;
}

.legend .alert .red {
	background-color: red;
	border: 1px solid red;
}

.clearfix {
	clear: both;
}

.legend a {
	color: #777;
}

#map {
	height: 100%;
	width: 100%;
}

.slider {
	padding: 0px 50px;
	overflow-y: auto;
}

.bottom-title {
	position: absolute;
	color: #68a1d6;
	bottom: 10px;
	left: 10px;
	z-index: 30;
}

h1 {
	padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
}

h1>span {
    display: block;
    font-size: 11px;
}

.bottom-title .title h1 {
	margin: 0px;
	padding: 0px;
}



/* Form Styles */

label {
    display: block;
    margin: 0px 0px 5px;
}

label>span {
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
}

input[type="text"], input[type="email"], textarea, select {
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 50%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

select {
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-overflow: '';
    width: 50%;
    height: 45px;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 14pt;
	letter-spacing: 0.2em;
	color: #fff;
	background: #67707F url('images/down-arrow.png') no-repeat right;
    background: -moz-linear-gradient(top, #67707F 0%, #888DA0 100%) url('images/down-arrow.png') no-repeat right;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67707F), color-stop(100%,#888DA0)) url('images/down-arrow.png') no-repeat right;
}

textarea {
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 50%;
}

.btn {
    background: #67707F;
	background: -moz-linear-gradient(top, #67707F 0%, #888DA0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67707F), color-stop(100%,#888DA0));
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #fff;
	width: 40%;
	height: 45px;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 14pt;
	letter-spacing: 0.2em;
    border-radius: 4px;
}

.btn:hover {
}

.button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}

.button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}