body {
	background-color: #e7e5e1;
	font-size: 16px;
	padding-top: 80px;
}
.btn-primary {
    background-color: #20468b;
    border-color: #20468b;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-sas.active {
    background-color: #036;
    border-color: #036;
}
.btn-outline {
    border-color: #20468b;
    color: #20468b;
    text-transform: none;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    background-color: #20468b;
    border-color: #20468b;
}
.btn-dark {
    background-color: #036;
    border-color: #036;
    color: #fff;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
    background-color: #036;
    border-color: #036;
    color: #fff;
}
.btn-alt {
    background-color: #fcdf05;
    border-color: #fcdf05;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-alt:hover, .btn-alt:focus, .btn-alt:active, .btn-alt.active {
    background-color: #e3c600;
    border-color: #e3c600;
    color: #111;
}
.btn-action {
    background-color: #ea212d;
    border-color: #ea212d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action.active {
    background-color: #9a222a;
    border-color: #9a222a;
    color: #fff;
}
header {
	background-color: #20468b;
}
.header-tab {
	background-color: #ea212d;
	color: #fff;
	padding: 0 15px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: inline-block;
}

input.input-lg, select.input-lg {
	color: #474541;
	border: 1px solid #d7d5d1;
}
header .input-lg, header .select-lg {
	border-color: #036;
}
.input-lg::-webkit-input-placeholder { /* WebKit browsers */
	color: #979591;
}
.input-lg:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #979591;
}
.input-lg::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #979591;
}
.input-lg:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #979591;
}
form .has-feedback .form-control-feedback {
	color: #b7b5b1;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #20468b;
}
.typeahead s {
	color: #979591;
}

.navbar {
	height: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
}
.navbar-default {
	border-bottom: 1px solid #c7c5c1;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}
.navbar-default .navbar-nav > li > a {
	color: #20468b;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ea212d;
}
.navbar-header, .navbar-brand, .navbar-collapse {
	height: 70px;
}
.navbar-brand {
	padding: 0 15px;
}
.navbar-brand img {
	height: 70px;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand {
		margin-left: -20px;
	}
}
@media (max-width: 767px) {
	body {
		padding-top: 60px;
	}
	.navbar {
		height: 60px;
	}
	.navbar-default {
		border-bottom: 1px solid #b7b5b1;
	}
	.navbar-brand {
		padding: 0;
		margin-top: 5px;
		height: 40px;
	}
	.navbar-brand img {
		height: 40px;
	}
	.navbar-default .navbar-toggle {
		border: none;
		padding: 10px 0;
		margin-top: 4px;
		margin-right: 0;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #20468b;
		width: 25px;
		height: 3px;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 5px;
	}
}

.navbar.side-menu {
    background-color: #fff;
}
.navbar.side-menu .navbar-nav > li > a {
    color: #20468b;
}
.navbar.side-menu .navbar-nav > li > a:hover {
    color: #ea212d;
}
.navbar.side-menu .navbar-nav > li.active > a {
    color: #ea212d;
}
.navbar-trigger-open a {
    color: #20468b;
}
span.navbar-trigger-close a {
    color: #20468b;
}
span.navbar-trigger-close a:hover {
    color: #ea212d;
}

/* FEATURED PROPERTIES CAROUSEL
-------------------------------------------------- */

#featuredProperties {
	overflow: hidden;
	border-radius: 6px;
}
#featuredProperties .carousel-caption {
	background-color: #fff;
}
#featuredProperties .carousel-caption h3 {
	color: #20468b;
}
.featured h1 {
	color: #20468b;
	font-weight: 700;
}
.featured h1 em {
	font-family: Rochester, Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.475em;
	color: #ea212d;
	letter-spacing: 0;
}
.featured-property {
	background-color: #fff;
	border-radius: 6px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 3px 0 -1px #c7c5c1;
	-moz-box-shadow: 0 3px 0 -1px #c7c5c1;
	box-shadow: 0 3px 0 -1px #c7c5c1;
}
.featured-property .img-responsive {
	margin-bottom: 0;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.featured-property .property-info {
	text-align: center;
	padding: 15px;
}
.featured-property .property-info h2 {
	font-weight: 700;
	color: #ea212d;
	margin-top: 5px;
}
.featured-property .property-info p {
	margin: 0;
	color: #20468b;
}
.featured-property .property-info p.text-muted {
	color: #777571;
}

/* MARKETING CONTENT
-------------------------------------------------- */

section {
	background-color: #e7e5e1;
}
section.shaded {
	background-color: #fff;
}
section.push-up {
	margin-top: -60px;
}
section.shaded-dark {
	background-color: #d7d5d1;
}
section.featured {
	background-color: #e7e5e1;
}
section.home-search {
	background-color: transparent;
	padding: 0;
	margin-top: -100px;
}
.home-search .container {
	padding-bottom: 5px;
}
.home-search .btn-group > .btn-lg {
	margin-right: 0;
	border-radius: 6px 6px 0 0;
	font-size: 18px;
	padding: 16px 30px;
	height: 50px;
}
.home-search .btn-active {
	background-color: #fff;
	color: #20468b;
	font-weight: 700;
}
.home-search .btn-inactive, .btn-inactive:hover, .btn-inactive:focus {
	background-color: rgba(255, 255, 255, 0.65);
	color: #474541;
	font-weight: 400;
}
.home-search form {
	padding: 30px 30px 17px;
	background-color: #fff;
	border-radius: 0 6px 6px 6px;
	-webkit-box-shadow: 0 3px 0 -1px #c7c5c1;
	-moz-box-shadow: 0 3px 0 -1px #c7c5c1;
	box-shadow: 0 3px 0 -1px #c7c5c1;
}
@media (max-width: 767px) {
	section {
		padding: 40px 0;
	}
}

.widget {
	background-color: #f7f5f1;
}
h4 {
	color: #20468b;
}
.widget h4 {
	color: #20468b;
}
.widget .list-group-item {
	border-radius: 4px;
	margin-top: 5px;
	padding: 7px 10px;
	font-size: 14px;
	border-color: #d7d5d1;
}
.marketed-by {
	text-align: center;
}
.marketed-by h4 {
	padding-bottom: 19px;
}

.featurette.shaded {
	background-color: #fff;
	color: #20468b;
	font-size: 16px;
	padding: 30px 45px 25px;
}
.featurette.shaded h4 {
	color: inherit;
	font-weight: 700;
	text-transform: uppercase;
}
.featurette a {
	color: #20468b;
}
.featurette a:hover, .featurette a:focus {
	color: #ea212d;
	text-decoration: none;
}
.featurette .huge-icon {
	font-size: 80px;
	line-height: 80px;
	color: #ea212d;
}

.home-banner {
    padding: 0 0 100px;
	height: 600px;
    width: 100%;
	background: url('../img/banners/home-slider-sofa1.jpg') left center no-repeat;
	background-size: cover;
	margin-bottom: 0;
	/*text-align: center;*/
    display: table;
}
.home-banner .container-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.home-banner .container {
    text-align: left;
}
/*
.home-banner h1 {
    color: #333;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.25);
	font-weight: 400;
	font-size: 2.25em;
	line-height: 1.25em;
}
.home-banner h1 strong {
    text-transform: uppercase;
}
*/
.home-banner h1 {
    color: #20468b;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    font-size: 2.25em;
    line-height: 1.25em;
}
.home-banner h1 strong {
    color: #ea212d;
}
.home-banner h1 small {
    color: #ea212d;
}
@media (max-width: 991px) {
    /*
    .home-banner h1 {
        font-size: 2em;
    }
    */
    .home-banner h1 {
        font-size: 1.75em;
    }
}
@media (max-width: 767px) {
    .home-banner {
        height: 500px;
    }
    /*
    .home-banner h1 {
        font-size: 1.75em;
    }
    */
    .home-banner h1 {
        font-size: 1.5em;
    }
}

.property-card {
	background-color: #fff;
}
.property-card-list {
	padding: 0;
}
.property-card-grid .property-card-caption {
	height: 172px;
}
.property-card-caption .small, .property-card-caption small {
	font-size: 14px;
	line-height: 22px;
	color: #676561;
}
.property-card-grid .property-card-img {
	height: 240px;
	border-radius: 5px 5px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.property-card-grid .property-card-img {
		height: 195px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.property-card-grid .property-card-img {
		height: 230px;
	}
}
.property-card-list .property-card-img {
	border-radius: 5px 0 0 0;
	margin: 0;
}
.property-card-grid .property-card-caption {
	padding: 15px;
}
.property-card-list .property-card-caption {
	padding: 15px 0;
}
.property-card-grid .property-card-action {
	margin: 15px 0 0;
}
.property-card-list .property-card-action {
	margin: 0;
}
.property-card-grid .property-card-action .btn-action {
	border-radius: 0 0 5px 5px;
	height: 46px;
	line-height: 24px;
}
.property-card-list .property-card-action .btn-action {
	border-radius: 0 0 0 5px;
}
.property-header {
	background-color: transparent;
	border-radius: 0;
	padding: 0 0 15px;
}
.property-header h4 {
	color: #20468b;
	font-size: 20px;
	line-height: 24px;
}
@media (max-width: 767px) {
	.property-header {
		padding: 0;
	}
}
.overlay-under-offer { background: url("https://newman-properties.co.uk/img/overlay-under-offer.png") no-repeat scroll 0 0 transparent; }
.overlay-sold { background: url("https://newman-properties.co.uk/img/overlay-sold.png") no-repeat scroll 0 0 transparent; }
.overlay-sold-stcm { background: url("https://newman-properties.co.uk/img/overlay-sold-stcm.png") no-repeat scroll 0 0 transparent; }
.overlay-featured { background: url("https://newman-properties.co.uk/img/overlay-featured.png") no-repeat scroll 0 0 transparent; }
.overlay-let-agreed { background: url("https://newman-properties.co.uk/img/overlay-let-agreed.png") no-repeat scroll 0 0 transparent; }
.overlay-new-price { background: url("https://newman-properties.co.uk/img/overlay-new-price.png") no-repeat scroll 0 0 transparent; }
.overlay-open-viewing { background: url("https://newman-properties.co.uk/img/overlay-open-viewing.png") no-repeat scroll 0 0 transparent; }
.overlay-closing-date { background: url("https://newman-properties.co.uk/img/overlay-closing-date.png") no-repeat scroll 0 0 transparent; }

.full-height-container {
    top: 80px;
}

.list-group-item > .badge {
	color: #20468b;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: 300;
	min-width: 0;
	background-color: transparent;
	border-radius: 0;
}

footer {
	color: rgba(255, 255, 255, 0.65);
	background-color: #20468b;
}
footer a {
	color: #fff;
}
footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: underline;
}

section.abs-overlay {
	padding: 0;
}
.abs-overlay .container {
	position: relative;
}
.bpa-wrapper {
	position: absolute;
	right: 15px;
	top: -6px;
}
.bpa-wrapper img {
	height: 300px;
}
#cookieNotice {
	padding: 24px 40px;
	background: rgba(0, 0, 0, 0.9);
}
#cookieNotice #acceptCookies {
	top: 25px;
}