a {
	color: #4fcbd0;
}

.btn-primary, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #4fcbd0;
    border-color: #4fcbd0;
}

h1, h2, h3, h4 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
}

h4 {
	font-size: 24px;
}

#nav {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	background: #2f2f2f;
	font-weight: bold;
	border-radius: 0;
	font-size: 16px;
	margin: 0;
}

#nav #navbar ul.nav li a {
	color: #fff;
}

#nav #navbar ul.nav li.dropdown ul.dropdown-menu li a {
	color: inherit;
}

#nav #navbar ul.nav li.active a {
	background: transparent;
	font-weight: 700;
	color: #66cec8;
}

#nav #navbar ul.nav li a .count {
	display: inline-block;
	border-radius: 12px;
	background: #4fcbd0;
	position: absolute;
	text-align: center;
	line-height: 12px;
	font-size: 8px;
	height: 12px;
	width: 12px;
	left: 22px;
}

#header {
	background: url('../img/header-background.jpg');
	margin-bottom: 40px;
}

#header.home {
	height: 800px;
}

#header .navbar {
	padding: 40px 0;
}

#header .navbar li a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: bold;
	color: #fff;
}

#header .navbar li a:hover {
	background: #4fcbd0;
	border-radius: 4px;
}

@media (max-width: 992px) {
	#nav #navbar li form {
		margin: 0 15px!important;
	}
}