body {
	background: #f5f5f5 url(../images/background.png);
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #575756;
	padding-top: 90px;
	font-size: 16px;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	color: #d9271b;
	font-weight: 400;
	text-transform: uppercase;
}



h1 {

}


a {
	color: #d9271b;
}

a:hover {
	color: #575756;
}


.empower-footer {
	font-weight: 700;
}


/*

	Grey   #575756
	Red    #d9271b


/* HEADER/NAV */

.nav-background {
	background-color: #575756;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 12px 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #dadada;
}


.navbar-default .navbar-right > li > a {
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #575756;
}

.navbar-header a {
	color: #fff;
}

.navbar-header i {
	font-size: 30px;
	margin: 10px 20px 0 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


.lowercase {
	text-transform: none;
}

.header {
	padding-bottom: 5px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #575756;
    color: #fff;
}

.dropdown-menu > li > a {
    margin: 5px 0;
     text-transform: uppercase;
    font-size: 15px;
}

.header-phone {
	font-size: 20px;
	font-weight: 700;
	color: #d9271b;
	margin: 0;
	line-height: 20px;
}

.header-email {
	font-size: 16px;
	font-weight: 400;
	color: #575756 ;
	margin: 0;
}

.header-email a {
	color: #575756 ;
}

.header-email a:hover {
	color: #d9271b;
}


.empower-header-logo {
	padding-right: 0;
	margin-top: 10px;
}

.nhs-header-logo {
	margin-top: 10px;
}


/*  HOME  */

.main-heading {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 400;
	color: #575756;
}

.secondary-heading {
	margin-bottom: 0;
	margin-top: 0;
	color: #d9271b;
	font-size: 42px;
	font-weight: 700;
}


.signoff-text {
	font-size: 20px;
	font-weight: 700;
	color: #d9271b;
	margin: 0;
}

.slider-image {
	width: 100%;
	height: 100%;
}

.intro-text {
	font-weight: 400;
}




.carousel-action {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	background-color: #d9271b;
	z-index: 999;
}

.carousel-action p {
	font-size: 17px;
	color: #fff;
	margin: 5px 0 0 0;
	font-weight: 400;
}

.carousel-action h4 {
	font-size: 32px;
	color: #fff;
	margin: 0;
	text-transform: none;
	font-weight: 700;
}

.carousel-action a {
	color: #fff;

	text-decoration: underline;
}

.carousel-action a:hover {
	color: #575756;
	text-decoration: underline;
}



.carousel-indicators li {
    background-color: #dadada;
    border: none;
    height: 8px;
    width: 8px;
}

.carousel-indicators .active {
    background-color: #fff;
    border: none;
    height: 8px;
    margin: 0;
    width: 8px;
}

.carousel-indicators {
	display: none;
}


.carousel-caption-left {
	left: 0;
	bottom: 10%;
	position: absolute;
	z-index: 10;
	text-align: left;
}

.carousel-caption-middle {
	bottom: 20%;
	left: 50%;
    transform: translate(-50%, 0);
	position: absolute;
	z-index: 10;
	text-align: center;
}

.carousel-caption-right {
	right: 0;
	top: 40%;
	position: absolute;
	z-index: 10;
	text-align: right;

}

.carousel-inner p {
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.carousel-inner a {
	color: #fff;
	text-decoration: underline;
}



.mobile-caption {
	background-color: #5fbf5b;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


.teaches {
	background-color: #fff;
	padding-top: 45px;
	padding-bottom: 25px;
}

.teaches-icons > .red  {
	color: #d9271b;
}

.teaches-icons {
	color: #575756;
}

.icon-medication {
	color: #EBA627;
}

.icon-lifestyle {
	color: #68BB5D;
}

.icon-diet {
	color: #394189;
}

.icon-control {
	color: #AD5893;
}

.icon-goals {
	color: #D9271B;
}

.teaches i {
	font-size: 145px;
}

.teaches-icon {
	margin-top: 25px;
	margin-bottom: 25px;
}

.teaches-icon p {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 26px;
	margin-top: 15px;
}

.home-phone {
	color: #d9271b;
	font-weight: 700;
	margin: 20px 0;
	font-size: 30px;
}


/* Content Page */

.sidebar {
	background-color: #fff;
	padding:  15px;
}

.sidebar p {
	font-size: 14px;
}

.sidebar h2 {
	font-size: 20px;
	line-height: 26px;
	text-transform: none;
}

.sidebar h4 {
	color: #575756;
	margin-top: 0;
	font-weight: 700;
}

.sidebar-red {
	background-color: #d9271b;
}

.main-content h1 {
	font-weight: 700;
	margin-top: 0;
}

.main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
	color: #575756;
}

.main-content img {
	width: 100% !important;
	height: auto !important;
}

/* TEAM */

.team-member {
	background-color: #fff;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 885px;
}

.team-member h3 {
	color: #575756;
	margin-top: 0;
}

.team-member p {
	font-size: 14px;
}



/* FAQ's */

.faq-signoff {
	font-weight: 400;
	font-size: 28px;
	color: #d9271b;
}

.faqs blockquote {

	border-left: 5px solid #d9271b;
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
}


/* CONTACT */

#map {
	height: 300px;
}


/* LOCAL SERVICES */

.appleapp {
	margin-top: 12px;
	padding: 0;
	margin-bottom: 20px;
}

.andriodapp  img  {
	width: 100%;
}

.andriodapp  {
	padding: 0;
	margin-bottom: 20px;
}

.smartphone-sidebar h3 {
	font-weight: 700;
}

.smartphone-sidebar h4 {
	border-top: 1px solid #d9271b;
	padding-top: 20px;
	margin: 20px 0 10px 0;
	clear: both;
}


.sidebar-download i {
	text-align: center;
	font-size: 60px;
	color: #d9271b;
}

.sidebar-download {
	border-top: 1px solid #575756;
	border-bottom: 1px solid #575756;
	margin-top: 45px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.sidebar-review p {
	font-style: italic;
	font-size: 15px;
}

.local-services {
	padding: 15px;
	background: url(../images/background-dark.png);
	margin-bottom: 20px;
}

.local-icon i {
	font-size: 145px;
	color: #d9271b;
	text-align: center;
	width: 100%;
}

/* FOOTER */


footer {
	padding-top: 25px;
	padding-bottom: 15px;
	background-color: #575756;
	color: #fff;
}



footer a {
	color: #fff;
	text-decoration: underline;
}

footer a:hover {
	color: #d9271b;
}

.footer-logos {
	font-size: 50px;
	line-height: 50px;
	margin-top: 0;
}

.footer-logos a {
	color: #fff;
}

.footer-logos i {
	margin-left: 10px;
}

.footer-logos a:hover {
	color: #d9271b;
}


.footer-info {
	margin-top: 20px;
	border-top: 1px solid #fff;
	padding-top: 10px;
}

.footer-info p {
	margin-top: 0;
	margin-bottom: 5px;
}

.footer-phone {
	margin-top: 20px;
}



/* GENERAL */

.space40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.spacetop40 {
	margin-top: 40px;
}

.space20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.spacetop20 {
	margin-top: 20px;
}

.btn-primary {
    background-color: #d9271b;
    border-color: #d9271b;
    color: #fff;
}

.btn-primary:hover {
    background-color: #575756;
    border-color: #575756;
    color: #fff;
}

.btn-primary:focus {
    background-color: #575756;
    border-color: #575756;
    color: #fff;
}


@media(max-width:767px){}
@media(min-width:768px){

	#map {
	height: 500px;
	}

	body {
		padding-top: 110px;
	}


	.empower-header-logo {
	padding-right: 90px;
	margin-top: 10px;
	}
	.nhs-header-logo {
	padding-left: 40px;
	}
	.carousel-indicators li {
    height: 20px;
    width: 20px;
}

.carousel-indicators .active {
    height: 20px;
    width: 20px;
    background-color: #d9271b;
}
.main-content h1 {
	font-size: 40px;
}
.main-heading {
	font-size: 36px;
}

.secondary-heading {
	font-size: 66px;
}
.footer-phone {
	margin-top: 0;
}


.carousel-inner p {
	font-weight: 700;
	color: #fff;
	padding: 15px;
	
	width: auto;
	font-size: 16px;
	margin: 0;
}



}
@media(min-width:992px){

	#map {
	height: 300px;
	}
	body {
		padding-top: 115px;
	}
	.header-phone {
	font-size: 28px;
	font-weight: 700;
	margin: 10px 0 0 0;
}

.carousel-inner p {
	font-size: 20px;
}

.navbar-default .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}

.header-email {
	font-size: 22px;
}

.teaches i {
    font-size: 115px;
}


.local-icon i {
    font-size: 115px;
}
.teaches-icon p {
    font-size: 18px;
}

}
@media(min-width:1200px){
	#map {
	height: 500px;
	}
	.navbar-default .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}
.carousel-inner p {
	font-size: 26px;
}
.teaches i {
    font-size: 145px;
}
.teaches-icon p {
    font-size: 22px;
}
}
