.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .image-gallery.fullscreen-modal {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
    .image-gallery.fullscreen-modal .image-gallery-content {
      top: 50%;
      transform: translateY(-50%); }

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0; }
  .image-gallery-content.fullscreen {
    background: #000; }
    .image-gallery-content.fullscreen .image-gallery-slide {
      background: #000; }

.image-gallery-slide-wrapper {
  position: relative; }
  .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    display: inline-block;
    width: calc(100% - 113px); }
    @media (max-width: 768px) {
      .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
        width: calc(100% - 84px); } }
  .image-gallery-slide-wrapper.image-gallery-rtl {
    direction: rtl; }

.image-gallery-fullscreen-button,
.image-gallery-play-button,
.image-gallery-left-nav,
.image-gallery-right-nav {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4; }

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0; }

.image-gallery-fullscreen-button {
  right: 0; }

.image-gallery-play-button {
  left: 0; }

.image-gallery-left-nav,
.image-gallery-right-nav {
  color: #fff;
  font-size: 5em;
  padding: 50px 15px;
  top: 50%;
  transform: translateY(-50%); }
  .image-gallery-left-nav[disabled],
  .image-gallery-right-nav[disabled] {
    cursor: disabled;
    opacity: .6;
    pointer-events: none; }
  @media (max-width: 768px) {
    .image-gallery-left-nav,
    .image-gallery-right-nav {
      font-size: 3.4em;
      padding: 20px 15px; } }
  @media (max-width: 480px) {
    .image-gallery-left-nav,
    .image-gallery-right-nav {
      font-size: 2.4em;
      padding: 0 15px; } }

.image-gallery-left-nav {
  left: 0; }

.image-gallery-right-nav {
  right: 0; }

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap; }

.image-gallery-slide {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .image-gallery-slide.center {
    position: relative; }
  .image-gallery-slide img {
    width: 100%; }
  .image-gallery-slide .image-gallery-description {
    background: rgba(0, 0, 0, 0.4);
    bottom: 70px;
    color: #fff;
    left: 0;
    line-height: 1;
    padding: 10px 20px;
    position: absolute;
    white-space: normal; }
    @media (max-width: 768px) {
      .image-gallery-slide .image-gallery-description {
        bottom: 45px;
        font-size: .8em;
        padding: 8px 15px; } }

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4; }
  .image-gallery-bullets .image-gallery-bullets-container {
    margin: 0;
    padding: 0;
    text-align: center; }
  .image-gallery-bullets .image-gallery-bullet {
    appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 0 #1a1a1a;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    padding: 5px; }
    @media (max-width: 768px) {
      .image-gallery-bullets .image-gallery-bullet {
        margin: 0 3px;
        padding: 3px; } }
    @media (max-width: 480px) {
      .image-gallery-bullets .image-gallery-bullet {
        padding: 2.7px; } }
    .image-gallery-bullets .image-gallery-bullet.active {
      background: #fff; }

.image-gallery-thumbnails-wrapper {
  position: relative; }
  .image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
    direction: rtl; }
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    display: inline-block;
    vertical-align: top;
    width: 108px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
        width: 81px; } }
    .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
      height: 100%;
      width: 100%;
      left: 0;
      padding: 0;
      position: absolute;
      top: 0; }
      .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
        display: block;
        margin-right: 0;
        padding: 0; }
        .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
          margin-left: 0; }
  .image-gallery-thumbnails-wrapper.left {
    margin-right: 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left {
        margin-right: 3px; } }
  .image-gallery-thumbnails-wrapper.right {
    margin-left: 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.right {
        margin-left: 3px; } }

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0; }
  @media (max-width: 768px) {
    .image-gallery-thumbnails {
      padding: 3px 0; } }
  .image-gallery-thumbnails .image-gallery-thumbnails-container {
    cursor: pointer;
    text-align: center;
    transition: transform .45s ease-out;
    white-space: nowrap; }

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border .3s ease-out;
  width: 100px; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail {
      border: 3px solid transparent;
      width: 75px; } }
  .image-gallery-thumbnail + .image-gallery-thumbnail {
    margin-left: 2px; }
  .image-gallery-thumbnail .image-gallery-thumbnail-inner {
    position: relative; }
  .image-gallery-thumbnail img {
    vertical-align: middle;
    width: 100%; }
  .image-gallery-thumbnail.active {
    border: 4px solid #337ab7; }
    @media (max-width: 768px) {
      .image-gallery-thumbnail.active {
        border: 3px solid #337ab7; } }

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: white;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 1px 1px 0 black;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail-label {
      font-size: .8em;
      line-height: .8em; } }

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4; }
  @media (max-width: 768px) {
    .image-gallery-index {
      font-size: .8em;
      padding: 5px 10px; } }

.m-destination-tab{position:relative;letter-spacing:-0.4em;margin-top:15px;border-bottom:1px solid #d8d8d8}.m-destination-tab img{position:absolute;top:15px;right:0}.m-destination-tab-item{display:inline-block;letter-spacing:1px;*display:inline;*zoom:1;margin-right:20px;font-size:16px}.m-destination-tab-item-current{padding:10px 5px 20px;border-bottom:2px solid #ff4d4f;color:#ff4d4f;font-weight:bold}.m-destination-tab-item-link{display:block;height:100%;padding:10px 5px 20px;color:#666}.m-destination-tab-item-link:hover{color:#ff4d4f;text-decoration:none}.m-destination-information{table-layout:fixed;width:100%;border-top:1px solid #ddd}.m-destination-information-item{border-bottom:1px solid #ddd}.m-destination-information-item-title{width:110px;padding:15px;font-size:14px;text-align:left;font-weight:bold;background:#f5f5f5}.m-destination-information-item-content{padding:15px;font-size:15px;line-height:1.5em}.m-destination-information-item-content.business-hours{line-height:2em}.m-destination-information-item-link-container{padding-left:5px}.m-destination-information-item-link-container:after{content:">";padding-left:5px;color:#666}.m-destination-information-item-link-container:last-child:after{display:none}.m-destination-information-item-link-container:first-child{padding-left:0}.m-destination-information-item-link{color:#4da1ff}.m-destination-points{margin-top:20px;padding:20px;border:2px solid #ddd;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;border-radius:6px}.m-destination-points-title{position:relative;margin-bottom:20px;padding:0 0 20px 16px;border-bottom:1px solid #ddd;font-size:18px;font-weight:bold}.m-destination-points-title:before{content:"";display:block;position:absolute;top:-7px;left:-5px;width:20px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAMAAAAyEe/dAAAANlBMVEVHcEz0WV73WFv0W2D2Wl7tXl72Wl/0Wl71WFz5WFv5V1v0XmP3WFvzXWH9VFf2WFz6Ymf/Wl408otvAAAADXRSTlMANU+Y1Ap8XyS19edHrFAnpwAAALNJREFUGNN9j9kOAyEIRXHFDdD//9mCTqdNOul50MgJVwC4cXnAF6UkrdlhDOZwq1HbQgiNes3FCpkZj/KVmdsAnCRrNfOeOWpK2kpWL+BoEh0fteZdsEtEurc56rYii4W54lZE8/yQolnTItxKNDdnuMYsQaNla16Yl7Z1/Ow0drOoXtWpq+V745TpQnPvyBvfT7PmBvjBnblmTPBA6Tt34pMET39aoc5NfpQuI6If7v1+AbYdCpYQhP+XAAAAAElFTkSuQmCC) no-repeat;background-size:20px 11.4px}.m-destination-points-content{position:relative;margin-top:15px;padding:3px 0 3px 28px;font-size:16px}.m-destination-points-content:before{content:"";display:block;position:absolute;top:6px;left:10px;width:4px;height:4px;background:#f5f5f5;border:1px solid #000;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.m-destination-staff-message{margin-bottom:20px;font-size:16px;line-height:2em}.m-destination-map{width:670px;height:400px}.m-destination-map-text{margin-top:10px;font-size:14px;line-height:1.5em}.destination-review-item{margin-bottom:20px}.destination-review-item-container{position:relative}.destination-review-item-container:after{content:"";display:block;display:none\9;position:absolute;width:8px;height:8px;background:#fff;border-style:solid;border-color:#ddd #fff #fff #ddd;border-width:2px}.destination-review-item:nth-child(odd) .destination-review-item-container{padding-left:65px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAMFBMVEVHcEz5+fnq6urk5OTe3t7x8fHf39/e3t7d3d3e3t7////////+/v7////d3d3i4uK6nvSbAAAADXRSTlMA/hNZ8PycvIHdeZ2+oh2GtgAAAXxJREFUOMt9lL1KA0EQx5ezUOyCpBEuHkSwkRBFsEuhlU3AB4itXQwKlpLCR7AW7X0E01hqtYU2skhyl4sp3MPC0tP1dmY/75xqlx8z89+Z2SEErXl8lRycbxPXgl0u7SxyQJ+jpRYKLrm2dxPtZAbh+xoscduGJUmcVBvctVMgfY+k5Vl0pk4JiYv83RKSRBXBZLh1vHzVaD3Hy8RQNmXCng11ARyz8I+wNUQRWYDTuACMImmTRTj1JGFHcB+QFgQDwN6UhI6R39QQo7QxEqrEXVSQGbmWhw8kDMicdCt8kn8Ir9DG0cd7T4IKvBrMUbVXt5keD6fWqZ6CQgP90ZPQsvujnCbYBQQKDbBzPVUdUNeGbn9qwGguu12I07EwXgpTZboIE057MImhTRo8G8rpndpAVLWYXvHWb4ewPIZfErqkAf/xxAXsBf7cpkce8AePHPCqNsKyQ270QtiywIq5XW4NsGovnlFJEkB38lH0MfI2XPP+sFZ/0pvvF8bsWEbHnqo7AAAAAElFTkSuQmCC) left top no-repeat}.destination-review-item:nth-child(odd) .destination-review-item-container:after{top:22px;left:61px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.destination-review-item:nth-child(odd) .destination-review-item-date{text-align:right}.destination-review-item:nth-child(even) .destination-review-item-container{padding-right:65px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAMFBMVEVHcEz5+fnq6urk5OTe3t7x8fHf39/e3t7d3d3e3t7////////+/v7////d3d3i4uK6nvSbAAAADXRSTlMA/hNZ8PycvIHdeZ2+oh2GtgAAAXxJREFUOMt9lL1KA0EQx5ezUOyCpBEuHkSwkRBFsEuhlU3AB4itXQwKlpLCR7AW7X0E01hqtYU2skhyl4sp3MPC0tP1dmY/75xqlx8z89+Z2SEErXl8lRycbxPXgl0u7SxyQJ+jpRYKLrm2dxPtZAbh+xoscduGJUmcVBvctVMgfY+k5Vl0pk4JiYv83RKSRBXBZLh1vHzVaD3Hy8RQNmXCng11ARyz8I+wNUQRWYDTuACMImmTRTj1JGFHcB+QFgQDwN6UhI6R39QQo7QxEqrEXVSQGbmWhw8kDMicdCt8kn8Ir9DG0cd7T4IKvBrMUbVXt5keD6fWqZ6CQgP90ZPQsvujnCbYBQQKDbBzPVUdUNeGbn9qwGguu12I07EwXgpTZboIE057MImhTRo8G8rpndpAVLWYXvHWb4ewPIZfErqkAf/xxAXsBf7cpkce8AePHPCqNsKyQ270QtiywIq5XW4NsGovnlFJEkB38lH0MfI2XPP+sFZ/0pvvF8bsWEbHnqo7AAAAAElFTkSuQmCC) right top no-repeat}.destination-review-item:nth-child(even) .destination-review-item-container:after{top:22px;right:61px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.destination-review-item-tips{width:561px;padding:14px 20px;border:2px solid #ddd;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;border-radius:6px;font-size:14px;line-height:2em}.destination-review-item-date{margin-top:10px;color:#999;font-size:12px}.m-bottom-link-button{margin-top:20px}

.image-gallery-image{position:relative;width:100%}.image-gallery-image:before{content:"";display:block;padding-top:67%}.image-gallery-image img{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;object-fit:cover;object-position:top}.image-gallery-thumbnails-container{white-space:normal !important;text-align:start !important;transform:none !important}.image-gallery-thumbnail{display:inline-block;border:2px solid transparent;width:58px;height:58px;margin:3px 3px 0 0;border-radius:2px;-webkit-border-radius:2px}.image-gallery-thumbnail.active{border:2px solid #ff4d4f}.image-gallery-thumbnail.active img{border-radius:0;-webkit-border-radius:0}.image-gallery-thumbnail-inner{width:100%;height:100%}.image-gallery-thumbnail img{object-fit:cover;object-position:top;width:100%;height:100%;border-radius:2px;-webkit-border-radius:2px}

