/*
 Theme Name:   7seventy7 Phase 2
 Author:       QBurst
*/

@charset "utf-8";
/* CSS Document */

/* CSS DocumentProject: 7seventy7
----------------------------------------------------------------------------------------------------------*/
/*------------------Layout,Table of Contents-----------------------------------------------------------------
1. BASIC STYLING FOR COMMON HTML ELEMENTS
2. COMMON CSS CLASSES
3. SKELITON
4. HEADER SECTION
5. BODY SECTION
6. FOOTER SECTION
-----------------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'playfair_displaybold';
    src: url('fonts/playfairdisplay-bold-webfont.eot');
    src: url('fonts/fonts/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/playfairdisplay-bold-webfont.woff2') format('woff2'),
        url('fonts/playfairdisplay-bold-webfont.woff') format('woff'),
        url('fonts/playfairdisplay-bold-webfont.ttf') format('truetype'),
        url('fonts/playfairdisplay-bold-webfont.svg#playfair_displaybold') format('svg');
    font-weight: normal;
    font-style: normal;
    /*font-variant-numeric: lining-nums;*/
}

@font-face {
    font-family: 'playfair_displayblack';
    src: url('fonts/playfairdisplay-black-webfont.eot');
    src: url('fonts/fonts/playfairdisplay-black-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/playfairdisplay-black-webfont.woff2') format('woff2'),
        url('fonts/playfairdisplay-black-webfont.woff') format('woff'),
        url('fonts/playfairdisplay-black-webfont.ttf') format('truetype'),
        url('fonts/playfairdisplay-black-webfont.svg#playfair_displayblack') format('svg');
    font-weight: normal;
    font-style: normal;
    font-variant-numeric: lining-nums;
}

@font-face {
    font-family: 'playfair_displayblack_lining_num';
    src: url('fonts/playfairdisplay-black-webfont-lining.eot');
    src: url('fonts/playfairdisplay-black-webfont-lining.eot?#iefix') format('embedded-opentype'),
        url('fonts/playfairdisplay-black-webfont-lining.woff2') format('woff2'),
        url('fonts/playfairdisplay-black-webfont-lining.ttf') format('truetype'),
        url('fonts/playfairdisplay-black-webfont-lining.woff') format('woff'),
        url('fonts/playfairdisplay-black-webfont-lining.svg#playfair_displayblack_lining_num') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displayblack_ie';
    src: url('fonts/playfairdisplay-black-webfont-lining.eot');
    src: url('fonts/playfairdisplay-black-webfont-lining.eot?#iefix') format('embedded-opentype')
}

/*@font-face {
    font-family: 'playfair_displayblack';
    src: url('fonts/playfairdisplay-black-webfont-lining.eot');
    src: url('fonts/playfairdisplay-black-webfont-lining.eot?#iefix') format('embedded-opentype'),
         url('fonts/playfairdisplay-black-webfont-lining.woff2') format('woff2'),
         url('fonts/playfairdisplay-black-webfont-lining.otf') format('opentype'),
         url('fonts/playfairdisplay-black-webfont-lining.woff') format('woff'),
         url('fonts/playfairdisplay-black-webfont-lining.svg#playfair_displayblack') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'playfair_displayregular';
    src: url('fonts/playfairdisplay-regular-webfont.eot');
    src: url('fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
        url('fonts/playfairdisplay-regular-webfont.otf') format('opentype'),
        url('fonts/playfairdisplay-regular-webfont.woff') format('woff'),
        url('fonts/playfairdisplay-regular-webfont.ttf') format('truetype'),
        url('fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
    /*font-variant-numeric: lining-nums;*/
}

@font-face {
    font-family: 'spectralregular';
    src: url('fonts/spectral-regular-webfont.eot');
    src: url('fonts/spectral-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/spectral-regular-webfont.woff2') format('woff2'),
        url('fonts/spectral-regular-webfont.woff') format('woff'),
        url('fonts/spectral-regular-webfont.ttf') format('truetype'),
        url('fonts/spectral-regular-webfont.svg#spectralregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*................................................
    1. BASIC STYLING FOR COMMON HTML ELEMENTS
.................................................*/
* {
    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: 400;
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background: rgba(248, 246, 236, 1);
}

html {
    min-height: 100%;
}

body,
input,
select,
textarea,
button {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    resize: none;
}

a {
    color: #0f0f0f;
    text-decoration: none;
    outline: none;
    border: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

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

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

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

:focus {
    outline: 0;
}

ul li {
    list-style-type: none;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

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

select::-ms-expand {
    display: none;
}

body {
    padding-bottom: 82px;
    overflow-x: hidden;
    height: auto;
    position: relative;
}

body.white_menu {
    height: 100%;
    padding-bottom: 0;
}

/*================================================
    2. COMMON STYLES
=================================================*/
.main_wrapper {
    padding: 0 30px;
    position: relative;
}

body.no_padding {
    padding-bottom: 0;
}

.content_wrapper {
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 0;
}

.innerpage_wrapper {
    padding: 90px 15px 15px 15px;
}

.mobile_only {
    display: none !important;
}

.tab_only,
.tab_mob {
    display: none !important;
}

.device,
.hide {
    display: none !important;
}

.default_cursor {
    cursor: default !important;
}

:focus {
    outline: 1px dashed rgba(0, 0, 0, 0.2);
    outline-offset: 1px;
}

/*......Covid popup......*/
.covid_popup_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f8f6ec;
    /*padding:10px 30px;*/
}

.covid_popup {
    /*background: rgba(168, 116, 78, 1);*/
    background: #bfac97;
    color: #ffffff;
    width: 100%;
    padding: 25px 5.7vw 25px 30px;
    position: relative;
    z-index: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/*.covid_popup:after{
    content: '';
    position: absolute;
    border:1px solid #ffffff;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    z-index: -1;
}*/
.covid_popup_close,
.covid_popup_close:after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    height: 1px;
    width: 15px;
    background: #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

.covid_popup_close {
    position: absolute;
    top: 30px;
    right: 25px;
    border: 0;
}

.covid_popup_close:after {
    content: '';
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0px;
}

.covid_info {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.covid_info p {
    flex-grow: 1;
}

.covid_info p a {
    display: inline-block;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.covid_btn_wrap {
    position: relative !important;
    right: auto !important;
    margin-left: 10px !important;
    flex-grow: 0;
    flex-shrink: 0;
}

.covid_btn {
    white-space: nowrap;
}

/*================================================
    3. HEADER STYLES
=================================================*/
header {
    background-color: #f8f6ec;
    position: fixed;
    height: 90px;
    padding: 0 30px;
    width: 100%;
    left: 0;
    z-index: 500;
    border-top: 30px solid #f8f6ec;
}

.white_menu header {
    background: transparent;
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
}

.header_container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/*.header_left{width:40%;float:left;}
.header_right{width:60%;float:left;padding: 14px 0px;}*/
.logo_wrap {
    display: block;
}

.logo_wrap img {
    max-width: 256px;
    margin-top: -15px;
    margin-left: -15px;
}

.menu_items a {
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(168, 116, 78, 1);
    line-height: 16px;
    margin-right: 34px;
    letter-spacing: 0.14em;
    height: 14px;
}

.menu_items a img {
    max-height: 100%;
}

.menu_items {
    display: flex;
    align-items: center;
}

.menu_icon,
.menu_icon:before,
.menu_icon:after {
    display: block;
    position: relative;
    height: 2px;
    width: 15px;
    background: rgba(168, 116, 78, 1);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.menu_icon:before,
.menu_icon:after {
    content: "";
}

.menu_icon:before {
    top: -4px;
}

.menu_icon:after {
    top: 2px;
}

.menu_items a.list_menu {
    margin-right: 21px;
    vertical-align: middle;
}

.drop_down_menu {
    width: 400px;
    float: right;
    z-index: 501;
    position: fixed;
    background: rgba(248, 246, 236, 1);
    height: 100%;
    padding: 48px 51px;
    color: #a8744e;
    /*    display: none;*/
    right: 0;
}

.skipnav {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: -200px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1000;
}

.skipnav:focus {
    outline-color: #fff;
    top: 0;
}

a:focus,
button:focus {
    outline: 1px dashed rgba(0, 0, 0, 0.2);
    outline-offset: 1px;
}

.header_right {
    margin-top: 18px;
}

.menu_icon_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.drop_down_menu a.list_menu {
    font-size: 12px;
    display: block;
    text-align: right;
    width: 70px;
    float: right;
    font-weight: 500;
    letter-spacing: 0.14em;
}

span.menu_txt.menu_menu {
    margin-right: 10px;
}

.menu_items a.tour_icon {
    display: none;
}

.drop_down_menu .menu-header-menu-two-container {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    padding-top: 22px;
}

.drop_down_menu ul li {
    font-family: 'playfair_displaybold';
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.07em;
    padding: 22px 0 18px;
    border-top: 2px solid #c5a793;
}

.drop_down_menu ul li>a,
.drop_down_menu a.list_menu {
    color: #c5a793;
    text-transform: uppercase;
}

.drop_down_menu ul li.current-menu-item>a,
.drop_down_menu ul li>a:hover {
    color: #a8744e;
}

.drop_down_menu .menu_icon {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: rgba(168, 116, 78, 1);
    height: 1px;
    cursor: pointer;
}

.drop_down_menu .menu_icon:after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: -2px;
    background: rgba(168, 116, 78, 1);
    height: 1px;
}

.drop_down_menu .menu_icon:before {
    background: none;
}

.location_icon,
.location_icon_white,
.phone_icon,
.phone_icon_white,
.tour_icon_white,
.tour_icon_grey {
    display: none !important;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}

.menu .tour_menu_item {
    display: block;
}

.drop_down_menu ul li:last-child {
    border-bottom: 2px solid #c5a793;
}

.drop_down_menu ul {
    height: 100%
        /*calc(100vh - 70px)*/
    ;
}

.white_menu .menu_items a {
    color: rgba(255, 255, 255, 1);
}

.white_menu .menu_items .menu_icon,
.white_menu .menu_items .menu_icon:before,
.white_menu .menu_items .menu_icon:after {
    background: rgba(255, 255, 255, 1);
}

.menu_items ul li,
.menu_items ul,
.menu-header-menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop_down_menu .mCSB_inside>.mCSB_container {
    margin-right: 15px;
    padding: 5px 0;
}

.drop_down_menu .mCSB_scrollTools .mCSB_draggerContainer {
    right: -12px;
}

.drop_down_menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.drop_down_menu .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.drop_down_menu .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.drop_down_menu .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #6d6d6d;
    background-color: rgba(109, 109, 109, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

/*#menu-header-menu .current-menu-item a {color:rgba(109, 109, 109, 1);}*/
#menu-header-menu-two .menu-item {
    /*white-space: nowrap;*/
    margin-left: 200px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu-header-menu-two .menu-item.showAnim {
    margin-left: 0px;
    opacity: 1;
}

#mCSB_1:focus {
    outline: 1px dashed rgba(0, 0, 0, 0.2);
    outline-offset: 1px;
}

/*================================================
    4. FOOTER STYLES
=================================================*/
footer {
    position: absolute;
    bottom: 0px;
    height: auto;
    width: 100%;
    background-color: #bfac97;
    padding: 0 15px;
    font-size: 10px;
    color: #fff;
    left: 0;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

footer a {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 9px;
}

footer div,
footer ul {
    float: left;
    display: inline-block;
}

footer .footer_left_sect {
    width: 25%;
    padding: 14px 0px;
}

footer .footer_middle_sect {
    width: 50%;
    padding: 16px 0px;
    text-align: center;
}

footer .footer_middle_sect .contact-sect {
    text-align: center;
    width: 100%;
}

footer .footer_right_sect {
    padding: 8px 0px;
    width: 25%;
    text-align: right;
}

footer .bozzuto_logo {
    padding-right: 20px;
}

footer .bozzuto_logo img {
    max-width: 61px;
}

footer .north_logo img {
    max-width: 124px;
}

.north_logo_image {
    max-width: 124px;
}

.social li {
    display: inline-block;
    margin-left: 10px;
}

.social_sect,
.ada_eho,
.social {
    width: 100%;
}

.social_sect {
    margin-bottom: 6px;
}

.ada_eho img {
    max-height: 9px;
}

.mobile_social_sect {
    width: 100%;
    float: left;
    text-align: center;
}

.ada_eho {
    float: right;
    max-width: 117px;
}

.footer_privacy_link {
    float: left;
    margin-top: 1px;
}

.social li img {
    width: 16px;
}

.phonenumber,
.phoneNumber {
    position: relative;
    padding-left: 15px;
}

.phonenumber {
    padding-left: 0;
}

/* footer .phonenumber:before */
footer .phoneNumber:before {
    position: absolute;
    content: "-";
    color: #fff;
    top: -1px;
    left: 5px;
}

footer a#call-us {
    cursor: pointer;
    display: inline-block;
}

/*================================================
    5. HOME PAGE STYLES
=================================================*/
.home-video-hero {
    height: 96vh;
    overflow: hidden;
    position: relative;
}

.home-video_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.home-video_wrap video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-slider .slider-play-btn {
    position: absolute;
    bottom: calc(90vh - 85%);
    right: 23px;
    width: 50px;
    height: 50px;
    background-image: url(images/home/video/pause-circular-button.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    cursor: pointer;
    border: none;
    z-index: 10;
}

.gallery-slider .slider-play-btn.pause {
    background-image: url(images/home/video/play-button.svg);
}

.home-video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.video-btn {
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    background-image: url(images/home/video/mute.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    cursor: pointer;
}

.video-btn.off {
    background-image: url(images/home/video/volume.svg);
}

.play-pause-btn {
    position: absolute;
    bottom: 7px;
    right: 55px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    background-image: url(images/home/video/pause-circular-button.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    cursor: pointer;
}

.play-pause-btn.pause {
    background-image: url(images/home/video/play-button.svg);
}

.home-wrapper .flex-control-paging li a:hover {
    background: transparent;
}

.home-wrapper .flex-control-paging li a {
    background: transparent;
    box-shadow: none;
    border: 1px solid #fff;
}

.home-wrapper .flex-control-paging li a.flex-active {
    background: #fff;
}

.home-wrapper .flexslider {
    margin: 0 -30px 30px;
    border: none;
    background: transparent;
    -webkit-transition: height 200ms ease;
    -moz-transition: height 200ms ease;
    -o-transition: height 200ms ease;
    transition: height 200ms ease;
}

.home-wrapper .flex-control-nav {
    width: auto;
    bottom: 12px;
    right: 45px;
}

#home_content {
    background: transparent;
}

/*.project-header #home_content {
    top: 100px;
}*/
.home_page .menu_items a {
    color: rgba(255, 255, 255, 1);
}

.home_page .menu_items .menu_icon,
.home_page .menu_items .menu_icon:before,
.home_page .menu_items .menu_icon:after {
    background: rgba(255, 255, 255, 1);
}

.hero-slider .slide .slide-bg {
    position: relative;
    height: 100%;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bottom_border {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #f8f6ec;
    height: 30px;
    z-index: 2;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.anchors {
    position: absolute;
    bottom: 40px;
    left: 50%;
    right: 0;
    text-align: center;
    width: 15px;
    height: 30px;
    transform: translateX(-50%);
    z-index: 5;
}

.anchors img {
    width: 15px;
}

.home-wrapper .slide .take-me-home {
    z-index: 3;
    margin-right: 30px;
    opacity: 0;
    right: 50%;
    -webkit-transition: opacity 0.2s ease, right 0.7s ease-out;
    -moz-transition: opacity 0.2s ease, right 0.7s ease-out;
    -o-transition: opacity 0.2s ease, right 0.7s ease-out;
    transition: opacity 0.2s ease, right 0.7s ease-out;
}

.home-wrapper .flex-active-slide .slide.slide_anim .take-me-home {
    right: -12px;
    opacity: 1;
    -webkit-transition: opacity 0.7s ease, right 0.7s ease-out;
    -moz-transition: opacity 0.7s ease, right 0.7s ease-out;
    -o-transition: opacity 0.7s ease, right 0.7s ease-out;
    transition: opacity 0.7s ease, right 0.7s ease-out;
}

#home_content footer {
    position: static;
    display: flex;
    margin-left: -30px;
    margin-top: 15px;
    border-top: 30px solid #f8f6ec;
    width: calc(100% + 60px);
    box-sizing: content-box;
    padding: 0px;
}

#home_content footer .footer_left_sect {
    padding-left: 15px;
}

#home_content footer .footer_right_sect {
    padding-right: 15px;
}

.home-wrapper .slide .sliding_text {
    opacity: 0;
    position: absolute;
    left: -100%;
    top: 50%;
    margin-top: -130px;
    z-index: 2;
}

.home-wrapper .sliding_text .caption {
    color: #fff;
    padding-left: 35px;
    text-transform: uppercase;
    max-width: 450px;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 35px;
    margin-top: 18px;
}

.sliding_text {
    -webkit-transition: opacity 0.2s ease, left 0.7s ease-out;
    -moz-transition: opacity 0.2s ease, left 0.7s ease-out;
    -o-transition: opacity 0.2s ease, left 0.7s ease-out;
    transition: opacity 0.2s ease, left 0.7s ease-out;
}

.home-wrapper .flex-active-slide .slide.slide_anim .sliding_text {
    left: 15px;
    opacity: 1;
    -webkit-transition: opacity 0.7s ease, left 0.7s ease-out;
    -moz-transition: opacity 0.7s ease, left 0.7s ease-out;
    -o-transition: opacity 0.7s ease, left 0.7s ease-out;
    transition: opacity 0.7s ease, left 0.7s ease-out;
}

.home-wrapper .slideRight .slide .sliding_text {
    left: 30%;
    opacity: 0;
}

.home-wrapper .slideRight .slide .take-me-home {
    right: -15%;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease, right 0.8s ease-out;
    -moz-transition: opacity 1.5s ease, right 0.8s ease-out;
    -o-transition: opacity 1.5s ease, right 0.8s ease-out;
    transition: opacity 1.5s ease, right 0.8s ease-out;
}

.slide-bg {
    width: calc(100% - 60px);
    height: 100%;
    margin: 0 30px;
}

.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
    display: none;
}

.home_banner_block {
    width: 100%;
    padding: 0 37px 50px 0;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
}

.home_banner_right {
    width: calc(100% - 372px);
    order: 1;
    display: flex;
}

.home_banner_left {
    width: 412px;
    height: 445px;
    margin-left: -40px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_text_block {
    padding-left: 72px;
    padding-right: 100px;
    margin-left: 5%;
    border: 1px solid #a8744e;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.home-bottom {
    margin: 0 30px;
}

.home-bottom .scroll_outer_wrapper:first-child {
    padding-left: 0;
}

.home-bottom .scroll_images>div {
    padding: 0 20px;
}

.home_text_block h1 {
    font-family: "futura-pt", sans-serif;
    font-size: 24px;
    color: #6d6d6d;
    text-align: left;
    letter-spacing: 0.11em;
    line-height: 40px;
}

.home_text_block h2 {
    font-family: 'playfair_displayregular';
    font-size: 36px;
    color: #6d6d6d;
    text-align: left;
    letter-spacing: 0.11em;
    line-height: 45px;
}

.home_text_block .gradient-border-header {
    margin-bottom: 10px;
}

#home_content .home_our_story_btn {
    bottom: 40px;
    top: auto;
    right: -50px;
}

#home_content .scroll_images {
    position: relative;
    padding-left: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
}

#home_content .scroll_image_content {
    margin-bottom: 0;
    margin-top: 0;
}

.hero-slider .flex-viewport,
.hero-slider .slides,
.hero-slider .slides>li,
.hero-slider .slides>li .slide {
    height: 100%;
}

.promo-box {
    background: url(images/home/promo-bg.png) repeat;
    width: 100%;
    padding: 30px;
    background-size: 5% auto;
    display: block;
    position: relative;
}

.promo-box .close {
    position: absolute;
    right: 7px;
    top: 2px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.promo-inner {
    border: 1px solid #a8744e;
    padding: 30px 110px 30px 20px;
    color: #6d6d6d;
    font-size: 18px;
    font-family: 'playfair_displayregular';
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 20px;
}

#home_content .promo-inner .home_our_story_btn {
    bottom: 20px;
    top: auto;
    right: -43px;
    font-family: "futura-pt", sans-serif;
}

.home-bottom-container {
    position: relative;
    margin-top: 30px;
    height: auto !important;
}

.home-wrapper .scroll_image_item {
    margin-bottom: 20px;
    margin-top: 17px;
}

#home_content .scroll_image_item .home_our_story_btn {
    bottom: -18px;
    right: 10px;
    z-index: 3;
}

.home-wrapper .scroll_image_item {
    cursor: default;
}

.home-wrapper .scroll_image_item .scroll_image_click {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.scroll_image_text {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 15px;
    top: 50%;
    font-family: 'playfair_displayregular';
    text-transform: uppercase;
    font-size: 2.5em;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.scroll_image_overlay {
    background: rgba(109, 109, 109, 0.38);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slider.promo-box-visible .slides img {
    width: 80%;
}

.hero-slider.promo-box-visible .slide .slide-bg {
    background-position: center center;
}

.hero-slider.promo-box-visible .slide .slide-bg.first_slide {
    background-position: center top;
}

.home-wrapper .promo-box-visible .slide .sliding_text {
    margin-top: -80px;
}

/* #home_content .hero-slider .flex-viewport:before, .hero-slider .flex-viewport:after {content:'';position: absolute;left: 0;display: block;top: 0;width: 30px;height: 100%;background: rgba(248, 246, 236, 1);z-index: 1;}
#home_content .hero-slider .flex-viewport:after{left:auto;right:0;} */
/*================================================
    6. 404 PAGE STYLES
=================================================*/
.error-page-wrap {
    background-image: url(images/404_image_01-3x.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: calc(100vh - 30px);
}

.error-page-wrap .description {
    width: 390px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.1em;
    line-height: 35px;
    padding-left: 13px;
    text-transform: uppercase;
    margin-top: 30px;
}

.error-page-wrap .content-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding-top: 105px;
}

.take-me-home,
.covid_btn_wrap {
    display: flex;
    color: white;
    height: 40px;
    width: auto;
    background-image: -webkit-linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    background-image: -moz-linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    background-image: -o-linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    background-image: linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    cursor: pointer;
    /*padding-right: 18px;
    padding: 0 20px;*/
}

.take-me-home a:after,
.wp-pagenavi a:after,
.take-me-home .search-here:after,
.covid_btn:after,
.specials_btn:after {
    background: url(images/buttons_scroll_static-3x.png) no-repeat;
    content: "";
    opacity: 1;
    height: 10px;
    width: 20px;
    background-size: contain;
    margin-left: 10px;
    position: absolute;
    top: 15px;
}

img.day-tripper {
    margin-left: -13px;
}

.take-me-home a,
.take-me-home .search-here,
.wp-pagenavi a,
.covid_btn,
.specials_btn {
    /*display: flex;*/
    display: inline-block;
    align-items: center;
    justify-content: center;
    /*padding: 0;*/
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.14em;
    line-height: 40px;
    position: relative;
    padding: 0 20px;
    padding-right: 46px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.error-page-wrap .description a {
    color: #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.gallery-slider,
.gallery-slider .flex-viewport,
.gallery-slider .flex-viewport ul,
.gallery-slider .flex-viewport ul li {
    height: 100%;
    width: 100%;
}

.gallery-slider-img {
    height: 94%;
    max-width: 98%;
    margin: 0 auto;
}

.flex-caption {
    position: absolute;
    display: flex !important;
    align-items: flex-start !important;
    padding-top: 7px;
    width: 100%;
    height: 6%;
    left: 0;
    bottom: 0;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: rgba(168, 116, 78, 1);
}

div.gallery-slider {
    background: rgba(248, 246, 236, 1);
    border: none;
    margin-bottom: 0;
    width: 80%;
    height: 90vh;
}

.custom-navigation {
    bottom: calc(90vh - 92%);
    right: -12px;
    display: flex;
    height: 40px;
    width: 120px;
    background-image: -webkit-linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    background-image: -moz-linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    background-image: -o-linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    background-image: linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    align-items: center;
    justify-content: center;
    position: absolute;
    /*cursor: pointer;*/
    z-index: 1;
}

.flexslider .slides>li {
    position: relative;
}

.custom-controls-container {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
}

.gallery-wrapper {
    display: flex;
    flex-direction: row;
    padding: 90px 0 0;
}

.category-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: -30px;
}

.category-wrapper ul li {
    padding: 40px 0;
    width: 215px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    font-family: 'playfair_displaybold';
    text-transform: uppercase;
    color: rgba(220, 199, 184, 1);
    border-top: 1px solid rgba(168, 116, 78, 1);
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.category-wrapper ul li span a {
    color: rgba(220, 199, 184, 1);
}

.category-wrapper ul li span a:focus,
.category-wrapper ul li span a:active {
    color: rgba(220, 199, 184, 1);
}

.share-icon {
    font-size: 14px;
    color: rgba(168, 116, 78, 1);
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.share-icon .share-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-icon .share-text a {
    color: rgba(168, 116, 78, 1);
    display: flex;
    align-items: flex-end;
}

/*================================================
    7. WHY BOZZUTO PAGE STYLES
=================================================*/
.text_block {
    max-width: 472px;
    left: 7vw;
}

#why-bozzuto {
    padding: 90px 15px 15px 15px;
}

.banner_block {
    width: 100%;
    margin: 0px;
    background-color: rgba(218, 207, 195, 1);
    height: calc(50vw - 45px);
    position: relative;
}

.banner_left,
.banner_right {
    width: 50%;
    float: left;
    height: 100%;
}

.why_bozzuto_block .top_img {
    position: absolute;
    right: -45px;
    top: -326px;
}

.banner_left img {
    /*max-width: 36vw;*/
    margin-left: -45px;
    max-height: 43vw;
}

#why-bozzuto .banner_left img {
    /*max-width: 593px;*/
    margin-left: -45px;
}

.why_bozzuto_block {
    width: 100%;
    padding-top: 45px;
    position: relative;
}

.why_left {
    border: 1px solid rgba(168, 116, 78, 1);
    width: 65%;
    padding: 60px;
    display: inline-block;
}

.why_right {
    width: 33%;
    display: inline-block;
    height: 100%;
    padding-left: 54px;
}

.text_block h2 {
    font-family: 'playfair_displayregular';
    font-size: 40px;
    line-height: 60px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.text_block h1,
.office_hrs h2,
.left_map_content h2 {
    font-family: "futura-pt", sans-serif;
    font-size: 24px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.text_block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

#why-bozzuto .text_block {
    max-width: 328px;
    left: 8%;
}

.office_hrs h2 {
    max-width: 186px;
    margin-bottom: 20px;
}

.gradient-border-header {
    margin-bottom: 11px;
}

.gradient-border-header .divider-holder {
    position: relative;
}

.gradient-border-header .divider-holder:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-image: linear-gradient(-270deg, rgba(152, 95, 53, 1) 0%, rgba(214, 185, 170, 1) 46%, rgba(119, 62, 29, 1) 100%);
    background-image: -moz-linear-gradient(-270deg, rgba(152, 95, 53, 1) 0%, rgba(214, 185, 170, 1) 46%, rgba(119, 62, 29, 1) 100%);
    background-image: -o-linear-gradient(-270deg, rgba(152, 95, 53, 1) 0%, rgba(214, 185, 170, 1) 46%, rgba(119, 62, 29, 1) 100%);
    background-image: linear-gradient(-270deg, rgba(152, 95, 53, 1) 0%, rgba(214, 185, 170, 1) 46%, rgba(119, 62, 29, 1) 100%);
}

#why-bozzuto p>span {
    font-family: "futura-pt", sans-serif;
    color: rgba(168, 116, 78, 1);
    text-align: left;
    letter-spacing: 0.11em;
    line-height: 24px;
    text-transform: uppercase;
}

#why-bozzuto p {
    font-family: 'spectralregular';
    font-size: 14px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 23px;
}

.block_item {
    padding-bottom: 20px;
}

.block_item:last-child,
.block_item:last-child .block_item_child {
    padding-bottom: 0;
}

.img_block {
    display: block;
    height: 340px;
    width: 33%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.img_block.img_block1 {
    background-size: 192%;
}

.why_right .img_block2 {
    position: absolute;
    bottom: 0;
    right: -45px;
}

.img_block1 {
    position: absolute;
    bottom: 457px;
    right: -45px;
}

.take-me-home.contact_btn {
    right: -19px;
    bottom: -20px;
    top: auto;
}

/*Why Bozzuto style fixes*/

#why-bozzuto .why_right {
    width: 466px;
}

#why-bozzuto .why_left {
    width: calc(100% - 451px);
}

#why-bozzuto .why_right .img_block {
    height: 412px;
    width: 412px;
}


/*================================================
    8. AMENITIES PAGE STYLES
=================================================*/
.amenities_content {
    width: 100%;
}

#amenities .text_block h2 {
    font-size: 36px;
    line-height: 50px;
}

.amenities_left {
    text-transform: uppercase;
    width: 70%;
    display: inline-block;
    padding-top: 60px;
}

.amenities_right {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.amenities_left>div {
    width: 50%;
    float: left;
    padding: 0 40px;
}

.yoga_img {
    height: 325px;
    width: calc(100% + 85px);
    position: relative;
    left: -85px;
    bottom: -55px;
}

.amenities_right .side_image {
    height: 450px;
    width: 100%;
    position: relative;
    right: -41px;
}

.amenities_right .side_image:first-child {
    margin-top: -200px;
    margin-bottom: 25px;
    height: 500px;
}

.left_div_wrappers.first_box {
    margin-bottom: 0;
}

.left_div_wrappers .top_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.left_div_wrappers {
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    border: 1px solid #a8744e;
    padding: 15px 30px 25px;
    margin-bottom: 40px;
    color: #a8744e;
}

.left_div_wrappers .top_wrap p {
    line-height: 24px;
    color: #6d6d6d;
    font-size: 18px;
    margin-left: 155px;
}

.graphic_box {
    background-color: #303030;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: -40px;
    margin-left: -30px;
    font-size: 0;
    width: 200px;
    height: 200px;
}

.graphic_box:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
}

.graphic_box img {
    display: inline-block;
    max-width: 82%;
    max-height: 82%;
    vertical-align: middle;
    margin-left: -1px;
}

.left_div_wrappers .bottom_wrap {
    display: inline-block;
    margin-top: 25px;
    width: 100%;
}

.left_div_wrappers .bottom_wrap>ul {
    width: 50%;
    float: left;
}

.left_div_wrappers .bottom_wrap>ul:first-child {
    padding-right: 9px;
}

.left_div_wrappers .bottom_wrap>ul:last-child {
    padding-left: 15px;
}

.left_div_wrappers .bottom_wrap>ul li:not(:last-child) {
    margin-bottom: 20px;
}

#amenities .take-me-home.contact_btn {
    right: -15px;
    bottom: 5px;
}

.hover_content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1s all linear;
    -moz-transition: 1s all linear;
    -ms-transition: 1s all linear;
    -o-transition: 1s all linear;
    transition: .5s all linear;
}

.hover_content span {
    font-size: 14px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: center;
    width: 145px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px;
    color: #a8744e;
    border: 1px solid #a8744e;
    background-color: rgba(218, 207, 195, 1);
}

.text_over {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 15px;
}

html.system .hover_box:hover .hover_content {
    opacity: 1;
    pointer-events: auto;
}

html.system .hover_content:focus {
    opacity: 1;
    pointer-events: auto;
}

.yoga_img.first_desktop {
    top: 450px;
    bottom: auto;
    position: absolute;
    width: 28vw;
    right: -30px;
    left: auto;
    height: 530px;
}

.yoga_img.tab_img.thirty5 {
    position: absolute;
    width: 28vw;
    height: 450px;
    right: -30px;
    left: auto;
    bottom: auto;
    top: calc(478px + 530px);
}


/*================================================
    9. CONTACT PAGE STYLES
=================================================*/
#contact .text_block h2 {
    font-size: 36px;
    line-height: 50px;
}

#contact .text_block h1 {
    margin-bottom: 20px;
}

#contact .divider {
    width: 119px;
}

.contact_content {
    width: 100%;
    padding-top: 45px;
    position: relative;
    display: table;
}

.contact_left {
    border: 1px solid rgba(168, 116, 78, 1);
    width: calc(100% - 540px);
    padding: 25px;
    display: inline-block;
    float: left;
}

.contact_right {
    width: 540px;
    display: inline-block;
    height: 100%;
    padding-left: 40px;
    vertical-align: top;
    float: left;
}

.contact_left .block_left {
    float: left;
    border-right: none;
    width: 33%;
    display: inline-block;
    padding-right: 20px;
}

.contact_left .block_right {
    float: left;
    width: 67%;
    display: inline-block;
    padding-left: 25px;
    border-left: 1px solid rgba(168, 116, 78, 1);
}

.address,
.office_hrs {
    max-width: 230px;
    padding-bottom: 69px;
}

.contact_left .block_left span,
.contact_left .block_right span,
.contact_mob_left span {
    display: block;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(168, 116, 78, 1);
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 38px;
}

.contact_left .block_left .phonenumber {
    padding-left: 0;
}

.office_hrs .divider {
    width: 181px !important;
}

.contact_left .block_right p {
    padding-bottom: 13px;
    max-width: 489px;
    font-family: 'playfair_displayregular';
    font-size: 18px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.contact_left .block_right h3 {
    font-size: 18px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 17px;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
}

.contact_left .block_right ul li {
    display: inline-block;
    margin-right: 7px;
}

#contact .img_block1 {
    height: 620px;
    background-size: cover;
    background-position: right top;
    bottom: 0;
    right: -45px;
    margin-top: -493px;
    margin-bottom: 36px;
    position: relative;
    width: 100%;
}

#contact .img_block2 {
    height: 412px;
    width: 100%;
    position: relative;
    margin-top: 0px;
    right: -45px;
}

.contact_mob_block {
    display: none;
}

/*********** Hywrap Form *****************/
#contact .hywrap input,
#contact .hywrap input[type="text"],
#contact .hywrap select,
#contact .hywrap textarea {
    padding: 4px 6px;
    line-height: 20px;
    border-radius: 0;
    min-height: 0;
}

#contact #more-info {
    display: none !important;
}

#contact .hywrap button[type="submit"] {
    min-height: 0;
    border-radius: 0;
}

#contact .hywrap button[type="submit"]:focus {
    outline: 1px dashed rgba(0, 0, 0, 0.2);
}

#contact .hywrap input[type="text"]:focus,
#contact .hywrap textarea:focus,
#contact .hywrap button:focus,
div#mCSB_1:focus {
    outline: 1px dashed rgba(0, 0, 0, 0.2);
    outline-offset: 1px;
}

.contact .hywrap form {
    background-color: transparent !important;
}

.contact .hywrap .top_align .control-label,
.contact .hywrap button {
    color: #f8f3e8 !important;
}

.contact .hywrap select,
.contact .hywrap textarea,
.contact .hywrap input[type="text"] {
    border-color: #f8f3e8 !important;
    height: 32px !important;
    margin-top: 0px !important;
}

.contact .hywrap .LV_invalid {
    text-align: left !important;
}

.contact .hywrap .form-actions {
    text-align: right !important;
}

.contact .hywrap {
    margin-top: 0;
    width: 89% !important;
}

.contact .hywrap button:hover {
    background: none !important;
}

.contact .hywrap textarea,
.contact .hywrap input[type="text"] {
    color: #fff !important;
}

.contact .hywrap button {
    margin-right: -5px;
}

#contact .hywrap form {
    background-color: transparent;
}

#autofill-confirm {
    display: none;
}

.thank_you .contact_left .block_right p {
    padding-bottom: 90px;
}

#contact .hywrap form .required {
    display: none;
}

#contact .hywrap textarea,
#contact .hywrap input[type="text"] {
    text-transform: none;
    border-color: transparent;
    border-bottom: 1px solid rgba(168, 116, 78, 1);
    background-color: transparent;
    color: #243849 !important;
    font-size: 12px;
    font-weight: normal;
}

#contact .hywrap .control-group {
    margin-bottom: 0;
}

#contact .hywrap textarea {
    max-height: 71px;
}

#contact .hywrap .top_align .control-label,
#contact .hywrap .right_align .control-label,
#contact .hywrap button {
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 20px;
    font-weight: normal;
}

#contact .hywrap button,
.contact .hywrap button {
    overflow: visible;
    margin-right: 27px;
    position: relative;
    padding: 0;
    display: inline-block;
    float: right;
    margin-top: 30px;
    background: transparent;
    border-color: transparent;
    color: rgba(168, 116, 78, 1);
}

#contact #more-info {
    display: inline-block;
    float: left;
    margin-top: 30px;
}

#contact #more-info a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-family: 'spectralregular';
    font-size: 14px;
    color: rgba(109, 109, 109, 1);
}

#contact .hywrap select {
    border-color: rgba(168, 116, 78, 1);
    background: transparent;
}

#contact .hywrap {
    border-top: 1px solid rgba(168, 116, 78, 1);
    margin: 20px auto;
    width: 100%;
}

#contact .hywrap button {
    font-size: 14px !important;
}

#contact .hywrap button:after,
.contact .hywrap button:after {
    background: url(images/buttons_brown.png) no-repeat;
    content: "";
    opacity: 1;
    height: 12px;
    width: 20px;
    background-size: contain;
    margin-left: 10px;
    position: absolute;
    bottom: 3px;
}

#contact #more-info a:after {
    background: url(images/buttons_grey.png) no-repeat;
    content: "";
    opacity: 1;
    height: 12px;
    width: 20px;
    background-size: contain;
    margin-left: 10px;
    position: absolute;
    bottom: 3px;
}

#contact .hywrap .LV_valid {
    display: none !important;
}

.hy-name li:first-child,
.hy-email,
.hy-name li,
.hy-phone {
    width: 100% !important;
    margin-right: 0 !important;
}

.hywrap select,
.hywrap textarea,
.hywrap input[type="text"] {
    height: 39px !important
}

.thank_you .contact_left .block_left {
    border-right: 1px solid rgba(168, 116, 78, 1);
}

.thank_you .contact_left .block_right {
    border-left: none;
}

.thankyou_section img {
    max-width: 22px;
}

.thank_you .address {
    padding-bottom: 250px;
}

.thankyou_section {
    padding-bottom: 100px;
}

#contact .hywrap .controls {
    margin-bottom: 3px;
}

#contact .hywrap .right_align #form-fields {
    padding-top: 3px;
}

#contact .hywrap input[type="text"] {
    height: 30px !important;
}

#contact .hywrap .LV_invalid {
    position: relative;
}


#carousel {
    background: rgba(248, 246, 236, 1);
    border: none;
    margin: 0 0 30px;
}

.category-wrapper ul li.active {
    color: rgba(168, 116, 78, 1) !important;
}

.category-wrapper ul li.active a {
    color: rgba(168, 116, 78, 1) !important;
}

div#carousel ul {
    display: flex;
    flex-direction: column;
    transition-duration: 2s !important;
    padding: 5px 0;
}

.share-this-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    width: 20%;
    margin-left: 33px;
}

.category-wrapper ul li:last-child {
    border-bottom: 1px solid rgba(168, 116, 78, 1);
}

div#carousel .flex-direction-nav {
    display: none;
}

.get_direction_btn {
    bottom: -15px;
    top: auto;
    right: 15px;
}

/*================================================
    9. NEIGHBORHOOD PAGE STYLES
=================================================*/
#neighborhood .banner_left {
    position: relative;
}

#neighborhood .text_block h2 {
    font-size: 36px;
    line-height: 45px;
}

/*#neighborhood .text_block{left: 105px;}*/
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    background-image: linear-gradient(-195deg, #773e1d 0%, #b2886a 50%, #773e1d 100%);
    border-radius: 0 !important;
    color: white !important;
    font-size: 30px;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    padding-right: 0 !important;
    right: -16px !important;
    text-align: center !important;
    top: 26px !important;
    width: 32px !important;
}

.floorplan_popup {
    pointer-events: none;
}

.floorplan_popup .mfp-close {
    pointer-events: auto;
}

.mfp-image-holder .mfp-content {
    max-width: calc(100% - 80px) !important;
}

.availability span.nowrap {
    white-space: nowrap;
}

.controls_box {
    position: relative;
    padding: 0 70px;
}

.controls_box_wrap {
    display: inline-block;
    height: 500px;
    width: 100%;
    /*position: relative;*/
}

.wrap_bg {
    height: 500px;
    width: calc(100% - 115px);
    position: absolute;
    background-color: rgb(235, 228, 213);
}

.take-me-home.left_arrowed {
    right: -10px;
    /*padding: 0 15px;*/
    bottom: auto !important;
    top: 45px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.take-me-home.left_arrowed a {
    padding-left: 46px;
    padding-right: 20px;
    cursor: pointer;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.take-me-home.left_arrowed a.close {
    display: none;
}

.take-me-home.left_arrowed a.close:after {
    margin-left: -2px;
    background: url(images/neighborhood/X.png) no-repeat;
    background-size: contain;
}

.take-me-home.left_arrowed a.open:after {
    background: url(images/neighborhood/buttons_left_arrow.png) no-repeat;
    background-size: contain;
}

.take-me-home.left_arrowed a:after {
    content: "";
    opacity: 1;
    height: 10px;
    width: 20px;
    margin-left: -6px;
    position: absolute;
    top: 15px;
    left: 23px;
}

.crowd_pleaser {
    opacity: 0.14;
    position: absolute;
    z-index: 1;
    top: 70px;
    left: -15px;
    max-width: 400px;
}

.minutes_btns {
    display: inline-block;
    position: absolute;
    right: 200px;
    top: 25px;
}

.minutes_action {
    padding: 20px 45px;
    border-right: 1px solid #a8744e;
    display: inline-block;
    cursor: pointer;
}

.minutes_action:last-child {
    border-right: none;
}

.minutes_action img {
    opacity: 1;
}

.minutes_action img:hover,
.minutes_action img.selected {
    opacity: 0.5;
}

.logo_777,
.location_circle {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 10%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.location_circle {
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(235, 228, 213, 0.5);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.location_circle.clear_area {
    width: 0;
    height: 0;
}

#neighborhood .banner_right {
    position: relative;
}

#neighborhood .walk_score_wrap {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 13%;
    max-width: 85px;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ebe4d5;
    text-align: center;
    letter-spacing: 0.1em;
}

#neighborhood .walk_score_wrap img {
    width: 100%;
    border: 2px solid #ebe4d5;
    margin-bottom: 3px;
}

#neighborhood .walk_score_wrap img.walk_score_hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}

.system #neighborhood .walk_score_wrap:hover img.walk_score_logo {
    opacity: 0;
}

.system #neighborhood .walk_score_wrap:hover img.walk_score_hover {
    opacity: 1;
}

.scroll_images {
    width: 92vw;
    margin-top: 188px;
    position: relative;
    left: 45px;
}

.scroll_images>div {
    width: calc(100%/3);
    float: left;
    padding: 0 15px;
}

.scroll_images>div:last-child {
    padding-right: 0;
}

.scroll_image_item {
    height: 370px;
    position: relative;
}

.scroll_image_content {
    border-left: 1px solid #a8744e;
    margin-top: 30px;
}

.scroll_image_content p {
    font-size: 14px;
    color: #a8744e;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-transform: uppercase;
    padding: 15px 30px;
}

html.system .scroll_image_item:hover .hover_content {
    opacity: 1;
    pointer-events: auto;
}

html.system .scroll_image_item .hover_content:focus {
    opacity: 1;
    pointer-events: auto;
}

.talk_map_zoom {
    display: inline-block;
    position: absolute;
    width: 30px;
    right: -15px;
    top: 35px;
    background-image: -webkit-linear-gradient(-195deg, #773e1d 0%, #b2886a 50%, #773e1d 100%);
    background-image: -moz-linear-gradient(-195deg, #773e1d 0%, #b2886a 50%, #773e1d 100%);
    background-image: -o-linear-gradient(-195deg, #773e1d 0%, #b2886a 50%, #773e1d 100%);
    background-image: linear-gradient(-195deg, #773e1d 0%, #b2886a 50%, #773e1d 100%);
}

.talk_map_zoom img {
    padding: 5px;
}

.clear_fix {
    overflow: auto;
}

.clear_fix:after {
    clear: both;
    content: "";
    display: table;
}

.neighborhood_map_section {
    position: relative;
    margin-top: 100px;
    width: 100%;
}

.left_map_content .block_text {
    margin: 20px auto;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 24px;
    color: #a8744e;
    text-transform: uppercase;
}

.left_map_content .spectra_text {
    margin-top: 20px;
    font-family: 'spectralregular';
    font-size: 16px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    letter-spacing: 0.06em;
    line-height: 23px;
}

#left_map {
    width: 30%;
    float: left;
    padding: 0 30px 0 45px;
}

.map_wrap {
    width: 70%;
    float: left;
}

#map {
    position: relative;
    overflow: hidden;
    height: 956px;
    background-color: beige;
}

.left_map_wrap {
    border: 1px solid #a8744e;
    padding: 15%;
    padding-top: 70px !important;
}

.map_btn_wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: -1;
    margin-top: -30px;
    padding: 0 45px;
}

#map_btn {
    width: 100%;
    float: left;
    background-color: #ebe4d5;
    padding: 75px 60px 90px;
    padding-left: 28%;
    text-align: center;
}

#map_btn .btn {
    cursor: pointer;
    padding: 20px 45px;
    border-right: 1px solid #a8744e;
    font-family: 'playfair_displaybold';
    font-size: 36px;
    font-weight: 900;
    color: #dcc7b8;
    text-align: center;
    text-transform: uppercase;
}

#map_btn .btn:nth-child(3) {
    border-right: none;
}

#map_btn .btn:hover,
#map_btn .btn.selected {
    color: #a8744e;
}

#neighborhood .take-me-home.neighborhood_btn {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -30px;
}

.black_corner_box {
    position: absolute;
    left: 0;
    top: -45px;
}

#map_zoom_btn {
    position: absolute;
    top: 0;
    right: 15px;
    width: 45px;
}

#map_zoom_btn .zoom {
    margin: 15px auto;
    display: block;
    cursor: pointer;
}

#keyDisplay .category {
    font-size: 14px;
    color: #6d6d6d;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 22px;
    text-transform: uppercase;
}

#keyDisplay li {
    position: relative;
    padding: 6px 0 6px 25px;
    cursor: pointer;
}

#keyDisplay li:before {
    background-color: rgba(248, 246, 236, 1);
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #6d6d6d;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#keyDisplay li.display_all.active:before {
    background-color: #6f6f6f;
}

#keyDisplay li.dining.active:before {
    background-color: #ecc27a;
}

#keyDisplay li.bar.active:before {
    background-color: #ae8268;
}

#keyDisplay li.arts_entertainment.active:before {
    background-color: #c36c47;
}

#keyDisplay li.health_fitness.active:before {
    background-color: #5d9d96;
}

#keyDisplay li.grocery.active:before {
    background-color: #879c79;
}

#keyDisplay li.parks_recreation.active:before {
    background-color: #765342;
}

#keyDisplay li.transportation.active:before {
    background-color: #bd8346;
}

#keyDisplay li.shopping.active:before {
    background-color: #545b6f;
}

#keyDisplay li.convenience.active:before {
    background-color: #f5e0bb;
}

#keyDisplay li.schools.active:before {
    background-color: #85895f;
}

#keyDisplay .category:focus {
    outline: 1px dashed rgba(0, 0, 0, 0.2);
    outline-offset: 1px;
}

#keyDisplay li.empty:before {
    background-color: #c7e594;
}

/*#keyDisplay li.dining:before{background-color: #eac574;}*/
.poi_popup>div:first-child {
    width: 165px;
}

.poi_popup {
    width: auto !important;
    overflow: visible !important;
    position: relative;
    font-family: 'futura-pt';
    background-color: #f8f6ec;
    padding: 25px 25px 15px;
}

.poi_popup:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -15px;
    bottom: -25px;
    left: 50%;
    top: 99%;
    box-sizing: border-box;
    /*    border: 14px solid black;
    border-color: transparent transparent #f8f6ec #f8f6ec;
    transform-origin: 0 0;
    transform: rotate(-45deg);*/
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #f8f6ec;
    /*    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);*/
}

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

.gm-ui-hover-effect {
    opacity: 0;
}

.gm-ui-hover-effect:hover {
    opacity: 0;
}

.gm-style .gm-style-iw-c {
    padding: 0;
}

.gm-style .gm-style-iw-d {
    overflow: visible !important;
}

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

/*.gm-ui-hover-effect {opacity: 0;display: none !important;}
.gm-style-iw.gm-style-iw-c button {display: none !important;}
.gm-style .gm-style-iw-c {background-color: transparent;box-shadow: none;padding: 0;}
.gm-style-iw div, .gm-style .gm-style-iw {overflow: visible !important;padding-bottom: 0 !important; left: 0 !important;}
.gm-style .gm-style-iw-t::after {background: transparent;box-shadow: none;height: 0;width: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 25px solid #8792a3;transform: translateX(-8px);}*/



.poi_popup .popup_close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 9px;
    height: 9px;
    background: url(images/neighborhood/close-button.png) center center/contain no-repeat;
}

.poi_popup p {
    text-align: center;
    font-weight: 500;
}

.poi_popup .title_info {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 14px;
    color: #a8744e;
    letter-spacing: 0.1em;
    line-height: 18px;
}

.poi_popup .txt_info {
    text-transform: uppercase;
    font-size: 14px;
    color: #6d6d6d;
    letter-spacing: 0.1em;
    line-height: 18px;
}

.poi_popup .get_directions {
    margin-top: 10px;
}

.poi_popup .get_directions>a {
    margin-top: 10px;
    padding-right: 28px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    color: #6d6d6d;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 24px;
}

.poi_popup .get_directions>a:after {
    background: url(images/neighborhood/buttons_grey.png) no-repeat;
    content: "";
    opacity: 1;
    height: 12px;
    width: 20px;
    background-size: contain;
    margin-left: 10px;
    position: absolute;
    top: 3px;
}

.mfp-container {
    cursor: default;
}

.mfp-close {
    cursor: pointer !important;
    color: #a8744e !important;
}

.mfp-bg {
    background-color: rgba(248, 246, 236, 0.80) !important;
}

.custom-navigation a {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.addthis_button_compact {
    display: flex;
    align-items: center;
    width: 75px;
    opacity: 0;
}

div#carousel ul li:hover {
    color: rgba(168, 116, 78, 1);
    transform: scale(1.05) translate(0);
}

.share-this-wrap .share-icon .share-text em {
    font-size: 20px;
    margin-left: 5px;
}

div#carousel ul li.active:hover {
    transform: none;
}

#menu-header-menu-two .menu-item.showAnim:hover a {
    color: rgba(168, 116, 78, 1);
}

#menu-header-menu-two .menu-item.showAnim:hover a {
    transform: scale(1.05) translate(0);
}

li.current-menu-item {
    transform: none !important;
}

/**************Retail page**************/
.retail_page .controls_box {
    @media (max-width: 992px) {
        overflow: hidden;
    }
}

.retail_page .controls_box .scroll_images>div {
    @media (min-width: 768px) {
        width: calc(100% /2);
    }
}

.retail_page .controls_box .scroll_images {
    margin-top: 130px;
}

.retail_page .clear_fix {
    overflow: hidden;
}

.retail_page #map_btn {
    background-color: transparent;
    padding: 0;
}

/***********
Disbled links
************/
footer .north_logo {
    cursor: default;
    pointer-events: none;
}

/**************Services page**************/
body.services-page {
    padding-bottom: 101px;
}

#services .text_block h2 {
    font-size: 36px;
    line-height: 50px;
}

#services .take-me-home.contact_btn {
    right: 75px;
    bottom: -16px;
}

#services .amenities_content {
    margin: 0 20px;
    background: #ebe4d5;
    width: calc(100% - 40px);
}

#services .amenities_content .top_heading {
    padding-top: 30px;
    margin-left: -57px;
}

#services .amenities_content .top_heading img {
    width: 520px;
    max-width: 80%;
}

#services .amenities_left {
    padding: 22px 3% 20px;
    width: 75%;
}

#services .amenities_content:not(.bottom_sec) .amenities_left {
    display: table;
    table-layout: fixed;
    height: 100%;
}

#services .amenities_content:not(.bottom_sec) .left_divisions {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
}

#services .amenities_content:not(.bottom_sec) .left_div_wrappers {
    height: 100%;
}

#services .left_div_wrappers {
    margin-bottom: 0;
    margin-right: 15px;
}

#services .left_div_wrappers .bottom_wrap p {
    color: #6d6d6d;
    margin-bottom: 20px;
}

#services .left_div_wrappers .bottom_wrap>ul {
    width: 100%;
    padding-left: 0;
}

#services .left_div_wrappers.first_box .bottom_wrap>ul li {
    margin-bottom: 20px;
}

#services .amenities_content .first_box ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

#services .graphic_box {
    width: 90px;
    height: 90px;
    left: -30px;
    margin-left: -25px;
}

#services .amenities_left>div {
    padding: 0 30px 0 40px;
}

#services .amenities_left .left_divisions {
    width: 57%;
}

#services .amenities_left .left_divisions.thirty5 {
    width: 43%;
}

#services .amenities_content:not(.bottom_sec) .left_div_wrappers {
    min-height: 420px;
    padding-top: 15px;
}

#services .left_div_wrappers.first_box {
    height: auto;
}

#services .left_div_wrappers .top_wrap {
    min-height: 100px;
}

#services .left_div_wrappers .top_wrap p {
    margin-left: 60px;
    display: block;
    width: 100%;
}

#services .yoga_img.first_desktop {
    height: 587px;
    top: 293px;
    background-position: right 34% bottom 4% !important;
    background-size: auto 145% !important;
}

#services .yoga_img.tab_img.thirty5 {
    height: 531px;
    top: 925px;
}

#services .amenities_content.bottom_sec {
    background: transparent;
}

#services .amenities_content.bottom_sec .amenities_left {
    padding-bottom: 0;
}

#services .amenities_content.bottom_sec .amenities_left>div {
    width: 100%;
    position: relative;
}

#services .amenities_content.bottom_sec .left_div_wrappers {
    margin-bottom: 0;
    font-family: 'playfair_displayregular';
    font-size: 18px;
    color: #6d6d6d;
    letter-spacing: 0.11em;
    line-height: 26px;
    padding: 30px;
}

#services .left_div_wrappers .bottom_wrap>ul li {
    display: inline-block;
    width: 100%;
}

/**************Our Story page**************/
#our_story {
    padding: 90px 15px 30px 15px;
}

.our-story-page .main_wrapper {
    overflow-x: hidden;
}

#our_story .text_block h2 {
    font-size: 36px;
    line-height: 50px;
}

#our_story .text_block h1 {
    margin-bottom: 20px;
}

#our_story .nowrap {
    white-space: nowrap;
}

#our_story .banner_block {
    background: transparent;
}

#our_story .banner_left {
    background-color: rgba(218, 207, 195, 1);
}

#our_story .brown_pattern {
    height: 65%;
    width: 70%;
}

#our_story .banner_pattern {
    position: absolute;
    top: 60px;
    right: 0;
    width: 60%;
    height: 110%;
    z-index: -1;
}

#our_story .tab_call_out {
    width: 100%;
    margin-top: 40px;
    margin-left: 20px;
    border: 1px solid #a8744e;
    padding: 20px 30px;
    font-family: 'playfair_displayregular';
    font-size: 13px;
    letter-spacing: 0.11em;
    color: #6d6d6d;
    line-height: 25px;
    text-transform: uppercase;
}

#our_story .tab_call_out span {
    display: block;
}

#our_story .contact_content {
    display: inline-block;
    width: 100%;
    padding-top: 70px;
}

#our_story .our_story_left,
#our_story .our_story_right {
    width: 50%;
}

#our_story .our_story_left {
    padding-left: 20px;
}

#our_story .our_story_right {
    position: absolute;
    bottom: 0;
    right: -60px;
    height: calc(100% + 12vw);
}

#our_story .left_div_wrappers {
    margin-bottom: 0;
    padding: 15px 40px 40px;
}

#our_story .graphic_box {
    width: 90px;
    height: 90px;
    left: -30px;
}

#our_story .top_wrap {
    min-height: 100px;
    justify-content: flex-start;
}

#our_story .left_div_wrappers .top_wrap p {
    margin-left: 65px;
    max-width: 400px;
}

#our_story .bottom_wrap {
    text-transform: uppercase;
}

#our_story .bottom_wrap p {
    padding-bottom: 20px;
    line-height: 24px;
}

#our_story .bottom_wrap p:last-of-type {
    padding-bottom: 0;
}

#our_story .bottom_wrap span {
    font-family: 'spectralregular';
    font-size: 16px;
    letter-spacing: 0.11em;
    text-transform: none;
    color: #6d6d6d;
}

#our_story .get_direction_btn {
    right: 30px;
}

/*************Features page**************/
#features {
    padding: 90px 15px 20px;
}

.features-page .main_wrapper {
    overflow-x: hidden;
}

#features .text_block h2 {
    font-size: 36px;
    line-height: 50px;
}

#features .text_block h1 {
    margin-bottom: 20px;
}

#features .banner_block {
    background: transparent;
}

#features .banner_left {
    background-color: rgba(218, 207, 195, 1);
}

#features .brown_pattern {
    height: 65%;
    width: 70%;
}

#features .banner_pattern {
    position: absolute;
    top: 150px;
    right: 15px;
    width: 65vw;
    height: 55vw;
    z-index: -1;
}

#features .desktop_call_out {
    margin-top: 35px;
    width: calc(100% - 55px);
    margin-left: 70px;
    border: 1px solid #a8744e;
    padding: 24px 35px;
    font-family: 'playfair_displayregular';
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1em;
    color: #6d6d6d;
    text-transform: uppercase;
}

#features .take-me-home.contact_btn {
    bottom: 20px;
    right: -76px;
}

#features .features_content {
    display: inline-block;
    width: 100%;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    letter-spacing: 0.14em;
    color: #6d6d6d;
    text-transform: uppercase;
}

#features .features_content h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
}

#features .features_content li {
    color: #a8744e;
    margin-bottom: 20px;
    display: block;
}

#features .features_content .features_img_caption {
    color: #ffffff;
    position: absolute;
    left: 25px;
    bottom: 15px;
}

#features .graphic_box {
    width: 90px;
    height: 90px;
    left: auto;
    top: auto;
    position: relative;
    margin-left: 0;
}


#features .width50 {
    width: 50%;
    direction: ltr;
}

#features .graphic_box_container {
    position: relative;
}

#features .graphic_box_wrap {
    position: absolute;
    left: -45px;
    bottom: -45px;
    right: 0;
}

#features .graphic_box_wrap .features_img_caption {
    position: absolute;
    top: 58px;
    left: 102px;
    right: 0;
    color: #6d6d6d;
}

#features .features_content.f_first_row {
    padding: 55px 0 40px;
    display: flex;
    justify-content: flex-start;
    direction: rtl;
}

#features .features_content.f_first_row>.width50:first-of-type {
    align-self: stretch;
}

#features .features_bath {
    position: relative;
    height: calc(100% + 235px);
    margin: -95px 75px 0 70px;
    z-index: 9;
}

#features .features_window {
    float: right;
    padding-bottom: 45px;
}

#features .kitchen_bath {
    padding: 20px 50px 0 40px;
    float: left
}

#features .window {
    width: 100%;
    height: 22.47vw;
}

#features .features_content.f_second_row {
    position: relative;
    display: flex;
    justify-content: flex-start;
    background: #ebe4d5;
    padding: 170px 0 65px;
}

#features .features_content .top_heading {
    position: absolute;
    top: -28px;
    left: -24px;
}

#features .warm_finishes {
    position: relative;
    margin-left: -45px;
    width: 54.5vw;
    max-height: 496px;
}

#features .living_area {
    padding: 35px 60px;
    align-self: center;
    position: relative;
}

#features .living_area .disclaimer {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 60px;
    right: 70px;
    display: block;
}

#features .features_content.f_third_row {
    position: relative;
    padding-top: 132px;
    margin-left: -15px;
    margin-top: 40px;
}

.features_penthouse {
    position: absolute;
    top: 0;
    right: 60px;
    left: calc(22.47vw - -120px);
    height: 100%;
}

.features_bedroom {
    width: 22.47vw;
    height: 22.47vw;
}

#features .features_bedroom .graphic_box_wrap {
    right: -45px;
    left: 0;
    bottom: auto;
    top: -45px;
    direction: rtl;
}

#features .features_bedroom .graphic_box_wrap .features_img_caption {
    left: 0;
    right: 102px;
    bottom: 58px;
    top: auto;
}

.f_next_page_link .link_box_wrap {
    width: 441px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2px;
    border: 1px solid #a8744e;
    color: #6d6d6d;
    margin-right: 150px;
    margin-top: 50px;
    padding: 30px 90px 30px 40px;
    position: relative;
    float: right;
}

.f_next_page_link .link_box_wrap p {
    font-family: 'playfair_displayregular';
}

/**************floor plans***************/
.fp-landing-wrapper .text_block h2 {
    font-size: 36px;
    line-height: 50px;
}

.fp-landing-wrapper .text_block h1 {
    margin-bottom: 20px;
}

.fp-landing-wrapper .customSelect .selectList dl,
.fp-results-wrapper .customSelect .selectList dl {
    background: #f0e8d6;
    border: 1px solid #8e5c3c;
}

.fp-landing-wrapper .customSelect .selected,
.fp-results-wrapper .customSelect .selected {
    background-color: #8e5c3c;
    background-image: none;
}

.fp-landing-wrapper .filter-options .customSelect dd,
.fp-results-wrapper .filter-options .customSelect dd {
    text-transform: uppercase;
    padding: 6px 10px 6px 8px;
}

body.floorplans-page .main_wrapper {
    overflow: hidden;
}

.right-bg-img-block {
    background-repeat: no-repeat;
    position: absolute;
    top: 200px;
    right: 0;
    height: calc(30vw - 6px);
    width: 30%;
    z-index: 2;
    background-size: cover;
}

.left-block {
    width: 100%;
    background-color: rgba(218, 207, 195, 1);
    height: calc(50vw - 100px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-block img {
    height: 95%;
    left: -45px;
    position: absolute;
    top: 0;
}

.right-block {
    width: 30vw;
    height: 30vw;
    background-repeat: no-repeat;
    z-index: 1;
}

.fp-landing-wrapper {
    padding: 90px 15px 0px 15px;
    display: flex;
}

.filter-options {
    z-index: 5;
}

.left-block-text {
    /*    position: absolute;
*/
    width: 58%;
}

.left-block-text span {
    font-family: "futura-pt", sans-serif;
    font-size: 24px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.left-block-text p {
    font-family: 'playfair_displayregular';
    font-size: 36px;
    line-height: 50px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.lower-bg {
    position: absolute;
    height: 62vw;
    width: 74%;
    right: 45px;
    background-repeat: repeat;
    background-size: 65px auto;
    top: 130px;
}

.filter-options {
    display: flex;
    flex-direction: column;
    z-index: 5;
    position: absolute;
    right: 30px;
    bottom: 0;
    height: 18vw;
    width: 45%;
    border: 1px solid rgba(168, 116, 78, 1);
    justify-content: center;
    padding: 0 30px 40px;
    bottom: 26vw;
}

.availability-and-price-selection {
    display: flex;
}

.residence-selection {
    border-top: 1px solid rgba(168, 116, 78, 1);
    padding: 5px 0;
    margin: 10px 0 35px;
}

.filter-options .customSelect {
    width: 100%;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 0.1em;
}

.filter-options .customSelect .selectedValue {
    background: transparent;
    border: none;
    font-size: 14px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 24px;
    padding: 0;
    box-shadow: none;
    text-transform: uppercase;
}

.filter-options .customSelect.not_default .selectedValue {
    color: rgba(168, 116, 78, 1);
}

.filter-options .heading {
    font-family: 'playfair_displayregular';
    font-size: 18px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    letter-spacing: 0.11em;
    line-height: 26px;
    text-transform: uppercase;
    padding-top: 12px;
}

.availability-and-price-selection {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.availability-selection,
.price-wrapper {
    width: 50%;
    border-top: 1px solid rgba(168, 116, 78, 1);
    padding: 5px 0;
}

.availability-selection {
    margin-right: 15px;
}

.filter-options .customSelect .selectValueWrap .caret {
    background-image: url(./images/arrow-down-2x.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    border: none;
    right: 0;
    top: 9px;
    background-size: contain;
}

.filter-options .customSelect.select-open .selectList {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    left: 0 !important;
    top: auto !important;
}

.filter_submit {
    display: none;
}

/*.junior-one-bed {
    background-image: url(./images/cf2cc520714199ab9aff2e93d33c8b2aee309bd6.png);
}

.one-bed {
    background-image: url(./images/ea157eba6ca98ef52c8fde4efe56f3d77529d988.png);
}

.two-bed {
    background-image: url(./images/ab1f505427ba5b13819c0c68ea91c6da7002ef48.png);
}

.three-bed {
    background-image: url(./images/ed86dae975bb59ac44b8815a5aa4dd549bdecee8.png);
}

.Penthouse {
    background-image: url(./images/c4b431305894eb84e482f30c3f22c0b75479a465.png);
}

.junior-one-bed:hover {
    background-image: url(./images/jr_active.png);
}

.one-bed:hover {
    background-image: url(./images/1_active.png);
}

.two-bed:hover {
    background-image: url(./images/2_active.png);
}

.three-bed:hover{
    background-image: url(./images/3_active.png);
}

.Penthouse:hover {
    background-image: url(./images/ph_active.png);
}*/

.filter-options .selectivo,
.fp-result-filter .selectivo {
    width: 100%;
    background: transparent;
}

.filter-options .selectivo>button,
.fp-result-filter .selectivo>button {
    font-size: 14px;
    color: rgba(109, 109, 109, 1);
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 24px;
    padding: 0;
    box-shadow: none;
    text-transform: uppercase;
    border: none;
}

.filter-options .selectivo button,
.fp-result-filter .selectivo button {
    border: none;
}

.filter-options .selectivo--open .selectivo__dropdown,
.fp-result-filter .selectivo--open .selectivo__dropdown {
    background: #f0e8d6;
    border: 1px solid #8e5c3c;
    top: 28px;
}

.filter-options .selectivo__label,
.fp-result-filter .selectivo__label {
    background: url(./images/arrow-down-2x.png) no-repeat center right;
    background-size: 18px;
}

.filter-options .selectivo__option:first-child,
.fp-result-filter .selectivo__option:first-child {
    background: none;
}

.filter-options .selectivo--open .selectivo__dropdown button,
.fp-result-filter .selectivo--open .selectivo__dropdown button {
    border: none;
    text-transform: uppercase;
    padding: 6px 10px 6px 8px;
    text-align: left;
    letter-spacing: 1.2px;
    font-size: 12px;
}

.filter-options .selectivo--open .selectivo__dropdown button.selectivo__option--selected,
.fp-result-filter .selectivo--open .selectivo__dropdown button.selectivo__option--selected {
    background-color: #8e5c3c;
    color: #fff;
}

.filter-options .selectivo--open .selectivo__dropdown button:hover,
.fp-result-filter .selectivo--open .selectivo__dropdown button:hover {
    background-color: #8e5c3c;
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 12px;
}

.bedroom-selection a {
    width: 20vw;
    /*height: 15vw;*/
    background-color: #303030;
    margin: 0 12px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    transition: ease all 0.35s;
}

.bedroom-selection .btn-bed .qck_srch_box {
    width: 100%;
}

.bedroom-selection .btn-bed .qck_srch_box_hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

html.system .bedroom-selection a:hover .qck_srch_box_hover {
    opacity: 1;
}

.bedroom-selection-wrap {
    background-color: rgba(235, 228, 213, 1);
    position: relative;
    height: 22vw;
    width: 80vw;
    margin: 115px auto 10px;
}

.bedroom-selection a span {
    position: absolute;
    bottom: -34px;
    font-size: 18px;
    color: rgba(109, 109, 109, 1);
    text-transform: uppercase;
    letter-spacing: 0.11em;
    left: 0;
    width: 100%;
    text-align: center;
}

.bedroom-selection {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    left: -40px;
    position: absolute;
    width: 81vw;
    height: 100%;
    bottom: 9px;
    padding: 3vw 0 4vw;
}

.filter-options select option {
    text-transform: uppercase;
}

.filter-options .take-me-home {
    top: 13vw;
    right: -15px;
}

.left-block-wrapper {
    width: 50%;
    z-index: 5;
}

.contact-us .take-me-home {
    top: auto;
    bottom: -20px;
    right: 20px;
}

.fp-landing-wrapper .contact-us {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 13px;
    color: rgba(109, 109, 109, 1);
    text-transform: uppercase;
    letter-spacing: 0.11em;
    line-height: 25px;
    height: 10vw;
}

.no_promo .fp-landing-wrapper .left-block {
    margin-bottom: 10vw;
}

.fp-landing-wrapper .contact-us .contact_us_innerwrap {
    width: 100%;
    background-color: rgba(235, 228, 213, 1);
    padding: 25px 30px;
    position: relative;
}

.fp-landing-wrapper .contact-us span {
    font-family: 'playfair_displayregular';
    display: block;
    max-width: 430px;
}

.project-header .menu_items .menu_icon,
.project-header .menu_items .menu_icon:before,
.project-header .menu_items .menu_icon:after {
    background: #a8744e;
}

.project-header .menu_items a {
    color: #a8744e;
}

.project-header header {
    background: #f8f6ec;
}

.fp-landing-wrapper .take-me-home a,
.fp-landing-wrapper .take-me-home .search-here {
    width: 141px;
    text-align: left;
}

.fp-landing-wrapper .take-me-home a {
    width: 157px;
}

.fp-landing-wrapper .take-me-home .search-here:after {
    margin-left: 30px;
}

.fp-landing-wrapper .take-me-home a:after {
    margin-left: 20px;
}

/* ***************floor plans result************** */


.fp-results-wrapper {
    padding-top: 90px;
    padding-bottom: 30px;
    min-height: 96vh;
}

.fp-results-wrapper .filter-options {
    width: auto;
    position: relative;
    height: auto;
    padding: 30px;
    margin: 0 15px;
    bottom: auto;
    right: auto;
    left: auto;
}

.fp-results-wrapper .filter-options form {
    margin-top: 10px;
}

.fp-results-wrapper .residence-selection {
    margin: 10px 35px 0 0;
    width: 25%;
}

.fp-result-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fp-results-wrapper .residence-selection:last-child {
    margin-right: 0;
}

.filter-head .refine-search.close {

    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.filter-head .refine-search.open {

    opacity: 1;
}

.filter-head.on-mobile .refine-search.open {

    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.filter-head.on-mobile .refine-search.close {

    opacity: 1;
}

.details-hide {
    font-size: 1px;
    z-index: -1;
}

span.refine-search {
    display: none;
    font-family: "futura-pt", sans-serif;
    font-size: 12px;
    color: rgba(168, 116, 78, 1);
    letter-spacing: 0.1em;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 2px;
}

.filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

span.refine-search:after {
    background-image: url(./images/arrow-down-2x.png);
    background-repeat: no-repeat;
    border: none;
    content: "";
    opacity: 1;
    height: 18px;
    width: 18px;
    background-size: contain;
    background-position: center;
    margin-left: 8px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.filter-head.on-mobile .refine-search:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.fp-results-wrapper .filter-options .customSelect {
    margin-right: 0;
}

.filter-head.on-mobile span.refine-search.close:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fp-results-wrapper .search-results .listing {
    background-repeat: no-repeat;
    border: none;
    background-size: contain;
    background-position: center;
    width: calc(100% - 60px);
    margin-bottom: 28px;
    height: 382px;
    margin-top: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 1;
}

.fp-results-wrapper .search-results .listing_img {
    width: 80%;
    height: 100%;
}

.search-results {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-image: url(./images/lower-bg.png);
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-size: 65px auto;
    margin-top: -15px;
    padding: 10px 15px 36px;
    position: relative;
    z-index: 0;
}

.search-results>.flr_pln_thumb {
    width: calc(33.3333% - 30px);
    margin: 30px 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    flex-direction: column;
    position: relative;
    height: 528px;
}

.availability {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 24px;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    padding-bottom: 22px;
    width: calc(100% - 60px);
}

.availability p {
    color: rgba(168, 116, 78, 1);
}

.availability span {
    color: rgba(109, 109, 109, 1);
}

.unit-number {
    width: 90px;
    height: 90px;
    background-color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    color: rgba(168, 116, 78, 1);
    position: absolute;
    top: 15px;
    left: -15px;
    flex-direction: column;
    z-index: 2;
}

.unit-number span:first-child {
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    color: rgba(168, 116, 78, 1);
    letter-spacing: 0.1em;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

.unit-number span:last-child {
    font-family: 'playfair_displayblack_lining_num', 'playfair_displayblack_ie', 'playfair_displayblack';
    font-size: 24px;
    color: rgba(168, 116, 78, 1);
    line-height: 21px;
}

.unit-number>div {
    display: flex;
    flex-direction: column;
}

.fp-results-wrapper .search-results .listing:after {
    content: '';
    border-bottom: 1px solid rgba(168, 116, 78, 1);
    width: 100%;
    bottom: -16px;
    left: 0;
    position: absolute;
}

.fp-results-wrapper .fp_dot {
    display: inline-block;
    padding: 0 10px;
}

.availability br {
    display: none;
}

.view-plan {
    position: absolute;
    height: 40px;
    width: 180px;
    background-color: rgba(218, 207, 195, 0.5);
    border: 1px solid rgba(168, 116, 78, 1);
    font-family: "futura-pt", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(168, 116, 78, 1);
    text-align: center;
    letter-spacing: 0.14em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

html.system .fp-results-wrapper .search-results .flr_pln_thumb:hover .view-plan {
    opacity: 1;
    z-index: 2;
}

.fp-results-wrapper .search-results .listing:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

html.system .fp-results-wrapper .search-results .flr_pln_thumb:hover .listing:before {
    opacity: 1;
}

.availability p:after {
    background-image: url(./images/buttons_brown.png);
    background-repeat: no-repeat;
    border: none;
    content: "";
    opacity: 1;
    height: 18px;
    width: 18px;
    background-size: contain;
    background-position: center;
    margin-left: 15px;
    padding: 10px;
}

.back_fp {
    width: auto;
    position: relative;
    height: auto;
    padding-top: 52px;
    margin: 20px 15px;
    bottom: auto;
    right: auto;
    left: auto;
}

.back_fp a {
    position: absolute;
    width: 100%;
    top: 0;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    color: rgba(168, 116, 78, 1);
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-transform: uppercase;
    border: 1px solid;
    height: 73px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 45px;
}

.back_fp a:before {
    background: url(./images/buttons_brown.png);
    content: "";
    height: 10px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-options .has-click .selectivo__label {
    color: rgba(168, 116, 78, 1);
}


/* ***************************fp-detail****************************** */




.detail-img {
    background-repeat: no-repeat;
    border: none;
    background-size: 80%;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #fff;
    top: 45px;
    left: 33px;
}

.detail-img img {
    max-width: 85%;
    max-height: 85%;
}

.fp-details-wrapper {
    padding: 150px 0 45px;
    display: flex;
}

.detail-img-bg {
    width: 65vw;
    height: 860px;
    position: relative;
    background-repeat: repeat;
    background-size: 65px auto;
    background-image: url(./images/lower-bg.png);
}

.unit-details p {
    color: rgba(109, 109, 109, 1);
}

.unit-details a {
    color: rgba(168, 116, 78, 1);
    cursor: pointer;
    position: relative;
}

.fp-details-wrapper a .at-icon-wrapper {
    opacity: 0;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.detail-right-section-wrap {
    width: 35vw;
    display: flex;
    margin: 0 15px 0 110px;
    padding-top: 93px;
    flex-direction: column;
}

.unit-details {
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 34px;
    height: 280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(168, 116, 78, 1);
    padding-left: 63px;
    position: relative;
    margin-bottom: 80px;
    text-transform: uppercase;
}

.unit-details .unit-number {
    top: -38px;
    left: -45px;
}

.unit-details .take-me-home {
    right: -10px;
    bottom: -280px;
}

.unit-details .take-me-home a {
    color: #fff;
}

.right-section-img {
    height: 350px;
    width: 100%;
    background-size: 25vw auto;
    background-position: center;
    border: 1px solid rgba(168, 116, 78, 1);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-section-img img {
    max-width: 85%;
    max-height: 85%;
}

.fp-details-wrapper .back-to-result {
    position: absolute;
    top: 90px;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    color: rgba(168, 116, 78, 1);
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-transform: uppercase;
    border: 1px solid;
    height: 73px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 45px;
    right: 45px;
}

.fp-details-wrapper .back-to-result:before {
    background: url(./images/buttons_brown.png);
    content: "";
    height: 10px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hovered {
    background-color: #8e5c3c !important;
}

/*================================================
    BLOG LISTING PAGE STYLES
=================================================*/
.blog-landing-wrapper {
    padding: 90px 0 0;
    display: flex;
    flex-direction: column;
}

.blog-title-wrapper {
    height: 330px;
    position: relative;
}

.blog-title-wrapper h1 {
    font-size: 0;
}

.blog-title-bg {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.blog-title-bg:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.blog-title-bg .blog-title-bg-img {
    position: absolute;
    display: block;
    top: -130px;
    left: 0;
    right: -95px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 941px;
    background-position: left top;
    z-index: -1;
}

.blog-title-wrapper img {
    position: absolute;
    top: 110px;
    left: -14px;
}

.blog-landing-wrapper .wrap_bg {
    height: 420px;
}

.blog-landing-wrapper .controls_box {
    padding: 0 60px;
}

.blog-landing-wrapper .controls_box_wrap {
    position: relative;
    height: auto;
}

.blog-landing-wrapper .wrap_bg {
    width: 100%;
}

.blog-category.tab-desktop-only {
    position: absolute;
    top: 40px;
    right: 0;
}

.blog-category ul li {
    display: inline-block;
}

.blog-category ul li a {
    font-size: 14px;
    color: #a8744e;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-transform: uppercase;
    border-right: 1px solid #a8744e;
    padding: 10px 20px;
}

.blog-category ul li.active a {
    color: #773e1d;
}

.blog-category ul li:last-child a {
    border: none;
}

.blog-landing-wrapper .wp-pagenavi :not(.nextpostslink) {
    display: none;
}

.scroll_posts {
    margin-top: 100px;
    display: flex;
    padding-left: 2px;
    width: calc(100% - -90px);
    position: relative;
    flex-wrap: wrap;
}

.scroll_posts>div {
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    padding-left: 38px;
}

.scroll_posts .scroll_image_content {
    margin-bottom: 30px;
    flex: 1 0 auto;
}

.scroll_posts .scroll_image_content p {
    line-height: 22px;
}

.scroll_posts .scroll_image_content span {
    background: url(images/blog/arrow.png) no-repeat bottom;
    width: 20px;
    height: 10px;
    margin-left: 10px;
    display: inline-block;
    padding-top: 14px;
}

.scroll_posts .post-date {
    height: 90px;
    width: 90px;
    background-color: #303030;
    position: absolute;
    left: -17px;
    top: 17px;
    padding: 15px 20px;
}

.post-date .month {
    font-size: 14px;
    color: #a8744e;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
}

.post-date .year {
    font-family: 'playfair_displayblack_lining_num', 'playfair_displayblack_ie', 'playfair_displayblack';
    font-size: 42px;
    font-weight: 900;
    color: #a8744e;
    text-align: left;
    display: block;
    line-height: 30px;
}

.blog-landing-wrapper .take-me-home {
    position: static;
    margin-left: auto;
    margin-right: -15px;
}

.blog-landing-wrapper .wp-pagenavi {
    margin-left: auto;
    margin-right: -15px;
    width: 150px;
    display: flex;
    color: white;
    height: 40px;
    background-image: -webkit-linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    background-image: -moz-linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    background-image: -o-linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    background-image: linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.blog-landing-wrapper .sidebar {
    padding: 0 60px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-landing-wrapper .sidebar-inner {
    border: 1px solid #a8744e;
    padding: 50px;
    display: flex;
    justify-content: space-between;
}

.blog-landing-wrapper .sidebar-inner a {
    font-size: 14px;
    color: #a8744e;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-landing-wrapper .sidebar-inner li span {
    color: #a8744e;
    padding: 0 7px 0 0;
    font-size: 12px;
}

.blog-landing-wrapper .sidebar-inner .tags li {
    display: inline-block;
}

.blog-landing-wrapper .recent-posts {
    width: 30%;
}

.blog-landing-wrapper .tags-subscribe-wrap {
    width: 40%;
}

.blog-landing-wrapper .nextpostslink {
    border: none;
    position: relative;
    padding: 0 40px 0 20px;
    color: #fff;
}

.blog-landing-wrapper .nextpostslink:before {
    content: 'LOAD MORE';
}

.blog-landing-wrapper .take-me-home a.larger:after {
    right: 0;
}

.blog-landing-wrapper span.pages,
.blog-landing-wrapper .wp-pagenavi span.current,
.blog-landing-wrapper .wp-pagenavi a.larger,
.blog-landing-wrapper a.page.larger {
    display: none;
}

.blog-landing-wrapper .sidebar-inner>div {
    padding-right: 20px;
}

.blog-landing-wrapper .tags {
    padding-bottom: 50px;
}

.blog-landing-wrapper .recent-posts ul li,
.blog-landing-wrapper .archives ul li {
    padding: 15px 0 0;
}

.blog-landing-wrapper .recent-posts ul li:first-child,
.blog-landing-wrapper .archives ul li:first-child {
    padding: 0;
}

.blog-landing-wrapper .gradient-border-header {
    color: #6d6d6d;
    letter-spacing: 0.1em;
    line-height: 24px;
    font-size: 18px;
}

.blog-landing-wrapper .tablet-only .recent-posts {
    width: 100%;
}

.blog-landing-wrapper .tablet-only .recent-posts,
.blog-landing-wrapper .tablet-only .archives {
    padding-bottom: 30px;
}

.blog-landing-wrapper .tablet-only .sidebar-inner>div {
    padding-right: 40px;
}

.blog-filter {
    font-family: "futura-pt", sans-serif;
    font-size: 12px;
    color: #a8744e;
    text-align: right;
    letter-spacing: 0.1em;
    line-height: 22px;
}

.blog-filter:after {
    position: absolute;
    content: '';
    background-image: url('images/arrow-down-2x.png');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    border: none;
    right: 10px;
    top: 18px;
    background-size: contain;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-filter.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 8px;
}

html.system .each_blog_hover:hover+.scroll_image_item .hover_content {
    background-color: rgba(218, 207, 195, 0.7);
    opacity: 1;
}

.each_blog {
    position: relative;
}

.each_blog_hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

/*================================================
     BLOG DETAILS PAGE STYLES
=================================================*/
.blog-detail-wrapper .controls_box {
    height: 115px;
}

.blog-detail-wrapper .controls_box_wrap,
.blog-detail-wrapper .wrap_bg {
    height: 100%;
}

.blog-detail-wrapper .sidebar {
    margin-top: 0;
}

.blog-detail-cnt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -20px;
    position: relative;
    z-index: 3;
    padding-left: 100px;
    padding-right: 45px;
}

.blog-details-content {
    width: 100%;
}

.blog-detail-wrapper .sidebar {
    width: 320px;
    margin: 0 0 0 50px;
    padding: 0;
}

.blog-post-image {
    height: 400px;
    position: relative;
}

.post-in-detail .post-date {
    height: 90px;
    width: 90px;
    background-color: #303030;
    position: absolute;
    left: -40px;
    bottom: 17px;
    padding: 15px 20px;
}

.post-in-detail h1,
.post-in-detail h2.main-header {
    font-family: 'playfair_displayregular';
    font-size: 36px;
    color: #6d6d6d;
    text-align: left;
    letter-spacing: 0.11em;
    margin-top: 47px;
    text-transform: uppercase;
    line-height: 45px;
    position: relative;
    margin-bottom: 23px;
}

.post-in-detail h1:after,
.post-in-detail h2.main-header:after {
    content: "";
    position: absolute;
    width: 145px;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 2px;
    background-image: linear-gradient(-270deg, rgba(152, 95, 53, 1) 0%, rgba(214, 185, 170, 1) 46%, rgba(119, 62, 29, 1) 100%);
    background-image: -moz-linear-gradient(-270deg, rgba(152, 95, 53, 1) 0%, rgba(214, 185, 170, 1) 46%, rgba(119, 62, 29, 1) 100%);
    background-image: -o-linear-gradient(-270deg, rgba(152, 95, 53, 1) 0%, rgba(214, 185, 170, 1) 46%, rgba(119, 62, 29, 1) 100%);
    background-image: linear-gradient(-270deg, rgba(152, 95, 53, 1) 0%, rgba(214, 185, 170, 1) 46%, rgba(119, 62, 29, 1) 100%);
}

.post-in-detail .posted-date {
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    color: #a8744e;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-transform: uppercase;
}

.post-description {
    font-family: 'spectralregular';
    font-size: 16px;
    color: #6d6d6d;
    text-align: left;
    letter-spacing: 0.06em;
    line-height: 24px;
    padding-top: 20px;
}

.post-related-tags {
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    color: #a8744e;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 24px;
    margin-top: 30px;
}

.post-related-tags ul,
.post-related-tags ul li {
    display: inline;
}

.post-related-tags a {
    color: #a8744e;
    text-transform: uppercase;
}

.post-related-tags ul li span {
    padding: 0 7px 0 0;
}

.blog-detail-wrapper .sidebar-inner {
    flex-direction: column;
}

.blog-detail-wrapper .recent-posts {
    width: 100%;
}

.blog-detail-wrapper .tags-subscribe-wrap {
    order: 3;
    width: 100%;
}

.blog-detail-wrapper .archives {
    order: 2;
}

.blog-landing-wrapper .hover_content {
    background-color: rgba(218, 207, 195, 0.7);
}

.blog-detail-wrapper .sidebar-inner>div {
    padding-right: 0;
}

.blog-landing-wrapper #infscr-loading {
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.blog-landing-wrapper #infscr-loading img {
    width: 50px;
    margin: 0 auto;
}

.share-this {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.blog-detail-wrapper .share-this .share-text:after {
    content: '+';
    padding-left: 8px;
}

.blog-detail-wrapper .share-this .addthis_toolbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
}

.blog-detail-wrapper .addthis_toolbox a {
    height: 100%;
}

.blog-detail-wrapper .tags,
.blog-detail-wrapper .recent-posts,
.blog-detail-wrapper .archives {
    padding-bottom: 40px;
}

.blog-detail-wrapper {
    padding-bottom: 15px;
}

.back-to-blog {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-70%);
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    color: #a8744e;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 24px;
}

.back-to-blog a {
    color: #a8744e;
    position: relative;
    padding-left: 30px;
}

.back-to-blog a:before {
    position: absolute;
    content: '';
    background: url(images/blog/arrow.png) no-repeat bottom;
    width: 20px;
    height: 10px;
    padding-top: 8px;
    transform: rotateY(180deg);
    left: 0;
}

.hasJS select#fp-availability-select.custom.use-default {
    left: 0;
    margin-top: 0;
    padding: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    opacity: 1;
}

select#fp-availability-select {
    position: absolute;
    left: -999em;
}

.customSelect.focused .selectedValue {
    box-shadow: none !important;
}

.use-default select#fp-availability-select {
    left: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fp-results-wrapper .take-me-home {
    position: absolute;
    top: auto;
    bottom: 9px;
    right: 20px;
}

.search-results .no_result {
    background: #ffffff !important;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    width: calc(100% + -30px);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    padding: 30px 20px;
    margin: 30px 15px 0px;
    color: rgba(109, 109, 109, 1);
    text-transform: uppercase;
}

.sk-circle {
    margin: 100px auto;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.sk-circle span {
    position: absolute;
    top: 32px;
    font-size: 13px;
    left: 0;
    right: 0;
    text-align: center;
}

.load-more-icon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: rgba(255, 255, 255, .5);
    top: 0;
    left: 0;
}

.sidebar .gradient-border-header .divider-holder:before {
    bottom: -5px;
}

.sidebar .gradient-border-header {
    margin-bottom: 20px;
}

.scroll_image_item .hover_content span {
    font-size: 12px;
    letter-spacing: 0.14em;
}

.no_post_container .wrap_bg {
    z-index: -1;
}

.post-description ul {
    margin: 18px 0;
}

.post-description ul li {
    list-style-type: circle;
    margin-left: 17px;
}

.unit-details .ada-comment {
    color: #ff0000;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    padding-right: 10px;
    margin-bottom: 10px;
}

.unit-details.ada-unit {
    height: 330px;
}

.unit-details.ada-unit .take-me-home {
    bottom: -330px;
}


/*================================================
    VIRTUAL TOUR PAGE STYLES
=================================================*/
#virtual_tour_page {
    width: 100%;
}

#virtual_tour_page #tour {
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 550px;
}

#virtual_tour_page h1 {
    font-size: 0;
}

/*================================================
    SEO STYLES
=================================================*/
.hidden-heading {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

a.gallery-slider-img {
    display: block !important;
}

.unit-details p.ada-disclaimer {
    text-transform: none;
    font-size: 13px;
    line-height: 18px;
    color: #f00;
    padding-right: 10px;
}

/*================================================
    SIGHTMAP STYLES
=================================================*/
.filter-options .map-btn-wrapper {
    left: 30px;
    right: auto;
}

.filter-options .map-btn-wrapper a {
    width: 141px;
}

.fp-results-wrapper .filter-options {
    padding-bottom: 70px;
}

.fp-results-wrapper .filter-options .map-btn-wrapper {
    right: -10px !important;
    bottom: 15px !important;
    left: auto !important;
    top: auto !important;
}

.sightmap_wrapper {
    padding-top: 40px;
}

.sightmap_wrapper #sightmap {
    margin-top: 20px;
    height: 100vh;
}

@media screen and (min-width:768px) {
    .sightmap_wrapper #sightmap {
        padding: 0 10px;
    }

    .sightmap_wrapper {
        padding-top: 80px;
    }
}

@media (min-width:992px) {
    .sightmap_wrapper #sightmap {
        padding: 0 15px;
    }

    .sightmap_wrapper {
        padding-top: 90px;
    }
}

@media screen and (max-width:991px) {
    .filter-options .map-btn-wrapper {
        left: 30px !important;
        right: auto !important;
    }

    .fp-results-wrapper .filter-options {
        padding-bottom: 60px !important;
    }

    .view-map-btn::after {
        right: 15px;
    }
}

@media screen and (max-width:767px) {
    .filter-options .map-btn-wrapper {
        left: 25px !important;
        width: 120px !important;
    }

    .fp-results-wrapper .filter-options .map-btn-wrapper {
        right: -6px !important;
    }
}

.special-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 991px) {
    .special-wrapper {
        padding: 10px;
    }
}

.special-wrapper::after {

    opacity: 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
}

.special-wrapper .special_popup {
    width: 450px;
    padding: 10px;
    background: #bfac97;
    ;
    z-index: 2;
    position: relative;
    color: #ffffff;
}

.special-wrapper .special_popup .special-heading {
    font-family: 'playfair_displayregular';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    line-height: 25px;
    text-align: center;
}

.special-wrapper .special_popup .special_popup_close,
.special-wrapper .special_popup .special_popup_close:after {
    display: block;
    position: relative;
    height: 1px;
    width: 15px;
    background: #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    cursor: pointer;
}

/* .special-wrapper .special_popup .special_popup_close {
            display: block;
            position: relative;
            height: 1px;
            width: 15px;
            background: #ffffff;
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 2px;
            -moz-border-radius: 2px;
            cursor: pointer;
        } */
.special-wrapper .special_popup .special_popup_close {
    position: absolute;
    top: 30px;
    right: 25px;
    border: 0;
}

.special-wrapper .special_popup .special_popup_close:after {
    content: '';
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0px;
}

.special-wrapper .special_popup .special-content {
    border: 1px solid #a8744e;
    padding: 60px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.special-wrapper .specials_btn_wrap {
    display: flex;
    color: white;
    height: 40px;
    width: auto;
    background-image: -webkit-linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    background-image: -moz-linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    background-image: -o-linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    background-image: linear-gradient(-228deg, rgba(119, 62, 29, 1) 0%, rgba(178, 136, 106, 1) 50%, rgba(119, 62, 29, 1) 100%);
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    cursor: pointer;
}

.special-wrapper .special_popup .special-content p {
    flex-grow: 1;
    max-width: 100%;
    color: #383C75;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .special-wrapper .special_popup .special-content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}


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

.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover,
.osano-cm-link:active,
.osano-cm-link {
    color: #000;
}

.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover,
.osano-cm-link:active {
    color: #000;
}