body {
	font-family: 'Raleway'; 
}
header .logo img {
	width: 140px;
}
header .logo {
	font-family: 'Oswald';
	font-size: 44px;
	color: #004494;
}
header .logo span {
	font-size: 60%;
	color: #c72028;
}
header {
	padding: 10px;
}
header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 240px;
	font-size: 12px;
	text-align: center;
	float: right;
}
header ul li {
	width: 33%;
	float: left;
	border-left: 1px dotted #ccc;
	padding: 0;
	margin: 0;
}
header ul li:first-child {
	border-left: 0;
}
header ul li a {
	display: block;
	color: #2D76C3;
	width: 100%;
	padding: 5px;
}
header ul li.active {
	background: #2D76C3;
	color: #fff;
}
nav {
	
}
nav ul {
	list-style: none;
	clear: both;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border-top: 5px solid #2D76C3;
	background: #eee;
	text-transform: uppercase;
}
header ul:before, nav ul:before,
header ul:after, nav ul:after {
  content: '';
  display: table;
}
header ul:after, nav ul:after {
  clear: both;
}
nav ul li {
	width: 20%;
	float: left;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 0;
	margin: 0;
}
nav ul li:first-child {
	border-left: 0;
}
nav ul li a {
	display: block;
	color: #2D76C3;
	width: 100%;
	padding: 5px;
}
nav ul li.active {
	border-bottom: 2px solid #2D76C3;
}
nav ul li.active > a {
	background: #2D76C3;
	color: #fff;
}
nav .dropdown-menu {
	text-transform: none;
	font-weight: normal;
}
nav .dropdown-menu img {
	width: 20px;
}
h2 {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}
.google-map-holder {
	position: relative;
}
.project-overview {
	display: none;
	position: absolute;
	max-width: 240px;
	background: rgba(255,255,255, .9);
	top: 0;
	right: 0;
	padding: 10px;
	font-size: 16px;
}
.project-overview h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #187d3e;
}
.project-overview label {
	font-size: 11px;
	color: #1261CC;
	text-transform: uppercase;
	display: block;
	padding: 10px 0 0 0;
	margin: 0;
}
.project-details {
	position: relative;
}
.project-details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.project-details li {
	display: block;
	margin: 5px;
	padding: 0 10px 10px 50px;
	font-size: 20px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: top left;
}
.project-details li span {
	text-align: right;
	display: block;
	font-weight: bold;
	font-family: 'Saira';
	font-size: 20px;
}
.google-map {
	width: 100%;
	height: 500px;
	background: #ccc;
}

.project-name {
	background-image: url('../images/backgrounds/project-name.png');
}
.project-description {
	font-size: 12px !important;
}
.start-date {
	background-image: url('../images/backgrounds/project-start.png');
}
.project-value {
	background:url('../images/backgrounds/project-value.png') no-repeat;
	font-size: 20px;
}

.project-details {
	padding-bottom: 10px;
}
.project-details li label {
	font-size: 11px;
	color: #1261CC;
	text-transform: uppercase;
	display: block;
	padding: 0;
	margin: 0;
}
.project-loading {
	position: absolute;
	top: 50px;
	left: 10px;
	right: 10px;
	border:1px solid #888;
	background: rgba(0, 0, 0, .9);
	padding: 20px;
	text-align: center;
	color: #fff;
}

#chart1, #chart2, #chart3 {
	display: none;
	width: 100%;
	height: 300px;
	padding: 5px;
	border: 3px solid #eee;
	margin-top: 10px;
}