a {
    color: #FFFFFF;
    text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.modal-backdrop, .modal-backdrop.fade.in {
    background-color: #000000 !important;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.button-medium {
    width: 40%;
    padding: 8px;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.44);
    text-align: center;
    color: #FFF;
    margin: 0 auto;
}

.button-big {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.44);
    text-align: center;
    color: #FFF;
}

#monitorOff {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
}

#page-header {
    width: 100%;
    padding-left: 3.125%;
    padding-right: 3.125%;
    font-size: 33px;
    height: 80px;
    line-height: 80px;
    top: 64px;
    position: fixed;
    left: 0px;
}
.high-resolution #page-header{
    width: 100%;
    padding-left: 3.125%;
    padding-right: 3.125%;
    font-size: 33px;
    height: 80px;
    line-height: 80px;
    top: 671.5px;
    position: fixed;
    left: 0px;
}

.margin-top-bottom-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.margin-top-bottom-16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.margin-top-bottom-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.margin-top-bottom-48 {
    margin-top: 48px;
    margin-bottom: 48px;
}

.page-content {
    white-space: pre-wrap;
}

.header-icon {
    float: left;
    width: 50px;
    height: 50px;
    margin: 15px 20px 15px -10px;
    background: url('../images/frontend/home-main-menu-button-01.png') no-repeat;
    background-size: cover;
}

#content-wrapper {
    position: fixed;
    top: 144px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    overflow: hidden;
}

.high-resolution #content-wrapper{
    position: fixed;
    top: 751.5px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    overflow: hidden;
}

.side-bar-wrapper {
    position: relative;
    border-right: 1px solid #FFF;
    width: 25%;
    height: 98%;
    padding-bottom: 20px;
    float: left;
}

.side-bar {
    width: 100%;
    height: 100%;
    padding-top: 25px;
    /*overflow-y: scroll;*/
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.side-bar-item {
    padding: 16px 0 20px 12.5%;
    font-size: 25px;
    line-height: 25px;
    width: 100%;
    margin-bottom: 5.5px;
}

.side-bar-item:hover {
    background: rgba(0, 0, 0, 0.22);
}

.side-bar-item.active {
    background: rgba(0, 0, 0, 0.44);
}

.side-bar-item-icon {
    float: left;
    width: 60px;
    height: 60px;
    margin: -15px 15px 0px -15px;
    background: url('../images/frontend/store-side-bar-icon-06@2x.png') no-repeat;
    background-size: cover;
}

.side-bar-qr-code {
    padding: 16px;
    font-size: 24px;
    line-height: 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0, 0.44);
    text-align: center;
    margin-bottom: 120px;
}

.side-bar-qr-code img {
    padding-top: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.side-content {
    padding: 0 0 0 36px;
    width: 75%;
    overflow: hidden;
}

.side-content-top-padding {
    padding-right: 36px;
    width: 100%;
    height: 7.5%;
}

.side-content-top {
    width: 100%;
    padding-bottom: 9px;
    font-family: "HelveticaNeueMedium";
    font-size: 32px;
    border-bottom: 1px solid #FFF;
}

.side-content-main {
    overflow: hidden;
    /*background: rgba(0,0,0,0.2);*/
}

.side-content-main-wrapper {
    padding-right: 22px;
}

.content-subheading {
    margin-top: 22px;
    font-family: "HelveticaNeueMedium";
    font-size: 30px;
}

ul {
    list-style: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.row {
    margin: 0 !important;
}

.col {
    width: 200px;
    display: inline-block;
    margin-right: 30px;
}

.jspVerticalBar {
    top: 10px;
    width: 2px;
    right: 18px;
    background: none;
}

.jspCap {
    display: block;
}

.jspVerticalBar .jspCap {
    height: 10px;
}

.jspTrack {
    background: none;
}

.jspDrag {
    background: #FFF;
}

.content-scroll-btn-wrapper {
    position: fixed;
    right: 36px;
    bottom: 20px;
}

#content-scroll-up-btn, #content-scroll-down-btn {
    float: right;
    width: 50px;
    height: 50px;
    background: center center no-repeat;
    background-size: 50px 50px;
    margin-left: 10px;
}

#content-scroll-up-btn {
    transition: 0.2s;
    background-image: url("../../images/frontend/btn-scroll-up.png");
}

#content-scroll-down-btn {
    background-image: url("../../images/frontend/btn-scroll-down.png");
}

.disabled {
    opacity: 0;
    pointer-events: none;
}

.body {
    overflow: hidden;
}

.side-content {
    overflow: hidden;
    width: 75%;
    height: 100%;
    position: relative;
}

.side-content-main {
    position: absolute;
    top: 80px;
    bottom: 100px;
    right: 14px;
    left: 36px;
    margin: auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.image-popup-modal .modal-dialog {
    width: 800px;
}

.image-popup-modal .modal-dialog .modal-content {
    background-color: transparent;
}

.image-popup-modal .modal-dialog .map-wrapper {
    height: 900px;
}

.overlay-wrapper {
    position: absolute;
    margin: auto;
    display: inline-block;
    width: 100%;
}
.image-popup-modal .overlay-content {
    padding-top: 60px;
}

.image-popup-modal .modal-dialog .image-wrapper {
    height: 800px;
    position: relative;
    margin: auto;
    background-color: #fff;
    text-align: center;
    /*width:1200px;*/
    /*height:auto;*/
}

.image-popup-modal img {
    max-width: 100%;
    max-height: 100%;
}

.high-resolution .modal-dialog {
    max-width: 1000px;
}
.floorplan-modal .modal-dialog {
    width: 1200px;
}

.floorplan-modal .modal-dialog .modal-content {
    background-color: transparent;
}

.high-resolution .floorplan-modal .modal-dialog .map-wrapper {
    height: 1160px;
    width: 1000px;
}

.floorplan-modal .modal-dialog .map-wrapper {
    height: 900px;
}

.floorplan-modal .map-title {
    position: absolute;
    top: 80px;
    width: 100%;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    font-size: 38px;
}

.floorplan-modal .kiosk-index {
    position: absolute;
    top: 140px;
    color: #af3b87;
    text-align: right;
    font-size: 20px;
    right: 60px;
}

.floorplan-modal .kiosk-index img {
    width: 50px;
    padding-right: 10px;
}

.floorplan-modal .overlay-content, .floorplan-modal .map-path {
    padding-top: 60px;
}

.floorplan-modal .overlay-content {
    display: none;
}

.floorplan-modal .overlay-content.visible {
    display: block;
}

.floorplan-modal .map-floor-block {
    position: fixed;
    top: 80px;
}

.high-resolution .floorplan-modal .map-floor-block {
    top: 140px;
}

.floorplan-modal .map-floor-btn {
    margin-left: 20px;
    width: 60px;
    height: 60px;
    background-color: #b9bbbd;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    font-weight: bold;
}

.floorplan-modal .map-floor-btn.active {
    background-color: #af3b87;
}

.floorplan-modal .map-floor-connect {
    margin: 5px 0 5px 20px;
    border-style: dotted;
    border-width: 0 14px 0 0;
    border-image-source: url(images/dots.svg);
    border-image-slice: 33% 33%;
    border-image-repeat: round;
    height: 48px;
    width: 35px;
}

.floorplan-modal .map-next-floor-btn {
    width: 60px;
    height: 60px;
    background-color: #af3b87;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    font-weight: bold;
}

.store-service .openOverlay.disable, .store-service .openImage.disable {
    background: #b9bbbd;
    color: #000000;
}

.back-btn {
    position: absolute;
    bottom: 40px;
    left: 0px;
    padding-left: 99px;
    padding-right: 24px;
    height: 37px;
    line-height: 34px;
    font-family: "HelveticaNeueLight";
    font-size: 25px;
    color: #b9bbbd;
    background: rgba(35, 31, 32, 0.5) url(images/btn-back@2x.png) no-repeat 32px 0 / auto 100%;
}

.high-resolution .zoom-popup-modal .modal-dialog {
    width: 1012.5px;
}

.zoom-popup-modal .modal-dialog {
    width: 1200px;
}

.zoom-popup-modal .modal-dialog .modal-content {
    background-color: transparent;
}

.zoom-popup-modal .overlay-content {
    padding-top: 60px;
}
.high-resolution .zoom-popup-modal,
.high-resolution .image-popup-modal,
.high-resolution .floorplan-modal,
.high-resolution .e-coupon-popup-modal,
.high-resolution .member-coupon-popup-modal,
.high-resolution .member-popup-modal{
    padding-top: 600px;
}


.zoom-popup-modal img {
    max-height: 800px;
    max-width: 100%;
}

.zoom-image-wrapper {
    width: 100%;
    position: static;
    text-align: center;
    background: #ffffff;
}

.overlay-zoomin-btn {
    background: rgba(0, 0, 0, 0) url(images/overlay-zoomin-btn@2x.png) no-repeat scroll 0 0 / cover;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 50px;
}

.high-resolution .overlay-zoomin-btn {
    background: rgba(0, 0, 0, 0) url(images/overlay-zoomin-btn@2x.png) no-repeat scroll 0 0 / cover;
    height: 50px;
    position: absolute;
    right: 0;
    /*bottom: -667.5px;*/
    width: 50px;
}

.overlay-zoomout-btn {
    background: rgba(0, 0, 0, 0) url(images/overlay-zoomout-btn@2x.png) no-repeat scroll 0 0 / cover;
    height: 50px;
    position: absolute;
    right: 60px;
    bottom: -60px;
    width: 50px;
}

.high-resolution .overlay-zoomout-btn {
    background: rgba(0, 0, 0, 0) url(images/overlay-zoomout-btn@2x.png) no-repeat scroll 0 0 / cover;
    height: 50px;
    position: absolute;
    right: 60px;
    /*bottom: -667.5px;*/
    width: 50px;
}


.overlay-reset-btn {
    background: rgba(0, 0, 0, 0) url(images/overlay-zoomreset-btn@2x.png) no-repeat scroll 0 0 / cover;
    height: 50px;
    position: absolute;
    left: 0px;
    bottom: -60px;
    width: 50px;
}

.overlay-reset-btn.active {
    background: rgba(0, 0, 0, 0) url(images/overlay-zoomreset-btn-active@2x.png) no-repeat scroll 0 0 / cover;
}

.overlay-reset-btn.zoomout {
    opacity: 0;
    pointer-events: none;
}

#wrapper {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 60px;
    width: 100%;
    left: 0;
}

#wrapper.zoomout {
    pointer-event: none;
}

#wrapper.zoomout #scroller {
    display: none;
}

#scroller {
    position: absolute;
    z-index: 1;
    background-size: contain;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

#minimap {
    position: absolute;
    z-index: 1;
    background-size: contain;
    border: solid #AF3B87;
    bottom: 0px;
    left: 0px;
    display: none;
}

#minimap.zoomout {
    pointer-event: none;
}

#minimap-indicator {
    position: absolute;
    z-index: 1;
    border: 1px solid #fe0;
    box-shadow: 0 0 5px #000;
    background: rgba(255, 255, 255, 0.15);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    width: 50%;
    height: 50%;
}

.text-red {
    color: red;
}

.high-resolution .ps-container{
    touch-action: pan-right !important;
}

.shop-image {
    background-color: white;
    width: 170px;
    height: 170px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.shop-image img{
    max-width: 100%;
    max-height: 100%;
}