/*
Theme Name: Eprefix-bootstrap
Theme URI: 
Description: 
Version: 3.0
Author: Gary McClumpha & James Richards
Author URI: http://eprefix.co.uk
*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* .menu-main-menu-container {
    width: 50%;
} */
@media (min-width: 768px) {
.menu-main-menu-container {
    width: 50%;
}
}
.menu_hat {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon_holder {
    position: relative;
    width: 50%;
}
.footer_hat {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 5rem;
}
.footer_hat img {
    width: 4rem;
}
.grecaptcha-badge {
	display: none !important;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

#slides1 .owl-dots,
#slides1_mobile .owl-dots {
	position: absolute;
	bottom: 1em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}

#slides2 .owl-dots {
	position: absolute;
	bottom: 1em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}

#slides3 .owl-dots {
	position: absolute;
	bottom: -5em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}

#slides4 {
	margin-bottom: 2em;
}

#slides4 .owl-dots {
	position: absolute;
	bottom: -2em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}

#slides1 .owl-dot,
#slides2 .owl-dot,
#slides3 .owl-dot,
#slides4 .owl-dot,
#slides1_mobile .owl-dot {
	display: inline-block;
	height: 10px;
	width: 10px;
	background-color: #fff !important;
	margin: 0 4px;
	border-radius: 50%;
	outline: none;
}

#slides1 .owl-dot.active,
#slides2 .owl-dot.active,
#slides3 .owl-dot.active,
#slides4 .owl-dot.active,
#slides1_mobile .owl-dot.active {
	background-color: #1c444c !important;
	outline: none;
}

#slides2 .owl-dot.active {
	background-color: #bb8d6c !important;
}

.owl-carousel.center_object,
.owl-carousel.center_object .owl-stage-outer,
.owl-carousel.center_object .owl-stage,
.owl-carousel.center_object .owl-item {
	height: 100%;
}

.image-fill {
	position: absolute;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin: 0 0 240px;
	/* bottom = footer height */
	font-size: 16px;
	color: #1c444c;
	font-family: 'Averta';
	font-weight: normal;
	font-style: normal;
}

.page-template-template-contact {
	background-color: #fef3ed;
}

.main-content {
	opacity: 0;
	overflow: hidden;
}

.center {
	text-align: center;
}

.right {
	text-align: right !important;
}

.no-padding {
	padding: 0;
}

.top-spacer {
	height: 30px;
}

.footerholder {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 240px;
}

.white {
	color: #fff;
}

.text-primary {
	color: #bb8d6c;
}

.bg-primary {
	background-color: #bb8d6c;
}

.bg-dark {
	background-color: #1c444c;
}

.bg-light {
	background-color: #fef3ed;
}

.bg-white {
	background-color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

.relative {
	position: relative;
}

.spacer1 {
	height: 1em;
}

.spacer2 {
	height: 2em;
}

.spacer3 {
	height: 3em;
}

.spacer4 {
	height: 4em;
}

.spacer5 {
	height: 5em;
}

.spacer6 {
	height: 6em;
}

.spacer7 {
	height: 7em;
}

.spacer8 {
	height: 8em;
}

.spacer9 {
	height: 9em;
}

.spacer10 {
	height: 10em;
}

.flex-row {
	display: flex;
	align-items: center;
}
@media (min-width: 768px) {
	.flex-sm-row {
		display: flex;
		align-items: center;
	}
}

.between {
	justify-content: space-between;
}

.flex-row.ratio-fix > [class*='col-']::before {
	content: '';
	display: block;
	padding-top: 70%;
}

.flex-row.ratio-4x3 > [class*='col-']::before {
    content: '';
	display: block;
    padding-top: 100%;
}

.flex-row.ratio-16x9 > [class*='col-']::before {
    content: '';
	display: block;
    padding-top: 44%;
}

.ratio-1x1::before {
	content: '';
	display: block;
    padding-top: 91.5%;
}

@media (max-width:767px) {
	.flex-row {
		flex-direction: column;
	}
	.flex-row.ratio-4x3 > [class*='col-']::before,
	.flex-row.ratio-16x9 > [class*='col-']::before,
	.flex-row.ratio-fix > [class*='col-']::before {
		padding-top: 60%;
	}
	.ratio-1x1::before {
		height: 50%;
	}
}

@media (max-width:567px) {
	.flex-row.ratio-4x3 > [class*='col-']::before,
	.flex-row.ratio-16x9 > [class*='col-']::before,
	.flex-row.ratio-fix > [class*='col-']::before {
		padding-top: 100%;
	}
}

.home-title {
	font-size: 3.5em;
	line-height: 1.2em;
}

.home-top-icon {
	width: 0.5em;
	margin-top: 0.5em;
}

@media (max-width:767px) {
	.home-title {
		font-size: 7vw;
	}
}

.home-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
}

.title-icon svg {
	display: inline-block;
    height: 1.75em;
    padding-right: 0.25em;
    vertical-align: middle;
}

.building-icon {
	display: flex;
	width: 6em;
	height: 6em;
	margin: auto;
	background-color: #c1987a;
    border-radius: 50%;
}

.home .building-icon {
	background-color: #47676d;
}

.building-icon img {
	height: 4em;
	margin: auto;
}

.home .spec-text {
	color: #fef3ed;
}

.building-sub-title {
	font-size: 1.5em;
}

.flex-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.center_object {
	position: absolute !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.position_top_left {
	top: 0;
	left: 0;
}

.light_brown_holder {
	position: relative;
	width: 100%;
	background-color: #b9c4b3;
}

.dark_brown_holder {
	position: relative;
	width: 100%;
	background-color: #84968f;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
	padding: 0;	
}

h2 {
	font-size: 0.8em;
    letter-spacing: 0.2rem;
}

h3 {
	font-size: 2.75em;
	line-height: 1.25em;
}

h4 {
	font-size: 2em;
}

h5 {
	font-size: 1.75em;
}

p {
	font-size: 0.925em;
	margin-bottom: 1em;
}

.section_head {
	font-size: 2.1em;
	line-height: 1.2em;
}

.full-width-title {
	font-size: 3.5em;
	line-height: 1;
	z-index: 10;
	width: 100%;
}

@media (max-width:767px) {
	.full-width-title {
		font-size: 8vw;
	}
}

.mb-0 {
	margin-bottom: 0;
}

.search_button {
    padding: 0 0 0.5em;
	background-color: transparent !important;
	color: #fff !important;
	line-height: 1em;
	border-bottom: 0.25em solid #fff !important;
}

.search_button:hover {
	background-color: transparent !important;
	color: #fff !important;
}

.search_button_dark {
	padding: 0 0 0.5em;
	background-color: transparent !important;
	color: #1c444c !important;
	line-height: 1em;
	border-bottom: 0.25em solid #1c444c !important;
}

.search_button_dark:hover {
	color: #1c444c !important;
	border-bottom: 0.25em solid #1c444c !important;
}

.home .search_button_dark:hover {
	color: #bb8d6c !important;
	border-bottom: 0.25em solid #bb8d6c !important;
}

.home_pd {
	padding: 0 1.8em;
}

.show_button {
	padding: 0 0 0.5em;
	color: #fff !important;
	line-height: 1em;
	border-bottom: 0.25em solid #fff !important;
}

.show_button_dark {
	padding: 0 0 0.5em;
	color: #bb8d6c !important;
	line-height: 1em;
	border-bottom: 0.25em solid #bb8d6c !important;
}

.home .show_button:hover {
	color: #1c444c !important;
	border-color: #1c444c !important;
}

.home .show_button_dark:hover {
	color: #1c444c !important;
	border-bottom: 0.25em solid #1c444c !important;
}

#amenities .show_button_dark:hover {
	color: #fff !important;
	border-color: #fff !important;
}

.page-template-template-building .show_button_dark:hover {
	color: #1c444c !important;
	border-color: #1c444c !important;
}

.show_button_dark2 {
	padding: 10px 40px;
	width: 18em;
	background-color: #1c444c;
	color: #fff;
	line-height: 1em;
	transition: 300ms;
}

.show_button_dark2:hover {
	background-color: #84968F;
	color: #313036;
}

.small_divider_brown {
	width: 4em;
	height: .2em;
	background-color: #d6d1ca;
	margin: 0 auto;
}

.small_divider_white {
	width: 4em;
	height: .2em;
	background-color: #fff;
	margin: 0 auto;
}

.home_pd_rt {
	padding-right: 1.8em;
}

.home_pd_lt {
	padding-left: 1.8em;
}

.home_label {
	font-size: .9em;
	margin: .8em 0;
}

.footer_text {
	font-size: .9em;
}

.footer_logo {
	height: 1.2em;
}

.footer_address {
	position: absolute;
	left: 50px;
	top: 50px;
}

.footer_detail01 {
	position: absolute;
	right: 50px;
	top: 50px;
	line-height: 1.2em;
}

.footer_detail02 {
	position: absolute;
	right: 19em;
	top: 50px;
	line-height: 1.2em;
}

.footer_copy {
	position: absolute;
	right: 50px;
	bottom: 50px;
	font-size: .7em;
}

.footer_link,
.footer_link:hover {
	color: #1c444c;
	text-decoration: underline;
}

.footer_link_2 {
	color: #1c444c;
	border-bottom: solid 1px #1c444c;
}

.footer_link_2:hover {
	color: #1c444c;
	border-bottom: solid 1px transparent;
}

.footer_social {
	display: flex;
	align-items: center;
	gap: 0.75em;
	font-size: 1.5em;
}

.footer_social a {
	color: #bb8d6c;
}

.footer_social a:hover {
	color: #1c444c;
}

.contact_link {
	color: #fff;
}

.contact_link:hover {
	color: #fff;
	text-decoration: underline;
}

.contact {
	font-size: 1.2em;
}

.contact[href^="mailto:"] {
	text-decoration: underline;
}

.contact[href^="mailto:"]:hover,
.footer_detail01 a[href^="mailto:"]:hover  {
	color: #bb8d6c;
}

.col-5s,
.col-sm-5s,
.col-md-5s,
.col-lg-5s,
.col-xl-5s {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-5s {
	float: left;
	width: 20%;
}

@media (min-width: 768px) {
	.col-sm-5s {
		float: left;
		width: 20%;
	}

	.h-100 {
		height: 100%;
	}

	.order-first {
		order: 1;
	}
	
	.order-last {
		order: 2;
	}

	.footer_detail01 {
		text-align: right;
	}
}

@media (min-width: 992px) {
	.col-md-5s {
		float: left;
		width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-lg-5s {
		float: left;
		width: 20%;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1340px;
	}
}

.small {
	font-size: 60%;
}

a {
	color: #1c444c;
}

a:hover,
a:focus {
	color: #1c444c;
}

.link-underline {
	border-bottom: 1px solid #1c444c;
}

@media (min-width:768px) {
	.right-sm {
		text-align: right;
	}
}

/* @media (min-width:768px) {
	.highlights p {
		height: 6em;
		width: 11em;
		margin: 1em auto;
	}
} */

.highlights svg {
	width: 6em;
}

@media (max-width:767px) {
	.highlights .col-sm-5s {
		padding: 1em 0;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.highlights .col-sm-5s:nth-of-type(2n) {
		border-right: none;
	}

	.highlights .col-sm-5s:nth-of-type(9),
	.highlights .col-sm-5s:nth-of-type(10) {
		border-bottom: none;
	}

	.highlights .col-sm-5s:nth-of-type(odd):after {
		content: '';
		display: block;
		width: 2em;
		height: 2em;
		position: absolute;
		bottom: -1em;
		right: -1em;
		background-color: #b9c4b3;
		z-index: 10;
	}
}

@media (min-width:768px) {
	.highlights .col-sm-5s {
		padding-bottom: 1em;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
	.highlights .col-sm-5s:nth-of-type(5n) {
		border-right: none;
	}
	
	.highlights .col-sm-5s:nth-of-type(6),
	.highlights .col-sm-5s:nth-of-type(7),
	.highlights .col-sm-5s:nth-of-type(8),
	.highlights .col-sm-5s:nth-of-type(9),
	.highlights .col-sm-5s:nth-of-type(10) {
		padding: 1em 15px 0;
		border-bottom: none;
	}

	.highlights .col-sm-5s:after {
		content: '';
		display: block;
		width: 2em;
		height: 2em;
		position: absolute;
		bottom: -1em;
		right: -1em;
		background-color: #b9c4b3;
		z-index: 10;
	}

	.highlights .col-sm-5s:nth-of-type(5n):after {
		display: none;
	}
}

.divider_brown {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 4em;
	height: .2em;
	background-color: #d6d1ca;
	margin: 0 auto;
	bottom: 0;
}

@media (min-width:768px) {
	.divider_brown {
		width: 10em;
	}
}

.form_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	z-index: 50;
}

#form,
#avail-form {
	display: none;
	height: 100vh;
}

#avail-form.open {
	display: block;
	z-index: 100;
}

.form-button a span {
	background-color: rgba(0, 0, 0, 0.0);
}

.form-button a span:before,
.form-button a span:after {
	position: absolute;
	content: '';
}

.form-button a span,
.form-button a span:before,
.form-button a span:after {
	width: 35px;
	height: 2px;
	display: block;
}

.form-button a:hover span:before,
.form-button a:hover span:after {
	background-color: #313036;
}

.form-button a span:before {
	margin-top: 0;
	background-color: #313036;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-button a span:after {
	margin-top: 0;
	background-color: #313036;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.form {
	border: 1px solid #313036;
	padding: 0 3em;
}

.light_brown_box {
	background-color: #ece8e4;
	padding: 1em;
	font-size: 0.85em;
}

#slides1.owl-suite .owl-item .relative::before {
	content: '';
	display: block;
	padding-top: 52%;
}

#slides1.owl-suite img {
	top: 0;
	left: 0;
}

#slides1.owl-suite .owl-dots {
	bottom: 3.5em;
}

@media (min-width:768px) {
	#slides1.owl-left .owl-dots {
		text-align: left;
	}

	#slides1.owl-left .owl-dot {
		margin-left: 0;
	}
}

.connections-slide-img {
	width: 14em !important;
	height: 14em;
	margin: 0 auto;
	background-color: #c1987a;
	border-radius: 50%;
}

.table {
	display: table;
	width: 100%;
	max-width: 100%;
	font-size: 0.925em;
}

.table-header {
	display: table-header-group;
}

.table-header .table-cell {
	border-bottom: 0.25em solid #1c444c;
}

.table-header .table-row:last-of-type .table-cell {
	padding-bottom: 0.75em;
}

.table-body {
	display: table-row-group;
}

.table-row.link {
	cursor: pointer;
}

.table-row.link:hover,
.table-row.link.active {
	background-color: rgb(255 255 255 / 20%);
	text-decoration: none;
}

.table-body .table-cell {
	padding: 0.5em 0;
	text-decoration: none;
	border-bottom: 0.1em solid #fff;
}

.table-body .table-row:first-of-type .table-cell {
	border-top: 0.1em solid #fff;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
	color: #fff;
}

/*
.table-header .table-row .table-cell:nth-child(-n+2),
.table-body .table-row .table-cell:nth-child(-n+2) {
	width: 20%;
}
*/

@media (min-width:768px) {
	.table {
		width: 60em;
		margin: auto;
	}

	.table-header .table-row:first-of-type .table-cell span::after {
		content: '';
		display: block;
		width: 0.75em;
		height: 0.75em;
		position: absolute;
		top: 0.45em;
		right: -1.25em;
		background-image: url(img/brown_down.svg);
		background-repeat: no-repeat;
	}

	.table-row .table-cell:nth-of-type(3) {
		width: 25%;
	}
	
	.table-row .table-cell:nth-of-type(1),
	.table-row .table-cell:nth-of-type(4) {
		width: 15%;
	}
	
	.table-row .table-cell:nth-of-type(5),
	.table-row .table-cell:nth-of-type(6) {
		width: 20%;
		padding-right: 1.25em;
	}
}

@media (max-width:767px) {
	.table {
		font-size: 0.75em;
	}
}

.location-plan {
	display: none;
}

.suite-link,
.location-link,
.image-link {
	cursor: pointer;
	position: absolute;
	top: -3em;
	right: 0;
	width: 6em;
	padding: 1em 0;
	z-index: 50;
	background-color: #eaede8;
}
.suite-link:hover,.location-link:hover {
	background-color: #F1F5F5;
}

.image-link {
	top: 7em;
}

.link_space {
	height: .5em;
}

.suite-link svg,
.location-link svg,
.image-link svg {
	height: 4em;
	margin: 0 auto;
}

.table-office tbody {
	background-color: #dce1d9;
}

.table-office>thead>tr>th,
.table-office>thead>tr>td {
	border-bottom-width: 2px;
}

.table-office>tbody>tr>td {
	padding: 12px 5px 2px;
}

.table_button {
	margin-bottom: 1em;
	margin-right: 0.5em;
	padding: 10px 40px;
	background-color: #84968f;
	color: #fff;
	line-height: 1em;
	transition: 300ms;
}

.table_button:hover {
	background-color: #1c444c;
	color: #fff;
}

.footnote img {
	margin-right: 1em;
	vertical-align: bottom;
}

.bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-width: 0 !important;
	background: transparent !important;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 45 !important;
}

.bx-prev {
	left: -8vw !important;
}

.bx-next {
	right: -8vw !important;
}

#bx-slider .specs {
	padding: 0.15em 0;
	justify-content: space-between;
	border-bottom: 0.1em solid #bb8d6c;
}

.plan-key {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.plan-key li {
	padding-left: 1.75em;
}

.plan-key li::before {
	content: '';
	display: block;
	width: 0.8em;
	height: 0.8em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.plan-key li:nth-of-type(1):before {
	background-color: #bb8d6c;
}

.plan-key li:nth-of-type(2):before {
	background-color: #8ea1a5;
}

.plan-key li:nth-of-type(3):before {
	background-color: #ffd394;
}

.plan-key li:nth-of-type(4):before {
	background-color: #b6dddb;
}

.plan-key li:nth-of-type(5):before {
	background-color: #e0b6dd;
}

#contact svg {
	height: 5em;
}

span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-validation-errors {
	background: transparent;
	border: 1px solid #313036;
	color: #313036;
}

div.wpcf7-response-output {
	margin: 2em 0 0 !important;
	padding: 0 !important;
	border-color: transparent !important;
	color: #fff;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.form-text {
	position: absolute;
	bottom: 3em;
}

.form-select .form-control {
	border-radius: 0px !important;
	box-shadow: none !important;
	-webkit-appearance: none;
}

.form-select {
	width: 100% !important;
	margin-left: 0 !important;
	margin-bottom: 1em;
}

.form-select .select-selected {
	border: 1px solid #313036 !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.new-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 16em;
	font-size: 1.1em;
	color: #bb8d6c;
	border: 0.25em solid #bb8d6c;
	border-radius: 0;
	padding: .5em 0.7em;
	background-color: transparent;
	background-image: url(img/brown_down.svg);
	background-repeat: no-repeat;
	background-position: right .7em center;
	background-size: 1em;
	outline: none !important;
	cursor: pointer;
}

.home-select .new-select {
	color: #1c444c;
	border-color: #1c444c;
	background-image: url(img/green_down.svg);
}

.home-select .new-select:hover {
	color: #bb8d6c;
	border-color: #bb8d6c;
	background-image: url(img/brown_down.svg);
}

/* .new-select:hover {
	background: rgba(255, 255, 255, 0.5);
	background-image: url(img/down.svg);
	background-repeat: no-repeat;
	background-position: right .7em center;
	background-size: .7em .7em;
} */

.dark_brown_holder ..new-select {
	background-color: transparent;
}

.contact-btn.new-select {
	display: block;
	width: 100%;
	margin: 0 0 0.5em;
	text-align: left;
}

.contact-btn:hover {
	color: #fff;
	background-color: #84968f;
}

.contact-form .form-group {
    margin-bottom: 0.5em;
}

.contact-form .form-group p {
	margin-bottom: 0;
}

.contact-form .form-control,
.contact-form .new-form-select {
	height: 3em;
	padding: 0 1em;
	font-size: 0.925em;
	color: #fff;
	background-color: rgb(255 255 255 / 8%);
	border: none;
}
.new-form-select option {
    color: #1c444c;
}
.contact-form .new-form-select {
	background-image: url(img/brown_down.svg) !important;
	background-position: right 1em center;
}
body.home .contact-form .new-form-select {
	background-image: url(img/green_down.svg) !important;
}

.contact-form input::placeholder,
.contact-form select::placeholder {
    color: #fff;
}

.contact-form .btn-form {
	padding: 0 0 0.5em;
    color: #bb8d6c;
    line-height: 1em;
	text-transform: uppercase;
    border-bottom: 0.25em solid #bb8d6c;
	background-color: transparent;
}

.contact-form .btn-form:hover {
	color: #fff;
	border-bottom-color: #fff;
	background-color: transparent;
}

body.home .contact-form .btn-form {
    padding: 0 0 0.5em;
    color: #1c444c;
    line-height: 1em;
	text-transform: uppercase;
    border-bottom: 0.25em solid #1c444c;
	background-color: transparent;
}

body.home .contact-form .btn-form:hover {
	color: #fff;
	border-bottom-color: #fff;
}

/*
.contact-form .btn-form {
	text-transform: uppercase;
    background-color: #90a09a;
}

.contact-form .btn-form:hover {
	color: #fff;
    background-color: #1c444c;
}

.contact-form .form-control {
	text-transform: uppercase;
	background-color: #f3f5f4;
	border: none;
	font-size: 1em;
    height: 40px;
}
*/

.new-form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	margin: 0;
	border: 1px solid #313036;
	border-radius: 0;
	padding: .4em;
	background: transparent;
	background-image: url(img/down.svg);
	background-repeat: no-repeat;
	background-position: right .5em center;
	background-size: .7em .7em;
}

.custom-select {
	position: relative;
	display: inline-block;
	width: 9em;
	margin: 0 1em;
}

.custom-select select {
	display: none;
}

.select-selected {
	background-color: #d8d1ca;
}

.select-selected:after {
	position: absolute;
	content: '';
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #313036 transparent transparent transparent;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	color: #313036;
	padding: 8px 20px 8px 12px;
	border: 2px solid #313036;
	cursor: pointer;
	user-select: none;
	text-align: left;
}

.select-items div {
	border: 1px solid rgba(49, 48, 54, 0.4);
	border-top-width: 0;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #d8d1ca;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	max-height: 6em;
	overflow: scroll;
}

.light_brown_holder .custom-select {
	width: 7em;
}

.light_brown_holder .select-selected,
.light_brown_holder .select-items {
	background-color: #ece8e4;
	border-width: 2px;
}

.light_brown_holder .select-items div,
.light_brown_holder .select-selected {
	padding-top: 5px;
	padding-bottom: 5px;
}

.light_brown_holder .select-selected:after {
	top: 11px;
}

.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

input[type=text],
input[type=number],
input[type=email] {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	transition: none;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=submit] {
	outline: none;
	border: none;
	transition: 200ms;
	border-radius: 0;
}

input[type=submit]:hover {
	background-color: #fff;
	color: #2b2a30;
}

.search_text {
	font-size: 1.3em;
}

.north {
	height: 2em;
	margin-right: 0.5em;
}

.general_link:hover {
	text-decoration: underline;
}

.right_arrow {
	position: absolute;
	right: 0;
	width: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.right_arrow:hover {
	opacity: .6;
}

.left_arrow {
	position: absolute;
	left: 0;
	width: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.left_arrow:hover {
	opacity: .6;
}

.bxslider-wrap {
	visibility: hidden;
	position: relative;
	display: block;
}

.bxslider {
	padding: 0;
	margin: 0;
	-webkit-perspective: 2000;
	-webkit-backface-visibility: hidden;
}

#map {
	width: 100%;
	height: 40vw;
}

#map2 {
	width: 100%;
	height: 120vw;
}

.gallery_next,
.gallery_prev {
	height: 6em;
    width: 6em;
	display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #bd9477;
    border-radius: 50%;
    z-index: 10;
	cursor: pointer;
}

.gallery_prev {
	left: -3em;
	padding-right: 1em;
	justify-content: end;
}

.gallery_next {
	right: -3em;
	padding-left: 1em;
}

.left_arrow_gallery,
.right_arrow_gallery {
	height: 2em;
	cursor: pointer;
}

#floor-plans .gallery_next,
#floor-plans .gallery_prev {
    background-color: #d2dadb;
}

.gallery_next:hover,
.gallery_prev:hover {
	background-color: #fff;
}

#floor-plans .gallery_next:hover,
#floor-plans .gallery_prev:hover {
	background-color: #bd9477;
}

/*
.right_arrow_office {
	position: absolute;
	right: -30px;
	width: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.right_arrow_office:hover {
	opacity: .6;
}

.left_arrow_office {
	position: absolute;
	left: -30px;
	width: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.left_arrow_office:hover {
	opacity: .6;
}
*/

.nowrap {
	white-space: nowrap;
}

.james_small {
	display: inline;
	overflow: visible;
	font-size: .8em;
}

.office_lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(38, 38, 43, .9);
	z-index: 100;
}

.light_close {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 1.5em;
	height: 1.5em;
	cursor: pointer;
}

.light_image {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.row_eq_height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row_eq_height:before,
.row_eq_height:after {
	display: none !important;
}

.spec_holder img {
	width: 100%;
}

.book_form {
	position: relative;
	margin-top: 10em;
	height: 100%;
	overflow: scroll;
}

.menu_closer {
	position: fixed;
	display: none;
	width: 100%;
	height: 100vh;
	z-index: 80;
	background: rgba(43, 42, 48, .5);
}

.load_owl {
	width: 100%;
	height: 0;
	padding-bottom: 51%;
	overflow: hidden;
}

.top_email {
	position: absolute;
	top: 41px;
	right: 310px;
	border-bottom: 1px solid #313036;
	font-size: .9em;
}

.top_email:hover {
	opacity: .7;
}

.top_tel {
	position: absolute;
	top: 41px;
	right: 400px;
	border-bottom: 1px solid #313036;
	font-size: .9em;
}

.top_tel:hover {
	opacity: .7;
}

.top_banner {
	position: fixed;
	width: 100%;
	background-color: rgba(228, 35, 19, .8);
	padding: 1rem 0;
	top: 100px;
	z-index: 50;
	text-align: center;
	color: #fff;
	font-size: 2rem;
}

.top_banner .small {
	font-size: 1.5rem;
}

.d-flex {
	display: flex;
	justify-content: center;
}
@media (min-width: 768px) {
	.d-sm-flex {
		display: flex;
		justify-content: center;
	}
}

.highlights_revised img {
	padding: 0 5rem;
}

/* ============;=============================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1199px) {
	body {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	body {
		font-size: 9.9px;
	}

	.top_email {
		position: absolute;
		top: 31px;
		right: 270px;
		font-size: 1.2em;
	}

	.top_tel {
		position: absolute;
		top: 31px;
		right: 340px;
		font-size: 1.2em;
	}

	.top_banner {
		top: 80px;
	}

}

@media (min-width: 1400px) {
	body {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.top_banner {
		top: 60px;
	}

	body {
		margin: 0 0 300px;
		font-size: 14px;
	}

	.footerholder {
		height: 300px;
	}

	.mobile_padding {
		padding: 0 30px;
	}

	.mobile_center {
		text-align: center;
	}

	.home_pd_rt {
		padding-right: 0;
	}

	.home_pd_lt {
		padding-left: 0;
	}

	h3 {
		font-size: 2em;
	}

	.footer_address {
		position: absolute;
		left: 30px;
		top: 30px;
	}

	.footer_detail01 {
		position: absolute;
		left: 30px;
		top: 170px;
		line-height: 1.2em;
	}

	.footer_detail02 {
		position: absolute;
		width: 200px;
		left: 30px;
		top: 220px;
		line-height: 1.2em;
	}

	.footer_copy {
		right: 30px;
		bottom: 30px;
		font-size: .7em;
	}

	.small {
		font-size: 80%;
	}

	.center_menu .form {
		width: 90vw;
	}

	.form {
		padding: 0 1.5em;
	}

	.custom-select {
		display: block;
		margin: 1.5em auto;
	}

	.suite-link svg,
	.location-link svg {
		margin-top: 0;
	}

	.bx-wrapper {
		margin-bottom: 20px !important;
	}

	.custom-select-mobile {
		position: relative;
		display: inline-block;
		width: 100% !important;
	}

	input[type=text],
	input[type=number],
	input[type=email] {
		padding: 8px 12px;
	}

	.suite-link,
	.location-link,
	.image-link {
		position: relative;
	}

	.table_button_mobile {
		margin-bottom: 1em;
		margin-right: 0.5em;
		padding: 10px 40px;
		background-color: #d8d1ca;
		color: #313036;
		line-height: 1em;
		transition: 300ms;
	}

	#slides1.owl-suite .owl-item .relative::before {
		padding-top: 100%;
	}
}

@font-face {
    font-family: 'Averta';
    src: url('fonts/AvertaRegular.woff2') format('woff2'),
        url('fonts/AvertaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta Bold';
    src: url('fonts/AvertaBold.woff2') format('woff2'),
        url('fonts/AvertaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.font-bold,
b, strong {
	font-family: 'Averta Bold';
    font-weight: bold;
    font-style: normal;
}