.booking-mobile {
    display: block;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100vh;
    transform: translateY(-100%);
    transition: transform 0.3s linear;
}

.booking-mobile.active {
    transform: translateY(-0);
}

.booking-mobile header {
    padding: 18px 0 18px 18px;
    display: flex;
    flex-direction: row-reverse;
}

.booking-mobile .booking-header-small-bg {
    padding-top: 0;
}

@media (min-width: 1000px) {
    .booking-mobile {
        display: none;
    }

}
.contact-map {
  background-color: #f2f2f2;
  height: 80vh;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}

.contact-text {
  max-width: 1200px;
  margin: auto;
  padding: 4em .5em;
}

.careers-text {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.btn_careers {
  color: #251DC8 !important;
  max-width: none;
  min-width: 320px;
  display: inline-block;
  margin: 25px auto 0 auto;
  padding: 0 0.9375rem;
  border: 1px solid;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 3.625rem;
  height: 3.625rem;
  vertical-align: middle;
}

@media (max-width: 1000px) {
  .btn_careers {
    min-width: 100%;
  }
}

.contact-text p, .contact-text h1, .page-career-section-inner h1 {
  font-size: 2rem;
  margin-bottom: 1em;
}

.contact-text strong {
  font-size: 1.5rem;
  text-decoration: underline;
}

.contact-text .text-wrapper {
  margin-bottom: 2em;
}

.contact-tooltip {
  border-radius: 50%;
  color: #fff;
  font-family: 'brandon-bold';
  text-align: center;
  width: 24px;
  display: inline-block;
}

.contact-tooltip-first {
  background: #FF4242;
}

.contact-tooltip-middle {
  background: #00D700;
}

.contact-tooltip-last {
  background: #FFF200;
}

.medium-label {
  font-family: 'brandon-medium';
}

.contact-means {
  display: inline-block;
  margin-right: 1em;
}

.map-tooltips {
  position: absolute;
  /*right: 22%;
  bottom: 15%;*/
  right: 9%;
  bottom: 12%;
  z-index: 2;
}

.mapboxgl-ctrl-attrib, .mapboxgl-ctrl-logo {
  display: none !important;
}

.mapboxgl-ctrl-top-right {
  padding-top: 6em;
}

.map-tooltip {
  margin-bottom: 1em;
  text-align: center;
}

.map-tooltip .tooltip-icon {
  background: #fff;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin: auto;
  padding: .5em;
  border: 3px solid #000;
}

.tooltip-icon img {
  width: 38px;
  margin-top: .5em;
}

.map-tooltip .tooltip-label {
  color: #000;
  font-family: 'brandon-bold';
  font-size: 1.25rem;
  margin-top: .5em;
  display: block;
}

.contact-ways {
  border-top: 1px solid #D0D0D0;
  overflow: auto;
}

.contact-ways-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  overflow: auto;
}

.contact-way {
  width: 33%;
  float: left;
  padding: 0 1.5em;
}

.contact-way:nth-child(3) {
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  padding-bottom: 12em;
}

.contact-way h1 {
  margin: 1em 0 1.5em 0;
}

.contact-way, .journey {
  overflow: auto;
}

.progression {
  height: 200px;
  width: 30px;
}

.progression .progress-bar {
  background: #000;
  height: 170px;
  width: 1px;
  margin: 15px auto;
}

.progression, .steps {
  float: left;
}

.normal-step::before {
  content: '';
  background: #fff;
  border: 2px solid #000;
  color: #fff;
  border-radius: 50%;
  margin-left: -20px;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.steps .first-step::before {
  content: 'S';
  background: #000;
  color: #fff;
  font-family: 'brandon-bold';
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-left: -25px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.steps .last-step::before {
  content: 'F';
  background: #000;
  color: #fff;
  font-family: 'brandon-bold';
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-left: -25px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.page-career-section-inner {
  max-width: 1200px !important;
}

.page-career-section-inner b {
  margin-bottom: 2em !important;
}

.top-means {
  margin-bottom: 2em;
}

@media (max-width: 1000px) {
  .page-career-section-inner {
    padding-bottom: 2em !important;
  }
  .page-career-section-inner b {
    margin-bottom: 1em !important;
  }

  .contact-text {
    padding: 2em 1em;
  }

  .contact-text p, .contact-text strong {
    font-size: 1.25rem;
    margin-bottom: 1em;
  }

  .contact-text .text-wrapper {
    margin-top: .5em;
    margin-bottom: 2em;
  }

  .contact-text h1 {
    font-size: 2rem;
  }

  .contact-means {
    display: block;
    margin-bottom: .5em;
  }

  .contact-tooltip-middle, .contact-tooltip-last {
    margin-left: 0;
    margin-top: .5em;
  }

  .contact-info {
    margin-left: .5em;
  }

  .map-tooltips {
    right: 10%;
    bottom: 10%;
  }

  .contact-way {
    width: 100%;
    float: none;
    padding: 0 1.5em;
  }

  .contact-way h1 {
    margin: 1em 0;
  }

  .contact-way:nth-child(3) {
    padding-bottom: 0;
  }

  .contact-way:nth-child(4), .contact-way:nth-child(3) {
    display: none;
  }

  .contact-way:nth-child(3) {
    border: none;
  }

  .contact-ways-wrapper {
    padding-bottom: 2em;
  }
}

.way-selector {
  overflow: auto;
  max-width: 320px;
  margin: 3em auto 0 auto;
}

.way-selector .outer-circle {
  float: left;
  width: 33%;
  background: #f2f2f2;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding-top: 1px;
  margin: 0 .5em;
  text-align: center;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

.way-selector .inner-circle {
  margin: 3px;
  background: #f2f2f2;
  border: 3px solid #f2f2f2;
  border-radius: 50%;
  line-height: 83px;
  height: 83px;
  width: 83px;
  -webkit-transition: background .3s linear;
  -moz-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

.way-selector .inner-circle img {
  vertical-align: middle;
}

.icon-means-selected {
  display: none;
}

.show-way:first-of-type .icon-means-selected {
  display: inline-block;
}

.show-way:first-of-type .icon-means {
  display: none;
}

.show-way:first-of-type .outer-circle, .show-way:first-of-type .inner-circle {
  background: #000;
}

.steps span {
  display: block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 1rem;
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  width: 338px;
  position: fixed;
  top: 194px !important;
  z-index: 3;
  border-left: 1px solid #404040;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  background-color: #000;
  font-size: 16px;
  line-height: 20px;
  color: #aaa;
  font-family: brandon-grotesque, sans-serif;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}

@media (max-width: 1000px) {
  .date-picker-wrapper {
    top: 204px !important;
    left: 0;
    max-width: 460px;
    width: 90.5% !important;
    border: none;
  }
}

@media (max-width: 320px) {
  .date-picker-wrapper {
    top: 164px !important;
  }
}


.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}

.date-picker-wrapper.single-date {
  width: auto;
}

.date-picker-wrapper .footer {
  font-size: 11px;
}

.date-picker-wrapper b {
  color: #666;
  font-family: 'brandon-bold';
}

.date-picker-wrapper a {
  color: rgb(107, 180, 214);
  text-decoration: underline;
}

.date-picker-wrapper .month-name {
  text-transform: uppercase;
  color: #fff;
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.date-picker-wrapper .month-wrapper {
  background-color: #000;
  padding: 10px 15px 0 15px;
  cursor: default;
  position: relative;
  width: 100% !important;
  _overflow: hidden;
}

@media (max-width: 1000px) {
  .date-picker-wrapper .month-wrapper {
    padding: 0;
  }
}

.date-picker-wrapper .month-wrapper table {
  width: 100%;
  float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 100%;
  float: left;
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 44px;
  margin: 0px;
  padding: 0px;
  width: 14.2%;
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 8px 0;
  line-height: 1;
  font-size: 16px;
  font-family: 'brandon-bold';
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #808080;
  font-weight: 400;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  position: relative;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.date-picker-wrapper .time label {
  white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #fff;
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  position: relative;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  /*display: none;*/
}

/*.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #222;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #222;
}*/

.date-picker-wrapper table .caption {
  height: 40px;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  font-size: 16px;
  color: #fff;
  font-family: 'brandon-bold';
  cursor: pointer;
}

/*.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}*/

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .selected-days {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

.date-picker-wrapper .drp_top-bar .error-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}


/*time styling*/

.date-picker-wrapper .time {
  position: relative;
}

.date-picker-wrapper.single-month .time {
  display: block;
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.date-picker-wrapper .time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}

.date-picker-wrapper .time2 {
  float: right;
}

.date-picker-wrapper .hour,
.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}

.date-picker-wrapper .first-date-selected {
  position: relative;
  color: white !important;
}

.date-picker-wrapper .last-date-selected {
  position: relative;
  color: white !important;
}

.date-picker-wrapper .month-wrapper table .day.checked:after,
.date-picker-wrapper .last-date-selected:after,
.date-picker-wrapper .first-date-selected:after,
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering:after
{
  content: "";
  background-image: url('../images/patterns/calendar_brush_resized.png');
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  display: none;
  background-color: #222;
  color: #fff;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
}

.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #4499EE;
  font-weight: bold;
}

.page-is-eat-drink {
  background-position: 100% 65%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.section-e-d-1 .page-section-top {
  margin-bottom: 2em;
}

.section-e-d-1 .page-section-left {
  margin-left: 10%;
  width: 45%;
}

.section-e-d-1 .page-section-right {
  width: 35%;
  margin-right: 0;
  text-align: right;
  float: right;
}

.section-e-d-2 .page-section-center {
  align-items: flex-start;
}

.section-e-d-2 .page-section-left {
  width: 56%;
  margin-right: 0;
}

.section-e-d-2 .page-section-right {
  margin-right: 0;
  width: 34%;
  margin-top: 8%;
}

.section-e-d-2 .page-section-right .page-title {
  margin-top: 2em;
}

.section-e-d-3 {
  margin: 1em auto 0 auto !important;
}

.section-e-d-3 .page-section-center {
  justify-content: normal;
}

.section-e-d-3 .page-section-left {
  width: 45%;
  margin: 4em 0 0 10%;
}

@media (max-width: 1000px) {
  .page-is-eat-drink .page-section {
    padding: 1em 0 2em 0;
  }

  .page-is-eat-drink .show-for-large {
    display: none;
  }

  .section-e-d-3 {
    margin: 0 auto !important;
  }

  .section-e-d-2 .page-section-right .page-title {
    margin-top: 0;
  }

  .section-e-d-2 .page-section-right .page-title br {
    display: none;
  }

  .section-e-d-3 .page-section-top {
    margin-bottom: 2em;
  }
}

.site-footer {
	background-image: url("../images/patterns/footer_pattern.png");
	background-repeat: repeat;
	background-size: 100%;
	z-index: 3;
}

.site-info {
	overflow: auto;
}

#footer-menu-small ul li a br {
	display: none;
}

.site-legals {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 1000px) {
	.site-legals {
		flex-direction: column;
	}
}
.site-legals img {
	flex-shrink: 0;
	flex-grow: 0;
	width: 150px;
	height: auto;
	vertical-align: middle;
}
.site-legals img.green-key {
	width: auto;
	height: 50px;
}
.site-info,
.site-legals,
.site-sns,
.footer-logo {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.footer-separator {
	clear: both;
	height: 1px;
	width: 100%;
	background: #d0d0d0;
	opacity: 0.5;
}

.copyright {
	color: #bdbdbd;
	padding: 1em 0.5em 2em 0.5em;
	font-size: 0.8rem;
}

.footer-logo {
	padding: 3.5em 0.5em 0 0.5em;
	margin-bottom: 1.25em;
}

.info-nav,
.info-sns,
.info-contact {
	float: left;
	padding: 3.5em 0.5em;
}

.linkedin-icon {
	width: 22px;
}

.info-nav nav ul {
	margin: 0;
	padding: 0;
	columns: 3;
}

.info-nav nav ul li {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.info-nav nav ul li a {
	color: #bdbdbd;
	padding: 0.7em 0;
	display: inline-block;
	font-size: 0.875rem;
	font-family: "brandon-medium";
}
.info-nav nav #footer-menu-x li a:hover {
	text-decoration: line-through;
}

.info-nav {
	width: 50%;
}
.info-contact {
	margin-top: 1.25em;
	width: 20%;
}
.info-contact a {
	color: #bdbdbd;
	margin-bottom: 0.5em;
	display: block;
}
.info-contact a:hover {
	color: #bdbdbd;
}
.info-contact p a:hover {
	text-decoration: underline;
}
.info-contact b {
	color: #bdbdbd;
	margin-bottom: 1em;
	display: block;
}
.info-sns {
	margin-top: 1.25em;
	width: 30%;
}

.info-sns:last-of-type {
	margin-top: 0;
}

.info-sns-inner {
	width: 70%;
}

.info-sns b {
	display: block;
	color: #bdbdbd;
	padding: 0.4em 0 0.75em 0;
	font-size: 0.875rem;
	font-family: "brandon-medium";
	font-weight: 500;
}

.sns-newsletter {
	overflow: auto;
	border: 1px solid #bdbdbd;
	display: flex;
	align-items: center;
	padding: 5px 10px 5px 5px;
	max-width: 230px;
}

.sns-newsletter a {
	color: #bdbdbd !important;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.sns-newsletter input {
	display: block;
	float: left;
	border-left: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	border-right: none;
	background: #000;
	border-radius: 0;
	padding-left: 0.5em;
	color: #fff !important;
	max-width: 230px;
	width: 100%;
}

.submit-newsletter {
	float: left;
	height: 32px;
	line-height: 32px;
	background: #000;
	border-right: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

.sns-list {
	clear: both;
	/*margin-top: 1.25em;*/
	margin-top: 1em;
}

.sns-list a {
	padding-right: 1em;
}

@media (max-width: 1000px) {
	.footer-logo {
		text-align: center;
	}

	.info-nav {
		padding: 0.8em 1em;
	}

	.info-nav,
	.info-sns,
	.info-contact {
		width: 100%;
	}
	.info-contact {
		text-align: center;
		padding-top: 1rem;
	}

	.info-sns {
		padding-bottom: 0;
		padding-top: 0;
	}

	.info-sns:last-of-type {
		margin-top: 1.25em;
	}

	.info-nav nav ul {
		text-align: center;
	}

	.info-nav nav ul li {
		display: block;
		width: 100%;
		font-size: 1.0625rem;
	}

	.info-sns-inner {
		float: none;
		width: 100%;
		max-width: 256px;
		margin: auto;
		text-align: center;
		padding-bottom: 1.5em;
	}

	.site-footer {
		background-repeat: repeat;
		background-size: cover;
		background-image: url("../images/patterns/footer_pattern_mobile.jpeg");
	}

	.info-nav nav ul li a,
	.info-sns b {
		font-size: 1.0625rem;
	}

	.sns-newsletter {
		margin: auto;
	}
}

.f-o-f-hero {
  background-image: url('../images/patterns/four-o-four.jpg');
}

.f-o-f-hero h1 {
  color: #fff;
}

.small-header {
  background: #000;
  color: #fff;
  padding: 1em;
  position: fixed;
  width: 100%;
  z-index: 4;
  height: 50px;
}

.small-header-overlay {
  position: fixed;
  top: 50px;
  bottom: 0;
  right: -100%;
  z-index: 3;
  background: #000;
  width: 100%;
  height: 100%;
}

.small-header-overlay-inner div ul {
  list-style-type: none;
  /* padding: 3.75em 1.25em 0 1.25em; */
  padding: 3em 1.25em 0 1.25em;
  margin: 0;
  text-align: right;
  line-height: 1em;
}

@media (max-width: 320px) {
  .small-header-overlay-inner div ul {
    padding-top: 1.25em;
  }

  .small-header-overlay-inner div ul li a {
    margin-bottom: 1.25em !important;
  }

  .autograph-small {
    padding-bottom: 1.25em !important;
  }

  .small-booking {
    bottom: 5em !important;
  }
}

.languages-small {
  float: right;
  padding: 0 1.25em 1.875em 1.25em;
}

.languages-small a {
  color: #fff !important;
  margin-left: 1em;
  font-size: 1.25rem;
}

.languages-small a:hover. .languages-small a:focus,
.languages-small a:active {
  color: #fff;
}

.small-booking {
  padding: 0;
  text-align: center;
  position: static;
  clear: both;
  bottom: 5.5em;
  width: 100%;
  padding: 0 1.25em;
}

.small-booking-in {
  padding: 0;
  text-align: center;
  width: 100%;
}

.booking-header-small .room-inner,
.booking-header-small .person-inner {
  background: #fff;
}

.booking-header-small .room-inner span,
.booking-header-small .room-inner a,
.booking-header-small .person-inner span,
.booking-header-small .person-inner a {
  color: #000 !important;
  text-align: center;
}

.room-inner .slick-arrow,
.person-inner .slick-arrow {
  line-height: 40px !important;
  font-size: 1.1rem !important;
}

.small-booking a,
.small-booking-in a {
  border: 1px solid #fff;
  padding: 0.5em 1em;
  font-family: 'brandon-bold';
  color: #fff !important;
  font-size: 1.25rem;
  display: block;
}

.small-header-overlay-inner div ul li a {
  color: #fff;
  font-size: 1.25rem;
  font-family: 'brandon-bold';
  display: block;
  /* margin-bottom: 1.5em; */
  margin-bottom: 0.8em;
}

.autograph-small {
  text-align: right;
  /* padding: 0 1.25em 1.875em 1.25em; */
  padding: 0 1.25em 0.5em 1.25em;
}

.small-header-overlay-inner div ul li a br {
  display: none;
}

@media (min-width: 1001px) {
  .small-header {
    display: none;
  }

  .small-header-overlay {
    display: none;
  }
}

.small-back,
.small-logo,
.small-menu {
  float: left;
}

.small-back a,
.small-logo a,
.small-menu a {
  display: block;
  line-height: 23px;
}

.small-back a img,
.small-logo a img,
.small-menu a img {
  vertical-align: middle;
}

.small-back {
  width: 10%;
  min-height: 1px;
}

.small-logo {
  width: 80%;
  text-align: center;
}

.small-menu {
  width: 10%;
  text-align: right;
}

.small-menu .inner-overlay-trigger {
  display: none;
}

.inner-overlay-trigger img {
  height: 24px;
  max-width: 70%;
  vertical-align: middle;
}

.small-header-overlayception {
  position: absolute;
  bottom: -100%;
  width: 100%;
  background: #000;
  z-index: 4;
  height: 100vh;
  color: #fff;
  background-image: url('../images/patterns/mobile-background.png');
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.booking-header-small {
  height: 100%;
}

.booking-header-small-bg {
  overflow: auto;
  padding: 3.75em 1.25em 0 1.25em;
  position: relative;
  height: 92%;
}

.languages-small .lang {
  border: none;
}

#date-mobile {
  background: #fff;
  color: #000;
  border: none;
  height: 40px;
  line-height: 40px;
  padding-left: 0.5em;
  cursor: pointer;
}

.overlay-bottom {
  overflow: auto;
  position: absolute;
  bottom: 0;
  /* padding: 0 1.25em 1.25em 1.25em; */
  padding: 0 1.25em 0em 1.25em;
  left: 0;
  width: 100%;
}

.overlay-bottom .small-booking-in,
.overlay-bottom .resa-info {
  max-width: 460px;
  margin: auto;
}
.overlay-bottom .resa-info a {
  color: #828282;
}

.booking-header-small .date,
.booking-header-small .person,
.booking-header-small .room {
  width: 100%;
  max-width: 460px;
  margin: 0 auto 3.75em auto;
}

@media (max-width: 320px) {
  .booking-header-small-bg {
    padding-top: 1.25em;
  }
  .booking-header-small .date,
  .booking-header-small .person,
  .booking-header-small .room {
    margin-bottom: 1.25em;
  }
}

.booking-header-small .date b,
.booking-header-small .person b,
.booking-header-small .book a,
.booking-header-small .room b {
  color: #fff;
}

.booking-header-small .book a {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  margin-top: 32px;
  height: 40px;
  line-height: 40px;
  font-family: 'brandon-bold';
  width: 100%;
}

.booking-header-small .date b,
.booking-header-small .person b,
.booking-header-small .room b {
  display: block;
  margin-bottom: 1.25em;
  font-size: 1rem;
}

.person-inner,
.room-inner {
  width: 260px;
  margin: auto;
  display: block;
}

.large-header {
  display: none;
}

@media (max-width: 1150px) {
  .main-navigation .menu-header-container ul li a {
    font-size: 0.65rem;
  }
  .header-logo {
    width: 8% !important;
  }
  .main-navigation {
    width: 60% !important;
  }
  .header-right {
    width: 32% !important;
  }
}

@media (min-width: 1001px) {
  .large-header {
    display: block;
    background: #000;
    color: #fff;
    padding: 0.5em;
    position: fixed;
    width: 100%;
    z-index: 4;
  }
}

.autograph-wrapper {
  display: inline-block;
  width: 138px;
}

@media (max-width: 1160px) {
  .autograph-wrapper {
    width: 120px;
  }
}

.large-header-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.header-logo,
.main-navigation,
.header-right {
  float: left;
  line-height: 26px;
  height: 26px;
}

.header-logo {
  width: 8%;
}

.header-logo img {
  margin-top: 2px;
  max-width: 68px;
  max-height: 22px;
}

.small-logo img {
  max-width: 68px;
  max-height: 22px;
}

.main-navigation {
  width: 65%;
}

.main-navigation li {
  white-space: nowrap;
}

.main-navigation a {
  margin: 0 0.75em;
  font-size: 0.8rem;
  font-family: 'brandon-medium';
}

.main-navigation .menu-header-container ul li a,
.main-navigation .menu-header-korean-container ul li a,
.menu-footer-large-korean-container ul li a,
.menu-footer-large-container ul li a {
  position: relative;
  display: inline-block;
}

.main-navigation .menu-header-container ul li a br,
.main-navigation .menu-header-korean-container ul li a br,
.menu-footer-large-korean-container ul li a br,
.menu-footer-large-container ul li a br {
  display: none;
}

.main-navigation .menu-header-container ul li a:before,
.main-navigation .menu-header-korean-container ul li a:before,
.menu-footer-large-korean-container ul li a:before,
.menu-footer-large-container ul li a:before {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  background: #fff;
}

.menu-footer-large-container ul li a:before,
.menu-footer-large-korean-container ul li a:before,
.main-navigation .menu-header-korean-container ul li a:before,
.main-navigation .menu-header-container ul li a:before {
  left: -10%;
}

.menu-footer-large-container ul li a:hover:before,
.menu-footer-large-korean-container ul li a:hover:before,
.main-navigation .menu-header-korean-container ul li a:hover:before,
.main-navigation .menu-header-container ul li a:hover:before {
  background: #fff;
  width: 120%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.resa-info {
  padding-top: 1.5em;
  color: #828282;
  overflow: auto;
  font-family: 'brandon-medium';
  clear: both;
}

@media (max-width: 1000px) {
  .resa-info {
    font-size: 0.9rem;
    padding-top: 1em;
  }
}

.current-menu-item a:before,
.current-category a:before {
  background: #fff;
  width: 120% !important;
}

.header-right {
  width: 27%;
  position: relative;
}

@media (max-width: 1300px) {
  .main-navigation a {
    margin: 0 0.75em;
  }

  .main-navigation {
    width: 60%;
  }

  .header-right {
    width: 32%;
    position: relative;
  }

  .header-logo {
    width: 8%;
  }
}

.main-navigation a,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active,
.header-right a,
.header-right a:hover,
.header-right a:focus,
.header-right a:active {
  color: #fff !important;
}

.header-right-left {
  float: right;
  padding-right: 44px;
}

.header-right button {
  word-break: normal;
  margin: 0 2em;
  background: #fff;
  border: none;
  border-radius: 0;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  color: #000;
  height: 23px;
  line-height: 23px;
  vertical-align: middile;
  padding-top: 1px;
  padding-bottom: 0;
  width: 5rem;
}

.header-right .collection {
  vertical-align: -4px;
  height: 18.5px;
}

.header-right a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}

#language-select {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

#language-select:hover {
  overflow: none;
}

#language-select:hover .languages {
  max-height: 400px;
}

#language-select a {
  display: block;
  background: #000;
  position: relative;
  z-index: 1;
  padding: 0 0.5em;
  width: 35px;
  text-align: center;
}

.languages {
  max-height: 26px;
  float: right;
  transition: max-height 0.3s ease-in-out;
}

.lang {
  border-bottom: 1px solid rgba(242, 242, 242, 0.2);
}

.language-switcher {
  float: right;
  vertical-align: middle;
  padding: 0 !important;
  width: auto !important;
}

.language-switcher img {
  vertical-align: 9%;
}

.subnav-container{
  position: fixed; 
  top: 42px; 
  z-index: 3; 
  width: 100%;
}
@media (max-width: 1000px) {
  .subnav-container {
  top: 50px;
  }
}

.special-promotion-header {
  display: block;
  background-color: rgba(255, 242, 0, 0.5);
  background-image: url('../images/patterns/promotion_bg.png');
  background-repeat: repeat;
  width: 100%;
  text-align: center;
  padding: 0.3em;
}

.page-is-culture-parent .special-promotion-header,
.page-is-culture-single .special-promotion-header {
  top: 0 !important;
}

.special-promotion-header-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.promotion-middle {
  text-align: center;
}

.promotion-left,
.promotion-middle,
.promotion-right {
  float: left;
}

.promotion-left {
  width: 20%;
}

.promotion-middle {
  width: 60%;
}

.promotion-middle a {
  display: block;
}

.promotion-middle a p,
.promotion-middle a b {
  display: block;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promotion-right {
  width: 45px;
  position: absolute;
  right: 0;
}

.promotion-left a,
.promotion-right a {
  display: block;
  line-height: 48px;
}

@media (max-width: 1000px) {
  .single-sub-menu {
    display: none !important;
  }
}

.promotion-left a img,
.promotion-right a img {
  vertical-align: middle;
}

@media (min-width: 1000px) {
  .special-promotion-header-inner {
    overflow: hidden;
  }

  .promotion-middle a b,
  .promotion-middle a p {
    display: inline-block;
  }

  .promotion-middle a p {
    padding-left: 1em;
  }

  .promotion-middle a p::after {
    display: inline-block;
    content: '';
    background-image: url('../images/icons/arrow-right.svg');
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    margin-left: 1em;
    line-height: 24px;
    vertical-align: -1px;
  }

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

  .right-show {
    display: none !important;
  }

  .promotion-left {
    display: none;
  }

  .promotion-middle {
    width: 80%;
  }

  .promotion-middle .middle-show {
    display: block !important;
  }

  .promotion-right {
    width: 20%;
  }

  .promotion-right a {
    line-height: normal;
  }

  .promotion-middle,
  .promotion-middle a {
    height: 24px;
  }

  .single-sub-menu {
    display: block;
  }
}

.single-sub-menu { 
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.single-sub-menu .single-sub-menu-inner {
  height: 33px;
  overflow: hidden;
  margin: auto;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
}

.single-sub-menu .single-sub-menu-inner .slick-track {
  margin: auto;
}

.single-sub-menu .single-sub-menu-inner a {
  display: inline-block;
  color: #000 !important;
  text-align: center;
  padding: 5.5px;
  font-size: 0.95rem;
  font-family: 'brandon-light';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.booking-header {
  z-index: 3;
  width: 100%;
  top: -260px;
  background: #000;
  background-image: url('../images/patterns/menu-large-pattern-big.png');
  background-position: 50%;
  overflow: auto;
  position: fixed;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 1000px) {
  .booking-header {
    display: none;
  }
}

.booking-header-inner {
  width: 100%;
  overflow: auto;
  padding: 5em 0.5em 6em 0.5em;
  max-width: 1140px;
  margin: auto;
  position: relative;
}

.booking-header-inner .close-booking-header {
  position: absolute;
  top: 0.5em;
  right: 0.3em;
  font-size: 1.3rem;
  color: #fff;
}

.booking-header-inner .date {
  float: left;
  width: 30.3%;
}
.booking-header-inner .person,
.booking-header-inner .room {
  float: left;
  width: 14%;
}
.booking-header-inner .book {
  float: left;
  width: 25%;
}

.booking-header-inner .date b,
.booking-header-inner .person b,
.booking-header-inner .room b,
.booking-header-inner .book a {
  color: #fff;
}

.booking-header-inner .date b,
.booking-header-inner .person b,
.booking-header-inner .room b {
  display: block;
  margin-bottom: 0.75em;
  font-size: 0.875rem;
}

.date b {
  margin-bottom: 32px;
}

.date input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding-left: 0.5em;
  font-family: brandon-grotesque, sans-serif;
  background: #000;
  color: #fff;
  border: 1px solid #404040;
}

.booking-header-inner .book a {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  margin-top: 32px;
  height: 40px;
  line-height: 40px;
  font-family: 'brandon-bold';
  float: right;
  width: 100%;
}

.person-inner,
.person b,
.room-inner,
.room b {
  margin: auto;
  display: block;
  overflow: auto;
  width: 100%;
}

.booking-header-inner .person {
  margin: 0 1.25em 0 2.5em;
}

.booking-header-inner .room {
  margin: 0 2.5em 0 1.25em;
}

.person-inner .slick-arrow,
.room-inner .slick-arrow {
  display: block;
  float: left;
  width: 10%;
  font-size: 29px;
  font-family: 'brandon-bold';
  color: #fff;
  line-height: 33px;
}

.person-inner .slick-list,
.room-inner .slick-list {
  float: left;
  width: 80%;
  text-align: center;
  line-height: 40px;
}

.room-number,
.person-number {
  color: #fff !important;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-10px);
  }
}

.page-hero {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  z-index: 2;
}

.page-intro {
  width: 100%;
  max-width: 930px;
  margin: auto;
  padding: 5em 0;
  font-size: 1.5rem;
  outline: none;
}

@media (max-width: 1000px) {
  .page-intro {
    padding: 2em .8em;
    font-size: 1.25rem;
    width: 100%;
    margin: inherit;
  }

  .page-intro p {
    display: block;
    line-height: 1.75rem;
  }
}

.logo, .page-hero h1 {
  position: absolute;
  left: 10%;
  bottom: 15%;
}

.page-hero h1 {
  font-family: 'brandon-bold';
  font-size: 7rem;
  line-height: 6.5rem;
}

.page-is-bluebottleamenity-parent .page-hero h1 {
  font-family: 'brandon-light';
  font-size: 4rem;
  line-height: 1.2;
}
.page-is-bluebottleamenity-parent .page-hero h1 b {
  font-family: 'brandon-bold';
  font-size: 1.4em;
}


.page-hero h1 b {
  color: inherit;
}

.page-hero h2 {
  display: block;
  position: absolute;
  right: 10%;
  bottom: 30%;
  width: 100%;
  max-width: 460px;
  font-size: 2.5rem;
  color: #fff;
}

@media (max-width: 1200px) {
  .page-hero h2 {
    right: 0;
  }

  .logo, .page-hero h1 {
    left: 3%;
  }
}

@media (max-width: 1000px) {
  .page-hero h2 {
    font-weight: 400;
    font-size: 1.5rem;
    bottom: 7%;
    left: 0;
    padding: 0 1rem;
    right: auto;
    max-width: 300px;
  }

  .logo, .page-hero h1 {
    bottom: 37%;
    left: 0;
    padding: 0 1rem;
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .page-is-bluebottleamenity-parent .page-hero h1 {
    font-family: 'brandon-light';
    font-size: 3rem;
    line-height: 1.2;
    bottom: 46%;
  }
  .page-is-bluebottleamenity-parent .page-hero h1 b {
    font-family: 'brandon-bold';
    font-size: 1.2em;
  }
}

.scroll-down {
  position: absolute;
  bottom: 3.75em;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  -moz-animation: bounce 2s 3;
  -webkit-animation: bounce 2s 3;
  animation: bounce 2s 3;
}

.page-hero span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 3em;
  background: #fff;
}
@media (max-width: 1000px) {
  .scroll-down, .page-hero span {
    display: none;
  }
}

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

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lp-music-station:before {
  content: '\e91b';
}
.icon-slippers:before {
  content: '\e919';
}
.icon-drip-bag-coffee:before {
  content: '\e91a';
}
.icon-slider_left_arrow:before {
  content: '\e917';
}
.icon-slider_right_arrow:before {
  content: '\e918';
}
.icon-air-con:before {
  content: '\e900';
}
.icon-bathrobes:before {
  content: '\e901';
}
.icon-boombox:before {
  content: '\e902';
}
.icon-daily-coffee:before {
  content: '\e903';
}
.icon-drip-coffee:before {
  content: '\e904';
}
.icon-facial-mask .path1:before {
  content: '\e905';
  color: rgb(6, 0, 1);
}
.icon-facial-mask .path2:before {
  content: '\e906';
  margin-left: -0.8486328125em;
  color: rgb(6, 0, 1);
}
.icon-facial-mask .path3:before {
  content: '\e907';
  margin-left: -0.8486328125em;
  color: rgb(6, 0, 1);
}
.icon-facial-mask .path4:before {
  content: '\e908';
  margin-left: -0.8486328125em;
  color: rgb(6, 0, 1);
}
.icon-facial-mask .path5:before {
  content: '\e909';
  margin-left: -0.8486328125em;
  color: rgb(6, 0, 1);
}
.icon-facial-mask .path6:before {
  content: '\e90a';
  margin-left: -0.8486328125em;
  color: rgb(0, 0, 0);
}
.icon-facial-mask .path7:before {
  content: '\e90b';
  margin-left: -0.8486328125em;
  color: rgb(0, 0, 0);
}
.icon-facial-mask .path8:before {
  content: '\e90c';
  margin-left: -0.8486328125em;
  color: rgb(0, 0, 0);
}
.icon-handy:before {
  content: '\e90d';
}
.icon-wifi:before {
  content: '\e90e';
}
.icon-nespresso:before {
  content: '\e90f';
}
.icon-nespresso-2:before {
  content: '\e910';
}
.icon-rain-shower:before {
  content: '\e911';
}
.icon-rain-shower-2:before {
  content: '\e911';
}
.icon-rain-shower-3:before {
  content: '\e911';
}
.icon-safe:before {
  content: '\e912';
}
.icon-smart-tv:before {
  content: '\e913';
}
.icon-smart-tv-2:before {
  content: '\e914';
}
.icon-smart-tv-3:before {
  content: '\e915';
}
.icon-water:before {
  content: '\e916';
}
.icon-breakfast:before {
  content: '\e91c';
}
.icon-water-purifier:before {
  content: '\e91d';
}
.icon-coffee-stick:before {
  content: '\e91e';
}
.icon-somac-set .path1:before {
  content: '\e91f';
  color: rgb(255, 255, 255);
}
.icon-somac-set .path2:before {
  content: '\e920';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-somac-set .path3:before {
  content: '\e921';
  margin-left: -0.7255859375em;
  color: rgb(255, 255, 255);
}
.icon-somac-set .path4:before {
  content: '\e922';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-somac-set .path5:before {
  content: '\e923';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-somac-set .path6:before {
  content: '\e924';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-somac-set .path7:before {
  content: '\e925';
  margin-left: -0.7255859375em;
  color: rgb(255, 255, 255);
}
.icon-somac-set .path8:before {
  content: '\e926';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-somac-set .path9:before {
  content: '\e927';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-somac-set .path10:before {
  content: '\e928';
  margin-left: -0.7255859375em;
  color: rgb(255, 255, 255);
}
.icon-somac-set .path11:before {
  content: '\e929';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-somac-set .path12:before {
  content: '\e92a';
  margin-left: -0.7255859375em;
  color: rgb(255, 255, 255);
}
.icon-somac-set .path13:before {
  content: '\e92b';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-somac-set .path14:before {
  content: '\e92c';
  margin-left: -0.7255859375em;
  color: rgb(255, 255, 255);
}
.icon-somac-set .path15:before {
  content: '\e92d';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-somac-set .path16:before {
  content: '\e92e';
  margin-left: -0.7255859375em;
  color: rgb(255, 255, 255);
}
.icon-somac-set .path17:before {
  content: '\e92f';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-somac-set .path18:before {
  content: '\e930';
  margin-left: -0.7255859375em;
  color: rgb(255, 255, 255);
}
.icon-somac-set .path19:before {
  content: '\e931';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-somac-set .path20:before {
  content: '\e932';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-somac-set .path21:before {
  content: '\e933';
  margin-left: -0.7255859375em;
  color: rgb(0, 0, 0);
}
.icon-steam-iron:before {
  content: '\e934';
}

.fixed-lateral-nav {
  position: fixed;
  left: 0;
  top: 25%;
  display: none;
  padding-left: 1em;
  z-index: 1;
}
@media (max-width: 1550px) {
  .fixed-lateral-nav {
    display: none !important;
    opacity: 0 !important;
  }
}

.fixed-lateral-nav a {
  display: block;
  font-size: .75rem;
  color: #4f4f4f !important;
  padding: 1em;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.fixed-lateral-nav a::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #bdbdbd;
  background: transparent;
  margin-right: 1em;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.fixed-lateral-nav a:hover, .fixed-lateral-nav a:active, .fixed-lateral-nav a:focus, .fixed-lateral-nav-active {
  color: #000 !important;
  font-family: 'brandon-bold';
}

.fixed-lateral-nav a:hover::before, .fixed-lateral-nav a:active::before, .fixed-lateral-nav a:focus::before, .fixed-lateral-nav-active::before {
  border: 2px solid #FF42AE  !important;
  background: #FF42AE  !important;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(46px);
  }
  }

  @keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(46px);
  }
}

.loading {
  height: auto;
  text-align: center;
  color: #4c3f2e;
  position: absolute;
  bottom: 15.5%;
  left: 9%;
  z-index: 1;
  width: 26.96%;
  height: 25px;
  overflow: hidden;
  margin: 0;
  font-style: italic;
  border: 5px solid #000;
}

.loading .bg {
  position: absolute;
  left: -46px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-repeating-linear-gradient(
    -145deg,
    #000 2px,
    #fff 4px,
    #fff 20px,
    #000 12px,
    #000 20px
  );
  background: repeating-linear-gradient(
    55deg,
    #000 1px,
    #fff 4px,
    #fff 20px,
    #000 12px,
    #000 20px
  );
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-name: MOVE-BG;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (max-width: 768px) {
  .loading {
    width: 70%;
    max-width: 265px;
  }
}

@media (max-width: 1000px) {
  .loading {
    bottom: 20%;
    left: auto;
    right: 2%;
    height: 15px;
    border: 3px solid #000;
    width: 70%;
    max-width: 500px;
  }
}

html[lang='ja'] body {
  word-break: normal;
}

html[lang='zh-hans'] body {
  word-break: break-all;
  font-family: 'Noto Sans TC', sans-serif;
}

html[lang='zh-hans'] h1,
html[lang='zh-hans'] h2,
html[lang='zh-hans'] h3,
html[lang='zh-hans'] b,
html[lang='zh-hans'] p {
  font-family: 'Noto Sans TC', sans-serif;
}

div[class^='page-is-main'] {
  background-repeat: no-repeat;
  background-position: 50% 59%;
}

div[class^='page-is-main'] .page-section-title {
  margin-bottom: 2.45em;
}

div[class^='page-is-main'] .page-section {
  padding: 3em 0 6em 0;
}

div[class^='page-is-main'] .page-intro {
  max-width: 1014px;
}

.page-section-left,
.page-section-right {
  width: 40%;
  margin-right: 10%;
  float: left;
}

.cultural-update-left {
  margin-left: 10%;
  width: 30%;
}
.cultural-update-right {
  margin-left: 5%;
  width: 45%;
}

.offer-main-left {
  margin-left: 10%;
  width: 45%;
}
.offer-main-right {
  margin-left: 5%;
  width: 30%;
}

.page-room-section-left {
  width: 60%;
  margin-left: 10%;
  float: left;
}

.bottom-section-center {
  margin-top: 3.5em;
}

.page-room-section-left-inner {
  width: 60%;
  margin: auto;
}

.page-section-inner-main-e-d .page-section-left {
  margin-left: 5%;
  margin-right: 5%;
}

.page-section-inner-main-e-d .page-section-right {
  width: 50%;
  margin-right: 0;
}

.page-room-section-right {
  margin-left: 5%;
  width: 25%;
  padding-top: 2em;
}

.page-room-section-right-show-for-large {
  display: inline-block;
}

.page-newsletter-section-left {
  width: 40%;
  float: left;
}

.page-newsletter-section-right {
  width: 60%;
  float: left;
}

.page-newsletter-section-left b,
.page-newsletter-section-right b {
  display: block;
}

.page-newsletter-section-left b {
  margin-bottom: 1em;
}

.page-newsletter-section-right input {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 24px;
  line-height: 24px;
  width: 100%;
  max-width: 270px;
}

.page-newsletter-section-right button {
  background: #fff;
  border-radius: 0;
  border: 1px solid #000;
  padding: 0.85em 2.5em;
  color: #000;
  vertical-align: bottom;
  margin-left: 4em;
  font-family: 'brandon-bold';
}

.single-gallery-main {
}

.single-gallery-main a {
  display: block;
  text-align: center;
}

.single-gallery-main img {
  margin: auto;
}

@media (max-width: 1000px) {
  .page-room-section-left {
    width: 100%;
    float: none;
    margin: 0;
  }

  .page-room-section-right-show-for-large {
    display: none;
  }

  .page-section-left,
  .page-section-right {
    width: 100%;
    margin: 0;
    float: none;
  }

  .cultural-update-left {
    width: 100%;
    float: none;
    margin: 0;
  }
  .cultural-update-right {
    width: 100%;
    float: none;
    margin: 0;
  }
  .offer-main-left {
    width: 100%;
    float: none;
    margin: 0;
  }
  .offer-main-right {
    width: 100%;
    float: none;
    margin: 0;
  }

  .cultural-update-right img,
  .offer-main-right img {
    display: block;
    max-width: 480px;
    margin: auto;
  }

  .page-room-section-left .common-gallery,
  .page-section-right .common-gallery {
    max-width: 480px;
    margin: auto;
  }

  .page-newsletter-section-left,
  .page-newsletter-section-right {
    width: 100%;
    float: none;
  }

  .page-contact-newsletter-inner .page-section-title {
    margin-bottom: 1em !important;
  }

  .page-newsletter-section-right button {
    display: block;
    margin: 1.25em 0 2em 0;
    font-size: 1rem;
  }

  .page-newsletter-section-right {
    margin-top: 1.25em;
  }
}

.page-room-section-right .illustration-image-1 {
  float: right;
}

.page-room-section-right p {
  width: 65%;
}

.work-and-play-gallery {
  overflow: hidden;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  clear: both;
  justify-content: center;
}

.work-and-play-inner-intro {
  max-width: 1000px;
  margin: 0 auto 3em auto;
}

.work-and-play-inner-intro h1,
.work-and-play-inner-intro p,
.work-and-play-inner-intro .link-more {
  padding-left: 37.5%;
}

.work-and-play-inner-intro p {
  max-width: 90%;
}

.w-a-p {
  width: 30%;
  float: left;
  position: relative;
  margin: 2em 1.5%;
}

.w-a-p img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.w-a-p .w-a-p-caption {
  display: block;
  width: 100%;
  max-width: 235px;
  margin: 1em auto 0 auto;
}

.w-a-p .w-a-p-caption span {
  font-family: 'brandon-light';
}

.w-a-p .w-a-p-caption span b {
  font-family: 'brandon-bold';
}

@media (max-width: 1000px) {
  .work-and-play-inner-intro {
    margin-bottom: 0;
  }

  .w-a-p {
    width: 47%;
    margin: 1em 1.5%;
  }

  .w-a-p img {
    max-height: 235px;
  }

  .w-a-p .w-a-p-caption {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .work-and-play-inner-intro h1,
  .work-and-play-inner-intro p,
  .work-and-play-inner-intro .link-more {
    padding-left: 0;
  }

  .work-and-play-inner-intro p {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .w-a-p img {
    max-height: 135px;
  }

  .w-a-p-caption b {
    display: block;
  }

  .w-a-p-caption br {
    display: none;
  }
}

.main-newsletter-wrapper {
  overflow: auto;
  max-width: 860px;
}

.page-contact-section,
.page-newsletter-section {
  border-top: none !important;
}

.page-contact-section {
  background-image: url('../images/patterns/contact_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-contact-section-inner {
  position: relative;
  min-height: 425px;
  padding: 0 !important;
}

.main-contact-map {
  float: left;
  width: 54%;
  margin-left: 6%;
  height: 425px;
}

.page-contact-section-inner .page-section-title {
  margin-bottom: 2em;
  padding-top: 2.5em;
  position: absolute;
  top: 0;
  right: 0.5em;
}

.page-contact-newsletter-inner .page-section-title {
  margin-bottom: 2em;
}

.main-contact-information {
  float: right;
  width: 40%;
  padding-left: 6em;
  margin-top: 7.5em;
}

.main-contact-information b {
  margin-bottom: 1em;
  display: block;
}

.main-contact-information b:last-of-type {
  padding-top: 1em;
}

.main-contact-information p,
.main-contact-information a {
  color: #4f4f4f;
  margin-bottom: 0.5em;
}

@media (max-width: 1000px) {
  .page-contact-section {
    padding-bottom: 0 1em 2em 1em !important;
  }

  .page-contact-section-inner {
    min-height: inherit;
    padding: 0 !important;
  }

  .main-contact-map {
    width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
  }

  .main-contact-information {
    float: none;
    width: 100%;
    padding-left: 1em;
    padding-bottom: 4em;
    overflow: auto;
  }
}

#articles {
	position: relative;
	top: -40px;
}
@media screen and (max-width: 1000px) {
	#articles {
		top: -50px;
	}
}

.culture .page-section:first-child {
	padding-top: 6em;
}
.culture .page-section:not(:first-child) {
	border-top: none;
}
.culture .page-section .page-section-center {
	display: flex;
	justify-content: space-between;
	gap: 0 10%;
}
.culture .page-section .page-section-center .page-section-col {
	margin: 0;
	width: 50%;
}
.culture .page-section:nth-child(odd) .page-section-center {
	flex-direction: row-reverse;
}
@media (max-width: 1000px) {
	.culture .page-section .page-section-center .page-section-col img {
		margin-bottom: 2em;
	}
	.culture .page-section .page-section-center,
	.culture .page-section:nth-child(odd) .page-section-center {
		flex-direction: column;
	}
	.culture .page-section .page-section-center .page-section-col {
		width: 100%;
	}
	.culture .page-section:first-child {
		padding-top: 3.75rem;
	}
}
#blog-header {
	padding: 30px 0;
	text-align: center;
}

#blog-navigation ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#blog-navigation ul li {
	margin: 0 38px;
	text-transform: uppercase;
	font-family: "brandon-medium";
	font-size: 1.5rem;
	font-weight: 600;
}
#blog-navigation ul li a {
	position: relative;
}
#blog-navigation ul li a:focus {
	outline: none;
}
#blog-navigation ul li a:after {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 2px solid black;
	display: block;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
	position: absolute;
	top: 50%;
	left: 0;
}
#blog-navigation ul li.active a:after {
	transform: scaleX(1);
}
@media screen and (min-width: 1000.99px) {
	#blog-navigation ul li a:hover:after {
		transform: scaleX(1);
	}
}
@media screen and (max-width: 1000px) {
	#blog-header {
		padding: 0;
	}
	#blog-navigation {
		padding: 20px 25px;
		display: flex;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	#blog-navigation ::-webkit-scrollbar {
		display: none;
	}
	#blog-navigation ul {
		gap: 0 25px;
	}
	#blog-navigation ul li {
		margin: 0;
		font-size: 1.25rem;
	}
}
@media screen and (min-width: 1000.99px) {
	#blog-header .small-menu {
		display: none;
	}
}
/*=========================*/
/*OLD CULTURE PAGE : START */
/*=========================*/
/* 
#blog-header .small-menu {
  position: absolute;
  top: 18px;
  right: 16px;
}

.blog-logo {
  display: inline-block;
  margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  .blog-logo {
    margin-bottom: 0;
  }
  .blog-logo svg {
    height: 22px;
  }
  #blog-navigation {
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: white;
    height: 100vh;
    padding: 0 16px;
    transform: translateX(100%);
    transition: transform 300ms ease;
  }
  #blog-navigation.open {
    transform: translateX(0);
  }
}
 */
div[class^="site-content page-is-culture"] .page-hero h1 {
	color: white;
}
#blog-body {
	max-width: 1200px;
	margin: 5em auto;
}
#blog-body h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	font-family: "brandon-medium";
	font-weight: normal;
	line-height: 1.2;
}
#blog-body p {
	margin-bottom: 1rem;
}

#blog-body .row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 13px;
	box-sizing: border-box;
}
#blog-body .col {
	padding: 13px;
	width: 50%;
	display: flex;
}
#blog-body .col.direction-col {
	flex-direction: column;
}
#blog-body .col-12 {
	width: 100%;
	display: block;
}
#blog-body .thumbnail {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#blog-body .thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: opacity 250ms;
}
#blog-body .thumbnail .title {
	opacity: 0;
	font-family: "brandon-medium";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 100%);
	text-align: center;
	color: black;
	text-transform: uppercase;
	font-size: 40px;
}
@media screen and (min-width: 1000.99px) {
	#blog-body .thumbnail:hover img {
		opacity: 0.25;
	}
	#blog-body .thumbnail:hover .title {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 1000px) {
	#blog-body {
		margin-top: 2em;
	}
	#blog-body h2 {
		margin-bottom: 0;
	}
	#blog-body .row {
		padding: 0 10px;
	}
	#blog-body .col {
		width: 100%;
		padding: 10px;
	}
	#blog-body .col.col-6 {
		width: 50%;
	}
}
#blog-footer {
	font-size: 0.875rem;
	margin: 60px 0;
	padding: 0 26px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1000px) {
	#blog-footer {
		padding: 0 20px;
	}
	#blog-footer.open {
		margin: 30px 0;
		font-size: 1rem;
		z-index: 1000;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

.blog-single-gallery .col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.justify-end {
	justify-content: flex-end;
}
.justify-start {
	justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
	.justify-xs-end {
		justify-content: flex-end;
	}
}
@media screen and (max-width: 1000px) {
	.justify-end {
		justify-content: flex-start;
	}
	.justify-start {
		justify-content: flex-end;
	}
}
.link {
	font-family: "brandon-medium";
	display: inline-block;
	position: relative;
}
.link:focus {
	outline: none;
}
.link:hover {
	color: #1523ca;
}
.link:hover svg path {
	fill: #1523ca;
}
.link.back svg {
	transform: rotate(-90deg);
}
.link svg {
	position: relative;
	top: 2px;
}
/*=======================*/
/*OLD CULTURE PAGE : END */
/*=======================*/

.page-newsletter-content {
  width: 100%;
  max-width: 1140px;
  margin: 42px auto 0 auto;
  position: relative;
  padding: 6.25em .5em 7.5em .5em;
  overflow: auto;
}

.newsletter-left {
  max-width: 800px;
  width: 100%;
}

.newsletter-left h1 {
  font-size: 2.5rem;
  margin-bottom: 2.125em;
}

.newsletter-top-message {
  font-size: 1.25rem;
  margin-bottom: 2.5em;
}

.result-box {
  border: 2px solid #251DC8;
  padding: 1em;
}

.result-box p:before {
  content: '●';
  color: #251DC8;
  margin-right: 1em;
}

.result-box p {
  margin-bottom: 1em;
  font-family: 'brandon-medium';
}

.result-box p:last-of-type {
  margin-bottom: 0;
}

.vertical-input-group {
  margin-bottom: 2.5em;
}

.vertical-input-group label {
  font-size: 1.125rem;
  display: block;
  margin-bottom: .65em;
}

.vertical-input-group input {
  width: 100%;
  max-width: 600px;
  height: 40px;
  border-radius: 0;
  padding-left: .95em;
  border: 1px solid #333333;
}

.vertical-input-group input::-webkit-input-placeholder,
.vertical-input-group input::-moz-placeholder,
.vertical-input-group input:-ms-input-placeholder,
.vertical-input-group input:-moz-placeholder {
  color: #333333 !important;
}

.horizontal-input-group {
  width: 100%;
  max-width: 600px;
  margin-bottom: 3.125em;
}

.h-group {
  overflow: auto;
  font-size: 1.125rem;
  margin-bottom: .6em;
  font-family: 'brandon-bold';
}

.horizontal-input-group .h-group-left {
  float: left;
}

.horizontal-input-group .h-group-right {
  float: right;
}

.horizontal-input-group .h-group-right input {
  margin-right: .4em;
}

.newsletter-agreement-text {
  max-height: 194px;
  overflow: auto;
  padding: .75em;
  border: 1px solid #333333;
}

.newsletter-agreement-text p {
  font-size: .9rem;
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.newsletter-agreement-text ul,
.newsletter-agreement-text ol {
  margin-left: 0;
  font-size: .9rem;
}

.newsletter-agreement-text strong {
  font-family: 'brandon-bold';
}

.submit-newsletter {
  width: 240px;
  height: 50px;
  color: #fff !important;
  background: #251DC8 !important;
  line-height: 1;
  font-size: 1rem !important;
  font-family: 'brandon-medium';
  border-radius: 0 !important;
  border: 1px solid #251DC8;
  border-color: #251DC8 !important;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.submit-newsletter:hover {
  color: #251DC8 !important;
  background: #fff !important;
}

#page {
  margin-bottom: -24px;
}

.page-section {
  padding-top: 2.5em;
  border-top: 1px solid #D0D0D0;
  overflow: auto;
  padding-bottom: 6em;
  outline: none;
}

.page-title {
	text-transform: uppercase;
	font-weight: 400;
  font-family: 'brandon-light';
	font-size: 2.5rem;
	margin-bottom: .75em;
  line-height: 2.8125rem;
}

.page-section-title {
	font-size: 1.25rem;
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 5.5em;
}

.page-section article {
  overflow: auto;
}

.page-name {
  position: fixed;
  z-index: 3;
  right: 0;
  top: 50%;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: right bottom 0;
  transform: rotate(-90deg);
  color: #808080;
  font-family: 'brandon-medium';
  text-transform: uppercase;
}

.page-section-inner {
  width: 100%;
  max-width: 1042px;
  margin: auto;
  position: relative;
}

.page-section-inner.carousel {
  max-width: 1200px;
}

.page-section-inner.carousel .slick-list {
  max-width: 1042px;
}

.page-section-inner.carousel .slick-track img {
  max-width: 1042px;
}

.page-text-section-stay {
  width: 30%;
  margin-left: 10%;
  margin-right: 0;
}
.page-text-section-stay-2 {
  width: 30%;
  margin-right: 0;
}

.page-section-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .page-name {
    display: none;
  }
}

@media (max-width: 1000px) {
  .page-text-section-stay-2 {
      width: 100%;
    }
  .page-title {
    margin-bottom: .5em;
  }

  .page-section {
    padding: 1em 0;
  }

  .page-section-title {
    margin-bottom: 1.5em;
  }

  .page-section-inner {
    padding: 0 1em;
  }

  .page-section-center {
    display: block;
  }
}

.popin{
    position: fixed;
    width: 400px;
    min-height: 300px;
    background-color: white;
    border: 1px solid black;
    bottom: 20px;
    right: 10px;
    display: none;
    z-index: 99999;
}
@media screen and (max-width: 400px) {
    .popin{
        width: 90%;
        bottom: 60px;
    }
}
.popinBody{
    padding-bottom: 18px;
}
.popinFooter{
    width: 100%;
    height: 25px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 0 5px;
}
.popinFooter .closeToday{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.popinFooter .closeToday .text{
    margin-left: 18px;
}
.popinFooter .closeToday input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.popinFooter .closeToday .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: white;
}


.popinFooter .closeToday .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.popinFooter .closeToday input:checked~.checkmark:after {
    display: block;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid black;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.popinFooter .close{
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.popinFooter .close:before, .popinFooter .close:after{
    content: '';
    background-color: white;
    width: 13px;
    height: 1px;
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    left: 2px;
}
.popinFooter .close:after{
    transform: rotate(135deg);
}

.wpcf7 {
  margin-top: -70px !important;
}
.no-bold {
  font-weight: normal;
}

.request-form-content {
  width: 100%;
  max-width: 1140px;
  margin: 42px auto 0 auto;
  position: relative;
  padding: 6.25em 0.5em 7.5em 0.5em;
  overflow: auto;
}

.request-form-left {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.request-form-left h1 {
  font-size: 2.5rem;
  margin-bottom: 2.125em;
}

.request-form-top-message {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  max-width: 600px;
}

.request-form-notice {
  font-style: italic;
  margin-bottom: 1.25rem;
}

.request-form-result-box .wpcf7-validation-errors {
  border: 2px solid #251dc8;
  padding: 1em;
}

.request-form-result-box p:before {
  content: "●";
  color: #251dc8;
  margin-right: 1em;
}

.request-form-result-box p {
  margin-bottom: 1em;
  font-family: "brandon-medium";
}

.request-form-result-box p:last-of-type {
  margin-bottom: 0;
}

.request-form-agreement-text {
  max-height: 194px;
  overflow: auto;
  padding: 0.75em;
  border: 1px solid #333333;
}

.request-form-agreement-text p {
  font-size: 0.9rem;
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.request-form-agreement-text ul,
.request-form-agreement-text ol {
  margin-left: 0;
  font-size: 0.9rem;
}

.request-form-agreement-text strong {
  font-family: "brandon-bold";
}

.centerthis{
  text-align: center;
}

.request-form-submit {
  width: 240px;
  height: 50px;
  color: #fff !important;
  background: #251dc8 !important;
  line-height: 1;
  font-size: 1rem !important;
  font-family: "brandon-medium";
  border-radius: 0 !important;
  border: 1px solid #251dc8;
  border-color: #251dc8 !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.request-form-submit:hover {
  color: #251dc8 !important;
  background: #fff !important;
}

.request-form-content .wpcf7-validation-errors {
  display: none !important;
}

.request-form-content .wpcf7-display-none.wpcf7-mail-sent-ok {
  display: block;
  border: 2px solid #251dc8;
  padding: 1em;
  max-width: 600px;
  font-family: "brandon-medium";
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.5em;
}

.request-form-content .wpcf7-display-none.wpcf7-mail-sent-ok:before {
  content: "●";
  color: #251dc8;
  margin-right: 1em;
}

.vertical-input-group textarea {
  width: 100%;
  max-width: 600px;
  border-radius: 0;
  border: 1px solid #333333;
}

.vertical-input-group span.wpcf7-not-valid-tip {
  width: 100%;
  display: block;
  float: left;
}

.post-edit-link {
  display: none;
}

.request-form-content .h-group {
  font-size: 1rem;
}

.request-form-content .h-group-right {
  margin-top: 0.3125rem;
}

.request-form-content .h-group-clear {
  clear: both;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.request-form-content .h-group-clear .wpcf7-not-valid-tip {
  float: right;
  font-family: "brandon-light", sans-serif;
}

.request-form-content .agreement {
  margin-left: -8px;
}

.request-agreement-text {
  max-height: 194px;
  overflow: auto;
  padding: 0.75em;
  border: 1px solid #333333;
}

.request-agreement-text p {
  margin-bottom: 0.9375rem;
}

@media (max-width: 1000px) {
  .request-form-content {
    padding-bottom: 0;
  }

  .vertical-input-group p {
    text-align: center;
  }

  .request-form-submit {
    width: 100%;
    margin: auto;
  }

  .request-form-content .wpcf7-display-none.wpcf7-mail-sent-ok {
    font-size: 13px;
  }
}

/* Top tiles */
.mobile-blog-menu-wrapper {
  display: none;
}

.single-top-bottom-tiles {
  height: 140px;
}
.single-top-bottom-tiles .tile {
  height: 140px;
}

.single-bottom-tiles {
  position: relative;
}

.single-bottom-tiles, .single-bottom-tiles .tile {
  height: 245px;
}

@media (max-width: 1000px) {
  .mobile-blog-menu-wrapper {
    display: block;
  }

  .single-top-bottom-tiles {
    height: 90px;
  }
  .single-top-bottom-tiles .tile {
    height: 90px;
  }
  .single-bottom-tiles, .single-bottom-tiles .tile {
    height: 100px;
  }
}

.single-top-bottom-tiles .tile-1 {
  width: 19.2%;
}
.single-top-bottom-tiles .tile-2 {
  width: 18.2%;
}
.single-top-bottom-tiles .tile-3 {
  width: 23.2%;
}
.single-top-bottom-tiles .tile-4 {
  width: 20.2%;
}
.single-top-bottom-tiles .tile-5 {
  width: 19.2%;
}

/* Side tiles */
.single-tiles-wrapper {
  width: 100%;
  overflow: auto;
}
.single-side-tiles {
  height: 100%;
  width: 17%;
  display: block;
  float: left;
}
.single-side-tiles .tile {
  width: 100%;
}
#single-slide-tile-3, #single-slide-tile-17, #last-tile {
  background: #FFFF00;
}
#single-slide-tile-7, #single-slide-tile-10 {
  background: #251DC8;
}
#single-slide-tile-13 {
  background: #FF42AE;
}

/* Content */
.single-article-content {
  width: 66%;
  display: block;
  float: left;
  box-shadow: 0 0 0 5px #000 inset;
  -webkit-box-shadow: 0 0 0 5px #000 inset;
  -moz-box-shadow: 0 0 0 5px #000 inset;
  position: relative;
}
.single-blog-hero {
  /*min-height: 640px;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-left: 5px solid black;
  border-right: 5px solid black;
  border-top: 5px solid black;
  height: calc(640vw/19.20);
}
.single-blog-content {
  font-family: 'brandon-regular';
  line-height: 1.2;
  overflow: auto;
  padding-bottom: 4em;
}

.single-blog-content .bb{ font-family: 'brandon-bold';}
.single-blog-content .bl{ font-family: 'brandon-light';}
.single-blog-content .br{ font-family: 'brandon-regular';}
.single-blog-content .bm{ font-family: 'brandon-medium';}

.article_font_a{ font-size: 60px; }
.article_font_b{ font-size: 25px; }
.article_font_c{ font-size: 18px; }
.article_font_d{ font-size: 15px; }
.article_font_e{ font-size: 30px; }

.dip{ display: inline-block;  width: 70%;}
.dic{ display: block;  text-align: center;}
.dil{ display: block;  text-align: left; padding: 0 25%;}
.dil_w{ display: block;  text-align: left; padding: 0 20%;}
.dil_wt{ display: block;  text-align: left; padding: 0 20%;}

/* img center */
center_text{text-align: center; width: 100%; display: inline-block;}
.single-blog-content .pure-content img{margin-bottom: 0em !important;}
/* center_text img{width: 50%; margin-bottom: 0em !important;} */

.pure-content {
  /* max-width: 1000px; */
  max-width :  99.1% !important;
  padding: 0em 4em;
  margin: auto;
}

.pure-content p,
.pure-content a,
.pure-content h2,
.pure-content h3,
.pure-content h4,
.pure-content img,
.pure-content figure,
.pure-content .quote
{
  margin-bottom: 3em;
}
.pure-content p {
  font-size: 25px;
  /* font-size: 1.25rem; */
}

.single-blog-content .pure-content p{
  margin-bottom: 40px;
}

.single-blog-content h1 {
  margin: 40px 0 20px 0;
  font-size: 60px;
  font-family: 'brandon-regular';
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (max-width: 1000px) {
  .single-blog-mobile-menu {
    padding: 0 0 3.5% 3.5%;
  }

  .pure-content p,
  .pure-content a,
  .pure-content h2,
  .pure-content h3,
  .pure-content h4,
  .pure-content img,
  .pure-content figure,
  .pure-content .quote
  {
    margin-bottom: 1em;
  }

  .single-blog-hero {
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    min-height: 460px;
  }
  .single-blog-content h1 {
    margin: .5em 0;
  }
  .single-article-content {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    -moz-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
  }
  .single-blog-content {
    padding: 0 1.5em 1.5em 1.5em;
  }

  .single-side-tiles {
    width: 3.5%;
  }
  .single-article-content {
    width: 93%;
  }

  .no-bottom {
    -webkit-box-shadow: inset -2px 0px 0px 0px rgba(0,0,0,1) !important;
    -moz-box-shadow: inset -2px 0px 0px 0px rgba(0,0,0,1) !important;
    box-shadow: inset -2px 0px 0px 0px rgba(0,0,0,1) !important;
  }
  .no-border {
    -webkit-box-shadow: inset 0px 0px 0px 0px #000 !important;
    -moz-box-shadow: inset 0px 0px 0px 0px #000 !important;
    box-shadow: inset 0px 0px 0px 0px #000 !important;
  }
  .no-right {
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,1) !important;
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,1) !important;
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,1) !important;
  }

  .single-top-bottom-tiles .tile-3, .single-top-bottom-tiles .tile-4 {
    display: none;
  }
  .single-top-bottom-tiles .tile-1, .single-top-bottom-tiles .tile-2, .single-top-bottom-tiles .tile-5 {
    width: 33.33%;
  }

  /* Mobile */
  .pure-content { padding: 0em 1em;}

  .single-blog-content .pure-content img{width: 100%; margin-bottom: 0em !important;}
  .single-blog-content .pure-content .article_font_d {padding-left: 0em !important;}

  .dip{ display: inline-block;  width: 100%;}
  .dic{ display: block;  text-align: center;}
  .dil{ display: block;  text-align: left; padding: 0;}
  .dil_w{ display: block;  text-align: left; padding: 0;}
  .dil_wt{ display: block;  text-align: left; padding: 0;}

}

@media (max-width: 640px) {
  .single-top-bottom-tiles {
    display: none;
  }

  .single-blog-mobile-menu {
    display: none;
  }

  .single-article-content {
    margin-top: 20px;
  }
}

/* CTA */
.cta-wrapper {
  width: 66%;
  margin: auto;
  position: relative;
}
.page-cta {
  position: absolute;
  top: 25px;
  font-size: 2.25rem;
}
.page-cta:first-of-type {
  left: 4%;
}
.page-cta:last-of-type {
  right: 4%;
}

.share-cta {
  position: absolute;
  bottom: 3em;
  right: 8em;
}
.share-cta a:first-of-type {
  margin-right: 2.5em;
}

@media (max-width: 1000px) {
  .share-cta {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    margin-top: 2em;
    margin-bottom: .5em;
  }
  .cta-wrapper {
    width: 97%;
  }
  .page-cta {
    position: absolute;
    top: 25px;
    font-size: 1.2rem;
  }
  .page-cta:first-of-type {
    left: 1em;
  }
  .page-cta:last-of-type {
    right: 1em;
  }
}

/* Content */
.single-half {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.875em;
}

.single-half .page-section-left {
  width: 45%;
  margin-right: 10%;
}

.single-half .page-section-right {
  width: 45%;
  margin-right: 0;
}

.single-half .page-section-right img, .single-half .page-section-left img {
  margin: 0;
}

blockquote {
  font-family: 'brandon-bold';
  font-size: 2rem;
  margin: 1.5em 0;
}

blockquote:before {
  display: block;
  width: 3px;
  height: 100px;
  margin: 0 auto 1.5em auto;
  background: #000;
}

blockquote:after {
  display: block;
  width: 3px;
  height: 100px;
  margin: 1.5em auto 0 auto;
  background: #000;
}

@media (max-width: 1200px) {
  .single-half {
    display: block;
  }

  .single-half img {
    display: block;
    max-width: 100%;
    margin: 1em auto !important;
  }

  .single-half .page-section-left, .single-half .page-section-right {
    width: 100%;
    float: none;
  }
}

.single-flexible-wrapper {
	max-width: 1140px;
	margin: auto;
}

.single-flexible-wrapper p {
	font-size: 16px;
	max-width: 782px;
	margin: auto;
}

.single-flexible-wrapper p strong {
	font-family: "brandon-bold";
	font-weight: bold;
}

.single-flexible-wrapper.video-wrapper {
	width: 100%;
	margin: 90px auto;
	overflow: visible !important;
	display: block !important;
	padding: 0 !important;
	height: auto !important;
}
.single-flexible-wrapper .video {
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

/*

.single-flexible-wrapper .video iframe,
.single-flexible-wrapper .video object,
.single-flexible-wrapper .video embed {
	position: absolute;
	top: 0;
    left: 0;
    margin: auto;
	width: 100%;
    height: 100%;
}
*/

.single-flexible-wrapper img {
	width: 100%;
}

.single-flexible .page-is-stay-single {
	max-width: 1100px;
	margin: 90px auto;
}

.single-flexible .page-is-stay-single .stay-gallery-main,
.single-flexible .page-is-stay-single .stay-gallery-main-2 {
	max-height: 734px;
}

.single-flexible .page-is-stay-single .slick-list {
	max-height: 734px;
	overflow: hidden;
}

.single-flexible .video-wrapper {
	display: inline;
}

.single-flexible .stay-single-section-top {
	padding: 0;
	background-position: center;
}

@media (max-width: 1000px) {
	.single-flexible .page-is-stay-single {
		margin: 45px auto;
	}

	.single-flexible {
		padding: 0 1em;
	}
}


.package-single {
  max-width: 1188px !important;
  width: 100% !important;
  overflow: auto;
  padding: 5em 1em 3.3em 1em !important;
}

.package-text-wrapper {
  max-width: 1040px;
  margin: 0 auto 3.3em auto;
}

.first-package-text-wrapper {
  margin-bottom: 5em;
}

@media (max-width: 1000px) {
  .package-single {
    padding: 3.3em 1em !important;
  }
  .first-package-text-wrapper {
    margin-bottom: 3.3em;
  }
}

.package-single-ctas {
  text-align: center;
  overflow: auto;
}

.package-single .single-booking-large {
  display: inline-block;
  margin: 0 .85em;
}

.package-single .single-booking-large.mobile {
  display: none;
}

@media (max-width: 1000px) {
  .package-single .single-booking-large.mobile {
    display: block;
    margin: auto;
  }
  .package-single .single-booking-large.desktop {
    display: none;
  }
}

@media (max-width: 1000px) {
  .package-single .single-booking-large {
    max-width: 320px;
    width: 100%;
    margin: 0;
  }
  .last-button {
    margin-top: 1em !important;
  }
}

.package-single .single-booking-large a {
  padding: 1em 5.25em;
}

.package-single-bottom-notice {
  background-image: url('../images/patterns/partners_background.png');
  background-color: #e5e5e5;
  background-repeat: repeat-y;
  overflow: auto;
  padding-top: 3.3em;
}

.package-single-bottom-notice ul {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1em;
}

.package-single-bottom-notice .package-text-wrapper {
  /* padding: 0 1em; */
}

.package-single strong, .package-single-bottom-notice strong {
  font-family: 'brandon-bold';
}

.package-single .half {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1040px;
  overflow: auto;
  margin: 0 auto 3.3em auto;
}

.package-single .half .half-text, .package-single .half-image {
  display: block;
  width: 50%;
  float: left;
}

.package-single .half-text {
  padding-right: 1em;
}

@media (max-width: 1000px) {
  .package-single .half {
    display: block;
  }

  .package-single .half-text p {
    display: block;
  }

  .package-single .half .half-text {
    margin-bottom: 1em;
    padding: 0;
  }

  .package-single .half .half-text, .package-single .half-image {
    float: none;
    width: 100%;
  }
}

.single-gallery-main {
  max-width: 1040px;
  margin: 0 auto 3.3em auto;
  overflow: auto;
}

.single-video {
  max-width: 1040px;
  overflow: auto;
  margin: 0 auto 3.3em auto;
}

.single-video iframe {
  width: 100%;
  min-height: 585px;
}

@media (max-width: 1040px) {
  .single-video iframe {
    min-height: auto;
  }
}

@media (min-width: 1001px) {
  .stay-single-intro {
    padding: 5em 1em 0;
    max-width: 758px;
  }

  .stay-single-section-bottom .page-section-inner {
    min-height: 840px;
  }
}

.normal-single {
  max-width: none;
}

.normal-single p,
.normal-single span,
.normal-single b,
.normal-single ul,
.normal-single i,
.normal-single u,
.normal-single h1,
.normal-single h2,
.normal-single h3,
.normal-single h4,
.normal-single h5,
.normal-single h6,
.normal-single a,
.normal-single button {
  display: block;
  max-width: 710px;
  margin: 0 auto 0.5em auto;
}

.normal-single p img {
  display: block;
  margin: 5em auto;
}

.page-is-unlinked-single .normal-single p img {
  margin: 0 auto;
}

.page-is-unlinked-single .normal-single p {
  background: none;
}

.normal-single h1,
.normal-single h2,
.normal-single h3,
.normal-single h4,
.normal-single h5,
.normal-single h6 {
  margin-bottom: 0.5em;
}

@media (max-width: 1000px) {
  .normal-single p {
    margin: 0 auto 2em auto;
  }

  .normal-single p img {
    display: block;
    margin: 2em auto;
  }
}

.normal-single .single-gallery-main {
  max-width: 900px;
}

.single-post-has-image {
  max-width: 1600px !important;
  width: 100%;
  background-image: url('../images/patterns/single_post_background.png');
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.single-post-has-image img {
  max-width: 100% !important;
}

.single-post-has-gallery {
  background-image: url('../images/patterns/single_post_background.png');
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.stay-single-section-bottom .page-section-inner {
  position: relative;
  overflow: auto;
}

.single-booking-large a,
.single-booking-small a {
  display: block;
  max-width: 320px;
  margin: auto;
  border: 1px solid #1523ca;
  padding: 1em 0;
  text-align: center;
  color: #1523ca;
  font-family: 'brandon-bold';
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1rem;
}

.single-booking-small {
  display: none;
}

.single-booking-large {
  display: block;
  margin-top: 5rem;
}

.single-booking-large a:hover,
.single-booking-small a:hover {
  background: #1523ca;
  color: #fff !important;
}

.single-booking-large.inquery a:hover,
.single-booking-small.inquery a:hover {
  background: #ff42ae;
  color: #fff !important;
}

.btn-group {
  margin: 0 auto 40px auto;
  padding: 50px 0;
  display: flex;
  max-width: 710px;
  gap: 15px;
}

.btn-group .single-booking-large {
  width: 50%;
  margin-top: 0;
}

@media (max-width: 1000px) {
  .btn-group {
    display: block;
    padding: 15px 0;
  }

  .btn-group .single-booking-large {
    width: 100%;
  }

  .single-booking-large {
    margin-top: 2em;
  }
}

.amenities {
  background: #fff;
  width: 100%;
  max-width: 50.5%;
  float: right;
  padding: 3.75em 4.375em;
  /*background-image: url('../images/patterns/amenities_bg.png');
  background-repeat: no-repeat;*/
  z-index: 2;
  position: relative;
}

.amenities-illustration {
  width: 90%;
  position: absolute;
  top: 158px;
}

.amenity {
  display: block;
  padding: 1.375em 0;
  width: 33.3%;
  float: left;
  text-align: center;
}

.amenity:focus {
  outline: 0;
}

.amenities-title {
  display: block;
  margin-bottom: 1em;
  font-family: 'brandon-bold';
  font-size: 2.5rem;
}

.amenity-selected span,
.amenity-selected .path1:before,
.amenity-selected .path2:before,
.amenity-selected .path3:before,
.amenity-selected .path4:before,
.amenity-selected .path5:before,
.amenity-selected .path6:before,
.amenity-selected .path7:before,
.amenity-selected .path8:before {
  color: #251dc8;
}

.amenity .icon {
  font-size: 3rem;
}

.amenity .legend {
  display: block;
  margin-top: 0.5em;
}

.amenity-detail {
  padding: 2.5em 0 0 0;
  clear: both;
}

.stay-single-intro p {
  font-size: 1rem;
}

.stay-single-section-top {
  padding: 5em 0 6em 0;
  border: none;
  background-position: center;
}

.stay-single-section-top-alt {
  background-position: 50% center;
}

.stay-single-section-top article {
  /* max-width: 1200px; */
}

.stay-single-section-top article img {
  width: 100%;
}

.stay-single-section-bottom {
  padding: 0 0 7.5rem 0;
  border: none;
}

@media (max-width: 1000px) {
  .stay-single-section-bottom {
    padding-bottom: 6em;
  }
}

.page-is-stay-single .slick-slider {
  overflow: hidden;
}

.page-is-stay-single .stay-gallery-nav .slick-list {
  padding: 0 !important;
  margin-top: 2%;
}

.page-is-stay-single .stay-gallery-nav .slick-list .slick-slide {
  padding: 0 0.75em;
}

.page-is-stay-single .stay-gallery-main-2 .slick-arrow,
.page-is-stay-single .stay-gallery-main .slick-arrow {
  display: block;
  width: 5%;
  float: left;
  text-align: center;
  font-size: 2rem;
  font-family: 'brandon-bold';
  position: absolute;
  top: 45%;
  cursor: pointer;
}

.page-is-stay-single .stay-gallery-main-2 .slick-arrow:first-of-type,
.page-is-stay-single .stay-gallery-main .slick-arrow:first-of-type {
  left: 0;
}

.page-is-stay-single .stay-gallery-main-2 .slick-arrow:last-of-type,
.page-is-stay-single .stay-gallery-main .slick-arrow:last-of-type {
  right: 0;
}

.page-is-stay-single .stay-gallery-main-2 .slick-list,
.page-is-stay-single .stay-gallery-nav .slick-list,
.page-is-stay-single .stay-gallery-main .slick-list,
.page-is-stay-single .stay-gallery-nav .slick-list {
  /*
  width: 90%;
  float: left;
  margin-left: 5%;
  */
  width: calc(88% + 1.5em);
  margin: 2% auto 0 auto;
}

.stay-gallery-main .slick-list.draggable {
  width: 88%;
}

.single-menu-download {
  font-family: 'brandon-bold';
  text-align: left;
  margin: 0 auto 50px;
  text-align: center;
  flex-basis: 100%;
  white-space: nowrap;
}
@media (min-width: 999.98px) {
  .single-menu-download {
    max-width: 320px;
  }
}

.single-menu-download .single-menu-download-pdf {
  display: inline-block;
  margin: 0 auto 0 auto;
  padding: 0 0.9375rem;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 3.625rem;
  max-height: 3.625rem;
  vertical-align: middle;
  border: 1px solid;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

.single-menu-donwload-wrapper {
  display: block;
  max-width: 710px;
  text-align: center;
  margin: 0 auto;
}

.single-menu-donwload-wrapper-block {
  display: block;
  max-width: 710px;
  text-align: center;
}

.single-menu-download .single-menu-download-pdf span {
  max-width: none;
  display: inline;
  margin: 0;
  line-height: 14px;
}

.single-menu-download .single-menu-download-pdf svg:first-child {
  margin-right: 0.625rem;
}

.single-menu-download .single-menu-download-pdf svg:last-child {
  margin-left: 0.3125rem;
}

.single-menu-download .long-chim-reservation-btn {
  display: inline-block;
  margin: 0 auto 0 auto;
  padding: 0 0.9375rem;
  border: 1px solid;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 3.625rem;
  max-height: 3.625rem;
  vertical-align: middle;
  font-weight: bold;
  width: 100%;
}

@media (max-width: 1000px) {
  .single-menu-download .long-chim-reservation-btn,
  .single-menu-download .single-menu-download-pdf {
    margin-top: 1.25rem;
    min-width: 90%;
  }
}

@media (max-width: 1000px) {
  .page-is-stay-single .stay-gallery-main-2 .slick-list,
  .page-is-stay-single .stay-gallery-nav .slick-list,
  .page-is-stay-single .stay-gallery-main .slick-list,
  .page-is-stay-single .stay-gallery-nav .slick-list {
    width: 100%;
    margin-left: 0;
  }

  .page-is-stay-single .stay-gallery-main-2 .slick-arrow,
  .page-is-stay-single .stay-gallery-main .slick-arrow {
    display: none !important;
  }

  .amenities-illustration {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .amenities {
    float: none;
    margin: auto;
    max-width: none;
    padding: 0 0 3.75em 0;
  }

  .amenity-detail {
    padding-top: 1em;
  }

  .stay-single-section-top {
    background-image: none;
  }
}

@media (max-width: 1000px) {
  .amenity {
    min-height: 156px;
  }
}

/* Slider */
.slick-slider
{
	position: relative;
	display: block;
	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-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

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

	display: block;
}
.slick-track:before,
.slick-track:after
{
	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:active, .slick-slide:focus{
	outline: none;
}
.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;
}

.so-category-list {
  background-repeat: repeat-y;
  overflow: auto;
}

.page-is-special-offers {
  background-image: url("../images/patterns/so-background.png");
  background-position: 100% 50%;
  background-size: 20%;
  background-repeat: no-repeat;
}

.so-category-list .so-category-wrapper {
  max-width: 930px;
  margin: auto;
  overflow: auto;
  padding: 6em 0;
  display: flex;
  justify-content: space-around;
}

.category-trigger {
  display: block;
  float: left;
  width: 24%;
  text-align: center;
  opacity: 0.5;
}

.category-trigger:first-of-type,
.category-focused {
  opacity: 1;
}

.category-trigger:focus {
  outline: none;
}

.category-trigger:nth-of-type(2) {
  /* width: 52%; */
}

.category-trigger b {
  display: block;
  clear: both;
  margin-top: 0.5em;
}

.page-special-offers {
  background-image: url("../images/patterns/bgd_special_offers.jpg");
  background-size: cover;
  background-position: center;
  padding: 30px 0.5em;
  height: auto;
  display: flex;
}

.page-special-offers-wrapper {
  margin: auto;
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.page-special-offers-title {
  width: 100%;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

.page-special-offers-title h2 {
  font-size: 40px;
}

.page-special-offer {
  width: 250px;
  margin-right: 46.6px;
}

.page-special-offer:nth-child(4n+1) {
  margin-right: 0;
}

.page-special-offer-thumbnail {
  height: 300px;
  background-size: cover;
  background-position: center;
}

.page-special-offer-thumbnail a {
  display: block;
  height: 100%;
  width: 100%;
}

.page-special-offer-title {
  font-family: "brandon-light";
  font-size: 16px;
  font-weight: 100;
  text-transform: lowercase;
  color: #333;
}

.page-special-offer-title:first-letter {
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .page-special-offers {
    height: auto;
    padding: 30px 20px;
  }

  .page-special-offers-title {
    margin-bottom: 30px;
  }

  .page-special-offers-title h2 {
    max-width: 216px;
    font-size: 35px;
    line-height: normal;
  }

  .page-special-offer {
    width: 47%;
    margin-right: 6%;
  }

  .page-special-offers-wrapper .page-special-offer:nth-child(2n+1) {
	  margin-right: 0;
  }

  .page-special-offer-thumbnail {
    height: 180px;
  }
}

@media (max-width: 930px) {
  .category-trigger,
  .category-trigger:nth-of-type(2) {
    width: 100%;
    margin: auto;
    margin-bottom: 2em;
  }

  .so-category-list .so-category-wrapper {
    display: block;
  }
}

.page-section-so {
  padding: 6em 0;
}

.page-section-so .page-section-left {
  margin: 0;
}

.page-section-so .text-wrapper {
  width: 35%;
}

.page-section-so .page-section-right {
  margin-left: 5%;
  margin-right: 0;
}

.page-section-so .image-wrapper {
  width: 65%;
}

#category_2,
#category_3 {
  display: none;
}

.page-is-stay {
  background-position: 0% 31%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.page-is-stay-parent {
  background-position: 100% 85%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.page-is-stay-parent .page-text-section-stay {
  width: 35%;
  margin-right: 0;
}

.page-image-section-stay {
  margin-right: 0;
  margin-left: 10%;
}

.page-image-section-stay-2 {
  margin-right: 0;
  /* margin-left: 10%; */
}
.page-is-stay-parent .page-section {
  padding: 7.5rem 0;
}

.page-text-section-stay br {
  display: none;
}

.page-text-section {
  padding-top: 4em;
}

.page-is-stay-parent .page-section-center {
  justify-content: normal;
}

.stay-1 .page-section-left {
  width: 60%;
  margin-left: 0;
}

.stay-1 .page-section-right {
  margin-left: 5%;
}

.stay-2 .page-section-left {
  width: 35%;
  margin-left: 5%;
}

.stay-2 .page-section-right {
  width: 60%;
  float: right;
  text-align: right;
}

.stay-3 .page-section-left {
  margin-left: 0;
  width: 49%;
}

.stay-3 .page-section-right {
  margin-left: 10%;
}

.stay-4 .page-section-center {
  align-items: flex-end;
}

.stay-4 .page-section-left {
  margin-left: 5%;
  width: 45%;
}

.stay-4-smaller {
  width: 74%;
  margin-bottom: 6em;
}

.stay-4 .page-section-left img {
  margin: 0 auto 6em auto;
  max-width: 230px;
}

.stay-4 .page-section-right {
  margin-left: 5%;
  width: 45%;
  text-align: right;
}

.page-section-center-5,
.page-section-center-6 {
  align-items: normal;
  justify-content: normal;
}

.stay-5 .page-section-left {
  margin-left: 0;
  width: 21%;
}

.stay-5 .page-section-right {
  width: 63.5%;
  margin-left: 8%;
  padding-top: 6em;
}

.stay-5 .page-text-section-stay .inner-text {
  width: 50%;
  float: right;
  margin-top: 2em;
}

.page-section-center-6 {
  display: block;
}

.page-section-center-6 .small-visual {
  max-width: 369px;
  height: auto;
}

.page-text-section-stay-fw-images,
.page-text-section-stay-fw-text {
  position: relative;
}

.page-text-section-stay-fw-text {
  width: 54.5%;
  margin-top: 4em;
  margin-left: 4em;
}

.page-text-section-stay-fw-text h2 br {
  display: none;
}

.page-text-section-stay-fw-images a:first-child {
  display: block;
  width: 59%;
}

.page-text-section-stay-fw-images a:last-child {
  display: block;
  position: absolute;
  bottom: 90px;
  margin-left: 64.5%;
}

.linked-post {
  text-align: center;
  margin: 0 0 6.25rem 0;
}

.linked-post-wrapper {
  margin: auto;
  text-align: left;
  max-width: 1042px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.linked-post-content {
  width: 34%;
  display: flex;
  flex-direction: column;
}

.linked-post-content p {
}

.linked-post-visual {
  max-width: 300px;
  height: 300px;
  overflow: hidden;
}

.linked-post-visual img {
  width: 300px;
  height: 300px;
}

.stay-single-subcontent {
  padding: 0;
  font-size: 1rem;
}

.stay-single-subcontent p {
  margin-bottom: 0.625rem;
}

@media (max-width: 1100px) {
  .page-text-section-stay-fw-images a:first-child {
    width: 100%;
  }

  .page-text-section-stay-fw-images a:last-child {
    margin-left: 61.5%;
  }
}

@media (max-width: 1000px) {
  .page-text-section-stay-fw-images a:last-child {
    display: none;
  }

  .page-section-left,
  .page-section-right,
  .page-text-section-stay .inner-text,
  .page-text-section-stay-fw-text {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .stay-4-smaller {
    width: 100%;
    margin-bottom: 0;
  }

  .page-is-stay,
  .page-is-stay-parent {
    background-size: 70%;
  }

  .page-section-left img,
  .page-section-right img,
  .page-text-section-stay-fw-images a {
    max-width: 100%;
    display: block;
    margin: 0 auto 2em auto;
  }

  .stay-4 .page-section-left img:first-child {
    max-width: 100%;
    display: block;
    margin: 0 auto 2em auto;
  }

  .stay-4 .page-section-left .show-for-large {
    display: none;
  }

  .page-section-center,
  .page-text-section-stay-fw-text {
    margin: 0;
  }

  .page-is-stay .page-section {
    padding: 2em 0;
  }
}

.page-is-story {
  background-position: 100% 44%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.page-is-story .page-intro {
  max-width: 875px;
}

.page-is-story .page-section-title {
  margin-bottom: 2em;
}

.page-art-section-left,
.page-art-section-right {
  width: 45%;
}

.page-art-section-left,
.page-autograph-section-left {
  margin-left: 10%;
}
.page-art-section-right {
  margin-right: 0;
  order: 1;
}

.page-autograph-section-left .logo-wrapper:first-of-type {
  max-width: 220px;
}

.page-autograph-section-left .logo-wrapper:last-of-type {
  max-width: 160px;
}

.page-art-section-right p {
  width: 100%;
}

.page-art-section-right .link-more {
  padding-left: 3.2em;
}

.page-autograph-section-left,
.page-autograph-section-right {
  width: 35%;
  margin-right: 10%;
}

.page-autograph-section-right {
  text-align: right;
}

.page-zero-section-center {
  margin-right: 10%;
  margin-left: 10%;
}
.page-autograph-section-left h1 {
  margin-left: -3em;
  width: 50%;
}

.page-autograph-section-left p, .page-autograph-section-left .logo-main-wrapper{
  width: 75%;
}

.page-intro-partners {
  width: 100%;
  max-width: 490px;
  margin: auto;
}

.page-autograph-section-left .logo-wrapper {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
.partners-list {
  background-image: url("../images/patterns/partners_background.png");
  background-color: #e5e5e5;
  background-repeat: repeat-y;
  overflow: auto;
}

.partners-list .partners-wrapper {
  max-width: 1000px;
  margin: auto;
  overflow: auto;
  padding: 6em 0;
  text-align: center;
}

.partners-list .partner {
  width: 12%;
  display: inline-block;
  margin: 10px 20px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.partners-list .partner img {
  vertical-align: middle;
  opacity: 0.3;
}

.partners-list .first-partner a img {
  opacity: 1;
}

.partners-detail h1 {
  margin-bottom: 0.5em;
}

.partners-detail {
  padding: 6em 0 12em 0;
  border-top: none;
}

.partners-second-row {
  margin-top: 4.5em;
}

.single-partner .page-section-left,
.single-partner .page-section-right {
  margin-left: 0;
  margin-right: 0;
  width: 47.5%;
}

.single-partner .page-section-right {
  margin-left: 5%;
}

.partner-text {
  width: 100%;
  max-width: 79%;
  float: left;
}

.partner-text-2 {
  width: 79%;
  float: right;
}

@media (max-width: 1000px) {
  .page-is-story {
    background-size: 100%;
  }

  .page-is-story .page-section {
    padding: 2em 0 1em 0;
  }

  .partners-list .partners-wrapper {
    padding: 1em 0;
  }

  .partners-list .partner {
    width: 38%;
    margin: 5%;
  }

  .page-art-section-left,
  .page-art-section-right,
  .page-autograph-section-left,
  .page-autograph-section-right,
  .page-zero-section-center {
    width: 100%;
    margin: 0;
  }

  .page-art-section-right p {
    padding-left: 0;
  }

  .page-autograph-section-left h1 {
    margin-left: 0;
    width: 100%;
  }
  .page-autograph-section-left .logo-main-wrapper{
    width: 100%;
  }
  .page-autograph-section-left p {
    width: 100%;
    margin-bottom: 1em;
  }

  .art-illustration img,
  .page-autograph-section-right img,
  .page-art-section-left img {
    display: block;
    margin: 2em auto 0 auto;
  }

  .page-art-section-right,
  .page-autograph-section-right {
    margin-bottom: 1em;
  }

  .partners-detail {
    padding: 2em 0;
  }

  .partners-second-row .page-section-left,
  .partners-second-row .page-section-right {
    margin-left: 0%;
  }

  .partners-second-row {
    margin-top: 0;
  }

  .partner-text-2 {
    width: 100%;
  }

  .partners-detail img {
    margin: 0 auto 2em auto;
    padding-top: 2em;
    display: block;
  }

  .above-partners {
    padding: 2em 0 !important;
  }

  .above-partners .page-section-title {
    margin-bottom: 1em;
  }

  .page-autograph-section-left .logo-wrapper {
    margin-bottom: 2em;
    text-align: center;
  }
}

.story-single-section-top {
  padding: 0 0 6em 0;
  border: none;
  background-image: url("../images/patterns/single-background.png");
  background-position: 50% 50%;
}

.story-single-section-top-alt {
  background-position: 50% 490%;
}

.story-single-section-top article {
  max-width: 1200px;
}

.page-is-story-parent .slick-slider {
  overflow: auto;
}

.page-is-story-parent .stay-gallery-nav .slick-list {
  padding: 0 !important;
  margin-top: 2%;
}

.page-is-story-parent .stay-gallery-nav .slick-list .slick-slide {
  padding: 0 0.75em;
}

.page-is-story-parent .page-section {
  padding-bottom: 2em;
}

.page-is-story-parent .stay-gallery-main-2 .slick-arrow,
.page-is-story-parent .stay-gallery-main .slick-arrow {
  display: block;
  width: 5%;
  float: left;
  text-align: center;
  font-size: 2rem;
  font-family: "brandon-bold";
  position: absolute;
  top: 45%;
  cursor: pointer;
}

.stay-gallery-nav .slick-list {
  max-width: 1064px !important;
}

.page-is-story-parent.stay-gallery-main-2 .slick-arrow:first-of-type,
.page-is-story-parent .stay-gallery-main .slick-arrow:first-of-type {
  left: 0;
}

.page-is-story-parent .stay-gallery-main-2 .slick-arrow:last-of-type,
.page-is-story-parent .stay-gallery-main .slick-arrow:last-of-type {
  right: 0;
}

.page-is-story-parent .stay-gallery-main-2 .slick-list,
.papage-is-story-parent .stay-gallery-nav .slick-list,
.page-is-story-parent .stay-gallery-main .slick-list,
.page-is-story-parent .stay-gallery-nav .slick-list {
  width: 90%;
  float: left;
  margin-left: 5%;
}

.page-is-story-parent .single-gallery-main {
  max-width: 600px;
}

.page-is-story-parent .no-padding-bottom {
  padding-bottom: 0;
  border-top: 0;
}

.page-is-privacy-statement-parent h1,
.page-is-terms-of-use-parent h1 {
  margin: 3em 0;
}

.page-is-privacy-statement-parent .page-section-inner ul,
.page-is-terms-of-use-parent .page-section-inner ul {
  background: #f2f2f2;
  padding: 2em;
  margin: 1em 0;
}

.page-is-privacy-statement-parent .page-section-inner ul li ul,
.page-is-terms-of-use-parent .page-section-inner ul li ul {
  padding: 0;
  margin: .5em 0 .5em .5em;
}

.page-is-privacy-statement-parent .page-section-inner ul li,
.page-is-terms-of-use-parent .page-section-inner ul li {
  list-style-type: none;
}

.page-is-privacy-statement-parent .page-section-inner table,
.page-is-terms-of-use-parent .page-section-inner table {
  border: 1px solid #000;
  margin: 1em 0;
}

.page-is-privacy-statement-parent .page-section-inner th,
.page-is-privacy-statement-parent .page-section-inner td,
.page-is-privacy-statement-parent .page-section-inner tr,
.page-is-terms-of-use-parent .page-section-inner th,
.page-is-terms-of-use-parent .page-section-inner td,
.page-is-terms-of-use-parent .page-section-inner td {
  padding: .5em;
  border: 1px solid #000;
}

@media (max-width: 1000px) {
  .page-is-privacy-statement-parent .terms-content,
  .page-is-terms-of-use-parent .terms-content {
    width: 100%;
  }

  .page-is-privacy-statement-parent .page-section,
  .page-is-terms-of-use-parent .page-section {
    padding-top: 3.5em;
  }

  .page-is-privacy-statement-parent h1,
  .page-is-terms-of-use-parent h1 {
    margin: 1em 0;
  }

  .page-is-privacy-statement-parent .page-name,
  .page-is-terms-of-use-parent .page-name {
    display: none;
  }
}

.page-is-privacy-statement-parent strong,
.page-is-terms-of-use-parent strong {
  font-family: 'brandon-bold';
}

.title-gallery {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.title-gallery div {
  width: 33.3333%;
  padding: 0 50px 5%;
}
@media (max-width: 768px) {
  .title-gallery div {
    width: 50%;
    padding: 0 20px 35px;
  }
}
.title-gallery p {
  text-transform: uppercase;
  margin-top: 1em;
  text-align: center;
}
.title-gallery p strong {
  font-family: 'brandon-bold';
}

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* LIGHT */
/*
.page-title:lang(ko-KR),
.single-sub-menu .single-sub-menu-inner a:lang(ko-KR),
.w-a-p .w-a-p-caption span:lang(ko-KR),
*/
body:lang(ko-KR),
input:lang(ko-KR),
button:lang(ko-KR)
{
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
}

/* REGULAR */
/*
.date-picker-wrapper .month-wrapper table .day:lang(ko-KR),
.date-picker-wrapper table .caption .next:lang(ko-KR),
.date-picker-wrapper table .caption .prev:lang(ko-KR),
.date-picker:lang(ko-KR) {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
}
*/

/* BOLD */
/*
h1:lang(ko-KR),
h2:lang(ko-KR),
h3:lang(ko-KR),
b:lang(ko-KR),
h1:lang(ko-KR),
.link-more:lang(ko-KR),
.page-hero h1:lang(ko-KR),
.small-header-overlay-inner div ul li a:lang(ko-KR),
.person-inner .slick-arrow:lang(ko-KR),
.room-inner .slick-arrow:lang(ko-KR),
.date-picker-wrapper b:lang(ko-KR),
.page-is-stay-single .stay-gallery-main .slick-arrow:lang(ko-KR),
.fixed-lateral-nav a:hover:lang(ko-KR),
.fixed-lateral-nav a:active:lang(ko-KR),
.fixed-lateral-nav a:focus:lang(ko-KR),
.fixed-lateral-nav-active:lang(ko-KR),
.w-a-p .w-a-p-caption span b:lang(ko-KR),
.page-newsletter-section-right button:lang(ko-KR),
.page-section-above span:lang(ko-KR),
.contact-tooltip:lang(ko-KR),
.map-tooltip .tooltip-label:lang(ko-KR),
.steps .first-step::before:lang(ko-KR),
.steps .last-step::before:lang(ko-KR),
*/
.small-booking a:lang(ko-KR),
.booking-header-inner .book a:lang(ko-KR),
.booking-header-inner .date b:lang(ko-KR),
.booking-header-inner .person b:lang(ko-KR),
.booking-header-inner .room b:lang(ko-KR),
.booking-header-small .book a:lang(ko-KR),
.booking-header-small .date b:lang(ko-KR),
.booking-header-small .person b:lang(ko-KR),
.booking-header-small .room b:lang(ko-KR),
.page-is-privacy-statement-parent strong:lang(ko-KR),
.page-is-terms-of-use-parent strong:lang(ko-KR),
.single-booking-large a:lang(ko-KR),
.single-booking-small a:lang(ko-KR),
.newsletter-agreement-text strong:lang(ko-KR),
.h-group:lang(ko-KR),
.newsletter-left h1:lang(ko-KR)
{
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 700;
}

/* MEDIUM */
/*
.page-name:lang(ko-KR),
.info-nav nav ul li a:lang(ko-KR),
.info-sns b:lang(ko-KR),
.main-navigation a:lang(ko-KR)
*/
.submit-newsletter:lang(ko-KR),
.result-box p:lang(ko-KR)
{
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
}

/* PRESERVE ORIGINAL FONT */
.main-contact-information p:lang(ko-KR),
.copyright:lang(ko-KR),
.contact-info:lang(ko-KR),
.amenity .legend:lang(ko-KR),
.preserve-brandon
{
  font-family: 'brandon-regular';
}

.main-contact-information b:lang(ko-KR),
.preserve-brandon-bold
{
  font-family: 'brandon-bold';
}

.fixed-lateral-nav a:lang(ko-KR),
.preserve-brandon-light
{
  font-family: 'brandon-light';
}

/* FORCE KOREAN FONT */
.force-noto-kr {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: 'brandon-light';
  src: url('../fonts/BrandonText-Light.otf');
  font-weight: 100;
}

@font-face {
	font-family: 'brandon-regular';
	src: url('../fonts/BrandonText-Regular.otf');
	font-weight: 400;
}

@font-face {
  font-family: 'brandon-medium';
  src: url('../fonts/BrandonText-Medium.otf');
  font-weight: 500;
}

@font-face {
  font-family: 'brandon-bold';
  src: url('../fonts/BrandonText-Bold.otf');
  font-weight: 700;
}

@@font-face {
  font-family: 'brandon-italic';
  src: url('../fonts/BrandonText-RegularItalic.otf');
  font-weight: 500;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	font-family: 'brandon-light', sans-serif;
	font-style: normal;
	color: #333;
}

h1, h2, h2, p {
	margin: 0;
}

h1, h2, h3, b {
	color: #000;
	font-family: 'brandon-bold';
}

b {
	font-family: 'brandon-bold';
}

input, button {
	font-family: 'brandon-light', sans-serif;
}

a, a:visited, a:focus, a:hover {
	text-decoration: none;
	color: #000;
}

.link-more {
	display: block;
	margin-top: 1.5em;
	font-family: 'brandon-bold';
}

.link-more a {
	color: #1523CA !important;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.force-blue {
  color: #1523CA !important;
}

.link-more span {
	display: inline-block;
	border-top: solid 1px #1523CA;
	width: 3.75rem;
	margin-right: 1.25em;
	vertical-align: middle;
	margin-left: 2.8em;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.link-more a:hover span {
  transform: translateX(5.1em);
}

@media (max-width: 1000px) {
	.link-more {
		margin: 2em 0;
	}

	.link-more::before {
		margin-left: 0;
		width: 2em;
	}
}

.hidden {
  display: none !important;
}

.slick-dots {
	margin: 1em 0 0 0;
	padding: 0;
  text-align: center;
}

.slick-dots li {
	display: inline;
	cursor: pointer;
}

.slick-dots li .circle {
	display: inline-block;
	background: #bdbdbd;
	border: 2px solid #bdbdbd;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 2.5px;
}

.slick-dots .slick-active .circle {
	background: #fff;
	border: 2px solid #828282;
}

.show-for-small {
	display: block;
}

.show-for-large {
	display: none;
}

@media (min-width: 1001px) {
	.show-for-small {
		display: none;
	}

	.show-for-large {
		display: block;
	}
}

.page-section-above {
  background-repeat: no-repeat;
  padding: 0 .5em;
  background-position: 0 50%;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  position: relative;
  padding: 0 .5em;
}

.page-section-above span {
  font-size: 11rem;
  line-height: 1.4;
  font-family: 'brandon-bold';
  padding-left: .4em;
}

.section-number-right {
  text-align: right;
  background-position: 100% 100%;
}

.section-number-right span {
  padding-right: .3em;
  padding-left: 0;
}

.page-section-w-p {
  padding: 3.125em 0 6.25em 0;
}

.first-page-section-w-p {
  border-top: none;
}

.page-section-w-p:last-of-type {
  padding-bottom: 7.5em;
}

.section-1 span {
  padding-right: 0.5em;
}

.section-15 {
  background-size: 23%;
  background-position: -30px 50%;
}

.section-15 span {
  padding-left: .25em;
}

.section-20 span {
  padding-right: 0;
}

.section-4 {
  background-size: 24%;
}

@media (max-width: 1000px) {
  .section-number-right span {
      padding-right: 0.1em;
    }
  .page-section-above span {
      padding-left: 0.1em;
    }

  .page-is-work-play-parent .page-hero h1 br {
    display: none;
  }

  .page-is-work-play-parent .page-section {
    padding: 1em 0 2em 0;
  }

  .page-is-work-play-parent .page-section-left img, .page-is-work-play-parent .page-section-top img, .page-is-work-play-parent .page-section-left-3 img {
    margin: 2em auto; 
  }

  .page-is-work-play-parent .page-section-top {
    margin-left: 0;
  }

  .page-is-work-play-parent .page-section-right .show-for-large {
    display: none;
  }

  .section-15 {
    background-size: 23%;
    background-position: 0 50%;
  }

  .section-15 span {
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .section-15, .section-4 {
    background-size: 41%;
  }
}

@media (max-width: 320px) {
  .section-15, .section-4 {
    background-size: 60%;
  }
}

@media (min-width: 1001px) {

  .floor-1 .page-section-left, .floor-4 .page-section-left, .floor-5 .page-section-left {
    margin-left: 0;
  }

  .floor-b1 .page-section-left {
    width: 60%;
  }

  .floor-b1 .page-section-right {
    margin-left: 5%;
    width: 31%;
  }

  .floor-1 .page-section-left {
    width: 35%;
  }

  .floor-1 .page-section-right {
    margin-left: 5%;
    width: 60%;
  }

  .page-section-left-3{
    width: 60%;
    margin-right: 5%;
    float: left;
  }

  .floor-4 .page-section-left {
    width: 30%;
  }

  .floor-4 .page-section-right {
    width: 60%;
    margin-left: 5%;
  }

  .floor-5 .page-section-left {
    margin-top: 6em;
    width: 52%;
  }

  .floor-5 .page-section-right {
    width: 32%;
  }

  .floor-5 .page-section-right .page-title {
    margin-top: 3em;
  }

  .floor-5 .page-section-right img {
    margin: auto;
    display: block;
  }

  .floor-5 .page-section-center {
    align-items: flex-start;
  }

  .floor-5b .page-section-left {
    margin-left: -6%;
    width: 30%;
  }

  .floor-5b .page-section-right {
    width: 44%;
  }

  .floor-15 {
    margin-top: -6em;
  }

  .floor-15 .page-section-center {
    flex-direction: column;
    padding: 0 3%;
  }

  .floor-15 .page-section-left {
    width: 100%;
    margin: 3.125rem 0 0 0.3125rem;
    display: flex;
    justify-content: space-between;
  }

  .floor-15 .page-section-right {
    width: 39%;
  }

  .floor-15 .page-content-wrapper {
    max-width: 53%;
    padding-right: 5.9375rem;
  }

  .floor-15 .page-title {
    margin-top: 10.25rem;
  }

  .floor-15-text {
    margin-bottom: 8em;
    display: block;
  }

  .floor-20 .page-section-center {
    display: block;
  }

  .floor-20 .page-section-left {
    float: right;
    width: 65%;
    margin-left: 5%;
  }

  .floor-20 .page-section-right {
    float: right;
    width: 65%;
    margin-left: 5%;
    margin-top: 4.5em;
  }

  .floor-20 .page-section-right p {
    width: 65%;
  }

}
