@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

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 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
input,
select,
textarea,
button {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    resize: none;
    color: #464646
}

a {
    color: #4e4d55;
    text-decoration: none;
    border: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer
}

.system a:hover {
    text-decoration: none;
    color: #ab472e
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 400
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

::selection {
    text-shadow: none
}

ul li {
    list-style-type: none
}

label,
input[type="submit"] {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

button::-moz-focus-inner {
    border: 0
}

.page_name {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.27px;
    margin-bottom: 15px;
    font-weight: 500
}

.page_title {
    font-size: 47px;
    font-weight: 300;
    line-height: 51px;
    font-family: kazimir, sans-serif;
    font-style: italic
}

a.a_link {
    color: #ab472e
}

a.a_link:hover span {
    text-decoration: underline
}

.section_title {
    font-family: kazimir, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 15px
}

.p1 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.27px
}

.p2 {
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1.05px
}

.flex_box {
    display: flex;
    flex-wrap: wrap
}

.tablet {
    display: none
}

.mob {
    display: none
}

.blue_clr {
    color: #2b7397!important
}

.kazmir_title {
    font-family: kazimir, sans-serif;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 15px
}

.btn_med,
.btn_small {
    color: #ab472e;
    font-family: kazimir, sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: italic
}

.btn_small {
    font-size: 21px
}

.btn_med span,
.btn_small span {
    border-bottom: 1px solid transparent;
    line-height: .8;
    display: inline-block
}

.btn_med:hover span,
.btn_small:hover span {
    border-bottom: 1px solid #ab472e
}

.main_wrapper {
    padding-top: 68px;
    background-color: #f0edea
}

.default_cursor {
    cursor: default!important
}

.home-page .main_wrapper {
    min-height: 100%
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 29px 15px 20px;
    background-color: #dfdad3;
    position: relative;
    height: 68px
}

#h_logo {
    width: 150px
}

#toggle_menu {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 19px;
    height: 12px;
    cursor: pointer;
    z-index: 1;
    padding-top: 5px;
    transform: translateY(-50%);
    margin-top: 1px
}

.toggle-menu .hamburger-icon,
.toggle-menu .hamburger-icon:before,
.toggle-menu .hamburger-icon:after {
    cursor: pointer;
    height: 2px;
    width: 19px;
    background: #464646;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out
}

.toggle-menu .hamburger-icon:before {
    top: -5px
}

.toggle-menu .hamburger-icon:after {
    bottom: -5px
}

#toggle_menu.open .hamburger-icon:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -2px
}

#toggle_menu.open .hamburger-icon:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 2px
}

#toggle_menu.open .hamburger-icon {
    background: transparent
}

.primary_menu li {
    display: inline-block;
    margin-right: 32px
}

.primary_menu a {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.system .primary_menu a:hover,
.primary_menu .current-menu-item a {
    color: #ab472e
}

#expanded_menu {
    position: absolute;
    right: 0;
    top: 68px;
    padding: 30px 15px 105px 195px;
    background: url(images/menu_bg.png) no-repeat;
    display: none;
    background-size: contain;
    background-position: right -1px top
}

#secondary_menu {
    float: right;
    text-align: right;
    margin-right: 15px
}

#secondary_menu a {
    font-size: 12px;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.system #secondary_menu a:hover,
#secondary_menu .current-menu-item a,
body.news_page #secondary_menu .current_page_parent a {
    color: #ab472e
}

.menu_wrap {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 150px)
}

#header a[class^='h_icn'] {
    height: 25px;
    display: inline-block;
    display: none
}

#header {
    background-color: #dfdad3
}

.home-page #header {
    background-color: transparent;
    transition: all .2s ease-in-out
}

.home-page #header.opaque {
    background-color: #dfdad3
}

.home-page #expanded_menu {
    top: 0;
    padding-top: 55px
}

.home-page #header.opaque+#expanded_menu {
    top: 68px;
    padding-top: 30px
}

.home-page .visib_ctrl {
    opacity: 0
}

.home-page .visib_ctrl.off {
    opacity: 1
}

#expanded_menu .mCSB_inside>.mCSB_container {
    margin-right: 0
}

#expanded_menu .mCSB_scrollTools {
    width: 6px
}

.device #toggle_menu {
    right: 4px;
    padding: 5px 20px;
    width: 40px;
    height: 25px
}

.device .toggle-menu .hamburger-icon {
    right: 15px;
    top: 11px
}

.special_popup.visible {
    opacity: 1;
    pointer-events: all
}

.special_popup {
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out
}

.popup_wrap {
    padding: 60px;
    max-width: 488px;
    position: absolute;
    float: left;
    background: url(images/floorplans/pattern_dark.jpg) center/cover;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.popup_close {
    position: absolute;
    right: 25px;
    top: 24px;
    display: inline-block
}

.popup_content {
    width: 100%;
    background-color: #464646;
    padding: 55px 45px;
    box-sizing: border-box;
    text-align: center
}

.popup_content h2 {
    color: #fff;
    font-family: kazimir, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px
}

.popup_content p {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.05px;
    color: #fff;
    margin-top: 30px
}

.popup_content p>a {
    font-family: kazimir, sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    font-style: italic;
    text-transform: lowercase
}

body.popup_opened {
    overflow: hidden;
    position: fixed;
    width: 100%
}

.spcl-tag {
    color: #fff;
    font-family: kazimir, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 28px
}

.popup_content h2.specials-text {
    font-family: unset;
    margin-bottom: 18px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.27px
}

.footer_main {
    display: flex;
    justify-content: space-between;
    padding: 35px 20px 28px;
    align-items: flex-end;
    background-color: #dfdad3
}

.f_address {
    order: 1
}

.f_address a,
.f_address>span {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block
}

.system .contact_link:hover {
    color: #ab472e
}

.f_logo {
    order: 2
}

.f_logo a {
    width: 162px;
    display: inline-block
}

.bzzt_logo {
    margin-bottom: 15px;
    display: inline-block;
    width: 89px;
    height: 16px
}

.home-page .bzzt_logo {
    height: 16px
}

.home-page .bzzt_logo1 {
    height: 16px
}

.bzzt_logo1 {
    margin-bottom: 15px;
    display: inline-block;
    width: 89px;
    height: 16px
}

.home-page .bzzt_logo2 {
    height: 16px
}

.bzzt_logo2 {
    margin-bottom: 15px;
    display: inline-block;
    width: 89px;
    height: 16px
}

.sub_footer {
    background-color: #f0edea;
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
    align-items: center
}

.privacy a:first-child {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 5px;
    color: #a3a3a3
}

.site_design {
    color: #a3a3a3;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.site_design a {
    color: #a3a3a3
}

.f_icons {
    text-align: right;
    order: 3
}

.f_social a {
    width: 20px;
    height: 20px;
    background: url(images/social_icons.svg) no-repeat;
    display: inline-block;
    background-position: -24px 0;
    margin-left: 7px;
    transition: none
}

.f_social a.instg_icon {
    background-position: -48px 0
}

.f_social a.tw_icon {
    background-position: 0 0
}

.f_social a.pin_icon {
    background-position: -72px 0
}

.f_social a.yelp_icon {
    background-position: -96px 0
}

.system .f_social a.fb_icon:hover {
    background-position: -144px 0
}

.system .f_social a.instg_icon:hover {
    background-position: -168px 0
}

.system .f_social a.tw_icon:hover {
    background-position: -120px 0
}

.system .f_social a.pin_icon:hover {
    background-position: -192px 0
}

.system .f_social a.yelp_icon:hover {
    background-position: -216px 0
}

footer {
    position: relative;
    z-index: 1
}

.f_address,
.f_icons {
    width: 33.33%
}

.two-column-banner {
    display: flex;
    flex-wrap: wrap
}

.two-column-banner.desk {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.two-column-banner.mobile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.two-column-banner .slider-box,
.two-column-banner .content-box {
    width: 50%;
    position: relative
}

.two-column-banner .slider-box {
    position: relative;
    height: 100%
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    height: 9px;
    width: 44px;
    font-size: 0;
    background: url(images/amenities/galleryArrow.png) no-repeat center;
    opacity: 0;
    background-size: contain;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    top: 51%
}

.flex-direction-nav .flex-prev {
    transform: rotate(180deg)
}

#gallery-slider .flex-direction-nav .flex-next,
.system #features-slider:hover .flex-direction-nav .flex-next,
.system #amenities-slider:hover .flex-direction-nav .flex-next,
.system #location_glry:hover .flex-direction-nav .flex-next {
    right: 30px;
    left: auto;
    opacity: 1
}

.system #gallery-slider .flex-direction-nav .flex-prev,
.system #features-slider:hover .flex-direction-nav .flex-prev,
.system #amenities-slider:hover .flex-direction-nav .flex-prev,
.system #location_glry:hover .flex-direction-nav .flex-prev {
    left: 30px;
    right: auto;
    opacity: 1
}

.system #features-slider_mobile:hover .flex-direction-nav .flex-next,
.system #amenities-slider_mobile:hover .flex-direction-nav .flex-next,
.system #location_glry:hover .flex-direction-nav .flex-next {
    right: 30px;
    left: auto;
    opacity: 1
}

.system #gallery-slider .flex-direction-nav .flex-prev,
.system #features-slider_mobile:hover .flex-direction-nav .flex-prev,
.system #amenities-slider_mobile:hover .flex-direction-nav .flex-prev,
.system #location_glry:hover .flex-direction-nav .flex-prev {
    left: 30px;
    right: auto;
    opacity: 1
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-next:after,
.flex-direction-nav a:before {
    content: ''
}

.content-box:before {
    width: 29vw;
    content: " ";
    background: url(images/goldtexture_1.png) right top no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 13vw;
    background-size: 100%
}

.content-box>div.cnt_inner {
    z-index: 99;
    width: 100%
}

.content-box .bottom-bg {
    width: 29vw;
    content: " ";
    background: url(images/home_slides_features_bubble.png) right top no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 13vw;
    background-size: 100%
}

.content-box {
    text-align: center;
    padding: 11vw 9vw;
    display: flex;
    align-items: center
}

.page-header {
    color: #464646;
    font-family: futura-pt;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: 1.27px;
    margin-bottom: 10px
}

.content-box .page_sub_header {
    font-family: kazimir, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 47px;
    line-height: 1.1;
    margin-bottom: 30px
}

.content-box figure {
    margin: 40px 0 30px
}

.content-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1.05px
}

.amenities-list li {
    color: #464646;
    font-family: kazimir, sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
    font-style: italic;
    cursor: pointer
}

.amenities-list li a.active,
.amenities-list li a:hover {
    color: #2b7397
}

.amenities-list li>span {
    display: none
}

.features-block .amenities-list li a.active,
.features-block .amenities-list li a:hover {
    color: #ab472e
}

.features-block .content-box:before {
    background: url(images/features_slider_bubble.png) left top no-repeat;
    left: 0;
    height: 14.5vw;
    width: 30vw;
    background-size: 100%
}

.features-block .content-box .bottom-bg {
    background: url(images/goldtexture_down.png) right bottom / 100% no-repeat;
    right: 0;
    height: 24vw;
    width: 34vw;
    left: auto
}

.features-mid-section {
    background: url(images/amenities/Rectangle_2.png);
    padding: 60px 55px;
    display: flex
}

.tile-item {
    background-color: #f0edea;
    width: calc(33.3% - 10px)
}

.tile-img {
    min-height: 20vw
}

.tile-item:not(:last-child) {
    margin-right: 15px
}

.tile-content {
    padding: 35px 3vw;
    text-align: center;
    margin: 0 auto
}

.tile-content h3 {
    font-family: kazimir, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 5px;
    font-style: italic
}

.tile-content ul li {
    font-size: 12px;
    font-family: futura-pt;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .9px;
    margin-bottom: 10px
}

.slider-box {
    overflow: hidden
}

.features-items .tile-item {
    width: calc(50% - 7.5px);
    display: flex
}

.features-items .tile-item .tile-img {
    width: 43%
}

.features-items .tile-item .tile-content {
    width: 57%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center
}

.amenities-block.features-mid-section .tile-item {
    display: flex;
    flex-wrap: wrap
}

.amenities-block.features-mid-section .tile-item:nth-child(2) .tile-img {
    order: 2
}

.amenities-block.features-mid-section .tile-item .tile-img {
    width: 100%
}

.amenities-block .tile-img {
    min-height: 20vw
}

.device .flex-direction-nav .flex-prev {
    left: 30px;
    opacity: 1
}

.device .flex-direction-nav .flex-next {
    right: 30px;
    opacity: 1
}

#featuresPage .amenities-block .content-box .bottom-bg {
    width: 31.7vw;
    height: 15.5vw
}

#galleryPage .content-box {
    max-width: 440px;
    display: block;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.top-block {
    position: relative
}

#galleryPage .content-box:before {
    background-image: url(images/goldtexture_3.png);
    left: 0;
    height: 31vw;
    width: 32.5vw;
    max-width: 468px
}

a:hover .img-caption {
    color: #464646
}

#galleryPage .bottom-bg {
    width: 25.7vw;
    background: url(images/gallery_bubble.png) right bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20vw;
    background-size: 100%;
    max-width: 370px
}

.galley-categories {
    margin-top: 10px;
    position: relative;
    z-index: 1
}

.galley-categories button:last-child span {
    display: none
}

.galley-categories button {
    font-family: futura-pt;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.27px
}

.galley-categories button.active,
.galley-categories button:hover {
    color: #2b7397
}

.thumb-img {
    height: 37vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.light-gallery {
    display: flex;
    padding: 60px
}

.light-gallery a {
    width: 50%;
    position: relative
}

.light-gallery a:first-child {
    margin-right: 15px
}

.top-img-block {
    position: relative
}

.img-caption {
    padding: 4px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    text-align: center;
    background-color: #f0edea;
    font-family: futura-pt;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: .9px;
    color: #464646
}

.light-gallery .img-caption {
    display: none
}

#galleryPage {
    background-color: #f0edea
}

.back-wrapper {
    text-align: center
}

.back-wrapper button {
    background: none;
    border: none;
    color: #2b7397;
    font-family: kazimir, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    font-style: italic;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-top: 50px
}

.back-wrapper {
    padding-bottom: 40px
}

.system .light-gallery a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #464646;
    background: linear-gradient(to bottom, #464646 0%, #464646 100%);
    transition: opacity .25s ease-in-out;
    opacity: 0
}

.system .light-gallery a:hover:before {
    opacity: .5
}

.light-gallery a span {
    opacity: 0;
    color: #fff;
    font-family: kazimir, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    font-style: italic;
    z-index: 1;
    transition: opacity .25s ease-in-out
}

.system .light-gallery a:hover span {
    opacity: 1
}

.back-wrapper button:before {
    width: 14px;
    content: " ";
    background: url(images/scrollArrow.png) right top no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    background-size: 100%;
    left: 0;
    margin-right: auto;
    margin-left: auto
}

.lg-actions .lg-next:before,
.lg-actions .lg-prev:after {
    content: ''!important
}

.lg-actions .lg-prev,
.lg-actions .lg-next {
    background: url(images/galleryArrowNext.svg) no-repeat;
    width: 44px;
    height: 9px;
    right: 30px;
    background-color: transparent!important
}

.lg-actions .lg-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.lg .lg-toolbar .lg-icon {
    color: #fff
}

.top-img-block .main-img {
    height: 50vw
}

#gallery-slider {
    position: relative
}

.gallery-slider-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    pointer-events: none
}

#gallery-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}

.gallery-slider-box {
    transition: all .6s ease-in-out
}

.gallery-slider-box.open {
    opacity: 1;
    z-index: 9999;
    pointer-events: all;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

#gallery-slider li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important
}

#gallery-slider li {
    text-align: center;
    vertical-align: middle;
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 100%
}

#gallery-slider .flex-viewport,
#gallery-slider .slides {
    height: 100%
}

.close-icon {
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: 0;
    color: #fff;
    font-family: "Kazimir";
    position: relative
}

#gallery-slider .flex-control-paging {
    display: none
}

#gallery-slider .slides li {
    position: relative
}

.image-section .top-img-block:last-child {
    margin-bottom: 50px
}

.desktop {
    display: block
}

.mob {
    display: none
}

body {
    background-color: #f0edea
}

#home_intro {
    overflow: hidden;
    position: relative;
    opacity: 0
}

#home_intro.show {
    opacity: 1
}

#home_mob_intro {
    display: none
}

#intro_imgs_top {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0
}

#home_logo {
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 1
}

#omnia_logo {
    display: inline-block
}

#omnia_logo img {
    width: 236px
}

.into_img_1 {
    position: fixed;
    left: 0;
    height: 34vw
}

.into_img_2 {
    position: fixed;
    right: 0;
    height: 38vw;
    text-align: right
}

.into_img_3 {
    position: fixed;
    left: 0;
    height: 45vw
}

.intro_imgs img {
    max-height: 100%
}

.intro_imgs_bottom {
    position: relative;
    z-index: 1
}

.offwhite_triangle {
    width: 100%;
    height: 30vw;
    position: fixed;
    z-index: 1
}

.offwhite_triangle img {
    width: 100%;
    height: 100%
}

.triangle_ext {
    width: 100%;
    height: 30vw;
    background-color: #f0edea
}

.into_pattern_1 {
    position: fixed;
    bottom: -20%;
    width: 74vw;
    right: -102px;
    text-align: right
}

.home_hero_content {
    text-align: center;
    width: 100%;
    height: 62vh;
    background-color: transparent;
    position: relative;
    z-index: 1
}

.home_hero_content .h1 {
    line-height: 89px;
    color: #464646;
    font-size: 80px;
    font-family: "Kazimir";
    font-weight: 400;
    font-style: italic;
    margin: 20px auto 40px
}

.home_hero_content h2 {
    font-family: futura-pt, sans-serif;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 1.43px;
    font-weight: 400;
    text-transform: uppercase
}

.home_hero_content a {
    margin: 40px auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.home_hero_content>div:not(.h1) {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

#scrolltobottom {
    cursor: default
}

#scrolltobottom>.home_next_arrw {
    padding: 0 10px;
    cursor: pointer;
    background: none;
    border: none
}

.device #scrolltobottom>.home_next_arrw {
    padding: 0 10px
}

#scrolltobottom>.home_next_arrw img {
    width: 21px;
    height: 45px
}

.home_footer {
    position: static
}

html body.home-page {
    -ms-overflow-style: none!important
}

html.skrollr {
    scrollbar-width: none
}

html body.home-page::-webkit-scrollbar {
    display: none
}

#vertSliders,
#fullpage.mobile_rules {
    position: relative;
    top: 100%;
    width: 100%;
    z-index: 12;
    transition: all .7s ease-out;
    transform-origin: center
}

.vert-section {
    z-index: 1;
    position: relative;
    background-color: #f0edea;
    left: 0;
    width: 100%;
    transition: all .7s ease-out
}

.not_in_desktop {
    display: none
}

.fp-tableCell {
    vertical-align: bottom
}

#footer_slide .fp-tableCell {
    vertical-align: top
}

.home-page .main_wrapper {
    padding-top: 0
}

.mobile_rules #footer_slide {
    display: none
}

.home-page header {
    z-index: 100
}

#scroll_indication {
    text-align: center;
    width: 200px;
    margin: 18vh auto 0;
    pointer-events: none;
    transition: all .3s ease-out
}

#scroll_indication.hide {
    opacity: 0
}

#scroll_indication h2.scroll-text {
    color: #464646;
    font-size: 20px;
    font-family: "Kazimir";
    font-weight: 500;
    font-style: italic
}

#scroll_indication>img {
    height: 30px;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate
}

.device #scroll_indication:not(.hide) * {
    pointer-events: all;
    cursor: pointer
}

.device .home-page #header {
    transition: none
}

@keyframes bounce {
    from {
        transform: translateY(0px)
    }
    to {
        transform: translateY(12px)
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px)
    }
    to {
        transform: translateY(12px)
    }
}

.content-box {
    background-color: #f0edea
}

.home-page .content-box p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 1.27px;
    font-weight: 400
}

.link {
    text-transform: lowercase;
    font-family: kazimir, sans-serif;
    font-style: italic;
    font-size: 21px;
    font-weight: 300
}

.blue.link {
    color: #2b7397
}

.red.link {
    color: #ab472e
}

.two-column-banner .image-box {
    width: 50%
}

#slide2 .content-box:before {
    background: url(images/home/goldtexture_2.png) no-repeat center/cover;
    height: 15vw
}

#slide2 .content-box .bottom-bg {
    height: 20vw;
    background: url(images/home/home_slides_services_bubble.png) right top/cover no-repeat
}

#slide3 .content-box:before {
    background: url(images/home/connected_pattern_down.png) no-repeat center/cover;
    height: 15vw;
    bottom: 0;
    top: auto
}

#slide3 .content-box .bottom-bg {
    width: 20vw;
    height: 15vw;
    top: 0;
    background: url(images/home/home_slides_retail_bubble.png) right top/cover no-repeat
}

#slide4 .content-box:before {
    background: url(images/home/goldtexture_3_down.png) no-repeat center/cover;
    width: 30vw;
    height: 12vw;
    bottom: 0;
    top: auto
}

#slide4 .content-box .bottom-bg {
    width: 23vw;
    height: 14vw;
    top: 0;
    background: url(images/home/home_slides_story_bubble.png) right top/cover no-repeat
}

.home-page .vert-section .content-box>div:not(.bottom-bg) {
    margin: 0 auto;
    max-width: 480px
}

.home-page #slide4.vert-section .content-box>div:not(.bottom-bg) {
    max-width: 445px
}

.service_content {
    margin: 0 3vw 20px
}

.service_content h5 {
    font-family: "kazimir";
    font-size: 24px;
    font-weight: 300;
    line-height: 2;
    font-style: italic;
    padding-bottom: 3px
}

.service_list span {
    position: relative;
    font-family: "futura-pt";
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .9px
}

.service_list span.separator {
    padding: 0 10px
}

#slide2.service_blk .content-box {
    background-color: transparent;
    z-index: 1
}

#slide2.service_blk .content-box:before {
    transform: ScaleX(-1);
    left: 0;
    right: auto;
    height: 24.9vh;
    width: 30.5vw;
    background-size: contain;
    background-position: top right
}

#slide2.service_blk .content-box .bottom-bg {
    background: url(images/services/services_overview_bubble.png) right bottom/contain no-repeat;
    left: auto;
    right: 0;
    height: 22.1vh;
    width: 29.35vw
}

#retailPage .content-box {
    max-width: 700px;
    display: block;
    margin: 0 auto;
    padding: 65px 20px 40px
}

#retailPage .content-box .page_sub_header {
    max-width: 452px;
    margin: 0 auto 30px
}

#retailPage .content-box button {
    margin-top: 55px;
    display: inline-block;
    background: none;
    border: none
}

#retailPage .top-block .content-box:before {
    left: 0;
    bottom: 0;
    top: auto;
    height: 14vw;
    width: 28vw;
    background: url(images/home/connected_pattern_down.png) no-repeat right bottom/contain;
    transform: scaleX(-1);
    max-width: 372px
}

#retailPage .top-block .bottom-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 19.2vw;
    width: 28.2vw;
    background: url(images/retail/retail_overview_bubble.png) no-repeat left top/contain;
    max-width: 406px
}

#retail_list {
    padding: 53px;
    background-color: #464646;
    width: 100%
}

#retail_list>div {
    width: 100%
}

.categ_blocks {
    display: inline-block;
    font-size: 0;
    width: 100%
}

.categ_list {
    display: inline-block;
    font-size: 0;
    width: 100%
}

.categ_list li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 7px;
    height: 18.5vw;
    width: calc(33.33331% - 14px);
    vertical-align: top
}

.categ_head {
    background-color: #f0edea
}

.categ_head .categ_heading {
    font-family: "kazimir";
    font-size: calc(14px + (44 - 14) * ((100vw - 320px) / (1440 - 320)));
    font-weight: 400;
    font-style: italic;
    line-height: calc(19px + (28 - 19) * ((100vw - 320px) / (1440 - 320)));
    margin-bottom: 12px
}

.categ_head p {
    font-family: "futura-pt";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.05px
}

.categ_head .gold_accent {
    width: 30%;
    height: 100%
}

.categ_head .categ_title {
    width: 95%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 35px 28px
}

.categ_head>div {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.categ_head .categ_title:before {
    content: "";
    position: absolute;
    width: 125px;
    height: 100%;
    top: 0
}

.categ_head.dining .categ_title:before {
    left: -20px;
    background: url(images/retail/goldtexture_4.png) no-repeat right center/cover
}

.categ_head.retail .categ_title:before {
    right: -20px;
    background: url(images/retail/goldtexture_2.jpg) no-repeat left center/cover
}

.categ_head.conveniences .categ_title:before {
    right: -20px;
    background: url(images/retail/goldtexture_3.png) no-repeat left center/cover
}

.categ_head.dining>div {
    flex-direction: row
}

.categ_head.retail>div,
.categ_head.conveniences>div {
    flex-direction: row-reverse
}

.rollover_content {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

.rollover_content>div {
    position: absolute;
    height: 104px;
    width: 100%;
    transition: all .5s ease-in-out;
    left: 0
}

.rollover_content>div .rollover_bg {
    height: 100%;
    width: 100%;
    display: block
}

.dir-right-bottom .rollover_content>div {
    bottom: -32px
}

.dir-right-top .rollover_content>div {
    top: -32px
}

.dir-right-top .rollover_content>div .rollover_bg {
    transform: scale(1, -1)
}

.dir-left-top .rollover_content>div {
    top: -32px
}

.dir-left-top .rollover_content>div .rollover_bg {
    transform: scale(-1, -1)
}

.dir-left-bottom .rollover_content>div {
    bottom: -32px
}

.dir-left-bottom .rollover_content>div .rollover_bg {
    transform: scale(-1, 1)
}

.rollover_content>div>div {
    position: absolute;
    text-align: right;
    transition: all .5s ease-in-out
}

.rollover_content>div>div>a {
    display: flex
}

.dir-right-bottom .rollover_content>div>div {
    right: 20px;
    bottom: 16px
}

.dir-right-bottom .rollover_content>div>div>a {
    flex-direction: column;
    text-align: right
}

.dir-right-top .rollover_content>div>div {
    right: 20px;
    top: 16px
}

.dir-right-top .rollover_content>div>div>a {
    flex-direction: column-reverse;
    text-align: right
}

.dir-left-top .rollover_content>div>div {
    left: 20px;
    top: 16px
}

.dir-left-top .rollover_content>div>div>a {
    flex-direction: column-reverse;
    text-align: left
}

.dir-left-bottom .rollover_content>div>div {
    left: 20px;
    bottom: 14px
}

.dir-left-bottom .rollover_content>div>div>a {
    flex-direction: column;
    text-align: left
}

.rollover_title {
    color: #464646;
    font-family: "kazimir";
    font-style: italic;
    font-size: calc(12px + (21 - 12) * ((100vw - 320px) / (1440 - 320)));
    position: relative
}

.rollover_link {
    color: #464646;
    font-family: 'futura-pt';
    font-size: 14px;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

.rollover_content.no-link>div>div>a {
    cursor: default
}

.system .dir-right-bottom .rollover_content:hover>div,
.dir-right-bottom .rollover_content.hovered>div {
    bottom: -10px
}

.system .dir-right-bottom .rollover_content:hover>div>div,
.dir-right-bottom .rollover_content.hovered>div>div {
    bottom: 18px
}

.dir-right-bottom .rollover_content .rollover_link {
    bottom: -25px
}

.system .dir-right-bottom .rollover_content:hover>div .rollover_link,
.dir-right-bottom .rollover_content.hovered>div .rollover_link {
    bottom: 0
}

.system .dir-right-top .rollover_content:hover>div,
.dir-right-top .rollover_content.hovered>div {
    top: -10px
}

.system .dir-right-top .rollover_content:hover>div>div,
.dir-right-top .rollover_content.hovered>div>div {
    top: 18px
}

.dir-right-top .rollover_content .rollover_link {
    top: -25px
}

.system .dir-right-top .rollover_content:hover>div.rollover_link,
.dir-right-top .rollover_content.hovered>div.rollover_link {
    top: 0
}

.system .dir-left-top .rollover_content:hover>div,
.dir-left-top .rollover_content.hovered>div {
    top: -10px
}

.system .dir-left-top .rollover_content:hover>div>div,
.dir-left-top .rollover_content.hovered>div>div {
    top: 18px
}

.dir-left-top .rollover_content .rollover_link {
    top: -25px;
    text-align: left
}

.system .dir-left-top .rollover_content:hover>div .rollover_link,
.dir-left-top .rollover_content.hovered>div .rollover_link {
    top: 0
}

.system .dir-left-bottom .rollover_content:hover>div,
.dir-left-bottom .rollover_content.hovered>div {
    bottom: -10px
}

.system .dir-left-bottom .rollover_content:hover>div>div,
.dir-left-bottom .rollover_content.hovered>div>div {
    bottom: 18px
}

.dir-left-bottom .rollover_content .rollover_link {
    bottom: -25px;
    text-align: left
}

.system .dir-left-bottom .rollover_content:hover>div .rollover_link,
.dir-left-bottom .rollover_content.hovered>div .rollover_link {
    bottom: 0
}

.dir-left-bottom .rollover_title,
.dir-right-bottom .rollover_title {
    margin-bottom: 4px
}

.dir-left-top .rollover_title,
.dir-right-top .rollover_title {
    margin-top: 4px
}

.next_page_pointer {
    width: 100%;
    background-color: #464646;
    text-align: center;
    padding-bottom: 60px
}

.next_page_pointer>a {
    display: inline-block;
    position: relative;
    margin: 0 auto
}

.next_page_pointer a>span {
    font-family: "kazimir";
    font-size: 21px;
    font-style: italic;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

#storyPage .content-box {
    max-width: 540px;
    display: block;
    margin: 0 auto;
    padding: 65px 20px 40px
}

#storyPage .content-box .page_sub_header {
    margin: 0 auto 30px
}

#storyPage .top-block .content-box:before {
    left: 0;
    bottom: 0;
    top: auto;
    height: 13.4vw;
    width: 32.7vw;
    background: url(images/home/goldtexture_3_down.png) no-repeat right bottom/contain;
    transform: scaleX(-1);
    max-width: 470px
}

#storyPage .top-block .bottom-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 14.4vw;
    width: 32.4vw;
    background: url(images/story/ourstory_bubble.png) no-repeat left top/contain;
    max-width: 467px
}

.top_two_column {
    display: flex;
    flex-direction: row;
    padding: 60px
}

.top_two_column .copy_column {
    width: 60%
}

.top_two_column .image_column {
    width: 40%
}

.copy_column {
    padding: 50px 48px;
    background-color: #f0edea
}

.copy_column p {
    font-family: "kazimir";
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: .45px
}

.copy_column p:not(:last-of-type) {
    margin-bottom: 30px
}

.copy_column p .cap_case {
    font-family: "futura-pt";
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.27px;
    font-style: normal
}

.image_column {
    margin-left: 15px
}

.cta_tiles {
    padding: 60px;
    width: 100%;
    background-color: #464646
}

.tiles_box {
    font-size: 0
}

.tiles_box>div {
    display: inline-block;
    width: calc(33.33331% - 32px)
}

.tiles_box>div:not(:last-of-type) {
    margin-right: 48px
}

.tiles_box>div {
    height: 22vw
}

.story_cta_item {
    position: relative;
    overflow: hidden
}

.rollover_sub_title {
    color: #464646;
    font-family: 'futura-pt';
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    font-weight: 500
}

.dir-left-top .rollover_sub_title,
.dir-left-bottom .rollover_sub_title {
    text-align: left
}

#storyPage .rollover_link {
    color: #2b7397
}

#storyPage .rollover_title {
    font-style: italic;
    font-size: calc(12px + (21 - 12) * ((100vw - 320px) / (1440 - 320)))
}

.system #storyPage .dir-right-bottom .rollover_content:hover>div,
#storyPage .dir-right-bottom .rollover_content.hovered>div {
    bottom: 0
}

.system #storyPage .dir-right-bottom .rollover_content:hover>div>div,
#storyPage .dir-right-bottom .rollover_content.hovered>div>div {
    bottom: 10px
}

.system #storyPage .dir-right-top .rollover_content:hover>div,
.system #storyPage .dir-left-top .rollover_content:hover>div,
#storyPage .dir-right-top .rollover_content.hovered>div,
#storyPage .dir-left-top .rollover_content.hovered>div {
    top: 0
}

.system #storyPage .dir-right-top .rollover_content:hover>div>div,
.system #storyPage .dir-left-top .rollover_content:hover>div>div,
#storyPage .dir-right-top .rollover_content.hovered>div>div,
#storyPage .dir-left-top .rollover_content.hovered>div>div {
    top: 10px
}

#storyPage .rollover_content>div {
    height: 140px
}

#storyPage .rollover_content>div .rollover_bg {
    background: url(images/retail/goldtexture_4_lt.png) no-repeat center/cover
}

#storyPage .dir-right-bottom .rollover_content>div>div {
    bottom: 16px
}

#storyPage .dir-right-top .rollover_content>div>div {
    top: 16px
}

#storyPage .dir-left-top .rollover_content>div>div {
    top: 16px
}

.system #storyPage .dir-right-bottom .rollover_content.no-link:hover>div>div,
#storyPage .dir-right-bottom .rollover_content.no-link.hovered>div>div {
    bottom: 25px
}

.system #storyPage .dir-right-top .rollover_content:hover>div>div,
.system #storyPage .dir-left-top .rollover_content:hover>div>div,
#storyPage .dir-right-top .rollover_content.hovered>div>div,
#storyPage .dir-left-top .rollover_content.hovered>div>div {
    top: 10px
}

#storyPage .dir-left-top .rollover_title,
#storyPage .dir-right-top .rollover_title {
    margin-top: 0
}

#storyPage .dir-left-top .rollover_sub_title,
#storyPage .dir-right-top .rollover_sub_title {
    margin-top: 10px
}

#storyPage .dir-right-bottom .rollover_title {
    margin-bottom: 5px
}

#whybozzutoPage .content-box {
    max-width: 700px;
    display: block;
    margin: 0 auto;
    padding: 65px 20px 40px
}

#whybozzutoPage .content-box .page_sub_header {
    max-width: 452px;
    margin: 0 auto 30px
}

#whybozzutoPage .top-block .content-box:before {
    left: 0;
    bottom: 0;
    top: auto;
    height: 13.4vw;
    width: 32.7vw;
    background: url(images/whybozzuto/goldtexture_1.png) no-repeat right bottom/contain;
    max-width: 470px
}

#whybozzutoPage .top-block .bottom-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 32.5vw;
    background: url(images/whybozzuto/whybozzuto_bubble.png) no-repeat right top/contain;
    max-width: 468px
}

#whybozzutoPage .amenities-block.features-mid-section .tile-item:nth-child(2) .tile-img {
    order: inherit
}

#whybozzutoPage .amenities-block .tile-img {
    min-height: 25vw
}

#whybozzutoPage .tile-content {
    width: 100%;
    min-height: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.tile-content h4 {
    font-family: "futura-pt";
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1.27px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.tile-content p.italic {
    font-family: "kazimir";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .45px;
    line-height: 27px;
    font-style: italic
}

.page_heading {
    width: 100%;
    position: relative;
    text-align: center
}

#contact_page .page_heading,
.blog .page_heading {
    padding: 79px 0
}

.title_right_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 32vw
}

.contact_wrapper {
    padding: 0 6.25vw 60px
}

#contact_hyly,
#thanks_msg {
    background: url(images/contact/contact_border.png) top center / 100% auto repeat-y;
    padding: 25px;
    margin-bottom: 60px
}

#contact_hyly .hywrap,
#thanks_msg>div {
    background-color: #f0edea;
    width: 100%!important;
    max-width: 100%;
    padding: 60px
}

#contact_hyly form {
    position: relative
}

#contact_hyly .hywrap .top_align .control-label {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.27px;
    font-family: futura-pt, sans-serif;
    color: #464646;
    padding: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #464646;
    text-align: center
}

#contact_hyly .hywrap input,
#contact_hyly .hywrap input[type="text"],
#contact_hyly .hywrap select,
#contact_hyly .hywrap textarea,
#contact_hyly .select_txt {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #464646;
    padding: 0;
    text-align: center;
    margin-top: 6px;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.27px;
    font-family: futura-pt, sans-serif;
    color: #464646
}

#contact_hyly .control-group {
    width: calc(50% - 30px);
    float: left;
    clear: none;
    margin-bottom: 25px
}

#contact_hyly .control-group:nth-child(2n) {
    float: right
}

#contact_hyly .hy-email {
    float: left!important
}

.hy_name,
.hy-email,
.hy-phone,
.hy-address,
.hy-signup {
    clear: left!important
}

#contact_hyly .hywrap .name-fields li:first-child {
    margin-bottom: 25px
}

#contact_hyly .hywrap .LV_invalid {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: .9px;
    font-family: futura-pt, sans-serif
}

.hytag_form_comment {
    position: absolute;
    top: 0;
    right: 0
}

.hywrap .form-actions {
    clear: both
}

#contact_hyly .hywrap textarea {
    height: 235px
}

.hytag_sign_up_for_the_newsletter {
    text-align: center
}

#contact_hyly .hywrap .radio {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.27px;
    font-family: futura-pt, sans-serif;
    color: #464646
}

#contact_hyly .hywrap .radio input {
    margin-top: 0
}

#contact_hyly .hywrap .top_align .controls {
    position: relative
}

#contact_hyly .hywrap .form-actions {
    text-align: center
}

#contact_hyly .hywrap button[type="submit"] {
    color: #ab472e;
    font-family: "Kazimir";
    font-size: 0;
    font-weight: 300;
    line-height: 23px;
    border: 0;
    padding: 0;
    background-color: transparent!important;
    margin: 15px 0 0;
    position: relative;
    width: 79px;
    font-style: italic;
    min-height: 0;
    height: 24px;
    border-radius: 0;
    border-bottom: 1px solid transparent
}

#contact_hyly .hywrap button[type="submit"]:after {
    content: ">";
    right: 0
}

#contact_hyly .hywrap button[type="submit"]:before {
    content: "Submit";
    left: 0
}

#contact_hyly .hywrap button[type="submit"]:after,
#contact_hyly .hywrap button[type="submit"]:before {
    position: absolute;
    top: 3px;
    font-size: 21px;
    line-height: .8
}

#contact_hyly .hywrap button[type="submit"]:hover:before {
    border-bottom: 1px solid #ab472e
}

#contact_hyly #more-info a {
    color: #464646;
    font-family: futura-pt, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: .9px;
    text-decoration: none
}

#contact_hyly #more-info a:hover {
    color: #ab472e
}

#contact_address {
    display: flex
}

#contact_address p {
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.27px
}

#address_wrap {
    width: 55%;
    display: flex;
    align-self: center;
    text-align: center;
    justify-content: space-around
}

#address_wrap h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    font-family: kazimir, sans-serif;
    font-style: italic;
    margin-bottom: 10px
}

#contact_map {
    width: 45%;
    padding-left: 20px
}

#contact_map img {
    border: 10px solid #fff
}

#address_wrap a.a_link {
    display: inline-block;
    margin-bottom: 10px
}

#contact_hyly .hytag_email .controls .LV_invalid:last-child {
    bottom: -29px
}

#contact_hyly .hytag_number_of_bedrooms .controls select {
    opacity: 0;
    position: relative;
    z-index: 1
}

#contact_hyly .select_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 34px;
    background: url(images/contact/down_arrw.png) right 5px center no-repeat;
    padding-top: 7px;
    line-height: 21px
}

#contact_page .title_right_img {
    text-align: right
}

.thank_social a {
    width: 31px;
    height: 31px;
    background: url(images/contact/social_icons.svg) no-repeat;
    display: inline-block;
    margin-left: 7px;
    transition: none
}

#thanks_msg>div {
    text-align: center;
    padding: 120px 60px
}

#thanks_msg p {
    margin-bottom: 28px
}

.thank_social a.fb_icon {
    background-position: -33px 0
}

.thank_social a.instg_icon {
    background-position: -67px 0
}

.thank_social a.tw_icon {
    background-position: 0 0
}

.thank_social a.pin_icon {
    background-position: -100px 0
}

.thank_social a.yelp_icon {
    background-position: -100px 0
}

.system .thank_social a.fb_icon:hover {
    background-position: -166px 0
}

.system .thank_social a.instg_icon:hover {
    background-position: -200px 0
}

.system .thank_social a.tw_icon:hover {
    background-position: -133px 0
}

.system .thank_social a.pin_icon:hover {
    background-position: -233px 0
}

.system .thank_social a.yelp_icon:hover {
    background-position: -233px 0
}

#error_page {
    overflow-x: hidden
}

.banner_left {
    height: 100%;
    width: 50%
}

.right_sect {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.left_pattern {
    width: 29vw;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 15vw
}

.right_pattern {
    width: 29vw;
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 13vw
}

#error_page .content-box:before {
    display: none
}

.title_left_img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 18.5vw;
    width: 27.8vw
}

#location_page .title_left_img {
    max-width: 399px
}

#location_page .title_right_img {
    max-width: 468px;
    width: 32.5vw
}

.arrw_visible.page_heading {
    padding: 65px 0 40px
}

.page_heading p {
    margin: 0 auto;
    max-width: 580px
}

.loc-button {
    margin-top: 80px
}

.darkgrey_box {
    background-color: #464646;
    flex-direction: row
}

.map_sect {
    display: flex;
    padding: 60px 0 60px 60px;
    align-items: center
}

.interactive_map {
    width: 62%
}



#access_sect {
    color: #fff;
    align-items: center
}

#access_sect_mobile {
    color: #fff;
    align-items: center
}

.map_cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 6.4vw;
    flex: 1
}

#access_sect p {
    margin-bottom: 25px;
    width: 100%
}

#access_sect_mobile p {
    margin-bottom: 25px;
    width: 100%
}

.title_btm {
    margin-bottom: 30px
}

.offwht_btn {
    font-family: kazimir, sans-serif;
    background-color: #dfdad3;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 1.05px;
    color: #464646;
    width: 145px;
    padding: 12px 17px 10px;
    display: block;
    margin-top: 30px;
    border: 0;
    font-style: italic;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.offwht_btn:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-12deg, 0deg);
    -webkit-transition: left .2s ease-out;
    -moz-transition: left .2s ease-out;
    -o-transition: left .2s ease-out;
    transition: left .2s ease-out
}

#septa_btn:after {
    background-color: #ab472e
}

#roads_btn:after {
    background-color: #5791ad
}

#trails_btn:after {
    background-color: #2b7397
}

.system .offwht_btn:hover:after,
.offwht_btn.highlighted:after {
    left: 79%
}

.system .offwht_btn:hover,
.offwht_btn.highlighted {
    padding-right: 45px
}

.system #septa_btn:hover,
#septa_btn.highlighted {
    color: #ab472e
}

.system #roads_btn:hover,
#roads_btn.highlighted {
    color: #5791ad
}

.system #trails_btn:hover,
#trails_btn.highlighted {
    color: #2b7397
}

.caption_txt {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.27px;
    margin-bottom: 15px
}

.slide_captn p {
    font-size: 21px;
    letter-spacing: 1.05px;
    font-family: kazimir, sans-serif;
    font-style: italic
}

#location_glry .slides li {
    height: 760px;
    position: relative
}

.slide_captn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #f0edea;
    bottom: 0;
    display: inline-block;
    padding: 38px;
    text-align: center;
    width: 80%;
    max-width: 820px
}

#location_glry {
    position: relative;
    overflow: hidden
}

.location_glry_sect {
    width: 100%;
    position: relative
}

#location_map_cnt li {
    text-align: left
}

#location_map_cnt li a {
    font-size: 12px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: .9px;
    display: block;
    font-weight: 500
}

#location_map_cnt li a:before {
    content: "";
    border: 1px solid #464646;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 13px;
    float: left;
    margin-top: 7px
}

#location_map_cnt li.display_all.active a:before {
    background-color: #464646
}

#location_map_cnt li.food_drink.active a:before {
    background-color: #ab472e
}

#location_map_cnt li.shopping_convenience.active a:before {
    background-color: #778945
}

#location_map_cnt li.art_entertainment.active a:before {
    background-color: #005872
}

#location_map_cnt li.health_fitness.active a:before {
    background-color: #c56d36
}

#location_map_cnt li.market_groceries.active a:before {
    background-color: #C5961F
}

#location_map_cnt li.parks_recreation.active a:before {
    background-color: #5791ad
}

#location_map_cnt li.transportation.active a:before {
    background-color: #464646
}

.tablet_map_title {
    display: none;
    padding: 59px 0 50px;
    text-align: center
}

.googlemap_link {
    background: url(images/location/location_googlebutton.png) left bottom no-repeat;
    font-size: 17px;
    font-weight: 300;
    font-family: kazimir, sans-serif;
    font-style: italic;
    padding: 10px 20px 6px;
    background-color: #dfdad3;
    text-align: center
}

.hide_onload {
    width: 0;
    height: 0
}

.map_controls {
    position: absolute;
    left: 30px;
    bottom: 20px
}

#map_zoom_btn {
    margin-bottom: 10px
}

#map_zoom_btn .zoom {
    font-family: kazimir, sans-serif;
    display: inline-block;
    position: relative;
    font-size: 30px;
    line-height: normal;
    cursor: pointer;
    width: 45px;
    height: 35px;
    text-align: center;
    background-color: #dfdad3;
    font-style: italic;
    font-weight: 300;
    padding: 0;
    margin-right: 5px
}

#map_btn a {
    font-family: kazimir, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: .7px;
    background-color: #dfdad3;
    padding: 7px;
    width: 100px;
    display: block;
    text-align: center;
    margin-bottom: 10px
}

#location_map {
    position: relative
}

#map {
    height: 55vw;
    border: 10px solid #fff
}

.gm-style .gm-style-iw-c {
    background-color: transparent;
    box-shadow: none
}

.gm-style .gm-style-iw-t:after {
    display: none
}

button.gm-ui-hover-effect {
    display: none!important
}

.gm-style-iw-t:before {
    display: none
}

.gm-style-iw div,
.gm-style .gm-style-iw {
    overflow: visible!important
}

.gm-control-active.gm-fullscreen-control {
    display: none
}

#map_pop_up_wrap {
    background-color: #dfdad3;
    padding: 20px 25px 10px;
    position: relative;
    max-width: 230px;
    min-width: 230px
}

#map_pop_up_wrap .close_btn {
    position: absolute;
    right: 7px;
    top: 7px;
    font-family: arial
}

.apartment_name {
    color: #464646;
    font-family: "kazimir";
    font-size: 21px;
    font-weight: 300
}

#map_pop_up_wrap p,
.directions a {
    color: #464646;
    font-family: futura-pt, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .9px;
    font-style: normal
}

.directions a {
    color: #ab472e;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px
}

div#map_pop_up_wrap:after {
    position: absolute;
    top: 99%;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #dfdad3;
    left: 0;
    margin: auto;
    content: ""
}

#map_btn a.active {
    color: #ab472e
}

.flp_sidebar {
    width: 33%;
    order: 1;
    position: relative;
    align-items: flex-start
}

.flp_sidebar .cnt_inner {
    padding-top: 14vw
}

.flp_sidebar h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px
}

#floorplans_landing {
    min-height: 800px
}

.flp_sidebar.content-box:before {
    background: url(images/floorplans/floorplans_bubble.png) left top / 100% auto no-repeat;
    left: 0;
    right: auto
}

.qs_optn {
    height: calc(33.33% - 8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    color: #464646!important
}

.qs_optn:last-child {
    border-bottom-width: 8px
}

.qs_optn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .3;
    z-index: -1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    left: 0;
    top: 0
}

.studio:before {
    background: url(images/floorplans/fp_studio_desk.png) center / cover no-repeat
}

.one_bed:before {
    background: url(images/floorplans/fp_onebed_desk.png) center / cover no-repeat
}

.two_bed:before {
    background: url(images/floorplans/fp_twobed_desk.png) center / cover no-repeat
}

.system .qs_optn:hover:before {
    opacity: .45
}

.quick_search {
    width: 18%;
    min-width: 200px;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 4px 8px;
    height: 100%
}

.qs_optn .srch_btn,
.fp_detail h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    margin-bottom: 13px;
    font-weight: 500
}

.qs_optn h3 {
    font-family: "kazimir";
    font-size: 36px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.1
}

.flp_banner {
    flex: 1;
    order: 3
}

.fp_selectwrap {
    font-size: 0
}

.fp_select select {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: -999em
}

.fp_select {
    display: inline-block;
    width: calc(50% - 5px);
    margin-bottom: 10px
}

.customSelect {
    width: 100%
}

.fp_select:nth-child(2n+1) {
    margin-right: 10px
}

.customSelect .selectedValue {
    background: #dfdad3;
    text-shadow: none;
    box-shadow: 0 0 0!important;
    border: 0;
    border-radius: 0;
    color: #464646;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    padding: 17px 30px 17px 14px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.customSelect .selectValueWrap .caret {
    border-style: solid;
    border-color: #464646;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    top: 18px;
    right: 15px
}

.customSelect.select-open .selectList {
    right: 0;
    border-radius: 0;
    box-shadow: 0 0 0!important;
    width: 100%;
    padding: 0;
    margin: 0;
    border-color: #e9e5e0
}

.customSelect dd {
    padding: 7px 14px;
    background: #e9e5e0;
    color: #5a594f;
    font-size: 11px;
    letter-spacing: 1.05px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left
}

.customSelect.select-open .selectedValue,
.system .customSelect .selectedValue:hover,
.select_active .selectedValue {
    background: #e9e5e0;
    color: #2b7397
}

.customSelect.select-open .selectValueWrap .caret,
.system .customSelect .selectValueWrap:hover .caret,
.customSelect .select_active .caret {
    border-color: #2b7397
}

.customSelect .selectList dl {
    background: #e9e5e0
}

.customSelect .selected {
    background: #2b7397!important
}

.customSelect .selectList dd.hovered {
    background: #bcbaba
}

.fp_select.full_width {
    width: 100%;
    margin-right: 0
}

.flp_sidebar button.btn_small {
    margin: 30px 0 40px;
    display: inline-block;
    background: none;
    border: 0;
    cursor: pointer
}

.blue_clr:hover span {
    border-bottom: 1px solid #2b7397
}

.hasJS select.use-default {
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

#floorplans_landing .fp_select.full_width {
    display: none
}

.fp_results {
    order: 2;
    width: 67%;
    padding: 4.2vw;
    background: url(images/floorplans/pattern_dark.jpg) repeat
}

.fp_box {
    padding: 15px;
    background-color: #fff;
    width: calc(33.33% - 10px);
    text-align: center;
    position: relative;
    float: left;
    margin: 0 15px 15px 0
}

.fp_results div:nth-of-type(3n) {
    margin-right: 0
}

.fp_num {
    font-size: 12px;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: .9px;
    margin-bottom: 5px
}

.fp_title {
    font-size: 21px;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #2b7397
}

.fp_box p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .9px;
    margin-bottom: 25px;
    margin-top: 15px
}

.fp_box:after {
    content: "";
    background: url(images/floorplans/floorplans_btn_bg.png) left bottom / 100% no-repeat;
    width: 100%;
    height: 1.9vw;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px
}

.fp_results div:nth-of-type(2n):after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fp_img {
    height: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.fp_img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto
}

.system .fp_img:after {
    content: "View >";
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    padding-top: 50%;
    color: #2b7397;
    font-family: 'kazimir';
    font-weight: 300;
    font-style: italic;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.system .fp_img:hover:after {
    opacity: .8
}

.fp_avilable {
    display: block
}

.fp_results .load-more a {
    background: url(images/floorplans/button.png) left bottom / cover no-repeat;
    color: #464646;
    font-family: "Kazimir - Light Italic";
    font-size: 21px;
    background-color: #dfdbd2;
    font-family: kazimir, sans-serif;
    font-style: italic;
    font-weight: 300;
    padding: 10px;
    width: 215px;
    display: block;
    text-align: center;
    margin: 15px auto 0;
    clear: both
}

.no_results {
    color: #f0edea;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1.05px
}

#floorplan_more_btn {
    float: left;
    width: 100%
}

#floorplans_listing #result_loading {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 10px
}

#floorplans_listing #result_loading img {
    width: 42px
}

.fp_title a {
    color: #2b7397!important
}

.loadmore_blog_img {
    text-align: center;
    margin-bottom: 40px;
    display: none
}

.fp_detail {
    background-color: #fff;
    padding: 60px;
    text-align: center;
    position: relative
}

.fp_detail .fp_title {
    color: #464646;
    font-size: 36px;
    margin-bottom: 30px
}

.fp_detail p {
    margin-bottom: 30px;
    font-size: 16px;
}

.fp_detail .availability{
    text-transform: uppercase;
}

.detail_btns {
    margin-bottom: 40px
}

.detail_btns a {
    margin-right: 25px
}

.detail_btns a:last-child {
    margin-right: 0
}

.fp_imglg {
    max-width: 90%;
    margin: 0 auto 15px!important
}

.keyplan_img {
    max-width: 246px;
    margin: 0 auto;
    width: 60%
}

.fp_detail:before {
    width: 24vw;
    content: " ";
    background: url(images/floorplans/goldtexture_1.png) right top no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 7.5vw;
    background-size: 100%
}

.mfp-close {
    cursor: pointer!important
}

.blog .title_right_img {
    width: 21vw;
    max-width: 301px
}

.blog .title_left_img {
    height: 12.8vw;
    width: 26vw;
    max-width: 374px
}

.blog_cnt {
    background: url(images/amenities/Rectangle_2.png) repeat;
    padding: 4.2vw;
    width: 100%
}

.blog_grid {
    position: relative
}

.blog_post {
    width: 33.33%;
    float: left;
    padding: 0 7.5px 40px
}

.stamp {
    position: absolute
}

.blog_sidebar {
    right: 0;
    top: 0;
    padding: 0 7.5px 40px;
    width: 33.33%
}

.post_info {
    padding: 20px;
    width: 80%
}

.post_date,
.blog_post p {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .97px;
    line-height: 24px
}

.post_date {
    margin-bottom: 5px
}

.blog_post h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 10px
}

.blog_post .btn_small {
    text-transform: lowercase;
    display: inline-block
}

.blog_post a img {
    width: 100%
}

#blog_sidebar {
    background: url(images/blog/sidebar_bg.png) repeat;
    width: 100%;
    padding: 15px
}

#blog_sidebar_mobile {
    background: url(images/blog/sidebar_bg.png) repeat;
    width: 100%;
    padding: 15px
}

#sidebar {
    background-color: #f0edea;
    padding: 40px 20px;
    text-align: center
}

#sidebar_mobile {
    background-color: #f0edea;
    padding: 40px 20px;
    text-align: center
}

h2.sidebartitle {
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
    font-family: kazimir, sans-serif;
    margin-top: 40px;
    line-height: 1.1;
    margin-bottom: 12px
}

#sidebar li a,
#sidebar .tagcloud a {
    font-size: 12px!important;
    text-transform: uppercase;
    letter-spacing: .9px;
    line-height: 24px
}

#sidebar_mobile li a,
#sidebar_mobile .tagcloud a {
    font-size: 12px!important;
    text-transform: uppercase;
    letter-spacing: .9px;
    line-height: 24px
}

#widget_categories h2 {
    margin-top: 0
}

#widget_categories_mobile h2 {
    margin-top: 0
}

#sidebar .tagcloud a {
    display: inline-block
}

#sidebar .tagcloud a:not(:last-child):after {
    content: "/";
    margin: 6px
}

#sidebar_mobile .tagcloud a {
    display: inline-block
}

#sidebar_mobile .tagcloud a:not(:last-child):after {
    content: "/";
    margin: 6px
}

.blog_loadmore {
    text-align: center
}

.blog_loadmore button {
    border: none;
    background: none;
    color: #ab472e;
    font-size: 21px;
    line-height: 1.1;
    display: inline-block;
    font-style: italic;
    font-weight: 300;
    position: relative;
    padding-bottom: 42px;
    font-family: kazimir, sans-serif
}

.blog_loadmore button:hover {
    cursor: pointer
}

.blog_loadmore button img {
    position: absolute;
    bottom: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    left: 0;
    right: 0;
    margin: 0 auto
}

.system .blog_loadmore button:hover img {
    bottom: -5px
}

.logo_red {
    margin: 35px 0 10px
}

.blog_left {
    width: 66.67%;
    padding: 0 7.5px
}

.blog_right {
    width: 33.33%;
    padding: 0 7.5px
}

.blog_left img {
    width: 100%
}

.bpost_date {
    font-size: 14px;
    letter-spacing: 1.05px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.post_detail {
    background: #f0edea;
    padding: 60px 20px
}

.post_detail h3 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 3px
}

.share_link {
    color: #ab472e;
    font-size: 14px;
    letter-spacing: 1.05px;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px
}

.post_detail p {
    font-family: kazimir, sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .45px;
    line-height: 30px;
    margin-bottom: 10px
}

.post_detail .btn_small {
    display: inline-block;
    margin-top: 15px
}

.share_link .at-icon-wrapper {
    position: absolute;
    opacity: 0
}

#widget_recent_entries ul li a {
    display: inline-block
}

#widget_recent_entries ul li a:after {
    content: ">";
    margin-left: 5px
}

#widget_recent_entries_mobile ul li a {
    display: inline-block
}

#widget_recent_entries_mobile ul li a:after {
    content: ">";
    margin-left: 5px
}

.load-more-gallery {
    background: #464646;
    color: #fff;
    padding: 5px 15px;
    margin: 0 auto;
    display: inline-block
}

.load-more-gallery:hover {
    color: #fff
}

.text-center {
    text-align: center;
    margin-bottom: 50px
}

#gallery-slider .flex-control-nav li {
    display: none!important
}

#gallery-slider .flex-control-nav .show-pt {
    display: inline-block!important
}

.flex-control-nav {
    bottom: 20px
}

.slider-count span,
.slider-count {
    color: #fff
}

.lds-ring {
    position: relative;
    height: 51px;
    width: 51px;
    margin: 0 auto
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 51px;
    border: 6px solid #464646;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #464646 transparent transparent
}

.lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

#galleryPage {
    position: relative
}

.gallery-spinner {
    position: relative;
    height: 75px;
    width: 100%;
    display: none;
    margin-bottom: 20px
}

.show-spinner {
    display: block!important
}

.slider-count {
    display: none
}

.slide-caption {
    display: block;
    width: 60%;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    background-color: #f0edea;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .9px;
    padding: 12px 50px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.disabled {
    cursor: default!important;
    pointer-events: none!important
}

.scroll_next {
    padding: 0 10px;
    cursor: pointer
}

.dummy-heading {
    height: 0;
    font-size: 0
}

.skip-nav {
    background: transparent;
    color: #000;
    left: 0;
    padding: 1rem 1.5rem;
    position: absolute;
    top: -4.2rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 9999
}

a:focus {
    outline-width: 1px!important;
    outline-style: dotted!important;
    outline-color: inherit!important;
    outline-offset: 1px!important;
    transition: none!important
}

#toggle_menu {
    border: none;
    background: none;
    padding-top: 0;
    margin-top: 0
}

#toggle_menu:focus,
popup_close:focus {
    outline-width: 1px!important;
    outline-style: dotted!important;
    outline-color: inherit!important;
    outline-offset: 1px!important;
    transition: none!important
}

.fp_select.selectivo {
    display: inline-block;
    width: calc(50% - 5px);
    margin-bottom: 10px
}

.fp_select.selectivo .selectivo__label {
    background: none;
    background: #dfdad3;
    text-shadow: none;
    box-shadow: 0 0 0!important;
    border: 0;
    border-radius: 0;
    color: #464646;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    padding: 17px 30px 17px 14px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.fp_select.selectivo .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
    border-style: solid;
    border-color: #464646;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    top: 18px;
    right: 15px
}

.fp_select.selectivo .selectivo__dropdown {
    background: #e9e5e0;
    height: auto;
    overflow: hidden;
    width: 100%
}

.fp_select.selectivo .selectivo__dropdown li {
    padding: 7px 14px;
    background: #e9e5e0;
    color: #5a594f;
    font-size: 11px;
    letter-spacing: 1.05px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left
}

.fp_select.selectivo .selectivo__dropdown li:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    background: #bcbaba!important
}

.fp_select.selectivo .selectivo__dropdown li.selectivo__option.selectivo__option--selected {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    background: #2b7397!important
}

.fp_select.selectivo.full_width {
    width: 100%
}

.fp_select.selectivo:hover .caret {
    border-color: #2b7397
}

.fp_select.selectivo:hover .selectivo__label {
    color: #2b7397
}

:focus,
.galley-categories button:focus,
.galley-categories button:focus {
    outline-width: 1px!important;
    outline-style: dotted!important;
    outline-color: #000!important;
    outline-offset: 1px!important;
    transition: none!important
}

.view_larger {
    display: block
}

#gallery-slider .flex-direction-nav .flex-next,
#gallery-slider .flex-direction-nav .flex-prev {
    display: none
}

.galley-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.galley-categories button {
    border: none;
    background: none;
    display: block
}

.blog-image {
    display: block
}

.dummy a:focus {
    outline-width: 1px!important;
    outline-style: dotted!important;
    outline-color: #000!important;
    outline-offset: 1px!important;
    transition: none!important
}

.skip-nav {
    background: transparent;
    color: #000;
    left: 0;
    padding: 1rem 1.5rem;
    position: absolute;
    top: -4.2rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 9999
}

.skip-nav:focus {
    background: #fff;
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
    left: 0;
    outline: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.close-icon {
    outline: unset
}

.close-icon:focus,
.popup_close:focus {
    outline-width: 1px!important;
    outline-style: dotted!important;
    outline-color: #fff!important;
    outline-offset: 1px!important;
    transition: none!important
}

.close-icon {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 15px;
    height: 20px;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    z-index: 1;
    padding: 0
}

#location_map_cnt li button {
    font-size: 12px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: .9px;
    display: block;
    font-weight: 500;
    border: none;
    background: none
}

#location_map_cnt li.display_all.active button:before {
    background-color: #464646
}

#location_map_cnt li.active button:before {
    background-color: #464646
}

#location_map_cnt li button:before {
    content: "";
    border: 1px solid #464646;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 13px;
    float: left;
    margin-top: 7px;
    border: 1px solid #464646;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 13px;
    float: left;
    margin-top: 7px
}

.amenities-list li button {
    color: #464646;
    font-family: kazimir, sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
    font-style: italic;
    cursor: pointer;
    border: none;
    background: none
}

.amenities-block .amenities-list li button.active,
.amenities-block .amenities-list li button:hover,
.amenities-block.mobile .amenities-list li.active button {
    color: #2b7397
}

.features-block .amenities-list li button.active,
.features-block .amenities-list li button:hover,
.features-block.mobile .amenities-list li.active button {
    color: #ab472e
}

#location_glry .mt_control_btn {
    position: absolute;
    z-index: 2;
    right: 80px;
    bottom: 43px;
    right: 40px;
    bottom: 0
}

#location_glry .mt_control_btn button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    margin-left: 18px;
    cursor: pointer;
    position: relative;
    background: transparent
}

#location_glry .mt_control_btn button:before,
.mt_control_btn button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

#location_glry .mt_control_btn button.mt_play:after {
    opacity: 0;
    background: url(/wp-content/themes/omnia/images/location/play.svg) no-repeat center center;
    background-size: contain
}

#location_glry .mt_control_btn button.mt_play:before {
    background: url(/wp-content/themes/omnia/images/location/pause.svg) no-repeat center center;
    background-size: contain
}

#location_glry .mt_control_btn button.mt_play.paused:before {
    opacity: 0
}

#location_glry .mt_control_btn button.mt_play:after {
    opacity: 0;
    background: url(/wp-content/themes/omnia/images/location/play.svg) no-repeat center center;
    background-size: contain
}

#location_glry .mt_control_btn button.mt_play.paused:after {
    opacity: 1
}

.fp_results .load-more a:focus,
.next_page_pointer>a:focus,
.offwht_btn:focus,
#contact_hyly .hytag_number_of_bedrooms .controls select:focus,
.mfp-close:focus {
    outline-width: 1px!important;
    outline-style: dotted!important;
    outline-color: #fff!important;
    outline-offset: 1px!important;
    transition: none!important
}

.amenities-block.desk #amenities-slider .mt_control_btn,
.features-block.desk #features-slider .mt_control_btn,
.amenities-block.mobile #amenities-slider_mobile .mt_control_btn,
.features-block.mobile #features-slider_mobile .mt_control_btn {
    position: absolute;
    z-index: 2;
    right: 80px;
    bottom: 43px;
    right: 10px;
    bottom: 0
}

.amenities-block.desk #amenities-slider .mt_control_btn button,
.features-block.desk #features-slider .mt_control_btn button,
.amenities-block.mobile #amenities-slider_mobile .mt_control_btn button,
.features-block.mobile #features-slider_mobile .mt_control_btn button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    margin-left: 18px;
    cursor: pointer;
    position: relative;
    background: transparent
}

.amenities-block.desk #amenities-slider .mt_control_btn button:before,
.mt_control_btn button:after,
.features-block.desk #features-slider .mt_control_btn button:before,
.mt_control_btn button:after,
.amenities-block.mobile #amenities-slider_mobile .mt_control_btn button:before,
.mt_control_btn button:after,
.features-block.mobile #features-slider_mobile .mt_control_btn button:before,
.mt_control_btn button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.amenities-block.desk #amenities-slider .mt_control_btn button.mt_play:after,
.features-block.desk #features-slider .mt_control_btn button.mt_play_feature:after,
.amenities-block.mobile #amenities-slider_mobile .mt_control_btn button.mt_play:after,
.features-block.mobile #features-slider_mobile .mt_control_btn button.mt_play_feature:after {
    opacity: 0;
    background: url(/wp-content/themes/omnia/images/location/play.svg) no-repeat center center;
    background-size: contain
}

.amenities-block.desk #amenities-slider .mt_control_btn button.mt_play:before,
.features-block.desk #features-slider .mt_control_btn button.mt_play_feature:before,
.amenities-block.mobile #amenities-slider_mobile .mt_control_btn button.mt_play:before,
.features-block.mobile #features-slider_mobile .mt_control_btn button.mt_play_feature:before {
    background: url(/wp-content/themes/omnia/images/location/pause.svg) no-repeat center center;
    background-size: contain
}

.amenities-block.desk #amenities-slider .mt_control_btn button.mt_play.paused:before,
.features-block.desk #features-slider .mt_control_btn button.mt_play_feature.paused:before,
.amenities-block.mobile #amenities-slider_mobile .mt_control_btn button.mt_play.paused:before,
.features-block.mobile #features-slider_mobile .mt_control_btn button.mt_play_feature.paused:before {
    opacity: 0
}

.amenities-block.desk #amenities-slider .mt_control_btn button.mt_play:after,
.features-block.desk #features-slider .mt_control_btn button.mt_play_feature:after,
.amenities-block.mobile #amenities-slider_mobile .mt_control_btn button.mt_play:after,
.features-block.mobile #features-slider_mobile .mt_control_btn button.mt_play__feature:after {
    opacity: 0;
    background: url(/wp-content/themes/omnia/images/location/play.svg) no-repeat center center;
    background-size: contain
}

.amenities-block.desk #amenities-slider .mt_control_btn button.mt_play.paused:after,
.features-block.desk #features-slider .mt_control_btn button.mt_play_feature.paused:after,
.amenities-block.mobile #amenities-slider_mobile .mt_control_btn button.mt_play.paused:after,
.features-block.mobile #features-slider_mobile .mt_control_btn button.mt_play_feature.paused:after {
    opacity: 1
}

#contact_hyly .hytag_number_of_bedrooms .controls select {
    width: 100%;
    font-size: 14px;
    color: #3b4458;
    outline-offset: 1px;
    margin-top: 0;
    background: none;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    border: none
}

#contact_hyly .hytag_number_of_bedrooms .controls select:focus,
.f_logo a:focus {
    outline-width: 1px!important;
    outline-style: dotted!important;
    outline-color: #000!important;
    outline-offset: 1px!important;
    transition: none!important
}

.popup_close {
    background: none;
    border: none
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: 0!important;
    text-align: right;
    padding-right: 6px;
    width: 44px!important
}

.back-wrapper button,
.loc-button,
.scroll_next {
    background: none;
    border: none
}


/*****Covid popup*****/

.covid_popup {
    background-color: #ab472e;
    color: #fff;
    padding: 20px 5.7vw 20px 20px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.covid_popup .covid_popup_close {
    position: absolute;
    top: 25px;
    right: 25px;
    background: transparent;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.covid_popup .covid_popup_close:before,
.covid_popup .covid_popup_close:after {
    height: 2px;
    width: 19px;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out;
    background: #dfdad3;
}

.covid_popup .covid_popup_close:before {
    transform: rotate(-45deg);
    top: 10px;
    left: 0;
}

.covid_popup .covid_popup_close:after {
    transform: rotate(45deg);
    bottom: 8px;
}

.covid_popup .covid_info p {
    font: 500 14px/28px futura-pt, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: auto;
    max-width: 100%;
}

.covid_popup .covid_info p a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 6px 12px;
}

.covid_popup .covid_btn_wrap {
    margin-left: 8.3vw;
}

.covid_popup .covid_btn_wrap .btn {
    background: #dfdad3;
    font: 500 14px futura-pt, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    padding: 17px 20px 17px 20px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.covid_popup .covid_btn_wrap .btn:hover {
    color: #ab472e;
}

body.alertpopup-closed header {
    margin-top: 0 !important;
}

body.alertpopup-closed #mainWrapper {
    margin-top: 0 !important;
}

body.alertpopup-closed .into_img_1 {
    margin-top: 0 !important;
}

header {
    transition: all 0.4s ease;
}


/* .into_img_1{
    transition:all 0.4s ease;
} */

#mainWrapper {
    margin-top: 0 !important;
    transition: margin-top 0.4s ease;
}

@media (max-width: 991px) {
    .covid_popup {
        padding-right: 65px;
    }
    .covid_popup .covid_info p a {
        max-width: 220px;
        margin: auto;
        display: block;
    }
}

@media (max-width: 768px) {
    .covid_popup {
        padding: 15px 32px 17px 32px;
        flex-direction: column;
    }
    .covid_popup .covid_popup_close {
        top: 7px;
        right: 7px;
    }
    .covid_popup .covid_btn_wrap {
        margin: 12px 0 0;
    }
    .covid_popup .covid_info p {
        text-align: center;
        font-size: 12px;
        line-height: 18px;
    }
    .covid_popup .covid_btn_wrap .btn {
        padding: 8px 15px 7px;
        font-size: 12px;
        letter-spacing: 2px;
    }
}

.skip-nav {
    background: transparent;
    color: #000000;
    left: 0;
    padding: 1rem 1.5rem;
    position: absolute;
    top: -10.2rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}

.skip-nav:focus {
    background: #ffffff;
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
    left: 0;
    outline: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*****************Contrast fix*************/

.covid_popup {
    background-color: #953E28;
}

.blue.link {
    color: #20536F;
}

.red.link {
    color: #853723;
}

.f_address a,
.f_address>span {
    color: #424148;
}

.privacy a:first-child,
.site_design a {
    color: #4F4F4F;
}

.system .primary_menu a:hover,
.primary_menu .current-menu-item a {
    color: #712F1E;
}

.primary_menu a {
    color: #424148;
}

.fp_select.selectivo .selectivo__label {
    color: #424242;
}

.blue_clr {
    color: #20536F!important;
}

.fp_title {
    color: #235C7B;
}

.galley-categories button.active,
.galley-categories button:hover {
    color: #20536F;
}

.back-wrapper button {
    color: #1F546B;
}

#map_btn a {
    color: #424148;
}

#map_btn a.active {
    color: #712F1E;
}

#contact_hyly .hywrap button[type="submit"],
a.a_link {
    color: #853723;
}

#gallery-slider .slides li a{
    
text-align: center;
vertical-align: middle;
display: flex!important;
align-items: center;
justify-content: center;
height: 100%;
}
/*gallery page fix- 4-5-2021*/
.light-gallery a::before{
    pointer-events: none;
}
.gallery-slider-box.open{
    display: block !important;
}
.cookie-pref{
    color: #4F4F4F;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 5px;
}
.cookie-pref:hover{
    color: #4F4F4F !important;
}
.osano-cm-widget {
    display: none;
  }
  .osano-cm-disclosure__toggle {
    color: #000 ;
  }
  .osano-cm-disclosure__toggle:hover {
    color: #000 ;
    text-decoration: underline !important;
  }
  
  .osano-cm-link {
    color: #000 ;
  }
  .osano-cm-link:hover {
    color: #000 !important;
    text-decoration: underline !important;
  }
  .osano-cm-info-dialog-header__header {
      font-family: inherit ;
  }
  .osano-cm-description p{
      font-family: inherit ;
      font-size: 12px ;
      line-height: inherit;
  }
  .osano-cm-description {
      font-family: inherit ;
  }
  .osano-cm-drawer-toggle .osano-cm-label{
   font-weight: 400;
  }
  .osano-cm-link{
    font-family: inherit;
  }
  iframe#sightmap {
    padding: 30px;
  }
  .sitemap-back-btn {
    padding: 20px 30px 0px;
}
.sitemap-back-btn a{
    color:#20536F!important;
}
.view-map-btn{
    text-transform:unset !important;
   /* margin-left: -15px; */
}
.flp_sidebar button.btn_small {
    margin: 20px 0 4px !important;
}
.system a.data-layer-event-fp-filter.blue.link.view-map-btn span:hover {
    border-bottom: 1px solid #20536F !important;
    color: #20536F !important;
}
.system a.data-layer-event-fp-filter.blue.link.view-map-btn:hover {
    color: #20536F !important;
}


/* Fee calculator widget styles */

.rfwa-export-pdf-link {
    color: #464646!important;
}
.rfwa-export-pdf-link:hover{
    text-decoration: underline !important;
}

.rfwa-fee-calculator{
    top: -2px;
    left: -5px;
    height: 20px;
}
.rfwa-fee-calculator::before{
    background-image: url('./images/calculator.svg')!important;
    background-size: 18px 18px!important;
}

.rfwa-expense-guide-container h2, .rfwa-group-title{
    color: #464646!important;
    font-family: futura-pt, sans-serif!important;
  }
  
  
  .rfwa-expense-guide-container .rfwa-accordion-icon::before {
    border-right: 2px solid #464646!important;
    border-bottom: 2px solid #464646!important;
  }
  
  .rfwa-expense-guide-container p,.rfwa-expense-list th, .rfwa-expense-list .rfwa-expense-label, .rfwa-expense-list .rfwa-expense-amount.has-tooltip, .rfwa-expense-list .rfwa-expense-details, .rfwa-expense-list td::before, .rfwa-expense-list .rfwa-expense-amount span{
    color: #464646!important;
    font-family: futura-pt, sans-serif!important;
  }
  
  .rfwa-expense-list th{
    font-weight: 600!important;
  }
  .rfwa-expense-type-required , .rfwa-expense-type.Required{
    font-family: futura-pt, sans-serif!important;
    background-color: #464646!important;
    border-color: #464646!important;
    color: #fff!important;
  }
  .rfwa-expense-type.Optional, .rfwa-expense-type.Situational, .rfwa-expense-type-optional, .rfwa-expense-type-situational{
    font-family: futura-pt, sans-serif!important;
    background-color: transparent!important;
    border-color: #464646!important;
    color: #464646!important;
  }
  .rfwa-expense-footer{
    font-family: futura-pt, sans-serif!important;
    color: #464646!important;
    margin-bottom: 5em;
  }

#floorplans_detail .rfwa-fee-calculator{
    transform: translateX(-76px);
}
@media screen and (max-width: 767px) {
    #floorplans_detail .rfwa-fee-calculator{
        transform: translateX(-62px);
    }
}

#floorplans_detail .rfwa-fee-calculator span{
    position: absolute;
    width: max-content;
    top: 4px;
    left: 35px;
    font-weight: 600;
}

#floorplans_detail .detail_btns .btn_small{
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    #floorplans_detail .rfwa-fee-calculator span{
        font-size: 14px;
    }
    .p2 b span{
        font-size: 12px!important;
    }
}