/* styles.css */

.ng-hide {
	display: none;
}

.disclaimer {
	padding-top: 7px;
}

.open > ul ul.dropdown-menu {
    position: static;
}

.navbar-toggle {
	height: 40px;
	float: left;
	margin-right: 0px;
	margin-left: 15px;
}

.profile .glyphicon-user {
	color: #fff;
}

.profile-toggle {
	display: none;
}

.navbar-toggle.profile,.profile-toggle {
	border: 1px solid #333;
	background-color: transparent;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-bottom: 8px;
    margin-top: 8px;
    border-radius: 50%;
    width: 42px;
}

.navbar-toggle.profile:hover,.profile-toggle:hover,.navbar-brand.logo:hover {
	background-color: #333;
}

.profile-toggle:focus {
	outline-style: none;
}

.navbar-brand.logo {
    border-color: #333;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin: 9px 0px 0 10px;
    padding: 7px 0px 0 7px;
	color: #fff;
	font-size: x-large;
}

#logo {
	background-color: #00f;
	width: 20px;
	height: 20px;
}

body {
	padding-top: 70px;
}


/* Icons */

.footer .icons {
	font-size: x-large;
}

.footer .icons a:hover {
    color: #fff;
    text-decoration: none;
}

@font-face {
	font-family: 'icons';
	src:url('../fonts/icons.eot?em1vsy');
	src:url('../fonts/icons.eot?em1vsy#iefix') format('embedded-opentype'),
		url('../fonts/icons.ttf?em1vsy') format('truetype'),
		url('../fonts/icons.woff?em1vsy') format('woff'),
		url('../fonts/icons.svg?em1vsy#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
	content: "\e900";
}
.icon-facebook:before {
	content: "\e901";
}

/* Partner logos */

.partners {
	background-color: #eee;
}

.partners h3 {
	text-align: center;
	color: #999;
	margin-top: 0;
}

.partner {
	text-align: center;
}

.partner svg, .partner img {
	margin: 1em;
	max-width: 20em;
	max-height: 7em;
}

.blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.blockquote .author {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

.blockquote .author:before {
    content: '\2014 \00A0';
}

/* About us */

.team h1 {
	text-align: center;
}

.team img {
	width: 100%;
	border-radius: 50%;
}

/* Landing page design */

.banner {
	margin: -70px auto 0;
	padding: 190px 0 120px;
	background: #ccc;
	color: #eee;
    text-align: center;
}

.banner img {
	width: 100%;
}

@media (min-width: 1400px) {
	.banner {
	}
}

/* Logo styles */


.st0{
	fill:none;
}

.st1{
	fill:#04A9DD;
}

.st2{
	fill:#5DC2E7;
}

.st3{
	fill:#0882C3;
}

svg {
	max-height: 100%;
}


.map {
	height: 420px;
}

@media (max-height: 500px) {
	.map {
		height: 250px;	
	}
}

@media (max-height: 350px) {
	.map {
		height: 200px;	
	}
}

.angular-leaflet-map {
	width: 100%;
	height: 100%;
}

.section {
	padding-top: 3em;
	padding-bottom: 3em;
}

.highlighted {
	margin: 0 auto;
}

.highlighted.st1 {
    text-align: center;
	color: #fff;
	background: #04A9DD;
}

.highlighted.st2 {
    text-align: center;
	color: #000;
	background: #5DC2E7;
}

.highlighted.st3 {
	background: #0882C3;
}

.footer {
	position:relative;
	text-align:center;
	padding:39px 0 36px; 
	background: #222;
	color:#999;
	margin:0 0; 
	font-size:13px;
	font-weight:400;
}

.footer a {
	color: #999;
}

/* */

@media (max-width: 768px) {
	.banner {
	    padding: 90px 0 30px;
    }

	.sm-collapse {
		display: none;
	}
	
	.navbar-nav.profile .open .dropdown-menu > li > a {
		padding: 0px 15px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .dropdown-menu {
		background-color: #222;
		border-color: #080808;
	}
	
	.navbar-inverse .dropdown-menu > li > a {
		color: #999;
		background-color: transparent;
	}
	
	.navbar-inverse .dropdown-menu > li > a:hover,
	.navbar-inverse .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}
	
	.navbar-inverse .dropdown-menu .divider {
		background-color: #080808;
	}

	.profile-toggle {
		display: inline-block;
	}
	
	.navbar>.container-fluid .navbar-brand.logo {
		margin-left: 0px;
	}
	
}

