/* rotate*/
/* translate*/
/*transform origin*/
/* CSS Document */
/*
    Theme Name: Ashbridge
    Author: QBurst
*/
/*................................................
     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 {
  height: 100%;
  width: 100%;
  font-family: "urw-din";
  font-weight: 400;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  min-height: 100%; }

body, input, select, textarea, button {
  resize: none;
  color: #1d2329; }

input, select, textarea, button {
  font-family: "urw-din";
  font-weight: 700; }

a {
  color: #1d2329;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

a:hover {
  text-decoration: none; }

html.system a:not(.phonenumber):hover {
  color: #f84800; }

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

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

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

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

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;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0; }

button {
  cursor: pointer; }

:focus, .addthis_button_compact:focus, .at-branding-logo:focus {
  outline: 1px dotted #000000;
  outline-offset: 1px; }

/*.................................................
   SKELITON
..................................................*/
.skipnav, .skipnav:hover, .skipnav:visited {
  position: absolute !important;
  left: -999em !important; }

.skipnav:focus {
  background: #ffffff;
  left: 0 !important;
  outline: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "urw-din", sans-serif;
  font-weight: normal;
  z-index: 100;
  padding: 1rem 1.5rem;
  color: #808080; }

.main_wrapper {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow-x: hidden; }

#mainContents {
  position: relative; }

header, #mainContents {
  transition: margin-top 0.4s ease; }

body {
  font-family: "urw-din", sans-serif;
  font-weight: normal; }

/*................................................
     HEADDER SECTION
.................................................*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 24px 48px;
  padding-right: 60px;
  /*background: rgba(255,255,255,0.5);*/
  background: #e6e6e6;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header #logo {
    float: left; }
    header #logo a {
      display: inline-block; }
  header .h_call_icon {
    width: 19px; }
  header .header-right {
    float: right; }
    header .header-right .header-links {
      display: inline-block;
      font-size: 22px;
      line-height: 22px;
      margin-bottom: 1px; }
      header .header-right .header-links ul li {
        display: inline-block;
        margin-right: 20px; }
        @media (max-width: 991px) {
          header .header-right .header-links ul li {
            margin-right: 15px; } }
        header .header-right .header-links ul li a {
          vertical-align: middle; }
      @media (max-width: 991px) {
        header .header-right .header-links {
          font-size: 15px; } }
    header .header-right .menu.nav-icon {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      border-radius: 0;
      background: transparent;
      width: 20px;
      cursor: pointer;
      display: inline-block;
      /*position: fixed;*/
      position: absolute;
      top: 28px;
      top: 50%;
      margin-top: -11px;
      right: 40px;
      z-index: 4;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      background-position: center center; }
      header .header-right .menu.nav-icon:after, header .header-right .menu.nav-icon:before,
      header .header-right .menu.nav-icon .nav-icon-line {
        background-color: #000000;
        border-radius: 0;
        content: '';
        display: block;
        height: 2px;
        margin: 4px 0;
        /*@include transition(all,0.4s,ease-in-out);*/ }
      header .header-right .menu.nav-icon.open:after, header .header-right .menu.nav-icon.open:before, header .header-right .menu.nav-icon.open .nav-icon-line {
        background: transparent;
        opacity: 0; }
      header .header-right .menu.nav-icon.open:before {
        /*transform: translateY(5px) rotate(145deg);*/ }
      header .header-right .menu.nav-icon.open:after {
        /*transform: translateY(-7px) rotate(-145deg);*/ }
      header .header-right .menu.nav-icon .hamburger_close {
        position: absolute;
        top: 0;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        background: url(../images/icons/close_icon_black.png) no-repeat center center;
        background-size: contain; }
        @media (max-width: 768px) {
          header .header-right .menu.nav-icon .hamburger_close {
            background-size: 75% auto; } }
      header .header-right .menu.nav-icon.open {
        z-index: 4; }
        header .header-right .menu.nav-icon.open div {
          /*transform: scale(0);*/ }
        header .header-right .menu.nav-icon.open .hamburger_close {
          opacity: 1;
          pointer-events: all; }
  header .menu-popup {
    position: absolute;
    padding: 65px 0 0px;
    padding-top: 85px;
    right: 0;
    top: 0;
    background: #e6e6e6;
    pointer-events: none;
    width: 279px;
    z-index: 3;
    height: auto;
    overflow-y: auto;
    display: none; }
    header .menu-popup .mCSB_inside > .mCSB_container {
      margin-right: 0; }
    header .menu-popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background: #1d2329; }
    header .menu-popup .mCSB_scrollTools .mCSB_draggerRail {
      opacity: 0; }
    @media (max-width: 991px) {
      header .menu-popup {
        /*padding-top:70px;*/ } }
  header .menu-inner {
    height: 100%; }
    header .menu-inner ul {
      margin-bottom: 30px; }
      header .menu-inner ul li {
        padding: 4px 28px 6px; }
        @media (max-width: 991px) {
          header .menu-inner ul li {
            padding: 6px 28px 8px; } }
        header .menu-inner ul li a {
          font-size: 24px;
          display: block;
          color: #1d2329; }
          @media (max-width: 991px) {
            header .menu-inner ul li a {
              font-size: 20px; } }
          header .menu-inner ul li a.red-link {
            color: #f84800; }
  header .menu-popup.open {
    pointer-events: all; }

html.system header .menu-inner ul li:hover, header .menu-inner ul li.current_page_item {
  background: #1d2329; }
  html.system header .menu-inner ul li:hover a, header .menu-inner ul li.current_page_item a {
    color: #ffffff; }

header .header-links li.current_page_item a {
  color: #f84800; }

/*................................................
     FOOTER SECTION
.................................................*/
footer {
  padding: 35px 46px 22px;
  background: #e6e6e6;
  overflow: hidden;
  font-size: 12px;
  color: #808080; }
  footer a {
    color: #808080; }
  footer .phonenumber {
    border-bottom: 1px solid transparent; }
  footer .photography_credit span {
    display: inline-block; }
  footer ul.footer-top-links a span {
    font-weight: 700; }
  footer ul.footer-btm-links a span {
    font-weight: 400; }
  footer ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px; }
    footer ul li img {
      height: 20px;
      width: auto; }
  footer .footer-bottom {
    border-top: 1px solid #808080;
    padding-top: 10px;
    max-width: 675px; }
    footer .footer-bottom a:not(.phonenumber) {
      margin-right: 10px; }
    footer .footer-bottom span {
      font-weight: 400; }
  footer .footer-social {
    margin-top: 20px;
    margin-bottom: 10px; }
    footer .footer-social li {
      margin-right: 20px; }
  footer .download-btn {
    background-color: #808080;
    padding: 4px 10px 5px;
    text-align: center;
    display: inline-table;
    vertical-align: middle; }
    footer .download-btn span {
      color: #e6e6e6;
      font-weight: bold;
      display: table-cell;
      vertical-align: middle; }
  footer .woolfson-logo {
    width: 121px;
    display: inline-block; }
    footer .woolfson-logo img {
      width: 100%; }
  footer .bozzuto-logo img {
    width: 78px;
    height: auto; }
  footer .eho-ada img {
    width: 18px;
    height: auto; }
  footer .footer-address {
    display: block; }
  footer .copy-right {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 8px; }

html.system footer .download-btn:hover {
  background: #f84800; }

/*................................................
     CONTENT SECTION
.................................................*/
/*......Slick slider......*/
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  outline: none;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  color: transparent;
  background: url(../images/icons/left_arrow.svg) no-repeat center center transparent;
  background-size: contain; }
  .slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0; }
  .slick-prev:focus, .slick-next:focus {
    outline: 1px dotted #ffffff;
    outline-offset: 1px; }

/*.slick-prev.slick-disabled,.slick-next.slick-disabled{opacity: 0;}*/
.slick-prev {
  left: 10px; }

[dir='rtl'] .slick-prev {
  right: 10px;
  left: auto; }

.slick-next {
  right: 10px;
  background: url(../images/icons/right_arrow.svg) no-repeat center center transparent;
  background-size: contain; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 10px; }

.slick-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 5px 6px;
    padding: 0; }
    .slick-dots li button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      border-radius: 0;
      font-size: 0;
      line-height: 0;
      display: block;
      width: 15px;
      height: 15px;
      cursor: pointer;
      color: transparent;
      outline: none;
      background: #ffffff;
      border-radius: 100%; }
      .slick-dots li button:focus {
        outline: 1px dotted #ffffff;
        outline-offset: 1px; }
    .slick-dots li.slick-active button {
      background: #f84800; }

/*................................................
    COMMON CSS CLASSES
.................................................*/
.hide {
  display: none !important; }

.hide_heading {
  position: absolute;
  z-index: -999;
  left: 0;
  top: 0;
  pointer-events: none;
  color: transparent; }

.default_cursor {
  cursor: default !important; }

.capitalize {
  text-transform: uppercase; }

.hide_heading {
  position: absolute;
  z-index: -999;
  left: 0;
  top: 0;
  pointer-events: none;
  color: transparent; }

.no-scroll {
  overflow: hidden; }

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

/*................................................
    BODY SECTION
.................................................*/
body {
  background: #e6e6e6; }

/*............Common fonts............*/
.ashbridge_txt {
  font-family: "copperplate";
  font-weight: 700;
  font-size: 0.89em;
  text-transform: uppercase; }

.main_title, .blog_cont_sec h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  color: #1d2329; }

.section-title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #1d2329;
  max-width: 530px; }

.main_desc, .blog_cont_sec h3 {
  font-size: 23px; }

.section-desc {
  font-size: 22px;
  color: #1d2329;
  font-weight: 400;
  letter-spacing: -0.46px; }

.section-title2, .blog_cont_sec h2 {
  font-size: 30px;
  line-height: 30px; }

.small-title, .blog_cont_sec h4, .blog_cont_sec h5, .blog_cont_sec h6 {
  text-transform: uppercase;
  color: #1d2329;
  font-size: 18px;
  font-weight: 700; }

.blog_cont_sec {
  font-size: 19px;
  letter-spacing: 0.09px; }

/*............Common sections............*/
.window_ht {
  width: 100%;
  min-height: 620px; }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: #f84800;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  min-width: 117px;
  padding: 8px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

html.system .btn:hover {
  background: #1d2329; }

.scroll_down {
  position: absolute;
  z-index: 1;
  /*bottom: 40px;*/
  top: 92.2vh;
  right: 50%;
  width: 38px;
  margin-right: -19px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent; }

.scroll_down img {
  opacity: 0.8; }
  .scroll_down img:hover {
    opacity: 1; }

/*............Home page............*/
.w_slider.flexslider, .txt_change_slider.flexslider {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent; }
  .w_slider.flexslider .flex-viewport, .txt_change_slider.flexslider .flex-viewport {
    width: 100%;
    height: 100%; }
  .w_slider.flexslider ul.slides, .w_slider.flexslider li, .txt_change_slider.flexslider ul.slides, .txt_change_slider.flexslider li {
    height: 100%; }
  .w_slider.flexslider .flex-control-nav, .txt_change_slider.flexslider .flex-control-nav {
    bottom: 40px; }
  .w_slider.flexslider .flex-control-paging li a, .txt_change_slider.flexslider .flex-control-paging li a {
    width: 15px;
    height: 15px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff; }
    .w_slider.flexslider .flex-control-paging li a.flex-active, .w_slider.flexslider .flex-control-paging li a:hover, .txt_change_slider.flexslider .flex-control-paging li a.flex-active, .txt_change_slider.flexslider .flex-control-paging li a:hover {
      background: #f84800; }
  .w_slider.flexslider .flex-direction-nav a, .txt_change_slider.flexslider .flex-direction-nav a {
    text-indent: -9999px;
    opacity: 1 !important;
    overflow: hidden;
    width: 31px;
    height: 31px;
    overflow: hidden; }
  .w_slider.flexslider .flex-direction-nav a:before, .txt_change_slider.flexslider .flex-direction-nav a:before {
    display: none; }
  .w_slider.flexslider .flex-direction-nav .flex-arrow, .txt_change_slider.flexslider .flex-direction-nav .flex-arrow {
    width: 30px;
    height: 30px;
    opacity: 1 !important;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent; }
  .w_slider.flexslider .flex-direction-nav .flex-prev, .txt_change_slider.flexslider .flex-direction-nav .flex-prev {
    left: 10px !important;
    background: url(../images/icons/left_arrow.svg) no-repeat center center;
    background-size: contain; }
  .w_slider.flexslider .flex-direction-nav .flex-next, .txt_change_slider.flexslider .flex-direction-nav .flex-next {
    right: 10px !important;
    text-indent: 9999px;
    background: url(../images/icons/right_arrow.svg) no-repeat center center;
    background-size: contain; }
  .w_slider.flexslider .flex-pauseplay button, .txt_change_slider.flexslider .flex-pauseplay button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 1;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000; }
  .w_slider.flexslider .flex-pauseplay a, .w_slider.flexslider .flex-pauseplay button, .txt_change_slider.flexslider .flex-pauseplay a, .txt_change_slider.flexslider .flex-pauseplay button {
    width: 30px;
    height: 30px;
    overflow: hidden;
    bottom: 10px;
    z-index: 1;
    text-indent: 9999px;
    background: url(../images/icons/play-icon.svg) no-repeat center center;
    background-size: contain; }
    .w_slider.flexslider .flex-pauseplay a:before, .w_slider.flexslider .flex-pauseplay button:before, .txt_change_slider.flexslider .flex-pauseplay a:before, .txt_change_slider.flexslider .flex-pauseplay button:before {
      display: none; }
    .w_slider.flexslider .flex-pauseplay a.flex-pause, .w_slider.flexslider .flex-pauseplay button.flex-pause, .txt_change_slider.flexslider .flex-pauseplay a.flex-pause, .txt_change_slider.flexslider .flex-pauseplay button.flex-pause {
      background: url(../images/icons/pause-icon.svg) no-repeat center center;
      background-size: contain; }

.banner {
  position: relative;
  z-index: 0; }
  .banner .w_slider.flexslider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

#home_page {
  width: 100%;
  font-family: "urw-din";
  font-weight: 500; }
  #home_page .main_title {
    margin-bottom: 3px; }
  #home_page p {
    line-height: 24px;
    margin-top: 13px;
    color: #f84800; }
  #home_page .txt_change_slider {
    color: #ffffff;
    padding-top: 45px;
    padding-left: 7.6vw; }

/*.............Amenities page............*/
.grid_wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  min-height: 100vh;
  position: relative; }
  .grid_wrapper .grid-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 30px 3.8vw;
    min-height: 360px; }

.grid-btm {
  display: flex;
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-top: 5vh;
  align-items: flex-start;
  justify-content: flex-start; }

.amenities-wrap {
  display: flex;
  float: left;
  margin-right: 1.6vw; }
  .amenities-wrap span {
    max-width: 110px;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    margin: 0 2.5vw 0 0.7vw; }
    .amenities-wrap span img {
      display: block;
      margin: 0 auto;
      margin-bottom: 12px; }

.amenities-wrap span, .all_popup .popup-amenities li {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.12px; }

.all-btn {
  max-width: 150px;
  text-align: center;
  display: inline-block;
  float: right;
  margin-top: 10px; }

.all_popup {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  text-align: center; }
  .all_popup.open {
    opacity: 1;
    pointer-events: all; }
  .all_popup .all_popup_inner {
    background-color: #e6e7e8;
    /*max-height:100%;*/
    overflow: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 718px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5); }
    .all_popup .all_popup_inner .all_popup_scroll {
      padding: 40px 68px 15px;
      width: 100%;
      height: 100%; }
      @media (min-width: 769px) {
        .all_popup .all_popup_inner .all_popup_scroll {
          padding: 40px 30px 15px; } }
  .all_popup .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .all_popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #1d2329; }
  .all_popup .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0; }
  .all_popup .mCSB_outside + .mCSB_scrollTools {
    right: 0; }
  .all_popup .popup-amenities li {
    display: inline-block;
    width: 24%;
    font-size: 14px;
    text-align: center;
    vertical-align: text-top;
    margin: 20px 0px 30px; }
    .all_popup .popup-amenities li img {
      display: block;
      margin: 0 auto;
      height: 46px;
      margin-bottom: 10px; }
  .all_popup .section-title {
    text-align: left;
    font-size: 29px; }
  .all_popup .all_popup_close {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    width: 19px;
    height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #1d2329;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    font-size: 24px;
    font-family: sans-serif; }
  .all_popup :focus {
    outline: 1px dotted #ffffff; }
  .all_popup .all_popup_inner, .all_popup::after {
    display: inline-block;
    vertical-align: middle; }
  .all_popup::after {
    content: "";
    height: 100%; }

.content-grid {
  background-color: #e6e6e6; }

/*.............Contact page............*/
.inner-wrap {
  width: 85%;
  max-width: 1164px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex; }
  .inner-wrap .half-block {
    display: inline-block;
    width: 42%;
    padding: 34px; }
    .inner-wrap .half-block.right-block {
      padding-right: 0; }
      .inner-wrap .half-block.right-block a {
        display: inline-block; }
    .inner-wrap .half-block.left-block {
      background-color: #E6E6E6;
      float: left;
      margin-right: 6%;
      width: 52%; }
    .inner-wrap .half-block .section-title {
      max-width: 100%; }

.send-us {
  display: block; }

.spl-txt {
  margin-bottom: 32px; }
  .spl-txt span {
    display: block;
    color: #1d2329;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 10px; }

.office-hours, .address-wrap {
  margin-bottom: 32px; }
  .office-hours span, .address-wrap span {
    display: block;
    color: #1d2329;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; }
    .office-hours span.contact-phone, .address-wrap span.contact-phone {
      font-weight: bold; }

.map-link {
  width: 244px;
  height: 192px;
  max-width: 100%; }

.direction-link {
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
  margin-bottom: 20px;
  vertical-align: top;
  margin-top: 44px; }

.subpage {
  background-color: #CCCCCC; }

.contact-form .hywrap {
  padding-top: 20px;
  font-family: "urw-din"; }
  .contact-form .hywrap input[type="text"], .contact-form .hywrap textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #1d2329;
    padding: 0 10px;
    background-color: #ffffff;
    border-radius: 0;
    margin-top: 6px; }
    .contact-form .hywrap input[type="text"]:focus, .contact-form .hywrap textarea:focus {
      outline: 1px dotted #000000;
      outline-offset: 1px; }
  .contact-form .hywrap select {
    border: 1px solid #1d2329;
    padding: 0 10px;
    background-color: #ffffff;
    border-radius: 0;
    margin-top: 6px; }
    .contact-form .hywrap select:focus {
      outline: 1px dotted #000000;
      outline-offset: 1px; }
  .contact-form .hywrap button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .contact-form .hywrap select {
    padding: 5px 10px;
    height: 34px; }
  .contact-form .hywrap .top_align .controls {
    box-shadow: none !important; }
  .contact-form .hywrap .hy-signup .controls {
    padding: 10px 0; }
  .contact-form .hywrap .form-actions {
    margin-top: 15px; }
  .contact-form .hywrap #form-fields .control-group, .contact-form .hywrap #form-fields .name-fields li:first-child {
    margin-bottom: 0; }
  .contact-form .hywrap #form-fields .control-label {
    position: absolute;
    top: 7px;
    line-height: 34px;
    left: 10px;
    z-index: 0;
    padding-top: 0;
    width: auto;
    pointer-events: none; }
  .contact-form .hywrap #form-fields .control-group {
    position: relative; }
  .contact-form .hywrap #form-fields .control-group.hytag_number_of_bedrooms .control-label {
    top: 7px; }
  .contact-form .hywrap #form-fields .control-label#mms-optin, .contact-form .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .control-label {
    position: relative;
    z-index: 1;
    left: 0; }
  .contact-form .hywrap button[type="submit"] {
    width: 102px;
    height: 37px;
    background-color: #f84800;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    font-family: "urw-din";
    font-weight: 700;
    font-size: 17px;
    font-weight: bold;
    float: right;
    text-align: center;
    padding-top: 0; }
    .contact-form .hywrap button[type="submit"]:focus {
      outline: 1px dotted #000000;
      outline-offset: 1px; }
    .contact-form .hywrap button[type="submit"]:hover {
      background-color: #1d2329; }
  .contact-form .hywrap #more-info {
    display: block;
    width: 100%;
    float: left; }
    .contact-form .hywrap #more-info a {
      display: block;
      width: 100%; }

#error_page {
  text-align: center; }
  #error_page .title404 {
    width: 284px;
    height: 48px;
    margin: 0 auto;
    display: block;
    font-size: 22px;
    background: #f84800;
    color: #fff;
    font-weight: 700;
    padding: 8px 35px 9px;
    text-transform: uppercase; }
  #error_page .section-title {
    font-size: 35px;
    line-height: 42px;
    letter-spacing: -0.17px;
    font-weight: bold;
    margin-top: 15px;
    max-width: 100%;
    margin-bottom: 0; }
  #error_page .page-content {
    height: 100vh; }

.table {
  width: 100%;
  display: table;
  vertical-align: middle; }

.table-cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }

/*.............Gallery page............*/
.gallery_grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .gallery_grid .g_grid_col {
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .gallery_grid .btn {
    min-width: 159px; }

.g_popup {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.86);
  opacity: 0;
  pointer-events: none;
  /*    .w_slider{
          width: 100%;height:72%;border: 4px solid $white;
          .slick-list{width: 100%;height:100%;}
          .slick-track{height:100%;}
      }*/ }
  .g_popup.open {
    opacity: 1;
    pointer-events: all; }
  .g_popup .g_popup_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
    position: relative; }
  .g_popup .g_popup_close {
    position: absolute;
    top: 13px;
    right: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    width: 39px;
    height: 49px;
    text-align: center; }
    .g_popup .g_popup_close img {
      width: 36px; }
  .g_popup .w_slider.flexslider {
    width: 100%;
    height: 72%;
    border: 4px solid #ffffff; }
    .g_popup .w_slider.flexslider .flex-control-nav {
      bottom: 10px;
      padding: 0 50px; }
  .g_popup .g_caption_wrap {
    position: relative;
    color: #ffffff;
    padding: 12px 9px;
    padding-right: 60px; }
  .g_popup .g_caption {
    line-height: normal; }
    .g_popup .g_caption.no-caption {
      display: none; }
  .g_popup .g_pagination {
    font-size: 17px;
    font-weight: 300; }
  .g_popup :focus {
    outline: 1px dotted #ffffff; }
  .g_popup .g_image_full {
    background-size: contain !important;
    background-position: center center !important;
    background-color: #1d2329 !important; }

/*............Floorplans landing............*/
#floorplans_landing {
  width: 100%; }

.fp_padding {
  padding: 140px 7.7vw 80px;
  width: 100%; }

.fp_landing_wrap {
  display: flex;
  justify-content: space-between; }
  .fp_landing_wrap .section-title2 {
    margin-bottom: 7vh; }

.fp_landing_left, .fp_landing_right {
  margin-top: 7vh; }

.fp_landing_left {
  width: 75%;
  padding-right: 4.8vw;
  flex-grow: 1; }
  .fp_landing_left .small-title {
    font-size: 21px;
    line-height: normal;
    text-transform: none;
    font-weight: 500; }
    .fp_landing_left .small-title .ashbridge_txt {
      letter-spacing: -0.46px;
      line-height: 24px;
      font-size: 19.58px; }

.fp_landing_right {
  flex-shrink: 0;
  width: 27%; }

.adv_srch_wrap {
  margin-bottom: 5vh; }

.adv_srch_wrap, .quick_search {
  width: 100%; }

.qck_srch_inner {
  display: flex;
  width: 100%;
  justify-content: flex-start; }
  .qck_srch_inner .qck_srch_link {
    margin-top: 15px;
    margin-right: 11px;
    position: relative;
    z-index: 0;
    width: calc((100% - 33px)/4);
    padding-bottom: calc((100% - 33px)/4);
    font-size: 64px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center center; }
    .qck_srch_inner .qck_srch_link:last-child {
      margin-right: 0; }
    .qck_srch_inner .qck_srch_link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #93a496;
      opacity: 0.7; }
    .qck_srch_inner .qck_srch_link:nth-child(2n):before {
      background-color: #7b868c; }
    .qck_srch_inner .qck_srch_link > span:not(.qck_srch_label) {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
  .qck_srch_inner .qck_srch_label {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    color: #1d2329;
    padding: 9px 4px; }

html.system .qck_srch_inner .qck_srch_link:hover {
  color: #ffffff; }
  html.system .qck_srch_inner .qck_srch_link:hover:before {
    background-color: #f84800; }

.advanced_search {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .advanced_search > * {
    margin-top: 15px;
    margin-right: 10px;
    width: calc((100% - 37px - 40px)/4); }
  .advanced_search .search_btn {
    min-width: 0;
    background: #1d2329;
    text-transform: none;
    padding: 7px 5px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
    margin-right: 0; }

html.system .btn.search_btn:hover {
  background-color: #f84800; }

.dropdown .selectivo__label {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  border: 0;
  background: #f84800;
  color: #ffffff;
  font-size: 17px;
  min-height: 36px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  line-height: 1; }
  .dropdown .selectivo__label span {
    max-width: calc(100% - 18px);
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    line-height: normal; }
  .dropdown .selectivo__label:after {
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    width: 11px;
    height: 5px;
    margin-top: 4px;
    border: 0;
    right: auto;
    background: url(../images/icons/dropdown_down_arrow.png) no-repeat center center;
    background-size: contain;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center; }
.dropdown [role=option] {
  padding: 8px 10px; }
.dropdown .selectivo--open .selectivo__label:after {
  border: 0;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

html.system .dropdown [role=option]:hover, .dropdown [role=option]:focus, [role=option].selectivo__option--selected {
  background: #1d2329;
  color: #ffffff; }

/*............Floorplans Result............*/
.fp_result_count_sort {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

#fp_sort {
  width: 173px;
  max-width: 100%;
  margin-left: 48px; }

.fp_result_section {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 40px); }
  .fp_result_section .fp_result_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 0;
    margin-top: 3.8vh;
    padding: 2vh 1.9vw;
    width: calc((100% - 121px)/3);
    margin-right: 40px;
    background: #ffffff; }
    .fp_result_section .fp_result_box .box_main_det {
      font-size: calc(12px + (20 - 12) * ((100vh - 0px)/(900 - 0)));
      font-weight: 700;
      line-height: 25px;
      margin-bottom: 3px; }
    .fp_result_section .fp_result_box .box_sub_det {
      display: flex;
      width: 100%;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      font-size: calc(12px + (17 - 12) * ((100vh - 0px)/(900 - 0)));
      line-height: 26px; }
      .fp_result_section .fp_result_box .box_sub_det > span {
        margin-right: 10px;
        display: inline-block; }
      .fp_result_section .fp_result_box .box_sub_det:last-child {
        margin-right: 0; }
    .fp_result_section .fp_result_box .fp_thumb {
      width: 100%;
      margin: 2vh auto;
      height: 227px;
      text-align: center;
      height: 11vh;
      min-height: 100px; }
    .fp_result_section .fp_result_box .fp_thumb img {
      max-height: 100%; }

.no-result-text {
  margin: 70px auto;
  text-align: center; }

.load_more_units img {
  width: 70px;
  display: block;
  margin: 0 auto; }

.fp_disclaimer {
  position: relative;
  margin-top: 30px;
  text-align: center;
  width: 100%; }
  .fp_disclaimer p {
    padding: 5px 8px;
    display: inline-block;
    font-size: calc(12px + (15 - 12) * ((100vh - 0px)/(900 - 0)));
    line-height: normal;
    font-weight: 700; }

/*............Floorplans Detail............*/
#floorplans_detail {
  font-size: 20px;
  line-height: 30px; }
  #floorplans_detail > div {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
  #floorplans_detail .fp_left_sec, #floorplans_detail .fp_right_sec {
    width: 50%;
    padding-top: 7vh; }
  #floorplans_detail .fp_right_sec {
    display: flex;
    flex-direction: column;
    margin-top: 14px;
    justify-content: space-between; }
    #floorplans_detail .fp_right_sec .fp_details {
      width: 100%; }
    #floorplans_detail .fp_right_sec .fp_details > * {
      display: block;
      margin-bottom: 3px; }
  #floorplans_detail .bold_heading {
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 4px !important; }
  #floorplans_detail h1.bold_heading {
    margin-bottom: 8px !important; }
  #floorplans_detail .back_to {
    font-weight: 500; }
    #floorplans_detail .back_to:before {
      content: "";
      width: 16px;
      height: 16px;
      background: url(../images/icons/back_to_arrow.png) no-repeat center center;
      background-size: contain;
      margin-right: 5px;
      display: inline-block;
      position: relative;
      margin-top: -3px;
      vertical-align: middle; }
  #floorplans_detail .plan_image {
    margin-top: 4.4vh;
    max-width: 75%; }
    #floorplans_detail .plan_image img {
      max-height: 52.1vh; }
  #floorplans_detail .btn_wrap {
    margin-top: 1.6vh; }
    #floorplans_detail .btn_wrap .btn {
      display: inline-block;
      margin-top: 10px;
      margin-right: 11px;
      text-transform: none;
      padding: 6px 5px 8px;
      line-height: normal;
      min-width: 117px;
      text-align: center; }
    #floorplans_detail .btn_wrap .addthis_button_more .at-icon-wrapper {
      display: none; }
  #floorplans_detail .keyplan_sec {
    margin-top: 4vh;
    width: 100%; }
    #floorplans_detail .keyplan_sec .keyplan_img {
      margin-top: 2.2vh;
      max-width: 387px;
      width: 75%; }
      #floorplans_detail .keyplan_sec .keyplan_img img {
        max-height: 19.6vh; }

html.system #floorplans_detail .btn_wrap .btn:hover {
  color: #ffffff; }

.mfp-container img.mfp-img {
  padding: 20px;
  background: #ffffff !important;
  max-height: 90vh !important; }

.mfp-wrap button.mfp-close {
  outline: 1px dotted #ffffff;
  overflow: hidden;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/icons/close_icon_white.png) no-repeat center center;
  background-size: 50% auto; }

/*............Why Ashbridge............*/
#whyashbridge_page .section-title {
  max-width: 100%; }
#whyashbridge_page .ashbridge_ht {
  position: relative; }
  #whyashbridge_page .ashbridge_ht .banner-text {
    position: absolute;
    top: 30vh;
    left: 50%;
    width: 100%;
    max-width: 498px;
    transform: translate(-50%, -25%); }
    #whyashbridge_page .ashbridge_ht .banner-text .main_title {
      margin-bottom: 3px; }
    #whyashbridge_page .ashbridge_ht .banner-text .section-desc {
      margin-top: 50px;
      line-height: 24px; }
    #whyashbridge_page .ashbridge_ht .banner-text .grid-btm {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    #whyashbridge_page .ashbridge_ht .banner-text .all-btn {
      max-width: 150px;
      margin-top: 5px;
      padding: 8px 18px 9px;
      margin-right: 20px; }
    #whyashbridge_page .ashbridge_ht .banner-text .floorplan-wrap {
      display: inline-block;
      float: right;
      max-width: 380px; }
  #whyashbridge_page .ashbridge_ht .bottom.banner-text {
    position: absolute;
    top: 60px;
    right: 50px;
    left: auto;
    max-width: 300px;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
    #whyashbridge_page .ashbridge_ht .bottom.banner-text .bottom.section-desc {
      margin-top: 0px;
      color: #ffffff;
      text-shadow: 2px 2px 3px #1d2329;
      letter-spacing: 0px;
      font-size: 21px;
      font-weight: 400;
      line-height: 31px; }

/*............ Features Page............*/
#features_page .features-wrap {
  display: flex;
  float: left;
  margin-right: 1.6vw; }
  #features_page .features-wrap span {
    max-width: 110px;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    margin: 0 2.5vw 0 0.7vw; }
    #features_page .features-wrap span img {
      display: block;
      margin: 0 auto;
      margin-bottom: 12px; }
#features_page .features-wrap span, #features_page .all_popup .popup-features li {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.12px; }
#features_page .grid_wrapper {
  position: relative !important; }
#features_page .all_popup .all_popup_inner {
  max-width: 910px; }
#features_page .all_popup .popup-features li {
  display: inline-block;
  width: 16%;
  font-size: 14px;
  text-align: center;
  vertical-align: text-top;
  margin: 20px 0px 30px; }
  #features_page .all_popup .popup-features li img {
    display: block;
    margin: 0 auto;
    height: 46px;
    margin-bottom: 10px; }
  @media (min-width: 769px) {
    #features_page .all_popup .popup-features li {
      width: 13%;
      font-size: 13px; } }
#features_page .all_popup .section-title {
  text-align: left;
  font-size: 29px; }

/*............Neighborhood............*/
#neighborhood_page .grid_wrapper {
  background-color: #e6e6e6; }
#neighborhood_page .grid-item.half-height {
  min-height: 50vh !important; }
#neighborhood_page .grid-text {
  align-items: center; }
  #neighborhood_page .grid-text .grid-content {
    width: 100%;
    max-width: 556px; }
  #neighborhood_page .grid-text .grid-btm {
    margin-top: 0; }
    #neighborhood_page .grid-text .grid-btm .neighborhood-btn {
      display: none; }
    #neighborhood_page .grid-text .grid-btm .amenities-wrap {
      flex-wrap: wrap;
      margin: 0; }
      #neighborhood_page .grid-text .grid-btm .amenities-wrap .amenities-item {
        display: flex;
        flex-direction: column;
        width: 105px;
        margin: 10px 5px 10px;
        justify-content: flex-start; }
        #neighborhood_page .grid-text .grid-btm .amenities-wrap .amenities-item span {
          margin: 0; }
          #neighborhood_page .grid-text .grid-btm .amenities-wrap .amenities-item span:first-child {
            min-height: 56px;
            display: flex;
            align-items: center;
            flex-shrink: 0;
            margin-bottom: 12px; }
          #neighborhood_page .grid-text .grid-btm .amenities-wrap .amenities-item span img {
            margin-bottom: 0; }
#neighborhood_page .grid-image img {
  width: 100%; }
#neighborhood_page .street-list {
  width: 60%;
  margin-top: 50px;
  justify-content: flex-start; }
  #neighborhood_page .street-list .section-title {
    max-width: none;
    margin-bottom: 35px; }
  #neighborhood_page .street-list .list-three-column {
    display: flex;
    justify-content: space-between;
    max-width: 90%; }
    #neighborhood_page .street-list .list-three-column .column-1 h4 {
      margin-bottom: 8px;
      color: #1d2329;
      font-size: 18px;
      font-weight: bold; }
    #neighborhood_page .street-list .list-three-column .column-1 a, #neighborhood_page .street-list .list-three-column .column-1 button {
      display: block;
      margin-bottom: 7px;
      color: #1d2329;
      font-size: 18px;
      font-weight: 400; }
    #neighborhood_page .street-list .list-three-column .column-1.number-of-record-Shopping .gallery-cat-wrapper .mt_sub_category_list {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
    #neighborhood_page .street-list .list-three-column .column-1.number-of-record-Transit .gallery-cat {
      margin-bottom: 20px; }
      #neighborhood_page .street-list .list-three-column .column-1.number-of-record-Transit .gallery-cat:last-of-type {
        margin-bottom: 0; }
  #neighborhood_page .street-list .gallery-cat-wrapper .mt_cat_item {
    cursor: pointer; }
  #neighborhood_page .street-list .gallery-cat-wrapper li.many-more {
    font-size: 18px;
    margin-top: 25px; }
#neighborhood_page span.many-more {
  display: block;
  color: #1d2329;
  font-size: 18px;
  font-weight: 400; }
#neighborhood_page .street-map {
  width: 40%;
  margin-top: 50px;
  justify-content: flex-start; }
  #neighborhood_page .street-map #map {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px;
    height: 500px; }
    #neighborhood_page .street-map #map .gm-style .gm-style-cc {
      display: none; }
    #neighborhood_page .street-map #map .gm-style .gm-style-iw-t:after {
      background: #595960; }
    #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c {
      background: #595960;
      padding: 10px !important; }
      #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c button.gm-ui-hover-effect {
        display: none !important; }
      #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d {
        overflow: visible !important;
        width: 190px;
        color: #fff; }
        #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .map-popup {
          position: relative; }
          #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d .map-popup .popup-close-icon button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 0;
            border-radius: 0;
            position: absolute;
            top: -2px;
            right: -2px;
            width: 14px;
            height: 14px;
            background: url(../images/icons/close_icon_white.png) no-repeat center center;
            background-size: 8px auto; }
        #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d #content-sect {
          font-family: "urw-din", sans-serif;
          font-weight: 300; }
          #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d #content-sect h3 {
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 2.43px;
            margin-bottom: 6px;
            text-transform: uppercase;
            padding-right: 15px; }
          #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d #content-sect p {
            color: #fff; }
          #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d #content-sect a.get_directions {
            font-size: 12px;
            line-height: 16px;
            margin-top: 2px;
            letter-spacing: 2px;
            display: inline-block;
            color: #fff; }
            #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d #content-sect a.get_directions:hover {
              text-decoration: underline; }
          #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c .gm-style-iw-d #content-sect .link_block {
            display: block;
            margin-top: 5px; }
      #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c button.gm-ui-hover-effect {
        opacity: 1; }
        #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c button.gm-ui-hover-effect img {
          display: none !important; }
        #neighborhood_page .street-map #map .gm-style .gm-style-iw-t .gm-style-iw-c button.gm-ui-hover-effect:after {
          content: 'x';
          color: #fff;
          opacity: 0.8 !important;
          top: 10px;
          right: 18px;
          position: absolute; }
  #neighborhood_page .street-map .street-img {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px; }
#neighborhood_page .neighborhood-bottom {
  display: flex; }
  #neighborhood_page .neighborhood-bottom div {
    flex-basis: 50%; }
    #neighborhood_page .neighborhood-bottom div img {
      width: 100%; }
#neighborhood_page .main-street-mob {
  display: none; }
#neighborhood_page .poi-info-class {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left; }

html.system #neighborhood_page .poi-info-class:hover, html.system #neighborhood_page .gallery-cat-wrapper li h4:hover, #neighborhood_page .gallery-cat-wrapper li.active a h4, #neighborhood_page .poi-info-class.active {
  color: #f84800 !important; }

/*............Blog page............*/
.blog_page {
  word-break: break-word; }
  .blog_page .banner_img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 30px 43px;
    min-height: 182px; }
    .blog_page .banner_img .main_title {
      font-size: 47px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: -0.66px; }
    .blog_page .banner_img > * {
      color: #ffffff; }
  .blog_page .inner-wrap {
    max-width: 1120px; }
  .blog_page .wp-pagenavi {
    display: none !important; }
  .blog_page #infscr-loading {
    text-align: center; }
  .blog_page #infscr-loading img {
    width: 70px;
    display: block;
    margin: 0 auto 5px; }

.blog_list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px; }
  .blog_list:last-child {
    margin-bottom: 0; }
  .blog_list .blog_list_cont {
    padding: 0px 22px;
    font-size: 13px;
    max-width: 333px; }
  .blog_list .blg_title {
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1.2; }
  .blog_list .read_more_btn {
    margin-right: 7px;
    font-weight: 500; }

#blog_landing .blog_landing_banner {
  padding-bottom: 0; }
#blog_landing .blog_landing_content {
  padding-top: 18px; }
#blog_landing .left-block {
  padding: 30px 51px 37px;
  width: 54%;
  margin-right: 0; }
  #blog_landing .left-block .section-title {
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: -0.35px; }
#blog_landing .blg_date {
  font-weight: 300;
  float: left; }
#blog_landing .read_more_btn {
  float: right;
  text-transform: uppercase;
  margin-left: 6px; }
#blog_landing .inner-wrap .half-block.right-block {
  width: 46%;
  padding: 15px calc(2.2vw + 16px) 3px 5.8vw; }

.blog_thumb_img {
  width: 130px;
  height: 130px;
  flex-shrink: 0; }

.side_bar.small-title {
  text-transform: none;
  font-weight: 400; }
.side_bar .side_bar_title {
  width: 100%;
  font-size: 19px; }
.side_bar .blg_date, .side_bar .read_more_btn {
  font-size: 16px;
  margin-top: -4px; }
.side_bar .read_more_btn {
  font-weight: 700; }
.side_bar .sidebar_widget {
  margin-bottom: 12px;
  width: 100%; }
  .side_bar .sidebar_widget:last-child {
    margin-bottom: 0; }
.side_bar .widget_recent_post {
  margin-bottom: 18px; }
  .side_bar .widget_recent_post ul, .side_bar .widget_recent_post li {
    width: 100%; }
  .side_bar .widget_recent_post li {
    margin-bottom: 12px;
    text-transform: uppercase;
    display: inline-block; }
    .side_bar .widget_recent_post li:last-child {
      margin-bottom: 0; }
    .side_bar .widget_recent_post li .recent_post, .side_bar .widget_recent_post li .recent_post a {
      width: calc(100% + 20px);
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 400; }
    .side_bar .widget_recent_post li .recent_post a {
      width: 100%; }

/*............Blog detail............*/
.blog_detail_box {
  width: 100%;
  padding: 45px 62px 40px 48px;
  display: block;
  position: relative;
  background: #e6e6e6; }

.blod_det_top {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  width: 100%; }
  .blod_det_top .blog_det_img {
    width: 205px;
    margin-right: 31px;
    align-self: center;
    flex-shrink: 0; }
  .blod_det_top .main_title {
    padding-top: 10px;
    line-height: 1.1;
    max-width: 524px;
    font-size: 42px;
    text-transform: uppercase; }

.blog_cont_sec {
  width: 100%; }
  .blog_cont_sec p, .blog_cont_sec ul, .blog_cont_sec ol {
    margin-bottom: 20px; }
  .blog_cont_sec .back_to {
    display: inline-block;
    margin-top: 8px;
    color: #ffffff !important; }
  .blog_cont_sec img {
    margin-bottom: 20px; }
  .blog_cont_sec a:not(.back_to) {
    font-weight: 700; }
  .blog_cont_sec ul, .blog_cont_sec ol {
    padding-left: 20px; }
  .blog_cont_sec ul li {
    list-style-type: disc; }
  .blog_cont_sec h1 {
    margin-bottom: 15px; }
  .blog_cont_sec h2 {
    margin-bottom: 12px; }
  .blog_cont_sec h3 {
    text-transform: uppercase; }
  .blog_cont_sec h3, .blog_cont_sec h4, .blog_cont_sec h5, .blog_cont_sec h6 {
    margin-bottom: 2px; }

.blog_share {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(../images/blog/share-icon.png) no-repeat center center;
  background-size: contain; }
  .blog_share.addthis_button_more .at-icon-wrapper {
    display: none; }

.no_padding_desktop {
  background-color: #CCCCCC; }

#neighborhood_page .street-list .list-three-column .column-1 {
  padding-right: 2%; }

.covid_popup_wrapper {
  background-color: #f84800;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }
  .covid_popup_wrapper .covid_popup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 8.7vw 25px 32px; }
  .covid_popup_wrapper .covid_popup_close {
    position: absolute;
    width: 14px;
    height: 13px;
    top: 25px;
    right: 25px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 14px 13px;
    cursor: pointer; }
  .covid_popup_wrapper .covid_info p {
    line-height: 26px;
    font-size: 18px;
    margin-right: 30px; }
  .covid_popup_wrapper .covid_info a {
    color: #fff;
    text-decoration: underline; }
  .covid_popup_wrapper .covid_info a:hover {
    color: #e6e6e6 !important; }
  .covid_popup_wrapper .covid_btn_wrap a {
    border: 1px solid #ffffff;
    background: transparent;
    padding: 8px 10px;
    white-space: nowrap;
    color: #ffffff;
    font-weight: 700; }

html.system .covid_btn_wrap a:hover {
  background: #1d2329;
  color: #ffffff;
  border: 1px solid #1d2329; }

/*............Specials-Popup............*/
.specials-overlay {
  position: fixed;
  background-color: rgba(22, 22, 22, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all ease .5s;
  overflow-y: auto;
  flex-wrap: wrap; }
  .specials-overlay.hidden {
    opacity: 0;
    visibility: hidden; }
  .specials-overlay .specials-box {
    max-width: 700px;
    padding: 40px 30px 20px 30px;
    background: #fff;
    text-align: center;
    position: relative; }
    .specials-overlay .specials-box .specials-title {
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: 500; }
    .specials-overlay .specials-box .specials-button {
      display: inline-block;
      background: #f84800;
      color: #ffffff !important;
      font-size: 17px;
      font-weight: bold;
      width: 170px;
      padding: 15px 10px;
      text-transform: uppercase;
      margin: 15px 0 20px 0; }
      .specials-overlay .specials-box .specials-button:hover {
        background: #1d2329; }
    .specials-overlay .specials-box .specials-disclaimer {
      color: #343433;
      font-size: 15px; }
    .specials-overlay .specials-box .covid-guideline {
      font-size: 16px;
      line-height: 18px;
      color: #f84800;
      font-weight: 700;
      display: inline-block;
      margin-top: 10px;
      text-align: center; }
      .specials-overlay .specials-box .covid-guideline:hover {
        color: #1d2329; }
    .specials-overlay .specials-box .specials-close {
      position: absolute;
      width: 14px;
      height: 14px;
      top: 12px;
      right: 12px;
      background: url(../images/popup_close.png) no-repeat center center;
      background-size: 14px;
      border: none;
      cursor: pointer; }

/*** virtual tour ***/
#virtual_tour_page {
  padding-top: 99px; }

.virtual_tour_section #tour {
  width: 100%; }

header .header-right .header-links ul li.MobOnly {
  display: none; }

@media only screen and (max-width: 640px) {
  header .header-right .header-links ul li.MobOnly {
    display: inline-block; }

  header .header-right .header-links ul li.mobile-only.menu-item-1029 {
    display: none; }

  header .header-right .header-links ul li.mobile-only a:not(.tel-link) {
    display: none; } }
.voted {
  color: #1d252c; }

#home_page p {
  text-shadow: 1px 1px 1px #000; }

/**Video page**/
#video_page .gallery_grid .g_grid_col {
  position: relative;
  min-height: 100%; }
  #video_page .gallery_grid .g_grid_col:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  #video_page .gallery_grid .g_grid_col iframe {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  #video_page .gallery_grid .g_grid_col .btn {
    z-index: 4; }
#video_page .w_slider.flexslider li iframe {
  width: 100%;
  height: 100%; }
#video_page .g_popup .w_slider.flexslider .flex-control-nav {
  width: 62%;
  margin: 0 15vw; }

.videogallery-link {
  display: flex;
  padding: 1vw 0;
  align-items: center;
  justify-content: center; }
  .system .videogallery-link .btn:hover {
    color: #fff; }

.video-gallery #mainContents {
  min-height: auto !important; }
.video-gallery #video_page {
  min-height: auto !important; }
.video-gallery .gallery_grid {
  height: 760px !important; }
.video-gallery .w_slider.flexslider .flex-pauseplay button {
  bottom: 47px; }

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