@charset "UTF-8";
/*!
Theme Name:Trunk 2016
Theme URI: http://www.trunktown.com.au/
Description: A theme for WordPress.
Author: Sam Morgan design by SeeSaw 
Author URI: http://www.svmorgan.com
Version: 1.1
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "CenturyGothic-Bold";
  src: url("fonts/CenturyGothic-Bold/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/CenturyGothic-Bold/CenturyGothic-Bold.woff") format("woff"), url("fonts/CenturyGothic-Bold/CenturyGothic-Bold.ttf") format("truetype"), url("fonts/CenturyGothic-Bold/CenturyGothic-Bold.svg#CenturyGothic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PicaRegularSWFTE";
  src: url("fonts/PicaRegularSWFTE/PicaRegularSWFTE.eot?#iefix") format("embedded-opentype"), url("fonts/PicaRegularSWFTE/PicaRegularSWFTE.woff") format("woff"), url("fonts/PicaRegularSWFTE/PicaRegularSWFTE.ttf") format("truetype"), url("fonts/PicaRegularSWFTE/PicaRegularSWFTE.svg#PicaRegularSWFTE") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PicaBoldSWFTE";
  src: url("fonts/PicaBoldSWFTE/PicaBoldSWFTE.eot?#iefix") format("embedded-opentype"), url("fonts/PicaBoldSWFTE/PicaBoldSWFTE.woff") format("woff"), url("fonts/PicaBoldSWFTE/PicaBoldSWFTE.ttf") format("truetype"), url("fonts/PicaBoldSWFTE/PicaBoldSWFTE.svg#PicaBoldSWFTE") format("svg");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body.scrolllock {
  overflow: hidden;
}

p {
  margin: 0 0 1em;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
div:focus,
a:focus {
  outline: none;
}

.fadein_bg {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.fadein_bg.loaded {
  opacity: 1;
}

.hide-button {
  opacity: 0;
  pointer-events: none;
}

header {
  height: 100vh;
  position: relative;
  z-index: 4;
}
header:after {
  content: "";
  height: 50px;
  bottom: 0;
  width: 100%;
  background: #fff;
  left: 0;
  position: absolute;
}

.redirection_logo {
  position: absolute;
  z-index: 999;
  top: 40px;
  right: 40px;
  width: 120px;
}


@media screen and (max-width: 900px) {
  .redirection_logo {
    top: 60px;
    width: 105px;
    right: 40px;

  } 
}

@media screen and (max-width: 480px) {
  .redirection_logo {
    top: 60px;
    width: 67px;
    right: 20px;
  } 
}

.check_menu_button {
  background: url(images/check-menu-button.svg) no-repeat center;
  border: 1px solid #71A087;
  background-color: #71A087;
  border-radius: 5px;
  width: 200px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: fixed;
  z-index: -1;
  bottom: 30%;
  left: 50%;
  transition: opacity ease 0.3s;
  transform: translateX(-50%);
}
.check_menu_button svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
}

.mobilewrap {
    top: 0%;
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.is-mobile .mobilewrap {
  position: absolute;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.is-mobile header {
  height: 100%;
}

.header_image {
  width: 100%;
  padding: 25px 25px 51px;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
}
.header_image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header_image .overlay img {
  opacity: 1;
  transition: opacity 0.3s;
  max-width: 90%;
}
.header_image .slider {
  width: auto;
  height: 100%;
  position: relative;
  top: 0;
}
.header_image .slider .slick-list,
.header_image .slider .slick-track {
  height: 100%;
}
.header_image .slider .slick-list .slide,
.header_image .slider .slick-track .slide {
  background-size: cover;
  background-position: center;
}
.header_image.hide_heading img {
  opacity: 0;
}

.background-video {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0;
  transition: opacity 1s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.background-video.loaded {
  opacity: 1;
}

.video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #000;
  background-size: cover;
  background-position: center;
}

.seo-title {
  text-indent: -999999px;
  width: 0;
  height: 0;
  display: block;
}

.desktop_nav {
  padding: 0 55px;
  box-sizing: border-box;
  z-index: 4;
  height: 76px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.main_menu {
  display: block;
  height: 100%;
  font-size: 14px;
}
.main_menu li {
  display: block;
  float: left;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
  width: 14.2857142857%;
}
.main_menu li:after {
  content: "";
  width: 1px;
  height: 46px;
  border-right: 1px dashed #bfbfbf;
  position: absolute;
  right: 0;
  top: 19px;
}
.main_menu li.last:after {
  display: none;
}
.main_menu li a,
.main_menu li .center_tab {
  background: #000;
  color: #fff;
  height: 76px;
  display: block;
  text-align: center;
}
.main_menu li a:before, .main_menu li a:after,
.main_menu li .center_tab:before,
.main_menu li .center_tab:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
}
.main_menu li a:before,
.main_menu li .center_tab:before {
  background: url(images/tab.svg) no-repeat top left;
}
.main_menu li a:after,
.main_menu li .center_tab:after {
  background: url(images/tab.svg) no-repeat top right;
}
.main_menu li .center_tab {
  position: relative;
}
.main_menu li .center_tab:before {
  left: -10px;
}
.main_menu li .center_tab:after {
  right: -10px;
}
.main_menu li a {
  line-height: 76px;
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.main_menu li a:before {
  left: 0;
}
.main_menu li a:after {
  right: 0;
}
.main_menu .logo {
  width: 132px;
  display: none;
}

.menu_link .pointer {
  fill: #fff;
  display: block;
  margin: 45px auto 0;
  width: 70px;
  padding: 0 0 12px;
  border-bottom: 4px solid #fff;
  transition: all 0.3s;
}
.menu_link:hover .pointer {
  fill: #d03238;
  border-bottom: 4px solid #d03238;
}

.menus {
  height: 480px;
  background: #000;
  position: absolute;
  bottom: 0;
  height: 0;
  overflow: hidden;
  width: calc(100% - 110px);
  transition: height 0.3s;
}
.menus .half {
  width: 50%;
  position: absolute;
  top: 0;
  text-align: center;
  height: 480px;
}
.menus .half.left {
  left: 0;
}
.menus .half.right {
  right: 0;
}
.menus .menu_logo {
  fill: #fff;
  width: 210px;
  height: 155px;
}
.menus a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin: 85px 0 0;
}
.menus h3 {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2em;
  margin: 0 0 25px;
}

.locked .menus {
  position: relative;
  width: 100%;
}
.locked .menus .half {
  top: auto;
  bottom: 0;
}

.desktop_nav {
  transition: height 0.3s;
}

.menus_open.desktop_nav {
  height: 556px;
}
.menus_open .menus {
  height: 480px;
}

.blog .desktop_nav,
.single-post .desktop_nav,
.locked.desktop_nav {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0px;
}
.blog .desktop_nav .main_menu li:after,
.single-post .desktop_nav .main_menu li:after,
.locked.desktop_nav .main_menu li:after {
  top: 11px;
}
.blog .desktop_nav .main_menu li a:before,
.blog .desktop_nav .main_menu li .center_tab:before,
.single-post .desktop_nav .main_menu li a:before,
.single-post .desktop_nav .main_menu li .center_tab:before,
.locked.desktop_nav .main_menu li a:before,
.locked.desktop_nav .main_menu li .center_tab:before {
  background: url(images/tab.svg) no-repeat bottom left;
}
.blog .desktop_nav .main_menu li a:after,
.blog .desktop_nav .main_menu li .center_tab:after,
.single-post .desktop_nav .main_menu li a:after,
.single-post .desktop_nav .main_menu li .center_tab:after,
.locked.desktop_nav .main_menu li a:after,
.locked.desktop_nav .main_menu li .center_tab:after {
  background: url(images/tab.svg) no-repeat bottom right;
}
.blog .desktop_nav .clock_wrap,
.single-post .desktop_nav .clock_wrap,
.locked.desktop_nav .clock_wrap {
  display: none;
}
.blog .desktop_nav .logo,
.single-post .desktop_nav .logo,
.locked.desktop_nav .logo {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.blog .desktop_nav .logo svg,
.single-post .desktop_nav .logo svg,
.locked.desktop_nav .logo svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}

.flip_container {
  perspective: 1000;
  display: inline-block;
  position: relative;
  margin: 29px 10px 0 0;
}

/* flip the pane when hovered */
.menu_list_2 .flip_container .flipper {
  transform: rotateY(180deg);
}

.flip_container, .flipper, .front, .back {
  width: 34px;
  height: 16px;
}

/* flip speed goes here */
.flipper {
  transition: 0.3s;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.front svg, .back svg {
  fill: #fff;
  width: 34px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.find_us svg {
  width: 32px;
  height: 30px;
  fill: #fff;
}

.main_menu .list_1 {
  display: block;
}
.main_menu .list_2 {
  display: none;
}
.main_menu.menu_list_2 .list_1 {
  display: none;
}
.main_menu.menu_list_2 .list_2 {
  display: block;
}

.mobile_nav {
  display: none;
}

.clock {
  width: 26px;
  height: 26px;
  position: absolute;
  border: 14px solid #000;
  border-radius: 50%;
  top: -28px;
  background: #000;
  left: 50%;
  margin: 0 0 0 -27px;
}
.clock svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  fill: #fff;
}

.clock_wrap {
  height: 100%;
}

.status_wrap {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.status_wrap .status_inner {
  display: table-cell;
  vertical-align: middle;
}
.status_wrap .status {
  display: none;
  font-family: "PicaRegularSWFTE";
  font-weight: normal;
  line-height: 1.2em;
  text-transform: none;
}

.intro {
  text-align: center;
  padding: 90px 0 45px;
  font-size: 33px;
  line-height: 1.2em;
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
  position: relative;
  background: #fff;
  z-index: 1;
}
.intro a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
.intro a:hover {
  color: #ef8f7a;
}
.intro svg {
  margin: 0 auto 35px;
  display: block;
}
.intro small {
  font-size: 27px;
}
.intro .wrap {
  max-width: 850px;
  margin: 0 auto;
}

.home .intro,
.home #hover-slider {
  transform: translate3d(0, 0, 0);
}

.spaces_intro,
.spaces_funktions {
  height: 100vh;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.spaces_intro .headline,
.spaces_funktions .headline {
  font-size: 27px;
  line-height: 32px;
  font-family: "PicaRegularSWFTE";
  font-weight: normal;
  max-width: 450px;
  margin: 0 auto;
}
.spaces_intro .buttons,
.spaces_funktions .buttons {
  text-align: center;
  margin: 30px 0 0;
  display: block;
}
.spaces_intro .buttons a,
.spaces_funktions .buttons a {
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
  margin: 0 26px;
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}
.spaces_intro .buttons a span,
.spaces_funktions .buttons a span {
  display: inline-block;
  border-bottom: 2px solid;
  padding: 5px 0 2px;
}

.vhmin {
  padding: 80px 0;
}

.spaces_intro {
  overflow: hidden;
  border: 25px solid #fff;
  box-sizing: border-box;
}
.spaces_intro .left,
.spaces_intro .right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  height: 100%;
}
.spaces_intro .space_logo {
  margin: 0 auto 20px;
  display: block;
}
.spaces_intro .opening_hours {
  font-size: 14px;
  line-height: 17px;
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 45px;
}

.the-diner .spaces_intro .headline {
  color: #fff;
}

.spaces_image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.spaces_funktions {
  margin: -25px 0 0;
  border: 25px solid #fff;
  position: relative;
  min-height: 950px;
  height: 100%;
}
.spaces_funktions .table {
  position: relative;
}
.spaces_funktions .table .cell {
  padding: 75px;
  box-sizing: border-box;
}
.spaces_funktions .funktions {
  border-width: 12px;
  width: 620px;
  min-height: 800px;
  padding: 75px;
  box-sizing: border-box;
  margin: 0 auto;
  border-image: url(images/border-image-white.svg) 12 fill stretch;
}
.spaces_funktions .funktions h3, .spaces_funktions .funktions h4 {
  text-transform: uppercase;
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.spaces_funktions .funktions h3 {
  font-size: 70px;
  line-height: 84px;
}
.spaces_funktions .funktions h4 {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 40px;
}
.spaces_funktions .funktions .text {
  text-align: left;
  font-size: 15px;
  line-height: 18px;
  font-family: "PicaRegularSWFTE";
  font-weight: normal;
}
.spaces_funktions .funktions_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* entire container, keeps perspective */
.flip-container {
  perspective: 2000px;
}

/* flip the pane when hovered */
.flip-container.open .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container, .flipper, .front, .back {
  width: 100%;
  height: 100%;
}

.cols2 .col {
  width: 50%;
  display: inline-block;
}
.cols2 .subscribe {
  padding: 0 0 0 25px;
  background: #fff;
}
.cols2 .make_a_reservation {
  padding: 0 25px 0 0;
  box-sizing: border-box;
}

.make_a_reservation {
  background: #fff;
  position: relative;
  z-index: 1;
}
.make_a_reservation .bookings {
  background-size: cover;
  background-position: center;
  padding: 0 24px;
  box-sizing: border-box;
  background: #ab162b;
  text-align: center;
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  height: 360px;
}
.make_a_reservation .bookings img {
  max-width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#hover-slider {
  position: relative;
  height: 100vh;
  box-sizing: border-box;
  padding: 0 25px;
  background: #fff;
}
#hover-slider .hover_slider_inner {
  position: relative;
  height: 100%;
}
#hover-slider .hover_slider_inner .slide {
  width: 25%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
  cursor: pointer;
}
#hover-slider .hover_slider_inner .slide svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
#hover-slider .hover_slider_inner .slide#slide-1 {
  left: 0;
}
#hover-slider .hover_slider_inner .slide#slide-2 {
  left: 25%;
}
#hover-slider .hover_slider_inner .slide#slide-3 {
  left: 50%;
}
#hover-slider .hover_slider_inner .slide#slide-4 {
  left: 75%;
}
#hover-slider .hover_slider_inner.venues .slide {
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#03000000", endColorstr="#a6000000",GradientType=0 );
  transition: background 0.3s;
  color: #fff;
}
#hover-slider .hover_slider_inner.venues .slide .panel_content {
  position: absolute;
  padding: 30px 10px;
  width: 100%;
  top: 100%;
  transform: translate3d(0, -100%, 0);
  transition: all 0.3s;
}
#hover-slider .hover_slider_inner.venues .slide .panel_graphic {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1s 0s;
}
#hover-slider .hover_slider_inner.venues .slide .panel_text {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s 0s;
  padding: 0 10px;
}
#hover-slider .hover_slider_inner.venues .slide .panel_text p {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}
#hover-slider .hover_slider_inner.venues .slide .sub_heading {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s 0s;
  padding: 0 10px;
}
#hover-slider .hover_slider_inner.venues .slide .sub_heading p {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}
#hover-slider .hover_slider_inner.venues .slide .panel_content,
#hover-slider .hover_slider_inner.venues .slide .panel_text,
#hover-slider .hover_slider_inner.venues .slide .sub_heading {
  box-sizing: border-box;
}
#hover-slider .hover_slider_inner.venues .slide .heading {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  width: 100%;
}
#hover-slider .hover_slider_inner.venues .slide:hover {
  background: rgba(0, 0, 0, 0.65);
}
#hover-slider .hover_slider_inner.venues .slide:hover .panel_content {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: all 0.3s 0.3s;
}
#hover-slider .hover_slider_inner.venues .slide:hover .panel_graphic {
  opacity: 1;
  transition: opacity 1s 0.3s;
}
#hover-slider .hover_slider_inner.venues .slide:hover .panel_text {
  opacity: 1;
  transition: opacity 0.3s 0.6s;
}
#hover-slider .hover_slider_inner.venues .slide:hover .sub_heading {
  opacity: 1;
  transition: opacity 0.3s 0.6s;
}
#hover-slider .eat_and_drink .slide img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.hover-slider-mobile-fallback {
  display: none;
  width: 100%;
  background: #edefde;
}
.hover-slider-mobile-fallback a, .hover-slider-mobile-fallback svg {
  display: block;
}
.hover-slider-mobile-fallback svg {
  width: 100%;
  height: auto;
}

#hover-slider.slide-1 #slide-1,
#hover-slider.slide-2 #slide-2,
#hover-slider.slide-3 #slide-3,
#hover-slider.slide-4 #slide-4,
#hover-slider.slide-1 .backgrounds .bg.slide-1,
#hover-slider.slide-2 .backgrounds .bg.slide-2,
#hover-slider.slide-3 .backgrounds .bg.slide-3,
#hover-slider.slide-4 .backgrounds .bg.slide-4 {
  opacity: 1;
}

#hover-slider.slide-1 .panels .bg,
#hover-slider.slide-2 .panels .bg,
#hover-slider.slide-3 .panels .bg,
#hover-slider.slide-4 .panels .bg {
  opacity: 0;
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s;
}

.panels .bg {
  opacity: 1;
}

.panels {
  color: #fff;
}
.panels p {
  font-size: 31px;
  line-height: 1.2em;
  font-family: "PicaRegularSWFTE";
  font-weight: normal;
}
.panels h2 {
  font-size: 120px;
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1em;
}

.table {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}
.table .cell {
  display: table-cell;
  vertical-align: middle;
}

footer {
  padding: 0 25px 25px;
  z-index: 1;
  position: relative;
  height: 365px;
}
footer .footer_contents {
  background: #71a087;
  color: #fff;
  padding: 55px 0 35px;
}
footer p {
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
}
footer .col {
  width: 24%;
  padding-left: 55px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
footer .col h3 {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 19px;
  margin: 0 0 1em;
}
footer .col p {
  color: #fff;
}
footer .col p a {
  color: #fff;
  border-bottom: 2px solid;
  display: inline;
  text-decoration: none;
}
footer .social_contact {
  padding: 55px 55px 0;
  overflow: hidden;
}
footer .social_contact .social {
  float: left;
}
footer .social_contact .social li {
  display: inline-block;
  margin: 0 15px 0 0;
}
footer .social_contact .social li a {
  display: block;
}
footer .social_contact .social li svg {
  fill: #fff;
  display: block;
}
footer .social_contact .contact {
  float: right;
}
footer .social_contact .contact svg {
  fill: #fff;
  vertical-align: top;
}
footer .social_contact .contact a {
  color: #fff;
  text-decoration: none;
}
footer .social_contact .contact a.email {
  margin: 0 0 0 0.5em;
}

.home .subscribe {
  height: calc(100vh - 390px);
  min-height: 450px;
}

.subscribe {
  height: 360px;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 19px;
  line-height: 19px;
  position: relative;
}
.subscribe form {
  width: 380px;
  height: 326px;
  display: block;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.subscribe form svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.subscribe form .subscribe_content {
  position: relative;
  z-index: 1;
  top: 74px;
}
.subscribe form h4 {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 6px;
}
.subscribe form input {
  background: none;
  border: 0 none;
  border-bottom: 3px solid #000;
  text-align: center;
  font-size: 19px;
  line-height: 19px;
  padding: 0;
}
.subscribe form input[type=submit] {
  background: url(images/lips.svg) no-repeat center;
  width: 50px;
  height: 37px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 0;
  display: block;
  margin: 17px auto 0;
}
.subscribe form input::-webkit-input-placeholder {
  color: #848484;
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
}
.subscribe form input:-moz-placeholder {
  /* Firefox 18- */
  color: #848484;
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
}
.subscribe form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #848484;
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
}
.subscribe form input:-ms-input-placeholder {
  color: #848484;
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
}
.subscribe form .inputwrap,
.subscribe form input#mce-EMAIL {
  width: 210px;
  margin: 0 auto;
}
.subscribe form .inputwrap {
  position: relative;
}
.subscribe form .thankyou {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 19px;
  line-height: 19px;
  background: #fff;
}

.subscribe_inner {
  height: 100%;
  background: #fff;
}
.subscribe_inner.no_parallax {
  background-image: url(images/subscribe-background.jpg);
  background-size: cover;
  background-position: center;
}

.follow_us {
  position: relative;
  overflow: hidden;
  height: 360px;
  border-right: 25px solid #fff;
  box-sizing: border-box;
  background: #fff;
}
.follow_us #instafeed {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.follow_us .follow_us_button {
  position: absolute;
  width: 348px;
  height: 110px;
  left: 50%;
  top: 50%;
  margin: -55px 0 0 -174px;
  background: url(images/follow-us-bg.svg) no-repeat center;
  text-decoration: none;
  color: #000;
  box-sizing: border-box;
  text-align: center;
}
.follow_us .follow_us_button .wrap {
  display: block;
  margin: 30px auto 0;
}
.follow_us .follow_us_button svg {
  fill: #d03238;
  display: inline-block;
  vertical-align: middle;
}
.follow_us .follow_us_button .text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.follow_us .follow_us_button .text p {
  margin: 0;
}
.follow_us .follow_us_button .text h5 {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
}

#instafeed {
  background: #999;
  overflow: hidden;
}
#instafeed img {
  width: 33.33%;
  height: auto;
  display: block;
  float: left;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}

.services {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  min-height: 1040px;
  margin: -25px 0 0;
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
}
.services .table {
  background: #e7ece7;
}
.services .table .cell {
  padding: 50px 0;
}
.services .vhmin {
  padding: 0;
}
.services .highlight {
  display: block;
  margin: 0 auto 100px;
  max-width: 400px;
}
.services ul {
  width: 1520px;
  margin: 0 auto;
  display: block;
}
.services ul li {
  width: 380px;
  height: 200px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 0 80px;
}
.services ul li .service {
  display: block;
  position: absolute;
  bottom: 0;
}
.services ul li .service figure {
  position: relative;
  width: 134px;
  height: 134px;
  display: block;
  margin: 0 auto 1em;
}
.services ul li .service figure svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services ul li .service figure svg.background {
  fill: #fff;
}
.services ul li .service figure svg.icon {
  fill: #000;
}
.services ul li .service .details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  padding: 0 10px;
  box-sizing: border-box;
}
.services ul li .service:hover figure svg.background, .services ul li .service.focus figure svg.background {
  fill: #7f9e87;
}
.services ul li .service:hover figure svg.icon, .services ul li .service.focus figure svg.icon {
  fill: #fff;
}
.services ul li .service:hover .details, .services ul li .service.focus .details {
  max-height: 100px;
}

.enquire,
.services,
.resources,
.news,
.funktions_info {
  height: 100vh;
  padding: 25px;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  background: #fff;
}
.enquire h2, .enquire h4,
.services h2,
.services h4,
.resources h2,
.resources h4,
.news h2,
.news h4,
.funktions_info h2,
.funktions_info h4 {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.enquire h2,
.services h2,
.resources h2,
.news h2,
.funktions_info h2 {
  font-size: 70px;
  line-height: 84px;
}
.enquire h4,
.services h4,
.resources h4,
.news h4,
.funktions_info h4 {
  font-size: 14px;
  line-height: 17px;
  color: #7f9e87;
  margin: 0 0 2em;
}

.resources {
  height: auto;
  min-height: 100vh;
}
.resources .table .cell {
  padding: 100px 0 0;
}

.enquire,
.resources,
.news {
  margin: -25px 0 0;
}
.enquire .table,
.resources .table,
.news .table {
  background: #f5f3ee;
}

::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  transition: opacity 0.3s;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  transition: opacity 0.3s;
}

:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}
input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
  color: #7f9e87;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 22px;
  /* Height of the drop down */
  line-height: 22px;
  /* Vertically positions the drop down text */
  display: block;
}

.selectboxit-container span {
  padding: 1px 0;
}

.selectboxit-container .selectboxit-options a {
  height: 20px;
  line-height: 20px;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: -1px 0 0;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
/* The first Drop Down option optgroup */
/* The last Drop Down option */
/* Drop Down optgroup headers */
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 12px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 9px;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  border-bottom: 1px solid #000;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 6px solid #000000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: relative;
}
.selectboxit-default-arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #f5f3ee;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: -7px;
  left: -6px;
}

.selectboxit-list {
  background-color: #f5f3ee;
  border: 1px solid #000;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #7f9e87;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #7f9e87;
  color: #fff;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.enquire {
  min-height: 700px;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
.enquire form {
  font-size: 15px;
  text-align: left;
  max-width: 670px;
  margin: 0 auto;
  display: block;
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
}
.enquire form p {
  line-height: 40px;
}
.enquire form input[type=submit] {
  background: url(images/lips.svg) no-repeat center;
  width: 50px;
  height: 37px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 0;
  display: block;
  margin: 35px auto 0;
}
.enquire input {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  border-bottom: 1px solid #000;
  color: #7f9e87;
}
.enquire ::-webkit-input-placeholder {
  color: #7f9e87;
  font-size: 15px;
  opacity: 1;
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
}
.enquire :-moz-placeholder {
  /* Firefox 18- */
  color: #7f9e87;
  font-size: 15px;
  opacity: 1;
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
}
.enquire ::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f9e87;
  font-size: 15px;
  opacity: 1;
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
}
.enquire :-ms-input-placeholder {
  color: #7f9e87;
  font-size: 15px;
  opacity: 1;
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
}
.enquire .wpcf7-checkbox {
  position: relative;
}
.enquire [type=checkbox]:not(:checked),
.enquire [type=checkbox]:checked {
  width: 16px;
  height: 16px;
  z-index: 1;
  opacity: 0;
  top: 3px;
  left: 9px;
  position: absolute;
}
.enquire [type=checkbox]:not(:checked) + .wpcf7-list-item-label,
.enquire [type=checkbox]:checked + .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.enquire [type=checkbox]:not(:checked) + .wpcf7-list-item-label:before,
.enquire [type=checkbox]:checked + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
}
.enquire [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after,
.enquire [type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "✔";
  position: absolute;
  top: -1px;
  left: 3px;
  font-size: 18px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  font-family: sans-serif;
  color: #000;
  transition: all 0.2s;
}
.enquire [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(0);
}
.enquire [type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transform: scale(1);
}
.enquire [type=checkbox]:disabled:not(:checked) + .wpcf7-list-item-label:before,
.enquire [type=checkbox]:disabled:checked + .wpcf7-list-item-label:before {
  box-shadow: none;
  border-color: #000;
  background-color: #000;
}
.enquire [type=checkbox]:disabled:checked + .wpcf7-list-item-label:after {
  color: #000;
}
.enquire [type=checkbox]:disabled + .wpcf7-list-item-label {
  color: #000;
}
.enquire [type=checkbox]:checked:focus + .wpcf7-list-item-label:before,
.enquire [type=checkbox]:not(:checked):focus + .wpcf7-list-item-label:before {
  border: 1px solid #000;
}
.enquire .wpcf7-list-item-label:hover:before {
  border: 1px solid #4778d9 !important;
}
.enquire span.wpcf7-list-item {
  margin: 0;
}

.no-inputdatepicker input[type=date]:before {
  content: attr(placeholder) !important;
  color: #7f9e87;
  margin-right: 0.5em;
}
.no-inputdatepicker input[type=date]:focus:before {
  display: none;
}

.resources article,
.news article {
  width: 33.33%;
  position: relative;
  display: inline-block;
  margin: 0 0 2em 0;
}
.resources article .thumb,
.news article .thumb {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0 0 53%;
  display: block;
}
.resources article .title,
.news article .title {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 1em 0 0;
  font-size: 14px;
  line-height: 16px;
  color: #7E9E86;
}
.resources article .title a,
.news article .title a {
  text-decoration: none;
  color: #7E9E86;
}
.resources article .rollover,
.news article .rollover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #7f9e87;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
  font-family: "PicaRegularSWFTE";
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  padding: 0 1em;
  box-sizing: border-box;
}
.resources article .rollover .table,
.news article .rollover .table {
  background: none;
}
.resources article .rollover time,
.news article .rollover time {
  color: #ceddd4;
}
.resources article .rollover .pointer,
.news article .rollover .pointer {
  fill: #fff;
  display: block;
  margin: 1em auto 0;
}
.resources article .rollover .rollover_contents,
.news article .rollover .rollover_contents {
  width: 64%;
  margin: 0 auto;
  display: block;
}
.resources article:hover .rollover,
.news article:hover .rollover {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  padding: 100px;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #swipebox-slider .slide {
    padding: 20px;
  }
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(images/sending.gif) no-repeat center center;
  background-size: 16px 16px;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  /*  -webkit-transition: 0.5s;
            transition: 0.5s;*/
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
  bottom: 0;
}

/*#swipebox-bottom-bar {
  bottom: -50px;
}*/
/*#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}*/
/*#swipebox-top-bar {
  top: -50px;
}*/
/*#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}*/
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  position: fixed;
  top: 50%;
  margin: -15px 0 0;
  padding: 0 25px;
  box-sizing: border-box;
}

#swipebox-prev {
  background-position: center;
  float: left;
}

#swipebox-next {
  background-position: right center;
  float: right;
}

#swipebox-close {
  top: 25px;
  right: 25px;
  position: absolute;
  z-index: 9999;
  background-position: top left;
  width: 19px;
  height: 19px;
  color: #fff;
}

.counter {
  position: absolute;
  top: 25px;
  color: #fff;
  right: 70px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
/*@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}*/
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8);
}

/*#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}*/
#swipebox-top-bar {
  color: #fff;
  font-size: 15px;
  line-height: 43px;
}

.history {
  overflow: hidden;
  padding: 25px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.history_block {
  width: 50%;
  float: left;
}
.history_block .wrap {
  padding: 0 0 42%;
  position: relative;
  display: block;
  text-decoration: none;
}
.history_block .thumb,
.history_block .details {
  position: absolute;
  top: 0;
}
.history_block .thumb {
  width: calc(50% + 30px);
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
.history_block .details {
  width: 50%;
  height: 100%;
  background: #f5f2ed;
  color: #000;
  text-decoration: none;
}
.history_block .details .year {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
}
.history_block .details p {
  max-width: 230px;
  display: block;
  margin: 0 auto;
}

.history_block .details .table .cell {
  padding: 0px 25px;
}

.history_block .thumb:before, .history_block .thumb:after {
  content: "";
  position: absolute;
  width: 0;
}
.history_block .thumb:before {
  top: -15px;
  height: 50%;
  border-bottom: 30px solid transparent;
}
.history_block .thumb:after {
  top: 50%;
  bottom: -15px;
  border-top: 30px solid transparent;
}
.history_block:nth-child(3) .thumb, .history_block:nth-child(4) .thumb {
  right: 0;
}
.history_block:nth-child(3) .details, .history_block:nth-child(4) .details {
  left: 0;
}
.history_block:nth-child(3) .thumb:before, .history_block:nth-child(3) .thumb:after, .history_block:nth-child(4) .thumb:before, .history_block:nth-child(4) .thumb:after {
  border-left: 30px solid #f5f2ed;
  left: 0;
}
.history_block:nth-child(1) .thumb, .history_block:nth-child(2) .thumb, .history_block:nth-child(5) .thumb, .history_block:nth-child(6) .thumb {
  left: 0;
}
.history_block:nth-child(1) .details, .history_block:nth-child(2) .details, .history_block:nth-child(5) .details, .history_block:nth-child(6) .details {
  right: 0;
}
.history_block:nth-child(1) .thumb:before, .history_block:nth-child(1) .thumb:after, .history_block:nth-child(2) .thumb:before, .history_block:nth-child(2) .thumb:after, .history_block:nth-child(5) .thumb:before, .history_block:nth-child(5) .thumb:after, .history_block:nth-child(6) .thumb:before, .history_block:nth-child(6) .thumb:after {
  border-right: 30px solid #f5f2ed;
  right: 0;
}

#swipebox-prev svg,
#swipebox-next svg {
  fill: #fff;
  width: 34px;
  height: 16px;
  transition: transform 0.3s;
  transform: translate3d(0, 0, 0);
}

#swipebox-prev:hover svg {
  transform: translate3d(-7px, 0, 0);
}

#swipebox-next:hover svg {
  transform: translate3d(7px, 0, 0);
}

.funktions_info {
  z-index: 2;
  position: relative;
  height: auto;
}
.funktions_info .slick-slide {
  min-height: auto;
}
.funktions_info .inner {
  background: #f5f3ee;
  height: 100%;
  border-bottom: 25px solid #fff;
}
.funktions_info .inner .details {
  height: 405px;
  width: 100%;
  padding: 40px 0 0;
  box-sizing: border-box;
}
.funktions_info .cols3 {
  max-width: 1500px;
  margin: 0 auto;
  display: block;
}
.funktions_info .title {
  font-size: 60px;
  line-height: 72px;
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px;
}
.funktions_info .left,
.funktions_info .right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.funktions_info .textwrap {
  width: 470px;
  margin: 0 auto;
  display: block;
}

.funktions_nav,
.details_nav {
  padding: 0 55px;
  box-sizing: border-box;
  z-index: 2;
  height: 76px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.funktions_nav ul,
.details_nav ul {
  overflow: hidden;
  text-align: center;
}
.funktions_nav li,
.details_nav li {
  display: inline-block;
  position: relative;
  width: 20%;
  border-bottom: 7px solid #fff;
}
.funktions_nav li a,
.details_nav li a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  height: 69px;
  line-height: 52px;
  border-width: 12px 12px 0 12px;
  box-sizing: border-box;
  border-image: url(images/border-image-white.svg) 12 fill stretch;
  text-decoration: none;
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
.funktions_nav li:after,
.details_nav li:after {
  content: "";
  width: 1px;
  height: 39px;
  border-left: 1px dashed #000;
  position: absolute;
  right: 0;
  top: 20px;
}
.funktions_nav li:last-child:after,
.details_nav li:last-child:after {
  display: none;
}
.funktions_nav li:hover, .funktions_nav li.current,
.details_nav li:hover,
.details_nav li.current {
  border-bottom: 7px solid #7f9e87;
}

.funktions_slider {
  width: 100%;
  border: 25px solid #fff;
  border-bottom: none;
  height: 100vh;
  margin: 0 0 -25px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.funktions_slider .sliderwrap {
  width: 200%;
  height: 100%;
  position: relative;
  background: #fff;
}
.funktions_slider #hover-slider {
  padding: 0 0 25px;
}
.funktions_slider #hover-slider,
.funktions_slider .section_2 {
  width: 50%;
  float: left;
  height: 100%;
}
.funktions_slider .funktions_info {
  padding: 0;
}
.funktions_slider .details_nav {
  bottom: 0;
}
.funktions_slider .colswrap {
  width: 1500px;
  display: block;
  margin: 3em auto 0;
}
.funktions_slider .colswrap .col {
  width: 470px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.funktions_slider .section_2_inner_slider_wrap {
  height: calc(100vh - 455px);
  position: relative;
}
.funktions_slider .section_2_inner_slider_wrap .section_2_inner_slider {
  z-index: 1;
  position: relative;
}
.funktions_slider .section_2_inner_slider_wrap .table {
  position: absolute;
  top: 0;
  left: 50%;
  width: 800px;
  height: 100%;
  margin: 0 0 0 -400px;
  z-index: 2;
}
.funktions_slider .section_2_inner_slider_wrap .title {
  color: #fff;
  transform: translate3d(0, 0, 0);
}
.funktions_slider .section_2_inner_slider_wrap .section_2_inner_slider,
.funktions_slider .section_2_inner_slider_wrap .slick-list,
.funktions_slider .section_2_inner_slider_wrap .slick-track,
.funktions_slider .section_2_inner_slider_wrap .slide {
  height: 100%;
}
.funktions_slider .section_2_inner_slider_wrap .slide {
  background-size: cover;
  background-position: center;
}

.inception_slider_inner .slick-arrow,
.details_slider .slick-arrow {
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin: -10px 0 0;
  z-index: 1;
  padding: 0;
  background-image: url(images/slider-swatch.svg);
  background-color: transparent;
}
.inception_slider_inner .slick-arrow.slick-next,
.details_slider .slick-arrow.slick-next {
  right: 25px;
  background-position: right center;
}
.inception_slider_inner .slick-arrow.slick-prev,
.details_slider .slick-arrow.slick-prev {
  left: 25px;
  background-position: left center;
}

.inception_slider_inner {
  visibility: hidden;
}
.inception_slider_inner.slick-initialized {
  visibility: visible;
}
.inception_slider_inner .slide {
  width: 50%;
}
.inception_slider_inner .slide div {
  position: relative;
  height: calc(100vh - 475px);
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

.details_slider .slide {
  width: 100%;
  height: 70%;
  background-size: cover;
  background-position: center;
}

.packages h3 {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 1em;
}
.packages ul {
  overflow: hidden;
  width: 430px;
  display: inline-block;
}
.packages ul li {
  display: block;
  float: left;
  width: 215px;
  margin: 0 0 1em;
  position: relative;
}
.packages ul li a {
  text-decoration: none;
  color: #000;
}
.packages ul li a span {
  padding: 0 0 0 25px;
  display: block;
}
.packages ul li a svg {
  fill: #7f9e87;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  top: 0;
}
.packages .enquire_button {
  background: url(images/enquire-button-bg.svg) no-repeat center;
  width: 150px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.packages .enquire_button svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
}

.menuwrap {
  padding: 25px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: auto;
}
.menuwrap .menu_outer {
  padding: 25px;
  box-sizing: border-box;
  min-height: 100%;
}
.menuwrap .menu_inner {
  padding: 48px 0;
  border-width: 12px;
  border-image: url(images/border-image-white.svg) 12 fill stretch;
}
.menuwrap .menu {
  overflow: hidden;
  height: 100%;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  display: none;
  column-count: 3;
  column-gap: 0;
  column-width: 33.33%;
}
.menuwrap .menu.current {
  display: block;
}
.menuwrap .menu h4 {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 1em;
}
.menuwrap .menu:before, .menuwrap .menu:after {
  content: "";
  height: 100%;
  position: absolute;
  border-right: 1px dashed #000;
  top: 0;
}
.menuwrap .menu:before {
  left: 33.33%;
}
.menuwrap .menu:after {
  left: 66.66%;
}
.menuwrap .menu_block {
  display: inline-block;
  padding: 0 42px;
  box-sizing: border-box;
  margin: 0 0 1em;
}
.menuwrap .menu_block table {
  width: 100%;
}
.menuwrap .menu_block td {
  padding-bottom: 1em;
}
.menuwrap .menu_block td.price {
  padding-left: 60px;
}
.menuwrap .menu_block td.price span {
  white-space: nowrap;
}
.menuwrap .menu_logo {
  margin: 0 auto 25px;
  display: block;
}
.menuwrap .menu_nav {
  position: absolute;
  top: 105px;
  left: 0;
  padding: 0 150px 0 105px;
  max-width: 50%;
  box-sizing: border-box;
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
.menuwrap .menu_nav li {
  display: inline-block;
  margin: 0 32px 1em 0;
}
.menuwrap .menu_nav li a {
  color: inherit;
  text-decoration: none;
  border-bottom: 3px solid;
  border-color: transparent;
}
.menuwrap .menu_nav li a.current {
  color: #000;
}
.menuwrap .close_menu {
  position: fixed;
  top: 95px;
  right: 95px;
  z-index: 9;
}

.news {
  height: auto;
  min-height: 100vh;
}
.news > .table {
  min-height: calc(100vh - 50px);
}
.news > .table > .cell {
  padding: 100px 0 0;
}

.blog .news {
  margin: 0;
}
.blog header {
  height: auto;
}

.single-post header {
  height: auto;
}

.post {
  border: 25px solid #fff;
  border-bottom: 51px solid #fff;
  box-sizing: border-box;
  background: #F5F3EE;
  position: relative;
}
.post .featimg {
  width: 100%;
  height: auto;
}
.post .postwrapper {
  padding: 50px 0;
}
.post h1 {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 63px;
  line-height: 70px;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 0 0 30px;
}
.post .sub_heading {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin: 0 0 1em;
}
.post .col {
  width: 50%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.post .col.col1of2 {
  position: absolute;
  right: 0;
  height: 100%;
}
.post .post_content {
  width: 50%;
  display: block;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}
.post .post_content time {
  text-align: center;
  display: block;
  margin: 0 0 1em;
}
.post .post_text {
  font-family: "PicaRegularSWFTE";
  font-weight: normal;
  font-weight: normal;
}
.post .post_text a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
.post .post_text a:hover {
  color: #ef8f7a;
}
.post .post_text strong {
  font-weight: bold;
  font-family: "PicaBoldSWFTE";
  font-weight: bold;
}
.post .share {
  position: absolute;
  left: 0;
  width: 50px;
  height: 276px;
  top: 50%;
  margin: -137px 0 0;
}
.post .share .share_bg {
  position: absolute;
  top: 0;
  left: 0;
}
.post .share .label {
  transform: rotate(90deg);
  font-size: 16px;
  display: block;
  position: absolute;
  top: 35px;
}
.post .share .share_buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.post .share .share_buttons li {
  margin: 0 0 23px;
  text-align: center;
}
.post .feat_img {
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
}

.post_text h1, .post_text h2, .post_text h3 {
  font-family: "PicaRegularSWFTE";
  line-height: 1em;
}
.post_text h1 {
  font-size: 60px;
}
.post_text h2 {
  font-size: 40px;
}
.post_text h3 {
  font-size: 20px;
}

#loadmore a,
.back_to_feed {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #000;
  width: 160px;
  display: block;
  margin: 3em auto 0;
}
#loadmore a .pointer,
.back_to_feed .pointer {
  margin: 20px 0 0;
  transform: rotate(-90deg) translate3d(0, 0, 0);
  transition: transform 0.2s;
  fill: #000;
}
#loadmore a:hover .pointer,
.back_to_feed:hover .pointer {
  transform: rotate(-90deg) translate3d(-7px, 0, 0);
}

.postswrap {
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
}
.postswrap #loadmore {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
}
.postswrap #loadmore a {
  margin: 0 auto;
}

.news_header {
  position: relative;
}

#categories {
  position: absolute;
  right: 60px;
  bottom: 0;
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
#categories li {
  display: inline-block;
  margin: 0 5px;
}
#categories li a {
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
}
#categories li a:hover, #categories li a.current {
  border-bottom: 2px solid #eb8f7d;
}

.bricks {
  display: block;
  margin: 0 auto 50px;
}

.vh100 {
  height: 100vh;
}

.our-story header {
  height: auto;
}
.our-story .twocols {
  overflow: hidden;
}
.our-story .twocols .col {
  width: 50%;
}
.our-story .twocols .col.left.container {
  float: left;
}
.our-story .twocols .col.right {
  float: right;
}
.our-story .desktop_nav {
  bottom: auto;
  top: 100vh;
  margin: -76px 0 0;
}
.our-story .locked.desktop_nav {
  top: 0;
  margin: 0;
}
.our-story .post_content {
  width: 575px;
  font-size: 15px;
  line-height: 18px;
}
.our-story .post_content h1, .our-story .post_content h2, .our-story .post_content h4 {
  text-align: center;
}
.our-story .post_content h1 {
  margin: 0;
}
.our-story .post_content h2, .our-story .post_content h4 {
  margin: 0 0 2em;
}
.our-story .post_content h2 {
  font-family: "CenturyGothic-Bold";
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
.our-story .post_content h4 {
  font-size: 24px;
  line-height: 32px;
}
.our-story .text_two_cols .col {
  width: 48%;
  display: inline-block;
}
.our-story .text_two_cols .col.left {
  margin: 0 4% 0 0;
}

@media screen and (max-width: 1520px) {
  .services .table .cell {
    padding: 0;
  }

  .services ul {
    width: 1200px;
  }
  .services ul li {
    width: 300px;
  }

  .main_menu,
.funktions_nav,
.details_nav {
    font-size: 10px;
  }

  .locked.desktop_nav .logo {
    width: 90px;
  }

  .subscribe {
    padding: 0 20px;
  }

  .menuwrap .menu {
    column-count: 2;
    column-width: 50%;
  }
  .menuwrap .menu:before {
    left: 50%;
  }
  .menuwrap .menu:after {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .header_image {
    height: calc(100vh - 71px);
    padding: 20px;
  }

  .our-story .post_content {
    width: 416px;
    font-size: 12px;
    line-height: 16px;
  }
  .our-story .post_content .bricks {
    margin: 0 auto 30px;
  }
  .our-story .post_content h1 {
    letter-spacing: 0.1em;
  }
  .our-story .post_content h2 {
    margin: 0 0 1em;
  }
  .our-story .post_content h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 1em;
  }

  footer {
    height: auto;
    padding: 0 20px 20px;
  }
  footer .col {
    width: 47%;
  }

  .main_menu {
    font-size: 9px;
  }

  .desktop_nav {
    padding: 0 40px;
  }
  .desktop_nav .logo {
    width: 110px;
  }

  .enquire, .services, .resources, .news, .funktions_info,
.history {
    padding: 20px;
  }

  .cols2 .subscribe {
    padding: 0 0 0 20px;
  }

  .cols2 .make_a_reservation {
    padding: 0 20px 0 0;
  }

  .follow_us {
    border-right: 20px solid #fff;
  }

  #instafeed img {
    width: 50%;
  }

  #hover-slider {
    padding: 0 20px;
  }

  .spaces_intro,
.spaces_funktions,
.our-story .twocols {
    border: 20px solid #fff;
  }

  .post,
.our-story .twocols {
    border-bottom: 51px solid #fff;
  }

  .funktions_slider {
    border: 20px solid #fff;
    margin: -20px 0;
  }

  .funktions_info .colswrap {
    width: 900px;
    margin: 30px auto;
  }
  .funktions_info .textwrap {
    width: auto;
  }
  .funktions_info .left {
    padding: 0 2em 0 0;
    box-sizing: border-box;
    width: 400px;
  }
  .funktions_info .right {
    width: 500px;
  }
  .funktions_info .packages ul {
    width: 340px;
  }
  .funktions_info .packages ul li {
    width: 50%;
  }
  .funktions_info .details {
    font-size: 12px;
    line-height: 16px;
  }

  #hover-slider .hover_slider_inner.venues .slide .heading {
    font-size: 20px;
    line-height: 26px;
  }

  #hover-slider .hover_slider_inner.venues .slide .panel_text p {
    font-size: 12px;
    line-height: 16px;
  }

  #hover-slider .hover_slider_inner.venues .slide .sub_heading p {
    font-size: 16px;
    line-height: 20px;
  }

  .services ul {
    width: 900px;
  }
  .services ul li {
    width: 225px;
  }

  .post .post_content {
    width: 100%;
    max-width: 600px;
  }

  #categories {
    right: 20px;
  }

  .resources article .rollover .rollover_contents,
.news article .rollover .rollover_contents {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .desktop_nav .logo {
    width: 100%;
  }

  .our-story .twocols .table,
.our-story .twocols .table .cell {
    display: block;
  }
  .our-story .post_content {
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
  }
  .our-story .twocols {
    overflow: hidden;
  }
  .our-story .twocols .col {
    width: 100%;
  }
  .our-story .twocols .col.left, .our-story .twocols .col.right {
    float: none;
  }
  .our-story .twocols .col.right {
    height: 0;
    padding: 0 0 58%;
  }
  .our-story .twocols .col.left {
    padding: 25px;
    box-sizing: border-box;
  }
  .our-story .twocols .col.left .text_two_cols .left,
.our-story .twocols .col.left .text_two_cols .right {
    padding: 0;
    width: 49%;
  }
  .our-story .twocols .col.left .text_two_cols .left {
    margin: 0 2% 0 0;
  }
  .our-story .post,
.our-story .news {
    height: auto;
  }

  #hover-slider .hover_slider_inner.venues .slide .heading {
    font-size: 18px;
    line-height: 24px;
  }

  #hover-slider .hover_slider_inner.venues .slide .panel_text p {
    font-size: 10px;
    line-height: 14px;
  }

  #hover-slider .hover_slider_inner.venues .slide .sub_heading p {
    font-size: 12px;
    line-height: 24px;
  }

  .post h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .post .share {
    left: -12px;
  }

  .funktions_info .colswrap {
    width: auto;
    padding: 0 25px 25px;
    box-sizing: border-box;
  }
  .funktions_info .left,
.funktions_info .right {
    width: 50%;
  }
  .funktions_info .packages ul {
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 900px) {
  .check_menu_button {
    position: absolute;
    bottom: 0;
    top: calc(100vh - 200px);
  }

  .our-story .post,
.our-story .news {
    height: auto !important;
  }

  .is-mobile header,
header {
    height: auto;
  }

  header:after {
    display: none;
  }

  .header_image {
    height: 100vh;
    position: relative;
  }
  .header_image .overlay {
    pointer-events: none;
  }

  .spaces_intro {
    height: auto;
    border-top: none;
  }
  .spaces_intro .left,
.spaces_intro .right {
    width: 100%;
    height: auto;
  }
  .spaces_intro .left {
    padding: 30px;
    box-sizing: border-box;
    height: auto;
  }
  .spaces_intro .right {
    height: 510px;
  }
  .spaces_intro.vh100 {
    height: auto !important;
  }
  .spaces_intro .table {
    padding: 0;
  }
  .spaces_intro .vhmin {
    padding: 0;
  }

  .spaces_image {
    position: relative;
  }

  #hover-slider {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }

  #hover-slider .hover_slider_inner .slide {
    width: calc(100% - 50px);
    position: relative;
    opacity: 1;
  }
  #hover-slider .hover_slider_inner .slide#slide-1, #hover-slider .hover_slider_inner .slide#slide-2, #hover-slider .hover_slider_inner .slide#slide-3, #hover-slider .hover_slider_inner .slide#slide-4 {
    left: auto;
  }

  .panels,
.slide {
    height: 100%;
  }

  #hover-slider .hover_slider_inner.venues .slide {
    background-size: cover;
    background-position: center;
    transition: none;
    background-color: none;
  }
  #hover-slider .hover_slider_inner.venues .slide:hover {
    background-size: cover;
    background-position: center;
    background-color: none;
  }
  #hover-slider .hover_slider_inner.venues .slide .panel_content {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: none;
  }
  #hover-slider .hover_slider_inner.venues .slide .panel_graphic {
    opacity: 1;
    transition: none;
  }
  #hover-slider .hover_slider_inner.venues .slide .panel_text {
    opacity: 1;
    transition: none;
  }
  #hover-slider .hover_slider_inner.venues .slide .sub_heading {
    opacity: 1;
    transition: none;
  }

  .panels .bg {
    position: relative;
  }

  .panels .slick-list {
    overflow: visible;
  }

  .slick-list,
.slick-track {
    height: 100%;
  }

  .slick-dots {
    position: absolute;
    bottom: 27px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 4px;
  }
  .slick-dots li button {
    background: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 2px solid #fff;
    display: block;
    padding: 0;
    margin: 0;
  }
  .slick-dots li.slick-active button {
    background: #fff;
  }

  .history .slick-dots li button {
    border: 2px solid #000;
  }
  .history .slick-dots li.slick-active button {
    background: #000;
  }

  footer .footer_contents {
    padding: 55px 0 0;
    color: white;
  }
  footer .col {
    width: 48%;
    padding: 0 55px 55px;
  }
  footer .social_contact {
    padding: 0;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
  }
  footer .social_contact .social {
    float: right;
    padding: 0 55px;
    box-sizing: border-box;
    width: 50%;
  }
  footer .social_contact .contact {
    float: left;
    width: 50%;
    padding: 0 55px;
    box-sizing: border-box;
  }
  footer .social_contact .contact a {
    display: inline-block;
    position: relative;
  }
  footer .social_contact .contact a svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .social_contact .contact a.email {
    margin: 0;
  }
  footer .social_contact .contact a span {
    margin: 0 0 1em 35px;
    display: inline-block;
  }
  footer .social_contact .contact a.email {
    display: inline-block;
  }
  footer .social_contact .contact a.email svg {
    position: relative;
  }

  .cols2 .col {
    width: 100%;
  }
  .cols2 .subscribe,
.cols2 .make_a_reservation {
    padding: 0 25px;
  }

  .services {
    height: auto;
    font-size: 12px;
    line-height: 15px;
  }
  .services .highlight {
    margin: 0 auto 60px;
  }
  .services ul {
    width: 720px;
  }
  .services ul li {
    width: 180px;
  }
  .services ul li .service figure {
    width: 120px;
    height: 120px;
  }

  .desktop_nav,
.clock_wrap {
    display: none;
  }

  .mobile_nav {
    margin-top: 0px;
    display: block;
    position: fixed;
    box-sizing: border-box;
    padding: 0 40px;
    width: 100%;
    font-family: "CenturyGothic-Bold";
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2em;
    z-index: 2;
    top: 0%;
  }
  .mobile_nav li {
    margin: 0 0 1em;
  }
  .mobile_nav li ul {
    display: none;
    margin: 1em 0 0;
  }
  .mobile_nav li ul li {
    margin: 0;
    padding: 0 0 1em;
    text-indent: 1em;
  }
  .mobile_nav li ul li:last-child {
    padding: 0;
  }
  .mobile_nav a {
    color: #fff;
    text-decoration: none;
  }
  .mobile_nav svg {
    fill: #fff;
  }

  .main_menu_mobile {
    padding: 30px 0 0;
    margin: 0 0 1em;
    border-bottom: 1px dashed #bfbfbf;
  }

  .mobile_nav_wrap {
    background: #000;
    padding: 0 30px 0;
    box-sizing: border-box;
    position: relative;
  }
  .mobile_nav_wrap:before, .mobile_nav_wrap:after {
    content: "";
    background-image: url(images/tab.svg);
    width: 50%;
    height: 10px;
    position: absolute;
    bottom: -10px;
  }
  .mobile_nav_wrap:before {
    left: 0;
    background-position: bottom left;
  }
  .mobile_nav_wrap:after {
    right: 0;
    background-position: bottom right;
  }

  .mobile_nav_header {
    position: relative;
    height: 40px;
  }
  .mobile_nav_header #toggle_nav,
.mobile_nav_header .logo {
    position: absolute;
    top: 16px;
  }
  .mobile_nav_header #toggle_nav {
    left: 0;
  }
  .mobile_nav_header .logo {
    right: 0;
  }

  .mobile_menu {
    max-height: 0;
    transition: max-height 0.5s;
    overflow: hidden;
  }

  #toggle_nav {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
  }
  #toggle_nav svg {
    transition: transform 0.5s;
    transform-origin: center;
  }

  .open .mobile_menu {
    max-height: 700px;
  }
  .open #toggle_nav svg {
    transform: rotate(90deg);
  }

  .menuwrap .menu {
    column-count: 1;
    column-width: 100%;
  }
  .menuwrap .menu:before, .menuwrap .menu:after {
    display: none;
  }
  .menuwrap .menu_nav {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
    margin: 25px 0;
    padding: 0;
    max-width: 100%;
  }
  .menuwrap .menu_nav li {
    margin: 0 16px 1em;
  }

  .funktions_slider .section_2_inner_slider_wrap {
    height: 510px;
  }

  .funktions_slider,
.funktions_info .inner .details {
    height: auto;
  }

  .details_nav,
.funktions_nav,
.funktions_slider #hover-slider {
    display: none;
  }

  .funktions_slider .colswrap {
    padding: 24px;
  }
  .funktions_slider .colswrap .col {
    width: auto;
    margin: 0;
  }
  .funktions_slider .colswrap .col.col2of3 {
    margin: 0 0 1em;
  }

  .cols2 .subscribe, .cols2 .make_a_reservation {
    padding: 0 20px;
  }

  .follow_us {
    border: 20px solid #fff;
    border-top: none;
    border-bottom: none;
  }

  .post {
    height: auto;
    border: 20px solid #fff;
  }
  .post .feat_img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .post .postwrapper {
    padding: 0 0 50px;
  }
  .post .post_content {
    padding: 50px;
    width: auto;
  }
  .post .col {
    width: 100%;
  }
  .post .col.col1of2, .post .col.col2of2 {
    float: none;
  }
  .post .col.col1of2 {
    height: 510px;
    position: relative;
  }
  .post .vhmin {
    padding: 0;
  }

  .our-story .twocols .col.left.container {
    padding: 20px;
  }

  .news h4 {
    margin: 0 0 1em;
  }

  .resources article,
.news article {
    width: 50%;
  }

  #categories {
    position: relative;
    margin: 0 0 1em;
    right: auto;
  }

  .funktions_info .packages ul,
.funktions_info .packages ul li {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  body {
    font-size: 14px;
    line-height: 17px;
  }

  .services ul {
    max-width: 568px;
    width: 100%;
  }
  .services ul li {
    width: 284px;
  }

  .funktions_info .title {
    max-width: 400px;
    margin: 40px auto;
  }

  section.spaces_funktions.vh100 {
    height: auto;
  }

  .spaces_funktions .funktions {
    min-height: 0;
  }
}
@media screen and (max-width: 480px) {
  .mobile_nav {
    margin-top: 0px;
    padding: 0 24px;
  }

  .header_image {
    height: 100vh;
    padding: 12px;
  }

  .spaces_intro {
    border: 12px solid #fff;
    border-top: none;
  }
  .spaces_intro .right {
    height: 238px;
  }

  .slide,
.panels {
    height: 100%;
  }

  footer .col {
    display: none;
  }
  footer .social_contact {
    width: 100%;
    padding: 0 40px 40px;
  }
  footer .social_contact .contact, footer .social_contact .social {
    padding: 0;
    width: 100%;
    float: none;
  }

  #hover-slider {
    display: none;
  }

  .hover-slider-mobile-fallback {
    display: block;
  }

  .subscribe {
    padding: 0 12px;
  }

  .eat_and_drink .slide {
    padding: 50px 0;
    box-sizing: border-box;
  }
  .eat_and_drink .slide a {
    display: block;
    height: 100%;
    position: relative;
  }

  footer,
.spaces_funktions .table .cell,
.spaces_funktions {
    padding: 0;
  }

  .funktions_background {
    display: none;
  }

  .funktions_info .inner .details {
    padding: 0;
  }

  .services h2 {
    margin: 0.5em 0;
  }

  .funktions_info .inner {
    border-bottom: none;
  }

  .packages .enquire_button {
    margin: 2em 0;
  }

  .spaces_funktions .funktions {
    border: 0 none;
    width: auto;
    padding: 45px 14px;
    box-sizing: border-box;
  }

  .spaces_intro,
.spaces_funktions {
    height: auto;
  }

  .spaces_intro .left {
    padding: 12px;
  }

  .spaces_intro .table {
    padding: 45px 0;
  }

  .spaces_intro .table,
.spaces_intro .table .cell {
    display: block;
  }

  .spaces_intro img {
    max-width: 100%;
    height: auto;
  }

  .spaces_intro .buttons a,
.spaces_funktions .buttons a {
    margin: 0 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .history {
    padding: 14px 7px;
  }

  .history_block {
    width: 100%;
    margin: 0 7px;
  }
  .history_block .wrap {
    padding: 0;
  }
  .history_block .thumb,
.history_block .details {
    width: 100%;
    position: relative;
  }
  .history_block .thumb {
    padding: 0 0 84%;
  }
  .history_block .thumb:before, .history_block .thumb:after {
    display: none;
  }
  .history_block .details {
    height: 160px;
    margin: 0 0 60px;
  }

  .menuwrap {
    padding: 12px;
  }
  .menuwrap .menu_outer {
    padding: 12px;
  }
  .menuwrap .menu:before, .menuwrap .menu:after {
    display: none;
  }
  .menuwrap .menu_inner {
    padding: 18px 0;
  }
  .menuwrap .menu_block {
    width: 100%;
    padding: 0 18px;
    font-size: 12px;
    line-height: 14px;
  }
  .menuwrap .menu_block td.price {
    padding-left: 1em;
    text-align: right;
  }
  .menuwrap .menu_logo {
    width: 75px;
    height: 55px;
    margin: 25px auto;
  }
  .menuwrap .close_menu {
    top: 24px;
    right: 24px;
  }
  .menuwrap .menu_nav li {
    display: block;
  }

  .resources article,
.news article {
    width: 100%;
    margin: 0 0 2em;
  }

  .enquire, .services, .resources, .news, .funktions_info {
    padding: 12px;
  }

  .enquire, .resources, .news {
    margin: -12px 0 0;
  }

  .our-story .twocols {
    border: 12px solid #fff;
  }
  .our-story .post_content {
    padding: 34px 24px;
  }
  .our-story .post_content .bricks {
    margin: 0 auto 15px;
  }
  .our-story .post_content h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .our-story .twocols .col.left .text_two_cols .left,
.our-story .twocols .col.left .text_two_cols .right {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .spaces_funktions {
    border: 12px solid #fff;
    margin: -12px 0 0;
  }

  .services ul,
.services ul li {
    width: 296px;
  }

  .spaces_funktions .funktions h3,
.resources h2,
.news h2,
.enquire h2,
.services h2,
.funktions_info .title,
.post h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .spaces_intro .headline,
.spaces_funktions .headline,
.post .sub_heading {
    font-size: 14px;
    line-height: 18px;
  }

  .follow_us {
    border-left: 12px solid #fff;
    border-right: 12px solid #fff;
    border-bottom: 12px solid #fff;
    height: 300px;
  }
  .follow_us .follow_us_button {
    width: 272px;
    background-size: contain;
    display: block;
    margin: -55px 0 0 -136px;
  }

  #instafeed img {
    width: 50%;
  }

  .subscribe form {
    width: 272px;
    font-size: 14px;
    line-height: 1em;
  }
  .subscribe form h4 {
    font-size: 20px;
  }
  .subscribe form input {
    font-size: 16px;
    line-height: 16px;
  }
  .subscribe form .subscribe_content {
    top: 90px;
  }
  .subscribe form input[type=submit] {
    margin: 10px auto 0;
  }
  .subscribe form .inputwrap,
.subscribe form input#mce-EMAIL {
    width: 160px;
    margin: 0 auto;
  }
  .subscribe form .thankyou {
    font-size: 16px;
    line-height: 16px;
  }

  .cols2 .make_a_reservation,
.cols2 .subscribe {
    padding: 0 12px 12px;
  }

  .intro {
    font-size: 18px;
    line-height: 25px;
    padding: 90px 12px 45px;
  }

  .panels p {
    font-size: 12px;
    line-height: 14px;
  }
  .panels h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .spaces_funktions {
    min-height: 0;
  }

  .funktions_slider #hover-slider,
.funktions_slider .section_2 {
    width: 100%;
  }

  .funktions_slider {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    margin: 0;
    border: none;
  }
  .funktions_slider .sliderwrap {
    width: 100%;
  }
  .funktions_slider .colswrap {
    width: auto;
  }

  .funktions_slider,
.funktions_slider #hover-slider,
.funktions_slider .section_2,
.funktions_info .inner {
    height: auto;
  }

  .funktions_slider .colswrap .col,
.funktions_info .inner .details,
.funktions_info .textwrap,
.funktions_info .left,
.funktions_info .right {
    height: auto;
    width: auto;
    display: block;
  }

  .details_nav,
.funktions_nav {
    display: none;
  }

  .details_slider .slick-arrow {
    display: none !important;
  }

  .packages ul {
    width: 100%;
  }
  .packages ul li {
    width: 100%;
    display: block;
    float: none;
  }

  .funktions_slider .section_2_inner_slider_wrap .section_2_inner_slider {
    height: 185px;
  }

  .funktions_slider .section_2_inner_slider_wrap {
    height: auto;
  }
  .funktions_slider .section_2_inner_slider_wrap .table {
    position: relative;
    width: 100%;
    margin: 0;
    left: 0;
  }
  .funktions_slider .section_2_inner_slider_wrap .table,
.funktions_slider .section_2_inner_slider_wrap .table .cell {
    display: block;
  }
  .funktions_slider .section_2_inner_slider_wrap .title {
    color: #000;
  }

  .funktions_info .title {
    margin: 24px 0;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .section_2_inner_slider {
    height: 185px;
  }

  .funktions_slider .colswrap .col {
    margin: 0;
  }

  .funktions_info .colswrap,
.funktions_slider .colswrap {
    margin: 0 24px;
    padding: 0 0 1em;
  }

  .services {
    height: auto;
  }
  .services .table .cell {
    padding: 24px 0;
  }

  .enquire input {
    max-width: 200px;
    min-width: 100px;
  }
  .enquire .table .cell {
    padding: 24px;
    box-sizing: border-box;
  }

  .resources .table .cell {
    padding: 24px 0;
  }

  .enquire,
.resources {
    height: auto;
  }
  .enquire .table,
.enquire .table .cell,
.resources .table,
.resources .table .cell {
    display: block;
  }

  .resources article,
.news article {
    float: none;
  }

  .post {
    border: 12px solid #fff;
  }
  .post h1 {
    margin: 0 0 0.5em;
  }
  .post .sub_heading {
    margin: 0 0 2em;
  }
  .post .post_content {
    padding: 50px 24px;
  }
  .post .post_text {
    font-size: 12px;
    line-height: 16px;
  }
  .post .col.col1of2 {
    height: 360px;
  }
  .post .share {
    height: auto;
    width: auto;
    top: auto;
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
  }
  .post .share .share_bg {
    display: none;
  }
  .post .share .label,
.post .share .share_buttons {
    position: relative;
    display: inline-block;
    bottom: auto;
    width: auto;
    top: auto;
  }
  .post .share .label li,
.post .share .share_buttons li {
    margin: 0;
    display: inline-block;
  }
  .post .share .label {
    transform: rotate(0deg);
  }

  .inception_slider_inner .slide div {
    height: 185px;
    min-height: 185px;
  }

  .selectboxit-container .selectboxit,
select[name=function-type] {
    width: 140px;
  }

  .enquire input[type=number] {
    width: 70px;
    min-width: 70px;
  }

  .enquire input[type=date] {
    max-width: 150px;
    height: 20px;
    font-family: "PicaBoldSWFTE";
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }

  .enquire {
    /* checked mark aspect */
  }
  .enquire form {
    width: 250px;
    margin: 0 auto;
  }
  .enquire input,
.enquire select {
    font-size: 16px;
  }
  .enquire input {
    max-width: 140px;
    font-size: 16px;
  }
  .enquire [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after,
.enquire [type=checkbox]:checked + .wpcf7-list-item-label:after {
    top: -1px;
    left: 1px;
    font-size: 18px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    font-family: sans-serif;
  }
}

/*# sourceMappingURL=style.css.map */
