/* Thu, 03 Mar 2022 15:51:37 +0000 (0.0776s) */

html, body {
  margin: 0;
  padding: 0;
  background-color: #fff; }

html, body, p, input, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', sans-serif; }

html {
  font-size: 16px; }

div, section {
  position: relative; }

* {
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

body.basic, body.servicemap {
  margin-top: 40px; }
@media screen and (min-width: 601px) {
  body.basic, body.servicemap {
    margin-top: 100px; } }

body.mouseuser a:focus, body.mouseuser select:focus, body.mouseuser option:focus, body.mouseuser button:focus {
  outline: none; }

div#wrap {
  width: 100%;
  min-height: 100%; }

h1 {
  font-size: 2.6rem;
  font-weight: 700; }

h2 {
  font-size: 1.5rem; }

a, a:visited, a:active {
  color: #006977; }
  a:hover, a:visited:hover, a:active:hover {
    color: #117987; }

header {
  position: fixed;
  z-index: 900;
  left: 0;
  top: 0;
  width: 100vw; }
  header .inner {
    width: 100%;
    height: 40px;
    background-color: #fff; }
  @media screen and (min-width: 601px) {
    header .inner {
      height: 100px; } }
  header .toggle {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0; }
  @media screen and (min-width: 601px) {
    header .toggle {
      width: 100px;
      height: 100px; } }
  header .toggle div {
    background-color: #000;
    position: absolute;
    transition: all 0.2s ease 0s;
    left: 10px;
    height: 3px;
    width: 20px; }
  @media screen and (min-width: 601px) {
    header .toggle div {
      left: 32px;
      height: 5px;
      width: 37px; } }
  header .toggle .l1 {
    top: 11px;
    transform: rotate(0deg) translate(0, 0); }
  @media screen and (min-width: 601px) {
    header .toggle .l1 {
      top: 35px; } }
  header .toggle .l2 {
    top: 18px;
    opacity: 1; }
  @media screen and (min-width: 601px) {
    header .toggle .l2 {
      top: 48px; } }
  header .toggle .l3 {
    top: 25px;
    transform: rotate(0deg) translate(0, 0); }
  @media screen and (min-width: 601px) {
    header .toggle .l3 {
      top: 60px; } }
  header .logo {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: calc(100% - 180px);
    height: 40px;
    margin-left: 40px; }
  @media screen and (min-width: 601px) {
    header .logo {
      width: calc(100% - 300px);
      height: 100px;
      margin-left: 100px; } }
@media screen and (min-width: 768px) {
  header .logo {
    width: calc(100% - 350px); } }
header .logo a {
  font-size: 0;
  color: transparent;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url(../img/sparre.svg);
  display: inline-block;
  vertical-align: top;
  background-position: center center;
  background-size: 100% auto;
  width: 84px;
  height: 40px; }
@media screen and (min-width: 601px) {
  header .logo a {
    width: 164px;
    height: 100px;
    margin-left: 130px; } }
@media screen and (min-width: 768px) {
  header .logo a {
    margin-left: 150px; } }
header .inner .book {
  display: inline-block;
  vertical-align: top;
  background-color: #fce18f;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 0.8rem; }
@media screen and (min-width: 601px) {
  header .inner .book {
    width: 200px;
    height: 100px;
    line-height: 100px;
    font-size: 1rem; } }
@media screen and (min-width: 768px) {
  header .inner .book {
    width: 250px; } }
header .navi {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vw;
  opacity: 0;
  transition: opacity 2s ease 0s; }
  header .navi .left, header .navi .right {
    box-sizing: border-box;
    flex: 50%;
    padding: 40px 20px 20px 20px; }
  @media screen and (min-width: 450px) {
    header .navi .left, header .navi .right {
      padding: 40px 20px 20px 40px; } }
@media screen and (min-width: 601px) {
  header .navi .left, header .navi .right {
    padding: 100px 50px 50px 100px; } }
header .navi .book {
  text-transform: uppercase;
  margin-bottom: 1em; }
  header .navi .items a {
    color: #000;
    display: block;
    max-width: 285px;
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease 0s;
    margin-bottom: 0.9em; }
    header .navi .items a:after {
      font-family: 'FontAwesome';
      content: "\f105";
      position: absolute;
      right: 0; }
    header .navi .items a:hover {
      color: #7bcdda; }
header .navi .language h2 {
  font-weight: 600;
  font-size: 20px; }
header .navi .language a {
  color: #000;
  text-decoration: none;
  display: block;
  transition: color 0.2s ease 0s;
  margin-bottom: 0.9em; }
  header .navi .language a:hover {
    color: #7bcdda; }

body.navi .navi .toggle .l1, body.navi header .toggle .l1 {
  transform: rotate(45deg) translate(5px, 5px); }
body.navi .navi .toggle .l2, body.navi header .toggle .l2 {
  opacity: 0; }
body.navi .navi .toggle .l3, body.navi header .toggle .l3 {
  transform: rotate(-225deg) translate(-5px, 5px); }
@media screen and (min-width: 601px) {
  body.navi .navi .toggle .l1, body.navi header .toggle .l1 {
    transform: rotate(45deg) translate(8px, 8px); }
  body.navi .navi .toggle .l3, body.navi header .toggle .l3 {
    transform: rotate(-225deg) translate(-9px, 9px); } }
body.navi header .navi {
  display: flex;
  opacity: 1; }
  body.navi header .navi .left, body.navi header .navi .right {
    flex: 50%;
    transform: translateX(0); }
  body.navi header .navi .left {
    background-color: #fff; }
  body.navi header .navi .right {
    background-color: #fef5da; }
    body.navi header .navi .right a {
      display: block;
      color: #000;
      text-decoration: none; }

footer {
  background-color: #f4f4f4; }
  footer .inner1, footer .inner2 {
    max-width: 1090px;
    margin: 0 auto; }
  footer .inner1 {
    background-color: #f4f4f4;
    color: #757575;
    display: flex;
    min-height: 228px;
    flex-wrap: wrap; }
    footer .inner1 .col1, footer .inner1 .col2, footer .inner1 .col3 {
      box-sizing: border-box;
      padding: 24px 20px 20px 30px;
      font-size: 0.9rem;
      line-height: 1.4em;
      flex: 1 1 100%; }
    @media screen and (min-width: 500px) {
      footer .inner1 .col1 {
        flex: 1 1 50%; } }
  @media screen and (min-width: 768px) {
    footer .inner1 .col1 {
      flex: 1 1 22.5%; } }
@media screen and (min-width: 500px) {
  footer .inner1 .col2 {
    flex: 1 1 50%; } }
@media screen and (min-width: 768px) {
  footer .inner1 .col2 {
    flex: 1 1 22.3%; } }
@media screen and (min-width: 500px) {
  footer .inner1 .col3 {
    flex: 1 1 100%; } }
@media screen and (min-width: 768px) {
  footer .inner1 .col3 {
    flex: 1 1 50.2%; } }
footer .inner1 a {
  color: #757575;
  text-decoration: none; }
footer .inner1 .icon {
  font-size: 22px;
  margin-right: 5px; }
footer .inner2 {
  background-color: #212121;
  color: #9f9f9f;
  padding: 38px 30px 36px 30px;
  box-sizing: border-box;
  font-size: 0.88rem;
  text-align: center;
  max-width: none; }
@media screen and (min-width: 769px) {
  footer .inner2 {
    padding: 38px 30px 36px 60px;
    /* text-align: left; */ } }
footer .inner2 a {
  color: #9f9f9f;
  text-decoration: none;
  display: block;
  margin: 16px 0; }
@media screen and (min-width: 733px) {
  footer .inner2 a {
    margin: 0 16px;
    display: inline; } }
footer .inner1 a.button {
  border: 0;
  text-transform: uppercase;
  padding: 0 10px;
  background-color: #006977;
  color: #ffffff;
  display: block;
  max-width: 140px;
  text-align: center;
  padding: 10px;
  margin-top: 0.5em; }

section.frontslider {
  height: 580px;
  width: 100%;
  overflow: hidden; }
  section.frontslider .slide {
    background-size: cover;
    background-position: center center;
    height: 580px;
    width: 100%; }
  section.frontslider .slick-slide {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  section.frontslider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 900;
    font-size: 0;
    color: transparent;
    border: 0;
    background-color: transparent;
    background-size: contain;
    cursor: pointer;
    height: 18px;
    width: 99px;
    display: none; }
  @media screen and (min-width: 768px) {
    section.frontslider .slick-arrow {
      display: block; } }
@media screen and (min-width: 950px) {
  section.frontslider .slick-arrow {
    height: 36px;
    width: 140px; } }
section.frontslider .slick-prev {
  left: 0;
  background-image: url(../img/arrow-left.svg);
  background-position: left 20px center; }
@media screen and (min-width: 950px) {
  section.frontslider .slick-prev {
    background-position: left 60px center; } }
section.frontslider .slick-next {
  right: 0;
  background-image: url(../img/arrow-right.svg);
  background-position: right 20px center; }
@media screen and (min-width: 950px) {
  section.frontslider .slick-next {
    background-position: right 60px center; } }
section.frontslider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 23px;
  list-style-type: none;
  padding: 0;
  transform: translateX(-50%); }
  section.frontslider .slick-dots li {
    display: inline-block;
    vertical-align: center;
    margin: 0 5px; }
    section.frontslider .slick-dots li button {
      border: 0;
      color: transparent;
      background-color: #fff;
      transition: background-color 1s ease 0s;
      border-radius: 50%;
      cursor: pointer;
      width: 15px;
      height: 15px; }
  section.frontslider .slick-dots .slick-active button {
    background-color: #facd45; }
section.frontslider .slide .veil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
section.frontslider .slide .inner {
  text-align: center;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  box-sizing: border-box; }
@media screen and (min-width: 768px) {
  section.frontslider .slide .inner {
    padding: 0; } }
section.frontslider .slide .inner h1 {
  padding: 0;
  margin: 0 0 0.1rem 0;
  font-size: 2rem; }
@media screen and (min-width: 768px) {
  section.frontslider .slide .inner h1 {
    font-size: 2.6rem; } }
section.frontslider .slide .inner p {
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.45em; }
section.frontslider .slide .inner a {
  font-size: 1.1rem;
  color: inherit;
  text-decoration: none;
  position: relative; }
  section.frontslider .slide .inner a.readmore {
    display: inline-block;
    margin-top: 1.9em; }
  section.frontslider .slide .inner a:after {
    content: "";
    position: absolute;
    background-color: #facd45;
    height: 5px;
    content: "";
    width: 32px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    transition: width 0.5s ease; }
  section.frontslider .slide .inner a:hover:after {
    width: calc(100% + 30px); }

.sectionheading {
  padding: 2.3rem 30px 2.4rem; }
  .sectionheading .inner {
    max-width: 1036px;
    margin: 0 auto;
    text-align: center;
    background-image: url(../img/dot.svg);
    background-image: url(../img/dot.svg);
    background-repeat: repeat-x;
    background-position: center center; }
    .sectionheading .inner h2 {
      margin: 0;
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      background-color: #fff;
      display: inline-block;
      padding: 0 25px; }

section.postmatrix {
  text-align: center; }
  section.postmatrix .mid {
    max-width: 1036px;
    margin: 0 auto;
    padding: 0 30px; }
  section.postmatrix .inner {
    display: flex;
    flex-direction: row;
    margin: 0 -10px;
    flex-wrap: wrap; }
  section.postmatrix .innerbg {
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 1s ease; }
  section.postmatrix .bg {
    background-size: cover;
    background-position: center center;
    width: 100%;
    overflow: hidden;
    padding-bottom: 66%;
    background-color: #f0f0f0; }
  section.postmatrix.room {
    padding: 0 0 2.5rem; }
    section.postmatrix.room a:hover .innerbg {
      transform: scale(1.1); }
  section.postmatrix .room {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    flex: 1 1 55%;
    text-align: left;
    padding: 0;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 20px;
    padding: 0 10px 20px;
    box-sizing: border-box; }
  @media screen and (min-width: 500px) {
    section.postmatrix .room {
      flex: 0 1 50%; } }
@media screen and (min-width: 900px) {
  section.postmatrix .room {
    flex: 0 1 25%; } }
section.postmatrix .room h3, section.postmatrix .room p {
  text-decoration: none;
  color: #000;
  padding: 0;
  margin: 0; }
section.postmatrix .room h3 {
  font-size: 1.15rem;
  padding: 0.6rem 0 0.3em; }
section.postmatrix .room p {
  line-height: 1.5em; }
section.postmatrix .room .text {
  min-height: 100px; }
section.postmatrix.event {
  margin-bottom: 40px; }
section.postmatrix .event {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  text-align: left;
  padding: 0 10px 20px;
  position: relative;
  display: inline-block;
  position: relative;
  flex: 0 0 25%;
  text-decoration: none;
  color: #000;
  box-sizing: border-box;
  flex: 1 1 100%; }
@media screen and (min-width: 500px) {
  section.postmatrix .event {
    flex: 0 1 50%; } }
@media screen and (min-width: 900px) {
  section.postmatrix .event {
    flex: 0 1 25%;
    padding: 0 10px; } }
section.postmatrix .event h3, section.postmatrix .event p {
  text-decoration: none;
  color: #000;
  padding: 0;
  margin: 0; }
section.postmatrix .event h3 {
  font-size: 1.15rem;
  padding: 0.6rem 0 0.3em; }
section.postmatrix .event p {
  line-height: 1.5em; }
section.postmatrix .event .text {
  margin-top: 1em;
  margin-bottom: 8px; }
section.postmatrix .event .venue, section.postmatrix .event .time {
  color: #006977; }
  section.postmatrix .event .venue i, section.postmatrix .event .time i {
    width: 15px; }
section.postmatrix .event .time {
  line-height: 1.5em; }
section.postmatrix.product .mid {
  max-width: 1036px;
  margin: 0 auto;
  padding: 0 30px; }
section.postmatrix.product .inner {
  min-height: 0;
  padding: 0;
  max-width: none;
  margin: 0 -10px; }
section.postmatrix.product .text {
  min-height: 0; }
section.postmatrix.product h3 {
  font-size: 1rem; }
section.postmatrix.product .bg {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

section.bookingbar {
  text-align: center; }
  section.bookingbar .inner {
    max-width: 1096px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0 30px;
    box-sizing: border-box;
    flex-wrap: wrap;
    max-width: 600px; }
  @media screen and (min-width: 768px) {
    section.bookingbar .inner {
      max-width: 1096px; } }
  section.bookingbar .inner button, section.bookingbar .inner .time, section.bookingbar .inner .adults, section.bookingbar .inner .children {
    border: 0;
    background-color: #f4f4f4;
    text-transform: uppercase;
    height: 45px;
    padding: 0 10px;
    flex: 1 1 50%; }
    section.bookingbar .inner button.submit, section.bookingbar .inner .time.submit, section.bookingbar .inner .adults.submit, section.bookingbar .inner .children.submit {
      background-color: #006977;
      color: #ffffff; }
  section.bookingbar .inner .label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    pointer-events: none;
    background-color: #f4f4f4;
    text-align: center; }
  @media screen and (min-width: 768px) {
    section.bookingbar .inner div {
      border-right: 1px solid #d8d8d8; } }
  section.bookingbar .inner .pop {
    padding: 10px;
    display: block;
    background-color: #f4f4f4;
    z-index: 900;
    border: 0;
    overflow-y: scroll;
    max-height: 370px;
    height: 100vh;
    width: 360px;
    display: none; }
  section.bookingbar .inner select {
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    height: 100%; }
  @media screen and (min-width: 768px) {
    section.bookingbar .inner .time {
      flex: 1 1 18%; }
    section.bookingbar .inner .adults {
      flex: 1 1 18%; }
    section.bookingbar .inner .children {
      flex: 1 1 18%; }
    section.bookingbar .inner .type {
      flex: 1 1 18%; }
    section.bookingbar .inner .submit {
      flex: 1 1 28%;
      border-right: none; } }
  section.bookingbar .calendar {
    border: 0;
    height: auto; }
    section.bookingbar .calendar div {
      height: auto;
      border: 0; }
    section.bookingbar .calendar .day, section.bookingbar .calendar .month {
      height: auto;
      border: 0; }
    section.bookingbar .calendar .day {
      flex: 0 0 14%;
      text-align: center;
      padding: 0; }
    section.bookingbar .calendar button {
      background-color: #d0d0d0;
      border: 1px solid #d0d0d0;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      margin: 5px 0;
      padding: 0;
      cursor: pointer; }
    section.bookingbar .calendar .day.past button {
      border-color: transparent;
      background-color: transparent;
      cursor: default;
      opacity: 0.5; }
    section.bookingbar .calendar .day.now button {
      border: 1px solid #d0d0ff;
      font-weight: bold; }
    section.bookingbar .calendar .day.start {
      background-image: url(../img/mid.svg);
      background-position: 30px center;
      background-size: auto 16px; }
      section.bookingbar .calendar .day.start button {
        border: 1px solid #5b5; }
    section.bookingbar .calendar .day.mid {
      background-image: url(../img/mid.svg);
      background-position: center center;
      background-repeat: repeat-x;
      background-size: auto 16px; }
    section.bookingbar .calendar .day.end {
      background-image: url(../img/mid.svg);
      background-position: -40px center;
      background-size: auto 16px; }
      section.bookingbar .calendar .day.end button {
        border: 1px solid #5b5; }
    section.bookingbar .calendar .month {
      display: flex;
      flex-wrap: wrap; }
      section.bookingbar .calendar .month h4 {
        display: block;
        flex: 0 0 100%; }
  section.bookingbar .spacer-6 {
    flex: 0 0 84%; }
  section.bookingbar .spacer-5 {
    flex: 0 0 70%; }
  section.bookingbar .spacer-4 {
    flex: 0 0 56%; }
  section.bookingbar .spacer-3 {
    flex: 0 0 42%; }
  section.bookingbar .spacer-2 {
    flex: 0 0 28%; }
  section.bookingbar .spacer-1 {
    flex: 0 0 14%; }

section.linkblock h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0; }
section.linkblock p {
  font-size: 0.9rem;
  line-height: 1.4em; }
section.linkblock .arrow {
  background-image: url(../img/shortarrow-right.svg);
  background-size: 100% auto;
  width: 22px;
  height: 18px;
  margin: 1.5em auto 0;
  transform: translateX(0);
  transition: transform 0.5s ease; }
section.linkblock .mid {
  max-width: 1036px;
  margin: 0 auto;
  overflow: hidden; }
section.linkblock .inner {
  margin: 0 -15px; }
section.linkblock .half-image, section.linkblock .full-image, section.linkblock .full-separate, section.linkblock .fullwidth {
  margin-bottom: 30px; }
section.linkblock .half-image, section.linkblock .full-image {
  background-size: cover;
  background-position: center center;
  height: 300px;
  margin-left: 15px;
  margin-right: 15px;
  color: #fff;
  position: relative;
  overflow: hidden; }
  section.linkblock .half-image .inner, section.linkblock .full-image .inner {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3); }
  section.linkblock .half-image .text, section.linkblock .full-image .text {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; }
section.linkblock .half-image {
  display: block;
  position: relative; }
@media screen and (min-width: 900px) {
  section.linkblock .half-image {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 30px); } }
section.linkblock .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: transform 1s ease; }
section.linkblock .full-image {
  display: block; }
section.linkblock .full-separate {
  display: block; }
  section.linkblock .full-separate .image, section.linkblock .full-separate .text {
    background-size: cover;
    background-position: center center; }
  @media screen and (min-width: 768px) {
    section.linkblock .full-separate .image, section.linkblock .full-separate .text {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      min-height: 300px; } }
  section.linkblock .full-separate .image {
    overflow: hidden;
    height: 300px;
    background-position: center center; }
  @media screen and (min-width: 768px) {
    section.linkblock .full-separate .image {
      width: calc(50% - 30px);
      margin-left: 15px; } }
  section.linkblock .full-separate .text {
    box-sizing: border-box;
    position: relative;
    color: #000;
    text-decoration: none; }
    section.linkblock .full-separate .text .inner {
      position: relative;
      box-sizing: border-box;
      padding: 0 30px;
      margin: 0;
      text-align: center; }
    @media screen and (min-width: 768px) {
      section.linkblock .full-separate .text .inner {
        text-align: left;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 60px;
        padding-right: 30px; } }
    section.linkblock .full-separate .text p, section.linkblock .full-separate .text h3 {
      text-decoration: none; }
  section.linkblock .full-separate .arrow {
    background-image: url(../img/shortarrow-right-black.svg);
    margin: 1.5em auto 0; }
  @media screen and (min-width: 768px) {
    section.linkblock .full-separate .arrow {
      margin: 1.5em 0 0; } }
section.linkblock .fullwidth {
  display: block;
  background-color: #fce18f;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 60px 20px;
  background-image: url(../img/arrow-right-black.svg);
  background-size: 100px 30px;
  background-position: right 50px center; }
  section.linkblock .fullwidth p, section.linkblock .fullwidth h3 {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto; }
section.linkblock a:hover .arrow {
  transform: translateX(15px); }
section.linkblock a:hover .bg {
  transform: scale(1.1); }

section.serviceguide {
  margin: 0 0 25px; }
  section.serviceguide .inner {
    max-width: 1038px;
    margin: 0 auto;
    padding: 32px 40px 34px;
    background-color: #006977;
    color: #fff;
    box-sizing: border-box;
    text-align: center; }
  @media screen and (min-width: 1024px) {
    section.serviceguide .inner {
      text-align: left; } }
  section.serviceguide .heading, section.serviceguide .field {
    display: block; }
  @media screen and (min-width: 680px) {
    section.serviceguide .heading, section.serviceguide .field {
      display: inline-block;
      vertical-align: middle; } }
  section.serviceguide .heading {
    font-size: 35px;
    font-weight: 700;
    line-height: 1em; }
  @media screen and (min-width: 680px) {
    section.serviceguide .heading {
      margin-right: 50px; } }
@media screen and (min-width: 1024px) {
  section.serviceguide .heading {
    margin-right: 10px;
    width: auto; } }
section.serviceguide .field {
  font-size: 24px;
  margin-top: 28px; }
@media screen and (min-width: 680px) {
  section.serviceguide .field {
    margin-top: 8px;
    width: 450px; } }
section.serviceguide select {
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  height: 1.7em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
@media screen and (min-width: 680px) {
  section.serviceguide select {
    max-width: 360px; } }

section.instagrammatrix {
  padding-bottom: 9px; }
  section.instagrammatrix .mid {
    margin: 0 auto;
    max-width: 1038px;
    padding: 0 30px; }
  section.instagrammatrix .inner {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap; }
    section.instagrammatrix .inner a {
      padding-bottom: 100%;
      display: block;
      background-size: cover;
      background-position: center center;
      position: relative; }
    section.instagrammatrix .inner .post {
      flex: 1 1 50%;
      padding: 15px;
      box-sizing: border-box; }
    @media screen and (min-width: 600px) {
      section.instagrammatrix .inner .post {
        flex: 1 1 25%; } }
    section.instagrammatrix .inner .post .veil {
      opacity: 0;
      background-color: #66a5ad;
      color: #fff;
      display: flex;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      align-items: center;
      justify-content: center;
      transition: opacity 0.2s ease 0s; }
    section.instagrammatrix .inner .post:hover .veil {
      opacity: 0.7; }

section.subpageheading {
  min-height: 340px;
  background-color: #fce18f;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  box-sizing: border-box; }
  section.subpageheading .veil {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  section.subpageheading.noimage .veil {
    display: none; }
  section.subpageheading .inner {
    width: 100%; }
    section.subpageheading .inner h1 {
      text-align: center;
      color: #fff;
      position: relative;
      margin: 0;
      word-break: break-word; }

body.servicemap section.basic {
  position: fixed;
  height: calc(100% - 105px);
  overflow: hidden; }
body.servicemap section.basic > .inner {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%; }
@media screen and (min-width: 600px) {
  body.servicemap section.basic > .inner {
    flex-direction: row; } }
body.servicemap #map {
  flex: 1 1 40%;
  position: relative;
  overflow: hidden; }
body.servicemap #list {
  flex: 1 1 60%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: scroll; }
body.servicemap .service {
  flex: 0 1 100%;
  padding: 20px;
  box-sizing: border-box; }
@media screen and (min-width: 500px) {
  body.servicemap .service {
    flex: 0 1 50%; } }
@media screen and (min-width: 600px) {
  body.servicemap .service {
    flex: 0 1 300px;
    padding: 30px; } }
body.servicemap .service button {
  border: 0;
  box-sizing: border-box;
  background-color: transparent; }
body.servicemap .service .image {
  width: 50%;
  height: 100px;
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.5s ease 0s;
  margin: 0 auto; }
@media screen and (min-width: 600px) {
  body.servicemap .service .image {
    width: 100%;
    height: 200px;
    margin: 0; } }
body.servicemap .service .counter {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  background-color: #c0c0c0;
  color: #000;
  z-index: 1;
  left: 16px;
  top: 11px;
  padding: 8px 0 0;
  font-size: 20px;
  box-sizing: border-box;
  transition: background-color 0.5s ease 0s; }
  body.servicemap .service.selected .counter {
    background-color: #fce18f; }
  body.servicemap .service.selected .image {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); }
body.servicemap .service > a {
  text-align: center;
  color: #000;
  text-decoration: none;
  display: block;
  background-image: url(../img/shortarrow-right-black.svg);
  background-position: right center;
  background-size: auto 8px;
  width: 100px;
  font-size: 14px;
  margin: 0 auto; }

section.article .inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 30px;
  min-height: 400px; }
  section.article .inner p {
    line-height: 1.4em; }
  section.article .inner h2, section.article .inner h3 {
    margin-top: 1.4em; }
section.article .meta {
  display: flex; }
  section.article .meta .title, section.article .meta .image {
    box-sizing: border-box; }
  section.article .meta .title {
    flex: 0 1 44%;
    padding-right: 30px; }
  section.article .meta .image {
    flex: 0 1 56%; }
    section.article .meta .image .thumb {
      background-size: cover;
      background-position: center center; }
section.article .inner .button {
  border: 0;
  text-transform: uppercase;
  padding: 0 10px;
  background-color: #006977;
  color: #ffffff;
  display: block;
  max-width: 140px;
  text-align: center;
  padding: 10px;
  margin-top: 0.5em;
  text-decoration: none; }

section.product .inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 30px;
  min-height: 400px; }
section.product .meta {
  display: flex; }
  section.product .meta .title, section.product .meta .image {
    box-sizing: border-box; }
  section.product .meta .title {
    flex: 0 1 44%;
    padding-right: 30px; }
  section.product .meta .image {
    flex: 0 1 56%; }
    section.product .meta .image .thumb {
      background-size: cover;
      background-position: center center; }
section.product .inner .button {
  border: 0;
  text-transform: uppercase;
  padding: 0 10px;
  background-color: #006977;
  color: #ffffff;
  display: block;
  max-width: 140px;
  text-align: center;
  padding: 10px;
  margin-top: 0.5em;
  text-decoration: none; }
section.product .inner .gallery {
  margin: 2em 0; }
section.product .inner .variations {
  display: flex;
  flex-direction: row;
  padding-top: 2em;
  flex-wrap: wrap; }
  section.product .inner .variations .variation {
    flex: 0 1 200px;
    background-color: #f0f0f0;
    padding: 15px 15px 70px;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
    border: 5px solid #fff; }
    section.product .inner .variations .variation .button {
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
section.product .terms {
  font-size: 0.8rem;
  font-weight: 600; }

section.basic .roomtypelist {
  padding: 20px 0 0; }
  section.basic .roomtypelist .roomtype {
    display: flex;
    flex-direction: column;
    padding: 30px 0; }
  @media screen and (min-width: 600px) {
    section.basic .roomtypelist .roomtype {
      flex-direction: row; } }
  section.basic .roomtypelist .image {
    padding-bottom: 50%;
    flex: 1 1 50%;
    background-size: cover;
    background-position: center center;
    margin: 0 20px 20px 0;
    box-sizing: border-box; }
  @media screen and (min-width: 600px) {
    section.basic .roomtypelist .image {
      padding-bottom: 0;
      margin: 0 20px 0 0; } }
  section.basic .roomtypelist .details {
    flex: 1 1 50%; }
  section.basic .roomtypelist h2 {
    margin-top: 0;
    text-transform: capitalize; }
  section.basic .roomtypelist ul, section.basic .roomtypelist li {
    list-style-type: none; }
  section.basic .roomtypelist li {
    padding: 0.5em 0 0.5em 40px;
    position: relative; }
  @media screen and (min-width: 769px) {
    section.basic .roomtypelist li {
      display: inline-block; } }
  section.basic .roomtypelist ul {
    padding: 20px; }
  @media screen and (min-width: 769px) {
    section.basic .roomtypelist ul {
      column-count: 2; } }
  section.basic .roomtypelist i {
    background-color: #f0f0f0;
    padding: 6px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-size: 12px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

figure.wp-block-image {
  margin-left: 0;
  margin-right: 0; }
  figure.wp-block-image img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

.event-detail {
  padding: 0.3em 0;
  margin: 0; }
  .event-detail p {
    padding: 0;
    margin: 0 0 0.5em; }
  .event-detail .label {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 0 0.4em 0.2em;
    margin: 0; }

.inner .woocommerce #respond input#submit.alt, .inner .woocommerce a.button.alt, .inner .woocommerce button.button.alt, .inner .woocommerce input.button.alt {
  background-color: #006977;
  font-size: 0.9rem;
  line-height: 1.4em;
  font-weight: 500; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #006977;
  color: #fff; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 3px 5px; }

.cartindicator {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: all 0.2s ease 0s; }
@media screen and (min-width: 600px) {
  .cartindicator {
    right: 20px;
    bottom: 20px; } }
.cartindicator:hover {
  right: 12px;
  bottom: 12px; }
@media screen and (min-width: 600px) {
  .cartindicator:hover {
    right: 22px;
    bottom: 22px; } }
.cartindicator a {
  display: block;
  color: #fff;
  padding: 20px;
  border-radius: 50%;
  box-shadow: 0 0 5px #000;
  font-size: 30px;
  line-height: 30px;
  transition: all 0.2s ease 0s;
  background-color: #006977;
  cursor: pointer; }
  .cartindicator a:hover {
    box-shadow: 0 0 8px #000;
    color: #fff; }

body.cartnonempty .cartindicator {
  display: block; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 0.9rem !important;
  font-family: 'Work Sans', sans-serif !important;
  background-color: #006977 !important;
  color: #fff !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  cursor: pointer; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #006977 !important;
  color: #fff !important; }

.giftcard-detail {
  padding: 10px;
  box-sizing: border-box; }
  .giftcard-detail label {
    font-size: 12px; }
  .giftcard-detail input {
    padding: 3px 5px;
    margin-top: 5px;
    max-width: 250px;
    width: 100%; }
