body {
	background-color: #eee;
}
h4 {
    color: #ed1c24;
}
a {
	color: #ed1c24;
}
a:hover, a:focus {
	color: #b21203;
	text-decoration : none;
}
.btn-primary {
	background-color: #ed1c24;
	border-color: #ed1c24;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-sas.active {
	background-color: #b21203;
	border-color: #b21203;
}
.btn-outline {
	background-color: transparent;
	border-color: #3d3c3b;
	color: #3d3c3b;
	text-transform: uppercase;
	text-align: left;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	background-color: #3d3c3b;
	border-color: #3d3c3b;
	color: #fff;
}
.btn-dark {
	background-color: #3d3c3b;
	border-color: #3d3c3b;
	color: #fff;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
	background-color: #333;
	border-color: #333;
	color: #fff;
}
.btn-action {
	background-color: #ed1c24;
	border-color: #ed1c24;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.btn-action:hover, .btn-action:focus, .btn-action:active, .btn-action.active {
	background-color: #b21203;
	border-color: #b21203;
	color: #fff;
}
header {
	background-color: #3d3c3b;
}
.top {
    color: #fff;
    background-color: #3d3c3b;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	text-transform: none;
}
@media (max-width: 767px) {
    .top {
        display:none;
    }
}
header .input-lg, header .select-lg {
	border-color: #3d3c3b;
}

.navbar {
	background-color: #ed1c24;
}
.navbar-inverse {
    -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-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #c9302c;
}
.navbar-header, .navbar-brand, .navbar-collapse {
    height: 70px;
}
.navbar-brand {
    padding: 19px 15px;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -20px;
    }
}
@media (max-width: 767px) {
    body {
        padding-top: 65px;
    }
    .navbar {
        height: 65px;
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        z-index: 1030;
    }
    .navbar-brand {
        padding: 14px 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: #ed1c24;
    padding-top: 5px;
}
.navbar.side-menu .navbar-nav > li > a {
    color: #fff;
}
.navbar.side-menu .navbar-nav > li > a:hover {
    color: #fff;
}
.navbar.side-menu .navbar-nav > li.active > a {
    color: #fff;
}
.navbar-trigger-open {
    margin-top: 14px;
}
.navbar-trigger-open a {
    color: #fff;
}
span.navbar-trigger-close {
    margin-top: 14px;
}
span.navbar-trigger-close a {
    color: #fff;
}
span.navbar-trigger-close a:hover {
    color: #fff;
}

/* FEATURED PROPERTIES CAROUSEL
-------------------------------------------------- */

#featuredProperties {
	overflow: hidden;
	border-radius: 6px;
}
#featuredProperties .carousel-caption {
	background-color: #fff;
}
#featuredProperties .carousel-caption h3 {
	color: #ed1c24;
}
.featured h1 {
	color: #ed1c24;
	font-weight: 700;
}
.featured h1 em {
	font-family: Rochester, Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.475em;
	color: #ed1c24;
	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: #ed1c24;
	margin-top: 5px;
}
.featured-property .property-info p {
	margin: 0;
	color: #222;
}
.featured-property .property-info p.text-muted {
	color: #777;
}

/* MARKETING CONTENT
-------------------------------------------------- */

section {
	background-color: #eee;
}
section.shaded {
	background-color: #fff;
}
section.push-up {
	margin-top: -60px;
}
section.shaded-dark {
	background-color: #ddd;
}
section.featured {
	background-color: #eee;
}
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: #ed1c24;
	font-weight: 700;
}
.home-search .btn-inactive, .btn-inactive:hover, .btn-inactive:focus {
	background-color: rgba(255, 255, 255, 0.65);
	color: #474747;
	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 #ccc;
	-moz-box-shadow: 0 3px 0 -1px #ccc;
	box-shadow: 0 3px 0 -1px #ccc;
}
.home-search .input-lg {
	height: 40px;
	line-height: 40px;
	padding: 7px 15px;
	font-size: 16px;
	border-radius: 4px;
}
@media (max-width: 767px) {
	section {
		padding: 40px 0;
	}
}

.widget {
	background-color: #dddcdb;
}
.widget-form, .widget-content {
    background-color: #fff;
}
h4 {
	color: #ed1c24;
}
.widget h4 {
	color: #ed1c24;
	color: #ed1c24;
}
.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: #3d3c3b;
	color: #fff;
	font-size: 16px;
	padding: 30px 15px 25px;
	-webkit-box-shadow: 0 3px 0 -1px #ccc;
	-moz-box-shadow: 0 3px 0 -1px #ccc;
	box-shadow: 0 3px 0 -1px #ccc;
}
.featurette.shaded h4 {
	color: inherit;
	font-weight: 700;
	text-transform: uppercase;
}
.featurette a {
	color: #fff;
}
.featurette a:hover, .featurette a:focus {
	color: #fff;
	text-decoration: none;
}
.featurette .huge-icon {
	font-size: 80px;
	line-height: 80px;
	color: #ed1c24;
}

.home-banner {
	padding: 100px 0 0;
	height: 500px;
	background: url('../img/banners/home-slider-1.jpg') center center no-repeat;
	background-size: cover;
	margin-bottom: 0;
	text-align: center;
}
.home-banner .container {
	text-align: right;
}
.home-banner h1 {
	color: #fff;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.75), 0 0 20px rgba(0, 0, 0, 0.5);
	font-weight: 400;
	font-size: 3.725em;
	line-height: 1.35em;
}
.home-banner h1 em {
	font-family: Rochester, Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.75em;
	font-weight: 400;
}
@media (max-width: 991px) {
    .home-banner h1 {
        font-size: 2.725em;
    }
    .home-banner h1 em {
        font-size: 1.5em;
    }
}
@media (max-width: 767px) {
    .home-banner {
        padding-top: 50px;
        height: 300px;
    }
    .home-banner h1 {
        font-size: 1.725em;
    }
    .home-banner h1 em {
        font-size: 1.5em;
    }
}

.property-card {
	background-color: #fff;
}
.property-card-list {
	padding: 0;
}
.property-card-caption {
	height: 172px;
}
.property-card-caption .small, .property-card-caption small {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.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: #ed1c24;
	font-size: 20px;
	line-height: 24px;
}
@media (max-width: 767px) {
	.property-header {
		padding: 0;
	}
}
.overlay-under-offer { background: url("../img/overlay-under-offer.png") no-repeat scroll 0 0 transparent; }
.overlay-sold { background: url("../img/overlay-sold.png") no-repeat scroll 0 0 transparent; }
.overlay-sold-stcm { background: url("../img/overlay-sold-stcm.png") no-repeat scroll 0 0 transparent; }
.overlay-featured { background: url("../img/overlay-featured.png") no-repeat scroll 0 0 transparent; }
.overlay-let-agreed { background: url("../img/overlay-let-agreed.png") no-repeat scroll 0 0 transparent; }
.overlay-new-price { background: url("../img/overlay-new-price.png") no-repeat scroll 0 0 transparent; }

.full-height-container {
    top: 205px;
}

.list-group-item > .badge {
	color: #ed1c24;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: 300;
	min-width: 0;
	background-color: transparent;
	border-radius: 0;
}

footer {
	color: #fff;
	background-color: #3d3c3b;
}
footer a {
	color: #999;
}
footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: none;
}
