html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 100%;
	height: 100%;
}

body {
	font-family: "Proxima-Nova-Rg", sans-serif;
	background-color: #ffffff;
	letter-spacing: 0.02em;
	font-weight: normal;
	font-size: 1rem;
	color: #1a1717;
	overflow: hidden;
}
body.sticky-header {
	padding-top: 50px;
}
body.loaded {
	overflow-y: auto;
}
body.loaded .site__preload--wrap {
	opacity: 0;
	visibility: hidden;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	z-index: -10;
}

* {
	outline: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	font-family: "GalanoGrotesque", sans-serif;
	margin: 0 0 20px 0;
	font-weight: 800;
}

h1,
.h1 {
	font-size: 2.2em;
}

h2,
.h2 {
	font-size: 1.8em;
}

h3,
.h3 {
	font-size: 1.4em;
}

h4,
.h4 {
	font-size: 1.2em;
}

a {
	color: initial;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn {
	padding: 15px 40px 14px;
	letter-spacing: 0.08em;
	font-family: "GalanoGrotesque", sans-serif;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 0.75em;
	line-height: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-default-o {
	border-color: #1a1717;
	background: none;
}
.btn-default-o:hover {
	border-color: #e5452d;
	background: #e5452d;
	color: #ffffff;
}

.btn-white-o {
	border-color: #ffffff;
	background: none;
	color: #ffffff;
}
.btn-white-o:hover {
	border-color: #ffffff;
	background: #ffffff;
	color: #1a1717;
}

.bg-grey {
	background: #f1f1f1;
}

.bg-blue {
	background: #70bdcc;
}

.fill__white {
	fill: #ffffff !important;
}

.site__preload--wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #70bdcc;
	z-index: 100;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.site__preload--wrap img {
	position: absolute;
	width: 250px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*---------------------------
	Header Styling
----------------------------*/
.header-wrap {
	width: 100%;
	z-index: 100;
}

.top__header--outer {
	padding: 15px 30px;
}
.top__header--outer .top__header--inner {
	position: relative;
	text-align: center;
}
.top__header--outer .top__header--inner .top__header--brand {
	display: inline-block;
	text-decoration: none;
	color: #1a1717;
}
.top__header--outer .top__header--inner .top__header--brand span {
	display: block;
	font-size: 0.75em;
	font-family: "GalanoGrotesque", sans-serif;
	margin-bottom: 0.75em;
}
.top__header--outer .top__header--inner .top__header--brand img {
	width: 210px;
}
.top__header--outer .top__header--inner .top__right--btns {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
.top__header--outer .top__header--inner .top__right--btns li {
	list-style: none;
}
.top__header--outer .top__header--inner .top__right--btns li a {
	display: block;
	padding: 12px 25px 11px;
}
.top__header--outer .top__header--inner .top__right--btns li + li {
	margin-top: 6px;
}

.navbar {
	margin: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
	z-index: 10;
}

.navbar-header .navbar-brand {
	display: inline-block;
	position: absolute;
	height: auto;
	left: 0;
	padding: 8px 30px;
	color: #1a1717 !important;
}
.navbar-header .navbar-brand i {
	font-size: 1.8em;
}

.navbar-collapse {
	text-align: center;
	border: none;
	padding: 0 30px;
	background: #f1f1f1;
}
.navbar-collapse .navbar-nav {
	display: inline-block;
	float: none;
}
.navbar-collapse .navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar-collapse .navbar-nav > li a {
	font-family: "GalanoGrotesque", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.75em;
	color: #1a1717;
}
.navbar-collapse .navbar-nav > li a:hover {
	color: #e5452d;
}
.navbar-collapse .navbar-nav > li.active a {
	background: none;
	color: #e5452d;
}
.navbar-collapse .navbar-nav > li.active a:hover,
.navbar-collapse .navbar-nav > li.active a:focus {
	background: none;
	color: #e5452d;
}
.navbar-collapse .navbar-nav.navbar-right {
	position: absolute;
	padding-right: 48px;
	right: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.show__on--scrol {
	opacity: 0;
	visibility: hidden;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-wrap.sticky .navbar {
	position: fixed;
	top: 0;
}
.header-wrap.sticky .show__on--scrol {
	opacity: 1;
	visibility: visible;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.header-wrap.sticky .navbar-right {
	padding: 0;
}

.nav__address {
	margin-top: 20px;
	font-family: "GalanoGrotesque", sans-serif;
}
.nav__address a {
	font-size: 0.75em;
}

.mobile__social--list {
	font-size: 0;
	margin: 0 0 20px 0;
	padding: 0;
}
.mobile__social--list li {
	list-style: none;
	display: inline-block;
}
.mobile__social--list li a {
	text-decoration: none !important;
	color: #000000 !important;
	display: inline-block;
	font-size: 0.8rem;
}
.mobile__social--list li + li {
	margin-left: 15px;
}

/*---------------------------
	Page Styling
----------------------------*/
.top-hero-wrap {
	position: relative;
	padding-top: 38%;
}
.top-hero-wrap #topHero.carousel {
	position: absolute;
	top: 0;
	left: 0;
}
.top-hero-wrap #topHero.carousel:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: #ffffff 1px solid;
	z-index: 2;
}
.top-hero-wrap .carousel-indicators {
	width: auto;
	margin: 0;
	left: 50px;
	bottom: 40px;
	z-index: 2;
}

.hero__above--content {
	position: absolute;
	overflow: hidden;
	width: 35%;
	padding: 4vw;
	top: 30px;
	right: 30px;
	bottom: 30px;
	background: rgba(255, 255, 255, 0.85);
	z-index: 2;
}
.hero__above--content h1 {
	color: #e5452d;
}
.hero__above--content p {
	margin: 0;
}

.page-wrap {
	min-height: 500px;
}

.art__heading--sec {
	width: 100%;
	padding: 20px;
	position: relative;
}
.art__heading--sec img {
	display: block !important;
	margin: 0 auto;
	width: 60%;
}
.art__heading--sec .art__title--wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.art__heading--sec .art__title--wrap h2 {
	background: rgba(112, 189, 204, 0.9);
	text-align: center;
	padding: 75px 15px;
	font-size: 2.2em;
	margin: 0;
}
.art__heading--sec .art__title--wrap h2 small {
	font-size: 100%;
	color: #000000;
}

.content__figure--sec img {
	width: 100%;
}
.content__figure--sec .content__col--inner {
	width: 100%;
	height: 100%;
	padding: 6vw;
}
.content__figure--sec .content__col--inner h2 {
	color: #e5452d;
}
.content__figure--sec .content__col--inner p {
	margin-bottom: 2vw;
}

.stand__alone--title {
	text-align: center;
	font-size: 2.2em;
	padding: 75px 15px;
	margin: 0;
}

.images__grid--wrap.grid-large {
	padding: 0 30px;
}
.images__grid--wrap.grid-large .img__grid--col {
	margin-bottom: 30px;
}
.images__grid--wrap .img__grid--col {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.images__grid--wrap .img__grid--col figure {
	padding-top: 75%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.images__grid--wrap .img__grid--col a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: auto;
	z-index: 1;
	padding: 2.5vw;
	text-decoration: none;
	color: #ffffff;
	background: rgba(229, 69, 45, 0.9);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	visibility: hidden;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.images__grid--wrap .img__grid--col a span.title {
	display: block;
	font-family: "GalanoGrotesque", sans-serif;
	font-size: 1.75em;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.images__grid--wrap .img__grid--col a span.title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 25px;
	height: 3px;
	background: #ffffff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.images__grid--wrap .img__grid--col a span.text {
	display: block;
}
.images__grid--wrap .img__grid--col:hover figure {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
.images__grid--wrap .img__grid--col:hover a {
	opacity: 1;
	visibility: visible;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.neighborhoodMapWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.neighborhoodMapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid__mobile--indicator {
	position: absolute;
	top: calc(50% - 33px);
	left: calc(50% - 33px);
	z-index: 1;
	pointer-events: none;
	-webkit-animation: 1s cizoom ease-in-out infinite alternate;
	animation: 1s cizoom ease-in-out infinite alternate;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid__mobile--indicator.fadeOut {
	opacity: 0;
	visibility: hidden;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

@-webkit-keyframes cizoom {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0.8;
	}
}
@keyframes cizoom {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0.8;
	}
}
.images__grid--wrap
	.row
	[class^="col-"]
	.img__grid--col
	.grid__mobile--indicator {
	display: none;
}
.images__grid--wrap
	.row
	[class^="col-"]:first-child
	.img__grid--col
	.grid__mobile--indicator {
	display: block;
}

.email__sub--wrap {
	position: relative;
	padding: 30px;
	min-height: 600px;
	display: none !important;
}
.email__sub--wrap:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: #ffffff 1px solid;
}
.email__sub--wrap .email__sub--outer .email-sub-col {
	padding: 6vw;
	width: 100%;
	height: 100%;
}
.email__sub--wrap .email__sub--outer .email-sub-col i {
	font-size: 4em;
	margin-bottom: 30px;
	color: #ffffff;
	display: inline-block;
}
.email__sub--wrap .email__sub--outer .email-sub-col h2 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.email__sub--wrap .email__sub--outer .email-sub-col h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 25px;
	height: 3px;
	background: #1a1717;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.email__sub--wrap
	.email__sub--outer
	.email-sub-col
	.email__sub--form
	.form-control {
	height: 48px;
	margin-bottom: 20px;
	font-size: 1em;
	padding: 8px 20px;
	color: #1a1717;
	border: #ffffff 1px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.email__sub--wrap .email__sub--outer .email-sub-col .email__sub--form .btn {
	margin-top: 30px;
	padding: 18px 60px 17px;
}

.email__sub--confirmation {
	padding: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.email__sub--confirmation h2 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.email__sub--confirmation h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 25px;
	height: 3px;
	background: #1a1717;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.email__sub--confirmation p {
	font-size: 1.2em;
}

.amenities__lists--wrap {
	position: relative;
	padding: 30px;
}
.amenities__lists--wrap:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: #ffffff 1px solid;
}
.amenities__lists--wrap .amenities__lists--inner {
	text-align: center;
	padding: 4vw;
}
.amenities__lists--wrap .amenities__lists--inner h2 {
	position: relative;
	padding-bottom: 20px;
	margin: 30px 0;
}
.amenities__lists--wrap .amenities__lists--inner h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 25px;
	height: 3px;
	background: #1a1717;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.amenities__lists--wrap .amenities__lists--inner ul {
	margin: 0;
	padding: 0;
}
.amenities__lists--wrap .amenities__lists--inner ul li {
	list-style: none;
	margin-bottom: 1em;
}

.textured__centered--content {
	background: url("../img/art-bg1-light.svg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding: 75px 0;
}
.textured__centered--content h2 {
	color: #e5452d;
}
.textured__centered--content p {
	margin-bottom: 40px;
}

.lets__roll--section {
	padding: 75px 0;
}

.roll__illustration--img {
	width: 100%;
	height: auto;
}
.roll__illustration--img .pointer__line {
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.roll__illustration--img .pointer__line circle {
	fill: #81d9eb;
}
.roll__illustration--img .right__side--line circle,
.roll__illustration--img .right__side--line path {
	fill: #70bdcc;
}
.roll__illustration--img .right__minutes--pointer circle {
	fill: #70bdcc;
}
.roll__illustration--img .fifteen__round--wrap path {
	fill: #e5452d;
}
.roll__illustration--img .ten__round--wrap path {
	fill: #70bdcc;
}
.roll__illustration--img .five__round--wrap path {
	fill: #000000;
}
.roll__illustration--img .number__text path {
	fill: rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.roll__illustration--img .main__roll--circle:hover .number__text path {
	fill: white;
}
.roll__illustration--img .main__roll--circle.active .pointer__line {
	opacity: 1;
	visibility: visible;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.roll__illustration--img .main__roll--circle.active .number__text path {
	fill: white;
}

.roll__tab--content {
	text-align: center;
}
.roll__tab--content h2 {
	color: #70bdcc;
}
.roll__tab--content p {
	margin-bottom: 40px;
}
.roll__tab--content h3 {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 1em;
}
.roll__tab--content ul {
	margin: 0;
	padding: 0;
}
.roll__tab--content ul li {
	list-style: none;
	margin-bottom: 15px;
}

.location__map--sec {
	background: #f1f1f1;
	position: relative;
	width: 100%;
	height: calc(100vh - 50px);
}
.location__map--sec .neigh__map--canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.location__map--sec .neigh__map--nav {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 25px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.location__map--sec .neigh__map--nav li {
	list-style: none;
	display: inline-block;
	font-size: 0;
	margin: 5px;
}
.location__map--sec .neigh__map--nav li a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: "GalanoGrotesque", sans-serif;
	display: inline-block;
	font-size: 0.8rem;
	color: #70bdcc;
	background: #ffffff;
	border: #70bdcc 1px solid;
	letter-spacing: 0.08em;
	text-align: center;
	padding: 13px 40px 11px;
	min-width: 250px;
}
.location__map--sec .neigh__map--nav li.active a {
	background: #70bdcc;
	color: #ffffff;
}

.gallery__fs--wrap {
	position: relative;
	width: 100%;
	height: calc(100vh - 50px);
}

.gall__ctrl {
	position: absolute;
	width: 48px;
	height: 48px;
	line-height: 52px;
	font-size: 20px;
	top: 50%;
	z-index: 1;
	text-align: center;
	color: #ffffff !important;
	text-decoration: none !important;
	background: #1a1717;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.gall__ctrl.left {
	left: 20px;
}
.gall__ctrl.right {
	right: 20px;
}

.contact__form--sec {
	text-align: center;
	padding: 75px 0;
}
.contact__form--sec h2 {
	color: #e5452d;
}
.contact__form--sec p {
	width: 75%;
	margin: 0 auto 50px auto;
}
.contact__form--sec label {
	display: block;
	text-align: left;
	font-weight: normal;
}
.contact__form--sec .form-control {
	margin-bottom: 30px;
	padding: 6px 0;
	border: none;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a1717;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.contact__form--sec textarea.form-control {
	border: #1a1717 1px solid;
	max-width: 100%;
	padding: 15px;
}
.contact__form--sec .req__text {
	width: 100%;
	font-style: italic;
	font-size: 12px;
	margin: 5px 0 0 0;
}

.plans__avail--wrap {
	background: #f8f8f8;
	padding: 4rem;
}

.bg_img-src {
	position: relative;
	background: no-repeat 50% 50%;
	background-size: cover;
}
.bg_img-src img {
	position: absolute;
	width: 1px;
	height: 1px;
	visibility: hidden;
	top: 0;
	left: 0;
}

.bg_img-fp {
	position: relative;
	background: no-repeat 50% 50%;
	background-size: cover;
}
.bg_img-fp img {
	position: absolute;
	width: 1px;
	height: 1px;
	visibility: hidden;
	top: 0;
	left: 0;
}

.contact_form_loading {
	display: none;
}

.gc_compl-wrap {
	padding-top: 1rem;
}
.gc_compl-wrap .gst_cpl-logo {
	display: inline-block;
	margin-bottom: 0.75rem;
}
.gc_compl-wrap .gst_cpl-logo img {
	display: block;
	width: 80px;
}
.gc_compl-wrap p {
	font-size: 10px;
	color: #ffffff;
}
.gc_compl-wrap ul {
	display: flex;
}
.gc_compl-wrap ul li {
	list-style: none;
	width: auto !important;
	margin-right: 0.75rem;
}
.gc_compl-wrap ul li img {
	width: 14px;
}

.fp-filters-bar ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fp-filters-bar ul li {
	list-style: none;
	margin: 5px;
}
.fp-filters-bar ul li a {
	display: inline-block;
	text-transform: uppercase;
	border: #70bdcc 1px solid;
	padding: 0.5rem 2rem 0.4rem;
	font-size: 0.75rem;
	min-width: 150px;
	text-align: center;
	text-decoration: none;
}
.fp-filters-bar ul li.active a {
	background: #70bdcc;
	color: #ffffff;
}

.fp_discbtm-text {
	padding: 40px 0 0 0;
	text-align: center;
}
.fp_discbtm-text p {
	margin: 0;
	font-size: 12px;
}

/*---------------------------
	Footer Styling
----------------------------*/
.fptabs__nav--bar {
	background: #70bdcc;
	color: #ffffff;
	text-align: center;
	padding: 1.75rem 1rem 0;
}

.fp__tabs--nav {
	margin: 0;
	padding: 0;
	justify-content: center;
}
.fp__tabs--nav li {
	list-style: none;
	margin: 0.5rem;
}
.fp__tabs--nav li a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none !important;
	border: #ffffff 1px solid;
	display: inline-block;
	min-width: 180px;
	padding: 0.6rem 1rem;
	letter-spacing: 0.1em;
	font-size: 0.7rem;
	line-height: 1;
}

.fp__filter--wrap {
	background: #70bdcc;
	padding: 0 1rem 1.75rem;
}
.fp__filter--wrap ul {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fp__filter--wrap ul li {
	list-style: none;
	margin: 0.5rem;
}
.fp__filter--wrap ul li a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none !important;
	border: #ffffff 1px solid;
	display: inline-block;
	text-align: center;
	min-width: 180px;
	padding: 0.6rem 1rem;
	letter-spacing: 0.1em;
	font-size: 0.7rem;
	line-height: 1;
}

.fp__gridder--wrapper {
	padding-top: 20px;
	overflow: hidden;
}

.gridder {
	letter-spacing: normal;
	margin: 0 -10px;
	font-size: 0;
	padding: 0;
}
.gridder li {
	display: inline-block;
	vertical-align: top;
	font-size: initial;
	position: relative;
	list-style: none;
	padding: 0 10px;
	width: 25%;
}

.gridder_item-inner {
	background: #ffffff;
	border: #ffffff 1px solid;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
	padding: 40px;
}
.gridder_item-inner h2 {
	font-size: 3rem;
	line-height: 1;
}
.gridder_item-inner ul {
	display: block;
	margin: 0;
	padding: 0;
	min-height: 150px;
}
.gridder_item-inner ul li {
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
	position: relative;
	letter-spacing: 0.1em;
	font-size: 0.8rem;
}
.gridder_item-inner ul li + li {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
}
.gridder_item-inner ul li + li:before {
	content: "";
	position: absolute;
	width: 100px;
	top: 0;
	left: 50%;
	height: 1px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gridder_item-inner ul li span {
	text-transform: uppercase;
}
.gridder_item-inner figure {
	display: block;
	width: 100%;
	padding-top: 80%;
	margin: 3rem 0 1.5rem;
	-webkit-background-size: contain !important;
	background-size: contain !important;
}
.gridder_item-inner .gi_btn {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
	background: #70bdcc;
	color: #ffffff;
	text-align: center;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	padding: 0.4rem 1rem;
	min-width: 180px;
}

.selectedItem:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #70bdcc;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -1px;
	left: 50%;
	z-index: 2;
}
.selectedItem .gridder_item-inner {
	background: #70bdcc;
	border: #70bdcc 1px solid;
}
.selectedItem .gridder_item-inner .gi_btn {
	opacity: 0;
}

.gridder-show {
	float: left;
	width: 100%;
	position: relative;
	font-size: initial;
}

.gridder-content {
	display: none;
}

.gridder-navigation {
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 2;
}
.gridder-navigation .gridder-nav.prev,
.gridder-navigation .gridder-nav.next {
	display: none !important;
}
.gridder-navigation a {
	text-decoration: none;
	line-height: 1;
	font-size: 24px;
}

.gc__inner {
	background: #70bdcc;
	padding: 50px 100px;
	margin-bottom: 20px;
}
.gc__inner h2 {
	text-transform: uppercase;
	font-size: 4rem;
	line-height: 1;
}
.gc__inner h3 {
	text-transform: uppercase;
	margin-bottom: 0.8rem;
}
.gc__inner ul {
	margin: 0 0 1rem 0;
	padding: 0;
}
.gc__inner ul li {
	display: block;
	width: 100%;
	padding: 0;
}
.gc__inner .btn_apply {
	font-size: 0.75rem;
	letter-spacing: 0.1rem;
	padding: 0.6rem 2rem;
	text-transform: uppercase;
	text-decoration: none !important;
	background: #000000;
	border: #000000 1px solid;
	color: #ffffff !important;
}
.gc__inner figure {
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
}
.gc__inner figure img {
	max-width: 100%;
	max-height: 600px;
}

@media (max-width: 1399.98px) {
	.gridder li {
		width: 33.333333%;
	}
}
@media (max-width: 1599.98px) {
	.gc__inner {
		padding: 3rem 3.5rem;
	}
}
@media (max-width: 991.98px) {
	.gridder li {
		width: 50%;
	}
}
@media (max-width: 767.98px) {
	.gc__inner {
		text-align: center;
	}
	.gc__inner figure {
		margin-top: 2rem;
	}

	.gc_compl-wrap ul {
		justify-content: center;
	}
}
@media (max-width: 575.98px) {
	.gridder li {
		width: 100%;
	}
}
.footer-wrap {
	background: #333030;
	color: #ffffff;
}
.footer-wrap a {
	color: #ffffff;
}

.footer__cols--outer {
	padding: 4vw 15px;
	margin: 0 auto;
	width: 77%;
}
.footer__cols--outer h3 {
	font-size: 1.3em;
	margin-bottom: 30px;
}
.footer__cols--outer .footer__map--col {
	padding-top: 90%;
	width: 100%;
	position: relative;
	display: block;
	background: url(../img/OnePaseoMap.png) no-repeat center / cover;
}
.footer__cols--outer .footer__map--col .map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer__cols--outer address {
	margin-bottom: 40px;
}
.footer__cols--outer .office__hours--list {
	margin: 0;
	padding: 0;
}
.footer__cols--outer .office__hours--list li {
	list-style: none;
	margin-bottom: 30px;
}
.footer__cols--outer .office__hours--list li small {
	display: block;
}
.footer__cols--outer .contact-list {
	margin: 0 0 40px 0;
	padding: 0;
}
.footer__cols--outer .contact-list li {
	list-style: none;
}
.footer__cols--outer .social-list {
	margin: 0 0 40px 0;
	padding: 0;
}
.footer__cols--outer .social-list li {
	list-style: none;
	display: inline-block;
}
.footer__cols--outer .social-list li a {
	text-decoration: none;
	color: #737373;
	font-size: 0.8em;
}
.footer__cols--outer .social-list li a:hover {
	color: #ffffff;
}
.footer__cols--outer .social-list li + li {
	margin-left: 10px;
}

.gs__compliance--icons {
	display: inline-block;
	vertical-align: super;
	font-size: 0;
	margin: 0 0 0 30px;
	padding: 0;
}
.gs__compliance--icons li {
	list-style: none;
	font-size: initial;
	display: inline-block;
}
.gs__compliance--icons li img {
	width: 18px;
}
.gs__compliance--icons li a {
	display: inline-block;
}
.gs__compliance--icons li + li {
	margin-left: 15px;
}

.footer__copyrights--wrap {
	text-align: center;
	padding: 50px 15px 30px;
}
.footer__copyrights--wrap .footer__logos--list {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footer__copyrights--wrap .footer__logos--list li {
	list-style: none;
	display: inline-block;
	font-size: 1.3em;
	vertical-align: text-bottom;
}
.footer__copyrights--wrap .footer__logos--list li a {
	text-decoration: none;
	display: inline-block;
}
.footer__copyrights--wrap .footer__logos--list li + li {
	margin-left: 30px;
}
.footer__copyrights--wrap .footer__copyrights--list {
	margin: 20px 0;
	padding: 0;
}
.footer__copyrights--wrap .footer__copyrights--list li {
	list-style: none;
	display: inline-block;
	position: relative;
	letter-spacing: normal;
	line-height: 1;
}
.footer__copyrights--wrap .footer__copyrights--list li a {
	color: #737373;
}
.footer__copyrights--wrap .footer__copyrights--list li + li {
	margin-left: 10px;
	padding-left: 12px;
}
.footer__copyrights--wrap .footer__copyrights--list li + li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 14px;
	background: #737373;
}
.footer__copyrights--wrap .site-by {
	margin: 0;
	color: #737373;
}
.footer__copyrights--wrap .site-by a {
	color: #737373;
}

/*---------------------------
	Plugins Styling
----------------------------*/
[data-bg] {
	background: no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

.va-wrap {
	display: table;
	width: 100%;
	height: 100%;
}
.va-wrap .va-middle {
	display: table-cell;
	vertical-align: middle;
}
.va-wrap .va-bottom {
	display: table-cell;
	vertical-align: bottom;
}

.m0 {
	margin: 0 !important;
}

.row.m0 [class^="col-"] {
	padding: 0 !important;
}

.carousel-inner .item {
	background: no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.carousel-inner .item img {
	width: 1px;
	height: 1px;
	visibility: hidden;
	overflow: hidden;
}

.carousel-fs,
.carousel-fs .carousel-inner,
.carousel-fs .carousel-inner .item {
	width: 100%;
	height: 100%;
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #000000;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.form-control::-moz-placeholder {
	opacity: 1;
	color: #000000;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.form-control:-ms-input-placeholder {
	opacity: 1;
	color: #000000;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.form-control:-moz-placeholder {
	opacity: 1;
	color: #000000;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

/*---------------------------
	Media Queries
----------------------------*/
@media (min-width: 768px) {
	.row-sm-flex {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.roll__tab--content {
		padding-right: 6vw;
	}

	.amenities__lists--wrap .amenities__lists--inner ul {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		list-style-position: inside;
	}
}
@media (min-width: 992px) {
	.row-md-flex {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.grid__mobile--indicator {
		display: none !important;
	}
}
@media (min-width: 1600px) {
	.nav__address,
	.mobile__social--list {
		display: none !important;
	}
}
/* Non Mobile ------------ */
@media (max-width: 1399px) {
	.footer__cols--outer {
		padding: 50px 15px;
		width: 100%;
	}
}
@media (max-width: 1599px) {
	.top__header--outer .top__header--inner {
		text-align: left;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin: 7.5px 0;
	}
	.navbar-nav > li {
		float: none;
		display: block !important;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.collapsing {
		overflow: hidden !important;
	}

	.navbar-collapse .navbar-nav {
		display: block;
	}
	.navbar-collapse .navbar-nav.navbar-right {
		position: relative;
		display: block;
		padding: 0;
		right: auto;
	}
	.navbar-collapse .navbar-nav.navbar-right .show__on--scrol {
		opacity: 1 !important;
		visibility: visible !important;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
	}

	.top-hero-wrap {
		padding-top: 45%;
	}

	.hero__above--content {
		width: 40%;
	}

	.footer__cols--outer {
		width: 80%;
	}
	.footer__cols--outer .footer__map--col {
		padding-top: 60%;
		margin: 40px 0;
	}

	.nav__tel a {
		display: inline-block !important;
		border-top: #000000 1px solid;
		border-bottom: #000000 1px solid;
		padding: 5px 15px !important;
		margin: 15px 0 10px;
	}

	.plans__avail--wrap {
		padding: 4rem 20px;
	}
}
@media (max-width: 991px) {
	.top-hero-wrap {
		padding: 0;
		min-height: 420px;
	}

	.hero__above--content {
		width: 50%;
	}

	.art__heading--sec img {
		width: 80%;
	}

	.gallery__fs--wrap {
		height: auto;
		padding-top: 58%;
	}
	.gallery__fs--wrap .carousel {
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media (max-width: 767px) {
	body {
		padding-top: 50px;
	}

	.top__header--outer {
		display: none;
	}

	.navbar {
		position: fixed;
		top: 0;
		left: 0;
	}
	.navbar .show__on--scrol {
		opacity: 1 !important;
		visibility: visible !important;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
	}

	.art__heading--sec img {
		width: 100%;
	}

	.top-hero-wrap {
		min-height: auto;
		height: auto;
	}

	.top-hero-wrap #topHero.carousel {
		position: relative;
		height: 400px;
		top: auto;
		left: auto;
	}

	.hero__above--content {
		background: #f1f1f1;
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}
	.hero__above--content h1 {
		font-size: 1.8em;
	}
	.hero__above--content h1 br {
		display: none;
	}
	.hero__above--content p br {
		display: none;
	}

	.roll__tab--content {
		padding: 30px 15px;
	}

	.lets__roll--section {
		padding: 60px 0 30px;
	}

	.footer__cols--outer {
		width: 100%;
	}
}
@media (max-width: 575px) {
	h2 {
		font-size: 1.6em;
	}

	.stand__alone--title {
		font-size: 1.8em;
	}

	.art__heading--sec {
		padding: 10px;
	}
	.art__heading--sec .art__title--wrap h2 {
		padding: 30px 15px;
		font-size: 1.8em;
	}
}

/* ------------------------------------------------------------ *\
	Header Bar
\* ------------------------------------------------------------ */

.bar {
	display: none;
}

.bar .bar__inner {
	position: relative;
	background: #75c1ce;
	padding: 10px 0;
}

.bar .bar__close {
	z-index: 2;
	position: absolute;
	right: 0;
	top: 0;
}

.bar .bar__action {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.bar .bar__content {
	color: #fff;
	text-align: center;
	padding: 0 65px;
}

.bar .bar__content p {
	color: #fff;
	font-family: "GalanoGrotesque", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.header-wrap:not(.sticky) .bar--fixed {
	display: none !important;
}

.header-wrap.sticky .navbar-header {
	float: none;
}

.bar .bar__close {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 29px;
	height: 29px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bar .bar__close:before,
.bar .bar__close:after {
	content: "";
	position: absolute;
	left: 15px;
	height: 100%;
	width: 1px;
	background-color: #fff;
}

.bar .bar__close:before {
	transform: rotate(-45deg);
}

.bar .bar__close:after {
	transform: rotate(45deg);
}

@media (max-width: 767px) {
	.bar:not(.bar--fixed) {
		display: none !important;
	}

	.header-wrap .bar.bar--fixed {
		display: block !important;
	}
}
