/*==============================
=            Import            =
==============================*/
/**
  - animation-iteration-count: number|infinite|initial|inherit;
  - animation-play-state: paused|running|initial|inherit;
  - animation-timing-function: linear|ease|ease-in|ease-out|cubic-bezier(n,n,n,n)|initial|inherit;
  - animation-fill-mode: none|forwards|backwards|both|initial|inherit;
  - animation-delay: time|initial|inherit;
**/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:200,300,400,500,600,700&subset=latin,latin-ext);
form {
  width: 486px;
  margin-top: 30px;
}
form .input-group {
  margin-top: 14px;
  width: 100%;
}
form .input-group.date input[type="text"] {
  width: 230px;
  background: url(../img/icon/down.png) no-repeat right 11px;
}
form .input-group.date input[type="text"]:first-child {
  margin-right: 22px;
}
form .input-group.guest div {
  width: 230px;
  border-bottom: 1px solid #ae975f;
  color: #ae975f;
  font-size: 16px;
  display: inline-block;
}
.ie7 form .input-group.guest div {
  display: inline;
  zoom: 1;
}
form .input-group.guest div:first-child {
  margin-right: 22px;
}
form .input-group.guest div input[type="text"] {
  width: 26px;
  height: 26px;
  background-color: #dedcdc;
  border: none;
  text-align: center;
  float: right;
  margin-bottom: 2px;
}
form input[type="text"] {
  outline: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid #ae975f;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
form input[type="text"]:-moz-placeholder {
  color: #ae975f;
  font-size: 16px;
  line-height: 16px;
}
form input[type="text"]::-webkit-input-placeholder {
  color: #ae975f;
  font-size: 16px;
  line-height: 16px;
}
form input[type="text"]:-ms-input-placeholder {
  color: #ae975f;
  font-size: 16px;
  line-height: 16px;
}
form button,
form input[type="submit"] {
  width: 100%;
  background-color: #ae975f;
  font-size: 18px;
  outline: none;
  color: #fff;
  border: none;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
}
form button:hover,
form input[type="submit"]:hover {
  opacity: .94;
}
body {
  font: 14px "Open Sans", Helvetica, Arial, serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  outline: none;
  color: #fff;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
strong,
b {
  font-weight: 700;
}
h1 {
  margin: 0;
}
h2 {
  margin: 0;
}
h3 {
  margin: 0;
}
h4 {
  margin: 0;
}
h5 {
  margin: 0;
}
h6 {
  margin: 0;
}
p {
  margin: 0;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}
html,
body,
* {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
a:hover,
a:active,
.tile:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  box-sizing: content-box;
  appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type=text]::-ms-clear,
input[type=email]::-ms-clear,
input[type=url]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear,
input[type=time]::-ms-clear {
  display: none;
}
input[type=password]::-ms-reveal {
  display: none;
}
* {
  border-collapse: collapse;
}
a {
  text-decoration: none;
}
@media print {
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100%;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*==============================
=         Common Layout        =
==============================*/
.hide {
  display: none !important;
}
body,
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.m-container {
  width: 955px;
  margin: 0 auto;
}
.l-container {
  width: 1150px;
  margin: 0 auto;
  text-align:center;
}
/*==============================
=            HEADER            =
==============================*/
header {
  position: relative;
}
header .pin {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #ae975f;
}
header .pin:before,
header .pin:after {
  content: "";
  display: table;
}
header .pin:after {
  clear: both;
}
.ie6 header .pin,
.ie7 header .pin {
  zoom: 1;
}
header .pin .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
}
header .pin .logo img:hover {
  opacity: 0.98;
}
header .pin nav {
  float: left;
  height: 100%;
}
header .pin nav ul {
  height: 100%;
  margin-left: 232px;
}
header .pin nav ul:before,
header .pin nav ul:after {
  content: "";
  display: table;
}
header .pin nav ul:after {
  clear: both;
}
.ie6 header .pin nav ul,
.ie7 header .pin nav ul {
  zoom: 1;
}
header .pin nav ul li {
  height: 100%;
  float: left;
  margin-left: 37px;
}
header .pin nav ul li.active a {
  color: #000;
}
header .pin nav ul li a {
  color: #fff;
  font-size: 12px;
  transition: color 0.7s ease;
}
header .pin nav ul li a:hover {
  color: #000;
}
header .pin nav ul li:first-child {
  margin-left: 0;
}
header .pin .navright {
  float: right;
  height: 100%;
}
header .pin .navright .lang {
  height: 100%;
  float: left;
}
header .pin .navright .lang:before,
header .pin .navright .lang:after {
  content: "";
  display: table;
}
header .pin .navright .lang:after {
  clear: both;
}
.ie6 header .pin .navright .lang,
.ie7 header .pin .navright .lang {
  zoom: 1;
}
header .pin .navright .lang li {
  height: 100%;
  float: left;
}
header .pin .navright .lang li a {
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #fff;
  transition: color 0.7s ease;
  font-size: 12px;
}
header .pin .navright .lang li a:hover {
  color: #000;
}
header .pin .navright .lang li:last-child a {
  border: none;
}
header .pin .navright .lang li.active a {
  color: #000;
}
header .pin .navright .reservation {
  float: left;
  margin-left: 25px;
  width: 230px;
  height: 100%;
  font-size: 12px;
  background-color: #000;
  text-align: center;
}
header .pin .contact-widget {
  position: absolute;
  right: 20px;
  top: 92px;
}
header .pin .contact-widget ul {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #000;
}
header .pin .contact-widget ul li {
  line-height: initial;
}
header .pin .contact-widget ul li a {
  color: #000;
  font-size: 18px;
}
/*=====  End of HEADER  ======*/
/*==============================
=            Common            =
==============================*/
section.cover-image {
  position: relative;
}
section.cover-image img {
  width: 100%;
  background-size: cover;
}
section.cover-image h1 {
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 4;
  width: 100%;
  text-align: center;
  color: #fbdd91;
  font-size: 40px;
  font-weight: 500;
}
section.cover-image:after {
  content: "";
  background: url(../img/shadow-bg.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 260px;
  background-size: cover;
}
/*=====  End of Common  ======*/
.lightbox-cover {
  display: none;
}
/*=================================
=            Temporary            =
=================================*/
#c1 {
  color: white;
  text-align: center;
  line-height: 50px;
  background-color: #ae975f;
  font-size: 14px;
  font-weight: 300;
  width: 95px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
}
.ie7 #c1 {
  display: inline;
  zoom: 1;
}
#c1:hover {
  opacity: .8;
}
#c2 {
  width: 368px;
  height: 336px;
  display: inline-block;
  position: relative;
}
.ie7 #c2 {
  display: inline;
  zoom: 1;
}
#c2 img {
  width: 368px;
  height: 336px;
  overflow: hidden;
}
#c2 span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 18px;
  width: calc(368px - 70px);
  height: 70px;
  line-height: 70px;
  background-color: #ae975f;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
#c2:hover span {
  opacity: 0.97;
}
/*=====  End of Temporary  ======*/
footer {
  background-color: #1c1c1c;
  border-bottom: 70px solid #ae975f;
  height: 225px;
  color: #fff;
  padding-top: 35px;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
.ie6 footer,
.ie7 footer {
  zoom: 1;
}
footer .weather-widget {
  float: left;
  width: 1150px;
  margin-left: 20px;
  margin-right: 100px;
}
footer .weather-widget .desc {
  font-size: 14px;
  font-weight: 300;
}
footer .social-links {
  float: left;
}
footer .social-links h4 {
  font-size: 14px;
  font-weight: 700;
}
footer .social-links span {
  font-size: 14px;
  font-weight: 300;
}
footer .social-links ul {
  margin-top: 25px;
}
footer .social-links ul li {
  float: left;
  margin-right: 20px;
}
footer .social-links ul li a {
  color: #fff;
  font-size: 18px;
}
/*==================================
=            Responsive            =
==================================*/
.contact {
  width: 955px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 100px;
}
.contact:before,
.contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.ie6 .contact,
.ie7 .contact {
  zoom: 1;
}
.contact .box {
  padding: 40px;
  position: relative;
  float: left;
  width: 370px;
  height: 335px;
  background: url(../img/contact-box.png) no-repeat 0 0;
}
.contact .box p {
  position: relative;
  z-index: 3;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
.contact .box:after {
  content: "";
  background-color: rgba(174, 151, 95, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 370px;
  height: 335px;
  display: inline-block;
}
.contact .box:after:before,
.contact .box:after:after {
  content: "";
  display: table;
}
.contact .box:after:after {
  clear: both;
}
.ie6 .contact .box:after,
.ie7 .contact .box:after {
  zoom: 1;
}
.ie7 .contact .box:after {
  display: inline;
  zoom: 1;
}
.contact .content {
  float: left;
  margin-left: 35px;
  padding-top: 40px;
  width: calc(100% - 405px);
}
.contact .content h3 {
  font-size: 24px;
  color: #ae975f;
  font-weight: 300;
}
.cover-spa.cover-image h1 {
  bottom: 75px;
}
.spa {
  width: 1150px;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 160px;
  position: relative;
}
.spa:before,
.spa:after {
  content: "";
  display: table;
}
.spa:after {
  clear: both;
}
.ie6 .spa,
.ie7 .spa {
  zoom: 1;
}
.spa .gallery {
  position: absolute;
  right: 0;
  top: -64px;
  z-index: 10;
  font-size: 18px;
  color: #fff;
}
.spa .gallery i {
  margin-right: 8px;
}
.spa ul:before,
.spa ul:after {
  content: "";
  display: table;
}
.spa ul:after {
  clear: both;
}
.ie6 .spa ul,
.ie7 .spa ul {
  zoom: 1;
}
.spa ul li {
  float: left;
  width: 370px;
  margin-right: 20px;
}
.spa ul li a {
  width: 368px;
  height: 336px;
  display: inline-block;
  position: relative;
  z-index: 6;
}
.ie7 .spa ul li a {
  display: inline;
  zoom: 1;
}
.spa ul li a img {
  width: 368px;
  height: 336px;
  overflow: hidden;
}
.spa ul li a span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 18px;
  width: calc(368px - 70px);
  height: 70px;
  line-height: 70px;
  background-color: #ae975f;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.spa ul li a:hover span {
  opacity: 0.97;
}
.spa ul li p {
  margin: 0;
  padding: 18px 38px 10px 18px;
  font-size: 12px;
  font-weight: 300;
}
.spa ul li:nth-child(3n) {
  margin-right: 0;
}
.cover-gallery.cover-image h1 {
  bottom: 55px;
}
.gallery-page {
  width: 1150px;
  margin: 0 auto;
  margin-bottom: 65px;
  margin-top: 20px;
}
.gallery-page:before,
.gallery-page:after {
  content: "";
  display: table;
}
.gallery-page:after {
  clear: both;
}
.ie6 .gallery-page,
.ie7 .gallery-page {
  zoom: 1;
}
.gallery-page ul li {
  float: left;
  width: 368px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.gallery-page ul li a {
  width: 368px;
  height: 336px;
  display: inline-block;
  position: relative;
}
.ie7 .gallery-page ul li a {
  display: inline;
  zoom: 1;
}
.gallery-page ul li a img {
  width: 368px;
  height: 336px;
  overflow: hidden;
}
.gallery-page ul li a span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 18px;
  width: calc(368px - 70px);
  height: 70px;
  line-height: 70px;
  background-color: #ae975f;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.gallery-page ul li a:hover span {
  opacity: 0.97;
}
.gallery-page ul li:nth-child(3n) {
  margin-right: 0;
}
.room-list-slider {
  height: 565px;
}
.room-list-slider svg {
  display: block;
  overflow: visible;
}
.room-list-slider .slider-container {
  position: relative;
  height: 100%;
  user-select: none;
  cursor: all-scroll;
}
.room-list-slider .slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.room-list-slider .slider-control.inactive:hover {
  cursor: auto;
}
.room-list-slider .slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.room-list-slider .slider-control.left {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.room-list-slider .slider-control.right {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.room-list-slider .slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.room-list-slider .slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}
.room-list-slider .slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #ae975f;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale(0);
}
.room-list-slider .slider-pagi__elem.active:before,
.room-list-slider .slider-pagi__elem:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.room-list-slider .slider {
  z-index: 1;
  position: relative;
  height: 100%;
}
.room-list-slider .slider.animating {
  transition: transform 0.5s;
  will-change: transform;
}
.room-list-slider .slider.animating .slide__bg {
  transition: transform 0.5s;
  will-change: transform;
}
.room-list-slider .slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.room-list-slider .slide.active .slide__overlay,
.room-list-slider .slide.active .slide__text {
  opacity: 1;
  transform: translateX(0);
}
.room-list-slider .slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.room-list-slider .slide:nth-child(1) {
  left: 0;
}
.room-list-slider .slide:nth-child(1) .slide__bg {
  left: 0;
}
.room-list-slider .slide:nth-child(1) .slide__overlay-path {
  fill: #e99c7e;
}
@include mediaMaxWidth(991px) {
  .slide__text {
    background-color: rgba(233, 156, 126, 0.8);
  }
}
.room-list-slider .slide:nth-child(2) {
  left: 100%;
}
.room-list-slider .slide:nth-child(2) .slide__bg {
  left: -50%;
}
.room-list-slider .slide:nth-child(2) .slide__overlay-path {
  fill: #e1ccae;
}
@include mediaMaxWidth(991px) {
  .slide__text {
    background-color: rgba(225, 204, 174, 0.8);
  }
}
.room-list-slider .slide:nth-child(3) {
  left: 200%;
}
.room-list-slider .slide:nth-child(3) .slide__bg {
  left: -100%;
}
.room-list-slider .slide:nth-child(3) .slide__overlay-path {
  fill: #adc5cd;
}
@include mediaMaxWidth(991px) {
  .slide__text {
    background-color: rgba(173, 197, 205, 0.8);
  }
}
.room-list-slider .slide:nth-child(4) {
  left: 300%;
}
.room-list-slider .slide:nth-child(4) .slide__bg {
  left: -150%;
}
.room-list-slider .slide:nth-child(4) .slide__overlay-path {
  fill: #cbc6c3;
}
@include mediaMaxWidth(991px) {
  .slide__text {
    background-color: rgba(203, 198, 195, 0.8);
  }
}
.room-list-slider .slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.room-list-slider .slide__content:after {
  content: "";
  background: url(../img/shadow-bg.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 3;
  width: 100%;
  height: 260px;
  background-size: cover;
}
.room-list-slider .slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  will-change: transform, opacity;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@include mediaMaxWidth(991px) {
  display: none;
}
.room-list-slider .slide__overlay path {
  opacity: 0.8;
}
.room-list-slider .slide__text {
  position: absolute;
  width: 775px;
  text-align: center;
  bottom: 70px;
  left: 50%;
  z-index: 99;
  margin-left: -387.5px;
  color: #fff;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  will-change: transform, opacity;
  transform: translateY(-50%);
  opacity: 0;
}
@include mediaMaxWidth(991px) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20rem;
  text-align: center;
  transform: translateY(50%);
  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
  padding: 0 1rem;
}
.room-list-slider .slide__text-heading {
  font-family: "Open Sans", Helvetica, Arial, serif;
  font-size: 36px;
  color: #eace88;
  line-height: 42px;
  font-weight: 300;
  margin-bottom: 15px;
}
.room-list-slider .slide__text-heading strong {
  font-weight: 600;
  font-size: 44px;
  color: #fbdd91;
}
.room-list-slider .slide__text-heading span {
  font-weight: 500;
  font-size: 40px;
  color: #fbdd91;
}
@include mediaMaxWidth(991px) {
  line-height: 20rem;
  font-size: 3.5rem;
}
.room-list-slider .slide__text-desc {
  font-family: "Open Sans", Helvetica, Arial, serif;
  font-size: 18px;
  margin-bottom: 1.5rem;
}
@include mediaMaxWidth(991px) {
  display: none;
}
.room-list-slider .slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, serif;
  font-size: 2.3rem;
  perspective: 1000px;
}
@include mediaMaxWidth(991px) {
  display: none;
}
.room-list-slider .slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: 50% 100%;
  transform: rotateX(-85deg);
  transition: transform 0.3s;
  will-change: transform;
}
.room-list-slider .slide__text-link:hover:before {
  transform: rotateX(0);
}
.room-list-slider .slider-pagi {
  bottom: 4.6rem;
}
.room-list-slider .slide__text {
  bottom: 93px;
}
.room-list ul li a.detail {
  margin-top: 16px;
  color: white;
  text-align: center;
  line-height: 50px;
  background-color: #ae975f;
  font-size: 14px;
  font-weight: 300;
  width: 95px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
}
.ie7 .room-list ul li a.detail {
  display: inline;
  zoom: 1;
}
.room-list ul li a.detail:hover {
  opacity: .8;
}
.room-detail {
  width: 955px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}
.room-detail .head {
  background-color: #ae975f;
  height: 72px;
  line-height: 72px;
  padding: 0 40px;
  margin-top: -35px;
}
.room-detail .head h2 {
  display: inline-block;
  color: #fff;
}
.ie7 .room-detail .head h2 {
  display: inline;
  zoom: 1;
}
.room-detail .head a {
  float: right;
  display: inline-block;
  font-size: 18px;
}
.ie7 .room-detail .head a {
  display: inline;
  zoom: 1;
}
.room-detail .head a i {
  margin-right: 7px;
}
.room-detail .content {
  padding: 35px 40px 220px 40px;
}
.room-detail .content:before,
.room-detail .content:after {
  content: "";
  display: table;
}
.room-detail .content:after {
  clear: both;
}
.ie6 .room-detail .content,
.ie7 .room-detail .content {
  zoom: 1;
}
.room-detail .content p {
  width: 600px;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  margin-right: 10px;
}
.ie7 .room-detail .content p {
  display: inline;
  zoom: 1;
}
.room-detail .content .menu {
  float: right;
  width: calc(100% - 610px);
  padding-left: 30px;
  text-align: right;
}
.room-detail .content .menu:before,
.room-detail .content .menu:after {
  content: "";
  display: table;
}
.room-detail .content .menu:after {
  clear: both;
}
.ie6 .room-detail .content .menu,
.ie7 .room-detail .content .menu {
  zoom: 1;
}
.room-detail .content .menu li {
  float: right;
  color: #ae975f;
  font-size: 18px;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.room-detail .content .menu li:nth-child(odd) {
  padding-left: 10px;
  margin-left: 10px;
}
.room-detail .content .other-rooms {
  width: calc(100% + 40px);
  margin-top: 80px;
}
.room-detail .content .other-rooms:before,
.room-detail .content .other-rooms:after {
  content: "";
  display: table;
}
.room-detail .content .other-rooms:after {
  clear: both;
}
.ie6 .room-detail .content .other-rooms,
.ie7 .room-detail .content .other-rooms {
  zoom: 1;
}
.room-detail .content .other-rooms h4 {
  font-size: 24px;
  line-height: 26px;
  color: #ae975f;
  width: 80px;
  margin-right: 70px;
  font-weight: 500;
  display: inline-block;
  float: left;
}
.ie7 .room-detail .content .other-rooms h4 {
  display: inline;
  zoom: 1;
}
.room-detail .content .other-rooms ul {
  float: left;
}
.room-detail .content .other-rooms ul:before,
.room-detail .content .other-rooms ul:after {
  content: "";
  display: table;
}
.room-detail .content .other-rooms ul:after {
  clear: both;
}
.ie6 .room-detail .content .other-rooms ul,
.ie7 .room-detail .content .other-rooms ul {
  zoom: 1;
}
.room-detail .content .other-rooms ul li {
  float: left;
}
.room-detail .content .other-rooms ul li a {
  width: 368px;
  height: 336px;
  display: inline-block;
  position: relative;
}
.ie7 .room-detail .content .other-rooms ul li a {
  display: inline;
  zoom: 1;
}
.room-detail .content .other-rooms ul li a img {
  width: 368px;
  height: 336px;
  overflow: hidden;
}
.room-detail .content .other-rooms ul li a span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 18px;
  width: calc(368px - 70px);
  height: 70px;
  line-height: 70px;
  background-color: #ae975f;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.room-detail .content .other-rooms ul li a:hover span {
  opacity: 0.97;
}
.room-detail .content .other-rooms ul li:first-child {
  margin-right: 20px;
}
.food {
  width: 955px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}
.food .head {
  background-color: #ae975f;
  height: 72px;
  line-height: 72px;
  padding: 0 40px;
  margin-top: -35px;
}
.food .head h2 {
  display: inline-block;
  color: #fff;
}
.ie7 .food .head h2 {
  display: inline;
  zoom: 1;
}
.food .head a {
  float: right;
  display: inline-block;
  font-size: 18px;
}
.ie7 .food .head a {
  display: inline;
  zoom: 1;
}
.food .head a i {
  margin-right: 7px;
}
.food .content {
  padding: 35px 40px 220px 40px;
}
.food .content:before,
.food .content:after {
  content: "";
  display: table;
}
.food .content:after {
  clear: both;
}
.ie6 .food .content,
.ie7 .food .content {
  zoom: 1;
}
.food .content p {
  width: 600px;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  margin-right: 10px;
}
.ie7 .food .content p {
  display: inline;
  zoom: 1;
}
.food .content .menu {
  float: right;
  width: calc(100% - 610px);
  border-left: 1px solid #ae975f;
  padding-left: 30px;
  text-align: right;
}
.food .content .menu:before,
.food .content .menu:after {
  content: "";
  display: table;
}
.food .content .menu:after {
  clear: both;
}
.ie6 .food .content .menu,
.ie7 .food .content .menu {
  zoom: 1;
}
.food .content .menu li {
  float: right;
  color: #ae975f;
  font-size: 18px;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.food .content .menu li:nth-child(odd) {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ae975f;
}
.attractions .head {
  background-color: #ae975f;
  padding-top: 40px;
  padding-bottom: 55px;
}
.attractions .head .wrapper {
  width: 1150px;
  margin: 0 auto;
}
.attractions .head .wrapper:before,
.attractions .head .wrapper:after {
  content: "";
  display: table;
}
.attractions .head .wrapper:after {
  clear: both;
}
.ie6 .attractions .head .wrapper,
.ie7 .attractions .head .wrapper {
  zoom: 1;
}
.attractions .head .wrapper .col {
  float: left;
  margin-right: 25px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.attractions .head .wrapper .col p {
  line-height: 30px;
}
.attractions .head .wrapper .col strong {
  margin-bottom: 12px;
  display: block;
}
.attractions .head .wrapper .col strong:nth-child(n+2) {
  margin-top: 30px;
}
.attractions .head .wrapper .col.one {
  width: 290px;
}
.attractions .head .wrapper .col.one h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
}
.attractions .head .wrapper .col.two {
  width: 305px;
}
.attractions .head .wrapper .col.three {
  width: 260px;
}
.attractions .head .wrapper .col.four {
  width: 220px;
  margin-right: 0;
}
.attractions .content {
  width: 1150px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
.attractions .content ul li {
  margin-bottom: 20px;
}
.attractions .content ul li:before,
.attractions .content ul li:after {
  content: "";
  display: table;
}
.attractions .content ul li:after {
  clear: both;
}
.ie6 .attractions .content ul li,
.ie7 .attractions .content ul li {
  zoom: 1;
}
.attractions .content ul li img {
  float: left;
  width: 443px;
  margin-right: 30px;
}
.attractions .content ul li .desc {
  float: left;
  margin-top: 20px;
  width: calc(100% - 473px);
}
.attractions .content ul li .desc h3 {
  width: calc(100% + 55px);
  height: 70px;
  padding-left: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 70px;
  background-color: #ae975f;
  margin-left: -55px;
}
.attractions .content ul li .desc p {
  font-size: 16px;
  color: #000;
  margin-top: 25px;
  line-height: 24px;
}
.home {
  width: 1150px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home .full-box {
  width: 100%;
  height: 425px;
  background: url(../img/home-full-box-bg.png) no-repeat 0 0;
  position: relative;
  overflow: hidden;
}
.home .full-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background-color: #999ac6;
}
.home .full-box .col {
  float: left;
}
.home .full-box .col.one {
  width: 250px;
  position: relative;
  margin-top: 36px;
  z-index: 99;
}
.home .full-box .col.two {
  width: 475px;
  height: 100%;
  padding: 45px 35px 0 35px;
  background-color: rgba(174, 151, 95, 0.9);
}
.home .full-box .col.two h3 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
.home .full-box .col.two h3 strong {
  font-size: 36px;
  font-weight: 600;
  display: block;
}
.home .full-box .col.two p {
  margin: 20px 0;
  font-size: 14px;
  color: #fff;
}
.home .full-box .col.two p strong {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.home .full-box .col.three {
  float: right;
  padding: 30px;
  text-align: center;
  width: 140px;
  height: 100%;
  background-color: rgba(174, 151, 95, 0.9);
}
.home .full-box .col.three ul li {
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.home .boxes {
  margin-top: 20px;
}
.home .boxes .box {
  width: 368px;
  height: 336px;
  display: inline-block;
  position: relative;
  margin-right: 19px;
}
.ie7 .home .boxes .box {
  display: inline;
  zoom: 1;
}
.home .boxes .box img {
  width: 368px;
  height: 336px;
  overflow: hidden;
}
.home .boxes .box span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 18px;
  width: calc(368px - 70px);
  height: 70px;
  line-height: 70px;
  background-color: #ae975f;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.home .boxes .box:hover span {
  opacity: 0.97;
}
.home .boxes .box a span {
  font-size: 24px;
}
.home .boxes .box:last-child {
  margin-right: 0;
}
.home .boxes .box:last-child a span {
  padding-left: 0;
  text-align: center;
}
.map {
  margin-bottom: 20px;
  position: relative;
}
.map .scrolloff {
  pointer-events: none;
}
.map .map-box {
  position: absolute;
  right: 110px;
  top: 20px;
  z-index: 3333;
}
.map .map-box span {
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 30px;
  font-size: 24px;
  width: 100%;
  height: 70px;
  line-height: 70px;
}
.home-slider {
  height: 565px;
}
.home-slider svg {
  display: block;
  overflow: visible;
}
.home-slider .slider-container {
  position: relative;
  height: 100%;
  user-select: none;
  cursor: all-scroll;
}
.home-slider .slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.home-slider .slider-control.inactive:hover {
  cursor: auto;
}
.home-slider .slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.home-slider .slider-control.left {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-slider .slider-control.right {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.home-slider .slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.home-slider .slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}
.home-slider .slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #ae975f;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale(0);
}
.home-slider .slider-pagi__elem.active:before,
.home-slider .slider-pagi__elem:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.home-slider .slider {
  z-index: 1;
  position: relative;
  height: 100%;
}
.home-slider .slider.animating {
  transition: transform 0.5s;
  will-change: transform;
}
.home-slider .slider.animating .slide__bg {
  transition: transform 0.5s;
  will-change: transform;
}
.home-slider .slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-slider .slide.active .slide__overlay,
.home-slider .slide.active .slide__text {
  opacity: 1;
  transform: translateX(0);
}
.home-slider .slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.home-slider .slide:nth-child(1) {
  left: 0;
}
.home-slider .slide:nth-child(1) .slide__bg {
  left: 0;
}
.home-slider .slide:nth-child(1) .slide__overlay-path {
  fill: #e99c7e;
}
@include mediaMaxWidth(991px) {
  .slide__text {
    background-color: rgba(233, 156, 126, 0.8);
  }
}
.home-slider .slide:nth-child(2) {
  left: 100%;
}
.home-slider .slide:nth-child(2) .slide__bg {
  left: -50%;
}
.home-slider .slide:nth-child(2) .slide__overlay-path {
  fill: #e1ccae;
}
@include mediaMaxWidth(991px) {
  .slide__text {
    background-color: rgba(225, 204, 174, 0.8);
  }
}
.home-slider .slide:nth-child(3) {
  left: 200%;
}
.home-slider .slide:nth-child(3) .slide__bg {
  left: -100%;
}
.home-slider .slide:nth-child(3) .slide__overlay-path {
  fill: #adc5cd;
}
@include mediaMaxWidth(991px) {
  .slide__text {
    background-color: rgba(173, 197, 205, 0.8);
  }
}
.home-slider .slide:nth-child(4) {
  left: 300%;
}
.home-slider .slide:nth-child(4) .slide__bg {
  left: -150%;
}
.home-slider .slide:nth-child(4) .slide__overlay-path {
  fill: #cbc6c3;
}
@include mediaMaxWidth(991px) {
  .slide__text {
    background-color: rgba(203, 198, 195, 0.8);
  }
}
.home-slider .slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-slider .slide__content:after {
  content: "";
  background: url(../img/shadow-bg.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 3;
  width: 100%;
  height: 260px;
  background-size: cover;
}
.home-slider .slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  will-change: transform, opacity;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@include mediaMaxWidth(991px) {
  display: none;
}
.home-slider .slide__overlay path {
  opacity: 0.8;
}
.home-slider .slide__text {
  position: absolute;
  width: 775px;
  text-align: center;
  bottom: 70px;
  left: 50%;
  z-index: 99;
  margin-left: -387.5px;
  color: #fff;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  will-change: transform, opacity;
  transform: translateY(-50%);
  opacity: 0;
}
@include mediaMaxWidth(991px) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20rem;
  text-align: center;
  transform: translateY(50%);
  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
  padding: 0 1rem;
}
.home-slider .slide__text-heading {
  font-family: "Open Sans", Helvetica, Arial, serif;
  font-size: 36px;
  color: #eace88;
  line-height: 42px;
  font-weight: 300;
  margin-bottom: 15px;
}
.home-slider .slide__text-heading strong {
  font-weight: 600;
  font-size: 44px;
  color: #fbdd91;
}
.home-slider .slide__text-heading span {
  font-weight: 500;
  font-size: 40px;
  color: #fbdd91;
}
@include mediaMaxWidth(991px) {
  line-height: 20rem;
  font-size: 3.5rem;
}
.home-slider .slide__text-desc {
  font-family: "Open Sans", Helvetica, Arial, serif;
  font-size: 18px;
  margin-bottom: 1.5rem;
}
@include mediaMaxWidth(991px) {
  display: none;
}
.home-slider .slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, serif;
  font-size: 2.3rem;
  perspective: 1000px;
}
@include mediaMaxWidth(991px) {
  display: none;
}
.home-slider .slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: 50% 100%;
  transform: rotateX(-85deg);
  transition: transform 0.3s;
  will-change: transform;
}
.home-slider .slide__text-link:hover:before {
  transform: rotateX(0);
}
.responsive {
  display: none !important;
}
.just-web {
  display: block !important;
}
@media only screen and (max-width: 780px) {
  .responsive {
    display: block !important;
  }
  .just-web {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  body,
  html {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
