* {
  font-family: Helvetica, Arial, 'Microsoft JhengHei', sans-serif;
}
.oldie * {
  behavior: url('/lib/PIE-1.0.0/PIE.htc');
}
body {
  position: relative;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}
body.body-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
a {
  text-decoration: none;
  border: 0;
  outline: 0;
}
img {
  width: 100%;
  max-width: 100%;
  border: 0;
  outline: 0;
}
.hidden {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hidden-desktop {
    display: none !important;
  }
}
.clearfix {
  overflow: auto;
  display: block;
  width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) and (min-width: 769px) {
  .container {
    width: auto;
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: auto;
    max-width: none;
    margin: 0 15px;
    padding: 0;
  }
}
.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.table-content {
  display: table;
}
@media screen and (max-width: 414px) {
  .table-content {
    margin-bottom: 15px;
  }
}
.table-content .table-col {
  display: table-cell;
  vertical-align: text-top;
}
@media screen and (max-width: 414px) {
  .table-content .table-col {
    display: block;
    width: 100%;
  }
}
.slick-prev,
.slick-next {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 60px;
  height: 134px;
  z-index: 9999;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 90px;
  }
}
.slick-prev:before,
.slick-next:before {
  content: '';
}
.slick-prev {
  background-image: url('/images/gallery_arrow_left.png');
  left: 25px;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 5px;
  }
}
.slick-prev:hover,
.slick-prev:focus {
  background-image: url('/images/gallery_arrow_left.png');
}
.slick-next {
  background-image: url('/images/gallery_arrow_right.png');
  right: 25px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 5px;
  }
}
.slick-next:hover,
.slick-next:focus {
  background-image: url('/images/gallery_arrow_right.png');
}
.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0;
  width: 8px;
  margin: 2px 4px;
}
.mCSB_scrollTools.mCS-inset-2-dark .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 0px 5px;
  background-color: #549ab7 !important;
  opacity: 0.8;
}
.mCSB_scrollTools.mCS-inset-2-dark .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools.mCS-inset-2-dark .mCSB_dragger:focus .mCSB_dragger_bar,
.mCSB_scrollTools.mCS-inset-2-dark .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #549ab7 !important;
  opacity: 1;
}
.mCSB_scrollTools.mCS-inset-2-dark .mCSB_draggerRail {
  width: 8px;
  border-color: rgba(84, 154, 183, 0.2);
}
.header {
  display: none;
}
@media screen and (min-width: 769px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100px;
    top: 0;
    z-index: 11;
  }
}
@media screen and (max-width: 414px) {
  .header {
    height: 80px;
  }
}
.header .malibu-logo {
  z-index: 2;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .header .malibu-logo {
    width: 300px;
    margin: 0 auto;
    top: 35px;
    left: 0;
    right: 0;
  }
  .header .malibu-logo a {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header .malibu-logo {
    position: relative;
    width: 200px;
    height: auto;
    margin: 20px auto;
  }
  .header .malibu-logo a {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .header .malibu-logo {
    width: 160px;
    margin: 15px auto;
  }
}
@media screen and (min-width: 769px) {
  .header .nav-menu {
    z-index: 2;
    margin: 35px auto;
    width: 800px;
    text-align: center;
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
  }
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .header .nav-menu {
    margin-right: 250px;
  }
}
@media screen and (max-width: 1030px) and (min-width: 769px) {
  .header .nav-menu {
    width: 650px;
    margin-right: 220px;
  }
}
@media screen and (max-width: 890px) and (min-width: 769px) {
  .header .nav-menu {
    margin-right: 170px;
  }
}
@media screen and (max-width: 830px) and (min-width: 769px) {
  .header .nav-menu {
    width: 580px;
  }
}
@media screen and (max-width: 768px) {
  .header .nav-menu {
    margin: auto;
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header .nav-menu .menu-item a {
    padding: 5px 14px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: block;
    text-align: left;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.5);
  }
}
@media screen and (max-width: 1090px) and (min-width: 769px) {
  .header .nav-menu .menu-item a {
    font-size: 14px;
    padding: 5px 10px 5px 8px;
  }
}
@media screen and (max-width: 830px) and (min-width: 769px) {
  .header .nav-menu .menu-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header .nav-menu .menu-item a {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
    display: block;
    text-align: left;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .header .nav-menu > .menu-item {
    display: inline-block;
    border-right: 2px solid #fff;
    position: relative;
  }
  .header .nav-menu > .menu-item:last-child,
  .header .nav-menu > .menu-item.last-item {
    border: 0;
  }
}
@media screen and (max-width: 768px) {
  .header .nav-menu > .menu-item {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header .nav-menu > .menu-item:last-child {
    border-bottom: 0;
  }
  .header .nav-menu > .menu-item a {
    background: rgba(84, 154, 183, 0.9);
  }
}
@media screen and (min-width: 769px) {
  .header .nav-menu > .menu-item > .nav-sub-menu {
    position: absolute;
    top: 20px;
    left: 0;
    right: -150px;
    padding-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0ms 500ms, opacity 500ms linear;
    -webkit-transition: visibility 0ms 500ms, opacity 500ms linear;
    -moz-transition: visibility 0ms 500ms, opacity 500ms linear;
    -ms-transition: visibility 0ms 500ms, opacity 500ms linear;
    -o-transition: visibility 0ms 500ms, opacity 500ms linear;
  }
}
@media screen and (max-width: 768px) {
  .header .nav-menu > .menu-item > .nav-sub-menu {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header .nav-menu > .menu-item > .nav-sub-menu > .menu-item {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (min-width: 769px) {
  .header .nav-menu > .menu-item > .nav-sub-menu > .menu-item a {
    font-size: 16px;
    color: #549ab7;
    opacity: 0.55;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    text-shadow: none;
  }
  .header .nav-menu > .menu-item > .nav-sub-menu > .menu-item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1090px) and (min-width: 769px) {
  .header .nav-menu > .menu-item > .nav-sub-menu > .menu-item a {
    font-size: 14px;
    padding: 5px 15px;
  }
}
@media screen and (min-width: 769px) {
  .header .nav-menu > .menu-item > .nav-sub-menu > .menu-item:first-child {
    margin-top: 10px;
    padding-top: 10px;
  }
  .header .nav-menu > .menu-item > .nav-sub-menu > .menu-item:last-child {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header .nav-menu > .menu-item > .nav-sub-menu > .menu-item a {
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    color: #549ab7;
  }
}
.header .nav-menu > .menu-item:hover > .nav-sub-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 500ms linear;
  -webkit-transition: opacity 500ms linear;
  -moz-transition: opacity 500ms linear;
  -ms-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
}
@media screen and (min-width: 769px) {
  .header .lang-menu {
    position: absolute;
    z-index: 2;
    right: 35px;
    top: 155px;
  }
}
@media screen and (max-width: 1030px) and (min-width: 769px) {
  .header .lang-menu {
    right: 15px;
    top: 153px;
  }
}
@media screen and (max-width: 768px) {
  .header .lang-menu {
    position: relative;
    text-align: center;
    padding: 10px 15px;
    background: rgba(84, 154, 183, 0.9);
  }
}
.header .lang-menu .btn-lang,
.header .lang-menu .btn-social,
.header .lang-menu .btn-music {
  display: inline-block;
}
.header .lang-menu .btn-lang a,
.header .lang-menu .btn-social a,
.header .lang-menu .btn-music a {
  padding: 2px 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  position: relative;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
@media screen and (min-width: 769px) {
  .header .lang-menu .btn-lang a,
  .header .lang-menu .btn-social a,
  .header .lang-menu .btn-music a {
    text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.5);
  }
}
.header .lang-menu .btn-lang a:hover,
.header .lang-menu .btn-social a:hover,
.header .lang-menu .btn-music a:hover {
  color: #549ab7;
}
@media screen and (max-width: 1090px) and (min-width: 769px) {
  .header .lang-menu .btn-lang a,
  .header .lang-menu .btn-social a,
  .header .lang-menu .btn-music a {
    font-size: 14px;
  }
}
@media screen and (max-width: 890px) and (min-width: 769px) {
  .header .lang-menu .btn-lang a,
  .header .lang-menu .btn-social a,
  .header .lang-menu .btn-music a {
    padding: 2px 5px;
  }
}
@media screen and (max-width: 768px) {
  .header .lang-menu .btn-lang a,
  .header .lang-menu .btn-social a,
  .header .lang-menu .btn-music a {
    padding: 10px 15px;
  }
}
.header .lang-menu .btn-lang:nth-child(3),
.header .lang-menu .btn-social:nth-child(3),
.header .lang-menu .btn-music:nth-child(3) {
  border-left: 2px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
}
.header .lang-menu .btn-music a:before {
  content: '';
  border-top: 2px solid #fff;
  position: absolute;
  top: 10px;
  left: 9px;
  right: 5px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  opacity: 1;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  .header .lang-menu .btn-music a:before {
    top: 18px;
  }
}
.header .lang-menu .btn-music a:hover:before {
  opacity: 0;
  border-top: 2px solid #549ab7;
}
@media screen and (max-width: 768px) {
  .header .lang-menu .btn-music a:hover:before {
    border-top: 2px solid #fff;
  }
}
.header .lang-menu .btn-music a.active:before {
  opacity: 0;
}
.header .lang-menu .btn-music a.active:hover:before {
  opacity: 1;
}
.header .bg-top-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  background-image: url('/images/bg_top_overlay.png');
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .header .bg-top-overlay {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header.sticky-header {
    position: fixed;
  }
}
@media screen and (min-width: 769px) {
  .header.sticky-header .malibu-logo {
    width: 180px;
    top: 30px;
    left: 35px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .header.sticky-header .nav-menu {
    top: 0;
  }
}
.header.sticky-header .lang-menu {
  top: 40px;
}
@media screen and (max-width: 768px) {
  .header.sticky-header .lang-menu {
    top: 0;
  }
}
.header.sticky-header .bg-top-overlay {
  height: 100px;
}
@media screen and (max-width: 1270px) and (min-width: 769px) {
  .header.sticky-header .nav-menu {
    width: auto;
    max-width: 100%;
    margin-left: 230px;
    margin-right: 225px;
  }
  .header.sticky-header .nav-menu .menu-item a {
    font-size: 14px;
    padding: 5px 10px 5px 8px;
  }
  .header.sticky-header .lang-menu {
    top: 38px;
  }
  .header.sticky-header .lang-menu .btn-lang a,
  .header.sticky-header .lang-menu .btn-social a,
  .header.sticky-header .lang-menu .btn-music a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1125px) and (min-width: 769px) {
  .header.sticky-header .nav-menu {
    margin-right: 180px;
  }
  .header.sticky-header .nav-menu .menu-item a {
    font-size: 12px;
  }
  .header.sticky-header .lang-menu .btn-lang a,
  .header.sticky-header .lang-menu .btn-social a,
  .header.sticky-header .lang-menu .btn-music a {
    font-size: 12px;
    padding: 2px 5px;
  }
}
@media screen and (max-width: 1065px) and (min-width: 769px) {
  .header.sticky-header .malibu-logo {
    width: 140px;
  }
  .header.sticky-header .nav-menu {
    margin-left: 185px;
    margin-right: 150px;
  }
  .header.sticky-header .nav-menu .menu-item {
    border-right: 1px solid #fff;
  }
  .header.sticky-header .nav-menu .menu-item.last-item {
    border: 0;
  }
  .header.sticky-header .lang-menu {
    right: 5px;
    top: 38px;
  }
}
@media screen and (max-width: 915px) and (min-width: 769px) {
  .header.sticky-header .malibu-logo {
    width: 100px;
    left: 15px;
  }
  .header.sticky-header .nav-menu {
    margin-left: 110px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .header.sticky-header .lang-menu {
    top: 32px;
  }
}
.header .btn-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .btn-menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 5px;
    width: 30px;
    height: 40px;
    cursor: pointer;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
    padding: 15px;
  }
  .header .btn-menu span,
  .header .btn-menu:before,
  .header .btn-menu:after {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 22px;
    margin: 0 auto;
    height: 3px;
    display: block;
    opacity: 1;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    background: #9ac2b9;
  }
  .header .btn-menu span {
    top: 33px;
    transform-origin: left center;
    -ms-transform-origin: left center;
    -moz-transform-origin: left center;
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
  }
  .header .btn-menu:before {
    top: 27px;
    content: '';
    transform-origin: left center;
    -ms-transform-origin: left center;
    -moz-transform-origin: left center;
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
  }
  .header .btn-menu:after {
    top: 39px;
    content: '';
    transform-origin: left center;
    -ms-transform-origin: left center;
    -moz-transform-origin: left center;
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
  }
  .header .btn-menu.active span,
  .header .btn-menu.active:before,
  .header .btn-menu.active:after {
    height: 3px;
    background: #9ac2b9;
  }
  .header .btn-menu.active span {
    opacity: 0;
  }
  .header .btn-menu.active:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 5px;
  }
  .header .btn-menu.active:after {
    top: 42px;
    left: 5px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
}
@media screen and (max-width: 414px) {
  .header .btn-menu {
    top: 5px;
    right: 0;
  }
}
.inner-disclaimer-container,
.inner-popup-container {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(128, 145, 162, 0.4);
  display: none;
}
.inner-disclaimer-container .inner-disclaimer-box,
.inner-popup-container .inner-disclaimer-box,
.inner-disclaimer-container .inner-popup-box,
.inner-popup-container .inner-popup-box {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
  height: 60%;
}
@media screen and (max-width: 1024px) {
  .inner-disclaimer-container .inner-disclaimer-box,
  .inner-popup-container .inner-disclaimer-box,
  .inner-disclaimer-container .inner-popup-box,
  .inner-popup-container .inner-popup-box {
    width: 90%;
  }
}
@media screen and (max-width: 414px) {
  .inner-disclaimer-container .inner-disclaimer-box,
  .inner-popup-container .inner-disclaimer-box,
  .inner-disclaimer-container .inner-popup-box,
  .inner-popup-container .inner-popup-box {
    height: auto;
    top: 15%;
    bottom: 10%;
  }
}
.inner-disclaimer-container .inner-disclaimer-box .btn-close,
.inner-popup-container .inner-disclaimer-box .btn-close,
.inner-disclaimer-container .inner-popup-box .btn-close,
.inner-popup-container .inner-popup-box .btn-close {
  display: block !important;
}
.inner-disclaimer-container .inner-disclaimer-box .inner-content,
.inner-popup-container .inner-disclaimer-box .inner-content,
.inner-disclaimer-container .inner-popup-box .inner-content,
.inner-popup-container .inner-popup-box .inner-content {
  font-size: 14px;
  line-height: 21px;
  color: #549ab7;
  position: absolute;
  top: 60px;
  bottom: 50px;
  left: 55px;
  right: 55px;
}
@media screen and (max-width: 768px) {
  .inner-disclaimer-container .inner-disclaimer-box .inner-content,
  .inner-popup-container .inner-disclaimer-box .inner-content,
  .inner-disclaimer-container .inner-popup-box .inner-content,
  .inner-popup-container .inner-popup-box .inner-content {
    top: 50px;
    bottom: 30px;
    left: 25px;
    right: 25px;
    font-size: 12px;
    line-height: 18px;
  }
}
.inner-disclaimer-container .inner-popup-box,
.inner-popup-container .inner-popup-box {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 414px) {
  .inner-disclaimer-container .inner-popup-box,
  .inner-popup-container .inner-popup-box {
    top: 0;
    bottom: 0;
  }
}
.btn-close {
  width: 25px;
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
}
@media screen and (max-width: 414px) {
  .btn-close {
    right: 20px;
    top: 15px;
  }
}
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(128, 145, 162, 0.4);
}
.popup-container.fixed-top-layer {
  z-index: 9999 !important;
}
.popup-container.info {
  position: absolute;
  bottom: inherit;
  background: transparent;
  z-index: 9;
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  .popup-container.info {
    min-height: 400px;
  }
}
.popup-container.floor-plan {
  position: absolute;
  bottom: inherit;
  background: transparent;
  z-index: 9;
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  .popup-container.floor-plan {
    min-height: 400px;
  }
}
.popup-container.map-container {
  position: absolute;
  bottom: inherit;
  background: transparent;
  z-index: 9;
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  .popup-container.map-container {
    min-height: 400px;
  }
}
.pop-box {
  display: none;
  position: absolute;
  z-index: 100;
  top: 210px;
  bottom: 130px;
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 80%;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .pop-box {
    width: 90%;
  }
}
@media screen and (max-width: 414px) {
  .pop-box {
    width: 90%;
  }
}
.pop-box .inner-disclaimer-container {
  border-radius: 20px;
}
.pop-box .content {
  font-size: 12px;
  line-height: 21px;
  color: #549ab7;
  position: absolute;
  top: 75px;
  bottom: 55px;
  left: 55px;
  right: 55px;
}
@media screen and (max-width: 768px) {
  .pop-box .content {
    top: 60px;
    bottom: 60px;
    left: 25px;
    right: 25px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 414px) {
  .pop-box .content {
    top: 50px;
    bottom: 30px;
  }
}
.pop-box.disclaimer-box {
  top: 15%;
  bottom: 15%;
}
@media screen and (min-width: 769px) {
  .pop-box.disclaimer-box-3 {
    top: 30%;
    bottom: 30%;
  }
}
.pop-box.info-box {
  top: 45%;
  bottom: 20%;
}
@media screen and (max-width: 414px) {
  .pop-box.info-box {
    top: 100px;
    bottom: 80px;
  }
}
.pop-box.info-box .box-title {
  color: #549ab7;
  margin: 60px 55px 0;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 414px) {
  .pop-box.info-box .box-title {
    margin: 20px 55px 0 25px;
    font-size: 18px;
  }
}
.pop-box.info-box .content {
  top: 105px;
}
@media screen and (max-width: 414px) {
  .pop-box.info-box .content {
    left: 25px;
    right: 25px;
    bottom: 40px;
    top: 65px;
  }
}
.pop-box.info-box .content .download-item a {
  font-size: 18px;
  color: #333;
  word-spacing: 3px;
  font-weight: 400;
  padding: 5px 0;
  display: inline-block;
}
.pop-box.info-box .content .download-item a:hover {
  color: #549ab7;
}
@media screen and (max-width: 414px) {
  .pop-box.info-box .content .download-item a {
    font-size: 14px;
    word-spacing: 0;
    margin-bottom: 5px;
  }
}
.pop-box.info-box .content .coming-soon {
  margin-top: 40px;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 414px) {
  .pop-box.info-box .content .coming-soon {
    font-size: 20px;
    line-height: 24px;
  }
}
.pop-box.floor-plan-box {
  top: 90px;
  bottom: 90px;
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box {
    top: 120px;
    bottom: 80px;
  }
}
@media screen and (max-width: 414px) {
  .pop-box.floor-plan-box {
    top: 100px;
  }
}
.pop-box.floor-plan-box .btn-close {
  display: none;
}
.pop-box.floor-plan-box .floor-plan-nav {
  border-bottom: 2px solid #549ab7;
  margin: 20px 80px 0;
}
.pop-box.floor-plan-box .floor-plan-nav .nav-item {
  display: inline-block;
  margin-right: 30px;
}
.pop-box.floor-plan-box .floor-plan-nav .nav-item a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: bottom;
  color: #549ab7;
  opacity: 0.6;
  padding: 5px;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.pop-box.floor-plan-box .floor-plan-nav .nav-item a:hover {
  opacity: 1;
}
.pop-box.floor-plan-box .floor-plan-nav .nav-item:first-child {
  margin-right: 50px;
}
.pop-box.floor-plan-box .floor-plan-nav .nav-item:first-child a {
  font-size: 21px;
  opacity: 1;
}
.pop-box.floor-plan-box .floor-plan-nav .nav-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  .pop-box.floor-plan-box .floor-plan-nav {
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 1200px) {
  .pop-box.floor-plan-box .floor-plan-nav .nav-item {
    margin-right: 10px;
  }
  .pop-box.floor-plan-box .floor-plan-nav .nav-item:first-child {
    margin-right: 20px;
  }
  .pop-box.floor-plan-box .floor-plan-nav .nav-item:first-child a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .pop-box.floor-plan-box .floor-plan-nav .nav-item {
    margin-right: 10px;
  }
  .pop-box.floor-plan-box .floor-plan-nav .nav-item:first-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pop-box.floor-plan-box .floor-plan-nav {
    margin: 20px 20px 0;
  }
  .pop-box.floor-plan-box .floor-plan-nav .nav-item {
    margin-right: 10px;
  }
  .pop-box.floor-plan-box .floor-plan-nav .nav-item a {
    font-size: 14px;
    line-height: 18px;
  }
  .pop-box.floor-plan-box .floor-plan-nav .nav-item:first-child {
    margin-right: 10px;
  }
  .pop-box.floor-plan-box .floor-plan-nav .nav-item:first-child a {
    font-size: 18px;
  }
}
@media screen and (max-width: 414px) {
  .pop-box.floor-plan-box .floor-plan-nav .nav-item {
    margin-right: 5px;
  }
  .pop-box.floor-plan-box .floor-plan-nav .nav-item a {
    line-height: 18px;
    font-size: 12px;
  }
  .pop-box.floor-plan-box .floor-plan-nav .nav-item:first-child a {
    font-size: 18px;
  }
}
.pop-box.floor-plan-box .content {
  top: 70px;
  bottom: 25px;
}
@media screen and (max-width: 1270px) {
  .pop-box.floor-plan-box .content {
    left: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pop-box.floor-plan-box .content {
    left: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 414px) {
  .pop-box.floor-plan-box .content {
    top: 90px;
  }
}
.pop-box.floor-plan-box .content .floor-plan-group {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  right: 30px;
}
@media screen and (max-width: 1270px) {
  .pop-box.floor-plan-box .content .floor-plan-group {
    left: 0;
    right: 0;
  }
}
.pop-box.floor-plan-box .content .floor-plan-group .floor-plan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
.pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-img {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-img {
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-img {
    top: 60px;
  }
}
.pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-title {
  display: inline-block;
  color: #549ab7;
  font-size: 16px;
  font-weight: bold;
}
.pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-title:after {
  content: "|";
  font-weight: normal;
  margin: 0 10px;
}
@media screen and (max-width: 1200px) {
  .pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-title {
    display: block;
  }
  .pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-title:after {
    display: none;
  }
}
.pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-sub-title {
  display: inline-block;
  color: #549ab7;
  font-size: 16px;
}
.pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-sub-title:after {
  content: "|";
  font-weight: normal;
  margin: 0 10px;
}
@media screen and (max-width: 1200px) {
  .pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-sub-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-sub-title {
    display: block;
    font-size: 12px;
  }
  .pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-sub-title:after {
    display: none;
  }
}
.pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-info-details {
  display: inline-block;
  color: #549ab7;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-info-details {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-info-details {
    display: block;
    font-size: 12px;
  }
  .pop-box.floor-plan-box .content .floor-plan-group .floor-plan .floor-plan-info .floor-plan-info-details:after {
    display: none;
  }
}
.pop-box.floor-plan-box .content .floor-plan-group .floor-plan .btn-legend {
  position: absolute;
  bottom: 28px;
  right: 0;
  font-size: 18px;
  cursor: pointer;
  border-bottom: 2px solid #549ab7;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box .content .floor-plan-group .floor-plan .btn-legend {
    bottom: 0;
    font-size: 14px;
  }
}
.pop-box.floor-plan-box .content .floor-plan-arrow {
  width: 30px;
  height: 115px;
  background: url('/images/floor_plan_arrow.png');
  position: absolute;
  top: 40%;
  z-index: 1;
  margin: 0 auto;
  cursor: pointer;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box .content .floor-plan-arrow {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box .content .floor-plan-arrow {
    width: 13px;
    height: 50px;
  }
}
.pop-box.floor-plan-box .content .floor-plan-arrow.left {
  left: 0;
  background-position: 30px 0px;
}
@media screen and (max-width: 414px) {
  .pop-box.floor-plan-box .content .floor-plan-arrow.left {
    background-position: 13px 0px;
  }
}
.pop-box.floor-plan-box .content .floor-plan-arrow.right {
  right: 0;
  background-position: 0px 0px;
}
.pop-box.floor-plan-box .content .coming-soon {
  margin-top: 40px;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 414px) {
  .pop-box.floor-plan-box.club_malibu_floor_plan .content {
    top: 60px;
  }
}
.pop-box.floor-plan-box.club_malibu_floor_plan .content .floor-plan-group .floor-plan .floor-plan-img {
  background-position: center top;
  top: 0;
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box.club_malibu_floor_plan .content .floor-plan-group .floor-plan .floor-plan-img {
    background-position: center center;
  }
}
.pop-box.floor-plan-box.club_malibu_floor_plan .content .floor-plan-group .floor-plan.floor-plan-1 .floor-plan-img {
  background-image: url('/images/club_malibu_floor_plan/club_malibu_floor_plan_1f.png');
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box.club_malibu_floor_plan .content .floor-plan-group .floor-plan.floor-plan-1 .floor-plan-img {
    background-image: url('/images/club_malibu_floor_plan/club_malibu_floor_plan_1f_m.png');
  }
}
.pop-box.floor-plan-box.club_malibu_floor_plan .content .floor-plan-group .floor-plan.floor-plan-2 .floor-plan-img {
  background-image: url('/images/club_malibu_floor_plan/club_malibu_floor_plan_2f.png');
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box.club_malibu_floor_plan .content .floor-plan-group .floor-plan.floor-plan-2 .floor-plan-img {
    background-image: url('/images/club_malibu_floor_plan/club_malibu_floor_plan_2f_m.png');
  }
}
.pop-box.floor-plan-box.club_malibu_floor_plan .content .floor-plan-group .floor-plan.floor-plan-3 .floor-plan-img {
  background-image: url('/images/club_malibu_floor_plan/club_malibu_floor_plan_3f.png');
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box.club_malibu_floor_plan .content .floor-plan-group .floor-plan.floor-plan-3 .floor-plan-img {
    background-image: url('/images/club_malibu_floor_plan/club_malibu_floor_plan_3f_m.png');
  }
}
.pop-box.floor-plan-box.club_malibu_floor_plan .content .floor-plan-group .floor-plan.floor-plan-4 .floor-plan-img {
  background-image: url('/images/club_malibu_floor_plan/club_malibu_floor_plan_5f.png');
}
@media screen and (max-width: 768px) {
  .pop-box.floor-plan-box.club_malibu_floor_plan .content .floor-plan-group .floor-plan.floor-plan-4 .floor-plan-img {
    background-image: url('/images/club_malibu_floor_plan/club_malibu_floor_plan_5f_m.png');
  }
}
.pop-box.floor-plan-box.apartment_1_bedroom .content .floor-plan-group .floor-plan.floor-plan-1 .floor-plan-img {
  background-image: url('/images/apartment_floor_plan/apartment_1_bedroom_img_01.png');
}
.pop-box.floor-plan-box.apartment_2_bedrooms .content .floor-plan-group .floor-plan.floor-plan-1 .floor-plan-img {
  background-image: url('/images/apartment_floor_plan/apartment_2_bedrooms_img_01.png');
}
.pop-box.floor-plan-box.apartment_3_bedrooms .content .floor-plan-group .floor-plan.floor-plan-1 .floor-plan-img {
  background-image: url('/images/apartment_floor_plan/apartment_3_bedrooms_img_01.png');
}
.pop-box.floor-plan-box.apartment_4_bedrooms .content .floor-plan-group .floor-plan.floor-plan-1 .floor-plan-img {
  background-image: url('/images/apartment_floor_plan/apartment_4_bedrooms_img_01.png');
}
.pop-box.floor-plan-box.apartment_simplex .content .floor-plan-group .floor-plan.floor-plan-1 .floor-plan-img {
  background-image: url('/images/apartment_floor_plan/apartment_simplex_img_01.png');
}
.pop-box.floor-plan-box.apartment_simplex .content .floor-plan-group .floor-plan.floor-plan-2 .floor-plan-img {
  background-image: url('/images/apartment_floor_plan/apartment_simplex_img_02.png');
}
.pop-box.map-box {
  top: 130px;
  bottom: 115px;
  background: #fff;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .pop-box.map-box {
    top: 0;
    bottom: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 414px) {
  .pop-box.map-box {
    bottom: auto;
    overflow: visible;
  }
}
.pop-box.map-box .btn-close {
  display: none;
}
.pop-box.map-box .content {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.pop-box.map-box .content .map-container {
  width: 100%;
  position: relative;
}
.pop-box.map-box .content .map {
  position: relative;
  line-height: 0;
  display: inline-block;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .pop-box.map-box .content .map {
    display: block;
    width: 100%;
  }
}
.pop-box.map-box .content .map .map-point {
  position: absolute;
  width: 14px;
  height: 14px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  background: #fff;
  z-index: 2;
  border: 1px solid #549ab7;
  border-radius: 8px;
  display: none;
}
.pop-box.map-box .content .map .map-point.point-01 {
  top: 66.7%;
  left: 65%;
}
.pop-box.map-box .content .map .map-point.point-02 {
  top: 72%;
  left: 58.5%;
}
.pop-box.map-box .content .map .map-point.point-03 {
  top: 71.7%;
  left: 63%;
}
.pop-box.map-box .content .map .map-point.point-04 {
  top: 77%;
  left: 73%;
}
.pop-box.map-box .content .map .map-point.point-05 {
  top: 82%;
  left: 75.5%;
}
.pop-box.map-box .content .map .map-point.point-06 {
  top: 90%;
  left: 67.86%;
}
.pop-box.map-box .content .map .map-point.point-07 {
  top: 56.5%;
  left: 54%;
}
.pop-box.map-box .content .map .map-point.point-08 {
  top: 93%;
  left: 59.9%;
}
.pop-box.map-box .content .map .map-point.point-09 {
  top: 57.5%;
  left: 13%;
}
.pop-box.map-box .content .map .map-point.point-10 {
  top: 89.4%;
  left: 81.7%;
}
.pop-box.map-box .content .map .map-point.point-10-1 {
  top: 66%;
  left: 80%;
}
.pop-box.map-box .content .map .map-point.point-10-2 {
  top: 83.7%;
  left: 70.5%;
}
.pop-box.map-box .content .map .map-point.point-11 {
  top: 84%;
  left: 78.3%;
}
.pop-box.map-box .content .map .map-point.point-12 {
  top: 61%;
  left: 86.4%;
}
.pop-box.map-box .content .map .map-point.point-13 {
  top: 32.5%;
  left: 68.8%;
}
.pop-box.map-box .content .map .map-point.point-14 {
  top: 40.8%;
  left: 42.3%;
}
.pop-box.map-box .content .map .map-point.point-15 {
  top: 27%;
  left: 42.3%;
}
.pop-box.map-box .content .map .map-point.point-16 {
  top: 27%;
  left: 48.5%;
}
.pop-box.map-box .content .map .map-point.point-17 {
  top: 32.5%;
  left: 34.5%;
}
.pop-box.map-box .content .map .map-point.point-18 {
  top: 30.8%;
  left: 30.4%;
}
.pop-box.map-box .content .map .map-point.point-19 {
  top: 25.8%;
  left: 34.5%;
}
.pop-box.map-box .content .map .map-point.point-20 {
  top: 13.4%;
  left: 40.8%;
}
.pop-box.map-box .content .map .map-point.point-21 {
  top: 3%;
  left: 38.4%;
}
.pop-box.map-box .content .map .map-point.point-22 {
  top: 0.8%;
  left: 53.5%;
}
.pop-box.map-box .content .map-remind {
  width: 75%;
  display: inline-block;
  text-align: center;
  padding: 10px 0 0;
}
.pop-box.map-box .content .map-remind img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .pop-box.map-box .content .map-remind {
    display: none;
  }
}
.pop-box.map-box .content .map-remind.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .pop-box.map-box .content .map-remind.mobile {
    display: block;
    width: 100%;
    padding-top: 30px;
  }
}
.pop-box.map-box .content .point-list {
  width: calc(25% - 30px);
  margin-top: 20px;
  right: 15px;
  top: 0;
  margin-left: -4px;
  vertical-align: top;
  padding-left: 15px;
  position: absolute;
  height: 95% !important;
}
@media screen and (max-width: 768px) {
  .pop-box.map-box .content .point-list {
    display: block;
    position: relative;
    width: auto;
    right: 0;
    margin-left: 0;
    padding: 0 15px;
  }
}
.pop-box.map-box .content .point-list .point-item {
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .pop-box.map-box .content .point-list .point-item {
    display: inline-block;
    width: calc(25% - 4px);
    padding: 0;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 414px) {
  .pop-box.map-box .content .point-list .point-item {
    display: inline-block;
    width: calc(50% - 4px);
  }
}
.pop-box.map-box .content .point-list .point-item .item-no {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  background: #fff;
  border: 1px solid #549ab7;
  border-radius: 8px;
}
@media screen and (max-width: 1120px) {
  .pop-box.map-box .content .point-list .point-item .item-no {
    font-size: 12px;
    line-height: 14px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pop-box.map-box .content .point-list .point-item .item-no {
    font-size: 8px;
    line-height: 12px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
.pop-box.map-box .content .point-list .point-item .item-text {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  width: calc(100% - 25px);
  vertical-align: top;
}
.pop-box.map-box .content .point-list .point-item .item-text sup {
  line-height: 0px;
}
@media screen and (max-width: 1120px) {
  .pop-box.map-box .content .point-list .point-item .item-text {
    font-size: 12px;
    line-height: 14px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .pop-box.map-box .content .point-list .point-item .item-text {
    font-size: 8px;
    line-height: 12px;
    width: calc(100% - 20px);
    vertical-align: middle;
  }
}
.pop-box.map-box .content .bottom-disclaimer {
  margin-top: 20px;
  padding: 20px 45px 0;
  overflow: hidden;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 414px) {
  .pop-box.map-box .content .bottom-disclaimer {
    height: auto !important;
    padding: 40px 15px 30px;
  }
}
.pop-box.map-box .content .table-content {
  color: #549ab7;
  font-size: 14px;
  line-height: 26px;
}
@media screen and (max-width: 414px) {
  .pop-box.map-box .content .table-content {
    font-size: 12px;
    line-height: 14px;
  }
}
.pop-box.map-box .content .table-content .table-col {
  padding: 5px 15px;
}
@media screen and (max-width: 414px) {
  .pop-box.map-box .content .table-content .table-col {
    width: auto;
  }
}
.pop-box.map-box .content .table-content .table-col:first-child {
  width: 200px;
  line-height: 18px;
}
@media screen and (max-width: 414px) {
  .pop-box.map-box .content .table-content .table-col:first-child {
    line-height: 14px;
    width: auto;
  }
}
.pop-box.map-box .content .table-content .table-col:first-child strong {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 414px) {
  .pop-box.map-box .content .table-content .table-col:first-child strong {
    font-size: 14px;
  }
}
.pop-box.map-box.transportation .content .map {
  width: 100%;
  display: block;
}
.pop-box.map-box.transportation .content .bottom-disclaimer {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.pop-box.map-box.transportation .content .transportation-chart {
  margin: 30px 0;
  text-align: center;
}
.pop-box.map-box.transportation .content .transportation-chart img {
  width: 80%;
}
.pop-box.coming-soon-box {
  top: 30%;
  bottom: 30%;
}
.pop-box.coming-soon-box .content .coming-soon {
  margin-top: 40px;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 414px) {
  .pop-box.coming-soon-box .content .coming-soon {
    font-size: 20px;
    line-height: 24px;
  }
}
.legend-content {
  font-size: 12px;
  line-height: 18px;
}
.legend-content .table {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .legend-content .table {
    display: block;
  }
}
.legend-content .table .table-cell {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 10px 20px;
}
@media screen and (max-width: 1200px) {
  .legend-content .table .table-cell {
    display: block;
    width: 100%;
  }
}
.legend-content ul {
  padding: 0;
}
.legend-content ul li {
  list-style: none;
  overflow: hidden;
}
.legend-content ul li:hover {
  background: #dfdfdf;
}
@media screen and (max-width: 414px) {
  .legend-content ul li {
    margin-bottom: 15px;
  }
}
.legend-content ul li span {
  float: right;
  width: calc(60% - 15px);
  position: relative;
}
@media screen and (max-width: 414px) {
  .legend-content ul li span {
    float: none;
    display: block;
    width: 100%;
  }
}
.legend-content ul li span:before {
  content: "=";
  position: absolute;
  left: -15px;
}
@media screen and (max-width: 414px) {
  .legend-content ul li span:before {
    display: none;
  }
}
.legend-content ol {
  padding: 0 0 0 15px;
}
.bg-sections {
  position: relative;
}
.bg-sections section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 800px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bg-sections section {
    min-height: 400px;
  }
}
.bg-sections section .animate-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.bg-sections section .bg-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.bg-sections section .bg-slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 800px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bg-sections section .bg-slider .slide {
    min-height: 400px;
  }
}
.bg-sections section .bg-slider .slide:first-child {
  z-index: 2;
}
.bg-sections section .bg-slider .slide .layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.bg-sections section .bg-slider .slide .remind {
  position: absolute;
  right: 35px;
  bottom: 40px;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 2px #000;
  /*
					position: absolute;
                    right: 35px;
                    left: 35px;
                    bottom: 90px;
                    z-index: 10;
                    color: #fff;
                    line-height: 12px;
                    font-size: 12px;
                    text-align: justify;
                    text-shadow: 1px 1px 2px #000;
                    */
}
@media screen and (max-width: 1024px) {
  .bg-sections section .bg-slider .slide .remind {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .bg-sections section .bg-slider .slide .remind {
    left: 15px;
    right: 15px;
    bottom: 60px;
    text-align: center;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000;
  }
}
@media screen and (max-width: 414px) {
  .bg-sections section .bg-slider .slide .remind {
    bottom: 50px;
    /*
						bottom: 50px;
                        font-size: 6px;
                        line-height: 6px;
                        */
  }
}
.bg-sections section.section-1 .animate-layer.layer-1 {
  background-image: url('/images/caption_img_01.png');
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .bg-sections section.section-1 .animate-layer.layer-1 {
    background-image: url('/images/caption_img_01_mobile.png');
  }
}
.bg-sections section.section-1 .animate-layer.layer-2 {
  background-image: url('/images/caption_img_02.png');
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .bg-sections section.section-1 .animate-layer.layer-2 {
    background-image: url('/images/caption_img_02_mobile.png');
  }
}
.bg-sections section.section-1 .bg-slider .slide-1 .layer-1 {
  background-image: url('/images/malibu_bg_slider_01/malibu_bg_slider_01_img_01.jpg');
  background-position: left center;
}
.bg-sections section.section-1 .bg-slider .slide-2 .layer-1 {
  background-image: url('/images/malibu_bg_slider_01/malibu_bg_slider_01_img_02.jpg');
}
.bg-sections section.section-1 .bg-slider .slide-3 .layer-1 {
  background-image: url('/images/malibu_bg_slider_01/malibu_bg_slider_01_img_03.jpg');
  background-position: left center;
}
.bg-sections section.section-1 .bg-slider.sub-page-slider .slide-1 .layer-1 {
  background-image: url('/images/malibu_bg_slider_02/malibu_bg_slider_02_img_04.jpg');
}
.bg-sections section.section-1 .bg-slider.sub-page-slider .slide-2 .layer-1 {
  background-image: url('/images/malibu_bg_slider_02/malibu_bg_slider_02_img_03.jpg');
}
.bg-sections section.section-1 .bg-slider.sub-page-slider .slide-3 .layer-1 {
  background-image: url('/images/malibu_bg_slider_02/malibu_bg_slider_02_img_01.jpg');
}
.bg-sections section.section-1 .bg-slider.sub-page-slider .slide-4 .layer-1 {
  background-image: url('/images/malibu_bg_slider_02/malibu_bg_slider_02_img_02.jpg');
}
.bg-sections section.section-2 {
  display: none;
}
.bg-sections section.section-2 .bg-slider .slide-1 .layer-1 {
  background-image: url('/images/malibu_bg_slider_02/malibu_bg_slider_02_img_01.jpg');
}
.bg-sections section.section-2 .bg-slider .slide-2 .layer-1 {
  background-image: url('/images/malibu_bg_slider_02/malibu_bg_slider_02_img_02.jpg');
}
.bg-sections section.section-2 .bg-slider .slide-3 .layer-1 {
  background-image: url('/images/malibu_bg_slider_02/malibu_bg_slider_02_img_03.jpg');
}
.bg-sections section.section-2 .bg-slider .slide-4 .layer-1 {
  background-image: url('/images/malibu_bg_slider_02/malibu_bg_slider_02_img_04.jpg');
}
.bg-sections section.show-map {
  min-height: 1100px;
}
@media screen and (max-width: 768px) {
  .bg-sections section.show-map {
    min-height: inherit;
  }
}
@media screen and (min-width: 769px) {
  .bg-sections section.show-map .bg-slider .slide {
    min-height: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .bg-sections section.show-map .bg-slider .slide {
    min-height: inherit;
  }
}
.gallery-section {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
  min-height: 800px;
  display: none;
}
@media screen and (max-width: 768px) {
  .gallery-section {
    min-height: 400px;
  }
}
.gallery-section .gallery-slider {
  z-index: 1;
}
.gallery-section .gallery-slider .gallery-slide {
  position: absolute;
  top: 0;
  min-height: 800px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-slider .gallery-slide {
    min-height: 400px;
  }
}
.gallery-section .gallery-slider .gallery-slide .layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-slider .gallery-slide .layer {
    top: 100px;
  }
}
@media screen and (max-width: 414px) {
  .gallery-section .gallery-slider .gallery-slide .layer {
    top: 80px;
  }
}
.gallery-section .gallery-slider .gallery-slide .caption {
  position: absolute;
  bottom: 80px;
  right: 0;
  color: #fff;
  background: #9ab8c9;
  text-align: left;
  padding: 10px 15px;
  z-index: 2;
  width: 250px;
  text-transform: uppercase;
}
.gallery-section .gallery-slider .gallery-slide .remind {
  position: absolute;
  right: 35px;
  bottom: 40px;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 2px #000;
  /*
				position: absolute;
                right: 35px;
                left: 35px;
                bottom: 90px;
                z-index: 10;
                color: #fff;
                line-height: 12px;
                font-size: 12px;
                text-align: justify;
                text-shadow: 1px 1px 2px #000;
                */
}
@media screen and (max-width: 1024px) {
  .gallery-section .gallery-slider .gallery-slide .remind {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-slider .gallery-slide .remind {
    left: 15px;
    right: 15px;
    bottom: 60px;
    text-align: center;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000;
  }
}
@media screen and (max-width: 414px) {
  .gallery-section .gallery-slider .gallery-slide .remind {
    bottom: 50px;
    /*
					bottom: 50px;
                    font-size: 6px;
                    line-height: 6px;
                    */
  }
}
.gallery-section .gallery-slider .gallery-slide:first-child {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-slider .gallery-slide.has-disclaimer .layer {
    background-position: center top;
    background-repeat: repeat-y;
    background-size: auto calc(80% - 70px);
  }
}
@media screen and (max-width: 414px) {
  .gallery-section .gallery-slider .gallery-slide.has-disclaimer .layer {
    background-size: auto calc(70% - 30px);
  }
}
.gallery-section .gallery-slider .gallery-slide.has-disclaimer .caption {
  position: absolute;
  bottom: 80px;
  right: 0;
  color: #fff;
  background: #9ab8c9;
  text-align: left;
  padding: 10px 15px;
  z-index: 2;
  width: 250px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-slider .gallery-slide.has-disclaimer .caption {
    display: none;
  }
}
.gallery-section .gallery-slider .gallery-slide.has-disclaimer .disclaimer {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 25px;
  right: 320px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-shadow: 1px 1px 2px #333;
}
.gallery-section .gallery-slider .gallery-slide.has-disclaimer .disclaimer p {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-slider .gallery-slide.has-disclaimer .disclaimer {
    padding: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
    text-align: justify;
    color: #549ab7;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 414px) {
  .gallery-section .gallery-slider .gallery-slide.has-disclaimer .disclaimer {
    font-size: 7px;
    line-height: 7px;
    padding: 15px;
    height: 30%;
    text-align: justify;
  }
}
.gallery-section .gallery-slider .gallery-slide.has-disclaimer .disclaimer .caption {
  display: none;
}
@media screen and (max-width: 768px) {
  .gallery-section .gallery-slider .gallery-slide.has-disclaimer .disclaimer .caption {
    color: #549ab7;
    background: none;
    padding: 0;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    display: block;
    left: auto;
    right: auto;
    position: relative;
    width: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .gallery-section.club_malibu_gallery .gallery-slider .slick-prev,
  .gallery-section.club_malibu_gallery .gallery-slider .slick-next {
    top: 40%;
  }
}
@media screen and (max-width: 414px) {
  .gallery-section.club_malibu_gallery .gallery-slider .slick-prev,
  .gallery-section.club_malibu_gallery .gallery-slider .slick-next {
    top: 40%;
  }
}
.gallery-section.club_malibu_gallery .gallery-slider .gallery-slide.slide-01 .layer {
  background-image: url('/images/club_malibu_gallery/club_malibu_gallery_1.jpg');
}
.gallery-section.club_malibu_gallery .gallery-slider .gallery-slide.slide-02 .layer {
  background-image: url('/images/club_malibu_gallery/club_malibu_gallery_2.jpg');
}
.gallery-section.club_malibu_gallery .gallery-slider .gallery-slide.slide-03 .layer {
  background-image: url('/images/club_malibu_gallery/club_malibu_gallery_3.jpg');
}
.gallery-section.club_malibu_gallery .gallery-slider .gallery-slide.slide-04 .layer {
  background-image: url('/images/club_malibu_gallery/club_malibu_gallery_4.jpg');
}
.gallery-section.club_malibu_gallery .gallery-slider .gallery-slide.slide-05 .layer {
  background-image: url('/images/club_malibu_gallery/club_malibu_gallery_5.jpg');
}
.gallery-section.club_malibu_gallery .gallery-slider .gallery-slide.slide-06 .layer {
  background-image: url('/images/club_malibu_gallery/club_malibu_gallery_6.jpg');
}
.gallery-section.club_malibu_gallery .gallery-slider .gallery-slide.slide-07 .layer {
  background-image: url('/images/club_malibu_gallery/club_malibu_gallery_7.jpg');
}
.gallery-section.club_malibu_gallery .gallery-slider .gallery-slide.slide-08 .layer {
  background-image: url('/images/club_malibu_gallery/club_malibu_gallery_8.jpg');
}
.gallery-section.club_malibu_gallery .gallery-slider .gallery-slide.slide-09 .layer {
  background-image: url('/images/club_malibu_gallery/club_malibu_gallery_9.jpg');
}
.gallery-section.club_malibu_gallery .gallery-slider .gallery-slide.slide-10 .layer {
  background-image: url('/images/club_malibu_gallery/club_malibu_gallery_10.jpg');
}
.gallery-section.club_malibu_gallery .gallery-slider .gallery-slide.slide-11 .layer {
  background-image: url('/images/club_malibu_gallery/club_malibu_gallery_11.jpg');
}
@media screen and (max-width: 768px) {
  .gallery-section.design_gallery .gallery-slider .slick-prev,
  .gallery-section.design_gallery .gallery-slider .slick-next {
    top: 40%;
  }
}
@media screen and (max-width: 414px) {
  .gallery-section.design_gallery .gallery-slider .slick-prev,
  .gallery-section.design_gallery .gallery-slider .slick-next {
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  .gallery-section.design_gallery .gallery-slider .gallery-slide.has-disclaimer .layer {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
    bottom: calc(20% + 70px);
  }
}
@media screen and (max-width: 414px) {
  .gallery-section.design_gallery .gallery-slider .gallery-slide.has-disclaimer .layer {
    height: auto;
    background-size: cover;
    bottom: calc(30% + 30px);
  }
}
@media screen and (max-width: 768px) {
  .gallery-section.design_gallery .gallery-slider .gallery-slide.has-disclaimer .disclaimer {
    background: #fff;
  }
}
.gallery-section.design_gallery .gallery-slider .gallery-slide.slide-01 .layer {
  background-image: url('/images/design_gallery/design_gallery_1.jpg');
}
.gallery-section.design_gallery .gallery-slider .gallery-slide.slide-02 .layer {
  background-image: url('/images/design_gallery/design_gallery_2.jpg');
}
.gallery-section.design_gallery .gallery-slider .gallery-slide.slide-03 .layer {
  background-image: url('/images/design_gallery/design_gallery_3.jpg');
}
.gallery-section.design_gallery .gallery-slider .gallery-slide.slide-04 .layer {
  background-image: url('/images/design_gallery/design_gallery_4.jpg');
}
.gallery-section.design_gallery .gallery-slider .gallery-slide.slide-05 .layer {
  background-image: url('/images/design_gallery/design_gallery_5.jpg');
}
.gallery-section.design_gallery .gallery-slider .gallery-slide.slide-06 .layer {
  background-image: url('/images/design_gallery/design_gallery_6.jpg');
}
.gallery-section.design_gallery .gallery-slider .gallery-slide.slide-07 .layer {
  background-image: url('/images/design_gallery/design_gallery_7.jpg');
}
@media screen and (max-width: 768px) {
  .gallery-section.design_showflat .gallery-slider .slick-prev,
  .gallery-section.design_showflat .gallery-slider .slick-next {
    top: 40%;
  }
}
@media screen and (max-width: 414px) {
  .gallery-section.design_showflat .gallery-slider .slick-prev,
  .gallery-section.design_showflat .gallery-slider .slick-next {
    top: 40%;
  }
}
.gallery-section.design_showflat .gallery-slider .gallery-slide.slide-01 .layer {
  background-image: url('/images/design_showflat/design_showflat_img_1br_1.jpg');
}
.gallery-section.design_showflat .gallery-slider .gallery-slide.slide-02 .layer {
  background-image: url('/images/design_showflat/design_showflat_img_1br_2.jpg');
}
.gallery-section.design_showflat .gallery-slider .gallery-slide.slide-03 .layer {
  background-image: url('/images/design_showflat/design_showflat_img_3br_1.jpg');
}
.gallery-section.design_showflat .gallery-slider .gallery-slide.slide-04 .layer {
  background-image: url('/images/design_showflat/design_showflat_img_3br_2.jpg');
}
.oeast-container {
  width: 1200px;
  height: 475px;
  margin: auto;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 1200px) {
  .oeast-container {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .oeast-container {
    width: 90%;
    height: auto;
    top: 100px;
    bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .oeast-container {
    top: 30px;
    bottom: 95px;
  }
}
.oeast-container .video-coming-soon {
  height: 30px;
  position: absolute;
  left: 0;
  right: 30%;
  color: #549ab7;
  font-size: 28px;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .oeast-container .video-coming-soon {
    right: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .oeast-container .video-coming-soon {
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
  }
}
.oeast-container .oeast-video {
  background: #333;
  height: 100%;
  position: absolute;
  left: 0;
  right: 30%;
}
@media screen and (max-width: 1200px) {
  .oeast-container .oeast-video {
    right: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .oeast-container .oeast-video {
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
  }
}
.oeast-container .oeast-video .jp-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.oeast-container .oeast-video .jp-video .jp-type-single {
  position: relative;
  width: 100%;
  height: 100%;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-jplayer {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-jplayer img {
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 1200px) {
  .oeast-container .oeast-video .jp-video .jp-type-single .jp-jplayer img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100% !important;
  }
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-jplayer video {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 1200px) {
  .oeast-container .oeast-video .jp-video .jp-type-single .jp-jplayer video {
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui {
  position: relative;
  width: 100%;
  height: 100%;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-video-play {
  position: absolute;
  z-index: 10;
  width: 150px;
  height: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-video-play .jp-video-play-icon {
  width: 150px;
  height: 150px;
  background: url('/images/btn_video_play.png');
  background-position: center center;
  border: 0;
  outline: 0;
  background-size: cover;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface {
  display: none;
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 40px;
  bottom: -45px;
  padding-bottom: 5px;
  background-image: url('/images/player_toolbar_bg.png');
  background-repeat: repeat-x;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-progress .jp-seek-bar {
  height: 5px;
  background: rgba(51, 51, 51, 0.6);
  cursor: pointer;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
  height: 5px;
  background: #ccc;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-details {
  display: none;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder {
  height: 35px;
  padding: 0 15px;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder .jp-volume-controls {
  display: none;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder .jp-controls {
  display: inline-block;
  margin: 7px 15px 7px 0;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder .jp-controls .jp-play,
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder .jp-controls .jp-stop {
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder .jp-controls .jp-play i,
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder .jp-controls .jp-stop i {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder .jp-controls .jp-play:hover,
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder .jp-controls .jp-stop:hover {
  color: #549ab7;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder .player-time {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder .player-time .jp-current-time {
  display: inline-block;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder .player-time .jp-duration {
  display: inline-block;
}
.oeast-container .oeast-video .jp-video .jp-type-single .jp-gui .jp-interface .jp-controls-holder .jp-toggles {
  display: none;
}
.oeast-container .oeast-video .jp-video:hover .jp-type-single .jp-gui .jp-interface {
  bottom: 0;
}
.oeast-container .oeast-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 70%;
  padding: 40px;
}
@media screen and (max-width: 1240px) {
  .oeast-container .oeast-content {
    left: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .oeast-container .oeast-content {
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .oeast-container .oeast-content {
    padding: 15px 25px;
    bottom: 15px;
  }
}
.oeast-container .oeast-content .oeast-logo {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .oeast-container .oeast-content .oeast-logo {
    width: auto;
    height: 30%;
  }
  .oeast-container .oeast-content .oeast-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
.oeast-container .oeast-content .content {
  color: #549ab7;
  font-size: 14px;
  line-height: 21px;
  height: 230px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .oeast-container .oeast-content .content {
    margin-top: 0;
    height: 70%;
    font-size: 12px;
    line-height: 14px;
  }
}
.oeast-container .oeast-content .content .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.btn-scroll {
  display: none;
  width: 100px;
  height: 56px;
  background: url('/images/btn_scroll_down.png');
  background-position: 100px 0px;
  position: absolute;
  z-index: 10;
  bottom: 25px;
  margin: 0 auto;
  left: 0;
  right: 0;
  cursor: pointer;
  background-size: cover;
}
.btn-scroll:hover {
  background-position: 0px 0px;
}
.btn-scroll.dark {
  background-position: 0px 0px;
}
.btn-scroll.dark:hover {
  background-position: 100px 0px;
}
@media screen and (max-width: 768px) {
  .btn-scroll {
    width: 80px;
    height: 45px;
    background-position: 80px 0px;
    bottom: 10px;
  }
}
@media screen and (max-width: 414px) {
  .btn-scroll {
    width: 60px;
    height: 34px;
    background-position: 60px 0px;
  }
}
.footer {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/images/footer_bg.jpg');
  padding: 100px 0;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
}
@media screen and (max-width: 414px) {
  .footer {
    padding: 20px 0 50px;
  }
}
.footer .disclaimer-widget {
  border: 2px solid #fff;
  padding: 10px 15px;
  display: inline-block;
  margin: 15px 0 35px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .footer .disclaimer-widget {
    display: block;
    text-align: center;
  }
}
.footer .logo-widget {
  float: right;
  width: 550px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer .logo-widget {
    float: none;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .logo-widget {
    width: 100%;
  }
}
.footer .logo-widget .table {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .logo-widget .table {
    display: block;
  }
}
.footer .logo-widget .table .table-row {
  display: table-row;
}
@media screen and (max-width: 767px) {
  .footer .logo-widget .table .table-row {
    display: block;
  }
}
.footer .logo-widget .table .table-row .table-cell {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .footer .logo-widget .table .table-row .table-cell {
    display: block;
  }
}
.footer .logo-widget .table .table-row .table-cell div {
  font-size: 12px;
  width: 120%;
  height: 40px;
  margin-left: -12%;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
@media screen and (max-width: 768px) {
  .footer .logo-widget .table .table-row .table-cell div {
    text-align: center;
    margin-left: 0;
    width: 100%;
  }
}
.footer .logo-widget .table .table-row .table-cell a {
  display: block;
  text-align: center;
}
.footer .logo-widget .table .table-row .table-cell a img {
  max-width: 100%;
}
.footer .logo-widget .table .table-row .table-cell:first-child {
  width: 350px;
}
.footer .logo-widget .table .table-row .table-cell:last-child {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .footer .logo-widget .table .table-row .table-cell {
    width: 100% !important;
    padding: 0;
    margin-bottom: 15px;
  }
  .footer .logo-widget .table .table-row .table-cell a img {
    max-width: 80%;
  }
  .footer .logo-widget .table .table-row .table-cell:last-child a img {
    width: 180px;
  }
}
.footer .logo-widget .table .table-row:first-child .table-cell:first-child div {
  text-align: right;
  margin-left: -8%;
}
@media screen and (max-width: 768px) {
  .footer .logo-widget .table .table-row:first-child .table-cell:first-child div {
    margin-left: 0;
    width: 100%;
  }
}
.footer .logo-widget table {
  width: 100%;
}
.footer .logo-widget table tr td {
  vertical-align: top;
  padding: 0 10px;
}
.footer .logo-widget table tr td div {
  font-size: 12px;
  width: 120%;
  margin-left: -10%;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
@media screen and (max-width: 768px) {
  .footer .logo-widget table tr td div {
    text-align: center;
  }
}
.footer .logo-widget table tr td a {
  display: block;
  text-align: center;
}
.footer .logo-widget table tr td:last-child {
  width: 200px;
}
.footer .logo-widget table tr:first-child td {
  vertical-align: top;
  padding: 0 10px 5px;
}
.footer .logo-widget table tr:last-child td {
  vertical-align: middle;
}
.footer .logo-widget table tr:last-child td:first-child a img {
  width: 300px;
}
.footer .logo-widget table tr:last-child td:last-child a img {
  width: 130px;
}
.footer .content {
  text-align: justify;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer .content {
    text-align: center;
  }
}
.footer .content p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .footer .content p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 414px) {
  .footer .content p {
    text-align: center;
  }
}
.footer .content .footer-content-bottom {
  margin-top: 35px;
}
.footer .content .footer-content-bottom div {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .footer .content .footer-content-bottom div {
    font-size: 12px;
    line-height: 18px;
  }
}
.footer .content .footer-content-bottom div a {
  color: #fff;
  text-decoration: underline;
}
.footer .content .footer-content-bottom div:first-child {
  float: left;
  margin-right: 50px;
}
@media screen and (max-width: 986px) {
  .footer .content .footer-content-bottom div:first-child {
    float: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .content .footer-content-bottom div:first-child {
    text-align: center;
  }
}
@media screen and (max-width: 986px) {
  .footer .content .footer-content-bottom div:nth-child(2) {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .footer .content .footer-content-bottom div:nth-child(2) {
    float: none;
    display: block;
    text-align: center;
  }
}
.footer .content .footer-content-bottom div:last-child {
  float: right;
}
@media screen and (max-width: 986px) {
  .footer .content .footer-content-bottom div:last-child {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .content .footer-content-bottom div:last-child {
    text-align: center;
  }
}
/*# sourceMappingURL=/theme/style.map */