/* rotate*/
/* translate*/
/*transform origin*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: normal;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
.main_wrapper {
  width: 100%;
  display: inline-block;
}

main {
  width: 100%;
  display: block;
  min-height: 100vh;
  position: relative;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  /*-webkit-tap-highlight-color: transparent;*/
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html, body {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*    overflow-x: hidden;*/
  /*overflow-y: auto;*/
}

html {
  min-height: 100%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  height: auto;
}

body {
  position: relative;
  margin: 0;
  height: auto;
  font-family: "josefin-sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #511b03;
}

body, input, select, textarea, button {
  resize: none;
  color: #511b03;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  margin: 0;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: vertical;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

:focus {
  outline: transparent dashed 2px;
  outline-offset: 1px;
  transition: none;
}

.using-keytab :focus {
  outline-color: #ffffff;
}

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

button {
  cursor: pointer;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input, select, textarea, button {
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
}

a {
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border: none;
  color: #511b03;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:focus, button:focus, *:focus, .hywrap input:focus, .hywrap input[type=text]:focus, .hywrap select:focus, .hywrap textarea:focus, .selectivo .selectivo__label:focus, .selectivo .selectivo__option:focus {
  outline: transparent dashed 2px;
  outline-offset: 1px;
}

.using-keytab a:focus, .using-keytab button:focus, .using-keytab *:focus, .using-keytab .selectivo .selectivo__label:focus, .using-keytab .selectivo .selectivo__option:focus {
  outline-color: #ffffff;
}

.hywrap button[type=submit]:focus {
  outline: transparent dashed 2px;
  outline-offset: 1px;
}

.using-keytab .hywrap input:focus, .using-keytab .hywrap input[type=text]:focus, .using-keytab .hywrap select:focus, .using-keytab .hywrap textarea:focus, .using-keytab .hywrap button[type=submit]:focus {
  outline-color: #ffffff !important;
  outline: dashed !important;
}

.using-keytab .nav_close:focus, .using-keytab .map_wrapper .zoom_btns .zoom:focus, body.using-keytab:not(.gallery_page_body):not(.home_page_body) header *:focus, .using-keytab .mob_static_map:focus {
  outline-color: #511b03;
}

.using-keytab .map_wrapper .zoom_btns .zoom:focus, .using-keytab .mob_static_map:focus {
  outline-offset: -2px;
}

@media all and (max-width: 991.8px) {
  body.using-keytab.contact_page_body:not(.gallery_page_body):not(.home_page_body) header *:focus {
    outline-color: #ffffff;
  }
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
}

.selectivo {
  position: relative;
  display: inline-block;
  background: white;
}

.selectivo__label,
.selectivo__option {
  display: block;
  width: 100%;
  padding: 1em;
  padding-right: 2.5em;
  border: 0;
  background: transparent;
  color: inherit;
  white-space: nowrap;
  cursor: pointer;
}

.selectivo__label:focus,
.selectivo__option:focus {
  outline: 1px solid #808080;
}

.selectivo__label::-moz-focus-inner,
.selectivo__option::-moz-focus-inner {
  border: 0;
}

.selectivo__label {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200%20L5%205%20L9%200%20Z%22%20fill%3D%22%23696969%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat center right;
}

.selectivo__option:first-child {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%205%20L5%200%20L9%205%20Z%22%20fill%3D%22%23696969%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat center right;
}

.selectivo__label,
.selectivo__dropdown {
  border: 1px solid #E3E3E3;
}

.selectivo__dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: white;
}

.selectivo--open .selectivo__dropdown {
  display: block;
}

.skip_nav {
  background: transparent;
  color: #511b03;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  z-index: 99999;
  font-size: 16px;
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.skip_nav:focus {
  background: #ffffff;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  .mobile_only {
    display: none !important;
  }
}
@media all and (min-width: 992px) {
  .tab_mob {
    display: none !important;
  }
}
@media all and (max-width: 991.8px) {
  .desktop {
    display: none !important;
  }
}
@media all and (max-width: 1299.8px) {
  .desktop_large {
    display: none !important;
  }
}
@media all and (max-width: 767.8px) {
  .desktop_tab {
    display: none !important;
  }
}
.cursor_default,
.disable_link {
  cursor: default !important;
  pointer-events: none !important;
}

.hide_cnt {
  display: none !important;
}

.hide_heading {
  position: absolute;
  z-index: -999;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 0.1px;
  height: 0;
  font-size: 0.1px;
  overflow: hidden;
}

.inner_page {
  display: inline-block;
  width: 100%;
  padding-bottom: 8px;
}
@media all and (max-width: 991.8px) {
  .inner_page {
    padding-bottom: 0;
  }
}

/*......Heading styles......*/
.main_heading {
  font-family: "mostra-nuova", sans-serif;
  font-weight: 400;
  font-size: 208px;
  letter-spacing: -2.08px;
  line-height: 179.07px;
  text-align: center;
  text-transform: uppercase;
}
@media all and (max-width: 991.8px) {
  .main_heading {
    font-size: 100px;
    letter-spacing: -1px;
    line-height: 92px;
  }
}
@media all and (max-width: 767.8px) {
  .main_heading {
    font-size: 52px;
    letter-spacing: -0.52px;
    line-height: 58px;
  }
}

@media all and (max-width: 991.8px) {
  .home .banner_sec .main_heading {
    font-size: 208px;
    letter-spacing: -2.08px;
    line-height: 179.07px;
  }
}
@media all and (max-width: 767.8px) {
  .home .banner_sec .main_heading {
    font-size: 130px;
    letter-spacing: -1.3px;
    line-height: 112px;
  }
}
@media all and (max-width: 374.8px) {
  .home .banner_sec .main_heading {
    font-size: 110px;
    line-height: 102px;
  }
}

.gallery .main_heading,
.inner_page .banner_sec .main_heading {
  color: #ffffff;
}

.section_heading {
  font-family: "mostra-nuova", sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 67px;
  text-transform: uppercase;
}
@media all and (max-width: 991.8px) {
  .section_heading {
    font-size: 52px;
    line-height: 55px;
  }
}
@media all and (max-width: 374.8px) {
  .section_heading {
    font-size: 48px;
    line-height: 52px;
  }
}

.section_heading2 {
  font-family: "mostra-nuova", sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.4px;
  line-height: 48px;
  text-transform: uppercase;
}
@media all and (max-width: 374.8px) {
  .section_heading2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.small_txt {
  font-family: "josefin-sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

/*......Button styles......*/
button.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.btn_link_large, .btn_border, .btn_link,
.header_right li a,
.header_left_links li a {
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #511b03;
}

.btn_link,
.header_right li a,
.header_left_links li a {
  font-size: 10px;
  font-size: 12px;
  letter-spacing: 1.5px;
  position: relative;
}
.btn_link:after,
.header_right li a:after,
.header_left_links li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0px;
  height: 2px;
  background-color: #511b03;
}
.btn_link.active:after,
.header_right li a.active:after,
.header_left_links li a.active:after {
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn_border {
  color: #511b03;
  font-size: 10px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.5px;
  padding: 7.5px 9px 3px;
  border: 1px solid #511b03;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.btn_border.active {
  color: #ffffff;
  background: #511b03;
}
.btn_border.pink {
  color: #f7afab;
  border-color: #f7afab;
}
.btn_border.pink.active {
  background: #e55034;
  border-color: #e55034;
  color: #ffffff;
}

html.iOS .btn_border {
  padding: 3px 9px 4px;
}

.btn_link_large {
  font-family: "mostra-nuova", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: normal;
  letter-spacing: 1.62px;
}
.btn_link_large.active {
  color: #f7afab;
}

html.system .btn_link:hover,
html.system .header_right li a:hover,
html.system .header_left_links a:hover {
  color: #f7afab;
}
html.system .btn_link:hover:after,
html.system .header_right li a:hover:after,
html.system .header_left_links a:hover:after {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  background-color: #f7afab;
}
html.system .btn_border:hover {
  color: #ffffff;
  background: #511b03;
}
html.system .btn_border.pink:hover {
  background: #f7afab;
  border-color: #f7afab;
  color: #ffffff;
}
html.system .btn_link_large:hover {
  color: #f7afab;
}

/*......Banner Section......*/
.banner_sec_wrap {
  display: flex;
  width: 100%;
}

.banner_sec {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  min-height: 100vh;
  flex-direction: column;
}
.banner_sec .main_heading > span {
  display: block;
}
.banner_sec:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #511b03;
  opacity: 0.3;
}

.inner_page .banner_sec .main_heading {
  margin-bottom: 40px;
}
@media all and (max-width: 991.8px) {
  .inner_page .banner_sec {
    min-height: 460px !important;
  }
  .inner_page .banner_sec .main_heading {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767.8px) {
  .inner_page .banner_sec {
    min-height: 260px !important;
  }
}

.inner_page,
.home .banner_sec {
  padding-top: 83px;
}
@media all and (max-width: 991.8px) {
  .inner_page,
  .home .banner_sec {
    padding-top: 70px;
  }
}

@media all and (max-width: 991.8px) {
  .contact-wrap.inner_page {
    padding-top: 0;
  }
  .contact-wrap.inner_page .form-section {
    padding-top: 120px;
  }
}

/*......Back to top......*/
.back_top {
  position: fixed;
  bottom: 50px;
  right: 26px;
  z-index: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #e55034;
}
.back_top img {
  max-width: 67px;
  margin-bottom: 7px;
  display: inline-block;
}

.gallery_page_body .back_top {
  color: #ffffff;
}

/*......Animation.......*/
.scroll_animate {
  /*    opacity: 0;
  @include transition(opacity 1.5s ease);*/
  opacity: 0;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  -moz-transform: translate3d(0, 100px, 50px);
  -o-transform: translate3d(0, 100px, 50px);
  -ms-transform: translate3d(0, 100px, 50px);
  -webkit-transform: translate3d(0, 100px, 50px);
  transform: translate3d(0, 100px, 50px);
}

.scroll_animate.inposition {
  /*opacity: 1;*/
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fade-in {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  -moz-transform: translate3d(0, 100px, 50px);
  -o-transform: translate3d(0, 100px, 50px);
  -ms-transform: translate3d(0, 100px, 50px);
  -webkit-transform: translate3d(0, 100px, 50px);
  transform: translate3d(0, 100px, 50px);
}

.fade-in.inposition {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body .fade-out.inposition {
  opacity: 0;
  -webkit-transition: opacity 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -moz-transition: opacity 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -ms-transition: opacity 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -o-transition: opacity 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: opacity 0.9s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

/*.......Flexslider.......*/
.flexslider {
  border: 0;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 100%;
}
.flexslider .flex-viewport {
  width: 100%;
  height: 100%;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0 !important;
}
.flexslider .flex-direction-nav .flex-next {
  right: 0px !important;
}
.flexslider .slides,
.flexslider .slides li {
  height: 100%;
}

.error_wrap.inner_page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.error_wrap.inner_page:before {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.error_wrap.inner_page .back_home {
  display: inline-block;
  margin-top: 20px;
}
.error_wrap.inner_page .back_home:focus {
  outline-color: #511b03;
}
.error_wrap.inner_page .error_cont {
  width: 70%;
  max-width: 500px;
  text-align: center;
}
.error_wrap.inner_page .error_cont .main_text,
.error_wrap.inner_page .error_cont .sub_text {
  font-family: "mostra-nuova", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 28px;
  text-transform: uppercase;
  color: #390404;
}
.error_wrap.inner_page .error_cont .sub_text {
  margin-top: 20px;
}

/*......virtual tour page......*/
.vt_page {
  padding-bottom: 0;
}
.vt_page #tour {
  width: 100%;
  height: 100vh;
}
.vt_page #tour iframe {
  width: 100%;
  height: 100%;
}

.hiden_h1,
.hidden_h1 {
  font-size: 0px !important;
  margin: 0px !important;
  height: 0px;
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 25px 24px;
  background: #ffffff;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media all and (max-width: 991.8px) {
  header {
    padding: 22px 24px 22px 17px;
  }
}
header.header_white {
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}

.home_page_body header {
  background: #044428;
}

.gallery_page_body header {
  background: #e55034;
}

@media all and (max-width: 991.8px) {
  .contact_page_body header {
    background: #044428;
  }
}

.floor-plans header {
  background: #f7afab;
}

.menu-open header {
  opacity: 0;
}
.menu-open header.hidden {
  display: none;
}

.header_logo,
.header_left,
.header_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_left,
.header_right {
  flex-grow: 1;
  width: 100%;
}

.header_logo {
  flex-shrink: 0;
}
.header_logo img {
  height: 31px;
}
@media all and (max-width: 991.8px) {
  .header_logo img {
    height: 26px;
  }
}
@media all and (max-width: 374.8px) {
  .header_logo img {
    height: 22px;
  }
}

.header_left {
  justify-content: flex-start;
}

.header_left_links {
  display: flex;
}
.header_left_links > * {
  margin-left: 20px;
}
.header_left_links li.current_page_item a:after {
  width: 100%;
}
@media all and (min-width: 992px) {
  .header_left_links a {
    margin-top: 3px;
    display: block;
  }
}

.header_right {
  flex-grow: 1;
  justify-content: flex-end;
  text-transform: uppercase;
}
.header_right > *:not(.hamburger_menu) {
  display: flex;
  margin-right: 20px;
}
.header_right ul {
  margin-right: 0 !important;
}
.header_right ul li {
  margin-right: 20px;
}
@media all and (min-width: 992px) {
  .header_right ul li a {
    margin-top: 3px;
    display: block;
  }
}
.header_right img {
  height: 16px;
}
.header_right li.current_page_item a:after {
  width: 100%;
}
@media all and (max-width: 991.8px) {
  .header_right > *:not(.hamburger_menu) {
    margin-left: 14px;
  }
}
@media all and (max-width: 767.8px) {
  .header_right > *:not(.hamburger_menu) {
    margin-right: 0;
  }
}

.hamburger_menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  margin-left: 14px;
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 28px;
  height: 24px;
  display: block;
}
.hamburger_menu span {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 9px;
  background-color: #511b03;
}
.hamburger_menu span:first-child {
  margin-top: 0;
}
@media all and (max-width: 991.8px) {
  .hamburger_menu {
    width: 20px;
    height: 16px;
  }
  .hamburger_menu span {
    margin-top: 5px;
  }
}

.home_page_body header a {
  color: #f7afab;
}
.home_page_body .hamburger_menu span,
.home_page_body .header_right li a:after,
.home_page_body .header_left_links li a:after {
  background-color: #f7afab;
}
.home_page_body header .btn_border {
  border-color: #f7afab;
}

.gallery_page_body header a {
  color: #ffffff;
}
.gallery_page_body .hamburger_menu span,
.gallery_page_body .header_right li.current_page_item a:after,
.gallery_page_body .header_left_links li.current_page_item a:after {
  background-color: #ffffff;
}
.gallery_page_body header .btn_border {
  border-color: #ffffff;
}

@media all and (max-width: 991.8px) {
  .contact_page_body header a {
    color: #f7afab;
  }
  .contact_page_body .hamburger_menu span {
    background-color: #f7afab;
  }
  .contact_page_body header .btn_border {
    border-color: #f7afab;
  }
}

html.system .home_page_body header a:hover {
  color: #e55034;
}
html.system .home_page_body header .btn_border:hover {
  color: #ffffff;
  border-color: #f7afab;
  background-color: #f7afab;
}
html.system .home_page_body .header_right li a:hover:after,
html.system .home_page_body .header_left_links li a:hover:after {
  background-color: #e55034;
}
html.system .gallery_page_body header a:hover {
  color: #511b03;
}
html.system .gallery_page_body header .btn_border:hover {
  color: #e55034;
  background-color: #ffffff;
}
html.system .gallery_page_body .header_right li a:hover:after,
html.system .gallery_page_body .header_left_links li a:hover:after {
  background-color: #511b03;
}
html.system .floor-plans header a:hover {
  color: #e55034;
}
html.system .floor-plans header a.btn_border:hover {
  color: #ffffff;
}
html.system .floor-plans .header_right li a:hover:after,
html.system .floor-plans .header_left_links li a:hover:after {
  background-color: #e55034;
}

.nav_close,
.specials_close,
.g_slider_wrap_close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  width: 28px;
  height: 24px;
  right: 25px;
  top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.nav_close span,
.specials_close span,
.g_slider_wrap_close span {
  position: relative;
}
.nav_close span, .nav_close span:after,
.specials_close span,
.specials_close span:after,
.g_slider_wrap_close span,
.g_slider_wrap_close span:after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #511b03;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.nav_close span:after,
.specials_close span:after,
.g_slider_wrap_close span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media all and (max-width: 991.8px) {
  .nav_close,
  .specials_close,
  .g_slider_wrap_close {
    top: 25px;
    right: 24px;
    width: 20px;
    height: 18px;
  }
  .nav_close span,
  .nav_close span:after,
  .specials_close span,
  .specials_close span:after,
  .g_slider_wrap_close span,
  .g_slider_wrap_close span:after {
    background-color: #ffffff;
  }
}

.nav_menu_wrap {
  display: none;
  position: fixed;
  z-index: 6;
  overflow: auto;
  height: 100%;
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
}
.nav_menu_wrap,
.nav_menu_wrap .nav_menu_outer:before {
  width: 100%;
  left: 0;
  top: 0;
}
.nav_menu_wrap .nav_menu_outer:before {
  content: "";
  bottom: 0;
  position: absolute;
  background: #511b03;
  opacity: 0.35;
  z-index: -1;
}
.nav_menu_wrap .nav_menu_outer {
  padding: 5% 10%;
  position: relative;
  min-height: 100vh;
  display: flex;
}
.nav_menu_wrap .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
@media all and (max-width: 991.8px) {
  .nav_menu_wrap .nav_menu_outer {
    padding: 0;
  }
}

.nav_menu_inner {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.nav_menu_inner .nav_menu_left,
.nav_menu_inner .nav_menu_right {
  flex-grow: 1;
  width: 50%;
}
.nav_menu_inner .nav_menu_left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 15px 40px;
  background: #e55034;
}
.nav_menu_inner .nav_menu_left a {
  color: #ffffff;
  display: inline-block;
}
@media all and (min-width: 992px) {
  .nav_menu_inner .nav_menu_left {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
.nav_menu_inner .nav_menu_left li.disable_link {
  pointer-events: all !important;
}
.nav_menu_inner .nav_menu_left li.disable_link > * {
  pointer-events: none !important;
  cursor: default;
}
.nav_menu_inner .nav_menu_right {
  background-color: #ffffff;
}
.nav_menu_inner .nav_menu_right.hidden {
  display: none !important;
}
@media all and (min-width: 992px) {
  .nav_menu_inner .nav_menu_right {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 50px solid #ffffff;
    border-top: 60px solid #ffffff;
    border-bottom: 60px solid #ffffff;
  }
}
.nav_menu_inner .primary_nav {
  font-size: 40px;
  letter-spacing: 0.4px;
}
.nav_menu_inner .primary_nav li {
  margin-bottom: 13px;
}
.nav_menu_inner .primary_nav a {
  font-family: "mostra-nuova", sans-serif;
  font-weight: 400;
}
.nav_menu_inner .secondary_nav li {
  margin-top: 12px;
}
.nav_menu_inner .menu_vert_txt {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  color: #f7afab;
  right: 18px;
  bottom: 22px;
  display: flex;
  align-items: center;
  -moz-transform: rotate(-90deg) translateX(100%);
  -o-transform: rotate(-90deg) translateX(100%);
  -ms-transform: rotate(-90deg) translateX(100%);
  -webkit-transform: rotate(-90deg) translateX(100%);
  transform: rotate(-90deg) translateX(100%);
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.nav_menu_inner .menu_vert_txt:after {
  content: "";
  width: 110px;
  height: 1px;
  margin-left: 6px;
  position: relative;
  background: #f7afab;
}
.nav_menu_inner .nav_tour {
  position: absolute;
  top: 22px;
  left: 17px;
  border-color: #ffffff;
  color: #ffffff;
  z-index: 1;
}

html.system .nav_menu_inner .nav_menu_left a:hover,
.nav_menu_inner .nav_menu_left li.current_page_item a {
  color: #f7afab;
}

/*.......Specials popup......*/
.specials_box {
  display: none;
  position: fixed;
  z-index: 3;
  top: 116px;
  left: 0;
  background: #511b03;
  color: #f7afab;
  width: 364px;
  max-width: 100%;
  max-height: calc(100% - 110px);
  overflow: auto;
  padding: 18px 45px 24px 26px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.65px;
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
}
.specials_box.hidden {
  -moz-transform: translateX(-102%);
  -o-transform: translateX(-102%);
  -ms-transform: translateX(-102%);
  -webkit-transform: translateX(-102%);
  transform: translateX(-102%);
}
.specials_box .spcl_heading {
  font-size: 27px;
  letter-spacing: 0.27px;
  line-height: 32px;
  margin-bottom: 12px;
  font-family: "mostra-nuova", sans-serif;
  font-weight: 400;
}
.specials_box p {
  display: block;
}
.specials_box .btn_border {
  margin-top: 15px;
  display: inline-block;
}
.specials_box .specials_close {
  top: 12px;
  right: 12px;
  width: 17px;
  height: 17px;
  opacity: 0.3;
}
.specials_box .specials_close span,
.specials_box .specials_close span:after {
  background-color: #ffffff;
}
@media all and (max-width: 991.8px) {
  .specials_box {
    display: none !important;
  }
  .specials_box.h_mob_specials {
    display: block !important;
    position: relative;
    top: auto;
    z-index: 0;
    max-height: initial;
    width: 100%;
    -moz-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    border-radius: 0;
    text-align: center;
    padding: 15px 12px 20px;
    font-family: "josefin-sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    line-height: 22px;
    letter-spacing: normal;
  }
  .specials_box.h_mob_specials .btn_border {
    margin-top: 10px;
  }
}

footer {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -8px;
  font-size: 12px;
  letter-spacing: 1.65px;
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  background-color: #511b03;
  color: #f7afab;
  padding: 23px 26px 5.3vw;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: url(../images/footer/footer_pattern.png) center bottom/100% auto no-repeat #511b03;
}
footer a, footer .btn_link_large {
  color: #f7afab;
}
footer .footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
footer .footer > * {
  display: flex;
  align-items: center;
}
footer .footer .f_logo_wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 991.8px) {
  footer .footer {
    align-items: flex-start;
  }
  footer .footer > * {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer > * > * {
    margin-bottom: 12px;
  }
  footer .footer > * .f_social_wrap {
    margin-top: 23px;
  }
  footer .footer > * .f_logo_wrap {
    margin-top: 8px;
  }
  footer .footer .f_logo_wrap {
    display: inline-block;
    width: 100%;
  }
  footer .footer .f_logo_wrap > * {
    vertical-align: bottom;
  }
}
@media all and (max-width: 374.8px) {
  footer .footer {
    flex-direction: column;
    align-items: center;
  }
  footer .footer > * {
    align-items: center;
  }
  footer .footer .f_logo_wrap {
    text-align: center;
  }
}
footer .footer_left > * {
  margin-right: 35px;
}
footer .footer_left > * .f_privacy {
  line-height: 16px;
}
@media all and (max-width: 1199.8px) {
  footer .footer_left > * {
    margin-right: 12px;
  }
}
@media all and (max-width: 374.8px) {
  footer .footer_left > * {
    margin-right: 0;
  }
}
footer .footer_left a.cookie {
  line-height: 16px;
}
@media (min-width: 992px) {
  footer .footer_left a.cookie {
    display: none;
  }
}
footer .f_social_wrap {
  display: flex;
  min-width: fit-content;
}
footer .f_social_wrap > *:not(:last-child) {
  margin-right: 18px;
  flex-shrink: 0;
}
footer .f_social_wrap img {
  height: 15px;
}
@media all and (max-width: 1199.8px) {
  footer .f_social_wrap > *:not(:last-child) {
    margin-right: 12px;
  }
}
footer .footer_center {
  line-height: 16px;
  justify-content: center;
}
footer .footer_center .tel-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer_center > *:not(:last-child) {
  margin-right: 30px;
}
@media all and (max-width: 1199.8px) {
  footer .footer_center > *:not(:last-child) {
    margin-right: 15px;
  }
}
@media all and (max-width: 991.8px) {
  footer .footer_center .tel-wrap {
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  footer .footer_center .tel-wrap span {
    display: block;
  }
  footer .footer_center .f_addrs {
    padding-right: 20px;
    display: inline-block;
    max-width: 230px;
  }
}
@media all and (max-width: 374.8px) {
  footer .footer_center {
    text-align: center;
  }
  footer .footer_center .f_addrs {
    padding-right: 0;
  }
  footer .footer_center > *:not(:last-child) {
    margin-right: 0px;
  }
  footer .footer_center .tel-wrap {
    justify-content: center;
  }
}
footer .footer_right {
  justify-content: flex-end;
}
footer .footer_right img {
  height: 17px;
}
footer .footer_right .f_insight img {
  height: 28px;
}
footer .footer_right .f_bozzuto img {
  height: 28px;
}
footer .footer_right .f_logo_wrap > *:not(.f_eho) {
  margin-left: 8px;
}
footer .footer_right .f_eho {
  margin-left: 8px;
}
@media all and (max-width: 1199.8px) {
  footer .footer_right .f_insight img {
    height: 27px;
  }
  footer .footer_right .f_bozzuto img {
    height: 25px;
  }
  footer .footer_right .f_eho {
    margin-left: 8px;
  }
}
@media all and (max-width: 991.8px) {
  footer .footer_right {
    justify-content: flex-start;
    overflow: hidden;
    padding-top: 5px;
  }
  footer .footer_right .f_logo_wrap > *:first-child {
    margin-left: 0;
  }
  footer .footer_right .footer_center {
    width: 100%;
  }
}
@media all and (min-width: 375px) and (max-width: 419px) {
  footer .footer_right .f_insight img {
    height: 22px;
  }
  footer .footer_right .f_bozzuto img {
    height: 20px;
  }
  footer .footer_right .f_eho, footer .footer_right footer .footer_right .f_logo_wrap > *:not(.f_eho) {
    margin-left: 5px;
  }
}
@media all and (max-width: 991.8px) {
  footer {
    padding: 22px 16px 55px;
    background-size: auto 52px !important;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  footer {
    letter-spacing: 0;
  }
  footer .btn_link_large {
    letter-spacing: 0.5px;
  }
}
footer .osano-cm-disclosure__toggle, footer .osano-cm-expansion-panel__toggle,
footer .osano-cm-disclosure__toggle:hover,
footer .osano-cm-link:hover, footer .osano-cm-link:active,
footer .osano-cm-link {
  color: #000;
}
footer .osano-cm-disclosure__toggle, footer .osano-cm-expansion-panel__toggle,
footer .osano-cm-disclosure__toggle:hover,
footer .osano-cm-link,
footer .osano-cm-link:hover,
footer .osano-cm-link:active {
  color: #000;
}

html.system footer a:hover, html.system footer .btn_link_large:hover {
  color: #e55034;
}

.osano-cm-widget {
  display: none;
}

.osano-cm-disclosure__toggle {
  color: #000;
}
.osano-cm-disclosure__toggle:hover {
  color: #000;
}

.osano-cm-powered-by a, .osano-cm-powered-by a:hover {
  color: #000;
}

@media (max-width: 1115px) and (min-width: 992px) {
  footer .footer_center {
    font-size: 10px;
  }
}
.expense-display .rfwa-expense-guide-container h2 {
  font-family: "mostra-nuova", sans-serif;
  color: #511b03;
}
.expense-display .rfwa-expense-guide-container p {
  font-family: "josefin-sans", sans-serif;
  color: #511b03;
}
.expense-display[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-header h3 {
  font-family: "josefin-sans", sans-serif;
  color: #511b03;
}
.expense-display .rfwa-expense-list th {
  font-weight: 700;
  color: #511b03;
}
.expense-display .rfwa-expense-list .rfwa-expense-amount.has-tooltip,
.expense-display .rfwa-expense-list .rfwa-expense-label,
.expense-display .rfwa-expense-list .rfwa-expense-details,
.expense-display .rfwa-expense-list td::before {
  color: #511b03;
}
.expense-display .rfwa-expense-type-required,
.expense-display .rfwa-expense-type.Required {
  background-color: #511b03;
  color: #ffffff;
  border-color: #511b03;
}
.expense-display .rfwa-expense-type,
.expense-display .rfwa-expense-type-badge {
  padding: 4px 8px 3px;
}
.expense-display .rfwa-expense-type-badge.rfwa-expense-type-optional,
.expense-display .rfwa-expense-type.Optional,
.expense-display .rfwa-expense-type.Situational {
  background-color: #f7afab;
  border-color: #f7afab;
  color: #511b03;
}
.expense-display[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-icon::before {
  border-right-color: #511b03;
  border-bottom-color: #511b03;
}
.expense-display .rfwa-export-pdf-link {
  color: #511b03;
}
.expense-display .rfwa-expense-footer {
  margin-bottom: calc(5em - 20px);
  color: #511b03;
}
@media all and (min-width: 992px) {
  .expense-display .rfwa-expense-footer {
    margin-bottom: 8em;
  }
}

.system.iOS .expense-display .rfwa-expense-type,
.system.iOS .expense-display .rfwa-expense-type-badge,
.device.iOS .expense-display .rfwa-expense-type,
.device.iOS .expense-display .rfwa-expense-type-badge {
  padding: 4px 8px 8px;
}

.home {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.home .banner_sec {
  background: #044428;
  color: #f7afab;
  z-index: 0;
}
.home .banner_sec .home_banner_slider {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 3s ease;
  -moz-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  transition: opacity 3s ease;
  height: 100%;
}
.home .banner_sec .home_banner_slider .slick-list, .home .banner_sec .home_banner_slider .slick-track, .home .banner_sec .home_banner_slider .slick-slide {
  height: 100%;
}
.home .banner_sec .home_banner_slider .flex-viewport:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.home .banner_sec .home_banner_slider .slides li > div {
  width: 100%;
  height: 100%;
}
.home .banner_sec:after {
  display: none;
}
.home .banner_sec .faded {
  opacity: 0;
}
.home .banner_sec .b_word {
  display: block;
}
.home .banner_sec .small_txt {
  margin-top: 30px;
  max-width: 280px;
}
.home .banner_sec .small_txt span {
  display: block;
}
.home .banner_sec.slider_visible .h_bnr_hdng_wrap {
  pointer-events: none;
}
.home .banner_sec.slider_visible .small_txt {
  color: white;
  text-shadow: 1px 1px 3px #000000;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}
.home .banner_sec .flex-pauseplay {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 25px;
  width: 40px;
  height: 40px;
}
@media all and (max-width: 991.8px) {
  .home .banner_sec .flex-pauseplay {
    left: 17px;
    bottom: 20px;
  }
}
.home .banner_sec .flex-pauseplay button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play-circular-button.svg) no-repeat center center;
  background-size: contain;
}
.home .banner_sec .flex-pauseplay button.flex_pause {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/pause-circular-button.svg) no-repeat center center;
  background-size: contain;
}
.home .banner_sec .flex-pauseplay button.flex_play {
  display: none;
}
.home .banner_sec .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.home .banner_sec .flex-direction-nav a, .home .banner_sec .slick-arrow {
  width: 32px;
  height: 32px;
  font-size: 0;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-top: -20px;
}
.home .banner_sec .flex-direction-nav a:before, .home .banner_sec .slick-arrow:before {
  content: "" !important;
  font-size: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.home .banner_sec .flex-direction-nav a.flex-prev, .home .banner_sec .slick-arrow.slick-prev {
  left: 25px !important;
}
.home .banner_sec .flex-direction-nav a.flex-prev:before, .home .banner_sec .slick-arrow.slick-prev:before {
  margin-right: 4px;
  border-right: 12px solid #511b03;
}
@media all and (max-width: 991.8px) {
  .home .banner_sec .flex-direction-nav a.flex-prev, .home .banner_sec .slick-arrow.slick-prev {
    left: 20px !important;
  }
}
.home .banner_sec .flex-direction-nav a.flex-next, .home .banner_sec .slick-arrow.slick-next {
  right: 25px !important;
}
.home .banner_sec .flex-direction-nav a.flex-next:before, .home .banner_sec .slick-arrow.slick-next:before {
  margin-left: 4px;
  border-left: 12px solid #511b03;
}
@media all and (max-width: 991.8px) {
  .home .banner_sec .flex-direction-nav a.flex-next, .home .banner_sec .slick-arrow.slick-next {
    right: 20px !important;
  }
}

.h_content_sec {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 73px 0 110px;
}
.h_content_sec .h_content {
  position: relative;
  width: 100%;
  padding: 43px 33px 50px;
  text-align: center;
  z-index: 1;
  line-height: 22px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.h_content_sec .h_content .section_heading {
  margin-bottom: 16px;
}
.h_content_sec .h_content .btn_border {
  display: inline-block;
  margin-top: 20px;
}
.h_content_sec .h_img {
  width: 100%;
  height: 100%;
}
.h_content_sec .h_img_caption {
  font-size: 12px;
  line-height: 1;
  font-family: "josefin-sans", sans-serif;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
}
.h_content_sec .h_img_caption:after {
  content: "";
  width: 115px;
  height: 2px;
  background: #511b03;
  margin-left: 7px;
  margin-top: -2px;
}
@media all and (max-width: 991.8px) {
  .h_content_sec {
    margin: 0;
    padding: 33px;
    align-items: center;
    justify-content: center;
    min-height: 446px;
  }
  .h_content_sec .h_img_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .h_content_sec .h_content {
    max-width: 400px;
  }
}
@media all and (max-width: 374.8px) {
  .h_content_sec {
    padding: 33px 20px;
  }
  .h_content_sec .h_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.h_content_sec.h_section1 .h_img_caption {
  margin-top: 15px;
  margin-bottom: 0;
}
.h_content_sec.h_section1 .h_content {
  background: #e55034;
  color: #ffffff;
}
.h_content_sec.h_section1 .btn_border {
  color: #ffffff;
  border-color: #ffffff;
}
@media all and (min-width: 992px) {
  .h_content_sec.h_section1 {
    padding-left: 7.6%;
  }
  .h_content_sec.h_section1 .h_img_wrap {
    width: 82vw;
    margin-left: -168px;
    align-self: stretch;
    flex-grow: 1;
  }
  .h_content_sec.h_section1 .h_img {
    height: 49.19vw;
    min-height: 100%;
  }
  .h_content_sec.h_section1 .h_content {
    margin-top: 9.6vw;
    margin-bottom: 20px;
    width: 330px;
    padding: 23px 25px 36px;
  }
}
.h_content_sec.h_section2 .h_content {
  background: #f7afab;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  color: #511b03;
}
.h_content_sec.h_section2 .btn_border {
  color: #511b03;
  border-color: #511b03;
}
@media all and (min-width: 992px) {
  .h_content_sec.h_section2 {
    padding-left: 10%;
    padding-right: 9.2%;
  }
  .h_content_sec.h_section2 .h_img_wrap {
    width: 59.15vw;
    margin-top: 8.1vw;
    flex-grow: 1;
  }
  .h_content_sec.h_section2 .h_img {
    height: 39.45vw;
  }
  .h_content_sec.h_section2 .h_content {
    margin-left: -149px;
    width: 441px;
    padding: 39px 32px 42px;
  }
}
.h_content_sec.h_features .h_content {
  background: #511b03;
  color: #f7afab;
}
.h_content_sec.h_features .btn_border {
  color: #f7afab;
  border-color: #f7afab;
}
.h_content_sec.h_section3 > .h_img_wrap {
  align-self: stretch;
  margin-bottom: 90px;
}
.h_content_sec.h_section3 > .h_img_wrap .h_img {
  height: 100%;
}
.h_content_sec.h_section3 .h_content {
  background: #044428;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #f7afab;
}
.h_content_sec.h_section3 .btn_border {
  color: #f7afab;
  border-color: #f7afab;
}
@media all and (min-width: 992px) {
  .h_content_sec.h_section3 {
    padding-right: 8.1%;
  }
  .h_content_sec.h_section3 .h_img_wrap {
    width: 34.69vw;
  }
  .h_content_sec.h_section3 .h_content {
    width: 516px;
    max-width: 75%;
    margin-left: 7.6vw;
    padding: 40px 43px 43px;
  }
  .h_content_sec.h_section3 .h_content_inner {
    margin-top: 62px;
    margin-right: 1.6vw;
    width: 55.49vw;
  }
  .h_content_sec.h_section3 .h_content_inner .h_img_wrap {
    width: 100%;
  }
  .h_content_sec.h_section3 .h_content_inner .h_img {
    height: 37.11vw;
    margin-top: -7.3vw;
  }
}
@media all and (max-width: 991.8px) {
  .h_content_sec.h_section3 .h_content_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .h_content_sec.h_section3 .h_img {
    position: absolute;
    left: 0;
    top: 0;
  }
}

html.system .h_content_sec.h_section1 .btn_border:hover {
  color: #e55034;
  border-color: #ffffff;
  background-color: #ffffff;
}
html.system .h_content_sec.h_section2 .btn_border:hover {
  color: #f7afab;
  border-color: #511b03;
  background-color: #511b03;
}
html.system .h_content_sec.h_section3 .btn_border:hover {
  color: #044428;
  border-color: #f7afab;
  background-color: #f7afab;
}
html.system .h_content_sec.h_features .btn_border:hover {
  color: #511b03;
  border-color: #f7afab;
  background-color: #f7afab;
}

.gallery_page_body main {
  background: #e55034;
}

.gallery .main_heading {
  margin: 65px auto 50px;
  padding: 0 10px;
}
@media all and (max-width: 991.8px) {
  .gallery .main_heading {
    margin: 36px auto;
  }
}

.g_categories {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 16px;
  margin: 10px auto 40px;
}
.g_categories button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.g_categories .g_catg_label {
  position: relative;
  text-transform: uppercase;
  color: #f7afab;
  letter-spacing: 1.54px;
  font-size: 12px;
  line-height: 14px;
  margin: 10px 30px;
}
.g_categories .g_catg_label:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0px;
  height: 2px;
  background-color: #f7afab;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.g_categories .g_catg_label.g_catg_active:after {
  width: 100%;
}
@media all and (max-width: 991.8px) {
  .g_categories {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .g_categories .g_catg_label {
    margin: 10px 1.87vw;
  }
}

html.system .g_categories .g_catg_label:hover {
  color: #ffffff;
}
html.system .g_categories .g_catg_label:hover:after, html.system .g_categories .g_catg_label:hover.g_catg_active:after {
  background-color: #ffffff;
  width: 100%;
}

.g_thumb_sec {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 50px 50px;
}
.g_thumb_sec .g_thumb {
  width: calc((100% - 180px - 1px) / 3);
  margin: 25px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_thumb_sec .g_thumb .g_thumb_link {
  display: inline-block;
  flex-shrink: 0;
  max-width: 100%;
  background-color: #ffffff;
}
.g_thumb_sec .g_thumb .g_thumb_link > * {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.g_thumb_sec .g_thumb img {
  max-height: 290px;
}
@media all and (min-width: 1600px) {
  .g_thumb_sec .g_thumb {
    margin: 40px 30px;
  }
}
@media all and (max-width: 991.8px) {
  .g_thumb_sec {
    padding: 0 10px 50px;
  }
  .g_thumb_sec .g_thumb {
    width: calc((100% - 60px - 1px) / 3);
    margin: 10px 10px 20px;
  }
  .g_thumb_sec img {
    max-height: 271px;
  }
}
@media all and (max-width: 767.8px) {
  .g_thumb_sec {
    padding-bottom: 10px;
  }
  .g_thumb_sec .g_thumb {
    width: 100%;
    margin: 10px 10px 20px;
  }
}

html.system .g_thumb_link:hover {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
html.system .g_thumb_link:hover img {
  opacity: 0.8;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.load_more_section {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.load_more_section a {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 50px;
}
@media all and (max-width: 767.8px) {
  .load_more_section a {
    margin-bottom: 30px;
  }
}

#loading {
  text-align: center;
  margin-bottom: 50px;
}
#loading img {
  width: 40px;
}
@media all and (max-width: 767.8px) {
  #loading {
    margin-bottom: 30px;
  }
}

html.system .load_more_section a:hover {
  color: #f7afab;
}

.g_slider_wrap {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #e55034;
  opacity: 0;
  pointer-events: none;
  padding: 50px 6.2vw 10px;
  color: #ffffff;
  text-align: center;
}
.g_slider_wrap.open {
  opacity: 1;
  pointer-events: all;
}
.g_slider_wrap .flexslider {
  min-height: 290px;
  padding: 0 30px;
}
.g_slider_wrap .flexslider .g_img_wrap {
  position: relative;
  padding: 40px 0 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 991.8px) {
  .g_slider_wrap .flexslider .g_img_wrap {
    padding: 20px 0 10px;
  }
}
.g_slider_wrap .flexslider .g_image {
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  /*            img{
                  width: auto;
                  flex-grow: 1;
                  max-height: 100%;
              }*/
}
.g_slider_wrap .flex-direction-nav a {
  width: 16px;
  height: 32px;
  margin-top: -28px;
  font-size: 0;
  opacity: 1 !important;
}
.g_slider_wrap .flex-direction-nav a:before {
  content: "" !important;
  font-size: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.g_slider_wrap .flex-direction-nav a.flex-prev:before {
  border-right: 16px solid #f7afab;
}
.g_slider_wrap .flex-direction-nav a.flex-next:before {
  border-left: 16px solid #f7afab;
}
.g_slider_wrap .flex-caption, .g_slider_wrap .g_pagination {
  text-transform: uppercase;
  margin-top: 36px;
  font-family: "mostra-nuova", sans-serif;
  font-weight: 400;
  letter-spacing: 1.62px;
  font-size: 27px;
}
@media all and (max-width: 991.8px) {
  .g_slider_wrap .flex-caption, .g_slider_wrap .g_pagination {
    font-size: 16px;
    margin-top: 20px;
  }
}
.g_slider_wrap .g_pagination {
  font-size: 12px;
  margin-top: 5px;
}
.g_slider_wrap .g_slider_wrap_close {
  top: 24px;
}
.g_slider_wrap .g_slider_wrap_close span, .g_slider_wrap .g_slider_wrap_close span:after {
  background-color: #ffffff;
}
@media all and (max-width: 991.8px) {
  .g_slider_wrap .g_slider_wrap_close {
    top: 12px;
    right: 15px;
  }
}
@media all and (max-width: 991.8px) {
  .g_slider_wrap {
    padding: 20px 20px 10px;
  }
}

.neighborhood {
  padding-bottom: 0;
}
.neighborhood .small_txt {
  text-align: left;
  margin-bottom: 12px;
}
.neighborhood .section_heading2 {
  margin-bottom: 20px;
}
.neighborhood p {
  line-height: 22px;
}

.neigh_sec1, .neigh_sec2 {
  display: flex;
  width: 100%;
}
@media all and (max-width: 991.8px) {
  .neigh_sec1, .neigh_sec2 {
    margin: 0 !important;
    padding: 0 !important;
    flex-direction: column !important;
  }
}

.neigh_sec1 {
  margin: 104px auto 87px;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0 7.6% 0 5.6%;
}
.neigh_sec1 .neigh_sec_content {
  padding: 40px 0 40px 5.27vw;
  flex-grow: 1;
  width: 100%;
}
.neigh_sec1 .illustrative_map {
  flex-shrink: 0;
  width: 48.7vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.neigh_sec1 .illustrative_map img {
  min-height: 0;
  width: 100%;
}
@media all and (max-width: 991.8px) {
  .neigh_sec1 .neigh_sec_content {
    padding: 46px 9.3vw;
  }
  .neigh_sec1 .illustrative_map {
    padding: 40px 50px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .neigh_sec1 .illustrative_map img {
    max-height: 500px;
    width: auto;
  }
}

.neigh_sec2 {
  margin: 87px auto 104px;
  padding-right: 6vw;
  justify-content: space-between;
  align-items: stretch;
}
.neigh_sec2 .neigh_sec_left {
  width: 51.46vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.neigh_sec2 .left_img1, .neigh_sec2 .left_img2 {
  flex-grow: 1;
}
.neigh_sec2 .left_img1 {
  min-height: 28.62vw;
  margin-right: 4.8vw;
  width: 100%;
}
.neigh_sec2 .left_img2 {
  min-height: 25vw;
  margin-top: 62px;
  margin-left: 12.44vw;
  width: calc(100% - 12.5vw);
}
.neigh_sec2 .neigh_sec_right {
  margin: 51px 0 93px;
  min-height: 43.92vw;
  width: 32.8vw;
}
@media all and (max-width: 991.8px) {
  .neigh_sec2 {
    align-items: center;
  }
  .neigh_sec2 .neigh_sec_left, .neigh_sec2 .neigh_sec_right {
    width: 100%;
  }
  .neigh_sec2 .left_img1, .neigh_sec2 .left_img2, .neigh_sec2 .neigh_sec_right {
    height: 69.3vw;
    width: 100%;
    max-height: 500px;
    margin: 0;
    min-height: 0;
  }
  .neigh_sec2 .left_img2 {
    width: 80%;
    margin: 20px auto;
    background-position: center center !important;
  }
}

.map_wrapper {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 772px;
}
@media all and (min-width: 992px) {
  .map_wrapper:before {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
}
.map_wrapper .google_map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.map_wrapper .google_map, .map_wrapper .google_map #map {
  width: 100%;
  height: 100%;
}
.map_wrapper .google_map div, .map_wrapper .google_map a, .map_wrapper .google_map #map div, .map_wrapper .google_map #map a {
  border: none !important;
}
.map_wrapper .google_map div:focus, .map_wrapper .google_map a:focus, .map_wrapper .google_map #map div:focus, .map_wrapper .google_map #map a:focus {
  outline-color: #511b03 !important;
}
@media all and (max-width: 991.8px) {
  .map_wrapper .google_map {
    position: relative;
    height: 116vw;
    max-height: 550px;
  }
}
.map_wrapper .mob_static_map {
  display: block;
  width: 100%;
  height: 116vw;
  max-height: 500px;
}
.map_wrapper .zoom_btns {
  position: absolute;
  right: 10px;
  top: 20px;
}
.map_wrapper .zoom_btns .zoom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  display: block;
  position: relative;
  font-size: 30px;
  cursor: pointer;
  color: #666;
  text-align: center;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px -1px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.map_wrapper .zoom_btns .zoom.zoom_in {
  border-radius: 2px 2px 0 0;
}
.map_wrapper .zoom_btns .zoom.zoom_in::before {
  content: "+";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 4px;
  left: 1px;
}
.map_wrapper .zoom_btns .zoom.zoom_out {
  border-radius: 0 0 2px 2px;
}
.map_wrapper .zoom_btns .zoom.zoom_out::before {
  content: "_";
  position: absolute;
  height: 100%;
  display: block;
  top: 0px;
  left: 5px;
  right: 5px;
  border-top: 1px solid rgba(102, 102, 102, 0.3);
}
@media all and (max-width: 991.8px) {
  .map_wrapper {
    display: block;
    min-height: 0;
  }
}

.neigh_categories {
  background-color: #f7afab;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  margin: 20px 0;
  padding: 25px 48px 30px;
  width: 34vw;
  min-width: 350px;
}
.neigh_categories button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.neigh_categories .key_display {
  width: 100%;
}
.neigh_categories .key_display li {
  width: 100%;
}
.neigh_categories .cate_item {
  margin: 25px 0;
}
.neigh_categories .categ_list_item {
  width: 100%;
  text-align: left;
  border-bottom: 2px solid #511b03;
  padding-bottom: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media all and (max-width: 767.8px) {
  .neigh_categories .categ_list_item {
    position: relative;
    padding-right: 30px;
  }
  .neigh_categories .categ_list_item:after {
    content: "+";
    position: absolute;
    display: block;
    right: 5px;
    top: 2px;
  }
}
.neigh_categories .active .categ_list_item {
  color: #ffffff;
  border-color: #ffffff;
}
@media all and (max-width: 767.8px) {
  .neigh_categories .active .categ_list_item:after {
    content: "_";
    margin-top: -11px;
  }
}
.neigh_categories .sub_cate {
  display: none;
}
.neigh_categories .sub_cate li {
  font-family: "mostra-nuova", sans-serif;
  font-weight: 400;
  padding: 15px 0 10px;
}
.neigh_categories .sub_cate li h3 {
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
}
.neigh_categories .sub_cate li .neigh_get_dir {
  display: inline-block;
  margin-top: 5px;
}
@media all and (max-width: 991.8px) {
  .neigh_categories {
    min-width: 0;
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 20px 8vw 25px;
  }
  .neigh_categories .cate_item {
    margin: 10px 0;
  }
}

html.system .neigh_categories .categ_list_item:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 11px !important;
  box-shadow: none !important;
}
.gm-style button.gm-ui-hover-effect {
  display: none !important;
}
.gm-style .gm-style-iw-t::after {
  box-shadow: none !important;
  background: none !important;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #ffffff;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.map-popup {
  background-color: #ffffff;
  padding: 20px 25px;
  padding-right: 28px;
  min-width: 200px;
  max-width: 350px;
  position: relative;
  color: #511b03;
  text-align: left;
}
.map-popup .popup-close-icon {
  box-shadow: none;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  text-indent: -9999px;
  font-size: 0;
}
.map-popup .popup-close-icon:before, .map-popup .popup-close-icon:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background-color: #511b03;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.map-popup .popup-close-icon:after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.map-popup .map-content-sect {
  color: #511b03;
  font: 16px/22px "josefin-sans", sans-serif;
  font-weight: 400;
}
.map-popup .map-content-sect .map-popup-title {
  font: 27px "mostra-nuova", sans-serif;
  line-height: normal;
  letter-spacing: 1.62px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.map-popup .map-content-sect .map-address {
  margin-bottom: 10px;
}
.map-popup .map-content-sect .map-btns {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  /*            a {
                  color: $brown;
                  text-decoration: underline;
                  font: 12px $josefinSans;
                  letter-spacing: normal;
                  text-transform: uppercase;
                  display: inline-block;
                  position: relative;
              }*/
}
.map-popup .map-content-sect .map-btns a {
  width: 150px;
  text-align: center;
}
.map-popup .map-content-sect .map-btns a:not(:first-child) {
  margin-top: 10px;
}

@media all and (max-width: 991.8px) {
  body.contact header a {
    color: #f7afab;
  }
  body.contact .hamburger_menu span, body.contact .header_right li.current_page_item a:after {
    background-color: #f7afab;
  }
  body.contact header .btn_border {
    border-color: #f7afab;
  }
}

.contact-wrap {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 1199.8px) {
  .contact-wrap {
    width: 86%;
  }
}
@media all and (max-width: 991.8px) {
  .contact-wrap {
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding-bottom: 0;
  }
}
.contact-wrap .form-section {
  width: 48%;
  margin-top: 28px;
  margin-right: 2%;
  padding: 45px 5% 48px;
  background-color: #044428;
  border-radius: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 991.8px) {
  .contact-wrap .form-section {
    width: 100%;
    padding: 50px 10% 48px;
    margin: 0;
    border-radius: 0;
  }
}
.contact-wrap .form-section .section_heading2 {
  color: #f7afab;
}
.contact-wrap .form-section p {
  color: #f7afab;
  line-height: 22px;
  text-align: left;
  margin-top: 10px;
}
.contact-wrap .form-section .contact-form {
  width: 100%;
}
@media all and (max-width: 991.8px) {
  .contact-wrap .form-section .contact-form .hywrap {
    max-width: 900px;
  }
}
.contact-wrap .form-section .contact-form .hywrap .LV_invalid {
  color: #e55034;
  margin-top: 3px;
}
.contact-wrap .form-section .contact-form .hywrap, .contact-wrap .form-section .contact-form .hywrap input, .contact-wrap .form-section .contact-form .hywrap label, .contact-wrap .form-section .contact-form .hywrap input[type=text], .contact-wrap .form-section .contact-form .hywrap select, .contact-wrap .form-section .contact-form .hywrap textarea, .contact-wrap .form-section .contact-form .hywrap button[type=submit] {
  font-family: "josefin-sans", sans-serif;
  color: #f7afab;
  font-weight: 700;
  letter-spacing: 1.65px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
.contact-wrap .form-section .contact-form .hywrap label, .contact-wrap .form-section .contact-form .hywrap select, .contact-wrap .form-section .contact-form .hywrap button[type=submit] {
  text-transform: uppercase;
}
.contact-wrap .form-section .contact-form .hywrap input[type=text] {
  text-transform: none;
}
.contact-wrap .form-section .contact-form .hywrap input, .contact-wrap .form-section .contact-form .hywrap input[type=text], .contact-wrap .form-section .contact-form .hywrap select {
  padding: 0;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #f7afab;
}
.contact-wrap .form-section .contact-form .hywrap textarea {
  border: 2px solid #f7afab;
  margin-top: 15px;
}
.contact-wrap .form-section .contact-form .hywrap select {
  margin-top: 10px;
  padding-top: 7px;
}
.contact-wrap .form-section .contact-form .hywrap label.radio {
  font-size: 12px !important;
  line-height: 16px !important;
  padding-top: 7px;
}
.contact-wrap .form-section .contact-form .hywrap label.radio input[type=radio] {
  min-height: 10px;
  margin-top: -3px;
}
.contact-wrap .form-section .contact-form .hywrap .hytag_form_comment .control-label {
  padding: 5px 10px !important;
}
.contact-wrap .form-section .contact-form .hywrap button[type=submit] {
  display: inline-block;
  min-height: 0;
  padding: 7px 9px 3px;
  margin-top: 20px;
  border-radius: 7px;
  border: 1px solid #f7afab;
}
.contact-wrap .form-section .contact-form .hywrap button[type=submit]:hover {
  background-color: #f7afab;
  color: #044428;
}
.contact-wrap .form-section .contact-form .hywrap .control-group {
  position: relative;
  margin-bottom: 10px;
}
.contact-wrap .form-section .contact-form .hywrap .control-group.hy-signup > label {
  position: unset;
}
.contact-wrap .form-section .contact-form .hywrap .control-group.hy-signup {
  margin-top: 25px;
}
.contact-wrap .form-section .contact-form .hywrap .name-fields li:first-child {
  margin-bottom: 10px;
}
.contact-wrap .form-section .contact-form .hywrap .top_align .control-label {
  position: absolute;
  padding: 0;
  top: 22px;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.contact-wrap .form-section .contact-form #more-info a {
  color: #f7afab;
  text-decoration: none;
  border-bottom: 1px solid #f7afab;
}
.contact-wrap .address-section {
  flex-grow: 1;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 991.8px) {
  .contact-wrap .address-section {
    padding-bottom: 30px;
  }
}
.contact-wrap .address-section .img-cont {
  height: 80%;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 300px;
}
@media all and (max-width: 991.8px) {
  .contact-wrap .address-section .img-cont {
    height: 92.8vw;
    max-height: 400px;
  }
}
.contact-wrap .address-section .address-wrap {
  flex-grow: 1;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media all and (max-width: 1199.8px) {
  .contact-wrap .address-section .address-wrap {
    padding-left: 20px;
  }
}
@media all and (max-width: 991.8px) {
  .contact-wrap .address-section .address-wrap {
    flex-wrap: wrap;
    padding: 20px 10% 0;
  }
}
.contact-wrap .address-section .address-wrap .address-cont {
  text-align: left;
}
.contact-wrap .address-section .address-wrap .address-cont.left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
}
@media all and (max-width: 991.8px) {
  .contact-wrap .address-section .address-wrap .address-cont {
    width: 100%;
    text-align: center;
  }
  .contact-wrap .address-section .address-wrap .address-cont.left {
    align-items: center;
  }
}
.contact-wrap .address-section .address-wrap .address-cont.right {
  margin-left: 15%;
}
@media all and (max-width: 1199.8px) {
  .contact-wrap .address-section .address-wrap .address-cont.right {
    margin-left: 5%;
  }
}
@media all and (max-width: 991.8px) {
  .contact-wrap .address-section .address-wrap .address-cont.right {
    margin-left: 0;
    margin-top: 20px;
  }
}
.contact-wrap .address-section .address-wrap .address-cont h3 {
  font-size: 27px;
  line-height: 48px;
  letter-spacing: 0.27px;
  font-weight: 400;
  color: #511b03;
  font-family: "mostra-nuova", sans-serif;
  text-transform: uppercase;
}
.contact-wrap .address-section .address-wrap .address-cont a, .contact-wrap .address-section .address-wrap .address-cont p, .contact-wrap .address-section .address-wrap .address-cont a.address, .contact-wrap .address-section .address-wrap .address-cont p.office-time {
  color: #511b03;
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1.65px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.contact-wrap .address-section .address-wrap .address-cont a span, .contact-wrap .address-section .address-wrap .address-cont p span, .contact-wrap .address-section .address-wrap .address-cont a.address span, .contact-wrap .address-section .address-wrap .address-cont p.office-time span {
  display: block;
}
.contact-wrap .address-section .address-wrap .address-cont p.call-link, .contact-wrap .address-section .address-wrap .address-cont a.get-direction {
  margin-top: 12px;
}
.contact-wrap .address-section .address-wrap .address-cont a {
  position: relative;
  display: inline-block;
  transition: none;
}
.contact-wrap .address-section .address-wrap .address-cont a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0px;
  height: 2px;
  background-color: #511b03;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.contact-wrap .address-section .address-wrap .address-cont a:hover {
  color: #e55034;
}
.contact-wrap .address-section .address-wrap .address-cont a:hover:after {
  width: 100%;
  background-color: #e55034;
}
.contact-wrap .map-section {
  width: 100%;
  margin-top: 45px;
}
@media all and (max-width: 991.8px) {
  .contact-wrap .map-section {
    margin-top: 0;
  }
}
.contact-wrap .map-section a {
  display: block;
  width: 100%;
  height: 350px;
}

.using-keytab.contact_page_body .main_wrapper #mainContent a:focus, .using-keytab.contact_page_body .main_wrapper #mainContent button.back_top:focus {
  outline-color: #511b03;
}

html.iOS .contact-wrap .form-section .contact-form .hywrap button[type=submit] {
  padding: 3px 9px 4px;
}

.floor-plan-listing.inner_page .fp_margin_bottom {
  width: 100%;
  padding-bottom: 70px;
}
@media all and (max-width: 991.8px) {
  .floor-plan-listing.inner_page .fp_margin_bottom {
    padding-bottom: 0;
  }
}

.blog-wrap,
body.floor-plans {
  background-color: #f7afab;
}
.blog-wrap .selectivo,
body.floor-plans .selectivo {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #511b03;
}
.blog-wrap .selectivo .selectivo__label,
body.floor-plans .selectivo .selectivo__label {
  border: 0;
  color: #511b03;
  padding: 11px 15px 8px 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-image: url(../images/floorplan/down.svg);
}
.blog-wrap .selectivo.selectivo--open .selectivo__label,
body.floor-plans .selectivo.selectivo--open .selectivo__label {
  background-image: url(../images/floorplan/up.svg);
}
.blog-wrap .selectivo .selectivo__label,
.blog-wrap .selectivo .selectivo__option,
body.floor-plans .selectivo .selectivo__label,
body.floor-plans .selectivo .selectivo__option {
  font-size: 12px;
  letter-spacing: 1.54px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.blog-wrap .selectivo .selectivo__dropdown,
body.floor-plans .selectivo .selectivo__dropdown {
  top: 106%;
  background: #511b03;
  border: 0;
  max-height: 250px;
}
.blog-wrap .selectivo .selectivo__dropdown .selectivo__option,
body.floor-plans .selectivo .selectivo__dropdown .selectivo__option {
  color: #ffffff;
  line-height: 16px;
  padding: 9px 10px 4px;
  text-transform: capitalize;
  letter-spacing: 0;
  border: 0 !important;
  white-space: normal;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blog-wrap .selectivo .selectivo__dropdown .selectivo__option sup,
body.floor-plans .selectivo .selectivo__dropdown .selectivo__option sup {
  font-size: 10px;
}
.blog-wrap .selectivo .selectivo__dropdown .selectivo__option:first-child,
body.floor-plans .selectivo .selectivo__dropdown .selectivo__option:first-child {
  background-image: none;
}
.blog-wrap .selectivo .selectivo__dropdown .selectivo__option.selectivo__option--selected,
body.floor-plans .selectivo .selectivo__dropdown .selectivo__option.selectivo__option--selected {
  background: #ffffff;
  color: #511b03;
}
.blog-wrap .selectivo .mCSB_inside > .mCSB_container,
body.floor-plans .selectivo .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

html.system body.floor-plans .selectivo .selectivo__dropdown .selectivo__option:hover {
  background: #ffffff;
  color: #511b03;
}

.banner-area .main_heading {
  margin: 65px auto 50px;
  padding: 0 10px;
}
@media all and (max-width: 991.8px) {
  .banner-area .main_heading {
    margin: 36px auto;
  }
}

.search-section {
  padding: 0 7vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-section .search-link {
  margin: 0 15px 15px;
}
.search-section .search-link.fp_active_view {
  background-color: #e55034;
  color: #f7afab !important;
}
.search-section .search-link.fp_active_view:hover {
  background-color: #e55034 !important;
  color: #f7afab !important;
}

html.iOS body.floor-plans .selectivo .selectivo__label {
  background-position: right 60%;
}

html.system .search-section .search-link.fp_active_view:hover {
  background-color: transparent;
  color: #e55034;
}

.search-forms {
  padding: 15px 7vw 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 991.8px) {
  .search-forms {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px 50px;
  }
}
.search-forms .search-btn {
  margin-top: 4px;
  width: 26px;
  height: 24px;
  background: url(../images/floorplan/search.svg) no-repeat center/contain;
  border: 0;
}
.search-forms .selectivo {
  width: 115px;
  margin-right: 40px;
}
.search-forms .selectivo.availability {
  width: 155px;
}
.search-forms .selectivo.bed {
  width: 140px;
}
.search-forms .selectivo.max {
  width: 132px;
}
@media all and (max-width: 991.8px) {
  .search-forms .selectivo {
    margin: 0 0 27px;
  }
  .search-forms .selectivo, .search-forms .selectivo.availability, .search-forms .selectivo.bed, .search-forms .selectivo.max {
    width: 160px;
  }
}

.result-area {
  padding: 0 7vw 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.result-area::before {
  content: "";
  position: absolute;
  left: 7vw;
  bottom: 0;
  width: calc(100% - 14vw);
  height: 2px;
  background: #511b03;
}
@media all and (max-width: 991.8px) {
  .result-area::before {
    display: none;
  }
}
@media all and (max-width: 1199.8px) {
  .result-area {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 991.8px) {
  .result-area {
    padding-bottom: 30px;
  }
}
.result-area .result_count {
  position: absolute;
  top: -4px;
  left: 7vw;
  color: #511b03;
  text-transform: uppercase;
  font-family: "mostra-nuova", sans-serif;
  font-size: 27px;
  letter-spacing: 0.27px;
}
.result-area .sortsection {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 12px;
  letter-spacing: 1.54px;
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.result-area .sortsection p {
  height: 26px;
  line-height: 26px;
}
.result-area .sortsection a {
  height: 26px;
  line-height: 26px;
  display: block;
  margin-left: 40px;
  color: #511b03;
  border: 0;
  text-align: left;
}
.result-area .sortsection a.active {
  padding-right: 20px;
  background: url(../images/floorplan/up.svg) right 7px/15px auto no-repeat;
}
.result-area .sortsection a.active.desc {
  background: url(../images/floorplan/down.svg) right 7px/15px auto no-repeat;
}
@media all and (max-width: 575.8px) {
  .result-area .sortsection {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
  }
  .result-area .sortsection p,
  .result-area .sortsection a {
    margin: 6px 6px 0;
  }
}
@media all and (max-width: 768.8px) {
  .result-area {
    flex-direction: column;
  }
  .result-area .sortsection {
    padding-right: 0;
  }
  .result-area .result_count {
    position: static;
    left: auto;
    right: auto;
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.blocks-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 7vw;
}
@media all and (max-width: 374.8px) {
  .blocks-wrapper {
    padding: 0 15px;
  }
}
.blocks-wrapper .block {
  border-bottom: 2px solid #511b03;
  padding: 46px 30px 50px 6vw;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.blocks-wrapper .block:nth-child(odd) {
  border-right: 1px solid #511b03;
  padding: 46px 6vw 50px 0;
}
@media all and (max-width: 991.8px) {
  .blocks-wrapper .block {
    width: 100%;
    border-bottom: 0;
    border-top: 2px solid #511b03;
    padding: 25px 7px 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .blocks-wrapper .block:nth-child(odd) {
    border-right: 0;
    padding: 25px 7px 30px;
  }
}
.blocks-wrapper .block .content {
  width: 48%;
  font-family: "josefin-sans", sans-serif;
}
@media all and (max-width: 991.8px) {
  .blocks-wrapper .block .content {
    width: 400px;
    margin: 0 auto;
  }
}
@media all and (max-width: 768.8px) {
  .blocks-wrapper .block .content {
    width: 100%;
  }
}
.blocks-wrapper .block .content .fp_unit_num {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
  color: #511b03;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media all and (max-width: 991.8px) {
  .blocks-wrapper .block .content .fp_unit_num {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 991.8px) {
  .blocks-wrapper .block .content .clear-overflow {
    overflow: auto;
  }
}
.blocks-wrapper .block .content .fp_unit_detail {
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
}
.blocks-wrapper .block .content .fp_unit_detail span {
  display: block;
  margin-bottom: 25px;
}
.blocks-wrapper .block .content .fp_unit_detail span.total-rent, .blocks-wrapper .block .content .fp_unit_detail span.base-rent, .blocks-wrapper .block .content .fp_unit_detail span.available-now {
  margin-bottom: 0;
}
.blocks-wrapper .block .content .fp_unit_detail .rfwa-fee-calculator {
  width: 25px !important;
  height: 25px;
}
.blocks-wrapper .block .content .fp_unit_detail .rfwa-fee-calculator::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgdGVlbnlpY29uczogaHR0cHM6Ly9naXRodWIuY29tL3RlZW55aWNvbnMvdGVlbnlpY29ucyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNC41SDExTTQgOC41SDVNNyA4LjVIOE0xMCA4LjVIMTFNNCAxMS41SDVNNyAxMS41SDhNMTAgMTEuNUgxMU0yLjUgMTQuNUgxMi41QzEzLjA1MjMgMTQuNSAxMy41IDE0LjA1MjMgMTMuNSAxMy41VjEuNUMxMy41IDAuOTQ3NzE1IDEzLjA1MjMgMC41IDEyLjUgMC41SDIuNUMxLjk0NzcyIDAuNSAxLjUgMC45NDc3MTYgMS41IDEuNVYxMy41QzEuNSAxNC4wNTIzIDEuOTQ3NzIgMTQuNSAyLjUgMTQuNVoiIHN0cm9rZT0iIzUxMWIwMyIvPgo8L3N2Zz4=");
}
@media all and (max-width: 991.8px) {
  .blocks-wrapper .block .content .fp_unit_detail {
    float: left;
    width: 50%;
  }
  .blocks-wrapper .block .content .fp_unit_detail:last-of-type {
    clear: right;
  }
  .blocks-wrapper .block .content .fp_unit_detail span {
    margin-bottom: 0;
  }
}
.blocks-wrapper .block .content .btn-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 7px;
}
.blocks-wrapper .block .content .links {
  display: inline-block;
  margin: 17px 0px;
}
.blocks-wrapper .block .content .links:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 991.8px) {
  .blocks-wrapper .block .content .btn-wrapper {
    flex-direction: row;
  }
  .blocks-wrapper .block .content .btn-wrapper > div {
    width: 50%;
  }
  .blocks-wrapper .block .content links {
    margin-top: 15px;
  }
}
.blocks-wrapper .block .plan-img {
  width: 48%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blocks-wrapper .block .plan-img img {
  width: 100%;
  max-width: 100%;
}
@media all and (max-width: 991.8px) {
  .blocks-wrapper .block .plan-img {
    width: 100%;
    margin-top: 30px;
    align-items: flex-start;
  }
  .blocks-wrapper .block .plan-img img {
    width: auto;
  }
}
.blocks-wrapper .block .fp-disclaimer {
  font-size: 0.8em;
  margin-top: 20px;
}

.pagination {
  padding: 40px 7vw 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
@media all and (max-width: 991.8px) {
  .pagination {
    padding: 40px 10px 70px;
  }
}
.pagination span {
  margin: 0 9px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #511b03;
  background: none;
  font-family: "josefin-sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding-bottom: 3px;
}
.pagination span.active {
  border-bottom: 2px solid #511b03;
}
@media all and (max-width: 991.8px) {
  .pagination span {
    letter-spacing: 1px;
  }
}
@media all and (max-width: 575.8px) {
  .pagination span {
    margin: 0 6px;
  }
}

.no_results {
  padding: 12vh 5vw;
  font-size: 25px;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.8;
}

.using-keytab .selectivo .selectivo__label:focus {
  outline: 2px dashed #ffffff !important;
  outline-offset: 2px;
}

@media all and (max-width: 991.8px) {
  .amenity_wrap.inner_page {
    padding-bottom: 0;
  }
}
.amenity_wrap .content_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 90px auto;
  width: 100%;
  padding-left: 13.46vw;
  padding-right: 6.9vw;
  justify-content: flex-end;
  align-items: stretch;
}
@media all and (max-width: 991.8px) {
  .amenity_wrap .content_section {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.amenity_wrap .content_section .content_wrap {
  margin-top: 40px;
  margin-right: 8.27vw;
  width: 27.3vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 991.8px) {
  .amenity_wrap .content_section .content_wrap {
    width: 100%;
    margin: 0;
  }
}
.amenity_wrap .content_section .content_wrap .content_heading {
  color: #511b03;
  width: 100%;
}
@media all and (max-width: 991.8px) {
  .amenity_wrap .content_section .content_wrap .content_heading {
    padding: 45px 9.3vw;
  }
}
.amenity_wrap .content_section .content_wrap .content_heading .small_txt {
  margin-bottom: 15px;
  text-align: left;
}
@media all and (max-width: 991.8px) {
  .amenity_wrap .content_section .content_wrap .content_heading .small_txt {
    margin-bottom: 10px;
  }
}
.amenity_wrap .content_section .content_wrap .content_heading p {
  line-height: 22px;
  margin-top: 10px;
}
.amenity_wrap .content_section .content_wrap .content {
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 7px;
  padding: 24px 24px 24px 44px;
  border-radius: 12px;
  background-color: #f7afab;
  line-height: 20px;
}
@media all and (max-width: 991.8px) {
  .amenity_wrap .content_section .content_wrap .content {
    width: 100%;
    border-radius: 0;
    padding: 35px 9.3vw 35px calc(9.3vw + 16px);
    margin: 0;
  }
}
.amenity_wrap .content_section .content_wrap .content li {
  margin-top: 7px;
  position: relative;
}
.amenity_wrap .content_section .content_wrap .content li:first-child {
  margin-top: 0;
}
.amenity_wrap .content_section .content_wrap .content li:before {
  position: absolute;
  content: "";
  left: -18px;
  top: 8px;
  width: 7px;
  height: 0px;
  border-top: 2px solid #511b03;
}
.amenity_wrap .content_section .content_banner_wrap {
  width: 43.99vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 991.8px) {
  .amenity_wrap .content_section .content_banner_wrap {
    flex-direction: row;
    width: 100%;
    height: 69.3vw;
    max-height: 500px;
  }
}
.amenity_wrap .content_section .content_banner_wrap .content_banner {
  width: 100%;
  height: 100%;
  align-self: stretch;
}

html.iOS .amenity_wrap .content_section .content_wrap .content li:before {
  top: 12px;
}

.services .content_section {
  padding: 30px 7vw 60px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 991.8px) {
  .services .content_section {
    padding: 0;
  }
}
.services .content_top_wrap {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}
.services .content_top_wrap .img_left {
  width: 58.12vw;
  flex-shrink: 0;
}
.services .content_top_wrap .content_box {
  flex-grow: 1;
  line-height: 20px;
  margin: 25px 25px 25px 7vw;
  padding: 24px 24px 24px 44px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #511b03;
  color: #f7afab;
}
.services .content_top_wrap .content_box li {
  position: relative;
  margin-top: 7px;
}
.services .content_top_wrap .content_box li:first-child {
  margin-top: 0;
}
.services .content_top_wrap .content_box li:before {
  position: absolute;
  content: "";
  left: -18px;
  top: 9px;
  width: 7px;
  height: 0px;
  border-top: 2px solid #f7afab;
}
@media all and (min-width: 1600px) {
  .services .content_top_wrap .content_box {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media all and (max-width: 991.8px) {
  .services .content_top_wrap {
    order: 1;
    flex-direction: column;
  }
  .services .content_top_wrap .img_left {
    order: 1;
    width: 100%;
    height: 70.6vw;
    max-height: 500px;
  }
  .services .content_top_wrap .content_box {
    order: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 35px 9.3vw 35px calc(9.3vw + 16px);
  }
}
.services .content_bottom_wrap {
  display: flex;
  width: 100%;
}
.services .content_bottom_wrap .small_txt {
  text-align: left;
  margin-bottom: 15px;
}
.services .content_bottom_wrap p {
  margin-top: 10px;
  line-height: 22px;
}
.services .content_bottom_wrap .content_heading {
  width: 58.12vw;
  flex-shrink: 0;
  padding: 70px 2.49vw 70px 13.83vw;
}
.services .content_bottom_wrap .img_right {
  margin-left: 1.39vw;
  flex-grow: 1;
  min-height: 35.65vw;
  margin-top: -105px;
}
@media all and (max-width: 991.8px) {
  .services .content_bottom_wrap {
    order: 0;
  }
  .services .content_bottom_wrap .content_heading {
    padding: 45px 9.3vw;
    width: 100%;
  }
  .services .content_bottom_wrap .small_txt {
    margin-bottom: 10px;
  }
}

html.iOS .services .content_top_wrap .content_box li:before {
  top: 12px;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.floorplan-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100vh;
  padding: 70px 10%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}
.floorplan-details .flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 70px 0 20px;
}
@media all and (max-width: 991.8px) {
  .floorplan-details .flex-wrapper {
    padding: 40px 0;
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 991.8px) {
  .floorplan-details {
    padding: 110px 30px 50px;
  }
}
.floorplan-details .left-side {
  width: 50.9vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.floorplan-details .left-side img {
  max-width: 100%;
  min-height: 0;
  min-width: 30vw;
}
@media all and (max-width: 991.8px) {
  .floorplan-details .left-side {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
  }
  .floorplan-details .left-side img {
    min-width: 0;
  }
  .floorplan-details .left-side a,
  .floorplan-details .left-side img {
    width: 100%;
    max-width: 600px;
  }
}
.floorplan-details .content-side {
  padding-top: 25px;
  flex-grow: 1;
  flex-shrink: 0;
  padding-left: 10.2vw;
}
.floorplan-details .content-side .fp_detl_unit_num {
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.27px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.floorplan-details .content-side .fp_unit_detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 25px;
}
.floorplan-details .content-side .fp_unit_detail .total-rent {
  display: block;
  font-weight: 700;
}
.floorplan-details .content-side .fp_unit_detail .base-rent {
  display: block;
}
@media all and (max-width: 991.8px) {
  .floorplan-details .content-side .fp_unit_detail .detail-calculator-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.floorplan-details .content-side .fp_unit_detail .detail-calculator-wrap .rfwa-fee-calculator {
  display: flex;
  gap: 4px;
  width: auto !important;
  align-items: center;
  margin-left: -3px;
  font-weight: 700;
  margin-top: 12px;
}
.floorplan-details .content-side .fp_unit_detail .detail-calculator-wrap .rfwa-fee-calculator::before {
  width: 28px;
  height: 28px;
  margin-top: -6px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgdGVlbnlpY29uczogaHR0cHM6Ly9naXRodWIuY29tL3RlZW55aWNvbnMvdGVlbnlpY29ucyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNC41SDExTTQgOC41SDVNNyA4LjVIOE0xMCA4LjVIMTFNNCAxMS41SDVNNyAxMS41SDhNMTAgMTEuNUgxMU0yLjUgMTQuNUgxMi41QzEzLjA1MjMgMTQuNSAxMy41IDE0LjA1MjMgMTMuNSAxMy41VjEuNUMxMy41IDAuOTQ3NzE1IDEzLjA1MjMgMC41IDEyLjUgMC41SDIuNUMxLjk0NzcyIDAuNSAxLjUgMC45NDc3MTYgMS41IDEuNVYxMy41QzEuNSAxNC4wNTIzIDEuOTQ3NzIgMTQuNSAyLjUgMTQuNVoiIHN0cm9rZT0iIzUxMWIwMyIvPgo8L3N2Zz4=");
}
.floorplan-details .content-side .btn-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.floorplan-details .content-side .btn-wrapper a {
  margin: 15px 0 0 0;
}
.floorplan-details .content-side .btn-wrapper .back_search {
  color: #ffffff;
  border-color: #ffffff;
}
@media all and (max-width: 991.8px) {
  .floorplan-details .content-side {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .floorplan-details .content-side .fp_detl_unit_num {
    font-size: 16px;
    font-weight: 700;
  }
  .floorplan-details .content-side .btn-wrapper {
    margin-top: 20px;
    align-items: center;
  }
}

.video-iframe {
  margin-top: 83px;
  width: 100%;
}
@media all and (max-width: 991.8px) {
  .video-iframe {
    margin-top: 70px;
  }
}
.video-iframe iframe {
  height: 100%;
  width: 100%;
  min-height: 100vh;
}

.system.iOS .floorplan-details .content-side .fp_unit_detail .detail-calculator-wrap .rfwa-fee-calculator::before,
.device.iOS .floorplan-details .content-side .fp_unit_detail .detail-calculator-wrap .rfwa-fee-calculator::before {
  margin-top: 0;
}

@media all and (max-width: 991.8px) {
  .features_wrap.inner_page {
    padding-bottom: 0;
  }
}
.features_wrap .content_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 90px auto;
  justify-content: flex-end;
  align-items: stretch;
}
@media all and (max-width: 991.8px) {
  .features_wrap .content_section {
    margin: 0;
    flex-wrap: wrap;
  }
}
.features_wrap .content_section .content_wrap_left {
  width: 58.12vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media all and (max-width: 991.8px) {
  .features_wrap .content_section .content_wrap_left {
    width: 100%;
  }
}
.features_wrap .content_section .content_wrap_left .content_heading {
  color: #511b03;
  width: 100%;
  align-self: flex-end;
  padding: 40px 2.49vw 10px 13.46vw;
}
@media all and (max-width: 991.8px) {
  .features_wrap .content_section .content_wrap_left .content_heading {
    padding: 45px 9.3vw;
    margin: 0;
  }
}
.features_wrap .content_section .content_wrap_left .content_heading .small_txt {
  margin-bottom: 15px;
  text-align: left;
}
@media all and (max-width: 991.8px) {
  .features_wrap .content_section .content_wrap_left .content_heading .small_txt {
    margin-bottom: 10px;
  }
}
.features_wrap .content_section .content_wrap_left .content_heading p {
  line-height: 22px;
  margin-top: 10px;
}
.features_wrap .content_section .left_banner {
  flex-grow: 1;
  width: 100%;
  min-height: 32vw;
  margin-top: 60px;
}
@media all and (max-width: 991.8px) {
  .features_wrap .content_section .left_banner {
    margin-top: 0;
    min-height: 0;
    height: 69vw;
    max-height: 500px;
  }
}
.features_wrap .content_section .right_banner {
  width: 100%;
  min-height: 26vw;
  flex-grow: 1;
}
.features_wrap .content_section .content_wrap_right {
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-left: 1.39vw;
  margin-right: 6.9vw;
}
@media all and (max-width: 991.8px) {
  .features_wrap .content_section .content_wrap_right {
    width: 100%;
    margin: 0;
  }
}
.features_wrap .content_section .content_wrap_right .content {
  margin: 65px 2.7vw 45px 4.75vw;
  padding: 24px 24px 24px 44px;
  border-radius: 12px;
  background-color: #044428;
  color: #f8b6c3;
}
@media all and (max-width: 991.8px) {
  .features_wrap .content_section .content_wrap_right .content {
    border-radius: 0;
    margin: 0;
    padding: 35px 9.3vw 35px calc(9.3vw + 16px);
  }
}
.features_wrap .content_section .content_wrap_right .content li {
  margin-top: 7px;
  position: relative;
  line-height: 20px;
}
.features_wrap .content_section .content_wrap_right .content li:first-child {
  margin-top: 0;
}
.features_wrap .content_section .content_wrap_right .content li:before {
  position: absolute;
  content: "";
  left: -18px;
  top: 9px;
  width: 7px;
  height: 0px;
  border-top: 2px solid #f8b6c3;
}

html.iOS .features_wrap .content_section .content_wrap_right .content li:before {
  top: 12px;
}

.floorplans_building_view {
  width: 100%;
  margin: -45px auto 36px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 768.8px) {
  .floorplans_building_view {
    display: none !important;
  }
}

@media all and (max-width: 768.8px) {
  .fp-listing-div {
    display: block !important;
  }
}
.flrpln_building_left {
  width: 54vw;
  flex-shrink: 0;
  position: relative;
}
.flrpln_building_left .dummy_img_plan {
  width: 100%;
  opacity: 0;
}
.flrpln_building_left svg {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flrpln_building_right {
  position: relative;
  min-height: 300px;
  max-height: 100%;
  text-align: center;
  flex: 1;
  padding: 100px 50px;
  width: 100%;
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.65px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.flrpln_building_right .fp_bldng_view_header {
  font-family: "mostra-nuova", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 0.27px;
}
.flrpln_building_right .flr_bldng_rslt {
  margin-top: 10px;
}
.flrpln_building_right .fp_keyplan_wrap {
  width: 100%;
  flex-grow: 1;
}
.flrpln_building_right .fp_keyplan_wrap svg {
  min-height: 300px;
  width: 100%;
}
.flrpln_building_right .loading_keyplan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/loader.svg) no-repeat center rgba(0, 0, 0, 0.2);
  background-size: 50px auto;
  display: none;
  z-index: 1;
}

.floor_level {
  opacity: 0.78;
  fill: transparent;
  enable-background: new;
}
.floor_level.floor_available, .floor_level.floor_selected {
  cursor: pointer;
  fill: #D45A3F;
}

html.system .floor_level:hover, .floor_level.active {
  fill: #044428;
}
html.system .floor_level:hover:not(.floor_available), .floor_level.active:not(.floor_available) {
  opacity: 0.5;
}

.unit_level {
  fill: none;
  stroke: #792300;
  stroke-miterlimit: 10;
  stroke-width: 3.2px;
}
.unit_level.unit_available {
  fill: #e55034;
  cursor: pointer;
}

html.system .unit_level.unit_available:hover {
  fill: #044428;
}

.tooltip_templates {
  display: none;
}

.tooltipster-show {
  z-index: 1 !important;
}

.tooltipster-sidetip .tooltipster-box {
  background: #511b03;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #511b03;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #511b03;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #511b03;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #511b03;
}

.keyplan-pop {
  padding: 6px 4px;
}

.tooltipster-box ul li {
  font-family: "josefin-sans", sans-serif;
  color: #f7afab;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: normal;
  text-transform: none;
}
.tooltipster-box ul li.title {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tooltipster-box ul li:not(:last-child) {
  margin-bottom: 5px;
}
.tooltipster-box ul li.avail_txt {
  margin-top: 20px;
}

.blog-wrap {
  padding: 0 6.6vw;
  background: #fff;
  margin-top: 45px;
}
@media all and (max-width: 991.8px) {
  .blog-wrap {
    margin-top: 15px;
  }
}
.blog-wrap.blog-detail {
  padding: 0 24vw 80px;
}
@media all and (max-width: 991.8px) {
  .blog-wrap.blog-detail {
    padding: 0 24px 40px;
  }
}
.blog-wrap.blog-detail .blog-banner-img {
  height: 456px;
  border-radius: 12px;
}
@media all and (max-width: 991.8px) {
  .blog-wrap.blog-detail .blog-banner-img {
    height: 50vw;
    min-height: 250px;
  }
}
@media all and (max-width: 768.8px) {
  .blog-wrap.blog-detail .blog-banner-img {
    height: 40vw;
  }
}
.blog-wrap.blog-detail .details {
  width: 100%;
  margin-top: 40px;
  padding-left: 20px;
}
@media all and (max-width: 991.8px) {
  .blog-wrap.blog-detail .details {
    padding-left: 5px;
  }
}
.blog-wrap.blog-detail .details .author {
  letter-spacing: 1.54px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
  font-size: 10px;
  margin-bottom: 18px;
}
.blog-wrap.blog-detail .details ul {
  margin: 10px 0;
}
.blog-wrap.blog-detail .details .btn_border {
  margin-top: 15px;
  display: inline-block;
}
.blog-wrap .search-box {
  border: none;
  border-bottom: 1px solid #511b03;
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.54px;
  line-height: 16.23px;
  text-transform: uppercase;
  color: #511b03;
  min-width: 250px;
  border-radius: 0;
}
.blog-wrap .search-box::-webkit-input-placeholder {
  color: #511b03;
}

.blog-wrap .search-box:-moz-placeholder {
  color: #511b03;
}

.blog-wrap .search-box::-moz-placeholder {
  color: #511b03;
}

.blog-wrap .search-box:-ms-input-placeholder {
  color: #511b03;
}

@media all and (max-width: 374.8px) {
  .blog-wrap .search-box {
    min-width: 245px;
  }
}
.blog-wrap .specials_box {
  background-color: #044428;
  max-width: 333px;
  padding: 25px 30px 30px;
  top: 300px;
}
@media all and (max-width: 991.8px) {
  .blog-wrap .specials_box {
    top: 120px;
    display: block !important;
    max-width: 300px;
    padding: 25px 10px 30px;
  }
}
.blog-wrap .specials_box .specials_close {
  right: 15px;
}
.blog-wrap .specials_box h2 {
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog-wrap .specials_box input {
  background: transparent;
}
.blog-wrap .specials_box input.btn_border {
  cursor: pointer;
}
.blog-wrap .specials_box input.search-box {
  border-bottom-color: #f7afab;
  color: #f7afab;
  max-width: 140px;
  min-width: 140px;
  margin-right: 25px;
}
.blog-wrap .specials_box input.search-box::-webkit-input-placeholder {
  color: #f7afab;
}

.blog-wrap .specials_box input.search-box:-moz-placeholder {
  color: #f7afab;
}

.blog-wrap .specials_box input.search-box::-moz-placeholder {
  color: #f7afab;
}

.blog-wrap .specials_box input.search-box:-ms-input-placeholder {
  color: #f7afab;
}

.blog-wrap #searchsubmit {
  text-indent: -999px;
  width: 25px;
  height: 23px;
  border: none;
  background: #fff url(../images/blog/search.png) no-repeat center center/contain;
  cursor: pointer;
}
.blog-wrap .filter-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "josefin-sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.54px;
  line-height: 16.23px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 991.8px) {
  .blog-wrap .filter-block {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 991.8px) {
  .blog-wrap .filter-block .filter {
    margin-top: 20px;
  }
}
.blog-wrap .filter-block .selectivo__label,
.blog-wrap .filter-block .selectivo__option {
  font-size: 10px;
  letter-spacing: 1.54px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.blog-wrap .filter-block .selectivo {
  min-width: 170px;
  margin-left: 10px;
}
@media all and (max-width: 991.8px) {
  .blog-wrap .filter-block .selectivo {
    width: 220px;
  }
}
@media all and (max-width: 374.8px) {
  .blog-wrap .filter-block .selectivo {
    width: 215px;
  }
}
.blog-wrap .filter-block .selectivo .selectivo__label {
  padding-bottom: 0;
  background-position: right bottom 5px;
}
.blog-wrap .filter-block .selectivo .selectivo__option:hover {
  background-color: #fff;
  color: #511b03;
}
.blog-wrap .details {
  width: calc(43% - 17px);
}
@media all and (max-width: 991.8px) {
  .blog-wrap .details {
    width: 100%;
    margin-top: 20px;
  }
}
.blog-wrap .details .date {
  font-family: "josefin-sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.54px;
  line-height: 22px;
  display: block;
}
.blog-wrap .details h2 a,
.blog-wrap .details h2 {
  font-family: "mostra-nuova", sans-serif;
  font-size: 27px;
  letter-spacing: 0.27px;
  line-height: 32px;
  text-align: left;
  margin-top: 10px;
  font-weight: 500;
}
.blog-wrap .details p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  margin: 5px 0 13px;
}
.blog-wrap .details .btn_border {
  background-color: #fff;
}
@media all and (min-width: 992px) {
  .blog-wrap .details .btn_border:hover {
    background-color: #e55034;
    color: #fff;
  }
}
.blog-wrap .blogs {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}
.blog-wrap .blogs .item {
  width: 50%;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center;
}
@media all and (max-width: 991.8px) {
  .blog-wrap .blogs .item {
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.blog-wrap .blogs .item:nth-child(even) {
  padding-right: 0;
  padding-left: 20px;
}
@media all and (max-width: 991.8px) {
  .blog-wrap .blogs .item:nth-child(even) {
    padding-left: 0;
  }
}
.blog-wrap .blogs .item .blog-img {
  height: 230px;
  width: calc(58% - 17px);
  border-radius: 12px;
}
@media all and (max-width: 1199.8px) {
  .blog-wrap .blogs .item .blog-img {
    height: 260px;
  }
}
@media all and (max-width: 991.8px) {
  .blog-wrap .blogs .item .blog-img {
    height: 30vw;
    min-height: 210px;
    width: 100%;
  }
}

@media all and (max-width: 991.8px) {
  .our_story_wrap.inner_page {
    padding-bottom: 0;
  }
}
.our_story_wrap .content_section {
  width: 100%;
  margin: 90px auto 70px;
  padding-right: 6.9vw;
}
@media all and (max-width: 991.8px) {
  .our_story_wrap .content_section {
    margin: 0;
    padding: 0;
  }
}
.our_story_wrap .content_section_intro .content_heading, .our_story_wrap .cnt_img_section .content {
  width: 58.12vw;
  flex-shrink: 0;
  padding: 40px 2.49vw 128px 13.46vw;
}
@media all and (max-width: 991.8px) {
  .our_story_wrap .content_section_intro .content_heading, .our_story_wrap .cnt_img_section .content {
    width: 100%;
    padding: 35px 9.3vw;
  }
}
.our_story_wrap .content_section_intro .cnt_img, .our_story_wrap .cnt_img_section .cnt_img {
  flex-grow: 1;
  width: 100%;
  min-height: 26vw;
  margin-left: 1.39vw;
}
@media all and (max-width: 991.8px) {
  .our_story_wrap .content_section_intro .cnt_img, .our_story_wrap .cnt_img_section .cnt_img {
    min-height: 0;
    height: 69vw;
    max-height: 500px;
    margin: 0;
  }
}
.our_story_wrap .content_section_intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 991.8px) {
  .our_story_wrap .content_section_intro {
    display: block;
  }
  .our_story_wrap .content_section_intro .content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.our_story_wrap .cnt_img_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 47px;
}
@media all and (max-width: 991.8px) {
  .our_story_wrap .cnt_img_section {
    display: block;
    margin-top: 0;
  }
}
.our_story_wrap .cnt_img_section .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
}
.our_story_wrap .cnt_img_section .content:not(.section_heading_lw) {
  line-height: 22px;
}
@media all and (min-width: 992px) {
  .our_story_wrap .cnt_img_section .content {
    padding: 55px 4.75vw 55px 13.46vw;
    margin-bottom: 78px;
  }
}
@media all and (min-width: 992px) {
  .our_story_wrap .cnt_img_section.reverse {
    margin-top: -78px;
    flex-direction: row-reverse;
  }
  .our_story_wrap .cnt_img_section.reverse .content {
    flex-grow: 1;
    width: 100%;
    margin-left: 1.39vw;
    flex-shrink: 1;
    margin-top: 78px;
    padding-right: 2.7vw;
    padding-left: 4.75vw;
    margin-bottom: 0px;
  }
  .our_story_wrap .cnt_img_section.reverse .cnt_img {
    width: 58.12vw;
    flex-shrink: 0;
    min-height: 32vw;
    margin-left: 0;
  }
}
.our_story_wrap .cnt_img_section.welcome_home .content {
  background: #f7afab;
  color: #511b03;
  padding: 25px 25px 30px 30px;
  margin: 133px 2.7vw 55px 6.14vw;
  border-radius: 12px;
}
@media all and (max-width: 991.8px) {
  .our_story_wrap .cnt_img_section.welcome_home .content {
    border-radius: 0;
    margin: 0;
    padding: 35px 9.3vw;
  }
}
@media all and (min-width: 992px) {
  .our_story_wrap .cnt_img_section.welcome_home:not(.reverse) .content {
    width: 39.91vw;
    margin: 55px 4.75vw 55px 13.46vw;
  }
}
.our_story_wrap .section_heading2:not(.section_heading_lw) {
  margin-bottom: 20px;
}
.our_story_wrap .section_heading_lw {
  text-transform: none;
}
.our_story_wrap .btn_border {
  margin-top: 20px;
}

.short-term-housing .back_top {
  right: 10px;
}
.short-term-housing .features_wrap.inner_page {
  padding-bottom: 40px;
}
@media all and (max-width: 991.8px) {
  .short-term-housing .features_wrap.inner_page {
    padding-bottom: 0;
  }
}
.short-term-housing .features_wrap .content_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 90px auto 40px auto;
  justify-content: flex-end;
  align-items: stretch;
}
@media all and (max-width: 991.8px) {
  .short-term-housing .features_wrap .content_section {
    margin: 0;
    flex-wrap: wrap;
  }
}
.short-term-housing .features_wrap .content_section .content_wrap_left {
  width: 55.12vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media all and (max-width: 991.8px) {
  .short-term-housing .features_wrap .content_section .content_wrap_left {
    width: 100%;
  }
}
.short-term-housing .features_wrap .content_section .content_wrap_left .content_heading {
  color: #511b03;
  width: 100%;
  align-self: flex-end;
  padding: 40px 2.49vw 15px 13.46vw;
}
@media all and (max-width: 991.8px) {
  .short-term-housing .features_wrap .content_section .content_wrap_left .content_heading {
    padding: 35px 9.3vw;
    margin: 0;
  }
}
.short-term-housing .features_wrap .content_section .content_wrap_left .content_heading .small_txt {
  margin-bottom: 15px;
  text-align: left;
}
@media all and (max-width: 991.8px) {
  .short-term-housing .features_wrap .content_section .content_wrap_left .content_heading .small_txt {
    margin-bottom: 10px;
  }
}
.short-term-housing .features_wrap .content_section .content_wrap_left .content_heading .small_txt a {
  color: #044428;
  text-decoration: underline;
}
.short-term-housing .features_wrap .content_section .content_wrap_left .content_heading p {
  line-height: 22px;
  margin-top: 10px;
}
.short-term-housing .features_wrap .content_section .left_banner {
  flex-grow: 1;
  width: 100%;
  min-height: 32vw;
  margin-top: 40px;
}
@media all and (max-width: 991.8px) {
  .short-term-housing .features_wrap .content_section .left_banner {
    margin-top: 0;
    min-height: 0;
    height: 69vw;
    max-height: 500px;
  }
}
.short-term-housing .features_wrap .content_section .right_banner {
  width: 100%;
  min-height: 26vw;
  flex-grow: 1;
}
.short-term-housing .features_wrap .content_section .content_wrap_right {
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-left: 1.39vw;
  margin-right: 8.9vw;
}
@media all and (max-width: 991.8px) {
  .short-term-housing .features_wrap .content_section .content_wrap_right {
    width: 100%;
    margin: 0;
  }
}
.short-term-housing .features_wrap .content_section .content_wrap_right .content {
  margin: 65px 2.7vw 45px 4.75vw;
  padding: 10px 25px;
  border-radius: 12px;
  background-color: #044428;
  color: #f8b6c3;
  width: fit-content;
}
@media all and (max-width: 991.8px) {
  .short-term-housing .features_wrap .content_section .content_wrap_right .content {
    margin: 0 9.3vw 35px 9.3vw;
    padding: 10px 30px;
    width: fit-content;
  }
}
.short-term-housing .features_wrap .content_section .content_wrap_right .content:hover {
  background-color: #f7afab;
  color: #044428;
}
.short-term-housing .features_wrap .content {
  margin: 0px 3.49vw 0px 0;
  padding: 12px 35px;
  border-radius: 12px;
  background-color: #044428;
  color: #f8b6c3;
  width: fit-content;
  display: flex;
  align-self: flex-end;
}
@media all and (max-width: 991.8px) {
  .short-term-housing .features_wrap .content {
    margin: 0 9.3vw 35px 9.3vw;
    padding: 10px 30px;
    width: fit-content;
    align-self: flex-end;
  }
}
.short-term-housing .features_wrap .content:hover {
  background-color: #f7afab;
  color: #044428;
}

html.iOS .features_wrap .content_section .content_wrap_right .content li:before {
  top: 12px;
}

/*# sourceMappingURL=main.css.map */
