  html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #7b1e27;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	height: 100%;
	margin: 0;
	width: 100%;
}

header {
	background-color: #7b1e27;
	border-bottom: 8px solid #440b10;
}

:focus {
	outline-color: #fff;
}

nav {
	position: relative;
}

	nav.header-nav {
		color: #fff;
		height: 5rem;
		padding: 0;
		background: repeat bottom center / auto url('../../img/koaridge/assets/bg-texture3.png');
	}

		nav.header-nav ul {
			background-color: #7b1e27;
		}

		nav.header-nav li {
			padding-left: 1rem;
		}

.navbar-nav a:focus {
	outline: none;
}

nav .navbar-collapse {
	height: 100%;
	position: relative;
	z-index: 1000;
}

.navbar-nav a.dropdown-toggle::after {
	display: inline-block;
	margin-left: .2em;
	vertical-align: .3em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.navbar-nav .show a.dropdown-toggle::after {
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

nav.header-nav button:focus {
	outline: none;
}

nav.header-nav .navbar-toggler-icon {
	color: #fff;
	font-size: 2.5rem;
	height: 2.5rem;
	width: 2.5rem;
}

nav li a.nav-link {
	border-bottom: 2px solid transparent;
	color: #fff;
	display: block;
	font-size: 1.25em;
	padding-bottom: .25rem;
	text-align: center;
	white-space: nowrap;
}

nav .navbar-brand {
	color: #fff;
	margin: 0;
	padding: 0;
	/*width: 300px;*/
	max-height: 5rem;
	z-index: 1000
}

nav .header-ap-wrapper {
	background-color: #7b1e27;
	text-align: center;
	padding: 1rem;
}

nav .header-ap {
	background-color: #440b10;
	font-size: 1rem;
	padding: 1rem;
	right: 0;
	bottom: 0;
	z-index: 1002;
}

	nav .header-ap a {
		color: #fff;
		font-weight: 600;
		text-decoration: underline;
	}

		nav .header-ap a:hover {
			color: #fff;
			font-weight: 300;
		}

nav .nav-dropbar {
	background-color: #440b10;
	display: none;
	height: 5rem;
	width: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	/* STARTS HIDDEN AT TOP*/
	top: 0;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	z-index: 999;
}

.nav-dropbar-menu {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	height: 5rem;
	position: absolute;
	width: 100%;
}

nav .nav-dropbar-item {
	border-bottom: 3px solid transparent;
	margin: 0 1.5rem;
	clear: both;
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	padding-bottom: .2rem;
}

	nav .nav-dropbar-item:hover {
		border-bottom: 3px solid #fff;
		color: #fff;
		-webkit-transition: border-bottom 1s;
		-o-transition: border-bottom 1s;
		transition: border-bottom 1s;
	}

main {
	overflow: hidden;
}

a:hover {
	text-decoration: none;
	color: transparent;
}

.card {
	background: transparent;
	border: 0;
}

.card-img {
	border: 0;
	border-radius: 0;
}

.swiper-button-prev,
.swiper-button-next {
	color: #7b1e27;
}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 2rem;
	}

	.swiper-button-next:hover:after,
	.swiper-button-prev:hover:after {
		color: #440b10;
	}

.swiper-pagination-progressbar {
	background-color: transparent;
	height: .5rem;
	width: 100%;
}

	.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		background: #7b1e27;
	}

.btn {
	border: none;
	border-radius: 0;
	padding: 1rem 1.1rem;
	/*font-size: 1.1875rem;*/
	font-weight: 700;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

	.btn.focus,
	.btn:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	background-color: #f2ede5;
	border-color: #f2ede5;
}

.btn-primary {
	background-color: #7b1e27;
	color: #fff;
	opacity: 1;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
	background-color: #f2ede5;
	color: #7b1e27 !important;
	text-decoration: none;
}

.btn-white {
	background-color: #fff;
	color: #7b1e27;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
	background-color: #7b1e27;
	color: #fff !important;
	text-decoration: none;
}

.header-nav .dropdown-toggle::after {
	display: none;
}

.header-nav .dropdown-menu {
	background-color: #7b1e27;
	border: 0;
	border-radius: 0;
}

	.header-nav .dropdown-menu a {
		color: #fff;
		text-align: center;
	}

	.header-nav .dropdown-menu .dropdown-item:focus,
	.header-nav .dropdown-menu .dropdown-item:hover {
		background-color: #7b1e27;
	}

.section-wrapper {
	margin: 0 auto;
	max-width: 1408px;
	position: relative;
}

.home-hero {
	position: relative;
}

.home-hero-slide {
	position: relative;
}

.home-hero-overlay {
	font-size: 1.5em;
	line-height: initial;
	left: 0;
	margin: 0 auto;
	padding: 0 3rem;
	position: absolute;
	top: 20%;
	width: 100%;
}

.home-hero-logo {
	width: 20rem;
}

.home-hero-overlay .text-left {
	left: 5%;
	position: relative;
	top: 3rem;
}

	.home-hero-overlay .text-left .font-weight-lighter {
		font-size: 2.2rem;
	}

	.home-hero-overlay .text-left small {
		font-size: 1.3rem;
	}

.home-hero-overlay h2 {
	font-size: 2.6rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
}

.home-hero-overlay h3 {
	font-weight: 300;
}

.home-hero-heading {
	font-size: 3.5rem;
	font-weight: 700;
}

.home-hero .btn {
	font-size: .75em;
	padding: .5rem 2rem;
}

.home-hero-caption {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.home-hero-slider {
	border-bottom: .5rem solid #440b10;
}

.home-hero .swiper-hero-prev,
.home-hero .swiper-hero-next {
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

	.home-hero .swiper-hero-prev:hover,
	.home-hero .swiper-hero-next:hover {
		color: #7b1e27;
	}

.home-intro {
	background: repeat-x bottom center / auto url('../../img/koaridge/assets/bg-texture1.png');
	background-color: #510a15;
	padding: 4rem 1rem;
	padding-bottom: 9rem;
}

	.home-intro h2 {
		font-family: 'Lato', sans-serif;
		font-weight: 300;
		font-size: 2.5rem;
	}

	.home-intro .home-intro-text {
		margin-bottom: 3rem;
	}


.home-intro-img {
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
}

.home-intro-text {
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
}

.home-intro p {
	font-size: 1.18rem;
	font-weight: 400;
	line-height: 2.5;
}

.home-lifestyle {
	background-color: #f2ede5;
	color: #7b1e27;
	padding: 6rem 1.25rem;
	position: relative;
}

	.home-lifestyle h2 {
		font-size: 2.5rem;
		font-weight: 300;
		margin-bottom: -.25rem;
	}

.home-lifestyle-tagline {
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

.home-lifestyle .card-img img {
	height: 100%;
}

.home-lifestyle .card-img {
	text-align: right;
}

.home-lifestyle .card {
	position: relative;
	height: 36em;
	/*width: auto;*/
	margin: 0 1rem;
	overflow: hidden;
	width: 26.5rem;
}

	.home-lifestyle .card .btn {
		font-size: 1em;
		position: relative;
		top: 0;
		right: 0;
	}

.home-lifestyle .card-text-wrapper {
	position: absolute;
	top: 15%;
	right: 5em;
}

.home-lifestyle .card-text {
	background-color: #7b1e27;
	color: #fff;
	font-size: 1.2em;
	padding: 1rem;
	width: 16em;
}

.home-lifestyle-slider-controls {
	height: 2rem;
	left: 0;
	margin: 0 auto;
	position: absolute;
	top: 52.5%;
	width: 1408px;
}

	.home-lifestyle-slider-controls .swiper-button-prev {
		left: -3rem;
	}

	.home-lifestyle-slider-controls .swiper-button-next {
		right: -3rem;
	}

.home-community {
	background-color: #fff;
	color: #7b1e27;
}

	.home-community h2 {
		font-size: 2.5em;
		font-weight: 300;
	}

	.home-community h3 {
		font-size: 1.8em;
		font-weight: 400;
	}

.home-community-img {
	position: relative;
}

.home-community-map {
	left: 0;
	position: absolute;
	top: 0;
}

	.home-community-map:hover {
		display: none;
	}

.home-community p {
	color: #222;
	font-size: 1.2rem;
	line-height: 2;
}

.home-community-text {
	padding: 2rem 2rem 6rem;
}

.home-community .btn {
	font-size: 1em;
}

.home-homes {
	background-color: #f2ede5;
	color: #7b1e27;
	padding: 4rem 3.5rem;
	position: relative;
}

	.home-homes h2 {
		font-size: 3rem;
		font-weight: 300;
	}

	.home-homes h3 {
		font-size: 2.25rem;
		font-weight: 400;
	}

	.home-homes .home-homes-tagline {
		font-size: 2.25rem;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 2.5rem;
	}

	.home-homes .card {
		background-color: #274e55;
		border: 0;
		border-radius: 0;
		color: #fff;
		margin: 0 auto;
	}

	.home-homes .card-wrapper:nth-of-type(3n) .card {
		background-color: #282d3c;
	}

	.home-homes .card-wrapper:nth-of-type(2n) .card {
		background-color: #49516d;
	}

	.home-homes .card h3 {
		font-size: 1.75rem;
		font-weight: 400;
		margin-bottom: 0;
	}

	.home-homes .card-body {
		height: 20rem;
		padding: 1rem 2rem;
	}

	.home-homes .card-spec-list {
		font-size: 1.3em;
		font-weight: 400;
		height: 7rem;
		margin-top:10px;
		margin-bottom:10px;
	}

	.home-homes .card a {
		color: #510a15;
		font-size: 1.1875rem;
	}

.home-homes-slider-controls {
	display: none;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.home-homes .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

	.home-homes .swiper-wrapper .card-wrapper {
		margin: 1rem auto;
	}

.swiper-homes-prev {
	left: -3rem;
}

.swiper-homes-next {
	right: -3rem;
}

.home-ap .home-ap-box {
	background-size: cover;
	background-position: center;
	color: #333;
	height: 36em;
	padding: 2rem 6rem;
}

.home-ap .btn {
	font-size: 1rem;
	font-weight: 700;
}

.home-ap-box > img {
	max-width: 45%;
}

.home-ap .home-ap-inner-title {
	border-bottom: 1px solid #510a15;
}

.home-ap .home-ap-notice {
	color: #f8991f;
	font-size: 1em;
	font-weight: 700;
}

.home-ap .home-ap-inner-text {
	background: repeat center / cover url('../../img/koaridge/assets/bg-texture2.png');
	font-size: 1.1em;
	font-weight: 400;
	height: 100%;
	line-height: 1.2;
	padding: 1.5rem;
}

.home-realtor .home-realtor-box {
	background-size: cover;
	background-position: center;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30em;
	position: relative;
}

.home-realtor .home-realtor-inner {
	background: rgba(81,17,10,.9);
	color: #fff;
	font-weight: 300;
	max-width: 50%;
	height: 100%;
	max-height: 40%;
	margin: 0 auto;
	padding: 2rem;
	position: relative;
}

	.home-realtor .home-realtor-inner:hover {
		max-height: 100%;
		max-width: 100%;
		padding: 17% 34%;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}


	.home-realtor .home-realtor-inner h3 {
		font-size: 1.875em;
		font-weight: 300;
	}

.home-gallery {
	padding: 4.25rem 1.5rem;
	background-color: #fff;
	background-size: cover;
	color: #333;
}

	.home-gallery h2 {
		color: #7b1e27;
		font-size: 2.5rem;
		font-weight: 300;
		letter-spacing: 8px;
	}

	.home-gallery .btn {
		position: relative;
		top: 45%;
	}

.home-gallery-box {
	background-size: cover;
	background-position: top center;
	height: 38rem;
	position: relative;
}

/* FEATURE BOXES */
/*.feature-boxes {
	background-color: #f2ede5;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	padding: 3rem 4rem;
}*/

.feature-box-wrapper .feature-box {
	background-size: cover;
	background-position: center;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 25em;
	position: relative;
}

.feature-box-wrapper .feature-box-inner {
	background: rgba(81,17,10,.9);
	color: #fff;
	display: flex;
	font-weight: 300;
	justify-content: center;
	max-width: 60%;
	height: 100%;
	max-height: 40%;
	margin: 0 auto;
	padding: 2rem;
	position: relative;
	text-align: center;
}

	.feature-box-wrapper .feature-box-inner:hover {
		max-height: 100%;
		max-width: 100%;
		padding: 2rem;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		width: 100%;
	}

	.feature-box-wrapper .feature-box-inner h3 {
		font-size: 1.875em;
		font-weight: 300;
	}

/* HOMES NAV */
.homes-nav {
	background-color: #274e55;
	color: #f2ede5;
	font-size: 1.75rem;
	padding: .5rem;
	text-align: center;
}

	.homes-nav h2 {
		font-weight: 300;
		margin-bottom: 0;
	}

	.homes-nav a {
		color: #f2ede5;
		font-weight: 700;
		padding: 0 1.5rem;
		transition: all .5s;
	}

		.homes-nav a:hover {
			color: #49516d;
		}

.homes-subnav {
	background-color: #f2ede5;
}

	.homes-subnav ul {
		display: block;
		font-weight: 700;
		list-style-type: none;
		margin-block-start: 0;
		margin-block-end: 0;
		margin-inline-start: 0;
		margin-inline-end: 0;
		padding-inline-start: 0;
		text-align: center;
	}

		.homes-subnav ul li {
			padding: .5rem 1rem;
		}

		.homes-subnav ul a {
			color: #000;
		}

/* HOMES LIST */
.homes-list {
	background: no-repeat center / cover url('../../img/koaridge/assets/bg-homes.jpg');
	padding: 3rem 1.5rem;
}

	.homes-list h2 {
		color: #7b1e27;
		font-size: 2.5rem;
		font-weight: 300;
	}

	.homes-list h3 {
		color: #7b1e27;
		font-size: 1.75rem;
		font-weight: 600;
	}

	.homes-list p {
		color: #000;
		font-size: 1.2rem;
		margin-bottom: 0.5rem;
	}

	.homes-list a {
		color: #1b5cb5;
		display: block;
		font-size: 1.2rem;
		text-decoration: underline;
	}

/* SPECIAL FEATURE*/
.special-ftr {
	background: repeat bottom center / cover url('../../img/koaridge/assets/bg-texture4.png');
	background-color: #282d3c;
	padding: 5rem 1.5rem;
}

	.special-ftr h2 {
		font-size: 3rem;
		font-weight: 300;
	}

	.special-ftr p {
		font-size: 1.625rem;
		font-weight: 400;
		line-height: 2;
		margin-bottom: 3rem;
	}

	.special-ftr .btn {
		width: 25rem;
	}

.special-ftr-img {
	-webkit-box-flex: 40%;
	-ms-flex: 40%;
	flex: 40%;
}

.special-ftr-text {
	-webkit-box-flex: 60%;
	-ms-flex: 60%;
	flex: 60%;
	padding: 0 1.5rem;
}

/*  FOOTER  */
footer {
	background-color: #7b1e27;
	padding: 2rem 1rem 6rem;
	position: relative;
	text-align: center;
}

	footer a {
		color: #fff;
	}

		footer a:hover,
		footer a:active,
		footer a:focus {
			color: #fff;
		}

.footer-ap {
	background-color: #440b10;
	padding: 1.5rem;
	font-size: .8rem;
}

	.footer-ap a {
		border-bottom: 1px solid #fff;
		display: inline-block;
		height: 1.1rem;
	}


		.footer-ap a:hover {
			font-weight: 300;
		}

.footer-nav a {
	padding-bottom: .2rem;
	border-bottom: 3px solid transparent;
}

/*.home-ap-box .btn-primary {
	bottom: -5rem;
	left: 0;
	position: relative;
}*/

/*.home-ap .home-ap-inner {
	height: 40%;
}*/

.footer-nav a:hover {
	border-bottom: 3px solid #fff;
}

.footer-address {
	margin-bottom: 2rem;
	line-height: 1.2;
}

.footer-address-location {
	letter-spacing: 2px;
}

footer nav {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #fff;
}

	footer nav div {
		margin-bottom: 1rem;
	}

	footer nav a {
		text-decoration: none;
	}

.footer-extra-links > * {
	font-size: 1.2rem;
	margin: 0 .75rem;
}

.footer-extra-links a {
	border-bottom: 1px solid #fff;
	display: inline-block;
	height: 1.75rem;
	margin-bottom: 1rem;
	text-decoration: none;
}

.footer-sns-bar > a {
	font-size: 2rem;
	margin: 0 .5rem;
}

@media screen and (min-width: 567px) {
}

@media screen and (min-width: 768px) {

	.home-hero-heading {
		margin-bottom: 0;
		font-weight: 600;
	}

	.home-hero-overlay {
		margin: 0 auto;
		top: 25%;
	}

	.home-hero .btn {
		padding: 1rem 3rem;
	}

	.home-hero-caption {
		margin-bottom: 2rem;
		max-width: 60%;
		margin: 0 auto 3.5rem;
	}

	.home-intro {
		padding: 4rem 5% 10rem;
	}

	.home-intro-img {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		text-align: right;
	}

	.home-intro-text {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		padding: 0 2rem;
	}

		.home-intro-text p {
			line-height: 2;
		}

	.home-lifestyle .card-wrapper {
		position: relative;
	}

	.home-lifestyle .card {
		height: 36em;
		margin: 0;
	}

	.home-lifestyle-slider-controls .prev {
		position: absolute;
		left: 1rem;
	}

	.home-lifestyle-slider-controls .next {
		position: absolute;
		right: 1rem;
	}

	.home-community-img {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}

	.home-community-text {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		line-height: 1.8;
		padding: 4rem 2rem;
	}

	.home-homes {
		background-color: #f2ede5;
		color: #7b1e27;
		padding: 6rem;
		position: relative;
	}

	.home-intro .btn-white {
		width: 18rem;
	}

	.home-ap {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}

		.home-ap .home-ap-box {
			padding: 8rem;
		}

	.home-realtor {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
	}

		.home-realtor .home-realtor-inner {
			height: 100%;
			padding: 1rem 2rem;
			-webkit-transition: all 1s;
			-o-transition: all 1s;
			transition: all 1s;
		}

			.home-realtor .home-realtor-inner h3 {
				font-size: 2.4rem;
				font-weight: 300;
			}

		.home-ap .home-ap-box,
		.home-realtor .home-realtor-box {
			height: 46.875em;
		}

	.footer-ap {
		font-size: .8rem;
		font-weight: 700;
		padding: 1rem;
		position: absolute;
		right: 0;
		width: 15rem;
	}

		.footer-ap a {
			height: 1rem;
		}

	footer nav div {
		display: inline-block;
		margin: 0 .5rem;
	}
}


@media screen and (min-width: 992px) {

	/*	body {
		font-size: 17px;
	}*/

	/* HIDE BOOTSTRAP DROPDOWN AND USES DROPBAR */
	.navbar-nav a.dropdown-toggle::after {
		display: none;
	}

	nav .dropdown-menu.show {
		display: none;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		margin-left: .5rem;
		margin-right: .5rem;
	}

	nav .header-ap-wrapper {
		background: transparent;
		display: none;
	}

	nav .nav-dropbar.show {
		background-color: #7b1e27;
		opacity: 1;
		top: 5.5rem;
		-webkit-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
	}

	nav .nav-dropbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	nav li a.nav-link {
		font-size: 1em;
	}

		nav li a.nav-link:hover {
			border-bottom: 2px solid #fff;
			-webkit-transition: border-bottom 1s;
			-o-transition: border-bottom 1s;
			transition: border-bottom 1s;
		}

	nav.header-nav ul {
		background-color: transparent;
	}

	.home-hero-overlay .text-left {
		left: 10%;
	}

	.home-intro h2,
	.home-lifestyle h2,
	.home-community h2 {
		font-size: 3em;
		font-weight: 300;
	}

	.home-lifestyle .card {
		width: auto;
	}

	.home-community p {
		font-size: 1.4375rem;
		font-weight: 400;
	}

	.home-lifestyle .card-text-wrapper {
		top: 2em;
		right: 2em;
	}

	.home-lifestyle-tagline {
		font-size: 2.25em;
	}

	.home-community h3 {
		font-size: 2.25em;
		font-weight: 400;
	}

	.home-intro p {
		font-size: 1.4375em;
	}

	.home-lifestyle {
		/*padding: 4rem 10rem 8rem;*/
	}

	.home-homes-slider-controls {
		display: block;
	}

	.home-homes .swiper-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.home-homes .card-list .card-wrapper {
		padding: 0 1rem;
	}

	/* HOMES LIST */
	.homes-subnav ul li {
		display: inline-block;
	}

	.homes-list .section-wrapper {
		padding: 3rem 10%;
	}
}

@media screen and (min-width: 1200px) {

	.home-hero-heading {
		font-size: 5.4375rem;
	}

	.home-hero-overlay .text-left .font-weight-lighter {
		font-size: 3.75rem;
	}

	.home-hero-overlay .text-left small {
		font-size: 2.25rem;
	}

	.home-hero-logo {
		width: 35rem;
	}

	.home-hero-overlay h2 {
		font-size: 3.74rem;
		margin-bottom: 3.5rem;
	}

	.home-hero-caption {
		font-size: 2.125rem;
		margin-bottom: 3rem;
		margin-top: 3rem;
	}
}

@media screen and (min-width: 1500px) {

	nav .header-ap-wrapper {
		display: block;
	}

	nav .header-ap {
		background-color: #440b10;
		font-size: .6rem;
		height: 3.5rem;
		padding: 0.5rem 1.25rem;
		position: absolute;
		right: 0;
		top: .75rem;
		width: 13rem;
		z-index: 1002;
	}

	.home-feature-boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	/* FEATURE BOXES */
	/*.feature-boxes {
		flex-direction: row;
	}

	.feature-box-wrapper .feature-box {
		flex: 1 33%;
		min-width: 30rem;
	}*/

	.feature-boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

}

@media screen and (min-width: 1920px) {

	.btn {
		font-size: 1.25em;
	}

	.home-gallery-box {
		height: 46.875em;
	}

	.home-ap-box > img {
		max-width: 100%;
	}

	.lifestyle-slider {
		width: 1408px;
	}
}

.home-realtor .home-realtor-box {
	overflow: hidden;
}

.home-realtor .home-realtor-inner {
	background: transparent;
	max-width: 100%;
	max-height: 100%;
	width: 500px;
	height: 250px;
	position: static;
	z-index: 0;
}

	.home-realtor .home-realtor-inner:hover {
		height: 100%;
		padding: 1rem;
	}

	.home-realtor .home-realtor-inner::before {
		background: rgba(81,17,10,.9);
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 500px;
		height: 250px;
		transform: translate(-50%, -50%);
		z-index: -1;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	.home-realtor .home-realtor-inner:hover::before {
		width: 100%;
		height: 100%;
	}

@media (max-width: 767.98px) {
	.home-realtor .home-realtor-inner {
		width: 360px;
		height: 180px;
	}

		.home-realtor .home-realtor-inner::before {
			width: 360px;
			height: 180px;
		}
}

@media (max-width: 639.98px) {
	.home-hero-heading {
		font-size: 2.5rem;
	}

	.home-hero-caption {
		font-size: 1.25rem;
	}

	.home-hero-overlay {
		top: 15%;
	}

	.home-homes {
		padding: 4rem 1rem 6rem;
	}

	.home-homes-slider-controls .prev {
		left: .75rem;
	}

	.home-homes-slider-controls .next {
		right: .75rem;
	}

	.home-lifestyle-slider-controls .prev,
	.home-lifestyle-slider-controls .next {
		display: none;
	}
}

@media (max-width: 599.98px) {
	.home-lifestyle .card-slider-container {
		zoom: .8;
	}

	.home-lifestyle .card-slider {
		margin-left: -10%;
	}

	.home-ap .home-ap-box {
		padding: 2rem 15% 3rem;
		height: auto;
	}

	.home-realtor .home-realtor-box {
		height: 90vw;
	}

	.home-gallery-box-mobile {
		height: 20rem;
	}
}

@media (max-width: 479.98px) {
	.home-hero-heading {
		font-size: 6vw;
	}

	.home-hero-caption {
		font-size: 1rem;
	}

	.home-hero-logo {
		width: 65vw;
	}

	.home-hero-overlay h2 {
		font-size: 6vw;
		margin-bottom: .5rem;
	}

	.home-hero-slider-controls .prev,
	.home-hero-slider-controls .next {
		font-size: 2rem;
	}

	.home-hero .btn {
		font-size: .8rem;
		padding: .5rem 1rem;
	}

	.home-intro h2 {
		font-size: 8vw;
	}

	.home-lifestyle .card-slider-container {
		zoom: .6;
	}

	.home-homes h2 {
		font-size: 2rem;
	}

	.home-homes .home-homes-tagline {
		font-size: 1.5rem;
	}

	.home-homes .card h3 {
		font-size: 1.5rem;
	}

	.home-homes .card-body {
		height: auto;
		padding: 1rem;
	}

	.home-homes .card-spec-list {
		font-size: 1.15rem;
		height: auto;
	}

	.home-homes .btn-white {
		font-size: 1.15rem;
		padding: .75rem 1rem;
		margin-top: 1rem;
	}

	.home-ap .home-ap-box {
		padding: 2rem 10% 3rem;
	}

	.home-realtor .home-realtor-inner {
		zoom: .8;
	}
}

@media (max-width: 479.98px) {
	.home-lifestyle-slider-controls {
		width: 100%;
	}

		.home-lifestyle-slider-controls .swiper-button-prev {
			left: -1.25rem !important;
		}

		.home-lifestyle-slider-controls .swiper-button-next {
			right: -1.25rem !important;
		}
}

@media (min-width: 2560px) {
	.dropbar-community, .dropbar-design, .dropbar-homes {
		justify-content: left !important;
		left: 270px;
	}

	.dropbar-about, .dropbar-contact, .dropbar-resource {
		justify-content: left !important;
		left: 470px;
	}

}
