/* line 1, ../sass/_reset.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../sass/_reset.scss */
html {
  font-size: 10px;
  background-color: #fff;
}

/* line 10, ../sass/_reset.scss */
body {
  padding-top: 120px;
  font-size: 1.4rem;
  color: #000;
}

/* line 21, ../sass/_reset.scss */
a {
  color: #000;
}

/* line 25, ../sass/_reset.scss */
img {
  vertical-align: middle;
}

/* line 29, ../sass/_reset.scss */
body,
button,
input,
select,
textarea {
  font-family: "Roboto Condensed";
}

/* line 37, ../sass/_reset.scss */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

/* line 47, ../sass/_reset.scss */
.fa-line:before {
  display: block;
  content: "";
  width: 26px;
  height: 25px;
  background-image: url(../img/icons/line.svg);
  background-repeat: no-repeat;
}

/* line 58, ../sass/_reset.scss */
.fa-facebook-custom:before {
  display: block;
  content: "";
  width: 11px;
  height: 20px;
  background-image: url(../img/icons/facebook.svg);
  background-repeat: no-repeat;
}

/* line 69, ../sass/_reset.scss */
.fa-instagram-custom:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/instagram.svg);
  background-repeat: no-repeat;
}

/* line 79, ../sass/_reset.scss */
.breadcrumb {
  margin-bottom: 20px;
  list-style: none;
}
/* line 86, ../sass/_reset.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 90, ../sass/_reset.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #000;
  content: "/\00a0";
}
/* line 97, ../sass/_reset.scss */
.breadcrumb > li:last-child {
  float: right;
}
/* line 100, ../sass/_reset.scss */
.breadcrumb > li:last-child:before {
  content: "";
  display: inline-block;
  margin-top: 5px;
  margin-bottom: -2px;
  margin-right: 10px;
  padding: 0;
  width: 23px;
  height: 12px;
  background-image: url(../img/icons/back.svg);
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  /* line 79, ../sass/_reset.scss */
  .breadcrumb {
    text-align: center;
  }
  /* line 122, ../sass/_reset.scss */
  .breadcrumb > li {
    font-size: 1.2rem;
  }
  /* line 125, ../sass/_reset.scss */
  .breadcrumb > li:last-child {
    display: none;
  }
}

/* line 131, ../sass/_reset.scss */
.owl-controls .owl-page {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
}
/* line 139, ../sass/_reset.scss */
.owl-controls .owl-page.active {
  background-color: transparent;
}
/* line 143, ../sass/_reset.scss */
.owl-controls .owl-page + .owl-page {
  margin-left: 15px;
}
/* line 148, ../sass/_reset.scss */
.owl-controls .owl-pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 157, ../sass/_reset.scss */
.owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  padding: 8px 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 165, ../sass/_reset.scss */
.owl-controls .owl-buttons div > i {
  font-size: 28px;
  opacity: 0.5;
}
/* line 169, ../sass/_reset.scss */
.owl-controls .owl-buttons div > i:before {
  color: #252524;
}
/* line 173, ../sass/_reset.scss */
.owl-controls .owl-buttons div .fc-nav > img {
  max-width: 10px;
}
/* line 178, ../sass/_reset.scss */
.owl-controls .owl-buttons div + div {
  right: 0;
}
/* line 183, ../sass/_reset.scss */
.owl-controls .owl-buttons div:hover > i {
  opacity: 1;
}

/* line 191, ../sass/_reset.scss */
.owl-carousel .owl-item img {
  width: 100%;
}

/* line 196, ../sass/_reset.scss */
.fancybox-skin {
  padding: 15px !important;
  border-radius: 0;
  background-color: #fff;
}

/* line 203, ../sass/_reset.scss */
.fancybox-opened .fancybox-skin {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 208, ../sass/_reset.scss */
.fancybox-close {
  display: table;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
/* line 220, ../sass/_reset.scss */
.fancybox-close span {
  display: table-cell;
  vertical-align: middle;
}
/* line 224, ../sass/_reset.scss */
.fancybox-close span > img {
  vertical-align: top;
}
/* line 229, ../sass/_reset.scss */
.fancybox-close:hover {
  background-color: white;
}

/* line 234, ../sass/_reset.scss */
.fancybox-title {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Roboto Condensed";
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

/* line 244, ../sass/_reset.scss */
.fancybox-prev {
  left: 0;
}
/* line 247, ../sass/_reset.scss */
.fancybox-prev span {
  left: 0;
  padding: 11px 15px 11px 10px;
}

/* line 253, ../sass/_reset.scss */
.fancybox-next {
  right: 0;
}
/* line 256, ../sass/_reset.scss */
.fancybox-next span {
  right: 0;
  padding: 11px 10px 11px 15px;
}

/* line 262, ../sass/_reset.scss */
.fancybox-inner {
  height: auto !important;
}

/* line 266, ../sass/_reset.scss */
.fancybox-nav {
  width: 50%;
}
/* line 269, ../sass/_reset.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  visibility: hidden;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: none;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
/* line 281, ../sass/_reset.scss */
.fancybox-nav span > img {
  height: 100%;
  vertical-align: top;
}
/* line 286, ../sass/_reset.scss */
.fancybox-nav span:hover {
  background-color: white;
}
/* line 292, ../sass/_reset.scss */
.fancybox-nav span.fc-nav > img + img {
  display: none;
}
/* line 295, ../sass/_reset.scss */
.fancybox-nav span.fc-nav:hover {
  background-color: white;
}
/* line 298, ../sass/_reset.scss */
.fancybox-nav span.fc-nav:hover > img {
  display: none;
}
/* line 301, ../sass/_reset.scss */
.fancybox-nav span.fc-nav:hover > img + img {
  display: inline-block;
}
/* line 308, ../sass/_reset.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 317, ../sass/_reset.scss */
.back2top:after {
  display: block;
  content: "";
  margin: 0 auto;
  width: 12px;
  height: 23px;
  background-image: url(../img/icons/arrow-top.png);
  background-repeat: no-repeat;
}
/* line 327, ../sass/_reset.scss */
.back2top > span {
  display: block;
  margin-bottom: 30px;
}

/* line 5, ../sass/_layout.scss */
.header-menu {
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}
/* line 11, ../sass/_layout.scss */
.header-menu > a {
  display: inline-block;
  line-height: 40px;
}
/* line 15, ../sass/_layout.scss */
.header-menu > a > .nav-toggle {
  display: block;
  float: left;
  height: 40px;
}
/* line 20, ../sass/_layout.scss */
.header-menu > a > .nav-toggle span {
  background-color: #231f20;
}
/* line 25, ../sass/_layout.scss */
.header-menu > a > .nav-toggle.is-active span {
  background-color: #231f20;
}
/* line 30, ../sass/_layout.scss */
.header-menu > a > .nav-toggle:hover {
  background-color: transparent;
}
/* line 41, ../sass/_layout.scss */
.header-menu > a + a {
  margin-left: 15px;
  width: 140px;
  height: 40px;
  text-align: center;
  border: 1px solid #000;
}
/* line 48, ../sass/_layout.scss */
.header-menu > a + a:hover {
  color: #fff;
  background-color: #000;
}
@media (max-width: 767px) {
  /* line 64, ../sass/_layout.scss */
  .header-menu > a + a {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 73, ../sass/_layout.scss */
  .header-menu > a:first-child {
    padding-right: 15px;
  }
}

/* line 82, ../sass/_layout.scss */
.header-logo {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 120px;
  z-index: 1;
}
/* line 92, ../sass/_layout.scss */
.header-logo > a {
  display: block;
}

/* line 97, ../sass/_layout.scss */
.header-top {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  height: 120px;
  z-index: 2;
  background-color: #fff;
}

/* line 108, ../sass/_layout.scss */
.header-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}
/* line 117, ../sass/_layout.scss */
.header-nav .nav-item {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
/* line 124, ../sass/_layout.scss */
.header-nav .nav {
  background-color: rgba(236, 137, 40, 0.8);
}
@media (max-width: 767px) {
  /* line 108, ../sass/_layout.scss */
  .header-nav {
    position: fixed;
    top: 0;
    left: 100%;
    padding-top: 120px;
    height: 100%;
    background-color: #fff;
    -moz-transition: -moz-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: -o-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  /* line 142, ../sass/_layout.scss */
  .header-nav .nav-item {
    color: #000;
    justify-content: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    -moz-transition: opacity 0.3s, -moz-transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: opacity 0.3s, -o-transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: opacity 0.3s, transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  /* line 149, ../sass/_layout.scss */
  .header-nav .nav-item.is-fade {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  /* line 155, ../sass/_layout.scss */
  .header-nav .nav-center {
    display: block;
  }
  /* line 159, ../sass/_layout.scss */
  .header-nav .nav {
    background-color: initial;
  }
  /* line 163, ../sass/_layout.scss */
  .header-nav.is-active {
    -moz-transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
}
@media (min-width: 768px) {
  /* line 108, ../sass/_layout.scss */
  .header-nav {
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  /* line 175, ../sass/_layout.scss */
  .header-nav.is-active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 181, ../sass/_layout.scss */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 10;
  opacity: 1;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

/* line 195, ../sass/_layout.scss */
.footer-top {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #000;
}
/* line 201, ../sass/_layout.scss */
.footer-top strong {
  font-size: 1.6rem;
  color: inherit;
}
/* line 206, ../sass/_layout.scss */
.footer-top > div {
  color: #fff;
}
/* line 209, ../sass/_layout.scss */
.footer-top > div > a {
  color: inherit;
  font-weight: normal;
}
/* line 214, ../sass/_layout.scss */
.footer-top > div:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 223, ../sass/_layout.scss */
  .footer-nav > .nav {
    display: block;
  }
  /* line 226, ../sass/_layout.scss */
  .footer-nav > .nav > .nav-left {
    display: block;
  }
  /* line 230, ../sass/_layout.scss */
  .footer-nav > .nav > .nav-center {
    display: block;
  }
  /* line 233, ../sass/_layout.scss */
  .footer-nav > .nav > .nav-center > .nav-item {
    display: block;
  }
  /* line 238, ../sass/_layout.scss */
  .footer-nav > .nav > .nav-right {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 243, ../sass/_layout.scss */
  .footer-nav > .nav > .nav-right > .nav-item {
    display: table-cell;
  }
}

/* line 251, ../sass/_layout.scss */
.footer {
  padding: 0 15px;
  background-color: #fff;
}
/* line 255, ../sass/_layout.scss */
.footer a {
  font-weight: bold;
}
/* line 258, ../sass/_layout.scss */
.footer a, .footer a:visited {
  color: #000;
}
/* line 263, ../sass/_layout.scss */
.footer a, .footer a:not(.icon), .footer a:visited:not(.icon) {
  border-bottom: none;
}
/* line 272, ../sass/_layout.scss */
.footer .nav-left > span,
.footer .nav-mobile > span {
  padding: 10px;
  line-height: 50px;
}
@media (max-width: 767px) {
  /* line 279, ../sass/_layout.scss */
  .footer .nav-left {
    display: none !important;
  }
  /* line 283, ../sass/_layout.scss */
  .footer .nav-center {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  /* line 290, ../sass/_layout.scss */
  .footer .nav-mobile {
    display: none !important;
  }
}

/* line 300, ../sass/_layout.scss */
.wrapper-inner {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 321, ../sass/_layout.scss */
body.header-fixed .header {
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

/* line 1, ../sass/home/_index.scss */
.home-banner {
  position: relative;
}
/* line 4, ../sass/home/_index.scss */
.home-banner img {
  width: 100%;
}
/* line 57, ../sass/home/_index.scss */
.home-banner .item-inner {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
/* line 64, ../sass/home/_index.scss */
.home-banner .item-inner > .item-title {
  font-size: 6.4rem;
}
/* line 68, ../sass/home/_index.scss */
.home-banner .item-inner > .item-brand {
  font-size: 2.4rem;
}
/* line 72, ../sass/home/_index.scss */
.home-banner .item-inner > .item-booking {
  display: block;
  position: absolute;
  bottom: 210px;
  left: 50%;
  margin-left: -70px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 140px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #eb8828;
}
/* line 90, ../sass/home/_index.scss */
.home-banner .item {
  display: table;
  width: 100%;
  min-height: 100% !important;
  min-height: calc(100vh - 120px) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% \9;
  background-position: center bottom;
  -moz-transition: min-height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: min-height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  -webkit-transition: min-height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: min-height 0.4s cubic-bezier(0.21, 0.15, 0.02, 1);
}

/* line 104, ../sass/home/_index.scss */
.home-about {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #eee;
}
/* line 111, ../sass/home/_index.scss */
.home-about .column img {
  width: 100%;
  mix-blend-mode: multiply;
}
/* line 116, ../sass/home/_index.scss */
.home-about .column .column-head,
.home-about .column .column-body {
  margin-right: 50px;
  margin-left: 50px;
}
/* line 122, ../sass/home/_index.scss */
.home-about .column .column-head {
  margin-bottom: 50px;
  padding-top: 110px;
  padding-bottom: 55px;
  border-bottom: 1px solid #000;
}
/* line 128, ../sass/home/_index.scss */
.home-about .column .column-head .title,
.home-about .column .column-head .subtitle {
  font-weight: bold;
  color: #000;
  text-align: center;
}
/* line 135, ../sass/home/_index.scss */
.home-about .column .column-head .title {
  margin-bottom: 30px;
  font-size: 6.4rem;
}
/* line 140, ../sass/home/_index.scss */
.home-about .column .column-head .subtitle {
  margin-top: 0;
  font-size: 2.4rem;
}
/* line 146, ../sass/home/_index.scss */
.home-about .column .column-body {
  font-size: 1.8rem;
  text-align: justify;
  word-break: break-word;
}
@media (max-width: 767px) {
  /* line 104, ../sass/home/_index.scss */
  .home-about {
    margin-top: 15px;
  }
}

/* line 160, ../sass/home/_index.scss */
.home-whatson {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 164, ../sass/home/_index.scss */
.home-whatson .readmore-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -70px;
  padding: 8px 0;
  width: 140px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  cursor: pointer;
}
/* line 188, ../sass/home/_index.scss */
.home-whatson .card-type {
  display: inline-block;
  margin-bottom: 30px;
  padding: 6px 10px;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #000;
  text-transform: uppercase;
}
/* line 198, ../sass/home/_index.scss */
.home-whatson .card-date {
  margin-bottom: 10px;
}
/* line 202, ../sass/home/_index.scss */
.home-whatson .card-desc {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
/* line 209, ../sass/home/_index.scss */
.home-whatson .card-content {
  text-align: center;
}
/* line 214, ../sass/home/_index.scss */
.home-whatson .card-image figure {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% \9;
  background-size: cover;
  -moz-transition: opacity 0.2s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.21, 0.15, 0.02, 1);
  -webkit-transition: opacity 0.2s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: opacity 0.2s cubic-bezier(0.21, 0.15, 0.02, 1);
}
/* line 223, ../sass/home/_index.scss */
.home-whatson .card {
  display: block;
  width: 100%;
  color: inherit;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 230, ../sass/home/_index.scss */
.home-whatson .card:hover figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
/* line 236, ../sass/home/_index.scss */
.home-whatson .title {
  font-weight: bold;
}
/* line 244, ../sass/home/_index.scss */
.home-whatson .columns:first-child .column + .column {
  text-align: right;
}
/* line 252, ../sass/home/_index.scss */
.home-whatson .columns + .columns .column:hover {
  outline: 1px solid #a6a6a6;
}
/* line 255, ../sass/home/_index.scss */
.home-whatson .columns + .columns .column:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 259, ../sass/home/_index.scss */
.home-whatson .columns + .columns .column:hover .readmore-btn {
  display: block;
}
@media (max-width: 767px) and (min-width: 640px) {
  /* line 270, ../sass/home/_index.scss */
  .home-whatson .columns + .columns:before, .home-whatson .columns + .columns:after {
    display: table;
    content: "";
  }
  /* line 276, ../sass/home/_index.scss */
  .home-whatson .columns + .columns:after {
    clear: both;
  }
  /* line 280, ../sass/home/_index.scss */
  .home-whatson .columns + .columns .column {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 290, ../sass/home/_index.scss */
  .home-whatson .columns:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 295, ../sass/home/_index.scss */
  .home-whatson .columns:first-child a {
    vertical-align: text-top;
  }
  /* line 302, ../sass/home/_index.scss */
  .home-whatson .columns + .columns .column:hover {
    outline: none;
  }
  /* line 305, ../sass/home/_index.scss */
  .home-whatson .columns + .columns .column:hover > a {
    outline: 1px solid #e4e4e4;
  }
}

/* line 320, ../sass/home/_index.scss */
body.header-fixed .home-banner .item {
  min-height: calc(100vh - 120px) !important;
}

/* line 1, ../sass/room/_index.scss */
.room-type-nav {
  position: relative;
  display: none;
}
/* line 5, ../sass/room/_index.scss */
.room-type-nav .nav-list {
  display: none;
  position: absolute;
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border: 1px solid #000;
  background-color: #f7f7f7;
  z-index: 2;
}
/* line 19, ../sass/room/_index.scss */
.room-type-nav .nav-list ul > li > a,
.room-type-nav .nav-list ul > li > span {
  display: block;
  padding: 5px 15px;
  text-align: center;
}
/* line 26, ../sass/room/_index.scss */
.room-type-nav .nav-list ul > li:first-child {
  font-weight: bold;
}
/* line 32, ../sass/room/_index.scss */
.room-type-nav .nav-list.is-active {
  display: block;
}
/* line 37, ../sass/room/_index.scss */
.room-type-nav .nav-label {
  position: relative;
  display: block;
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
}
/* line 45, ../sass/room/_index.scss */
.room-type-nav .nav-label:before, .room-type-nav .nav-label:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #333;
  vertical-align: top;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 63, ../sass/room/_index.scss */
.room-type-nav .nav-label:before {
  margin-top: -2px;
  border-width: 0px 0px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 69, ../sass/room/_index.scss */
.room-type-nav .nav-label:after {
  margin-top: -12px;
  border-width: 1px 1px 0 0;
}
/* line 75, ../sass/room/_index.scss */
.room-type-nav .nav-label.is-open:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 77, ../sass/room/_index.scss */
.room-type-nav .nav-label.is-open:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (max-width: 767px) {
  /* line 1, ../sass/room/_index.scss */
  .room-type-nav {
    display: block;
  }
}

/* line 86, ../sass/room/_index.scss */
.room-type {
  margin-bottom: 40px;
}
/* line 90, ../sass/room/_index.scss */
.room-type .columns ul {
  padding-left: 0;
  list-style: none;
}
/* line 94, ../sass/room/_index.scss */
.room-type .columns ul > li {
  display: inline-block;
}
/* line 97, ../sass/room/_index.scss */
.room-type .columns ul > li > span,
.room-type .columns ul > li > a {
  display: block;
  line-height: 1;
}
/* line 103, ../sass/room/_index.scss */
.room-type .columns ul > li > span {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 16px;
}
/* line 109, ../sass/room/_index.scss */
.room-type .columns ul > li > a {
  padding: 12px 5px;
  border: 1px solid #000;
  text-align: center;
}
/* line 115, ../sass/room/_index.scss */
.room-type .columns ul > li > a:hover {
  color: #fff;
  background-color: #000;
}
/* line 121, ../sass/room/_index.scss */
.room-type .columns ul > li + li {
  margin-left: 10px;
}
/* line 127, ../sass/room/_index.scss */
.room-type .columns ul > .is-active > a {
  color: #fff;
  background-color: #000;
}
@media (max-width: 767px) {
  /* line 136, ../sass/room/_index.scss */
  .room-type .columns {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 144, ../sass/room/_index.scss */
  .room-type .column:first-child > ul {
    text-align: right;
  }
  /* line 153, ../sass/room/_index.scss */
  .room-type .columns ul > li > a {
    padding: 12px 8px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  /* line 163, ../sass/room/_index.scss */
  .room-type .columns ul {
    text-align: center;
  }
  /* line 166, ../sass/room/_index.scss */
  .room-type .columns ul > li {
    display: block;
    margin-bottom: 15px;
    margin-left: 0 !important;
  }
  /* line 171, ../sass/room/_index.scss */
  .room-type .columns ul > li > a {
    padding: 12px 8px;
  }
}

/* line 180, ../sass/room/_index.scss */
.room-booking {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 140px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #eb8828;
  border: 1px solid #fff;
}

/* line 195, ../sass/room/_index.scss */
.room-desc-inner {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #ec8928;
}

/* line 202, ../sass/room/_index.scss */
.room-desc-content {
  display: table-cell;
  padding-right: 60px;
  padding-left: 60px;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 1199px) {
  /* line 202, ../sass/room/_index.scss */
  .room-desc-content {
    padding: 30px;
  }
  /* line 212, ../sass/room/_index.scss */
  .room-desc-content .subtitle + p {
    margin-bottom: 30px !important;
  }
}

/* line 223, ../sass/room/_index.scss */
.room-desc > .columns + .columns > .column {
  position: relative;
}
/* line 229, ../sass/room/_index.scss */
.room-desc > .columns:first-child > .column:first-child + .column {
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  /* line 239, ../sass/room/_index.scss */
  .room-desc > .columns {
    margin-bottom: 0;
  }
  /* line 242, ../sass/room/_index.scss */
  .room-desc > .columns + .columns {
    display: none;
  }
  /* line 247, ../sass/room/_index.scss */
  .room-desc > .columns:first-child > .column:first-child + .column {
    display: block;
  }
}

/* line 257, ../sass/room/_index.scss */
.room-infomation {
  padding: 60px 15px 30px;
  background-color: rgba(238, 238, 238, 0.5);
}
@media (max-width: 767px) {
  /* line 257, ../sass/room/_index.scss */
  .room-infomation {
    padding-bottom: 5px;
  }
}

/* line 266, ../sass/room/_index.scss */
.room-amenities-item {
  display: table-cell;
  vertical-align: middle;
}
/* line 270, ../sass/room/_index.scss */
.room-amenities-item .square-meters {
  max-width: 63px;
}
/* line 272, ../sass/room/_index.scss */
.room-amenities-item .cable-tv {
  max-width: 62px;
}
/* line 274, ../sass/room/_index.scss */
.room-amenities-item .aircondition {
  max-width: 82px;
}
/* line 276, ../sass/room/_index.scss */
.room-amenities-item .safe-deposit {
  max-width: 63px;
}
/* line 278, ../sass/room/_index.scss */
.room-amenities-item .drinking-water {
  max-width: 23px;
}
/* line 280, ../sass/room/_index.scss */
.room-amenities-item .towels {
  max-width: 62px;
}
/* line 282, ../sass/room/_index.scss */
.room-amenities-item .balcony {
  max-width: 62px;
}
/* line 284, ../sass/room/_index.scss */
.room-amenities-item .hot-shower {
  max-width: 33px;
}
/* line 286, ../sass/room/_index.scss */
.room-amenities-item .soap-shampoo {
  max-width: 48px;
}
/* line 288, ../sass/room/_index.scss */
.room-amenities-item .bedside-lamp {
  max-width: 32px;
}
/* line 290, ../sass/room/_index.scss */
.room-amenities-item .wooden-artwork {
  max-width: 62px;
}
/* line 292, ../sass/room/_index.scss */
.room-amenities-item .curtain {
  max-width: 62px;
}
/* line 294, ../sass/room/_index.scss */
.room-amenities-item .reading-light {
  max-width: 42px;
}
/* line 296, ../sass/room/_index.scss */
.room-amenities-item .power-socket {
  max-width: 62px;
}
/* line 298, ../sass/room/_index.scss */
.room-amenities-item .shared-bathroom {
  max-width: 62px;
}
/* line 300, ../sass/room/_index.scss */
.room-amenities-item .bed-table {
  max-width: 62px;
}
/* line 302, ../sass/room/_index.scss */
.room-amenities-item .large-locker {
  max-width: 51px;
}

/* line 305, ../sass/room/_index.scss */
.room-amenities-inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 312, ../sass/room/_index.scss */
.room-amenities {
  padding-top: 70px;
  padding-bottom: 50px;
}
/* line 316, ../sass/room/_index.scss */
.room-amenities p {
  margin-top: 30px;
  text-transform: uppercase;
}
/* line 321, ../sass/room/_index.scss */
.room-amenities .title {
  margin-bottom: 60px;
  text-align: center;
}
/* line 326, ../sass/room/_index.scss */
.room-amenities .columns {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 348, ../sass/room/_index.scss */
  .room-amenities .column {
    padding: 0;
    min-height: 195px;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
  }
  /* line 354, ../sass/room/_index.scss */
  .room-amenities .column + .column {
    border-left: 1px dashed #ccc;
  }
  /* line 358, ../sass/room/_index.scss */
  .room-amenities .column:last-child {
    border-right-width: 0;
  }
  /* line 365, ../sass/room/_index.scss */
  .room-amenities .columns:last-child .column {
    border-bottom-width: 0;
  }
}
@media (max-width: 767px) {
  /* line 374, ../sass/room/_index.scss */
  .room-amenities .column {
    float: left;
    width: 50%;
    height: 195px;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
  }
  /* line 381, ../sass/room/_index.scss */
  .room-amenities .column:nth-child(even) {
    border-right: none;
  }
  /* line 387, ../sass/room/_index.scss */
  .room-amenities .columns:before, .room-amenities .columns:after {
    display: table;
    content: "";
  }
  /* line 393, ../sass/room/_index.scss */
  .room-amenities .columns:after {
    clear: both;
  }
  /* line 397, ../sass/room/_index.scss */
  .room-amenities .columns:last-child {
    margin-bottom: 0;
  }
  /* line 400, ../sass/room/_index.scss */
  .room-amenities .columns:last-child .column:last-child {
    border-bottom-width: 0;
  }
}

/* line 410, ../sass/room/_index.scss */
.room h1.title {
  margin-bottom: 60px;
  font-size: 3.4rem;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
/* line 418, ../sass/room/_index.scss */
.room .breadcrumb {
  margin-bottom: 60px;
}
/* line 422, ../sass/room/_index.scss */
.room .gallery-counting {
  z-index: 1;
  text-align: center;
}
@media (max-width: 419px) {
  /* line 422, ../sass/room/_index.scss */
  .room .gallery-counting {
    text-align: right;
  }
}
/* line 433, ../sass/room/_index.scss */
.room .gallery-fullsize {
  position: absolute;
  top: 10px;
  padding-left: 25px;
  text-transform: uppercase;
}
/* line 439, ../sass/room/_index.scss */
.room .gallery-fullsize:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/icons/fullsize.svg);
  background-repeat: no-repeat;
}
/* line 451, ../sass/room/_index.scss */
.room .subtitle {
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
}
/* line 456, ../sass/room/_index.scss */
.room .subtitle + p {
  margin-bottom: 60px;
  font-size: 1.8rem;
  text-align: justify;
  word-break: break-word;
}
/* line 464, ../sass/room/_index.scss */
.room .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: inherit;
}
/* line 470, ../sass/room/_index.scss */
.room .column {
  overflow: hidden;
}

/* line 1, ../sass/facilities/_index.scss */
.facilities-gallery {
  margin-bottom: 60px;
}

/* line 5, ../sass/facilities/_index.scss */
.facilities-head {
  padding: 60px 15px 40px;
  background-color: rgba(238, 238, 238, 0.5);
}
/* line 9, ../sass/facilities/_index.scss */
.facilities-head .scroll-down {
  display: block;
  text-align: center;
}
/* line 13, ../sass/facilities/_index.scss */
.facilities-head .scroll-down > span {
  display: block;
  margin-bottom: 20px;
}

/* line 20, ../sass/facilities/_index.scss */
.facilities-item {
  padding-bottom: 30px;
}
/* line 23, ../sass/facilities/_index.scss */
.facilities-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 29, ../sass/facilities/_index.scss */
.facilities-item a:before, .facilities-item a:after {
  content: "";
  display: block;
  position: absolute;
  visibility: hidden;
}
/* line 37, ../sass/facilities/_index.scss */
.facilities-item a:before {
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 41px;
  background-image: url(../img/icons/cross.png);
  background-repeat: no-repeat;
}
/* line 48, ../sass/facilities/_index.scss */
.facilities-item a:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 57, ../sass/facilities/_index.scss */
.facilities-item a:hover:before, .facilities-item a:hover:after {
  visibility: visible;
}
/* line 64, ../sass/facilities/_index.scss */
.facilities-item .column-content {
  display: table-cell;
  vertical-align: middle;
}
/* line 68, ../sass/facilities/_index.scss */
.facilities-item .column-content strong {
  display: block;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
/* line 75, ../sass/facilities/_index.scss */
.facilities-item .column-inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
/* line 82, ../sass/facilities/_index.scss */
.facilities-item .is-mobile {
  display: none;
}
@media (max-width: 767px) {
  /* line 20, ../sass/facilities/_index.scss */
  .facilities-item {
    text-align: center;
  }
  /* line 87, ../sass/facilities/_index.scss */
  .facilities-item .is-desktop {
    display: none;
  }
  /* line 88, ../sass/facilities/_index.scss */
  .facilities-item .is-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  /* line 20, ../sass/facilities/_index.scss */
  .facilities-item {
    padding-top: 30px;
    border-top: 1px dashed #e2e2e2;
  }
  /* line 96, ../sass/facilities/_index.scss */
  .facilities-item .column-content strong {
    margin-bottom: 30px;
  }
}

/* line 103, ../sass/facilities/_index.scss */
.facilities-body {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 107, ../sass/facilities/_index.scss */
.facilities-body ul {
  padding-left: 0;
  list-style: none;
}
/* line 112, ../sass/facilities/_index.scss */
.facilities-body ul > li > a {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  line-height: 1;
}
/* line 122, ../sass/facilities/_index.scss */
.facilities-body ul > .is-active > a {
  font-weight: bold;
  border-bottom: 2px solid #000;
}
/* line 128, ../sass/facilities/_index.scss */
.facilities-body ul.is-fixed {
  position: fixed;
  top: 140px;
}
/* line 136, ../sass/facilities/_index.scss */
.facilities-body .is-one-quarter + .column > p {
  margin-bottom: 60px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  /* line 144, ../sass/facilities/_index.scss */
  .facilities-body .is-one-quarter {
    display: none;
  }
}

/* line 151, ../sass/facilities/_index.scss */
.facilities h1.title {
  margin-bottom: 60px;
  font-size: 3.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
/* line 160, ../sass/facilities/_index.scss */
.facilities .breadcrumb {
  margin-bottom: 60px;
}
/* line 165, ../sass/facilities/_index.scss */
.facilities .owl-controls .owl-prev {
  left: 7px;
}
/* line 166, ../sass/facilities/_index.scss */
.facilities .owl-controls .owl-next {
  right: 7px;
}
/* line 169, ../sass/facilities/_index.scss */
.facilities .owl-carousel {
  margin-right: -7.5px;
  margin-left: -7.5px;
  width: calc(100% + 15px);
}
/* line 174, ../sass/facilities/_index.scss */
.facilities .owl-carousel .item {
  position: relative;
  display: block;
  padding: 0 7.5px;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% \9;
  background-size: cover;
}
/* line 184, ../sass/facilities/_index.scss */
.facilities .owl-carousel .item:before, .facilities .owl-carousel .item:after {
  content: "";
  display: block;
  position: absolute;
  visibility: hidden;
}
/* line 192, ../sass/facilities/_index.scss */
.facilities .owl-carousel .item:before {
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 41px;
  background-image: url(../img/icons/cross.png);
  background-repeat: no-repeat;
}
/* line 203, ../sass/facilities/_index.scss */
.facilities .owl-carousel .item:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 212, ../sass/facilities/_index.scss */
.facilities .owl-carousel .item:hover:before, .facilities .owl-carousel .item:hover:after {
  visibility: visible;
}
/* line 219, ../sass/facilities/_index.scss */
.facilities .owl-carousel .owl-item {
  padding: 0 7.5px;
}

/* line 2, ../sass/gallery/_index.scss */
.gallery-content ul {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1;
}
/* line 8, ../sass/gallery/_index.scss */
.gallery-content ul > li {
  position: relative;
  float: left;
  padding-right: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  width: calc(100% / 4);
}
/* line 16, ../sass/gallery/_index.scss */
.gallery-content ul > li > a {
  display: block;
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% \9;
  background-size: cover;
}
/* line 25, ../sass/gallery/_index.scss */
.gallery-content ul > li > a:before, .gallery-content ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  visibility: hidden;
}
/* line 33, ../sass/gallery/_index.scss */
.gallery-content ul > li > a:before {
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 41px;
  background-image: url(../img/icons/cross.png);
  background-repeat: no-repeat;
}
/* line 44, ../sass/gallery/_index.scss */
.gallery-content ul > li > a:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 53, ../sass/gallery/_index.scss */
.gallery-content ul > li > a:hover:before, .gallery-content ul > li > a:hover:after {
  visibility: visible;
}
/* line 59, ../sass/gallery/_index.scss */
.gallery-content ul > li > a > img {
  width: 100%;
}
/* line 66, ../sass/gallery/_index.scss */
.gallery-content .load-more {
  display: block;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: 280px;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #000;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 81, ../sass/gallery/_index.scss */
  .gallery-content ul > li {
    width: 50%;
  }
}
@media (max-width: 439px) {
  /* line 89, ../sass/gallery/_index.scss */
  .gallery-content ul > li {
    width: 100%;
  }
}

/* line 96, ../sass/gallery/_index.scss */
.gallery-inner {
  margin-bottom: 15px;
  padding: 60px 15px 40px;
  background-color: rgba(238, 238, 238, 0.5);
}

/* line 103, ../sass/gallery/_index.scss */
.gallery h1.title {
  margin-bottom: 60px;
  font-size: 3.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}
/* line 112, ../sass/gallery/_index.scss */
.gallery .breadcrumb {
  margin-bottom: 60px;
}
/* line 117, ../sass/gallery/_index.scss */
.gallery .tabs a {
  margin: 0 10px;
  padding: 15px 5px;
  line-height: 1;
  border-bottom-color: transparent;
}
/* line 123, ../sass/gallery/_index.scss */
.gallery .tabs a:hover {
  border-bottom-color: #7b7b7b;
}
/* line 130, ../sass/gallery/_index.scss */
.gallery .tabs li.is-active a {
  font-weight: bold;
  color: #000;
  border-bottom-color: #000;
}
/* line 138, ../sass/gallery/_index.scss */
.gallery .tabs ul {
  border-bottom: none;
}
/* line 142, ../sass/gallery/_index.scss */
.gallery .tabs:not(:last-child) {
  margin-bottom: 60px;
}
/* line 147, ../sass/gallery/_index.scss */
.gallery .hide {
  display: none;
}
/* line 151, ../sass/gallery/_index.scss */
.gallery .gallery-nav {
  position: relative;
  display: none;
  margin-bottom: 30px;
}
/* line 156, ../sass/gallery/_index.scss */
.gallery .gallery-nav .nav-list {
  display: none;
  position: absolute;
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border: 1px solid #000;
  background-color: #f7f7f7;
  z-index: 2;
}
/* line 167, ../sass/gallery/_index.scss */
.gallery .gallery-nav .nav-list > li {
  display: block;
}
/* line 170, ../sass/gallery/_index.scss */
.gallery .gallery-nav .nav-list > li > a {
  display: block;
  padding: 5px 15px;
  text-align: center;
}
/* line 177, ../sass/gallery/_index.scss */
.gallery .gallery-nav .nav-list.is-active {
  display: block;
}
/* line 182, ../sass/gallery/_index.scss */
.gallery .gallery-nav .nav-label {
  position: relative;
  display: block;
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
}
/* line 190, ../sass/gallery/_index.scss */
.gallery .gallery-nav .nav-label:before, .gallery .gallery-nav .nav-label:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #333;
  vertical-align: top;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 208, ../sass/gallery/_index.scss */
.gallery .gallery-nav .nav-label:before {
  margin-top: -2px;
  border-width: 0px 0px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 214, ../sass/gallery/_index.scss */
.gallery .gallery-nav .nav-label:after {
  margin-top: -12px;
  border-width: 1px 1px 0 0;
}
/* line 220, ../sass/gallery/_index.scss */
.gallery .gallery-nav .nav-label.is-open:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 222, ../sass/gallery/_index.scss */
.gallery .gallery-nav .nav-label.is-open:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (max-width: 767px) {
  /* line 228, ../sass/gallery/_index.scss */
  .gallery .tabs {
    display: none;
  }
  /* line 232, ../sass/gallery/_index.scss */
  .gallery .gallery-nav {
    display: block;
  }
}

/* line 4, ../sass/location/_index.scss */
.location-head {
  margin-bottom: 15px;
  padding: 60px 15px;
  background-color: rgba(238, 238, 238, 0.5);
}

/* line 10, ../sass/location/_index.scss */
.location-list {
  padding-top: 60px;
  padding-bottom: 160px;
}
/* line 14, ../sass/location/_index.scss */
.location-list ul {
  border-bottom: 1px solid #c4c4c4;
}
/* line 17, ../sass/location/_index.scss */
.location-list ul > li {
  display: block;
  border-top: 1px solid #c4c4c4;
}
/* line 21, ../sass/location/_index.scss */
.location-list ul > li > a {
  position: relative;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 30, ../sass/location/_index.scss */
.location-list ul > li > a:before, .location-list ul > li > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
  width: 18px;
  height: 18px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #333;
  vertical-align: top;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 48, ../sass/location/_index.scss */
.location-list ul > li > a:before {
  margin-top: -4px;
  border-width: 0px 0px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 54, ../sass/location/_index.scss */
.location-list ul > li > a:after {
  margin-top: -14px;
  border-width: 1px 1px 0 0;
}
/* line 59, ../sass/location/_index.scss */
.location-list ul > li > a + div {
  display: none;
  padding-top: 20px;
  padding-bottom: 60px;
}
/* line 64, ../sass/location/_index.scss */
.location-list ul > li > a + div > img {
  display: block;
  margin-bottom: 60px;
  width: 100%;
}
/* line 72, ../sass/location/_index.scss */
.location-list ul > li > a.is-active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 76, ../sass/location/_index.scss */
.location-list ul > li > a.is-active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 80, ../sass/location/_index.scss */
.location-list ul > li > a.is-active + div {
  display: block;
}
/* line 86, ../sass/location/_index.scss */
.location-list .row {
  overflow: hidden;
  *zoom: 1;
}
/* line 90, ../sass/location/_index.scss */
.location-list .row > .col > div {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 1.8rem;
}
/* line 97, ../sass/location/_index.scss */
.location-list .row > .col > div[class^="num-"]:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 105, ../sass/location/_index.scss */
.location-list .row > .col > div.num-1:before {
  content: "1. ";
}
/* line 106, ../sass/location/_index.scss */
.location-list .row > .col > div.num-2:before {
  content: "2. ";
}
/* line 107, ../sass/location/_index.scss */
.location-list .row > .col > div.num-3:before {
  content: "3. ";
}
/* line 108, ../sass/location/_index.scss */
.location-list .row > .col > div.num-4:before {
  content: "4. ";
}
/* line 109, ../sass/location/_index.scss */
.location-list .row > .col > div.num-5:before {
  content: "5. ";
}
@media (min-width: 768px) {
  /* line 115, ../sass/location/_index.scss */
  .location-list .row {
    padding-left: 8%;
    padding-right: 8%;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 120, ../sass/location/_index.scss */
  .location-list .row > .col {
    float: left;
    width: 50%;
  }
  /* line 124, ../sass/location/_index.scss */
  .location-list .row > .col > div {
    margin-bottom: 40px;
  }
  /* line 128, ../sass/location/_index.scss */
  .location-list .row > .col:first-child {
    padding-right: 30px;
  }
  /* line 131, ../sass/location/_index.scss */
  .location-list .row > .col:first-child + .col {
    padding-left: 30px;
  }
}

/* line 139, ../sass/location/_index.scss */
.location-embed-map #map {
  margin-bottom: 60px;
  width: 100%;
  height: 560px;
  border: none;
}

/* line 147, ../sass/location/_index.scss */
.location-image-map {
  margin-bottom: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(238, 238, 238, 0.5);
}
/* line 154, ../sass/location/_index.scss */
.location-image-map .title + div {
  margin-bottom: 120px;
}
/* line 157, ../sass/location/_index.scss */
.location-image-map .title + div > img {
  width: 100%;
}

/* line 165, ../sass/location/_index.scss */
.location-map .download-image {
  display: inline-block;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 280px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
}
@media (max-width: 787px) {
  /* line 180, ../sass/location/_index.scss */
  .location-map .download-image + a {
    margin-top: 15px;
  }
}

/* line 187, ../sass/location/_index.scss */
.location-body {
  padding-bottom: 170px;
}
/* line 190, ../sass/location/_index.scss */
.location-body .title {
  margin-bottom: 60px;
}

/* line 196, ../sass/location/_index.scss */
.location .title {
  font-weight: bold;
  color: #000;
  text-align: center;
}
/* line 202, ../sass/location/_index.scss */
.location h1.title {
  margin-bottom: 60px;
  font-size: 3.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
/* line 210, ../sass/location/_index.scss */
.location .breadcrumb {
  margin-bottom: 60px;
}
/* line 215, ../sass/location/_index.scss */
.location .owl-controls .owl-prev {
  left: 7px;
}
/* line 216, ../sass/location/_index.scss */
.location .owl-controls .owl-next {
  right: 7px;
}
/* line 219, ../sass/location/_index.scss */
.location .owl-carousel {
  margin-right: -7.5px;
  margin-left: -7.5px;
  width: calc(100% + 15px);
}
/* line 224, ../sass/location/_index.scss */
.location .owl-carousel .item {
  position: relative;
  display: block;
  padding: 0 7.5px;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% \9;
  background-size: cover;
}
/* line 234, ../sass/location/_index.scss */
.location .owl-carousel .item:before, .location .owl-carousel .item:after {
  content: "";
  display: block;
  position: absolute;
  visibility: hidden;
}
/* line 242, ../sass/location/_index.scss */
.location .owl-carousel .item:before {
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 41px;
  background-image: url(../img/icons/cross.png);
  background-repeat: no-repeat;
}
/* line 253, ../sass/location/_index.scss */
.location .owl-carousel .item:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 262, ../sass/location/_index.scss */
.location .owl-carousel .item:hover:before, .location .owl-carousel .item:hover:after {
  visibility: visible;
}
/* line 269, ../sass/location/_index.scss */
.location .owl-carousel .owl-item {
  padding: 0 7.5px;
}
/* line 274, ../sass/location/_index.scss */
.location .back2top {
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -32px;
}
/* line 281, ../sass/location/_index.scss */
.location .gallery-counting {
  margin-top: 60px;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
/* line 288, ../sass/location/_index.scss */
.location .download-btn {
  text-align: center;
}

/* line 1, ../sass/contact/_index.scss */
.contact-map {
  position: relative;
}
/* line 4, ../sass/contact/_index.scss */
.contact-map #map {
  margin-bottom: 60px;
  width: 100%;
  height: 560px;
  border: none;
}
/* line 11, ../sass/contact/_index.scss */
.contact-map ul {
  display: table;
  margin: 0 auto;
}
/* line 15, ../sass/contact/_index.scss */
.contact-map ul > li {
  display: table-cell;
}
/* line 18, ../sass/contact/_index.scss */
.contact-map ul > li > a {
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
/* line 26, ../sass/contact/_index.scss */
.contact-map ul > li > a:hover {
  border-color: #000;
}
/* line 31, ../sass/contact/_index.scss */
.contact-map ul > .is-active > a {
  font-weight: bold;
  border-color: #000;
}

/* line 39, ../sass/contact/_index.scss */
.contact-head {
  margin-bottom: 15px;
  padding: 60px 15px;
  background-color: rgba(238, 238, 238, 0.5);
}

/* line 45, ../sass/contact/_index.scss */
.contact-address {
  padding-top: 12px;
  text-align: center;
}

/* line 50, ../sass/contact/_index.scss */
.contact-phone {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}

/* line 56, ../sass/contact/_index.scss */
.contact-online {
  border-top: 1px dashed #c4c4c4;
}
/* line 59, ../sass/contact/_index.scss */
.contact-online td {
  width: 50%;
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: 1px dashed #c4c4c4;
}
/* line 65, ../sass/contact/_index.scss */
.contact-online td > span {
  float: left;
  margin-left: -15px;
}
/* line 70, ../sass/contact/_index.scss */
.contact-online td + td {
  padding-left: 15px;
}
@media (max-width: 419px) {
  /* line 56, ../sass/contact/_index.scss */
  .contact-online {
    border-top: none;
  }
  /* line 78, ../sass/contact/_index.scss */
  .contact-online td {
    display: block;
    width: 100%;
    line-height: 1;
    text-align: center;
    border-bottom: none;
  }
  /* line 85, ../sass/contact/_index.scss */
  .contact-online td + td {
    margin-top: 5px;
    padding-left: 0;
  }
  /* line 89, ../sass/contact/_index.scss */
  .contact-online td + td > span {
    display: none;
  }
  /* line 93, ../sass/contact/_index.scss */
  .contact-online tr {
    display: block;
    margin-bottom: 30px;
  }
}

/* line 100, ../sass/contact/_index.scss */
.contact-body {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 104, ../sass/contact/_index.scss */
.contact-body .title {
  margin-bottom: 30px;
}
/* line 108, ../sass/contact/_index.scss */
.contact-body .column-inner {
  margin: 0 auto;
  max-width: 460px;
}
/* line 113, ../sass/contact/_index.scss */
.contact-body .columns {
  display: block !important;
}
/* line 116, ../sass/contact/_index.scss */
.contact-body .columns:before, .contact-body .columns:after {
  display: table;
  content: "";
}
/* line 122, ../sass/contact/_index.scss */
.contact-body .columns:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 128, ../sass/contact/_index.scss */
  .contact-body .column {
    float: right;
    width: 50%;
  }
  /* line 132, ../sass/contact/_index.scss */
  .contact-body .column + .column {
    float: left;
  }
}

/* line 142, ../sass/contact/_index.scss */
.contact input.error,
.contact textarea.error {
  border-color: #f00;
}
/* line 147, ../sass/contact/_index.scss */
.contact textarea {
  resize: none;
}
/* line 152, ../sass/contact/_index.scss */
.contact label.error {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #f00;
}
/* line 160, ../sass/contact/_index.scss */
.contact .title {
  font-weight: bold;
  color: #000;
  text-align: center;
}
/* line 166, ../sass/contact/_index.scss */
.contact h1.title {
  margin-bottom: 60px;
  font-size: 3.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
/* line 174, ../sass/contact/_index.scss */
.contact .breadcrumb {
  margin-bottom: 60px;
}
/* line 178, ../sass/contact/_index.scss */
.contact .input,
.contact .textarea {
  padding: 10px;
  height: 40px;
  border-width: 1px;
  border-color: #000;
  border-radius: 0;
}
/* line 187, ../sass/contact/_index.scss */
.contact .button {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 0;
}
/* line 200, ../sass/contact/_index.scss */
.contact .has-addons {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 204, ../sass/contact/_index.scss */
.contact .has-addons span,
.contact .has-addons a {
  line-height: 40px;
}
/* line 209, ../sass/contact/_index.scss */
.contact .has-addons a {
  text-decoration: underline;
}
/* line 214, ../sass/contact/_index.scss */
.contact .has-addons label.error {
  top: 100%;
  right: inherit;
}
/* line 220, ../sass/contact/_index.scss */
.contact .has-addons .input {
  margin-left: 30px;
  margin-right: 30px;
  width: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 229, ../sass/contact/_index.scss */
  .contact form {
    margin-top: 30px;
  }
}

/* line 2, ../sass/whatson/_index.scss */
.whatson-gallery.just-one {
  text-align: center;
}
/* line 5, ../sass/whatson/_index.scss */
.whatson-gallery.just-one > a {
  display: inline-block;
  margin: 0 auto;
  padding-top: 610px;
  width: calc(100% / 3);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 14, ../sass/whatson/_index.scss */
.whatson-gallery.just-one img {
  width: inherit !important;
}
@media (max-width: 767px) {
  /* line 21, ../sass/whatson/_index.scss */
  .whatson-gallery.just-one > a {
    width: 100%;
  }
}
@media (max-width: 1699px) and (min-width: 1200px) {
  /* line 29, ../sass/whatson/_index.scss */
  .whatson-gallery.just-one > a {
    width: calc(100% / 2);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  /* line 37, ../sass/whatson/_index.scss */
  .whatson-gallery.just-one > a {
    width: 70%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 45, ../sass/whatson/_index.scss */
  .whatson-gallery.just-one > a {
    width: 80%;
  }
}

/* line 52, ../sass/whatson/_index.scss */
.whatson-content {
  margin-top: 50px;
}
/* line 55, ../sass/whatson/_index.scss */
.whatson-content ul {
  margin-right: -10px;
  margin-left: -10px;
}
/* line 59, ../sass/whatson/_index.scss */
.whatson-content ul:before, .whatson-content ul:after {
  display: table;
  content: "";
}
/* line 67, ../sass/whatson/_index.scss */
.whatson-content ul:after {
  clear: both;
}
/* line 71, ../sass/whatson/_index.scss */
.whatson-content ul li {
  float: left;
  padding: 10px;
  width: calc(100% / 4);
  margin-bottom: 10px;
}
/* line 77, ../sass/whatson/_index.scss */
.whatson-content ul li:hover {
  background-color: #fff;
  outline: 1px solid #a6a6a6;
}
/* line 81, ../sass/whatson/_index.scss */
.whatson-content ul li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 85, ../sass/whatson/_index.scss */
.whatson-content ul li:hover .readmore-btn {
  display: block;
}
/* line 92, ../sass/whatson/_index.scss */
.whatson-content .readmore-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -70px;
  padding: 8px 0;
  width: 140px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  cursor: pointer;
}
/* line 116, ../sass/whatson/_index.scss */
.whatson-content .card-type {
  display: inline-block;
  margin-bottom: 30px;
  padding: 6px 10px;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #000;
  text-transform: uppercase;
}
/* line 126, ../sass/whatson/_index.scss */
.whatson-content .card-date {
  margin-bottom: 10px;
}
/* line 130, ../sass/whatson/_index.scss */
.whatson-content .card-desc {
  height: 38px;
  max-height: 38px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  overflow: hidden;
}
/* line 140, ../sass/whatson/_index.scss */
.whatson-content .card-content {
  text-align: center;
}
/* line 145, ../sass/whatson/_index.scss */
.whatson-content .card-image figure {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% \9;
  background-size: cover;
  -moz-transition: opacity 0.2s cubic-bezier(0.21, 0.15, 0.02, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.21, 0.15, 0.02, 1);
  -webkit-transition: opacity 0.2s cubic-bezier(0.21, 0.15, 0.02, 1);
  transition: opacity 0.2s cubic-bezier(0.21, 0.15, 0.02, 1);
}
/* line 154, ../sass/whatson/_index.scss */
.whatson-content .card {
  display: block;
  width: 100%;
  color: inherit;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 162, ../sass/whatson/_index.scss */
.whatson-content .card:hover figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
/* line 168, ../sass/whatson/_index.scss */
.whatson-content .title {
  font-weight: bold;
}
/* line 172, ../sass/whatson/_index.scss */
.whatson-content .load-more {
  display: block;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: 280px;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #000;
  text-align: center;
  text-transform: uppercase;
}
/* line 185, ../sass/whatson/_index.scss */
.whatson-content .hide {
  display: none;
}
@media (max-width: 767px) {
  /* line 191, ../sass/whatson/_index.scss */
  .whatson-content ul li {
    width: 50%;
  }
}
@media (max-width: 419px) {
  /* line 199, ../sass/whatson/_index.scss */
  .whatson-content ul li {
    width: 100%;
  }
}

/* line 206, ../sass/whatson/_index.scss */
.whatson-head,
.whatson-inner {
  margin-bottom: 15px;
  padding: 60px 15px;
  background-color: rgba(238, 238, 238, 0.5);
}

/* line 214, ../sass/whatson/_index.scss */
.whatson-detail-head .whatson-title {
  display: inline-block;
  margin-right: -120px;
  padding: 6px 10px;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #000;
  text-transform: uppercase;
}
/* line 224, ../sass/whatson/_index.scss */
.whatson-detail-head .whatson-date {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 230, ../sass/whatson/_index.scss */
.whatson-detail-head .share {
  float: right;
}
@media (max-width: 767px) {
  /* line 235, ../sass/whatson/_index.scss */
  .whatson-detail-head .whatson-title {
    margin-right: 0;
  }
  /* line 236, ../sass/whatson/_index.scss */
  .whatson-detail-head .share {
    display: none;
  }
}

/* line 240, ../sass/whatson/_index.scss */
.whatson-detail-body {
  margin: 0 auto;
  max-width: 584px;
}
/* line 244, ../sass/whatson/_index.scss */
.whatson-detail-body .title {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 248, ../sass/whatson/_index.scss */
.whatson-detail-body .title + div {
  margin-top: 30px;
  font-size: 1.8rem;
  text-align: justify;
  word-break: break-word;
}
/* line 256, ../sass/whatson/_index.scss */
.whatson-detail-body .share {
  display: none;
}
@media (max-width: 767px) {
  /* line 259, ../sass/whatson/_index.scss */
  .whatson-detail-body .share {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
}

/* line 267, ../sass/whatson/_index.scss */
.whatson-body {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

/* line 274, ../sass/whatson/_index.scss */
.whatson .title {
  font-weight: bold;
  color: #000;
  text-align: center;
}
/* line 280, ../sass/whatson/_index.scss */
.whatson h1.title {
  margin-bottom: 60px;
  font-size: 3.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
/* line 288, ../sass/whatson/_index.scss */
.whatson .breadcrumb {
  margin-bottom: 60px;
}
/* line 293, ../sass/whatson/_index.scss */
.whatson .tabs a {
  margin: 0 10px;
  padding: 15px 5px;
  line-height: 1;
  border-bottom-color: transparent;
}
/* line 299, ../sass/whatson/_index.scss */
.whatson .tabs a:hover {
  border-bottom-color: #7b7b7b;
}
/* line 306, ../sass/whatson/_index.scss */
.whatson .tabs li.is-active a {
  font-weight: bold;
  color: #000;
  border-bottom-color: #000;
}
/* line 314, ../sass/whatson/_index.scss */
.whatson .tabs ul {
  border-bottom: none;
}
/* line 318, ../sass/whatson/_index.scss */
.whatson .tabs:not(:last-child) {
  margin-bottom: 60px;
}
/* line 324, ../sass/whatson/_index.scss */
.whatson .owl-controls .owl-prev {
  left: 7px;
}
/* line 325, ../sass/whatson/_index.scss */
.whatson .owl-controls .owl-next {
  right: 9px;
}
/* line 328, ../sass/whatson/_index.scss */
.whatson .owl-carousel {
  margin-right: -7.5px;
  margin-left: -7.5px;
  width: calc(100% + 15px);
}
/* line 333, ../sass/whatson/_index.scss */
.whatson .owl-carousel .item {
  position: relative;
  display: block;
  padding: 0 7.5px;
  padding-top: 100%;
}
/* line 340, ../sass/whatson/_index.scss */
.whatson .owl-carousel a.item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% \9;
  background-size: cover;
}
/* line 346, ../sass/whatson/_index.scss */
.whatson .owl-carousel a.item:before, .whatson .owl-carousel a.item:after {
  content: "";
  display: block;
  position: absolute;
  visibility: hidden;
}
/* line 354, ../sass/whatson/_index.scss */
.whatson .owl-carousel a.item:before {
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 41px;
  background-image: url(../img/icons/cross.png);
  background-repeat: no-repeat;
}
/* line 365, ../sass/whatson/_index.scss */
.whatson .owl-carousel a.item:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 374, ../sass/whatson/_index.scss */
.whatson .owl-carousel a.item:hover:before, .whatson .owl-carousel a.item:hover:after {
  visibility: visible;
}
/* line 381, ../sass/whatson/_index.scss */
.whatson .owl-carousel .owl-item {
  padding: 0 7.5px;
}
/* line 386, ../sass/whatson/_index.scss */
.whatson .gallery-counting {
  margin-top: 60px;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
/* line 393, ../sass/whatson/_index.scss */
.whatson .whatson-nav {
  position: relative;
  display: none;
  margin-bottom: 30px;
}
/* line 398, ../sass/whatson/_index.scss */
.whatson .whatson-nav .nav-list {
  display: none;
  position: absolute;
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border: 1px solid #000;
  background-color: #f7f7f7;
  z-index: 2;
}
/* line 409, ../sass/whatson/_index.scss */
.whatson .whatson-nav .nav-list > li {
  display: block;
}
/* line 412, ../sass/whatson/_index.scss */
.whatson .whatson-nav .nav-list > li > a {
  display: block;
  padding: 5px 15px;
}
/* line 418, ../sass/whatson/_index.scss */
.whatson .whatson-nav .nav-list.is-active {
  display: block;
}
/* line 423, ../sass/whatson/_index.scss */
.whatson .whatson-nav .nav-label {
  position: relative;
  display: block;
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
}
/* line 431, ../sass/whatson/_index.scss */
.whatson .whatson-nav .nav-label:before, .whatson .whatson-nav .nav-label:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #333;
  vertical-align: top;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 449, ../sass/whatson/_index.scss */
.whatson .whatson-nav .nav-label:before {
  margin-top: -2px;
  border-width: 0px 0px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 455, ../sass/whatson/_index.scss */
.whatson .whatson-nav .nav-label:after {
  margin-top: -12px;
  border-width: 1px 1px 0 0;
}
/* line 461, ../sass/whatson/_index.scss */
.whatson .whatson-nav .nav-label.is-open:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 463, ../sass/whatson/_index.scss */
.whatson .whatson-nav .nav-label.is-open:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 468, ../sass/whatson/_index.scss */
.whatson .share {
  padding-bottom: 10px;
  width: 120px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 2px solid #000;
}
@media (max-width: 767px) {
  /* line 479, ../sass/whatson/_index.scss */
  .whatson .tabs {
    display: none;
  }
  /* line 483, ../sass/whatson/_index.scss */
  .whatson .whatson-nav {
    display: block;
  }
}

.contact-thankyou {
  padding-top: 50px;
  min-height: calc(100vh - 550px);
  text-align: center;
}

.contact-thankyou h2 {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
}
