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

body,html {
  margin: 0;
  padding: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,figure,h1,h2,h3,h4,ol,p,ul {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
}

strong {
  font-weight: bold;
}

a,button {
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  margin: 0;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

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

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.h-cf:after {
  content: "";
  display: table;
  clear: both;
}

.h-list-reset li {
  list-style: none;
}

.f-gotham {
  font-family: gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.f-gotham--300 {
  weight: 300;
}

.f-gotham--500 {
  weight: 500;
}

.f-gotham--700 {
  weight: 700;
}

.f-bayshore {
  font-family: "Mrs Saint Delafield", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.f-bayshore--400 {
  weight: 400;
}

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

.fill-black {
  fill: black;
}

.fill-white {
  fill: white;
}

.fill-primary {
  fill: #394a58;
}

.fill-secondary {
  fill: #ffa952;
}

a:hover .fill-secondary\@hover,button:hover .fill-secondary\@hover {
  fill: #ffa952;
}

.color-primary {
  color: #394a58;
}

.color-primary-light {
  color: #394a58;
}

.color-secondary {
  color: #ffa952;
}

.color-white {
  color: white;
}

.color-text {
  color: #27252b;
}

.color-banner {
  color: #fff;
}

.bg-primary {
  background-color: #394a58;
}

.bg-primary-light {
  background-color: #394a58;
}

.bg-secondary {
  background-color: #ffa952;
}

.bg-body {
  background-color: white;
}

.bg-accent {
  background-color: #eae8e4;
}

.bg-inquiries {
  background-color: #8d817b;
}

.bg-carousel {
  background-color: #eae8e4;
}

.bg-foot-bottom {
  background-color: #394a58;
}

.bg-location {
  background-color: #333;
}

.bg-form-element {
  background-color: #fff;
}

.bg-walk {
  background-color: #8d817b;
}

.bg-transit {
  background-color: #394a58;
}

.opacity-0 {
  opacity: 0;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.align-m {
  vertical-align: middle;
}

.align-b {
  vertical-align: bottom;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.pos-f {
  position: fixed;
}

.pos-a {
  position: absolute;
}

.pos-r {
  position: relative;
}

.pos-s {
  position: static;
}

.left-0 {
  left: 0;
}

.top-0 {
  top: 0;
}

.top-100 {
  top: 100%;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.text-upper {
  text-transform: uppercase;
}

.text-none {
  text-transform: none;
}

.col-0 {
  width: 0%;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.height-0 {
  height: 0;
}

.height-100 {
  height: 100%;
}

.ratio {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

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

.ratio__block,.ratio iframe,.ratio svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.ratio--square {
  padding-bottom: 100%;
}

.ratio--16x9 {
  padding-bottom: 56.25%;
}

.ratio--logo {
  padding-bottom: 36.06557%;
}

.ratio--featured {
  padding-bottom: 65.625%;
}

.ratio--carousel {
  padding-bottom: 70.83333%;
}

.ratio--live {
  padding-bottom: 96.2963%;
}

.overflow-h {
  overflow: hidden;
}

.overflow-a {
  overflow: auto;
}

.column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  column-break-inside: avoid;
}

.dis-t {
  display: table;
}

.dis-tc {
  display: table-cell;
}

.dis-ib {
  display: inline-block;
}

.dis-n {
  display: none;
}

.dis-n--i {
  display: none !important;
}

.dis-b {
  display: block;
}

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

.flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex--align-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex--align-s {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex--justify-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex--justify-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex--direction-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.visibility-h {
  visibility: hidden;
}

.visibility-v {
  visibility: visible;
}/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 *//**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 *//* line 12, ../scss/components/fonts/_font-lightcase.scss */[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
 /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */;
}/* Codes *//* line 35, ../scss/components/fonts/_font-lightcase.scss */.lightcase-icon-play:before {
  content: '\e800';
}/* line 36, ../scss/components/fonts/_font-lightcase.scss */.lightcase-icon-pause:before {
  content: '\e801';
}/* line 37, ../scss/components/fonts/_font-lightcase.scss */.lightcase-icon-close:before {
  content: '\e802';
}/* line 38, ../scss/components/fonts/_font-lightcase.scss */.lightcase-icon-prev:before {
  content: '\e803';
}/* line 39, ../scss/components/fonts/_font-lightcase.scss */.lightcase-icon-next:before {
  content: '\e804';
}/* line 40, ../scss/components/fonts/_font-lightcase.scss */.lightcase-icon-spin:before {
  content: '\e805';
}/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 *//**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 *//**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 *//**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 *//* line 1, ../scss/components/modules/_case.scss */#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}/* line 31, ../scss/components/modules/_content.scss */html[data-lc-type=inline] #lightcase-content,html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}/* line 43, ../scss/components/modules/_content.scss */html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}/* line 82, ../scss/components/modules/_content.scss */html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}/* line 3, ../scss/components/modules/_error.scss */#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}/* line 4, ../scss/components/modules/_global.scss */.lightcase-open body {
  overflow: hidden;
}/* line 8, ../scss/components/modules/_global.scss */.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}/* line 1, ../scss/components/modules/_info.scss */#lightcase-info {
  position: absolute;
  padding-top: 15px;
}/* line 9, ../scss/components/modules/_info.scss */#lightcase-info #lightcase-title,#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}/* line 19, ../scss/components/modules/_info.scss */#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}/* line 33, ../scss/components/modules/_info.scss */#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}/* line 39, ../scss/components/modules/_info.scss */#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}/* line 1, ../scss/components/modules/_loading.scss */#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}/* line 20, ../scss/components/mixins/_presets.scss */#lightcase-loading,#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}/* line 32, ../scss/components/mixins/_presets.scss */#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}/* line 2, ../scss/components/modules/_navigation.scss */a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}/* line 20, ../scss/components/mixins/_presets.scss */a[class*='lightcase-icon-'],a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}/* line 32, ../scss/components/mixins/_presets.scss */a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}/* line 49, ../scss/components/mixins/_presets.scss */a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}/* line 10, ../scss/components/modules/_navigation.scss */.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}/* line 17, ../scss/components/modules/_navigation.scss */a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}/* line 28, ../scss/components/modules/_navigation.scss */a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}/* line 33, ../scss/components/modules/_navigation.scss */a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}/* line 38, ../scss/components/modules/_navigation.scss */a[class*='lightcase-icon-'].lightcase-icon-pause,a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}/* line 1, ../scss/components/modules/_overlay.scss */#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

.lightcase-icon-play {
  display: none !important;
}/* Slider */.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after,.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/* panorama layout */.panorama,.panorama-view {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.panorama,.panorama-container {
  position: relative;
}

.panorama-container img {
  height: 100%;
  position: absolute;
  top: 0;
}

.panorama .info,.panorama-view .area {
  position: absolute;
  display: block;
}

.panorama .info {
  right: 10px;
  bottom: 10px;
}

.panorama .controls {
  left: 10px;
  bottom: 10px;
}

.panorama .controls a {
  display: block;
  float: left;
  margin-right: 5px;
}

.panorama .preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/* panorama style */.panorama-view {
  cursor: -webkit-grab;
  cursor: grab;
}

.panorama-view.grab {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.panorama .info,.panorama .controls a {
  background-color: #000;
  color: #fff;
  font: bold 11px/14px Arial, sans-serif;
  text-decoration: none;
  padding: 6px 7px;
  cursor: pointer;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.panorama .info:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.panorama-view .area {
  opacity: 0.25;
  filter: alpha(opacity=25);
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}

.panorama-view .area.circle {
  border-radius: 50%;
}

.panorama-view .area:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.panorama-view img {
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panorama .info,.panorama-view .area {
  border-radius: 5px;
}

.panorama .preloader {
  background: url(preloader.gif) no-repeat center center;
}

.panorama .controls a.prev span,.panorama .controls a.stop span,.panorama .controls a.next span {
  display: block;
  text-indent: -999px;
  overflow: hidden;
  background: url(panorama-controls.png) no-repeat -999px 0;
}

.panorama .controls a.prev span,.panorama .controls a.next span {
  width: 10px;
  height: 14px;
}

.panorama .controls a.prev span {
  background-position: 0 0;
}

.panorama .controls a.next span {
  background-position: -11px 0;
}

.panorama .controls a.stop span {
  margin: 2px 1px;
  width: 10px;
  height: 10px;
  background-position: -22px -2px;
}/* retina display graphics */.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid__col {
  float: left;
}

.grid__col--right {
  float: right;
}

.grid--gutter {
  margin-left: -10px;
  margin-right: -10px;
}

.grid--gutter .grid__col {
  padding: 0 10px;
}

.grid--gutter-sm {
  margin-left: -7px;
  margin-right: -7px;
}

.grid--gutter-sm .grid__col {
  padding: 0 7px;
}

.form {
  max-width: 670px;
  margin: 0 auto;
}

.form__inner {
  padding: 35px;
}

.form__container {
  padding-top: 20px;
}

.form__title {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 15px;
}

.form__element {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.form__disclaimer {
  font-size: 1.2rem;
}

.form p {
  margin-bottom: 10px;
}

.form label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.form label .form__optional {
  font-style: italic;
  font-size: 0.75em;
}

.form hr {
  border-top: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.form__consent {
  font-size: 1.4rem;
}

.form input[type="text"],.form input[type="email"] {
  display: block;
  width: 100%;
  border: 0;
  color: #27252b;
  padding: 10px;
  font-size: 1.4rem;
}

.form select {
  border: 0;
  width: 100%;
  height: 37px;
  color: #27252b;
  padding: 10px;
  font-size: 1.4rem;
  border-radius: 0;
}

.form__select__wrap {
  overflow: hidden;
  position: relative;
}

.form__select__wrap select {
  width: calc(100% + 30px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__select__wrap:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #27252b transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.form__submit {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.form .parsley-errors-list {
  margin-left: 20px;
  font-size: 1.2rem;
  color: #394a58;
  padding: 10px 0;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 100%;
}

sup {
  top: -0.75em;
  position: relative;
  font-size: 50%;
}

p,li {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

p {
  line-height: 150%;
}

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

.content {
  font-size: 1.7rem;
}

.content li,.content p {
  font-size: inherit;
}

.content--main h2 {
  font-size: 1.6rem;
  color: #394a58;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.content--main p:not(:last-child) {
  margin-bottom: 20px;
}

.content--main ul,.content--main ol {
  margin-left: 20px;
  margin-bottom: 30px;
}

.content--main ul ul,.content--main ul ol,.content--main ol ul,.content--main ol ol {
  margin-bottom: 0;
}

.content--main li {
  margin-bottom: 10px;
}

.content--discover h2 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.content--discover strong {
  font-weight: 300;
}

.content--discover p {
  line-height: 1.6;
}

.content--discover p:not(:last-child) {
  margin-bottom: 20px;
}

.content--disclaimer {
  font-size: 1.2rem;
}

.content--disclaimer p:not(:last-child) {
  margin-bottom: 20px;
}

.content--disclaimer p {
  line-height: 1.3;
}

.content--disclaimer a {
  color: #ffa952;
  text-decoration: underline;
}

.content--disclaimer a:hover {
  text-decoration: none;
}

.title-primary {
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.title-section {
  font-size: 3rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

.title-section--sm {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}

.title-featured {
  font-size: 1.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

.zh_cn .featured .title-featured {
  font-weight: 300;
  font-size: 3.5rem;
}

.title-custom {
  display: inline-block;
  font-size: 8.8rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}

.title-custom span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  text-transform: uppercase;
  display: block;
  padding-left: 4.8em;
  margin-top: -1em;
}

.banner .title-custom {
  margin-left: -0.75em;
}

.zh_cn .title-custom {
  font-size: 4rem;
}

.zh_cn .banner--normal .title-custom {
  margin: 0;
}

.zh_cn .featured .title-custom {
  font-size: 3.5rem;
}

.title-location {
  font-size: 2.4rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 0.12em;
}

.title-views {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
}

.title-carousel {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.svg {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.svg > g,.svg > path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.btn {
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  display: inline-block;
  text-align: center;
}

.btn--full {
  display: block;
  width: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #ffa952;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 1.6rem;
  border: 0;
}

.btn-primary:hover {
  background-color: #ff901f;
  color: #fff;
  text-decoration: none;
}

.btn-secondary {
  border: 3px solid #394a58;
  color: #394a58;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  padding: 9px 17px;
  font-size: 1.5rem;
}

.btn-secondary:hover,.btn-secondary.is-active {
  background-color: #394a58;
  color: #fff;
  text-decoration: none;
}

.btn-secondary.is-active {
  cursor: default;
}

.btn-secondary--slim {
  border: 2px solid #394a58;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 10px;
}

.btn-secondary--floorplans {
  border: 2px solid #394a58;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 6px 10px;
  min-width: 200px;
  font-weight: 700;
}

.btn-secondary--floorplans span {
  font-weight: 300;
  font-size: 1.2rem;
}

.btn-secondary--floorplans.is-disabled {
  background-color: #999 !important;
  border-color: #999 !important;
  color: white !important;
  cursor: default;
}

.btn-secondary--fill {
  border: 2px solid #394a58;
  color: #fff;
  background-color: #394a58;
}

.btn-secondary--fill:hover {
  background-color: transparent;
  color: #394a58;
}

body .lazyload {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
}

body .lazyloading {
  opacity: 0;
}

body .lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

#map {
  width: 100%;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
}

.banner--normal:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.banner--hero h1,.banner--video h1 {
  line-height: 1.3;
}

.banner--video {
  overflow: hidden;
}

.banner__logo {
  display: inline-block;
  max-width: 400px;
  width: 60%;
  margin-bottom: 1vw;
}

.banner__video {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner__img--hero,.banner__img--video {
  color: #fff;
}

.banner__t {
  width: 100%;
  position: relative;
  z-index: 1;
}

.banner__t--normal {
  min-height: 240px;
}

.banner__t--hero,.banner__t--video {
  min-height: calc(100vh - 118px);
}

.banner__tc {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  vertical-align: middle;
  text-align: center;
}

.banner__tc--normal {
  padding-top: 0;
}

.banner__tc--hero,.banner__tc--video {
  padding: 0 0 1vw 0;
  vertical-align: middle;
}

.banner__title {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 300;
}

.banner__title--hero,.banner__title--video {
  font-size: 5.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.banner__title--normal {
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.banner__subtitle {
  font-size: 3.2rem;
  font-weight: 300;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  max-width: 600px;
  text-align: center;
  margin: 0 auto 30px;
}

.banner__scroll {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -14px;
  z-index: 5;
  opacity: 1;
}

.banner__scroll:hover {
  opacity: 0.5;
}

.carousel {
  padding: 0 0 60px;
}

.carousel--featured {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
}

.carousel__container {
  position: relative;
}

.carousel__panel--featured {
  position: relative;
}

.carousel__content {
  padding: 5vw;
}

.carousel__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.carousel__btn {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
  border: 0;
  position: absolute;
  top: 50%;
  background-color: #27252b;
  padding: 15px 12px;
  margin-top: -25px;
  line-height: 0.8;
  z-index: 10;
}

.carousel__btn:hover {
  background-color: #3a3740;
}

.carousel__btn--prev {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel__btn--next {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel__btn--featured {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.featured__content {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px;
}

.featured__col {
  position: relative;
}

.featured__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.social__ul {
  display: inline-block;
}

.social__li {
  display: inline-block;
  padding: 0 16px;
  position: relative;
}

.social__a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: inline-block;
  width: 24px;
  opacity: 1;
}

.social__a path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.social__a:hover {
  opacity: 1;
}

.social__a:hover path {
  fill: #ffa952 !important;
}

.social__qr {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px;
  background-color: #fff;
  width: 162px;
  height: 162px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  border-radius: 4px;
}

.social__qr.is-active {
  opacity: 1;
  pointer-events: auto;
}

.social__qr:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -7.5px;
}

.inquiries {
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat-x;
  background-position: 10% bottom;
  color: #fff;
  font-size: 1.5rem;
  padding: 80px 0;
  text-align: center;
  font-weight: 300;
}

.inquiries a:not(.btn) {
  text-decoration: underline;
}

.inquiries a:not(.btn):hover {
  text-decoration: none;
}

.inquiries__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.inquiries__grid__col {
  padding: 0 4vw;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.inquiries__grid__title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
}

.zh_cn .inquiries__grid__title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}

.inquiries__inner {
  text-align: center;
  width: 100%;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  color: #27252b;
  width: 100%;
  overflow-x: hidden;
}

.wrapper {
  overflow: hidden;
}

.wrap {
  position: relative;
}

.wrap__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.wrap__inner--sm {
  max-width: 960px;
  margin: 0 auto;
}

.wrap__gutter {
  padding: 0 30px;
}

.main {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 118px;
}

.zh_cn .main {
  padding-top: 120px;
}

.intro {
  padding: 50px 0;
  text-align: center;
}

.live-chat {
  position: fixed;
  top: 20vh;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
}

.live-chat__tab {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #ff901f;
  width: 155px;
  border: 0;
  color: white;
  position: absolute;
  right: 100%;
  bottom: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
}

.live-chat__tab__inner {
  padding: 10px 10px 5px 10px;
}

.live-chat__tab__icon {
  width: 25px;
  float: left;
}

.live-chat__tab__text {
  float: left;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px 2px 18px;
  text-align: right;
}

.live-chat__content {
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  height: 155px;
  width: 200px;
  overflow: hidden;
  background-color: #0C0D11;
  color: white;
}

.live-chat__content.is-hidden {
  width: 0;
}

.live-chat__inner {
  width: 200px;
  height: 100%;
  padding: 25px 20px;
  font-weight: 500;
  font-size: 1.4rem;
}

.live-chat__inner p:not(:last-child) {
  margin-bottom: 10px;
}

.live-chat__inner strong {
  font-weight: bold;
  font-size: 1.6rem;
}

.live-chat__inner a[href^="tel:"] {
  text-decoration: none !important;
  pointer-events: none;
}

.booking {
  position: fixed;
  top: 20vh;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
}

.booking__tab {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #ff901f;
  width: 235px;
  border: 0;
  color: white;
  position: absolute;
  right: 100%;
  bottom: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
}

.booking__tab svg * {
  fill: white !important;
}

.booking__tab__inner {
  padding: 10px 10px 5px 10px;
}

.booking__tab__icon {
  width: 25px;
  float: left;
  position: relative;
  top: -2px;
}

.booking__tab__text {
  float: left;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px 2px 18px;
  text-align: right;
}

.lightcase-inlineWrap {
  padding: 0px !important;
}

.head {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.head.is-pinned {
  position: fixed;
  top: 0;
}

.head__top {
  background-color: #394a58;
}

.head__util {
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: inline-block;
}

.head__util--left {
  padding-left: 20px;
}

.head__util__li {
  display: inline-block;
}

.head__util__li--left {
  padding: 10px 18px 10px 0;
}

.head__util__li--right {
  padding: 10px 0 10px 18px;
}

.head__util__li--right-last {
  padding-right: 18px;
  line-height: 1;
}

.head__util__item {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: inline-block;
}

.head__util__item:not(span):not(.head__util__featured):hover {
  text-decoration: underline;
}

.head__util__item--featured {
  background-color: #ffa952;
  font-weight: 500;
  padding: 10px 18px;
}

.head__util__item--featured:hover {
  background-color: #ff901f;
  text-decoration: none !important;
}

.head__bottom {
  background-color: white;
  border-bottom: 1px solid #ccc;
  color: #27252b;
  position: relative;
}

.head__nav {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  position: relative;
}

.head__nav__wrap {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.head__nav__container {
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  float: left;
  width: 50%;
  position: relative;
}

.head__nav__container--left {
  text-align: right;
}

.head__nav__container--left.is-pinned,.head__nav__container--left.is-active {
  padding-right: 60px;
}

.head__nav__container--right {
  text-align: left;
}

.head__nav__container--right.is-pinned,.head__nav__container--right.is-active {
  padding-left: 60px;
}

.head__nav__li {
  display: inline-block;
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0.2vw;
  padding-right: 0.2vw;
}

.zh_cn .head__nav__li {
  padding-left: 1vw;
  padding-right: 1vw;
}

.head__nav__li--logo {
  z-index: 11;
  width: 100px;
  min-height: 1px;
}

.head__nav__a {
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  display: inline-block;
  padding: 10px 5px 4px 5px;
  border-bottom: 4px solid transparent;
  letter-spacing: 0.08em;
}

.head__nav__a:hover {
  color: #394a58;
}

.head__nav__a.is-active {
  border-color: #ffa952;
  color: #ffa952;
}

.head__nav__logo {
  -webkit-transition: width 0.45s, margin 0.45s;
  transition: width 0.45s, margin 0.45s;
  width: 100px;
  margin-left: -50px;
  position: absolute;
  top: 25px;
  left: 50%;
  display: none;
}

.head__nav__logo.is-pinned,.head__nav__logo.is-active {
  display: block;
}

.head__burger {
  height: 100%;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
}

.head__burger__box {
  width: 24px;
  height: 18px;
}

.head__burger__inner {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #27252b;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -2px;
}

.head__burger__inner:before,.head__burger__inner:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #394a58;
  border-radius: 3px;
  background-color: #000;
}

.head__burger__inner:before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  top: -8px;
}

.head__burger__inner:after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -8px;
}

.head__burger.is-active .head__burger__inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head__burger.is-active .head__burger__inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.head__burger.is-active .head__burger__inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

li#lny {
  background: #a42e29;
  padding: 10px 20px;
  margin-left: 0px;
  margin-right: -3px;
}

li#lny:hover {
  background-color: #881914;
}

li#lny a:hover {
  text-decoration: none;
}

.foot {
  color: #fff;
}

.foot__scroll {
  display: block;
  width: 100%;
  text-align: center;
}

.foot__scroll__btn {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 400;
  padding: 14px;
  background-color: #434343;
}

.foot__scroll__btn:hover {
  background-color: #101010;
}

.foot__bottom {
  font-size: 1.2rem;
  text-align: center;
  padding: 40px 0;
}

.foot__developer {
  text-align: center;
}

.foot__developer__inner {
  display: inline-block;
}

.foot__developer__text {
  display: inline-block;
  padding: 5px 20px;
  float: left;
}

.foot__developer__logo {
  max-width: 75px;
  float: left;
}

.foot__privacy {
  padding: 20px 0;
}

.foot__privacy a {
  color: #ffa952;
}

.foot__privacy a:hover {
  text-decoration: underline;
}

.foot__content {
  padding-top: 10px;
}

.foot__content p {
  line-height: 1.5;
}

.foot__content p:not(:last-child) {
  margin-bottom: 20px;
}

.foot__disclaimer {
  font-size: 1.4rem;
}

.foot__disclaimer a {
  text-decoration: underline;
}

.foot__disclaimer a:hover {
  text-decoration: none;
}

.home__discover {
  padding: 85px 0;
  background-image: url("../images/bg-pattern-light.png");
  background-repeat: repeat-x;
  background-position: 10% bottom;
}

.home__discover__container {
  max-width: 400px;
  margin: 0 auto;
}

.home__discover__logo {
  display: inline-block;
  margin-bottom: 20px;
}

.gallery {
  margin: 0 -14px;
  padding-bottom: 20px;
}

.gallery__play {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.gallery__play__icon {
  height: 52px;
  width: 52px;
  background-color: #ffa952 !important;
  margin: 0 auto;
}

.gallery__play__icon:after {
  content: '';
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-left: 7px solid white !important;
  margin: 19px 0 0 23px;
}

.gallery__logo {
  width: 100%;
  padding: 20px 0;
  max-width: 230px;
  display: inline-block;
}

.gallery__item {
  display: block;
  overflow: hidden;
  min-height: 1px;
  margin-bottom: 14px;
}

.gallery__item__sizer {
  width: 33.33%;
}

.gallery__item__spacer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 7px;
}

.gallery__item__spacer__inner {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #ccc;
}

.gallery__item:nth-child(2) .gallery__img,.gallery__item:nth-child(3) .gallery__img {
  background-position: top center;
}

.gallery__item--1x1,.gallery__item--1x2 {
  width: 33.33%;
}

.gallery__item--2x2,.gallery__item--2x1 {
  width: 66.66%;
}

.gallery__item--3x1 {
  width: 100%;
}

.gallery__item__container {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.gallery__item__container--1x1 {
  padding-bottom: 54.83871%;
}

.gallery__item__container--1x2 {
  padding-bottom: 109.67742%;
}

.gallery__item__container--2x2 {
  padding-bottom: 54.83871%;
}

.gallery__item__container--2x1 {
  padding-bottom: 27.41935%;
}

.gallery__item__container--3x1 {
  padding-bottom: 18.27957%;
}

.gallery__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery__more {
  padding-bottom: 60px;
}

.location__heading {
  margin-bottom: 60px;
}

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

.location__map__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.location__map__inner {
  width: 100%;
  position: relative;
  height: 716px;
  padding-right: 355px;
}

.location__embed {
  width: 100%;
  height: 100%;
}

.location__legend {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  right: 65px;
  bottom: 20px;
  background-color: #ecede7;
  color: #27252b;
  display: inline-block;
  padding: 10px 0 10px 10px;
}

.location__legend.is-active {
  opacity: 1;
}

.location__legend__li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
}

.location__legend__swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: black;
  margin-right: 10px;
}

.location__legend__title {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  top: -3px;
}

.location__nav {
  width: 355px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #333;
  border-left: 1px solid #fff;
  overflow: hidden;
}

.location__nav__wrapper {
  width: calc(100% + 17px);
  height: 100%;
  overflow-y: scroll;
}

.location__nav__download {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #ffa952;
  color: white;
  padding: 13px 30px;
  display: block;
  margin-top: -1px;
  text-transform: uppercase;
}

.location__nav__download:hover {
  background-color: #ff901f;
}

.location__nav__btn {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  position: relative;
  padding: 16px 30px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: left;
}

.location__nav__btn.is-active + ul {
  display: block;
}

.location__nav__btn-2 {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  position: relative;
  padding: 13px 30px;
  color: #27252b;
  text-transform: uppercase;
  font-weight: 300;
  text-align: left;
}

.location__nav__btn-2:hover {
  color: #595462;
}

.location__nav__btn-2.is-active {
  background-color: #394a58;
  border-color: transparent;
  color: #fff;
}

.location__nav__btn-2.is-active:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #394a58;
  position: absolute;
  left: 0;
  top: -1px;
}

.location__nav__pipe {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.location__nav__ul-2 {
  background-color: #efefe9;
  display: none;
}

.location__nav__li {
  border-bottom: 1px solid #fff;
}

.location__nav__li-2 {
  position: relative;
}

.location__nav__li-2:not(:last-child):before {
  content: '';
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - (30px * 2));
  display: block;
  border-bottom: 1px solid #394a58;
}

.location__score__circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  line-height: 1;
}

.location__score__circle--walk {
  top: 60px;
}

.location__score__circle--transit {
  top: 190px;
}

.location__score__number {
  font-size: 4rem;
  font-weight: 300;
}

.location__score__label {
  font-size: 1.2rem;
}

.floorplan__intro {
  padding: 80px 0;
}

.floorplan__layout {
  padding: 40px 0;
}

.floorplan__title {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.floorplan__title span {
  font-size: 7rem;
}

.floorplan__info {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.floorplan__info__ul {
  display: inline-block;
}

.floorplan__info__li {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.floorplan__info__li:not(:last-child) {
  border-right: 1px solid black;
}

.floorplan__buttons--gutter {
  padding-top: 30px;
}

.floorplan__img {
  width: 100%;
}

.floorplan__box {
  display: none;
}

.floorplan__box__intro {
  padding: 20px 0;
}

.floorplan__box.is-active {
  display: block;
}

.floorplan__item {
  display: block;
  background-color: #fff;
  margin-bottom: 14px;
}

.floorplan__item:hover .floorplan__lower {
  background-color: #ff901f;
}

.floorplan__details {
  padding: 14px;
  font-size: 1.4rem;
}

.floorplan__details__title {
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.floorplan__details__title span {
  font-size: 4.5rem;
}

.floorplan__details__inner--right {
  padding-top: 5px;
}

.floorplan__details p {
  margin: 0;
}

.floorplan__lower {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #fff;
  background-color: #ffa952;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.floorplan__pager {
  padding: 40px 0;
}

.floorplan__pager p {
  margin-bottom: 10px;
}

.siteplan {
  padding: 60px 0;
}

.siteplan__img {
  background-size: cover;
  background-repeat: no-repeat;
}

.siteplan__label {
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  color: white;
  background-color: #ffa952;
  padding: 10px 15px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.siteplan__label--east {
  top: 69%;
  left: 50.5%;
}

.siteplan__label--west {
  top: 22.2%;
  left: 21.5%;
}

.siteplan__label--disabled {
  background-color: #999;
}

.siteplan__path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: transparent;
  cursor: pointer;
}

.siteplan__path--west:hover {
  fill: #27262B;
}

.siteplan__path--east:hover {
  fill: #27262B;
}

.views__top {
  padding: 60px 0;
}

.views .panorama {
  height: 625px;
}

.views .panorama .arrow-left {
  left: 0;
}

.views .panorama .arrow-left:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  top: 19px;
}

.views .panorama .arrow-left:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
  left: 50%;
  top: 33px;
}

.views .panorama .arrow-right {
  right: 0;
}

.views .panorama .arrow-right:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
}

.views .panorama .arrow-right:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px;
  left: 50%;
}

.views .panorama .arrow-left,.views .panorama .arrow-right {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 48%;
  margin: -23px 0 0;
  padding: 0;
  background-color: #ffa952;
  width: 50px;
  height: 72px !important;
  opacity: 0.8;
}

.views .panorama .arrow-left:hover,.views .panorama .arrow-right:hover {
  opacity: 1;
}

.views .panorama .arrow-left:after,.views .panorama .arrow-left:before,.views .panorama .arrow-right:after,.views .panorama .arrow-right:before {
  content: '';
  display: block;
  height: 20px;
  width: 1px;
  background-color: #fff;
  position: absolute;
}

.views .panorama .arrow-left:before,.views .panorama .arrow-right:before {
  top: 19px;
}

.views .panorama .arrow-left:after,.views .panorama .arrow-right:after {
  top: 33px;
}

.custom-select {
  display: inline-block;
  position: relative;
  border: 2px solid #394a58;
  color: #394a58;
  min-width: 275px;
  margin: 0 5px 10px;
}

.custom-select--sm {
  min-width: 200px;
}

.custom-select--floor {
  display: none;
}

.custom-select--floor.is-active {
  display: inline-block;
}

.custom-select__title {
  text-transform: uppercase;
  color: inherit;
  font-size: 1.2rem;
  padding: 10px 30px;
}

.custom-select__arrow {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}

.custom-select__arrow-icon {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #394a58;
  border-bottom: 1px solid #394a58;
}

.custom-select__field {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

.contact {
  padding: 80px 0;
}

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

@media only screen and (min-width: 320px) and (max-width: 1170px) {
  .content--discover h2 {
    font-size: calc(3rem + 10 * (100vw - 320px) / (1170 - 320));
  }

  .title-page {
    font-size: calc(2.6rem + 16 * (100vw - 320px) / (1170 - 320));
  }

  .zh_cn .featured .title-featured {
    font-size: calc(2rem + 15 * (100vw - 320px) / (1170 - 320));
  }

  .title-custom {
    font-size: calc(6rem + 28 * (100vw - 320px) / (1170 - 320));
  }

  .zh_cn .title-custom {
    font-size: 4rem;
  }

  .zh_cn .featured .title-custom {
    font-size: calc(2rem + 15 * (100vw - 320px) / (1170 - 320));
  }

  .title-custom span {
    font-size: calc(1.6rem + 4 * (100vw - 320px) / (1170 - 320));
  }

  .banner__title--hero,.banner__title--video {
    font-size: calc(2.5rem + 33 * (100vw - 320px) / (1170 - 320));
  }

  .banner__subtitle {
    font-size: calc(2rem + 12 * (100vw - 320px) / (1170 - 320));
  }

  .floorplan__title {
    font-size: calc(2rem + 10 * (100vw - 320px) / (1170 - 320));
  }

  .floorplan__title span {
    font-size: calc(3rem + 40 * (100vw - 320px) / (1170 - 320));
  }

  .floorplan__info {
    font-size: calc(1.3rem + 5 * (100vw - 320px) / (1170 - 320));
  }

  .floorplan__details {
    font-size: calc(1.2rem + 2 * (100vw - 320px) / (1170 - 320));
  }

  .floorplan__details__title {
    font-size: calc(1.4rem + 4 * (100vw - 320px) / (1170 - 320));
  }

  .floorplan__details__title span {
    font-size: calc(3rem + 15 * (100vw - 320px) / (1170 - 320));
  }

  .floorplan__details p {
    margin: 0;
  }
}

@media only screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .panorama .controls a.prev span,.panorama .controls a.stop span,.panorama .controls a.next span {
    background-image: url(panorama-controls@2x.png);
    background-size: 32px 14px;
  }
}

@media screen and (max-width: 640px) and (min-width: 641px) {
/* line 74, ../scss/components/modules/_content.scss */  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

@media screen and (min-width: 641px) {
/* line 4, ../scss/components/modules/_content.scss */  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }/* line 23, ../scss/components/modules/_content.scss */  html[data-lc-type=image] #lightcase-content,html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }/* line 100, ../scss/components/modules/_content.scss */  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }/* line 117, ../scss/components/modules/_content.scss */  #lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p {
    color: #333;
  }/* line 3, ../scss/components/modules/_error.scss */  #lightcase-case p.lightcase-error {
    padding: 0;
  }/* line 38, ../scss/components/modules/_navigation.scss */  a[class*='lightcase-icon-'].lightcase-icon-pause,a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }/* line 2, ../scss/components/modules/_navigation.scss */  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }/* line 57, ../scss/components/modules/_navigation.scss */  a[class*='lightcase-icon-']:hover,#lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .float {
 /*
    &-l\@md {
      float: left;
    }

    &-r\@md {
      float: right;
    }

    &-n\@md {
      float: none;
    }
    */;
  }

  .align {
 /*
    &-m\@md {
      vertical-align: middle;
    }

    &-b\@md {
      vertical-align: bottom;
    }

    &-c\@md {
      text-align: center;
    }

    &-l\@md {
      text-align: left;
    }

    &-r\@md {
      text-align: right;
    }
    */;
  }

  .pos {
 /*
    &-f\@md {
      position: fixed;
    }

    &-a\@md {
      position: absolute;
    }

    &-r\@md {
      position: relative;
    }

    &-s\@md {
      position: static;
    }
    */;
  }

  .col-0\@md {
    width: 0%;
  }

  .col-1\@md {
    width: 8.33333%;
  }

  .col-2\@md {
    width: 16.66667%;
  }

  .col-3\@md {
    width: 25%;
  }

  .col-4\@md {
    width: 33.33333%;
  }

  .col-5\@md {
    width: 41.66667%;
  }

  .col-6\@md {
    width: 50%;
  }

  .col-7\@md {
    width: 58.33333%;
  }

  .col-8\@md {
    width: 66.66667%;
  }

  .col-9\@md {
    width: 75%;
  }

  .col-10\@md {
    width: 83.33333%;
  }

  .col-11\@md {
    width: 91.66667%;
  }

  .col-12\@md {
    width: 100%;
  }

  .dis-t\@md {
    display: table;
  }

  .dis-tc\@md {
    display: table-cell;
  }

  .dis-ib\@md {
    display: inline-block;
  }

  .dis-n\@md {
    display: none;
  }

  .dis-b\@md {
    display: block;
  }

  .inquiries {
    font-size: 1.4rem;
  }

  .inquiries__grid__col {
    padding: 0 2.8vw;
  }

  .main {
    padding-top: 114px;
  }

  .zh_cn .main {
    padding-top: 114px;
  }

  .head__nav {
    text-align: left;
  }

  .head__nav__wrap {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10;
  }

  .head__nav__wrap.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .head__nav__container {
    float: none;
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
    background-color: #fff;
  }

  .head__nav__container--right {
    border-bottom: 1px solid #ccc;
  }

  .head__nav__ul {
    display: block;
    width: 100%;
  }

  .head__nav__li {
    display: block;
    width: 100%;
    padding: 0;
    border-top: 1px solid #ccc;
  }

  .head__nav__li--logo {
    display: none;
  }

  .head__nav__a {
    border: 0;
    padding: 10px;
    display: block;
  }

  .head__nav__logo {
    position: relative;
    float: left;
    left: 14px;
    top: 0px;
    width: 40px;
    margin: 0;
    padding: 10px 0;
    display: block;
    padding: 15px 0;
    width: 134px;
  }

  .head__nav__logo__text path {
    fill: #333 !important;
  }

  .home__discover__logo {
    max-height: 70px;
    width: auto;
  }

  .views .panorama {
    height: 450px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .float {
 /*
    &-l\@lg {
      float: left;
    }

    &-r\@lg {
      float: right;
    }

    &-n\@lg {
      float: none;
    }
    */;
  }

  .align {
 /*
    &-m\@lg {
      vertical-align: middle;
    }

    &-b\@lg {
      vertical-align: bottom;
    }

    &-c\@lg {
      text-align: center;
    }

    &-l\@lg {
      text-align: left;
    }

    &-r\@lg {
      text-align: right;
    }
    */;
  }

  .pos {
 /*
    &-f\@lg {
      position: fixed;
    }

    &-a\@lg {
      position: absolute;
    }

    &-r\@lg {
      position: relative;
    }

    &-s\@lg {
      position: static;
    }
    */;
  }

  .dis {
 /*
    &-t\@lg {
      display: table;
    }

    &-tc\@lg {
      display: table-cell;
    }

    &-ib\@lg {
      display: inline-block;
    }

    &-n\@lg {
      display: none;
    }

    &-b\@lg {
      display: block;
    }
    */;
  }

  .head__nav__a {
    font-size: 1.2rem;
  }

  .views .panorama {
    height: 550px;
  }
}

@media only screen and (min-width: 1201px) {
  .float {
 /*
    &-l\@xl {
      float: left;
    }

    &-r\@xl {
      float: right;
    }

    &-n\@xl {
      float: none;
    }
    */;
  }

  .align {
 /*
    &-m\@xl {
      vertical-align: middle;
    }

    &-b\@xl {
      vertical-align: bottom;
    }

    &-c\@xl {
      text-align: center;
    }

    &-l\@xl {
      text-align: left;
    }

    &-r\@xl {
      text-align: right;
    }
    */;
  }

  .pos {
 /*
    &-f\@xl {
      position: fixed;
    }

    &-a\@xl {
      position: absolute;
    }

    &-r\@xl {
      position: relative;
    }

    &-s\@xl {
      position: static;
    }
    */;
  }

  .dis {
 /*
    &-t\@xl {
      display: table;
    }

    &-tc\@xl {
      display: table-cell;
    }

    &-ib\@xl {
      display: inline-block;
    }

    &-n\@xl {
      display: none;
    }

    &-b\@xl {
      display: block;
    }
    */;
  }

  .carousel__content {
    padding: 70px;
  }

  .head__nav__logo {
    width: 150px;
    margin-left: -75px;
    top: 15px;
  }

  .head__nav__li {
    padding-left: 0.5vw;
    padding-right: 0.5vw;
  }

  .zh_cn .head__nav__li {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .head__nav__container--left.is-pinned,.head__nav__container--left.is-active {
    padding-right: 80px;
  }

  .head__nav__container--right.is-pinned,.head__nav__container--right.is-active {
    padding-left: 80px;
  }

  .foot__grid__col {
    padding: 0 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .float-l\@sm {
    float: left;
  }

  .float-r\@sm {
    float: right;
  }

  .float-n\@sm {
    float: none;
  }

  .align-m\@sm {
    vertical-align: middle;
  }

  .align-b\@sm {
    vertical-align: bottom;
  }

  .align-c\@sm {
    text-align: center;
  }

  .align-l\@sm {
    text-align: left;
  }

  .align-r\@sm {
    text-align: right;
  }

  .pos-f\@sm {
    position: fixed;
  }

  .pos-a\@sm {
    position: absolute;
  }

  .pos-r\@sm {
    position: relative;
  }

  .pos-s\@sm {
    position: static;
  }

  .col-0\@sm {
    width: 0%;
  }

  .col-1\@sm {
    width: 8.33333%;
  }

  .col-2\@sm {
    width: 16.66667%;
  }

  .col-3\@sm {
    width: 25%;
  }

  .col-4\@sm {
    width: 33.33333%;
  }

  .col-5\@sm {
    width: 41.66667%;
  }

  .col-6\@sm {
    width: 50%;
  }

  .col-7\@sm {
    width: 58.33333%;
  }

  .col-8\@sm {
    width: 66.66667%;
  }

  .col-9\@sm {
    width: 75%;
  }

  .col-10\@sm {
    width: 83.33333%;
  }

  .col-11\@sm {
    width: 91.66667%;
  }

  .col-12\@sm {
    width: 100%;
  }

  .column-2\@sm {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .column-1\@sm {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .dis-n\@sm {
    display: none;
  }

  .dis-ib\@sm {
    display: inline-block;
  }

  .dis-b\@sm {
    display: block;
  }

  .grid--gutter {
    margin-left: -7px;
    margin-right: -7px;
  }

  .grid--gutter .grid__col {
    padding: 0 7px;
  }

  .form__inner {
    padding: 20px;
  }

  .form__title {
    font-size: 2.2rem;
  }

  .form__select__wrap {
    overflow: hidden;
    position: relative;
  }

  .form__select__wrap select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .content--main p:first-child br {
    display: none;
  }

  .content--discover h2 br {
    display: none;
  }

  .banner__t--normal {
    min-height: 180px;
  }

  .banner__tc {
    padding: 0;
  }

  .banner__tc--hero,.banner__tc--video {
    padding-bottom: 1vh;
  }

  .carousel__panel {
    padding-bottom: 50px;
  }

  .carousel__btn {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: auto;
    bottom: 0;
  }

  .carousel__btn--prev {
    left: auto;
    right: 50%;
    border-right: 1px solid #ccc;
  }

  .carousel__btn--next {
    left: 50%;
    right: auto;
    border-left: 1px solid #ccc;
  }

  .carousel__btn--featured {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    top: 50%;
    bottom: auto;
  }

  .carousel__btn--featured.carousel__btn--prev {
    left: 0;
  }

  .carousel__btn--featured.carousel__btn--next {
    right: 0;
    left: auto;
  }

  .featured__content {
    padding: 9vw 20px;
  }

  .inquiries {
    padding: 40px 0;
  }

  .inquiries__grid {
    display: block;
  }

  .inquiries__grid__col {
    float: none;
    width: 100%;
  }

  .inquiries__grid__col:not(:last-child) {
    margin-bottom: 40px;
  }

  .inquiries__grid__title {
    margin-bottom: 8px;
  }

  .wrap__gutter {
    padding: 0 20px;
  }

  .live-chat {
    top: 30vh;
  }

  .booking {
    top: 30vh;
  }

  .intro {
    padding: 30px 0;
  }

  .main {
    padding-top: 114px;
  }

  .zh_cn .main {
    padding-top: 114px;
  }

  .head__util {
    text-transform: none;
  }

  .head__util--left {
    padding-left: 10px;
  }

  .head__util__li--left {
    padding: 10px 10px 10px 0;
  }

  .head__util__li--right {
    padding: 10px 0 10px 10px;
  }

  .head__util__li--right-last {
    padding-right: 10px;
  }

  .head__util__item--featured {
    padding: 10px;
  }

  .head__nav {
    text-align: left;
  }

  .head__nav__wrap {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10;
  }

  .head__nav__wrap.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .head__nav__container {
    float: none;
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
    background-color: #fff;
  }

  .head__nav__container--right {
    border-bottom: 1px solid #ccc;
  }

  .head__nav__ul {
    display: block;
    width: 100%;
  }

  .head__nav__li {
    display: block;
    width: 100%;
    padding: 0;
    border-top: 1px solid #ccc;
  }

  .head__nav__li--logo {
    display: none;
  }

  .head__nav__a {
    border: 0;
    padding: 10px;
    display: block;
  }

  .head__nav__logo {
    position: relative;
    float: left;
    left: 14px;
    top: 0px;
    width: 40px;
    margin: 0;
    padding: 10px 0;
    display: block;
    padding: 15px 0;
    width: 134px;
  }

  .head__nav__logo__text path {
    fill: #333 !important;
  }

  .home__discover {
    padding: 40px 0;
  }

  .home__discover__container:not(.is-last) {
    margin-bottom: 25px;
  }

  .home__discover__logo {
    max-height: 70px;
    width: auto;
  }

  .gallery {
    margin: 0;
  }

  .gallery__item {
    margin-bottom: 20px;
    padding: 0;
  }

  .gallery__item__sizer {
    width: 100%;
  }

  .gallery__item--1x1,.gallery__item--1x2,.gallery__item--2x2,.gallery__item--2x1,.gallery__item--3x1 {
    width: 100%;
  }

  .gallery__more {
    padding-bottom: 40px;
  }

  .location__legend {
    right: auto;
    left: 20px;
  }

  .location__map__inner {
    width: 100%;
    position: relative;
    height: auto;
    padding: 0;
  }

  .location__embed {
    width: 100%;
    height: 350px;
  }

  .location__nav {
    width: 100%;
    height: auto;
    position: relative;
  }

  .location__score {
    text-align: center;
    padding: 20px 0;
  }

  .location__score__circle {
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 10px;
  }

  .location__score__number {
    font-size: 4rem;
    font-weight: 300;
  }

  .location__score__label {
    font-size: 1.2rem;
  }

  .floorplan__intro {
    padding: 40px 0;
  }

  .floorplan__layout {
    padding: 20px 0;
  }

  .floorplan__info__li {
    padding: 0 8px;
  }

  .siteplan {
    padding: 30px 0;
  }

  .siteplan__label {
    font-size: 1.3rem;
    padding: 8px 12px;
  }

  .views .panorama {
    height: 350px;
  }

  .views__top {
    padding: 40px 0;
  }

  .custom-select--sm {
    min-width: 275px;
  }

  .contact {
    padding: 40px 0;
  }
}

@media screen and (max-width: 640px) {
/* line 16, ../scss/components/modules/_case.scss */  html[data-lc-type=inline] #lightcase-case,html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }/* line 31, ../scss/components/modules/_content.scss */  html[data-lc-type=inline] #lightcase-content,html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }/* line 43, ../scss/components/modules/_content.scss */  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }/* line 52, ../scss/components/modules/_content.scss */  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }/* line 59, ../scss/components/modules/_content.scss */  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }/* line 70, ../scss/components/modules/_content.scss */  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }/* line 91, ../scss/components/modules/_content.scss */  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }/* line 117, ../scss/components/modules/_content.scss */  #lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p {
    color: #aaa;
  }/* line 3, ../scss/components/modules/_error.scss */  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }/* line 19, ../scss/components/modules/_info.scss */  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }/* line 45, ../scss/components/modules/_info.scss */  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }/* line 51, ../scss/components/modules/_info.scss */  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }/* line 2, ../scss/components/modules/_navigation.scss */  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }/* line 1, ../scss/components/modules/_overlay.scss */  #lightcase-overlay {
    opacity: 1 !important;
  }
}

@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
