/*==========Location & Transportation by pingping==========*/
.escalator-icon{display: block; float: left; margin: 0 25px; }
.escalator-info{display: block; float: left; padding-top: 25px;}
.busnumber{display: block; float: left; width: 32px; height: 32px; text-align: center; color: #FFF; font-size: 13px; padding: 8px 0; margin: 4px 8px 4px 0;}
.routename{display: block; padding: 10px 0;}

/*==========We are PMQ by pingping==========*/
#we_are_pmq .carousel-control.left,
#we_are_pmq .carousel-control.right{
  z-index: 10;
}
#we_are_pmq .posterCredit{
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #we_are_pmq #featureCarousel .container{padding: 0px; margin: 0;  }
  #we_are_pmq .carousel-control{top: 50%;}
}

.posterCredit{display: block; height: 80px; text-align: right;}
.posterCredit .text{width: 200px; float: right; padding: 10px 6px 10px 0; font-size: 14px;}
@media only screen and (max-width: 768px){
  .posterCredit .text{font-size: 12px;}
  #we_are_pmq .posterCredit{
    max-width: 315px;
    margin: 0 auto;
  }
}
.posterCredit small, body.ch .posterCredit small{font-size: 11px;}
.posterCredit .portrait{width: 60px; float: right;}

/*==========Happenings==========*/
.event-preloader {
  display: block;
  padding: 40px 0;
}
.event-preloader:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #333;
  border-color: #333 transparent #333 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.icon__happenings-view-switch {
  float: right;
}
.icon__happenings-view-switch a {
  font-size: 14px;
  background-color: #fff;
  display: inline-block;
  padding: 15px 19px;
  color: #666;
  text-decoration: none;
  border: 1px solid transparent;
  margin-right: 1px; 
}
.icon__happenings-view-switch a:hover,
.icon__happenings-view-switch a.on {
  color: #EE4350;
}
.icon__happenings-view-switch svg {
  margin-right: 8px;
  fill: #666;
}
.icon__happenings-view-switch a:hover svg,
.icon__happenings-view-switch .on svg {
  fill: #EE4350;
}
.icon__happenings-view-switch svg,
.icon__happenings-view-switch span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .icon__happenings-view-switch {
    float: none;
  }
  .icon__happenings-view-switch.tl {
    float: none;
    margin-bottom: 10px;
  }
  .icon__happenings-view-switch a {
    padding: 15px 20px;
  }
}


/*==========Heritage==========*/
.circleNum{float: left; margin-right: 10px;}
.spotName{height: 70px; padding-top: 12px;}
.btnBookNow{background-color: #FFF; border: 4px solid #000; padding:20px 40px; margin: 20px;}
.heritageCell{background-color: #F7F7F7; min-height: 80px; padding: 14px 20px; margin-bottom: 5px;}

.h-spot {
  padding-left: 50px;
}
.h-spot-number {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
}
.docent-lang--box .form-check,
.docent-interest--box .form-check {
  display: inline-block;
  width: 48%;
}
@media (max-width:480px) {
  .docent-lang--box .form-check,
  .docent-interest--box .form-check {
    width: 100%;
  }
}
.docent-lang--box .form-check-input,
.docent-interest--box .form-check-input {
  margin-right: 5px;
}
.form-check-input.is--other {
  display: none;
}
#lang5.form-check-input:checked+label+input,
#interest5.form-check-input:checked+label+input {
  display: block;
}
.docent-lang--box.error,
.docent-interest--box.error {
  border: 1px solid #f00;
  padding: 10px;
}

/*========== oversea ==========*/
.oversea--marketing-video {
  position: relative;
  margin-bottom: 10px;
}
.oversea--marketing-video .is--thumb {
  height: 580px;
  background-size: cover;
}
.oversea--features {
  overflow: hidden;
}
.oversea--features .image {
  display: block;
  position: relative;
}
.oversea--features .image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.oversea--features .image .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.oversea--features .image h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0 20px;
  text-transform: uppercase;
}
.oversea--features .bodytext {
  width: 80%;
  margin: 40px auto;
  text-align: center;
}
.oversea--hours .is--wrap {
  overflow: hidden;
  position: relative;
}
.oversea--hours .is--wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
}
@media screen and (max-width: 767px) {
  .oversea--hours .is--wrap {
    text-align: left;
  }
  .oversea--hours .is--wrap:after {
    display: none;
  }
  .oversea--hours .item:after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    margin: 20px 0;
  }
}
.oversea--access-items .escalator-icon {
  font-size: 55px;
  line-height: 1;
  position: absolute;
  margin: 0;
  width: 60px;
  text-align: center;
}
.oversea--access-items .escalator-info {
  padding-left: 95px;
  padding-top: 0;
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .oversea--access-items {
    margin-bottom: 0;
  }
  .oversea--access-items .escalator-icon {
    font-size: 40px;
  }
  .oversea--access-items .escalator-info {
    padding-left: 80px;
    padding-bottom: 40px;
  }
}
.oversea--atc-image {
  width: 100%;
}

/*========== home ==========*/
.home-slideshow .item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.home-slideshow p:last-child {
  margin-bottom: 0;
}

.home--hours .is--border {
  border-right: 1px solid #666;
}
@media (max-width: 1170px) {
  .home-slideshow  .bgFullWidth {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .home-slideshow  .bgFullWidth {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .home-slideshow  .carousel-indicators {
    bottom: 20px;
    margin-bottom: 0;
  }
  .home--hours .is--border {
    border-right: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .home-slideshow  .bgFullWidth {
    height: 300px;
  }
}
.home--featured-restautants {
  position: relative;
  padding-bottom: 50%;
}
.home--featured-restautants .item { position: absolute; width: 25%; }
.home--featured-restautants .item-0 { width: 50%; }
.home--featured-restautants .item-1 { left: 50%; }
.home--featured-restautants .item-2 { left: 75%; }
.home--featured-restautants .item-3 { top: 50%; left: 50%; }
.home--featured-restautants .item-last { top: 50%; left: 75%; }
.home--featured-restautants .item>a {
  display: block;
  padding-bottom: 100%;
}
.home--featured-restautants .item .overlay {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  padding: 0 5%;
  z-index: 2;
  text-align: center;
}
.home--featured-restautants .item .bkoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.home--featured-restautants .item:hover .bkoverlay {
  opacity: 0.6;
}
.home--featured-restautants .item .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.home--featured-restautants .item .overlay h3 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0 20px;
}
.home--featured-restautants .item .overlay h5 {
  margin-top: 0;
  padding: 0 20px;
}
.home--featured-restautants .item .overlay h3 { font-size: 20px; }
.home--featured-restautants .item .overlay h5 { font-size: 12px; }
.home--featured-restautants .item-0 .overlay h3 { font-size: 30px; }
.home--featured-restautants .item-0 .overlay h5 { font-size: 16px; }
.home--featured-restautants .item-last .overlay h5 { font-size: 16px; line-height: 1.4;}

.home--featured-restautants .item-last .overlay {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.home--featured-restautants .item-last .overlay .btn {
  background-color: transparent;
  color: white;
  border-color: white;
  margin-top: 10px;
}
.home--featured-restautants .item-last:hover .overlay .btn {
  background-color: white;
  color: #c9beaa;
}
@media screen and (max-width: 767px) {
  .home--featured-restautants { padding-bottom: 150%; }
  .home--featured-restautants .item { width: 50%; }
  .home--featured-restautants .item-1 { left: 50%; }
  .home--featured-restautants .item-2 { top: 33.3333%; left: 0%; }
  .home--featured-restautants .item-3 { top: 33.3333%; left: 50%; }
  .home--featured-restautants .item-last { width: 100%; top: 66.6667%; left: 0%; }
  .home--featured-restautants .item-last>a { padding-bottom: 50%; }
  .home--featured-restautants .item .overlay h3 { font-size: 20px; padding: 0 10px; }
}

.home--design-extra .photoButton,
.full-block--2col .item {
  padding: 0;
  width: 50%;
  float: left;
}
.home--design-extra .blackOverlay {
  left: 0;
}
@media screen and (max-width: 767px) {
  .home--design-extra .photoButton {
    width: 100%;
    float: none;
  }
}
.full-block--2col .item {
  height: 550px;
}
.full-block--2col .bg-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-block--2col .black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.full-block--2col .item:hover .black-overlay {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .full-block--2col .item {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .full-block--2col .item {
    width: 100%;
    height: 340px;
  }
}
/*==========  ==========*/
.hover-menu-btn {
  position: relative;
}
.hover-menu-btn:after {
  content: '';
  border-bottom: 4px solid;
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: width 0.2s ease;
}
.hover-menu-btn:hover:after {
  width: 100%;
}
.hover-menu {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
  padding-bottom: 30px;
  transition: all 0.3s ease;
  top: 150px;
  opacity: 0;
  visibility: hidden;
}
.hover-menu.active,
.hover-menu:hover {
  top: 134px;
  opacity: 1;
  visibility: visible;
}
.hover-menu a {
  color: #999;
}
.hover-menu-tag {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.hover-menu-tag li {
  width: 50%;
  float: left;
  margin-bottom: 5px;
  padding-right: 15px;
}
.hover-menu hr {
  margin: 0;
  border-top: 3px solid #EEE;
  padding-bottom: 30px;
}
/*========== studios, shops & restaurants ==========*/
.ssr--restaurant-highlight .roundBtn {
  border: 1px solid #777;
  margin-top: 5px;
  display: inline-block;
}
.ssr--restaurant-featured .linkOverlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ssr--search-result {
  min-height: 50vh;
}
.filter-cate--eshop {
  display: none;
  -ms-word-break: break-all;
}
.filter-cate--eshop a.plainLink {
  word-break: break-all;
}

/*========== eupopup ==========*/
.eupopup-markup {
  display: none;
}
.eupopup-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 10000;
  padding: 15px 0;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
  font-size: 14px;
  line-height: 1.5;
  display: none;
}
.eupopup-container a {
  color: #E63A38;
}
.eupopup-container .eupopup-inner {
  padding-right: 40px;
}
.eupopup-container .eupopup-closebutton {
  cursor: pointer;
  color: #E63A38;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
}

/*========== event detail calendar ==========*/
.event-detail.addeventatc {
  padding: 5px;
  margin-left: 5px;
}
.event-detail.addeventatc .addeventatc_icon {
  display: none;
}

.pp--edit-link {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 10001;
}
.pp--edit-link .btn {
  background-color: #e00;
  color: white;
  padding: 15px 20px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.pp--edit-link .btn:hover {
  background-color: #000;
}

