

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.navbar {
	padding: 0px 0 0px 0;
}

.navbar-brand {
	width: 236px;
	height: 75px;
	margin: 5px 0px 5px 0px !important;
	text-indent: -10000px;
	background: url('../img/logo22.png') no-repeat;
}

.header-promo {
	position: relative;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: 100% 100%;
	background: #149c82;
	color: #FFF;
	padding: 20px 0 30px 0;
}

.header-promo input {
	color: #555555;
}

.header-promo form {
	color: #3e3f3a !important;
}

.header-usp {
	font-size: 14px;
	color: #FFF;
	margin: 32px 0 0 0;
}

.header-usp span {
	display: block;
	text-align: right;
	font-size: 45px;
	top: 14px;
}

.header-usp-more {
	padding: 10px 0 0 14px;
}


/*--- ADMIN STYLES ---*/

/*-- Nav --*/

.list-group > .active {
	border: 1px solid #28b62c !important;
	background: #28b62c !important;
}















