* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "HelveticaNeueLight";
  letter-spacing: 1px;
  color: #FFF;
}
#page-force-container {
  position: absolute;
  /*width: 1280px;
  height: 1024px;
  transform: translate(-10%,-10%) scale(0.8);*/
}
#page-content-wrapper {
  position: fixed;
  background: #AF3B87 url("../../images/frontend/bg.png");
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
}

#header-video video{
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  /*height: 607.5px;*/
  /*background-color: black;*/
}

#header-menu {
  position: relative;
  background: rgba(0,0,0,0.44);
  height: 64px;
  overflow: hidden;
  padding-left: 3.125%;
  padding-right: 3.125%;
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
}

.high-resolution #header-menu {
  position: relative;
  background: rgba(0,0,0,0.44);
  height: 64px;
  overflow: hidden;
  padding-left: 3.125%;
  padding-right: 3.125%;
  position:fixed;
  left:0px;
  top:607.5px;
  width:100%;
}

#header-menu-left {
  position: absolute;
  width: 93.75%;
}
#header-menu-logo {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-right: -4px;
  margin-left: -5px;
}
#header-menu-title {
  vertical-align: middle;
  display: inline-block;
  margin-left: 3%;
  font-size: 22.5px;
}
#header-menu-status {
  position: relative;
  float: right;
  text-align: right;
  height: 100%;
  width: 100%;
  right: 0%;
}
#low-temp, #high-temp, #temp, #humidity {
  display: inline-block;
  vertical-align: top;
  font-size: 22.5px;
  line-height: 62px;
  margin-left: 1%;
}
#low-temp::before, #high-temp::before, #humidity::before {
  content: "";
  width: 24px;
  height: 32px;
  float: left;
  margin: 16px 3px;
}
#low-temp::before {
  background: url("../../images/frontend/icon-low-temp@2x.png") no-repeat;
  background-size: cover;
}
#high-temp::before {
  background: url("../../images/frontend/icon-high-temp@2x.png") no-repeat;
  background-size: cover;
}
#humidity::before {
  background: url("../../images/frontend/icon-humidity@2x.png") no-repeat;
  background-size: cover;
}
#status-divider {
  display: inline-block;
  height: 50%;
  margin: 0 1.5%;
  transform: translate(0%, 50%);
  border-right: 1px solid #FFF;
}

#current-time {
  display: inline-block;
  vertical-align: top;
  font-size: 37.5px;
  line-height: 58px;
}

#white-menu {
  z-index: 1;
  position: fixed;
  right: 0%;
  top: 80px;
  background: #FFF;
}

.high-resolution #white-menu{
  z-index: 1;
  position: fixed;
  right: 0%;
  top: 687.5px;
  background: #FFF;
}

.white-menu-item {
  color: #af3b87;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  font-size: 25px;
  line-height: 25px;
  margin: 7.5px 0;
}
.white-menu-item img {
  height: 25px;
}
.white-menu-item:nth-last-child(n+2) {
  border-right: 1px solid #af3b87;
  margin-right: -4px;
}

#home-main-menu {
  height: 50%;
  padding-left: 3.125%;
  padding-right: 3.125%;
}
#home-main-menu-wrapper {
  position: relative;
  height: 100%;
  /* background: rgba(255,255,255,0.2); */
  border-bottom: 1px solid rgba(255,255,255,0.66);
}
#home-main-menu-lines {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 3.125%;
  padding-bottom: 3.125%;
}
#home-main-menu-lines ul li {
  display: inline-block;
  width: 33.3%;
  height: 50%;
  border-right: 1px solid rgba(255,255,255,0.66);
  border-bottom: 1px solid rgba(255,255,255,0.66);
}
#home-main-menu-lines ul li:nth-last-child(-n+3) {
  border-bottom: none;
}
#home-main-menu-lines ul li:nth-child(3n) {
  border-right: none;
}

.home-main-menu-button {
  position: relative;
  display: inline-block;
  width: 33.3%;
  height: 50%;
  margin-right: -4px;
  margin-bottom: -4px;
  background: center top no-repeat;
}
.home-main-menu-button:hover {
  background-color: rgba(255,255,255,0.05);
}
.home-main-menu-button-text {
  position: absolute;
  /* font-size: 10%; */
  width: 100%;
  color: #FFF;
  font: 35px "HelveticaNeueLight";
  text-align: center;
  bottom: 12%;
}

#home-bottom-menu {
  position: relative;
  height: 50%;
  /*background: rgba(0,0,0,0.1);*/
}

.high-resolution #home-bottom-scroller {
  height: 550px;
}

#home-bottom-scroller {
  height: 312px;
  position:absolute;
  top:0px;
  bottom:0px;
  left:3.125%;
  right:3.125%;
  margin:auto;
}
.home-bottom-scroller-wrapper {
	width:100%;
    height: 100%;
}
.high-resolution .home-bottom-scroller-item {
  height:550px;
}
.home-bottom-scroller-item {
	height:312px;
	text-align:center;
}

.home-bottom-scroller-item img {
	height:100% !important;
	width:auto !important;
	margin:auto;
}

#home-bottom-left-btn {
  position: absolute;
  width: 3.90625%;
  width: 3.125%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  background: center center url("../../images/frontend/btn-scroll-left.png") no-repeat;
  background-size: 100% auto;

}
#home-bottom-right-btn {
  position: absolute;
  right:0%;
  width: 3.90625%;
  width: 3.125%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  background: center center url("../../images/frontend/btn-scroll-right.png") no-repeat;
  background-size: 100% auto;
}

#overlay-content-wrapper {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.high-resolution.map-wrapper {
  width:1000px;
}

.map-wrapper {
  position:relative;
  margin: auto;
  width:1200px;
  height:auto;
}

.high-resolution .floorplan-modal #wrapper {
  height: 1100px !important;
}

.overlay-close-btn {
  width: 50px;
  height: 50px;
  background: url('../../images/frontend/fancybox-close-btn@2x.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: -70px;
  right: 0px;
}

.map-img {
  width: 100%;
}
.floor-btn-wrapper {
  position: absolute;
  top: 30px;
  left: 30px;
}
.floor-btn-wrapper li {
  position: relative;
  text-align: center;
  font-family: "HelveticaNeueMedium";
  font-size: 28px;
  line-height: 70px;
  color: #FFF;
  width: 70px;
  height: 70px;
  background: #b9bbbd;
  margin-bottom: 45px;
  /*padding-top: 18px;*/
}
.floor-btn-wrapper li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 70px;
  display: block;
  width:70px;
  height: 45px;
  background: url('../images/frontend/map-floor-btn-dots@2x.png') no-repeat;
  background-size: cover;
}
.floor-btn-wrapper li.current-floor {
  background: #af3b87;
}
.map-marker {
  position: absolute;
  background: no-repeat;
  background-size: cover;
  transform:translate(-50%,-100%);
}
.map-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-path path {
  fill: none;
  stroke: #af3b87;
  stroke-width: 5;
  stroke-dasharray: 5,5;
  stroke-linecap: "square";
  stroke-linejoin: "miter";
  animation: dash 1s linear infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 10;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.map-navigate-btn-back, .map-navigate-btn-next {
  position: absolute;
  bottom: 30px;
  width: 180px;
  height: 60px;
  color: #FFF;
  font-family: "HelveticaNeueMedium";
  font-size: 28.5px;
  line-height: 60px;
  text-align: center;
  user-select: none;
  cursor: default;
}

.map-navigate-btn-next  {
  right: 60px;
  background: #af3b87;
}
.map-navigate-btn-next::after, .map-navigate-btn-back::after  {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 60px;
}
.map-navigate-btn-next::after {
  background: url('../../images/frontend/map/map-btn-next-tri-bg@2x.png') no-repeat;
  background-size: cover;
  left: 180px;
}
.map-navigate-btn-back::after {
  background: url('../../images/frontend/map/map-btn-back-tri-bg@2x.png') no-repeat;
  background-size: cover;
  left: -30px;
}
.map-navigate-btn-back {
  left: 60px;
  background: #b9bbbd;
}
.map-title {
  position: absolute;
  bottom: 100%;
  width: 100%;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
  font-size: 38px;
  font-family: "HelveticaNeueMedium";
}
#map-title {
  display: none;
}
.overlay-content {
  /*display:none;*/
}
.visible {
  display: block;
}

.home-main-wrapper{
    position:fixed;
    top:64px;
    right:0px;
    bottom:0px;
    left:0px;
    margin:auto;
}

.high-resolution .home-main-wrapper{
	position:fixed;
	top:671.5px;
	right:0px;
	bottom:0px;
	left:0px;
	margin:auto;
}

.ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
/*
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #FFF;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 6px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #FFF;
    opacity: 0;
}*/

.hidden {
  display: none;
}
.overlay-skin {
  position:absolute;
  width: 100%;
  height: 100%;
  background: rgba(35,31,32,0.9);
}
