@charset "UTF-8";
/* html5reset.css - 01/11/2011 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }

/*
Theme Name: Grill Royal
Author: Some Studio
Author URI: https://some.studio/
Version: 1.0
Text Domain: grillroyal
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  height: 100%; }

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: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

body {
  font-family: Helvetica, sans-serif;
  color: #000000;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.44;
  font-weight: normal;
  margin: 0;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none; }

a {
  color: #000000;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  a:focus, a:hover {
    color: #000000;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  a img {
    border: 0; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0; }

p {
  margin: 0; }

img, video {
  width: 100%;
  height: auto;
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  width: 100%;
  overflow: auto;
  padding-left: 3px;
  vertical-align: top; }

button, .button {
  line-height: 1;
  outline: none;
  outline: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

#wrapper {
  width: calc(100% - 32px);
  min-height: 100vh;
  display: block;
  float: left;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, transform 0.4s ease;
  transition: opacity 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }
  @media only screen and (max-width: 1024px) {
    #wrapper {
      width: calc(100% - 20px); } }
  #wrapper.color {
    background-color: #ffffff; }
  #wrapper.fade .wrapper-inner {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0; }
  #wrapper.move .wrapper-inner {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  #wrapper.pattern {
    background-attachment: fixed; }
  #wrapper .wrapper-inner {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.3s ease, transform 0.4s ease;
    transition: opacity 0.3s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }
  #wrapper.vertical-header .module.background {
    text-shadow: 1px 1px #0000002e;
    z-index: 1; }
    #wrapper.vertical-header .module.background:before {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-color: black;
      opacity: 0.24;
      z-index: -1; }
  #wrapper.vertical-header .menus.inline {
    background: rgba(0, 0, 0, 0.8); }
  @media only screen and (min-width: 813px) {
    #wrapper.vertical-header {
      width: 100%;
      border: 0; } }
  @media only screen and (min-width: 813px) and (max-width: 1024px) {
    #wrapper.vertical-header {
      width: 100%; } }
  @media only screen and (min-width: 813px) {
      #wrapper.vertical-header .module.bottom-bar {
        width: calc(100% - (70px * 2) - 230px);
        left: auto;
        right: 0; }
      #wrapper.vertical-header #modules {
        margin-left: 210px; }
        #wrapper.vertical-header #modules:after {
          content: '';
          clear: both;
          display: block; } }
    @media only screen and (min-width: 813px) and (max-width: 1024px) {
      #wrapper.vertical-header #modules {
        margin-left: 0; } }
  @media only screen and (min-width: 813px) {
      #wrapper.vertical-header footer {
        width: calc(100% - 70px - 210px);
        margin-left: 210px; } }
  #wrapper.vertical-header section.default {
    width: calc(100% - (70px * 2) - 210px);
    margin-left: 210px; }
    @media only screen and (max-width: 1024px) {
      #wrapper.vertical-header section.default {
        width: calc(100% - (20px * 2));
        margin-left: auto; } }
    #wrapper.vertical-header section.default .content-wrapper {
      margin-top: 60px; }

.content-wrapper {
  margin-left: auto;
  margin-right: auto; }

section {
  width: 100%;
  float: left; }

.main-transition {
  width: 100%;
  height: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .main-transition.active {
    height: 100%; }

#modules {
  margin-top: 100px; }
  #modules.vertical {
    margin-top: 0; }
  @media only screen and (max-width: 1024px) {
    #modules {
      margin-top: 75px; } }
  @media only screen and (max-width: 500px) {
    #modules {
      margin-top: 120px; } }

header {
  width: calc(100% - 32px);
  height: 1000px;
  max-height: 135px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 9; }
  @media only screen and (max-width: 1024px) {
    header {
      width: calc(100% - 50px);
      height: 90px;
      padding: 10px 25px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      overflow: hidden; } }
  header.hidden {
    -webkit-transform: translateY(-114px);
            transform: translateY(-114px); }
  header.scroll {
    max-height: 70px;
    height: 70px; }
    @media only screen and (max-width: 1024px) {
      header.scroll {
        max-height: 50px; } }
    header.scroll .languages {
      opacity: 1;
      visibility: visible; }
      @media only screen and (max-width: 1024px) {
        header.scroll .languages {
          opacity: 0; } }
    @media only screen and (max-width: 1024px) {
      header.scroll .logo {
        top: -4px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    header.scroll .logo img {
      -webkit-transform: scale(0.6);
              transform: scale(0.6); }
    header.scroll .menu {
      opacity: 1;
      visibility: visible; }
      @media only screen and (max-width: 1024px) {
        header.scroll .menu {
          opacity: 0; } }
    header.scroll:hover .menu {
      opacity: 1; }
  header.active {
    height: 100vh;
    max-height: calc(100vh - 30px);
    background-color: #ffffff;
    overflow: scroll; }
    header.active .languages {
      opacity: 1;
      visibility: visible; }
    header.active .logo {
      top: -4px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      header.active .logo img {
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0.6);
                transform: translateX(-50%) scale(0.6);
        opacity: 0; }
        header.active .logo img.invert {
          opacity: 1; }
    header.active .menu-button span {
      background-color: #ffffff; }
      header.active .menu-button span:first-child {
        -webkit-transform: rotate(-45deg) translate(0px, 10px);
                transform: rotate(-45deg) translate(0px, 10px); }
      header.active .menu-button span:nth-child(2) {
        width: 0;
        opacity: 0; }
      header.active .menu-button span:last-child {
        -webkit-transform: rotate(45deg) translate(0px, -10px);
                transform: rotate(45deg) translate(0px, -10px); }
    header.active .menu {
      opacity: 1;
      visibility: visible; }
  header .languages {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    padding: 0 7px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media only screen and (max-width: 1024px) {
      header .languages {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
                transform: none;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 75px;
        border: 1px solid #ffffff !important;
        color: #ffffff; } }
    header .languages:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.4; }
    header .languages li {
      display: inline; }
      header .languages li:not(:last-child):after {
        content: ' /';
        opacity: 0.4; }
      header .languages li a {
        padding-bottom: 0;
        border: 0; }
        @media only screen and (max-width: 1024px) {
          header .languages li a {
            color: #ffffff; } }
      header .languages li:not(.current-lang) a {
        opacity: 0.4; }
        header .languages li:not(.current-lang) a:hover {
          opacity: 1; }
  header .logo {
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    z-index: 3; }
    @media only screen and (max-width: 1024px) {
      header .logo {
        top: 14px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; } }
    header .logo a {
      display: block;
      position: relative;
      border: 0;
      padding: 0; }
      header .logo a:hover {
        border: 0;
        padding: 0;
        opacity: 0.6; }
      header .logo a img {
        width: auto;
        max-width: 120px;
        max-height: 80px;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        @media only screen and (max-width: 1024px) {
          header .logo a img {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; } }
        header .logo a img.invert {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
          @media only screen and (max-width: 1024px) {
            header .logo a img.invert {
              left: 50%; } }
  header .menu-button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 22px;
    right: 25px;
    z-index: 10;
    -webkit-tap-highlight-color: transparent;
    display: none; }
    @media only screen and (max-width: 1024px) {
      header .menu-button {
        display: block; } }
    header .menu-button span {
      width: 30px;
      height: 1px;
      background-color: #000000;
      position: absolute;
      right: 2px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      header .menu-button span:first-child {
        top: 2px; }
      header .menu-button span:nth-child(2) {
        top: 9px; }
      header .menu-button span:last-child {
        top: 16px; }
  header .menu {
    width: 100%;
    background-color: transparent;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media only screen and (max-width: 1024px) {
      header .menu {
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transform: none;
                transform: none;
        margin-top: 100px;
        float: none;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 0; } }
    header .menu li {
      display: inline-block;
      margin: 0 7px; }
      @media only screen and (max-width: 1024px) {
        header .menu li {
          width: 100%;
          display: block;
          margin: 25px 0;
          font-size: 30px; } }
      header .menu li:nth-child(2) {
        margin-right: 250px; }
        @media only screen and (max-width: 1024px) {
          header .menu li:nth-child(2) {
            margin-right: 0; } }
      header .menu li.active a {
        cursor: default; }
        header .menu li.active a:after {
          opacity: 1; }
      header .menu li a {
        display: block;
        position: relative;
        padding: 10px;
        border: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent; }
        @media only screen and (max-width: 1024px) {
          header .menu li a {
            color: #ffffff !important; } }
        header .menu li a:after {
          content: '';
          width: calc(100% - 18px);
          height: 1px;
          background-color: #000000;
          position: absolute;
          bottom: 9px;
          left: 9px;
          opacity: 0;
          -webkit-transition: all 0.18s ease-in-out;
          transition: all 0.18s ease-in-out; }
          @media only screen and (max-width: 1024px) {
            header .menu li a:after {
              background-color: #ffffff;
              display: none; } }
        header .menu li a:hover:after {
          opacity: 1;
          -webkit-transform: translateY(2px);
                  transform: translateY(2px); }
  header.vertical.active .logo img.invert {
    display: none; }
  header.vertical.active .logo img:not(.invert) {
    -webkit-transform: translateX(0%) scale(0.6);
            transform: translateX(0%) scale(0.6);
    opacity: 1;
    visibility: visible; }
  @media only screen and (min-width: 813px) {
    header.vertical {
      width: 170px;
      height: 100vh !important;
      max-height: 100vh;
      left: 0;
      padding: 30px 20px;
      border-top: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @media only screen and (min-width: 813px) and (max-width: 1024px) {
    header.vertical {
      display: none; } }
  @media only screen and (min-width: 813px) {
      header.vertical .logo {
        width: 100%;
        top: auto;
        -webkit-transform: none;
                transform: none;
        position: relative;
        display: inline-block;
        margin: 0;
        left: 0;
        margin-top: 10px;
        margin-bottom: 30px; }
        header.vertical .logo img {
          max-width: 100px;
          max-height: 130px;
          -webkit-transform: scale(1);
                  transform: scale(1); }
      header.vertical .menu {
        width: 100%;
        display: block;
        top: auto;
        -webkit-transform: none;
                transform: none;
        margin-left: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        opacity: 1;
        visibility: visible; }
        header.vertical .menu li {
          display: block; }
          header.vertical .menu li:nth-child(2) {
            margin-right: 7px; }
          header.vertical .menu li a:after {
            display: none; }
          header.vertical .menu li a:hover {
            opacity: 0.5; }
      header.vertical .languages {
        top: auto;
        bottom: 90px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        opacity: 1;
        visibility: visible; }
        header.vertical .languages li {
          display: inline-block;
          float: left; }
          header.vertical .languages li:not(:last-child):after {
            margin-right: 5px; } }

footer {
  width: calc(100% - 70px);
  display: block;
  float: left;
  position: relative;
  padding: 25px 35px; }
  @media only screen and (max-width: 500px) {
    footer {
      width: calc(100% - 40px);
      padding: 25px 20px; } }
  footer a {
    border-bottom: 1px solid transparent; }
    footer a:hover {
      border-bottom: 1px solid #1A1A1A; }
  footer .menu {
    float: left; }
    @media only screen and (max-width: 500px) {
      footer .menu {
        width: 100%;
        -webkit-column-count: 2;
                column-count: 2; } }
    footer .menu li {
      display: inline-block;
      margin-right: 20px; }
      @media only screen and (max-width: 500px) {
        footer .menu li {
          width: 100%;
          display: inline-block;
          margin-bottom: 5px; } }
  footer .copyright {
    float: right;
    text-align: right;
    opacity: 0.6; }
    @media only screen and (max-width: 500px) {
      footer .copyright {
        float: left;
        text-align: left;
        margin-top: 20px;
        opacity: 0.6; } }

#cookieChoiceInfo {
  width: calc(100% - 18px) !important;
  padding: 19px 9px !important; }
  @media only screen and (max-width: 500px) {
    #cookieChoiceInfo {
      padding: 9px 9px 15px 9px !important; } }
  #cookieChoiceInfo a {
    color: inherit; }
    #cookieChoiceInfo a:hover {
      opacity: 0.7; }
  #cookieChoiceInfo div {
    padding: 0 !important; }
  #cookieChoiceInfo span {
    display: block;
    margin-bottom: 20px; }
    @media only screen and (max-width: 500px) {
      #cookieChoiceInfo span {
        margin-bottom: 14px; } }
  #cookieChoiceInfo #cookieChoiceDismiss {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 50px;
    padding: 5px 25px;
    border: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  #cookieChoiceInfo #cookieChoiceDismissIcon {
    display: none !important; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 16px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  /* IE8 "hack" for nested featherlights */
  overflow: scroll; }
  .featherlight:after {
    content: '';
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    position: fixed;
    top: 16px;
    left: 16px;
    opacity: 0.98; }
  .featherlight .module.menu {
    width: 100%; }
    @media only screen and (max-width: 500px) {
      .featherlight .module.menu .columns.count-one .column .section {
        width: calc(100% - 10px); } }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight-loading .featherlight-content {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0; }

.featherlight .featherlight-content {
  width: 100%;
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  /* styling */
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
  padding: 70px 0;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  position: fixed;
  z-index: 9999;
  top: 35px;
  right: 70px;
  background: none;
  cursor: pointer;
  /* dimensions: 25px x 25px */
  width: 30px;
  height: 30px;
  /* styling */
  border: none;
  padding: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  @media only screen and (max-width: 1024px) {
    .featherlight .featherlight-close-icon {
      top: 40px;
      right: 40px; } }
  @media only screen and (max-width: 500px) {
    .featherlight .featherlight-close-icon {
      right: 30px; } }
  .featherlight .featherlight-close-icon:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    top: 1px; }
  .featherlight .featherlight-close-icon:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .featherlight .featherlight-close-icon:hover {
    -webkit-transform: rotate(45deg) scale(1.08);
            transform: rotate(45deg) scale(1.08);
    opacity: 0.6; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  -webkit-transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.module.headline {
  width: calc(100% - (70px * 2));
  float: left;
  padding: 35px 70px;
  text-align: center; }
  @media only screen and (max-width: 500px) {
    .module.headline {
      width: calc(100% - (20px * 2));
      padding: 35px 20px; } }
  .module.headline .caption {
    display: inline-block;
    font-weight: normal !important;
    margin-bottom: 30px; }
  .module.headline.width-small h1, .module.headline.width-small h2, .module.headline.width-small h3 {
    width: calc(50% - 70px); }
    @media only screen and (max-width: 1024px) {
      .module.headline.width-small h1, .module.headline.width-small h2, .module.headline.width-small h3 {
        width: 100%; } }
  .module.headline.width-medium h1, .module.headline.width-medium h2, .module.headline.width-medium h3 {
    width: calc(70% - 70px); }
    @media only screen and (max-width: 1024px) {
      .module.headline.width-medium h1, .module.headline.width-medium h2, .module.headline.width-medium h3 {
        width: 100%; } }
  .module.headline.width-large h1, .module.headline.width-large h2, .module.headline.width-large h3 {
    width: calc(100% - 70px);
    max-width: 1100px; }
    @media only screen and (max-width: 1024px) {
      .module.headline.width-large h1, .module.headline.width-large h2, .module.headline.width-large h3 {
        width: 100%; } }
  .module.headline h1, .module.headline h2, .module.headline h3 {
    margin: 0 auto;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word; }
  .module.headline.start {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .module.headline.finish {
    opacity: 1; }

.module.copy {
  width: calc(100% - (70px * 2));
  float: left;
  padding: 35px 70px;
  position: relative;
  z-index: 1;
  text-align: center; }
  @media only screen and (max-width: 500px) {
    .module.copy {
      width: calc(100% - (20px * 2));
      padding: 35px 20px; } }
  .module.copy .caption {
    display: inline-block;
    font-weight: normal !important;
    margin-bottom: 25px; }
  .module.copy p {
    margin: 0 auto; }
    .module.copy p a {
      border: 0; }
      .module.copy p a:hover {
        border: 0;
        opacity: 0.5; }
  .module.copy.width-small p {
    width: calc(50% - 70px); }
    @media only screen and (max-width: 1024px) {
      .module.copy.width-small p {
        width: 100%; } }
  .module.copy.width-medium p {
    width: calc(70% - 70px); }
    @media only screen and (max-width: 1024px) {
      .module.copy.width-medium p {
        width: 100%; } }
  .module.copy.width-large p {
    width: calc(100% - 70px); }
  .module.copy.start {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .module.copy.finish {
    opacity: 1; }

.module.button {
  width: calc(100% - (70px * 2));
  float: left;
  padding: 35px 70px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 20px; }
  @media only screen and (max-width: 500px) {
    .module.button {
      width: calc(100% - (20px * 2));
      padding: 35px 20px; } }
  .module.button a {
    display: inline-block;
    padding: 7px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff; }
    .module.button a:hover {
      background-color: #000000;
      color: #ffffff; }
  .module.button.light a {
    color: #ffffff;
    border-color: #ffffff; }
    .module.button.light a:hover {
      background-color: #ffffff;
      color: #000000 !important; }
  .module.button.start {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .module.button.finish {
    opacity: 1; }

.module.image {
  position: relative;
  padding: 35px 0; }
  @media only screen and (max-width: 500px) {
    .module.image {
      padding: 15px 20px !important; } }
  .module.image.size-small {
    width: 50%;
    display: inline-block;
    float: left; }
    @media only screen and (max-width: 500px) {
      .module.image.size-small {
        width: calc(100% - (70px * 2));
        float: left;
        padding: 35px 70px; } }
  @media only screen and (max-width: 500px) and (max-width: 500px) {
    .module.image.size-small {
      width: calc(100% - (20px * 2));
      padding: 35px 20px; } }
    .module.image.size-small img {
      width: 65%;
      margin-left: 20%; }
      @media only screen and (max-width: 500px) {
        .module.image.size-small img {
          width: 100%;
          margin-left: 0; } }
    .module.image.size-small:nth-child(even) img {
      margin-top: 7vw; }
      @media only screen and (max-width: 500px) {
        .module.image.size-small:nth-child(even) img {
          margin-top: 0; } }
  .module.image.size-medium {
    width: 50%;
    display: inline-block;
    float: left; }
    @media only screen and (max-width: 500px) {
      .module.image.size-medium {
        width: calc(100% - (70px * 2));
        float: left;
        padding: 35px 70px; } }
  @media only screen and (max-width: 500px) and (max-width: 500px) {
    .module.image.size-medium {
      width: calc(100% - (20px * 2));
      padding: 35px 20px; } }
    .module.image.size-medium img {
      width: 76%;
      margin-left: 6%; }
      @media only screen and (max-width: 500px) {
        .module.image.size-medium img {
          width: 100%;
          margin-left: 0; } }
  .module.image.size-large {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 500px) {
      .module.image.size-large {
        width: calc(100% - (70px * 2));
        float: left;
        padding: 35px 70px; } }
  @media only screen and (max-width: 500px) and (max-width: 500px) {
    .module.image.size-large {
      width: calc(100% - (20px * 2));
      padding: 35px 20px; } }
    @media only screen and (max-width: 500px) {
      .module.image.size-large img {
        width: 100%; } }
  .module.image.start img {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .module.image.finish img {
    opacity: 1; }

.menus {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  float: left;
  position: relative; }
  @media only screen and (max-width: 500px) {
    .menus.inline {
      padding-bottom: 0; } }
  .menus.inline .module.headline {
    text-align: center; }
    @media only screen and (max-width: 500px) {
      .menus.inline .module.headline {
        padding-top: 0;
        padding-bottom: 0; } }
  .menus.inline .module.description {
    text-align: center; }
  .menus.inline .module.menu {
    margin-top: 30px; }
    @media only screen and (max-width: 500px) {
      .menus.inline .module.menu {
        width: calc(100% - 40px);
        margin-top: 0; } }
    @media only screen and (max-width: 500px) {
      .menus.inline .module.menu .columns .column .section {
        width: calc(100% - 10px); } }
  .menus.lightbox {
    width: calc(100% - (70px * 2));
    float: left;
    padding: 35px 70px;
    text-align: center; }
    @media only screen and (max-width: 500px) {
      .menus.lightbox {
        width: calc(100% - (20px * 2));
        padding: 35px 20px; } }
    @media only screen and (max-width: 500px) {
      .menus.lightbox {
        padding-top: 0; } }
    .menus.lightbox .menu-teasers {
      position: relative;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      z-index: 2; }
      @media only screen and (max-width: 1024px) {
        .menus.lightbox .menu-teasers {
          display: block; } }
      .menus.lightbox .menu-teasers .menu-teaser {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        padding: 35px; }
        .menus.lightbox .menu-teasers .menu-teaser:after {
          content: '';
          clear: both;
          display: block; }
        @media only screen and (max-width: 1024px) {
          .menus.lightbox .menu-teasers .menu-teaser {
            width: calc(50% - 70px);
            display: inline-block;
            float: left; } }
        @media only screen and (max-width: 500px) {
          .menus.lightbox .menu-teasers .menu-teaser {
            width: 100%;
            display: block;
            padding: 35px 0 0 0; } }
        .menus.lightbox .menu-teasers .menu-teaser .image {
          margin-bottom: 20px; }
        .menus.lightbox .menu-teasers .menu-teaser .module.headline {
          width: 100%;
          padding: 0;
          margin-bottom: 15px;
          font-weight: bold; }
        .menus.lightbox .menu-teasers .menu-teaser .module.copy {
          width: 100%;
          padding: 0;
          margin-bottom: 25px; }
        .menus.lightbox .menu-teasers .menu-teaser .module.button {
          width: 100%;
          padding: 0; }
        .menus.lightbox .menu-teasers .menu-teaser .module.headline {
          opacity: 1 !important; }
        .menus.lightbox .menu-teasers .menu-teaser .module.copy {
          opacity: 1 !important; }
        .menus.lightbox .menu-teasers .menu-teaser .module.button {
          opacity: 1 !important; }

.module.menu {
  width: calc(100% - (70px * 2));
  float: left;
  padding: 35px 70px;
  padding-top: 0;
  margin-top: 100px; }
  @media only screen and (max-width: 500px) {
    .module.menu {
      width: calc(100% - (20px * 2));
      padding: 35px 20px; } }
  @media only screen and (max-width: 1024px) {
    .module.menu {
      width: calc(100% - 30px);
      margin-top: 60px; } }
  @media only screen and (max-width: 500px) {
    .module.menu {
      width: 100%; } }
  .module.menu .columns {
    width: 100%;
    -webkit-column-count: 2;
            column-count: 2; }
    .module.menu .columns.count-one {
      -webkit-column-count: 1;
              column-count: 1; }
      .module.menu .columns.count-one .column {
        width: 60%;
        max-width: 700px;
        margin: 0 auto; }
        @media only screen and (max-width: 1024px) {
          .module.menu .columns.count-one .column {
            width: 100%; } }
        .module.menu .columns.count-one .column .section {
          width: calc(100% - (70px + 70px)); }
          @media only screen and (max-width: 1024px) {
            .module.menu .columns.count-one .column .section {
              width: calc(100% - (70px * 2 + 35px)); } }
          @media only screen and (max-width: 500px) {
            .module.menu .columns.count-one .column .section {
              width: calc(100% - 50px); } }
    .module.menu .columns.count-two {
      -webkit-column-count: 2;
              column-count: 2; }
      @media only screen and (max-width: 500px) {
        .module.menu .columns.count-two {
          -webkit-column-count: 1;
                  column-count: 1; } }
      .module.menu .columns.count-two .column {
        width: 100%;
        display: inline-block;
        float: left; }
    @media only screen and (max-width: 500px) {
      .module.menu .columns {
        -webkit-column-count: 1;
                column-count: 1; } }
    .module.menu .columns .column {
      -webkit-column-break-inside: avoid;
              break-inside: avoid; }
      .module.menu .columns .column .section {
        width: calc(100% - (70px + 35px));
        display: inline-block;
        float: left;
        margin: 1px 70px 70px 70px; }
        @media only screen and (max-width: 1024px) {
          .module.menu .columns .column .section {
            width: calc(100% - 30px);
            margin-left: 35px; } }
        @media only screen and (max-width: 500px) {
          .module.menu .columns .column .section {
            margin-left: 5px; } }
        .module.menu .columns .column .section h4:before {
          content: '';
          width: 100%;
          height: 1px;
          display: block;
          margin: 3px 0 25px 0; }
        .module.menu .columns .column .section h4:after {
          content: '';
          width: 100%;
          height: 1px;
          display: block;
          margin: 25px 0 3px 0; }
        .module.menu .columns .column .section .description {
          margin-top: 20px; }
        .module.menu .columns .column .section ul li {
          padding: 25px 0;
          position: relative; }
          .module.menu .columns .column .section ul li:after {
            content: '';
            clear: both;
            display: block; }
          .module.menu .columns .column .section ul li:last-child {
            border-bottom: 0 !important; }
          .module.menu .columns .column .section ul li span.title {
            width: calc(100% - 80px);
            display: inline-block;
            float: left; }
          .module.menu .columns .column .section ul li span.description {
            width: 100%;
            display: inline-block;
            float: left;
            margin-top: 0;
            opacity: 0.5; }
          .module.menu .columns .column .section ul li span.price {
            width: 80px;
            position: absolute;
            top: 25px;
            right: 0;
            text-align: right; }

.single-menu {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  float: left;
  position: relative; }
  @media only screen and (max-width: 500px) {
    .single-menu.inline {
      padding-bottom: 0; } }
  .single-menu.inline .module.headline {
    text-align: center; }
    @media only screen and (max-width: 500px) {
      .single-menu.inline .module.headline {
        padding-top: 0;
        padding-bottom: 0; } }
  .single-menu.inline .module.description {
    text-align: center; }
  .single-menu.inline .module.menu {
    margin-top: 30px; }
    @media only screen and (max-width: 500px) {
      .single-menu.inline .module.menu {
        width: calc(100% - 40px);
        margin-top: 0; } }
    @media only screen and (max-width: 500px) {
      .single-menu.inline .module.menu .columns .column .section {
        width: calc(100% - 10px); } }

.module.space {
  width: calc(100% - (70px * 2));
  float: left;
  padding: 35px 70px; }
  @media only screen and (max-width: 500px) {
    .module.space {
      width: calc(100% - (20px * 2));
      padding: 35px 20px; } }
  .module.space.small {
    height: 35px; }
    @media only screen and (max-width: 500px) {
      .module.space.small {
        height: 20px; } }
  .module.space.medium {
    height: 70px; }
  .module.space.large {
    height: 140px; }

.module.partners {
  width: calc(100% - (70px * 2));
  float: left;
  padding: 35px 70px;
  padding-top: 175px;
  padding-bottom: 140px;
  float: left;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 500px) {
    .module.partners {
      width: calc(100% - (20px * 2));
      padding: 35px 20px; } }
  @media only screen and (min-width: 1440px) {
    .module.partners {
      padding-top: 350px;
      padding-bottom: 350px; } }
  @media only screen and (max-width: 500px) {
    .module.partners {
      padding-bottom: 50px; } }
  .module.partners h3 {
    display: block;
    color: white;
    margin-bottom: 100px; }
    @media only screen and (max-width: 500px) {
      .module.partners h3 {
        margin-top: 35px;
        margin-bottom: 30px; } }
  .module.partners .list {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 2; }
    @media only screen and (max-width: 500px) {
      .module.partners .list {
        display: block; }
        .module.partners .list:after {
          content: '';
          clear: both;
          display: block; } }
    .module.partners .list li {
      padding: 35px; }
      @media only screen and (max-width: 1024px) {
        .module.partners .list li {
          padding: 20px; } }
      @media only screen and (max-width: 500px) {
        .module.partners .list li {
          width: calc(50% - 70px);
          padding: 35px;
          display: inline-block;
          float: left; } }
      .module.partners .list li a {
        max-width: 150px;
        max-height: 150px;
        display: inline-block;
        border: 0; }
        .module.partners .list li a:hover {
          border: 0;
          opacity: 0.5; }
  .module.partners .backgrounds li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media only screen and (min-width: 1440px) {
      .module.partners .backgrounds li {
        background-position: 20%; } }
    .module.partners .backgrounds li.active {
      opacity: 1; }
      @media only screen and (max-width: 1024px) {
        .module.partners .backgrounds li.active {
          opacity: 0; } }
  .module.partners.start .list li {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .module.partners.finish .list li {
    opacity: 1; }

.module.background {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

@includ tablet-s {
  .module.background {
    background-attachment: scroll; } }

.module.book {
  width: calc(100% - (70px * 2));
  float: left;
  padding: 35px 70px;
  color: white;
  height: 100vh;
  max-height: 500px;
  position: relative; }
  @media only screen and (max-width: 500px) {
    .module.book {
      width: calc(100% - (20px * 2));
      padding: 35px 20px; } }
  .module.book .inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
    .module.book .inner .module.headline {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 10px; }
    .module.book .inner .module.copy {
      padding-top: 0;
      padding-bottom: 0; }
    .module.book .inner .module.button {
      padding-bottom: 0; }
    .module.book .inner.start .headline, .module.book .inner.start .copy {
      opacity: 0;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .module.book .inner.finish .headline, .module.book .inner.finish .copy {
      opacity: 1; }

.module.anchor {
  width: 100%;
  float: left; }

.module.carousel {
  overflow: hidden;
  position: relative; }
  .module.carousel.start ul li {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .module.carousel.finish ul li {
    opacity: 1; }
  .module.carousel ul {
    width: 100%; }
    .module.carousel ul li {
      height: 100vh;
      display: inline-block;
      float: left; }
      .module.carousel ul li .media {
        width: 100vw;
        height: 100vh;
        display: block;
        position: relative;
        background-size: cover;
        background-position: center; }
      .module.carousel ul li .text {
        max-width: 1000px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media only screen and (max-width: 1024px) {
          .module.carousel ul li .text {
            top: calc(50% + 45px); } }
        .module.carousel ul li .text .module.headline {
          text-align: left;
          padding-bottom: 19px; }
          .module.carousel ul li .text .module.headline h1, .module.carousel ul li .text .module.headline h2 {
            -webkit-hyphens: none;
                -ms-hyphens: none;
                    hyphens: none;
            display: inline;
            line-height: 1.4em;
            background: rgba(0, 0, 0, 0.7);
            -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.7), -10px 0 0 rgba(0, 0, 0, 0.7);
                    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.7), -10px 0 0 rgba(0, 0, 0, 0.7); }
        .module.carousel ul li .text .module.copy {
          font-style: italic;
          text-align: left;
          padding-top: 0;
          opacity: 1 !important; }
    .module.carousel ul .owl-stage-outer {
      overflow: inherit; }
  .module.carousel .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 70px; }
    @media only screen and (max-width: 1024px) {
      .module.carousel .owl-dots {
        left: 20px; } }
    .module.carousel .owl-dots .owl-dot {
      width: 7px;
      height: 7px;
      display: inline-block;
      float: left;
      background: transparent;
      border: 0;
      -webkit-appearance: none;
      padding: 0;
      margin-right: 15px;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      @media only screen and (max-width: 1024px) {
        .module.carousel .owl-dots .owl-dot {
          margin-right: 5px; } }
      .module.carousel .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
        display: inline-block;
        border-radius: 50%; }
      .module.carousel .owl-dots .owl-dot.active span {
        background-color: transparent; }
      .module.carousel .owl-dots .owl-dot:not(.active) span {
        border-color: transparent; }
      .module.carousel .owl-dots .owl-dot:hover {
        opacity: 0.6; }

.module.bottom-bar {
  width: calc(100% - (70px * 2));
  float: left;
  padding: 35px 70px;
  padding: 25px 80px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  -webkit-transform: translateY(100%) scale(1, 0.95);
          transform: translateY(100%) scale(1, 0.95);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media only screen and (max-width: 500px) {
    .module.bottom-bar {
      width: calc(100% - (20px * 2));
      padding: 35px 20px; } }
  @media only screen and (max-width: 500px) {
    .module.bottom-bar {
      display: none; } }
  .module.bottom-bar.margin {
    bottom: 30px; }
  .module.bottom-bar.scroll {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1); }
    .module.bottom-bar.scroll .text, .module.bottom-bar.scroll .list {
      opacity: 1; }
  .module.bottom-bar .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.96; }
  .module.bottom-bar .text {
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .module.bottom-bar .list {
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media only screen and (max-width: 500px) {
      .module.bottom-bar .list {
        display: block; }
        .module.bottom-bar .list:after {
          content: '';
          clear: both;
          display: block; } }
    .module.bottom-bar .list li {
      padding: 0 35px; }
      @media only screen and (max-width: 1024px) {
        .module.bottom-bar .list li {
          padding: 20px; } }
      @media only screen and (max-width: 500px) {
        .module.bottom-bar .list li {
          width: calc(50% - 70px);
          padding: 35px;
          display: inline-block;
          float: left; } }
      .module.bottom-bar .list li a {
        max-width: 100px;
        max-height: 100px;
        display: inline-block;
        border: 0; }
        .module.bottom-bar .list li a:hover {
          border: 0;
          opacity: 0.5; }

section.default {
  width: calc(100% - (70px * 2));
  float: left;
  padding: 35px 70px; }
  @media only screen and (max-width: 500px) {
    section.default {
      width: calc(100% - (20px * 2));
      padding: 35px 20px; } }
  section.default .content-wrapper {
    max-width: 800px;
    margin: 130px auto 0 auto;
    min-height: calc(100vh - 200px); }
    section.default .content-wrapper h1, section.default .content-wrapper h2, section.default .content-wrapper h3, section.default .content-wrapper h4 {
      font-weight: bold;
      margin-bottom: 20px; }
    section.default .content-wrapper a {
      border: 0; }
      section.default .content-wrapper a:hover {
        opacity: 0.6; }
  section.default.error-404 {
    text-align: center; }
    section.default.error-404 .content-wrapper {
      margin: calc(25vh + 100px) auto 25vh auto; }
