@charset "UTF-8";
/*  -   -   -   ASSETS  -   -   -   */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "BrandonGrotW01-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #535353;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #96a9a7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #b8c6c4;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 22px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 22px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f6f6f6; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 713px; } }
  @media (min-width: 1024px) {
    .container {
      width: 969px; } }
  @media (min-width: 1440px) {
    .container {
      width: 1375px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1440px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e3e7e6;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #7a7b75; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #7a7b75; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #7a7b75; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #7a7b75; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #7a7b75; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #7a7b75; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1440px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*  -   -   -   BASE  -   -   -   */
/*  -   -   -   GLOBALS  -   -   -   */
.gl-text-left {
  text-align: left; }

.gl-text-right {
  text-align: right; }

.gl-text-center {
  text-align: center; }

.gl-text-uppercase {
  text-transform: uppercase; }

.gl-list-unstyled, .gl-list-inline {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .gl-list-unstyled > li, .gl-list-inline > li {
    padding: 0; }
    .gl-list-unstyled > li:before, .gl-list-inline > li:before {
      display: none; }

.gl-list-inline > li {
  display: inline-block;
  margin-right: 20px; }
  .gl-list-inline > li:last-child {
    margin-right: 0; }

.gl-link-unstyled {
  padding-bottom: 0 !important;
  white-space: normal; }
  .gl-link-unstyled:after {
    display: none !important; }

.gl-no-margin {
  margin: 0 !important; }

.mt-20 {
  margin-top: 20px !important;
  margin-top: 1rem !important; }

.mb-20 {
  margin-bottom: 20px !important;
  margin-bottom: 1rem !important; }

.mt-30 {
  margin-top: 30px !important;
  margin-top: 1.5rem !important; }

.mb-30 {
  margin-bottom: 30px !important;
  margin-bottom: 1.5rem !important; }

.mt-40 {
  margin-top: 40px !important;
  margin-top: 2rem !important; }

.mb-40 {
  margin-bottom: 40px !important;
  margin-bottom: 2rem !important; }

.mt-60 {
  margin-top: 60px !important;
  margin-top: 3rem !important; }

.mb-60 {
  margin-bottom: 60px !important;
  margin-bottom: 3rem !important; }

.mt-80 {
  margin-top: 80px !important;
  margin-top: 4rem !important; }

.mb-80 {
  margin-bottom: 80px !important;
  margin-bottom: 4rem !important; }

/*$breakpoints: (
    'phone': 320px,
    'tablet': 768px,
    'desktop': 1024px
) !default;*/
/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   @include viewport-unit(height, 50vh);
 *   @include viewport-unit(font-size, 5vmin);
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.fancy-select {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #46565D; }

.fancy-select.disabled {
  opacity: 0.5; }

.fancy-select select:focus + .trigger {
  box-shadow: 0 0 0 2px #4B5468; }

.fancy-select select:focus + .trigger.open {
  box-shadow: none; }

.fancy-select .trigger {
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #99A5BE;
  border: 1px solid #99A5BE;
  border-top-color: #A5B2CB;
  color: #4B5468;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 200px;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out; }

.fancy-select .trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #4B5468;
  top: 20px;
  right: 9px; }

.fancy-select .trigger.open {
  background: #4A5368;
  border: 1px solid #475062;
  color: #7A8498;
  box-shadow: none; }

.fancy-select .trigger.open:after {
  border-top-color: #7A8498; }

.fancy-select .options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  overflow: hidden;
  background: #62C8BF;
  border-radius: 4px;
  border-top: 1px solid #7DD8D2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; }

.fancy-select .options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out; }

.fancy-select .options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; }

.fancy-select .options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out; }

.fancy-select .options li {
  padding: 8px 12px;
  color: #2B8686;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out; }

.fancy-select .options .selected {
  background: rgba(43, 134, 134, 0.3);
  color: rgba(255, 255, 255, 0.75); }

.fancy-select .options .hover {
  color: #fff; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #2d2325;
  opacity: 0.5; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 60px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #fff;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #fff; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.8;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.8;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid none; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid none; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1140px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0;
    background: #2d2325; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0;
    background: #2d2325; }
  .mfp-figure small {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #fff;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 0;
    padding-right: 0; } }

.photostack {
  background: #ddd;
  position: relative;
  text-align: center;
  overflow: hidden; }

.js .photostack {
  height: 580px; }

.photostack-start {
  cursor: pointer; }

/* Wrapper and figures */
/* The size of this wrapper can be smaller if the items should not be scattered across the whole container */
.photostack > div {
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.photostack figure {
  width: 320px;
  height: 360px;
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 40px;
  text-align: center;
  margin: 5px; }

.js .photostack figure {
  position: absolute;
  display: block;
  margin: 0; }

.photostack figcaption h2 {
  margin: 20px 0 0 0;
  color: #a7a0a2;
  font-size: 16px; }

.photostack-img {
  outline: none;
  display: block;
  width: 240px;
  height: 240px;
  background: #f9f9f9; }

.photostack-back {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  font-family: "Give You Glory", cursive;
  color: #a7a0a2;
  padding: 50px 40px;
  text-align: left;
  font-size: 22px;
  line-height: 1.25;
  z-index: 1; }

.photostack-back p {
  margin: 0; }

.photostack-back p span {
  text-decoration: line-through; }

/* Navigation dots */
.photostack nav {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 90;
  text-align: center;
  left: 0;
  transition: opacity 0.3s; }

.photostack-start nav {
  opacity: 0; }

.photostack nav span {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #aaa;
  border-radius: 50%;
  text-align: center;
  transition: background 0.3s, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, background 0.3s;
  transition: transform 0.6s ease-in-out, background 0.3s, -webkit-transform 0.6s ease-in-out;
  -webkit-transform: scale(0.48);
  -ms-transform: scale(0.48);
      transform: scale(0.48); }

.photostack nav span:last-child {
  margin-right: 0; }

.photostack nav span::after {
  content: "\e600";
  font-family: 'icons';
  font-size: 80%;
  speak: none;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 30px;
  color: #fff;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.photostack nav span.current {
  background: #888;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1); }

.photostack nav span.current.flip {
  -webkit-transform: scale(1) rotateY(-180deg) translateZ(-1px);
  transform: scale(1) rotateY(-180deg) translateZ(-1px);
  background: #555; }

.photostack nav span.flippable::after {
  opacity: 1;
  transition-delay: 0.4s; }

/* Overlays */
/* Initial overlay on photostack container */
.js .photostack::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  transition: opacity 0.3s, visibility 0s 0.3s; }

.js .photostack-start::before {
  transition: opacity 0.3s; }

/* Button on photostack container */
.js .photostack::after {
  content: 'View Gallery';
  font-weight: 400;
  position: absolute;
  border: 3px solid #fff;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 101; }

.js .photostack::before,
.js .photostack::after {
  opacity: 0;
  visibility: hidden; }

.js .photostack-start::before,
.js .photostack-start:hover::after,
.touchevents .photostack-start::after {
  opacity: 1;
  visibility: visible; }

/* Overlay on figure */
.photostack figure::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
  transition: opacity 0.6s; }

/* Hide figure overlay when it becomes current */
figure.photostack-current::after {
  transition: opacity 0.6s, visibility 0s 0.6s;
  opacity: 0;
  visibility: hidden; }

/* Special classes for transitions and perspective */
.photostack-transition figure {
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }

.photostack-perspective {
  -webkit-perspective: 1800px;
  perspective: 1800px; }

.photostack-perspective > div,
.photostack-perspective figure {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.photostack-perspective figure,
.photostack-perspective figure div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.photostack-perspective figure.photostack-flip {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%; }

.csstransformspreserve3d figure.photostack-flip .photostack-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: block; }

.no-csstransformspreserve3d figure.photostack-showback .photostack-back {
  display: block; }

/* The no-JS fallback look does not need to be boring ;) */
.no-js .photostack figure {
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.05); }

.no-js .photostack figure::after {
  display: none; }

.no-js .photostack figure:nth-child(3n) {
  -webkit-transform: translateX(-10%) rotate(5deg);
  -ms-transform: translateX(-10%) rotate(5deg);
      transform: translateX(-10%) rotate(5deg); }

.no-js .photostack figure:nth-child(3n-2) {
  -webkit-transform: translateY(10%) rotate(-3deg);
  -ms-transform: translateY(10%) rotate(-3deg);
      transform: translateY(10%) rotate(-3deg); }

/* Some custom styles for the demo */
/* Since we don't have back sides for the first photo stack, we don't want the current dot to become too big */
#photostack-1 nav span.current {
  background: #888;
  -webkit-transform: scale(0.61);
  -ms-transform: scale(0.61);
      transform: scale(0.61); }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #fff;
  background: #96a9a7;
  border: 1px solid #96a9a7;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  font-family: "Brandon Grot W01 Light", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px 0; }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #7a7b75; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #96a9a7; }
  .is-today .pika-button {
    color: #fff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #7a7b75;
    box-shadow: inset 0 1px 3px transparent;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #787973;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #b8c6c4;
    box-shadow: none;
    border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #535353; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

@font-face {
  font-family: "Brandon Grot W01 Light";
  src: url("../fonts/fonts.com/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot?#iefix");
  src: url("../fonts/fonts.com/e00ba30a-0bf3-4c76-9392-8641fa237a92.eot?#iefix") format("eot"), url("../fonts/fonts.com/69b40392-453a-438a-a121-a49e5fbc9213.woff2") format("woff2"), url("../fonts/fonts.com/9362bca5-b362-4543-a051-2129e2def911.woff") format("woff"), url("../fonts/fonts.com/85060878-ca6c-43cc-ac31-7edccfdca71b.ttf") format("truetype"), url("../fonts/fonts.com/47f089a6-c8ce-46fa-b98f-03b8c0619d8a.svg#47f089a6-c8ce-46fa-b98f-03b8c0619d8a") format("svg"); }

@font-face {
  font-family: "BrandonGrotW01-Regular";
  src: url("../fonts/fonts.com/49d8a110-dd06-4918-9fea-516c27058edf.eot?#iefix");
  src: url("../fonts/fonts.com/49d8a110-dd06-4918-9fea-516c27058edf.eot?#iefix") format("eot"), url("../fonts/fonts.com/1e5fc8fa-a98c-4613-a08e-c6c975759a80.woff2") format("woff2"), url("../fonts/fonts.com/6b45f9ca-22b4-48ca-962f-6ff1fa7fc196.woff") format("woff"), url("../fonts/fonts.com/7fdcfbf6-62ea-4d31-935f-cac99a996c73.ttf") format("truetype"), url("../fonts/fonts.com/80f420d4-9e57-4016-b805-01b95b2e08f3.svg#80f420d4-9e57-4016-b805-01b95b2e08f3") format("svg"); }

@font-face {
  font-family: "BrandonGrotW01-RegularI";
  src: url("../fonts/fonts.com/4cd437c8-f180-408d-8ad9-556ba652458e.eot?#iefix");
  src: url("../fonts/fonts.com/4cd437c8-f180-408d-8ad9-556ba652458e.eot?#iefix") format("eot"), url("../fonts/fonts.com/bd1a24db-484f-4747-a301-1b66c2de4827.woff2") format("woff2"), url("../fonts/fonts.com/4295133c-8375-4ebf-bcde-c3fa95065198.woff") format("woff"), url("../fonts/fonts.com/691c886e-9c2c-494c-bfd8-4c93de90cbb1.ttf") format("truetype"), url("../fonts/fonts.com/9da820e7-d5a8-4857-ab6f-fe8d9fd5608a.svg#9da820e7-d5a8-4857-ab6f-fe8d9fd5608a") format("svg"); }

@font-face {
  font-family: "Brandon Grot W01 Medium";
  src: url("../fonts/fonts.com/172fdde2-f56b-433a-a6e2-ebeab9dfb588.eot?#iefix");
  src: url("../fonts/fonts.com/172fdde2-f56b-433a-a6e2-ebeab9dfb588.eot?#iefix") format("eot"), url("../fonts/fonts.com/50ca6f6f-b64d-4af0-9b30-526cf363d87e.woff2") format("woff2"), url("../fonts/fonts.com/050c2cbf-b818-4b8e-b6d2-71b70478bd9d.woff") format("woff"), url("../fonts/fonts.com/7da41ce3-b3fd-4fca-a85f-4f3099884c15.ttf") format("truetype"), url("../fonts/fonts.com/37c88f3d-9532-4547-9e11-7cca7f66048c.svg#37c88f3d-9532-4547-9e11-7cca7f66048c") format("svg"); }

@font-face {
  font-family: "Brandon Grot W01 Black";
  src: url("../fonts/fonts.com/b7e10dd9-521c-43c5-a17e-0bb4a5028f6f.eot?#iefix");
  src: url("../fonts/fonts.com/b7e10dd9-521c-43c5-a17e-0bb4a5028f6f.eot?#iefix") format("eot"), url("../fonts/fonts.com/5eb8ec44-bd3d-4f8e-a022-4435afe8c772.woff2") format("woff2"), url("../fonts/fonts.com/f74a4823-b1ad-4887-9f8e-b02719f2972b.woff") format("woff"), url("../fonts/fonts.com/bb746ead-509f-451a-b786-cbb81b93710d.ttf") format("truetype"), url("../fonts/fonts.com/97d12583-fcae-4cd9-92f5-003b80748877.svg#97d12583-fcae-4cd9-92f5-003b80748877") format("svg"); }

html,
body {
  font-size: 15px;
  line-height: 1.8em;
  color: #535353;
  letter-spacing: 0.03em; }

body {
  font-family: "Brandon Grot W01 Light", Helvetica, Arial, sans-serif; }

@media (min-width: 1024px) {
  html,
  body {
    font-size: 19px; } }

@media (min-width: 1440px) {
  html,
  body {
    font-size: 20px; } }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 0.8rem;
  font-weight: normal; }

p,
ul,
ol {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 31px;
  margin-bottom: 1.55rem; }

b, strong {
  font-family: "Brandon Grot W01 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal; }

i, em {
  font-family: "BrandonGrotW01-RegularI", Helvetica, Arial, sans-serif;
  font-weight: normal; }

h1,
.h1, h2,
.h2, h4,
.h4, h6,
.h6, .hl-xl {
  text-transform: uppercase; }

h1,
.h1, h3,
.h3 {
  color: #96a9a7; }

h1,
.h1, h3,
.h3, h6,
.h6 {
  font-family: "BrandonGrotW01-Regular", Helvetica, Arial, sans-serif; }

h2,
.h2, .hl-xl {
  font-family: "Brandon Grot W01 Light", Helvetica, Arial, sans-serif; }

h4,
.h4, h5,
.h5 {
  font-family: "Brandon Grot W01 Medium", Helvetica, Arial, sans-serif; }

h1,
.h1, h2,
.h2 {
  margin-bottom: 35px;
  margin-bottom: 1.75rem; }

h1,
.h1 {
  font-size: 40px;
  font-size: 2rem;
  line-height: 1.075em;
  letter-spacing: 0.075em; }

h2,
.h2 {
  font-size: 30px;
  font-size: 1.5rem;
  line-height: 1.52778em;
  letter-spacing: 0.05em; }

h3,
.h3 {
  font-size: 34px;
  font-size: 1.7rem;
  line-height: 1.23529em; }

h4,
.h4 {
  font-size: 17px;
  font-size: 0.85rem;
  line-height: 1.47059em;
  margin-bottom: 25px;
  margin-bottom: 1.25rem;
  letter-spacing: 0.1em; }

h5,
.h5 {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.8em;
  color: #535353;
  letter-spacing: 0.03em; }

h6,
.h6 {
  font-size: 17px;
  font-size: 0.85rem;
  line-height: 1.47059em;
  color: #7a7b75;
  letter-spacing: 0.1em; }

.hl-xl {
  font-family: "Brandon Grot W01 Light", Helvetica, Arial, sans-serif;
  font-size: 8vw;
  line-height: 1.25em;
  color: #2d2325;
  letter-spacing: 0.12em;
  margin-bottom: 0; }

.fs-italic {
  font-family: "BrandonGrotW01-RegularI", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-size: 0.95rem;
  color: #7a7b75;
  letter-spacing: 0.1em; }

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 55px;
    font-size: 2.75rem;
    line-height: 1.05455em; }
  h2,
  .h2 {
    font-size: 36px;
    font-size: 1.8rem; }
  .hl-xl {
    font-size: 78px;
    font-size: 3.9rem; } }

@media (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 55px;
    font-size: 2.75rem;
    line-height: 1.05455em; }
  .hl-xl {
    font-size: 100px;
    font-size: 5rem; } }

@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot?v311q6");
  src: url("../fonts/iconfont.eot?v311q6#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?v311q6") format("truetype"), url("../fonts/iconfont.woff?v311q6") format("woff"), url("../fonts/iconfont.svg?v311q6#iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-size: 0; }

.icon--bf:before,
.icon--af:after {
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon--bf.icon--pin:before,
.icon--af.icon--pin:after {
  content: ""; }

.icon--bf.icon--cross:before,
.icon--af.icon--cross:after {
  content: ""; }

.icon--bf.icon--twitter3:before,
.icon--af.icon--twitter3:after {
  content: ""; }

.icon--bf.icon--arrow-down:before,
.icon--af.icon--arrow-down:after {
  content: ""; }

.icon--bf.icon--arrow-left:before,
.icon--af.icon--arrow-left:after {
  content: ""; }

.icon--bf.icon--arrow-right:before,
.icon--af.icon--arrow-right:after {
  content: ""; }

.icon--bf.icon--checked:before,
.icon--af.icon--checked:after {
  content: ""; }

.icon--bf.icon--download:before,
.icon--af.icon--download:after {
  content: ""; }

.icon--bf.icon--facebook:before,
.icon--af.icon--facebook:after {
  content: ""; }

.icon--bf.icon--google-plus:before,
.icon--af.icon--google-plus:after {
  content: ""; }

.icon--bf.icon--instagram:before,
.icon--af.icon--instagram:after {
  content: ""; }

.icon--bf.icon--mail:before,
.icon--af.icon--mail:after {
  content: ""; }

.icon--bf.icon--menu:before,
.icon--af.icon--menu:after {
  content: ""; }

.icon--bf.icon--percent:before,
.icon--af.icon--percent:after {
  content: ""; }

.icon--bf.icon--play:before,
.icon--af.icon--play:after {
  content: ""; }

.icon--bf.icon--plus:before,
.icon--af.icon--plus:after {
  content: ""; }

.icon--bf.icon--search:before,
.icon--af.icon--search:after {
  content: ""; }

.icon--bf.icon--triangel-navigation:before,
.icon--af.icon--triangel-navigation:after {
  content: ""; }

.icon--bf.icon--unchecked:before,
.icon--af.icon--unchecked:after {
  content: ""; }

.icon--bf.icon--youtube:before,
.icon--af.icon--youtube:after {
  content: ""; }

.icon--bf.icon--up:before,
.icon--af.icon--up:after {
  content: ""; }

.fancyselect .trigger {
  width: 100%;
  height: 28px;
  padding: 8px 30px;
  border: none;
  border-radius: 14px;
  border: 1px solid #7a7b75;
  background: #fff;
  font-family: "Brandon Grot W01 Medium", Helvetica, Arial, sans-serif;
  color: #7a7b75;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 1em;
  box-shadow: none;
  transition: all 0.3s linear; }
  .fancyselect .trigger:after {
    content: "";
    top: 0;
    right: 0;
    width: 30px;
    height: 28px;
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    font-size: 9px;
    line-height: 28px;
    color: #7a7b75; }
  .fancyselect .trigger.open {
    background: #7a7b75;
    border: none;
    border-radius: 15px 15px 0 0;
    color: #fff;
    box-shadow: none; }
  @media (min-width: 1024px) {
    .fancyselect .trigger {
      height: 44px;
      padding: 15px 30px;
      border-radius: 22px;
      font-size: 15px; }
      .fancyselect .trigger:after {
        width: 30px;
        height: 44px;
        font-size: 12px;
        line-height: 44px; }
      .fancyselect .trigger.open {
        border-radius: 22px 22px 0 0; } }

.fancyselect select:focus + .trigger {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13); }

.fancyselect .options {
  top: 21px;
  width: 100%;
  background: #96a9a7;
  border-radius: 0 0 15px 15px;
  border: none;
  border-top: none;
  box-shadow: none; }
  .fancyselect .options li {
    padding: 7px 20px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    font-size: 11px;
    line-height: 1em;
    white-space: normal;
    text-transform: none;
    transition: background 0.3s linear; }
    .fancyselect .options li:before {
      display: none; }
    .fancyselect .options li:hover, .fancyselect .options li.hover, .fancyselect .options li.selected {
      background: #b8c6c4; }
    .fancyselect .options li:last-child {
      border-bottom: none; }
  .fancyselect .options.open {
    top: 28px; }

.fancyselect--primary .trigger {
  padding: 7px 40px;
  background: #96a9a7;
  border: none;
  font-family: "Brandon Grot W01 Light", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: none;
  text-align: center;
  letter-spacing: 0.03em; }
  .fancyselect--primary .trigger:after {
    width: 40px;
    color: rgba(255, 255, 255, 0.6);
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.6); }

.fancyselect--white .options li {
  padding: 8px 30px; }

@media (min-width: 1024px) {
  .fancyselect .options {
    top: 40px;
    border-radius: 0 0 22px 22px; }
    .fancyselect .options li {
      padding: 17px 30px;
      font-size: 16px; }
    .fancyselect .options.open {
      top: 44px; }
  .fancyselect--primary .trigger {
    padding: 12px 70px;
    font-size: 21px; }
    .fancyselect--primary .trigger:after {
      width: 70px; }
  .fancyselect--primary .options li {
    padding: 17px 40px; } }

::-moz-selection {
  background: #e3e7e6;
  color: #fff; }

::selection {
  background: #e3e7e6;
  color: #fff; }

body {
  overflow-x: hidden; }
  @media (min-width: 1024px) {
    body {
      padding-top: 160px; } }

main {
  margin-top: 150px; }
  main > .section:first-child {
    margin-top: 0; }
  @media (min-width: 1024px) {
    main {
      margin-top: 50px; } }

.overflow-hidden {
  overflow: hidden !important; }
  .overflow-hidden .header {
    padding-right: 15px; }

@media (max-width: 767px) {
  .container {
    padding: 0;
    overflow-x: hidden; } }

@media (min-width: 1900px) {
  .container {
    width: 1858px; } }

#cookie-notice {
  z-index: 16000009; }

.img--emblem {
  display: none;
  position: fixed;
  top: 22px;
  right: 0;
  z-index: 99; }
  .img--emblem img {
    width: auto;
    height: 50px; }

body.overflow-hidden .img--emblem {
  display: block; }

a {
  transition: color 0.3s linear; }
  a:focus, a:active:focus {
    outline-color: rgba(227, 231, 230, 0.2); }

main a,
.btn-link,
.links__link,
.footer a {
  position: relative;
  white-space: nowrap;
  padding-bottom: 2px;
  overflow: hidden; }
  main a:after,
  .btn-link:after,
  .links__link:after,
  .footer a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #96a9a7;
    transition: opacity 0.3s linear; }
  main a.btn:after,
  .btn-link.btn:after,
  .links__link.btn:after,
  .footer a.btn:after {
    display: none; }
  main a:hover:after,
  .btn-link:hover:after,
  .links__link:hover:after,
  .footer a:hover:after {
    opacity: 0; }
  main a:focus,
  .btn-link:focus,
  .links__link:focus,
  .footer a:focus {
    outline: none; }

.btn-link {
  display: inline-block;
  color: #96a9a7;
  cursor: pointer; }
  .btn-link:hover {
    color: #b8c6c4; }

.btn {
  display: inline-block;
  min-height: 28px;
  margin-bottom: 0;
  padding: 8px 40px 7px 40px;
  background: #96a9a7;
  border: 1px solid transparent;
  border-radius: 14px;
  max-width: 100%;
  font-family: "Brandon Grot W01 Medium", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background .22s linear; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
    background: #b8c6c4; }
  .btn:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }
  .btn--block {
    display: block;
    width: 100%; }
  .btn--booking {
    padding: 0 20px;
    width: 100px; }
  @media (min-width: 1024px) {
    .btn {
      min-height: 44px;
      padding: 14px 84px 13px 84px;
      padding: 0.7rem 4.2rem 0.65rem 4.2rem;
      font-size: 15px;
      font-size: 0.75rem;
      border-radius: 1.6em; }
      .btn--booking {
        padding: 14px 50px 13px 50px;
        padding: 0.7rem 50px 0.65rem 50px;
        width: auto; } }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-row--double .btn {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1rem; }

@media (min-width: 480px) {
  .btn-row--double:before, .btn-row--double:after {
    content: " ";
    display: table; }
  .btn-row--double:after {
    clear: both; }
  .btn-row--double .btn {
    float: left;
    width: 49%;
    padding-left: 0;
    padding-right: 0; }
    .btn-row--double .btn + .btn {
      float: right; } }

dd {
  margin: 0; }

ol {
  padding-left: 20px; }
  ol li {
    text-align: left;
    margin-bottom: 10px;
    margin-bottom: 0.5rem; }
  ol ol {
    margin: 0;
    padding-left: 32px; }

ul {
  list-style: none;
  padding-left: 0; }
  ul li {
    position: relative;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0; }
    ul li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0.75em;
      left: 6px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #96a9a7; }
  ul ul {
    margin: 0;
    padding-left: 10px; }

blockquote {
  font-family: "Brandon Grot W01 Black", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-size: 2rem;
  line-height: 1.375em;
  letter-spacing: 0.05em;
  color: #e3e7e6;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    blockquote {
      font-size: 80px;
      font-size: 4rem;
      line-height: 1.1875em; } }

.table-responsive {
  border-color: #c3cdcc; }

.table-container {
  max-width: 914px;
  margin: 40px auto;
  margin: 2rem auto;
  width: 100%;
  overflow-x: auto;
  webkit-overflow-scrolling: touch;
  padding: 0 1px; }
  .table-container table {
    width: 100%;
    max-width: 100%; }
    @media (min-width: 1024px) {
      .table-container table {
        min-width: 768px; } }
  .table-container th,
  .table-container td {
    padding: 12px 20px;
    border-bottom: 1px solid #7a7b75;
    line-height: 1.2em;
    text-align: center; }
  .table-container th {
    color: #96a9a7; }
  .table-container tbody tr:last-child th,
  .table-container tbody tr:last-child td {
    border-bottom: none; }
  .table-container--no-overflow {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    max-width: 914px;
    margin: 0 auto; }
    .table-container--no-overflow table {
      min-width: 0; }
  @media (min-width: 1024px) {
    .table-container {
      box-shadow: none; } }

.browser-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100; }
  .browser-message__text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 250px;
    margin: -125px 0 0 -250px; }
  .browser-message__toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    cursor: pointer; }
  .browser-message--cookies {
    background: #96a9a7;
    height: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
    .browser-message--cookies,
    .browser-message--cookies a {
      color: #fff; }
    .browser-message--cookies .browser-message__text {
      position: static;
      width: 100%;
      height: auto;
      min-height: 15px;
      font-size: 13px;
      line-height: 17px;
      vertical-align: middle;
      margin: 9px 0;
      padding: 0 30px 0 0; }

.pika-single {
  border-radius: 15px;
  width: 90%;
  max-width: 460px;
  border: none; }

.pika-lendar {
  width: 100% !important;
  border: none;
  margin: 0; }
  @media (min-width: 1024px) {
    .pika-lendar {
      width: 232px; } }
  @media (min-width: 1899px) {
    .pika-lendar {
      width: 300px; } }

.pika-title {
  border-radius: 15px 15px 0 0;
  background: #7a7b75;
  min-height: 45px; }

.pika-label {
  margin-top: 6px; }

.pika-prev,
.pika-next {
  text-indent: 0;
  background: none;
  font-size: 0;
  opacity: 1;
  min-height: 45px;
  text-align: center; }
  .pika-prev:before,
  .pika-next:before {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    color: #fff;
    width: 30px;
    height: 45px;
    line-height: 45px; }

.pika-prev,
.is-rtl .pika-next {
  margin-left: 9px; }
  .pika-prev:before,
  .is-rtl .pika-next:before {
    content: ""; }

.pika-next,
.is-rtl .pika-prev {
  margin-right: 9px; }
  .pika-next:before,
  .is-rtl .pika-prev:before {
    content: ""; }

.is-selected .pika-button, .pika-button:hover {
  text-align: center; }

.is-startrange .pika-button,
.is-endrange .pika-button {
  text-align: center; }

.pika-table {
  margin: 20px 0; }
  .pika-table th {
    text-transform: uppercase; }
  .pika-table th,
  .pika-table td {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0.2em; }
  .pika-table tr:last-child td {
    border-bottom: none; }

.pika-button {
  text-align: center;
  padding: 10px 0; }
  .is-selected .pika-button {
    border-radius: 0; }
  .pika-button:hover {
    transition: background 0.3s linear; }

@media (min-width: 768px) {
  .pika-table {
    margin: 50px 0; }
  .pika-button {
    padding: 18px 0; }
  .pika-prev,
  .is-rtl .pika-next {
    margin-left: 20px; }
  .pika-next,
  .is-rtl .pika-prev {
    margin-right: 20px; } }

/*  -   -   -   MODULES  -   -   -   */
.logo {
  display: inline-block; }
  .logo--footer, .logo--header {
    width: 200px;
    margin-top: -15px; }
  .logo--footer {
    width: 260px;
    height: 130px;
    margin-top: 35px; }
  .logo--nav {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 47px; }
  .logo img {
    display: block;
    width: 100%; }
  .logo--header {
    display: block;
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .logo--xs {
    width: 45px; }
  @media (min-width: 1024px) {
    .logo--footer {
      width: 320px;
      height: 160px;
      margin-top: 20px; }
    .logo--header {
      top: 30px;
      width: 300px; } }

.weather-today {
  font-size: 16px;
  font-size: 0.8rem; }
  .weather-today__time {
    display: block;
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 2.8125em;
    margin-bottom: 9px;
    margin-bottom: 0.45rem; }
  .weather-today__img {
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 18px;
    margin-bottom: 0.9rem; }
  .weather-today__temperature {
    display: block;
    font-family: "Brandon Grot W01 Light", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-size: 1.8rem;
    font-style: normal; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(-250%);
      -ms-transform: translateY(-250%);
          transform: translateY(-250%);
  transition: opacity .5s linear; }
  .overlay--weather {
    display: none;
    transition: -webkit-transform .7s ease-out;
    transition: transform .7s ease-out;
    transition: transform .7s ease-out, -webkit-transform .7s ease-out; }
    .overlay--weather__container {
      -webkit-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
              transform: translateY(-50px);
      transition: -webkit-transform .3s linear .4s;
      transition: transform .3s linear .4s;
      transition: transform .3s linear .4s, -webkit-transform .3s linear .4s; }
    .overlay--weather__hl {
      margin-top: 60px; }
    .overlay--weather__col {
      text-align: center;
      margin-bottom: 40px;
      margin-bottom: 2rem; }
      .overlay--weather__col > .h2 {
        color: #535353;
        margin-bottom: 12px;
        margin-bottom: 0.6rem; }
    .overlay--weather__list {
      max-width: 432px;
      margin: 0 auto; }
    .overlay--weather .overlay--weather__list-item {
      text-align: center;
      font-size: 20px;
      font-size: 1rem;
      line-height: 1.8em;
      border-bottom: 1px solid #7a7b75;
      padding-bottom: 5px;
      margin-bottom: 11px; }
    .overlay--weather__time {
      font-family: "Brandon Grot W01 Medium", Helvetica, Arial, sans-serif; }
    .overlay--weather__livecam {
      position: relative;
      display: block;
      max-width: 425px;
      margin: 0 auto;
      box-shadow: 0 15px 75.46px 22.54px rgba(0, 0, 0, 0.16), 0 23px 23.28px 0.72px rgba(0, 0, 0, 0.18); }
      .overlay--weather__livecam:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.31);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.2) 100%); }
      .overlay--weather__livecam-hl, .overlay--weather__livecam-link {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        color: #fff; }
      .overlay--weather__livecam-hl {
        top: 60px; }
        .overlay--weather__livecam-hl small {
          display: block;
          font-family: "Brandon Grot W01 Medium", Helvetica, Arial, sans-serif;
          font-size: 16px;
          font-size: 0.8rem;
          line-height: 2.8125em;
          text-transform: none; }
      .overlay--weather__livecam-link {
        bottom: 30px;
        bottom: 1.5rem; }
        .overlay--weather__livecam-link:after {
          background: #fff; }
    .overlay--weather__text {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .overlay--weather__col > .h2 {
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .overlay--weather {
        max-height: 570px;
        box-shadow: 0 15px 75.46px 22.54px rgba(0, 0, 0, 0.16), 0 23px 23.28px 0.72px rgba(0, 0, 0, 0.18); }
        .overlay--weather .overlay--weather__col {
          width: 33.33%;
          padding: 0 10px;
          min-height: 355px; }
          .overlay--weather .overlay--weather__col .h2 {
            font-size: 28px;
            font-size: 1.4rem; } }
    @media (min-width: 1440px) {
      .overlay--weather .overlay--weather__col .h2 {
        font-size: 36px;
        font-size: 1.8rem; } }
    .on-overlay-weather .overlay--weather {
      display: block;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: visible;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .on-overlay-weather .overlay--weather .overlay--weather__container {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      @media (min-width: 1024px) {
        .on-overlay-weather .overlay--weather {
          overflow: visible; } }
  .overlay--newsletter {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .on-overlay-newsletter .overlay--newsletter {
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0);
      opacity: 1; }
  .overlay--inquiry {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .on-overlay-inquiry .overlay--inquiry {
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0);
      opacity: 1; }
  .overlay--booking {
    background: url("../img/layout/emblem.png") #fff center 300px no-repeat;
    background-size: 100% auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .overlay--booking__container {
      max-width: 640px;
      margin: 0 auto; }
    .overlay--booking .form--booking {
      background: url("../img/layout/wreath-turquoise.svg") no-repeat bottom center;
      background-size: auto 244px;
      padding: 0 0 270px 0; }
      .overlay--booking .form--booking.flower-en {
        background: url("../img/layout/wreath-turquoise-en.svg") no-repeat bottom center;
        background-size: auto 244px;
        padding: 0 0 270px 0; }
    .on-overlay-booking .overlay--booking {
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0);
      opacity: 1; }
    @media (min-width: 1024px) {
      .overlay--booking {
        background-size: 65% auto; }
        .overlay--booking__container {
          margin-top: 100px;
          margin-top: 5rem;
          margin-bottom: 90px;
          margin-bottom: 4.5rem; }
        .overlay--booking .form--booking,
        .overlay--booking .form--booking.flower-en {
          max-width: none;
          padding: 0;
          background-position: 90% center; } }
    @media (max-width: 1130px) and (min-width: 1024px) {
      .overlay--booking .form--booking {
        max-width: none;
        padding: 0;
        background-position: 97% center; } }

.nav, .nav-mobile {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.nav-mobile__top-link, .nav-mobile .nav-mobile__lang {
  position: relative;
  z-index: 2; }

.nav-mobile__top-link, .nav-mobile .nav-mobile__lang {
  display: inline-block;
  vertical-align: top; }

.nav-mobile__top-link, .nav-mobile .nav-mobile__lang-header {
  color: #c3cdcc;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.3s linear; }
  .nav-mobile__top-link:hover, .nav-mobile .nav-mobile__lang-header:hover {
    color: #fff; }

.nav .logo {
  opacity: 0;
  transition: opacity .5s linear 1s; }

.nav__container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 25px;
  width: 85%;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  transition: -webkit-transform .3s linear .15s;
  transition: transform .3s linear .15s;
  transition: transform .3s linear .15s, -webkit-transform .3s linear .15s; }

.nav__container-l2 {
  position: absolute;
  top: 45px;
  left: 50%;
  width: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity .5s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.nav__list {
  padding: 0;
  margin: 0; }

.nav__item {
  position: static; }

.nav__link {
  position: relative; }

.nav__list--l1 {
  width: 50%;
  background: #fff; }
  .nav__list--l1:before {
    /*content: "";
            position: absolute;
            top: 52px;
            left: 50%;
            width: 1px;
            height: 90%;
            height: calc(100% - 70px);
            background: $brand-primary;*/ }
  .nav__list--l1 > .nav__item {
    height: 70px; }
    .nav__list--l1 > .nav__item:before {
      content: "";
      position: static;
      display: inline-block !important;
      width: auto;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em;
      /* Adjusts for spacing */ }
    .nav__list--l1 > .nav__item > .nav__link {
      display: inline-block;
      padding: 17px 0;
      padding: 0.85rem 0;
      width: 100%;
      vertical-align: middle;
      font-family: "Brandon Grot W01 Light", Helvetica, Arial, sans-serif;
      font-size: 25px;
      font-size: 1.25rem;
      line-height: 1.3em;
      text-transform: uppercase;
      color: #96a9a7;
      letter-spacing: 0.02em; }
      .nav__list--l1 > .nav__item > .nav__link.nav__link-1:before {
        content: '';
        height: 140px;
        position: absolute;
        top: 0;
        right: 0;
        border-right: 1px solid #96a9a7; }
      .nav__list--l1 > .nav__item > .nav__link.nav__link-2:before {
        content: '';
        height: 140px;
        position: absolute;
        top: 0;
        right: 0;
        border-right: 1px solid #96a9a7; }
      .nav__list--l1 > .nav__item > .nav__link.nav__link-3:before {
        content: '';
        height: 140px;
        position: absolute;
        top: 0;
        right: 0;
        border-right: 1px solid #96a9a7; }
      .nav__list--l1 > .nav__item > .nav__link.nav__link-4:before {
        content: '';
        height: 140px;
        position: absolute;
        top: 0;
        right: 0;
        border-right: 1px solid #96a9a7; }
      .nav__list--l1 > .nav__item > .nav__link.nav__link-5:before {
        content: '';
        height: 140px;
        position: absolute;
        top: 0;
        right: 0;
        border-right: 1px solid #96a9a7; }
      .nav__list--l1 > .nav__item > .nav__link.nav__link-6:before {
        content: '';
        height: 140px;
        position: absolute;
        top: 0;
        right: 0;
        border-right: 1px solid #96a9a7; }
      .nav__list--l1 > .nav__item > .nav__link.nav__link-7:before {
        content: '';
        height: 140px;
        position: absolute;
        top: 0;
        right: 0;
        border-right: 1px solid #96a9a7; }
    .nav__list--l1 > .nav__item.open > .nav__link:after {
      opacity: 1;
      content: '';
      position: absolute;
      top: 50%;
      right: -14px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 15px;
      height: 30px;
      background-image: url("../img/navigation/arrow_right_menu.svg");
      background-repeat: no-repeat; }
    .nav__list--l1 > .nav__item.open .nav__container-l2 {
      opacity: 1;
      visibility: visible;
      overflow: visible; }

.nav__list--l2 {
  max-width: 470px;
  margin: 0 auto;
  padding: 0 30px; }
  .nav__list--l2 li:before {
    display: none; }
  .nav__list--l2 .nav__link {
    display: block;
    padding: 20px 0;
    font-size: 25px;
    font-size: 1.25rem;
    line-height: 1.3em; }
    .nav__list--l2 .nav__link:first-child {
      padding-top: 0; }

.nav-toggle {
  position: relative;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  outline: none;
  font-size: 0;
  font-family: "Brandon Grot W01 Medium", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #96a9a7;
  cursor: pointer;
  transition: all 0.3s linear; }
  .nav-toggle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 20px; }
  .nav-toggle:hover {
    color: #b8c6c4; }
  .nav-toggle--open {
    font-size: 0;
    text-align: center;
    vertical-align: middle; }
  .nav-mobile .nav-toggle {
    color: #fff;
    background: #7a7b75;
    z-index: 1; }
    .nav-mobile .nav-toggle:before {
      font-size: 22px; }
    .nav-mobile .nav-toggle:hover {
      background: #b8c6c4; }
  @media (min-width: 1024px) {
    .nav-toggle--close {
      width: auto;
      margin: 16px 0 0 40px;
      padding-left: 36px;
      padding-left: 45px;
      font-size: 15px;
      text-transform: uppercase;
      color: #96a9a7;
      line-height: 60px; }
      .nav-toggle--close:before {
        left: 10px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .nav-toggle--open {
      margin-top: 17px; } }
  @media (min-width: 1440px) {
    .nav-toggle {
      font-size: 15px;
      text-transform: uppercase;
      color: #96a9a7;
      line-height: 60px;
      padding-left: 51px;
      width: auto;
      margin: 17px 0 0 50px; }
      .nav-toggle:before {
        left: 0px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 32px;
        width: 33px;
        height: 33px; }
      .nav-toggle--open {
        margin: 17px 0 0 0; } }

@media (min-width: 1440px) {
  .nav__list--l1 > .nav__item > .nav__link:after {
    right: -10px; } }

@media (min-width: 1899px) {
  .nav__container-l2 {
    top: 64px; } }

@media (min-height: 900px) {
  .nav__list--l1:before {
    top: 52px;
    height: calc(100% - 90px); }
  .nav__list--l1 > .nav__item {
    font-size: 30px;
    font-size: 1.5rem;
    height: 90px; } }

@media (min-height: 1024px) {
  .nav__list--l1:before {
    top: 65px;
    height: calc(100% - 100px); }
  .nav__list--l1 > .nav__item {
    height: 100px; } }

@media (min-height: 1200px) {
  .nav__list--l1:before {
    top: 70px;
    height: calc(100% - 111px); }
  .nav__list--l1 > .nav__item {
    height: 111px; } }

.nav-mobile {
  background: #96a9a7; }
  .nav-mobile > .container {
    position: relative; }
  .nav-mobile__top-link {
    padding: 0 9px;
    line-height: 60px; }
  .nav-mobile__list {
    margin-top: 8px;
    overflow: hidden;
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
    transition: -webkit-transform 0.25s linear 0.15s;
    transition: transform 0.25s linear 0.15s;
    transition: transform 0.25s linear 0.15s, -webkit-transform 0.25s linear 0.15s; }
  .nav-mobile__link {
    display: block;
    padding: 24px 0;
    font-family: "BrandonGrotW01-Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #96a9a7;
    text-align: center;
    border-bottom: 1px solid #7a7b75;
    border-bottom: 1px solid rgba(122, 123, 117, 0.21);
    transition: color 0.2s linear; }
  .nav-mobile__link--l1 {
    position: relative;
    background: #96a9a7;
    font-size: 19px;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 2; }
    .nav-mobile__link--l1:after {
      padding-left: 9px;
      font-size: 9px;
      opacity: 0;
      transition: opacity 0.2s linear; }
    .nav-mobile__link--l1:last-child {
      border-bottom: none; }
    .nav-mobile__link--l1:focus, .nav-mobile__link--l1:active:focus {
      outline: none; }
    .nav-mobile__link--l1:hover {
      color: #fff;
      color: rgba(255, 255, 255, 0.39); }
    .nav-mobile__link--l1.open {
      z-index: 1;
      box-shadow: 8px 13px 75px 22.54px rgba(0, 0, 0, 0.16), 12px 20px 23.28px 0.72px rgba(0, 0, 0, 0.18); }
      .nav-mobile__link--l1.open:after {
        opacity: 1; }
  .nav-mobile__list--l2 {
    position: relative;
    background: #fff;
    z-index: 0;
    padding-right: 10px; }
    .nav-mobile__list--l2 .nav-mobile__item {
      padding-right: 20px; }
      .nav-mobile__list--l2 .nav-mobile__item:before {
        content: none; }
      .nav-mobile__list--l2 .nav-mobile__item:last-child {
        border-bottom: none; }
  .nav-mobile .nav-mobile__lang {
    width: 80px;
    font-size: 0; }
    .nav-mobile .nav-mobile__lang-header {
      margin: 0;
      padding: 16px 0;
      border-bottom: none;
      box-shadow: none; }
    .nav-mobile .nav-mobile__lang-content a {
      font-size: 13px;
      padding: 16px 0; }

.on-nav .nav,
.on-nav .nav-mobile {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1; }

.on-nav .nav__container,
.on-nav .nav-mobile__list {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.on-nav .logo {
  opacity: 1; }

@media (min-width: 480px) {
  .flexibility--xs {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 768px) {
  .flexibility--sm {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 1024px) {
  .flexibility--md {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 60px;
  height: 60px;
  z-index: 0;
  transition: z-index 0s linear .4s; }
  .search .form {
    height: 100%; }
  .search__input, .search__btn-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
  .search__submit {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    z-index: -1; }
  .search__input {
    width: 0;
    padding: 0;
    background: #96a9a7;
    border: none;
    border-radius: 0;
    font-size: 0;
    color: #fff;
    line-height: 60px;
    transition: width .4s linear, font-size 0s linear .1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1; }
    .search__input::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .search__input:-ms-input-placeholder {
      color: #fff; }
    .search__input::-webkit-input-placeholder {
      color: #fff; }
    .search__input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.39);
      opacity: 1; }
    .search__input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.39); }
    .search__input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.39); }
    .search__input:focus, .search__input:active {
      border-bottom: 1px solid #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.39);
      outline: none;
      box-shadow: none; }
  .search__btn-open, .search__btn-close {
    color: #c3cdcc;
    cursor: pointer;
    transition: all 0.2s linear; }
    .search__btn-open:hover, .search__btn-close:hover {
      background: #b8c6c4; }
  .search__btn-open {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
            transform: translateX(-60px);
    width: 60px;
    height: 60px;
    margin: 0;
    font-size: 0;
    overflow: hidden;
    transition: left 0.4s linear, background 0.2s linear, color #b8c6c4;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .search__btn-open:before {
      display: block;
      text-align: center;
      font-size: 21px;
      line-height: 60px; }
  .search__btn-close {
    width: 60px;
    opacity: 0;
    text-align: center;
    z-index: -1; }
    .search__btn-close:before {
      font-size: 15px;
      line-height: 60px; }
  .search.open {
    z-index: 2;
    transition: z-index 0s linear; }
    .search.open .search__btn-close,
    .search.open .search__submit {
      z-index: 3; }
    .search.open .search__btn-close {
      opacity: 1; }
    .search.open .search__btn-open {
      left: 0;
      z-index: 2;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .search.open .search__input {
      width: 100%;
      padding: 0 60px 0 70px;
      font-size: 16px;
      transition: width .4s linear, font-size .45s linear .2s; }
  .header .search {
    top: -12px;
    left: auto;
    right: 0;
    width: 335px;
    z-index: 0; }
    .header .search .search__btn-open {
      color: #7a7b75; }
    .header .search.open {
      z-index: 2; }
      .header .search.open .search__btn-open {
        color: #fff;
        color: rgba(255, 255, 255, 0.39); }
    @media (min-width: 768px) {
      .header .search__btn-open:hover {
        background: none;
        color: #b8c6c4; } }
    @media (min-width: 1440px) {
      .header .search {
        width: 460px; } }
    @media (min-width: 1899px) {
      .header .search {
        width: 545px; } }

.grid {
  position: relative;
  width: 100%;
  max-width: 100%; }
  .grid__grid-sizer, .grid__item {
    width: 100%; }
  .grid__gutter-sizer {
    width: 10px; }
  .grid__item {
    position: relative;
    display: block;
    background: #fff;
    min-height: 320px;
    margin-bottom: 10px;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    white-space: normal;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  @media (min-width: 768px) {
    .grid {
      width: auto;
      max-width: none;
      margin: 0 auto; }
      .grid__grid-sizer, .grid__item {
        width: 341.5px; }
      .grid__item {
        box-shadow: 0 15px 75.46px 22.54px rgba(0, 0, 0, 0.16), 0 23px 23.28px 0.72px rgba(0, 0, 0, 0.18); }
      .grid__item--2x1 {
        width: 100%; } }
  @media (min-width: 1024px) {
    .grid__grid-sizer, .grid__item {
      width: 469.5px;
      min-height: 426px; }
    .grid__item--2x1 {
      width: 100%; } }
  @media (min-width: 1440px) {
    .grid__grid-sizer, .grid__item {
      width: 331.25px; }
    .grid__item--2x1 {
      width: 672.5px; }
    .grid__item--single {
      margin-left: 341.25px; } }
  @media (min-width: 1899px) {
    .grid__grid-sizer, .grid__item {
      width: 452px; }
    .grid__item--2x1 {
      width: 914px; }
    .grid__item--single {
      margin-left: 462px; } }

.content-header {
  max-width: 914px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px; }
  .content-header__category {
    margin-bottom: 43px;
    margin-bottom: 2.15rem; }
  .content-header__border {
    position: relative;
    padding-bottom: 31px;
    margin-bottom: 65px;
    margin-bottom: 3.25rem; }
    .content-header__border:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 72px;
      height: 4px;
      margin-left: -34px;
      background: #96a9a7; }
  .content-header__tags {
    font-family: "BrandonGrotW01-RegularI", Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-size: 0.95rem;
    line-height: 1.31579em;
    color: #96a9a7;
    letter-spacing: 1.5px;
    margin-bottom: 43px;
    margin-bottom: 2.15rem; }
  .content-header .h2 {
    margin-bottom: 20px;
    margin-bottom: 1rem; }
  .content-header--left {
    text-align: left;
    max-width: none;
    padding: 0; }
    .content-header--left .content-header__border:after {
      left: 0;
      margin-left: 0; }
  .content-header--flower:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background: url("../img/layout/wreath-grey.svg") center center no-repeat;
    margin: 90px auto 55px auto;
    margin: 4.5rem auto 2.75rem auto; }
  @media (min-width: 768px) {
    .content-header {
      padding: 0; } }

.quote {
  max-width: 914px;
  margin: 0 auto;
  margin: 40px auto;
  margin: 2rem auto;
  padding: 0 10px; }
  .quote__footer {
    margin-bottom: 42px;
    margin-bottom: 2.1rem;
    font-size: 17px;
    font-size: 0.85rem; }
  .quote__img {
    display: block;
    margin: 0 auto 17px auto;
    margin: 0 auto 0.85rem auto;
    width: 104px; }
  @media (min-width: 768px) {
    .quote {
      margin-top: 110px;
      padding: 0; } }
  @media (min-width: 1025px) {
    .quote {
      margin-top: 140px; } }
  @media (min-width: 1441px) {
    .quote {
      margin-top: 170px; } }

.social {
  margin: 25px 0 14px 0; }
  .social li {
    margin-right: 30px; }
  .social__icon {
    display: block;
    line-height: 1em; }
    .social__icon.social__icon-svg {
      line-height: 0; }
    .social__icon:before {
      display: block;
      color: #96a9a7;
      font-size: 32px;
      line-height: 1em;
      padding-top: 1px;
      width: 34px;
      height: 34px;
      transition: color 0.3s linear;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .social__icon > svg {
      width: 32px;
      height: 32px;
      fill: #96a9a7;
      transition: fill 0.3s linear; }
    .social__icon:hover:before {
      color: #b8c6c4; }
    .social__icon:hover > svg {
      fill: #b8c6c4; }
    .social__icon:hover:active:before, .social__icon:active:before {
      text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
    .social__icon:after {
      display: none !important; }

.video-player {
  position: relative;
  z-index: 0;
  height: auto; }
  .video-player__container {
    margin: 0 auto 3.65rem;
    height: auto;
    min-height: 357px;
    max-width: 100%; }
  .video-player__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: auto;
    min-width: 101%;
    min-height: 101%;
    max-height: none;
    max-width: none;
    z-index: 1;
    cursor: pointer;
    transition: 0.2s linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .video-player__btn {
    position: relative;
    color: #96a9a7;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 0;
    cursor: pointer;
    transition: color 0.7s linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .video-player__btn:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 64px;
      font-size: 3.2rem;
      text-shadow: 12px 20px 23.28px rgba(0, 0, 0, 0.18), 8px 13px 75.46px rgba(0, 0, 0, 0.16); }
    .video-player__btn:hover {
      color: #fff; }
  @media (min-width: 768px) {
    .video-player__container {
      padding-bottom: 0; } }

.slider__figure {
  position: relative; }

.slider__figcaption {
  position: relative;
  padding: 0 10px;
  text-align: center; }

.slider__item:focus, .slider__item:active {
  outline: none; }

.slider__img {
  display: block;
  width: 100%; }

.slider--content, .slider--detail {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.slider--content {
  max-width: 914px;
  margin: 2.5rem auto 60px auto; }

.slider--hero .slick-dots button, .slider--detail .slick-dots button {
  border: 2px solid #fff;
  border: 2px solid rgba(255, 255, 255, 0.2); }

.slider--hero .slick-dots .slick-active button, .slider--detail .slick-dots .slick-active button {
  background: #fff;
  border-color: #fff; }

.slider--hero {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 101%;
  height: 101%; }
  .slider--hero .slick-list,
  .slider--hero .slick-track {
    height: 101% !important; }
  .slider--hero .slider__item {
    position: relative; }
    .slider--hero .slider__item:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: rgba(0, 0, 0, 0.3);
      width: 101%;
      height: 101%; }
  .slider--hero .slider__figure {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    max-width: 101%; }
  .slider--hero .slick-dots {
    outline: none;
    z-index: 2; }

.slider--quote .slick-dots {
  bottom: 11px; }
  .slider--quote .slick-dots button {
    border: 2px solid #96a9a7;
    border: 2px solid rgba(150, 169, 167, 0.2); }
  .slider--quote .slick-dots .slick-active button {
    background: #96a9a7;
    border-color: #96a9a7; }

.slider--detail {
  max-width: 914px;
  margin: 0 auto; }
  .slider--detail:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -12%;
    left: 0;
    width: 100%;
    max-width: 637px;
    height: 100%;
    background: url("../img/layout/flower-left.svg") left bottom no-repeat;
    background-size: contain;
    z-index: -1;
    bottom: -37%; }
  .slider--detail .slick-dots {
    bottom: 33px; }
  .slider--detail .slider__item {
    position: relative; }
  .slider--detail .slider__figure {
    position: relative;
    overflow: hidden;
    height: 320px; }
  .slider--detail .img-responsive {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: auto;
    min-width: 101%;
    min-height: 101%;
    max-height: none;
    max-width: none; }

@media (min-width: 768px) {
  .slider--content, .slider--detail {
    box-shadow: 8px 13px 75.46px 22.54px rgba(0, 0, 0, 0.18), 12px 20px 23.28px 0.72px rgba(0, 0, 0, 0.16); }
  .slider--detail {
    max-width: none; }
    .slider--detail:before {
      bottom: -35%; } }

@media (min-width: 1024px) {
  .slider__figcaption {
    left: 55%;
    width: 100%;
    max-width: 443px;
    text-align: left; }
  .slider--detail:before {
    bottom: -30%; } }

@media (min-width: 1440px) {
  .slider__figcaption {
    left: 61.65%; }
  .slider--detail:before {
    bottom: -38%; }
  .slider--detail .slick-prev:before,
  .slider--detail .slick-next:before {
    color: #fff; }
  .slider--detail .slick-next {
    right: 40px; }
  .slider--detail .slick-prev {
    left: 40px; }
  .slider--detail .slider__figure {
    position: relative;
    overflow: hidden;
    height: auto; }
  .slider--detail .img-responsive {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    max-width: 100%;
    height: auto; } }

@media (min-width: 1899px) {
  .slider--detail:before {
    bottom: -28%; } }

.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    padding: 0 10px; }
    .slick-dots li:before {
      display: none; }
  .slick-dots button {
    width: 15px;
    height: 15px;
    padding: 0;
    border: 2px solid #9fa09b;
    border: 2px solid rgba(122, 123, 117, 0.2);
    background: transparent;
    font-size: 0;
    border-radius: 50%;
    transition: all 0.3s linear; }
    .slick-dots button:active, .slick-dots button:focus, .slick-dots button:active:focus {
      outline: none;
      box-shadow: none; }
  .slick-dots .slick-active button {
    background: #9fa09b;
    border-color: #9fa09b; }

@media (min-width: 1024px) {
  .slick-dots {
    bottom: -60px; } }

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
  padding: 0;
  font-size: 0;
  background: none;
  outline: none;
  border: none;
  z-index: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .15s linear;
    color: #96a9a7; }
  .slick-prev:hover:before,
  .slick-next:hover:before {
    color: #b8c6c4; }
  .slick-prev:active:before, .slick-prev:hover:active:before,
  .slick-next:active:before,
  .slick-next:hover:active:before {
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: ""; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: ""; }

@media (min-width: 768px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 45px; } }

@media (min-width: 1440px) {
  .slick-next {
    right: -78px; }
  .slick-prev {
    left: -78px; } }

.links__link {
  font-family: "BrandonGrotW01-Regular", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-size: 0.85rem;
  line-height: 1em;
  color: #7a7b75; }
  .links__link:after {
    opacity: 0;
    background: #96a9a7; }
  .links__link:hover:after {
    opacity: 1; }

.links .links__item {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #7a7b75;
  line-height: 1em; }
  .links .links__item:last-child {
    padding-right: 0;
    border-right: none; }

.links__link {
  vertical-align: middle; }
  .links__link:after {
    background: transparent; }

/*  -   -   -   ACCORDEON  -   -   -   */
.accordeon__list-item {
  margin-bottom: 30px;
  margin-bottom: 1.5rem; }

.accordeon__header {
  cursor: pointer; }

.accordeon__content {
  overflow: hidden;
  margin: 0;
  height: 0;
  max-height: 0;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  visibility: hidden;
  transition: opacity .55s ease-in, max-height .7s ease-in, -webkit-transform .35s ease-in;
  transition: transform .35s ease-in, opacity .55s ease-in, max-height .7s ease-in;
  transition: transform .35s ease-in, opacity .55s ease-in, max-height .7s ease-in, -webkit-transform .35s ease-in; }

.accordeon .open + .accordeon__content {
  opacity: 1;
  height: auto;
  max-height: 2000px;
  visibility: visible;
  overflow: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.accordeon--detail .accordeon__header {
  width: 100%;
  height: 28px;
  padding: 8px 30px;
  border: none;
  border-radius: 14px;
  border: 1px solid #7a7b75;
  background: #fff;
  font-family: "Brandon Grot W01 Medium", Helvetica, Arial, sans-serif;
  color: #7a7b75;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 1em;
  box-shadow: none;
  transition: all 0.3s linear;
  text-transform: uppercase; }
  .accordeon--detail .accordeon__header:after {
    content: "";
    top: 0;
    right: 0;
    width: 30px;
    height: 28px;
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    font-size: 9px;
    line-height: 28px;
    color: #7a7b75; }
  .accordeon--detail .accordeon__header.open {
    background: #7a7b75;
    border: none;
    border-radius: 15px 15px 0 0;
    color: #fff;
    box-shadow: none; }
  @media (min-width: 1024px) {
    .accordeon--detail .accordeon__header {
      height: 44px;
      padding: 15px 30px;
      border-radius: 22px;
      font-size: 15px; }
      .accordeon--detail .accordeon__header:after {
        width: 30px;
        height: 44px;
        font-size: 12px;
        line-height: 44px; }
      .accordeon--detail .accordeon__header.open {
        border-radius: 22px 22px 0 0; } }
  .accordeon--detail .accordeon__header:after {
    position: absolute; }
  .accordeon--detail .accordeon__header.open {
    border-radius: 15px; }
    .accordeon--detail .accordeon__header.open + .accordeon__content {
      padding: 20px 20px 0 20px; }

.accordeon--detail .accordeon__content {
  background: none;
  padding: 0 20px; }

@media (min-width: 1024px) {
  .accordeon--detail .accordeon__header.open {
    border-radius: 22px; }
    .accordeon--detail .accordeon__header.open + .accordeon__content {
      padding: 30px 30px 0 30px; }
  .accordeon--detail .accordeon__content {
    padding: 0 30px; } }

@media (max-width: 1024px) {
  .downloads .tablecontainer table {
    min-width: 100%; }
  .downloads table {
    min-width: 100%; } }

@media (max-width: 767px) {
  .downloads .tablecontainer table {
    min-width: 768px; }
  .downloads table {
    min-width: 768px; } }

.downloads th,
.downloads td {
  width: 40%; }
  .downloads th:last-child,
  .downloads td:last-child {
    width: 20%;
    padding-right: 0; }
  @media (max-width: 1024px) {
    .downloads th,
    .downloads td {
      width: 20%; }
      .downloads th:first-child,
      .downloads td:first-child {
        width: 60%; }
      .downloads th:last-child,
      .downloads td:last-child {
        width: 20%;
        padding-right: 20px; } }

.downloads .gl-text-left {
  text-align: left; }

.downloads__size {
  text-transform: uppercase; }

.downloads__link {
  display: inline-block;
  padding-right: 40px;
  position: relative;
  margin: 0;
  line-height: 22px;
  white-space: nowrap; }
  .downloads__link:before {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 40px;
    height: 22px;
    font-size: 22px;
    z-index: 1;
    text-align: right; }
  .downloads__link:after {
    content: none; }

.tiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .tiles__text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 20px; }
  .tiles__hl {
    color: #fff;
    margin-bottom: 0; }
  .tiles__text {
    margin: 0;
    font-family: "BrandonGrotW01-Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 0.9rem;
    color: #fff; }
  .tiles__link {
    margin: 0;
    margin-top: 9px;
    margin-top: 0.45rem;
    font-size: 16px;
    font-size: 0.8rem;
    color: #fff; }
    .tiles__link:after {
      background: #fff; }
  .tiles__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: auto;
    min-width: 101%;
    min-height: 101%;
    max-height: none;
    max-width: none; }
  .tiles__quote {
    margin: 0;
    padding: 57px 20px;
    color: #535353;
    text-align: center; }
    .tiles__quote-text, .tiles__quote-footer {
      line-height: 1.8em;
      text-transform: none;
      color: #535353; }
    .tiles__quote-text {
      font-family: "Brandon Grot W01 Light", Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-size: 1rem;
      letter-spacing: 0.03em;
      margin-bottom: 0; }
    .tiles__quote-footer {
      font-family: "BrandonGrotW01-Regular", Helvetica, Arial, sans-serif;
      font-size: 18px;
      font-size: 0.9rem;
      letter-spacing: 0.02em; }
    .tiles__quote .tiles__quote-img {
      display: inline;
      width: 42px;
      padding: 0 0 0 5px; }
  .tiles--bg {
    background: #96a9a7; }
    .grid__link .tiles--bg {
      transition: background 0.7s linear; }
      .grid__link .tiles--bg:hover {
        background: #b8c6c4; }
  .tiles--pattern {
    background: url("../img/layout/pattern.svg") #96a9a7 0 0 no-repeat;
    background-size: cover; }
  .tiles--img:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 105%;
    height: 105%;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
    z-index: 1;
    transition: opacity 0.3s linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .tiles--img:hover:before {
    opacity: 0.5; }
  .tiles--number .tiles__hl {
    font-family: "Brandon Grot W01 Light", Helvetica, Arial, sans-serif;
    font-size: 120px;
    font-size: 6rem;
    letter-spacing: 0.05em; }
  .tiles--location .tiles__hl:after {
    margin-top: 10px;
    margin-top: 0.5rem;
    display: block;
    font-size: 79px;
    font-size: 3.95rem; }
  .tiles--quote-slider {
    position: static; }
    .tiles--quote-slider .tiles__hl {
      color: #535353; }
  @media (min-width: 768px) {
    .tiles__quote-text {
      max-height: 110px;
      overflow: hidden; }
    .tiles--quote-slider {
      position: absolute; } }
  @media (min-width: 1024px) {
    .tiles__quote {
      max-width: 720px;
      margin: 0 auto; }
      .tiles__quote .tiles__hl {
        margin-bottom: 13px;
        margin-bottom: 0.65rem; }
      .tiles__quote-text {
        max-height: 170px;
        margin-bottom: 10px;
        margin-bottom: 0.5rem; } }

.filter {
  margin: 45px 0;
  margin: 2.25rem 0;
  padding: 0 20px;
  text-align: center; }
  .filter__label {
    font-size: 19px;
    font-size: 0.95rem;
    font-family: "BrandonGrotW01-RegularI", Helvetica, Arial, sans-serif;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #7a7b75; }
  .filter .fancy-select, .filter__label {
    margin: 0 auto 5px auto; }
  .filter__item {
    max-width: 320px;
    margin: 0 auto; }
  .filter .btn {
    margin-top: 10px;
    width: 100%; }
  @media (min-width: 768px) {
    .filter {
      margin: 70px 0 25px 0;
      margin: 3.5rem 0 1.25rem 0;
      text-align: center; }
      .filter__item, .filter__label,
      .filter .fancy-select {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap; }
      .filter__label,
      .filter .fancy-select {
        margin: 0 2px; }
      .filter .fancy-select {
        width: 200px; }
      .filter__item {
        max-width: none;
        margin: 0 2px 12px 2px; }
      .filter .btn {
        margin: 0;
        width: 200px; } }
  @media (min-width: 1024px) {
    .filter__item {
      margin: 0 5px 20px 5px;
      margin: 0 5px 1rem 5px; }
    .filter .fancy-select,
    .filter .btn {
      width: 300px; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

label {
  display: inline-block;
  max-width: 100%; }

.form__radio-label, .form__checkbox-label, .wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 38px; }
  .form__radio-label:before, .form__checkbox-label:before, .wpcf7-checkbox .wpcf7-list-item-label:before,
  .wpcf7-radio .wpcf7-list-item-label:before, .form__radio-label:after, .form__checkbox-label:after, .wpcf7-checkbox .wpcf7-list-item-label:after,
  .wpcf7-radio .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute; }
  .form__radio-label:before, .form__checkbox-label:before, .wpcf7-checkbox .wpcf7-list-item-label:before,
  .wpcf7-radio .wpcf7-list-item-label:before, .form__radio-label:after, .form__checkbox-label:after, .wpcf7-checkbox .wpcf7-list-item-label:after,
  .wpcf7-radio .wpcf7-list-item-label:after {
    top: 0;
    left: 0;
    width: 26px;
    height: 26px; }
  .form__radio-label:after, .form__checkbox-label:after, .wpcf7-checkbox .wpcf7-list-item-label:after,
  .wpcf7-radio .wpcf7-list-item-label:after {
    opacity: 0;
    transition: opacity 0.2s linear; }

.form__label {
  display: block;
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 15px;
  margin-bottom: 0.75rem; }

.form input[type="radio"],
.form input[type="checkbox"] {
  position: absolute;
  top: -9999px;
  opacity: 0;
  left: -9999px;
  visibility: hidden; }

.form__radio, .form__checkbox {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1rem;
  line-height: 23px; }
  .form__radio.error, .form__checkbox.error {
    color: #f35a5a; }
    .form__radio.error:before, .form__checkbox.error:before {
      color: #f35a5a; }

.form__radio-label:before {
  border: 3px solid #96a9a7;
  border-radius: 50%; }

.form__radio-label:after {
  top: 7px;
  left: 7px;
  background: #96a9a7;
  border-radius: 50%;
  width: 12px;
  height: 12px; }

.form input[type="radio"]:checked + .form__radio-label:after {
  opacity: 1; }

.form__checkbox-label:before, .form__checkbox-label:after {
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #96a9a7;
  font-size: 20px; }

.form__checkbox-label:before {
  content: ""; }

.form__checkbox-label:after {
  content: ""; }

.form__checkbox-container {
  margin: 0 20px 45px 20px;
  margin: 0 20px 2.25rem 20px; }

.form__checkbox--small {
  margin: 0 auto;
  text-align: left; }

.form input[type="checkbox"]:checked + .form__checkbox-label:after {
  opacity: 1; }

.form__center {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px; }
  .form__center--xl {
    max-width: 900px; }

.form__input.wpcf7-not-valid, .form__textarea.wpcf7-not-valid {
  border: 1px solid #f35a5a;
  background: #fff;
  color: #f35a5a; }
  .form__input.wpcf7-not-valid::-moz-placeholder, .form__textarea.wpcf7-not-valid::-moz-placeholder {
    color: #f35a5a;
    opacity: 1; }
  .form__input.wpcf7-not-valid:-ms-input-placeholder, .form__textarea.wpcf7-not-valid:-ms-input-placeholder {
    color: #f35a5a; }
  .form__input.wpcf7-not-valid::-webkit-input-placeholder, .form__textarea.wpcf7-not-valid::-webkit-input-placeholder {
    color: #f35a5a; }

.form__input {
  width: 100%;
  height: 28px;
  padding: 4px 40px 3px 40px;
  background: #96a9a7;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1em;
  color: #7a7b75;
  text-align: center;
  color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none; }
  .form__input::-moz-placeholder {
    color: #535353;
    opacity: 1; }
  .form__input:-ms-input-placeholder {
    color: #535353; }
  .form__input::-webkit-input-placeholder {
    color: #535353; }
  .form__input:focus, .form__input:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13); }
  .form__input-select {
    position: relative; }
    .form__input-select input {
      color: #fff; }
    .form__input-select:after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 40px;
      height: 100%;
      font-family: 'iconfont';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      font-size: 16px;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      border: none;
      font-size: 9px;
      line-height: 28px;
      color: #fff;
      color: rgba(255, 255, 255, 0.6);
      border-left: 1px solid #fff;
      border-left: 1px solid rgba(255, 255, 255, 0.6); }
    @media (min-width: 1024px) {
      .form__input-select:after {
        width: 70px;
        height: 44px;
        font-size: 12px;
        line-height: 44px; } }

.form__textarea {
  width: 100%;
  min-height: 100px;
  max-width: 100%;
  padding: 20px 40px;
  background: #96a9a7;
  border: none;
  border-radius: 14px;
  font-size: 11px;
  letter-spacing: 0.03em;
  text-align: center;
  color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none; }
  .form__textarea::-moz-placeholder {
    color: white;
    opacity: 1; }
  .form__textarea:-ms-input-placeholder {
    color: white; }
  .form__textarea::-webkit-input-placeholder {
    color: white; }
  .form__textarea:focus, .form__textarea:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13); }

.form__btn {
  margin: 0 auto; }

.form--booking {
  padding-top: 50px;
  padding-top: 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 2.5rem;
  background: url("../img/layout/emblem.png") center center no-repeat;
  background-size: contain; }

.form--contact .form__radio,
.form--contact .form__checkbox {
  display: block; }

@media (min-width: 480px) {
  .form__checkbox, .form__radio {
    margin-right: 40px;
    margin-right: 2rem;
    width: auto; }
    .form__checkbox:last-child, .form__radio:last-child {
      margin-right: 0; }
    .form__checkbox-container, .form__radio-container {
      text-align: center; } }

@media (min-width: 768px) {
  .form--booking {
    padding-top: 343px;
    padding-top: 17.15rem;
    padding-bottom: 343px;
    padding-bottom: 17.15rem; } }

@media (min-width: 1024px) {
  .form__input {
    height: 44px;
    padding: 14px 40px 10px 40px;
    border-radius: 22px;
    font-size: 21px; }
  .form__textarea {
    min-height: 120px;
    border-radius: 14px;
    font-size: 22px; } }

@media (min-width: 1899px) {
  .form__checkbox {
    margin-right: 80px;
    margin-right: 4rem; }
    .form__checkbox-label {
      padding-left: 48px; }
    .form__checkbox--small {
      margin: 0 auto; }
  .form__checkbox-label:before, .form__checkbox-label:after, .form__radio-label:before, .form__radio-label:after {
    font-size: 26px; } }

.form--contact .wpcf7-form-control-wrap {
  display: block; }

.form--contact .wpcf7-checkbox,
.form--contact .wpcf7-radio {
  padding: 0 20px; }
  .form--contact .wpcf7-checkbox:before, .form--contact .wpcf7-checkbox:after,
  .form--contact .wpcf7-radio:before,
  .form--contact .wpcf7-radio:after {
    content: " ";
    display: table; }
  .form--contact .wpcf7-checkbox:after,
  .form--contact .wpcf7-radio:after {
    clear: both; }
  .form--contact .wpcf7-checkbox .wpcf7-list-item,
  .form--contact .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    width: 48.5%;
    float: left; }
    .form--contact .wpcf7-checkbox .wpcf7-list-item:nth-child(even),
    .form--contact .wpcf7-radio .wpcf7-list-item:nth-child(even) {
      float: right; }

.wpcf7-checkbox,
.wpcf7-radio {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1rem;
  line-height: 23px;
  text-align: left; }
  .wpcf7-checkbox .wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item-label:after,
  .wpcf7-radio .wpcf7-list-item-label:before,
  .wpcf7-radio .wpcf7-list-item-label:after {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #96a9a7;
    font-size: 20px; }
  .wpcf7-checkbox .wpcf7-list-item-label:before,
  .wpcf7-radio .wpcf7-list-item-label:before {
    content: ""; }
  .wpcf7-checkbox .wpcf7-list-item-label:after,
  .wpcf7-radio .wpcf7-list-item-label:after {
    content: ""; }
  .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label:before,
  .wpcf7-radio.wpcf7-not-valid .wpcf7-list-item-label:before {
    color: #f35a5a; }

.wpcf7-radio .wpcf7-list-item-label:before {
  border: 3px solid #96a9a7;
  border-radius: 50%; }

.wpcf7-radio .wpcf7-list-item-label:after {
  top: 7px;
  left: 7px;
  background: #96a9a7;
  border-radius: 50%;
  width: 12px;
  height: 12px; }

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1; }

.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  text-align: left; }

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1; }

span.wpcf7-list-item {
  margin-left: 0; }

span.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
  color: #f35a5a; }

.wpcf7-form.sent {
  position: relative; }

.wpcf7-response-output {
  border: none !important;
  clear: both; }
  .wpcf7-response-output:before, .wpcf7-response-output:after {
    content: " ";
    display: table; }
  .wpcf7-response-output:after {
    clear: both; }

div.wpcf7-mail-sent-ng {
  border: none !important;
  color: #96a9a7; }

div.wpcf7-mail-sent-ok {
  border: none !important;
  margin: 0;
  padding: 0; }

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  display: none !important; }

.wpcf7-response-output {
  text-align: center; }

.inv-recaptcha-holder {
  margin-top: -60px; }
  .inv-recaptcha-holder .grecaptcha-badge {
    margin: 0 auto; }

.gallery {
  width: 100%;
  display: table;
  padding-bottom: 3.25rem; }
  .gallery .gallery__item {
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    overflow: hidden; }
  .gallery__img-container, .gallery__text-container {
    display: block;
    position: relative;
    height: 0; }
  .gallery__img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    overflow: hidden; }
    .gallery__img-container:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 105%;
      height: 105%;
      background: rgba(0, 0, 0, 0.2);
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
      z-index: 1;
      transition: opacity 0.7s linear; }
    .gallery__img-container:hover:before {
      opacity: 0; }
  .gallery__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: auto;
    min-width: 101%;
    min-height: 101%;
    max-height: none;
    max-width: none;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .gallery__text-container {
    padding-bottom: 100% !important;
    background: #96a9a7;
    transition: background 0.3s linear; }
    .gallery__text-container:hover {
      background: #b8c6c4; }
  .gallery__hl {
    margin: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media (min-width: 480px) {
    .gallery {
      margin: 0; }
      .gallery .gallery__item {
        margin: 0 -.5% 5px;
        width: 50%;
        padding-bottom: 49.1%; }
        .gallery .gallery__item:nth-child(odd) {
          margin-right: .5%; }
        .gallery .gallery__item:nth-child(even) {
          margin-left: .5%; } }
  @media (min-width: 768px) {
    .gallery {
      width: 693px;
      margin: 0 5px; }
      .gallery .gallery__item {
        box-shadow: 0 15px 75.46px 22.54px rgba(0, 0, 0, 0.16), 0 23px 23.28px 0.72px rgba(0, 0, 0, 0.18);
        width: 341.5px; }
        .gallery .gallery__item:nth-child(odd) {
          margin-right: 5px; }
        .gallery .gallery__item:nth-child(even) {
          margin-left: 5px; } }
  @media (min-width: 1024px) {
    .gallery {
      width: 949px;
      margin: 0 10px; }
      .gallery .gallery__item {
        width: 464.5px;
        margin-bottom: 10px;
        padding-bottom: 32.4%; } }
  @media (min-width: 1440px) {
    .gallery {
      width: 914px;
      margin: 0 auto; }
      .gallery .gallery__item {
        width: 452px;
        margin-bottom: 10px;
        padding-bottom: 49.1%; }
        .gallery .gallery__item:nth-child(odd) {
          margin-left: 0;
          margin-right: 5px; }
        .gallery .gallery__item:nth-child(even) {
          margin-left: 5px; } }
  @media (min-width: 1899px) {
    .gallery {
      width: 100%;
      margin: 0; }
      .gallery .gallery__item {
        padding-bottom: 24.1%; }
        .gallery .gallery__item:nth-child(4n+1) {
          margin-left: 0px;
          margin-right: 5px; }
        .gallery .gallery__item:nth-child(4n+2) {
          margin-left: 5px;
          margin-right: 5px; }
        .gallery .gallery__item:nth-child(4n+3) {
          margin-left: 5px;
          margin-right: 5px; }
        .gallery .gallery__item:nth-child(4n+4) {
          margin-left: 5px;
          margin-right: 0; } }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-close {
  font-size: 0;
  transition: all 0.2s linear; }
  .mfp-image-holder .mfp-close:before,
  .mfp-iframe-holder .mfp-close:before,
  .mfp-close:before {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    width: 40px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center; }

.mfp-arrow {
  width: 40px;
  height: 60px;
  text-align: center;
  margin-top: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: all 0.2s linear; }
  .mfp-arrow:after {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: static;
    display: inline-block;
    width: 40px;
    height: 60px;
    margin: 0;
    border: none;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    transition: all 0.2s linear; }
  .mfp-arrow:active {
    margin-top: 0; }
  .mfp-arrow:hover:after {
    color: #fff; }
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after {
      content: ""; }
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after {
      content: ""; }

.mfp-counter {
  padding: 0 10px 0 0; }

.popup--overlay.mfp-bg {
  opacity: 0;
  transition: all 0.3s linear; }
  .popup--overlay.mfp-bg.mfp-ready {
    opacity: .8; }
  .popup--overlay.mfp-bg.mfp-removing {
    opacity: 0; }

.popup--overlay .mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s linear; }

.popup--overlay .mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.popup--overlay .mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.popup--gallery__open {
  cursor: pointer; }

@media (min-width: 768px) {
  .mfp-image-holder .mfp-close:before,
  .mfp-iframe-holder .mfp-close:before,
  .mfp-close:before {
    width: 30px;
    font-size: 30px;
    text-align: right; }
  .mfp-arrow {
    width: 60px; }
    .mfp-arrow:after {
      width: 60px;
      font-size: 35px; }
  .mfp-counter {
    padding: 0; } }

.popup.popup--contest {
  position: relative;
  background: #FFF;
  width: 90%;
  max-width: 1160px;
  margin: 15px auto; }
  .popup.popup--contest .steps__overview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .popup.popup--contest .steps__overview .list-steps li {
      font-size: 12px;
      color: #96a9a7;
      background-color: #fff;
      padding: 8px 30px;
      margin-right: -20px;
      text-align: center;
      text-transform: uppercase;
      border-top-right-radius: 60px;
      border-bottom-right-radius: 60px;
      box-shadow: 5px 0px 5px -2px rgba(0, 0, 0, 0.1); }
      .popup.popup--contest .steps__overview .list-steps li .sep, .popup.popup--contest .steps__overview .list-steps li .step-label {
        display: none; }
        @media (min-width: 480px) {
          .popup.popup--contest .steps__overview .list-steps li .sep, .popup.popup--contest .steps__overview .list-steps li .step-label {
            display: inline-block; } }
      @media (min-width: 768px) {
        .popup.popup--contest .steps__overview .list-steps li {
          font-size: 17px;
          padding: 13px 60px 12px;
          margin-right: -30px; } }
      .popup.popup--contest .steps__overview .list-steps li.active {
        color: #fff;
        background-color: #96a9a7; }
        .popup.popup--contest .steps__overview .list-steps li.active.passed {
          color: #7a7b75; }
        .popup.popup--contest .steps__overview .list-steps li.active:not(.passed) .sep, .popup.popup--contest .steps__overview .list-steps li.active:not(.passed) .step-label {
          display: inline-block; }
      .popup.popup--contest .steps__overview .list-steps li:nth-child(1) {
        z-index: 3;
        padding-left: 20px; }
        @media (min-width: 768px) {
          .popup.popup--contest .steps__overview .list-steps li:nth-child(1) {
            padding-left: 60px; } }
      .popup.popup--contest .steps__overview .list-steps li:nth-child(2) {
        z-index: 2; }
      .popup.popup--contest .steps__overview .list-steps li:nth-child(3) {
        z-index: 1; }
    .popup.popup--contest .steps__overview .mfp-close {
      background: #fff;
      width: 43px;
      height: 43px;
      padding: 8px 0; }
      @media (min-width: 768px) {
        .popup.popup--contest .steps__overview .mfp-close {
          width: 52px;
          height: 52px;
          padding: 12px; } }
      .popup.popup--contest .steps__overview .mfp-close:before {
        color: #96a9a7; }
  .popup.popup--contest .content {
    padding: 0 20px; }
    @media (min-width: 768px) {
      .popup.popup--contest .content {
        padding: 0 60px; } }
    .popup.popup--contest .content__info {
      text-align: center;
      padding-top: 91px;
      padding-bottom: 30px;
      background-image: url("../img/layout/background.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media (min-width: 768px) {
        .popup.popup--contest .content__info {
          padding-top: 112px; } }
      .popup.popup--contest .content__info h2 {
        font-size: 25px;
        font-weight: bold;
        color: #96a9a7;
        max-width: 845px;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .popup.popup--contest .content__info h2 {
            font-size: 45px; } }
      .popup.popup--contest .content__info h3, .popup.popup--contest .content__info p, .popup.popup--contest .content__info ul li {
        color: #7a7b75; }
      .popup.popup--contest .content__info h3 {
        font-size: 12px;
        color: #7a7b75;
        text-transform: uppercase;
        font-weight: bold; }
        @media (min-width: 768px) {
          .popup.popup--contest .content__info h3 {
            font-size: 17px; } }
      .popup.popup--contest .content__info p {
        font-size: 16px;
        color: #535353; }
        @media (min-width: 768px) {
          .popup.popup--contest .content__info p {
            font-size: 20px; } }
      .popup.popup--contest .content__info .bg-circled {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: #96a9a7;
        font-size: 12px;
        color: #fff;
        text-align: center;
        border-radius: 50%; }
        @media (min-width: 768px) {
          .popup.popup--contest .content__info .bg-circled {
            width: 34px;
            height: 34px;
            font-size: 17px; } }
        .popup.popup--contest .content__info .bg-circled span {
          margin-top: 3px;
          margin-right: -3px; }
          @media (min-width: 768px) {
            .popup.popup--contest .content__info .bg-circled span {
              margin-top: 0;
              display: block; } }
    .popup.popup--contest .content__steps {
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        .popup.popup--contest .content__steps {
          padding-top: 30px;
          padding-bottom: 30px; } }
      .popup.popup--contest .content__steps .content {
        display: none; }
        @media (max-width: 1023px) {
          .popup.popup--contest .content__steps .content .btn {
            min-height: 36px;
            border-radius: 18px;
            padding: 8px 20px 7px; } }
        @media (max-width: 1023px) {
          .popup.popup--contest .content__steps .content__form .form__input,
          .popup.popup--contest .content__steps .content__form .fancyselect .trigger {
            height: 36px;
            border-radius: 18px; }
          .popup.popup--contest .content__steps .content__form .fancyselect .trigger {
            padding-top: 12px;
            padding-bottom: 12px; }
            .popup.popup--contest .content__steps .content__form .fancyselect .trigger:after {
              height: 36px;
              line-height: 36px; }
          .popup.popup--contest .content__steps .content__form .fancyselect .options.open {
            top: 36px; }
          .popup.popup--contest .content__steps .content__form .fancyselect .options li {
            padding-top: 12px;
            padding-bottom: 12px; } }
        .popup.popup--contest .content__steps .content__form .form__input {
          background-color: #fff;
          border-color: #96a9a7;
          color: #535353; }
        .popup.popup--contest .content__steps .content__form label {
          font-size: 10px;
          text-align: center;
          text-transform: uppercase; }
          @media (min-width: 768px) {
            .popup.popup--contest .content__steps .content__form label {
              font-size: 15px; } }
        .popup.popup--contest .content__steps .content__form input[type="checkbox"] {
          position: absolute;
          top: -9999px;
          opacity: 0;
          left: -9999px;
          visibility: hidden; }
        .popup.popup--contest .content__steps .content__form .terms label {
          font-size: 14px;
          font-style: italic;
          text-transform: none;
          word-break: break-word; }
          @media (min-width: 768px) {
            .popup.popup--contest .content__steps .content__form .terms label {
              font-size: 20px; } }
        .popup.popup--contest .content__steps .content__social .table-social {
          width: 100%; }
          .popup.popup--contest .content__steps .content__social .table-social td {
            text-align: center;
            vertical-align: middle; }
          .popup.popup--contest .content__steps .content__social .table-social td:nth-child(1),
          .popup.popup--contest .content__steps .content__social .table-social td:nth-child(3) {
            width: 47%; }
          .popup.popup--contest .content__steps .content__social .table-social td:nth-child(2) {
            width: 6%; }
          .popup.popup--contest .content__steps .content__social .table-social .seperator {
            width: 1px;
            height: 100px;
            background-color: #7a7b75;
            margin: 0 auto; }
          .popup.popup--contest .content__steps .content__social .table-social .img-instagram {
            width: 30px; }
          .popup.popup--contest .content__steps .content__social .table-social p {
            margin-top: 10px; }
        .popup.popup--contest .content__steps .content__done h2 {
          font-size: 35px;
          color: #96a9a7; }
          @media (min-width: 768px) {
            .popup.popup--contest .content__steps .content__done h2 {
              font-size: 55px; } }
        .popup.popup--contest .content__steps .content__done h3 {
          color: #2d2325;
          text-transform: uppercase;
          font-size: 14px; }
          @media (min-width: 768px) {
            .popup.popup--contest .content__steps .content__done h3 {
              font-size: 17px; } }
        .popup.popup--contest .content__steps .content__done p {
          color: #7a7b75;
          font-size: 14px; }
          @media (min-width: 768px) {
            .popup.popup--contest .content__steps .content__done p {
              font-size: 17px; } }
      .popup.popup--contest .content__steps #step-1 {
        display: block; }

body.popup-contest--open {
  position: fixed;
  width: 100%;
  overflow: hidden; }

.popup-contest--open .zopim {
  display: none !important; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.25s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.25s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-container {
  position: fixed;
  overflow-y: scroll; }

.photostack {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .js .photostack {
    height: 640px; }
    .js .photostack:before {
      opacity: 1;
      width: 105%;
      height: 105%;
      overflow: hidden;
      visibility: visible;
      background: radial-gradient(circle closest-side at 50%, rgba(67, 66, 66, 0.28) 0%, rgba(22, 22, 22, 0.28) 33%, rgba(0, 0, 0, 0.28) 100%);
      z-index: 1; }
  .photostack-img {
    width: 100%;
    height: auto; }
  .photostack img {
    max-width: 100%;
    display: block; }
  .photostack nav {
    z-index: 2; }
    .photostack nav span {
      margin: 0 3px;
      border-radius: 0;
      width: 30px;
      height: 40px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      background: transparent;
      line-height: 40px; }
      .photostack nav span:before {
        content: "";
        display: inline-block;
        text-align: center;
        width: 15px;
        height: 15px;
        border: 2px solid #fff;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%; }
      .photostack nav span:after {
        display: none; }
      .photostack nav span.current {
        background: none !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important; }
        .photostack nav span.current:before {
          border-color: #7a7b75;
          background: #7a7b75; }
  .photostack-title {
    font-weight: normal;
    margin: 25px 0 0 0;
    color: #535353; }
  @media (min-width: 768px) {
    .photostack {
      box-shadow: 0 15px 75.46px 22.54px rgba(0, 0, 0, 0.16), 0 23px 23.28px 0.72px rgba(0, 0, 0, 0.18); } }
  @media (min-width: 1024px) {
    .js .photostack {
      height: 840px; }
    .photostack figure {
      width: 465px;
      height: 527px;
      position: relative;
      display: inline-block;
      background: #fff;
      padding: 57px;
      text-align: center;
      margin: 5px; }
    .photostack-title {
      margin: 40px 0 0 0; } }

.tabs {
  padding: 0 10px; }
  .tabs__pane {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity .4s linear; }
    .tabs__pane--flower:after {
      content: "";
      display: block;
      width: 200px;
      height: 200px;
      margin: 30px auto;
      background: url("../img/layout/wreath-turquoise.svg") 0 0 no-repeat; }
    .tabs__pane--flower.flower-en:after {
      background: url("../img/layout/wreath-turquoise-en.svg") 0 0 no-repeat; }
    .tabs__pane.active {
      display: block;
      overflow: visible;
      height: auto;
      opacity: 1;
      visibility: visible; }
  .tabs__nav {
    max-width: 1223px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 1.5rem;
    text-align: center; }
  .tabs__nav-item {
    margin-bottom: 10px;
    cursor: pointer;
    min-width: 190px;
    padding: 0; }
    .tabs__nav-item .btn {
      padding-left: 10px;
      padding-right: 10px; }
    .tabs__nav-item:before {
      display: none; }
    .tabs__nav-item.active .btn {
      background: #e3e7e6; }
  @media (min-width: 768px) {
    .tabs__nav {
      margin-bottom: 56px;
      margin-bottom: 2.8rem;
      padding: 0 45px; }
      .tabs__nav-item {
        display: inline-block; } }
  @media (min-width: 1024px) {
    .tabs__nav-item {
      padding: 0 5px;
      min-width: 280px; } }
  @media (min-width: 1440px) {
    .tabs__nav {
      padding: 0; }
    .tabs__nav-item {
      min-width: 300px; }
    .tabs__pane--flower:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 200px;
      height: 200px;
      margin-top: -100px;
      background: url("../img/layout/wreath-turquoise.svg") 0 0 no-repeat; } }
  @media (min-width: 1900px) {
    .tabs__pane--flower:after {
      right: 154px; } }

.overview {
  position: relative; }
  .overview:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -12%;
    left: 0;
    width: 100%;
    max-width: 637px;
    height: 100%;
    background: url("../img/layout/flower-left.svg") left bottom no-repeat;
    background-size: contain;
    z-index: -1;
    display: none; }
  .overview .btn {
    max-width: 200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px; }
  .overview__item {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    height: 220px;
    overflow: hidden; }
  .overview__item-container {
    display: table;
    overflow: hidden;
    width: 100.2%;
    padding: 40px 10px;
    height: 100%; }
    .overview__item-container:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 105%;
      height: 105%;
      background: rgba(0, 0, 0, 0.2);
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
      z-index: 1;
      z-index: 0; }
  .overview__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: auto;
    min-width: 101%;
    min-height: 101%;
    max-height: none;
    max-width: none;
    z-index: -1;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .overview__content {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
  .overview__content, .overview__links, .overview__link {
    color: #fff; }
  .overview__hl, .overview__text, .overview__links {
    position: relative;
    z-index: 1; }
  .overview__text {
    text-transform: uppercase; }
  .overview__link {
    font-size: 18px;
    font-size: 0.9rem; }
    .overview__link:after {
      background: #fff; }
  @media (min-width: 768px) {
    .overview__hl {
      margin-bottom: 20px;
      margin-bottom: 1rem; } }
  @media (min-width: 1440px) {
    .overview {
      margin-left: .25%;
      margin-right: .25%; }
      .overview:before {
        display: block;
        bottom: -26%; }
      .overview .btn {
        margin: 0;
        max-width: none; }
        .overview .btn + .btn {
          margin-bottom: 150px; }
      .overview__item {
        display: inline-block;
        vertical-align: middle;
        width: 24.22%;
        height: 610px;
        margin: 0 .25% 0 .25%;
        overflow: hidden;
        box-shadow: 0 15px 75.46px 22.54px rgba(0, 0, 0, 0.16), 0 23px 23.28px 0.72px rgba(0, 0, 0, 0.18); }
        .overview__item:hover .overview__figure {
          -webkit-transform: translate(-50%, -50%) scale(1.02);
              -ms-transform: translate(-50%, -50%) scale(1.02);
                  transform: translate(-50%, -50%) scale(1.02); }
        .overview__item:hover .overview__links {
          opacity: 1;
          height: auto;
          visibility: visible;
          overflow: visible; }
      .overview__links {
        opacity: 0;
        height: 0;
        max-height: 500px;
        visibility: hidden;
        overflow: hidden;
        text-align: center;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        transition: opacity .7s linear, height .7s linear; } }

@media (min-width: 1440px) and (max-width: 1898px) {
  .overview__hl {
    font-size: 26px; }
  .overview__text {
    font-size: 16px; }
  .overview__link {
    font-size: 14px; } }

.blog__item {
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
  overflow: hidden; }
  .blog__item:hover .blog__left:before {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 105%;
    height: 105%;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
    z-index: 1; }

.blog__left, .blog__right {
  position: relative; }

.blog__left {
  display: block;
  height: 0;
  padding-bottom: 100% !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden; }
  .blog__left:before {
    opacity: 0;
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 105%;
    height: 105%;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
    z-index: 1;
    transition: opacity 0.7s linear; }

.blog__right {
  padding: 30px 10px 0 10px; }

.blog__tags {
  color: #96a9a7;
  padding: 10px 10px 0 10px; }

.blog__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  max-height: none;
  max-width: none;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media (min-width: 768px) {
  .blog {
    max-width: 914px;
    margin: 0 auto; }
    .blog__item {
      overflow: visible; }
    .blog__article {
      width: 100%; }
    .blog__item {
      margin-bottom: 75px;
      margin-bottom: 3.75rem; }
    .blog__left, .blog__right {
      width: 50%; }
    .blog__left {
      min-height: 457px;
      height: auto;
      padding-bottom: 0 !important;
      overflow: hidden;
      box-shadow: 0 15px 75.46px 22.54px rgba(0, 0, 0, 0.16), 0 23px 23.28px 0.72px rgba(0, 0, 0, 0.18); }
    .blog__right {
      padding: 0 0 80px 70px;
      padding: 0 0 80px 3.5rem; }
    .blog__img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      width: auto;
      height: auto;
      min-width: 101%;
      min-height: 101%;
      max-height: none;
      max-width: none; }
    .blog__tags {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 40%;
      margin-bottom: 0;
      margin-left: 70px;
      margin-left: 3.5rem;
      padding-bottom: 35px;
      padding-bottom: 1.75rem;
      border-bottom: 1px solid #96a9a7; } }

@media (min-width: 1024px) {
  .blog__right {
    padding-left: 90px;
    padding-left: 4.5rem; }
  .blog__tags {
    width: 40%;
    margin-left: 90px;
    margin-left: 4.5rem; } }

.partners {
  text-align: center; }
  .partners li {
    margin: 0 5px;
    margin-bottom: 10px; }
  @media (min-width: 1440px) {
    .partners li {
      margin: 0 10px 10px 10px; } }

.simcal-default-calendar-grid > table tbody td {
  padding-bottom: 20px !important; }

.simcal-default-calendar-grid .simcal-day-label.simcal-day-number {
  padding: 10px 0; }

.simcal-default-calendar-grid .simcal-events {
  margin-top: 10px; }
  .simcal-default-calendar-grid .simcal-events > .simcal-event {
    padding-left: 5px;
    border: 0; }
    .simcal-default-calendar-grid .simcal-events > .simcal-event:before {
      content: none; }
    .simcal-default-calendar-grid .simcal-events > .simcal-event:hover .simcal-event-title {
      color: #96a9a7; }

.simcal-default-calendar-grid .simcal-today > div {
  border: 0 !important; }

.simcal-default-calendar-light .simcal-nav-button:disabled, .simcal-default-calendar-light .simcal-nav-button:disabled:hover,
.simcal-default-calendar-dark .simcal-nav-button:disabled,
.simcal-default-calendar-dark .simcal-nav-button:disabled:hover {
  color: #c8c8c6 !important; }

.header__links-left .links__item > a, .header .nav__lang-header {
  font-family: "Brandon Grot W01 Medium", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-transform: uppercase;
  color: #7a7b75;
  letter-spacing: 0.1em;
  transition: color 0.3s linear; }
  .header__links-left .links__item > a:hover, .header .nav__lang-header:hover {
    color: #b8c6c4; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  overflow: hidden;
  z-index: 9; }
  .header__item {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .header__links-left {
    margin: 5px 0 0 30px; }
    .header__links-left .links__item {
      margin: 0;
      padding: 0 20px;
      height: 37px;
      vertical-align: middle; }
      .header__links-left .links__item:first-child {
        width: 80px; }
      .header__links-left .links__item:last-child {
        width: 60px; }
      .header__links-left .links__item > a {
        position: relative;
        display: block;
        padding: 10px 0;
        z-index: 1; }
  .header .nav-toggle {
    z-index: 1; }
  .header .nav__lang {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .header .nav__lang-header {
      padding: 11px 0;
      border-bottom: none; }
      .header .nav__lang-header.open {
        background: #96a9a7;
        color: #fff;
        color: rgba(255, 255, 255, 0.39); }
    .header .nav__lang-content a {
      display: block;
      font-size: 13px;
      padding: 10px 0;
      text-align: center; }
  .header__links-right,
  .header .btn--booking {
    float: right; }
  .header__links-right {
    margin: 21px 30px 0 0; }
    .header__links-right .links__item,
    .header__links-right .links__link {
      line-height: 17px; }
    .header__links-right .links__link:after {
      background: #b8c6c4; }
    .header__links-right .links__item:last-child .links__link:after {
      background: #7a7b75;
      opacity: 1; }
    .header__links-right .links__item:last-child .links__link:hover:after {
      background: #b8c6c4; }
  .header .btn--booking {
    margin: 20px 0 0 0; }
  @media (min-width: 1024px) {
    .header {
      height: 160px; }
      .header__links-left {
        margin-top: 20px; }
      .header__links-right {
        margin-top: 28px; }
      .header .btn--booking {
        margin-top: 27px; } }

@media (min-width: 1440px) and (max-width: 1898px) {
  .header__links-right .links__link {
    font-size: 15px; } }
  @media (min-width: 1440px) {
    .header__container {
      width: auto; } }
  @media (min-width: 1899px) {
    .header__links-left {
      margin: 30px 0 0 120px; } }

.footer {
  background: #7a7b75; }
  .footer__logo {
    height: 200px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #9fa09b;
    border-bottom: 1px solid rgba(159, 160, 155, 0.74); }
  .footer__links {
    margin-top: 40px;
    margin-top: 2rem; }
    .footer__links a {
      color: #c8c8c6; }
      .footer__links a:after {
        background: #c8c8c6; }
    .footer__links-title,
    .footer__links-title a {
      color: #fff; }
      .footer__links-title:after,
      .footer__links-title a:after {
        background: transparent; }
    .footer__links-item {
      margin-bottom: 5px;
      margin-bottom: 0.25rem; }
  .footer__copy {
    background: #fff;
    text-align: center;
    padding: 25px 0 32px 0;
    padding: 1.25rem 0 1.6rem 0; }
    .footer__copy .links__link {
      color: #c8c8c6;
      font-size: 18px;
      font-size: 0.9rem; }
      .footer__copy .links__link:after {
        background: #c8c8c6; }
      .footer__copy .links__link:hover:after {
        opacity: 1; }
    .footer__copy .links__item {
      border-right: 1px solid #c8c8c6; }
  .footer__drive {
    max-width: 420px;
    margin: 0 auto;
    margin-top: 20px;
    margin-top: 1rem; }
  .footer__social {
    margin-top: 50px;
    margin-top: 2.5rem;
    margin-bottom: 25px;
    margin-bottom: 1.25rem; }
    .footer__social .social {
      margin: 0; }
  .footer__col {
    text-align: center; }
    .footer__col:last-child {
      padding: 0 10px; }
  @media (min-width: 768px) {
    .footer .footer__col {
      width: 22%;
      padding: 0 10px; }
      .footer .footer__col:last-child {
        width: 34%;
        padding: 0; }
    .footer__drive {
      margin: 0; }
    .footer__social {
      margin-top: 30px;
      margin-top: 1.5rem; } }
  @media (min-width: 1024px) {
    .footer .footer__col {
      width: 23%; }
      .footer .footer__col:last-child {
        width: 31%; }
    .footer__social {
      margin-top: 0;
      margin-bottom: 40px;
      margin-bottom: 2rem; } }
  @media (min-width: 1440px) {
    .footer .footer__col {
      width: 25.3%; }
      .footer .footer__col:last-child {
        width: 24%; } }
  @media (min-width: 1899px) {
    .footer .footer__col {
      width: 26.5%; }
      .footer .footer__col:last-child {
        width: 20%; } }

.section {
  margin: 65px 0;
  margin: 3.25rem 0; }
  .section__max-width {
    max-width: 914px;
    margin: 0 auto; }
  .section--social__hl {
    font-size: 13px; }
  .section--newsletter {
    margin: 40px 0;
    margin: 2rem 0;
    padding: 0 20px;
    text-align: center; }
    .section--newsletter__text {
      font-family: "BrandonGrotW01-RegularI", Helvetica, Arial, sans-serif;
      font-size: 19px;
      font-size: 0.95rem;
      line-height: 2.10526em;
      letter-spacing: 0.1em;
      color: #7a7b75; }
  .section--photostack {
    position: relative; }
    .section--photostack:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -12%;
      left: 0;
      width: 100%;
      max-width: 637px;
      height: 100%;
      background: url("../img/layout/flower-left.svg") left bottom no-repeat;
      background-size: contain;
      z-index: -1; }
  .section--detailview__right {
    padding: 30px 20px 0 20px; }
  .section--booking__address {
    font-style: normal;
    text-align: center; }
    .section--booking__address .h3 {
      font-family: "BrandonGrotW01-Regular", Helvetica, Arial, sans-serif;
      font-size: 28px;
      font-size: 1.4rem;
      line-height: 1.21429em;
      font-weight: normal;
      color: #96a9a7;
      margin-bottom: 35px;
      margin-bottom: 1.75rem; }
    .section--booking__address em {
      font-family: "Brandon Grot W01 Light", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-size: 36px;
      font-size: 1.8rem;
      line-height: 1.80556em;
      letter-spacing: 0.075em;
      color: #96a9a7; }
      .section--booking__address em a:after {
        display: none; }
  @media (min-width: 480px) {
    .section--photostack:after {
      bottom: -15%; } }
  @media (min-width: 768px) {
    .section--quote {
      margin: 169px 0 186px 0;
      margin: 8.45rem 0 9.3rem 0; }
    .section--newsletter {
      padding: 0; }
      .section--newsletter__text {
        display: inline-block;
        vertical-align: middle;
        margin: 0; }
      .section--newsletter .btn {
        vertical-align: middle;
        margin-left: 36px;
        margin-left: 1.8rem; }
    .section--photostack:after {
      bottom: -20%; }
    .section--booking__address {
      margin-top: 30px;
      margin-top: 1.5rem; } }
  @media (min-width: 1024px) {
    .section--photostack:after {
      bottom: -14%; }
    .section--tabs {
      margin: 140px auto 85px auto;
      margin: 7rem auto 4.25rem auto; }
    .section--overview {
      margin: 140px auto 160px auto;
      margin: 7rem auto 8rem auto; } }
  @media (min-width: 1440px) {
    .section--detailview {
      margin: 60px auto 140px auto;
      margin: 3rem auto 7rem auto; }
      .section--detailview__left {
        padding: 0 30px 0 10px; }
      .section--detailview__right {
        padding: 0 10px; } }

.section--content-bg {
  background: url("../img/layout/hand.svg") center right no-repeat;
  background-size: 525px auto; }

.section--content__figure {
  width: 100%;
  max-width: 914px;
  margin: 0 auto;
  margin-top: 73px;
  margin-top: 3.65rem;
  margin-bottom: 73px;
  margin-bottom: 3.65rem; }

.section--content__text {
  max-width: 914px;
  margin: 0 auto; }

.section--content__pdf-catalogue .flipbook-container .fb-nav ul li,
.section--content__pdf-catalogue .flipbook-container .preview,
.section--content__pdf-catalogue .flipbook-container .next,
.section--content__pdf-catalogue .flipbook-container div.big-side,
.section--content__pdf-catalogue .flipbook-container div.big-next {
  color: #fff !important;
  background: #96a9a7 !important;
  border: 0 !important; }

.section--content__pdf-catalogue .flipbook-container .fb-nav ul li:hover,
.section--content__pdf-catalogue .flipbook-container div.round.mobile.next:hover,
.section--content__pdf-catalogue .flipbook-container div.round.mobile.preview:hover,
.section--content__pdf-catalogue .flipbook-container div.big-side:hover,
.section--content__pdf-catalogue .flipbook-container div.big-next:hover {
  background: #b8c6c4 !important; }

@media (max-width: 767px) {
  .section--content__text {
    padding: 0 10px; } }

.section--hero {
  position: relative;
  margin: 0 0 155px 0;
  margin: 0 0 7.75rem 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .section--hero:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -12%;
    left: 0;
    width: 100%;
    max-width: 637px;
    height: 100%;
    background: url("../img/layout/flower-left.svg") left bottom no-repeat;
    background-size: contain;
    z-index: -1;
    bottom: -35%; }
  .section--hero-video:before {
    display: none; }
  .section--hero-video .section--hero__text {
    padding-bottom: 5px;
    padding-bottom: 0.25rem; }
    @media (min-width: 768px) {
      .section--hero-video .section--hero__text {
        padding-bottom: 20px;
        padding-bottom: 1rem; } }
  .section--hero-video .video-player__btn {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 2; }
    .section--hero-video .video-player__btn.icon--bf.icon--play:before {
      display: block;
      font-size: 1.5rem; }
    @media (min-width: 768px) {
      .section--hero-video .video-player__btn.icon--bf.icon--play:before {
        font-size: 3.2rem; } }
  .section--hero-video .section--hero__btn-scroll {
    bottom: 10px; }
    @media (min-width: 768px) {
      .section--hero-video .section--hero__btn-scroll {
        bottom: 24px; } }
    .section--hero-video .section--hero__btn-scroll > span {
      display: none; }
      @media (min-width: 768px) {
        .section--hero-video .section--hero__btn-scroll > span {
          display: block; } }
  .section--hero-video .video-container {
    position: relative;
    max-height: 75vh;
    height: 100%;
    overflow: hidden; }
    .section--hero-video .video-container:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%;
      background: rgba(0, 0, 0, 0.3); }
    .section--hero-video .video-container > .video-player__container {
      position: absolute;
      top: 50%;
      left: 50%;
      right: 0;
      bottom: 0;
      width: 150%;
      height: 150%;
      min-height: initial;
      max-width: initial;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin: 0;
      z-index: -1; }
  .section--hero .slider--hero {
    width: 100%; }
    .section--hero .slider--hero .slider__item:after {
      width: 100%; }
  .section--hero .overflow-hidden {
    overflow: hidden;
    width: 100%;
    border: solid 1px red; }
  .section--hero__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    display: block;
    overflow: hidden; }
  .section--hero__video {
    width: 100%;
    height: auto; }
  .section--hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    max-width: 1140px;
    z-index: 2; }
  .section--hero__hl, .section--hero__text {
    color: #fff; }
  .section--hero__text {
    position: relative;
    padding-bottom: 70px;
    padding-bottom: 3.5rem;
    font-size: 20px;
    font-size: 1rem;
    line-height: 1.5em;
    max-width: 660px;
    margin: 0 auto; }
  .section--hero__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: auto;
    min-width: 101%;
    min-height: 101%;
    max-height: none;
    max-width: none; }
  .section--hero__btn-scroll {
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "BrandonGrotW01-RegularI", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    z-index: 2;
    cursor: pointer; }
    .section--hero__btn-scroll:after {
      display: block; }
  .section--hero__dots {
    top: auto;
    bottom: 0; }
    .section--hero__dots button {
      border-color: #fff; }
    .section--hero__dots .slick-active button {
      background: #fff;
      border-color: #fff; }
  .section--hero-content {
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 150px; }
  .section--hero-big {
    min-height: 440px;
    margin-bottom: 8.75rem; }
    .section--hero-big:before {
      bottom: -20%; }
  @media (min-width: 480px) {
    .section--hero__content {
      width: 100%; }
    .section--hero-big:before {
      bottom: -24%; } }
  @media (min-width: 768px) {
    .section--hero {
      box-shadow: 0 15px 75.46px 22.54px rgba(0, 0, 0, 0.16), 0 23px 23.28px 0.72px rgba(0, 0, 0, 0.18); }
      .section--hero-content {
        min-height: 500px;
        height: auto;
        padding-bottom: 0; }
      .section--hero-big {
        min-height: 0;
        height: 500px; }
        .section--hero-big:before {
          bottom: -43%; } }
  @media (min-width: 1024px) {
    .section--hero-big:before {
      bottom: -29%; } }

.section--hero-big {
  margin-bottom: 100px; }

.section--media-wall .dcwss * {
  box-sizing: border-box; }

.section--media-wall .dcsns-loading {
  display: block;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  height: auto;
  overflow: visible;
  padding: 0 0 0 40px;
  letter-spacing: 0.05em;
  background: url("../img/layout/preloader.gif") 0 0 no-repeat; }

.section--media-wall .wall-outer .dcsns-toolbar {
  overflow: visible; }
  .section--media-wall .wall-outer .dcsns-toolbar .filter {
    margin-left: -400px !important;
    padding-bottom: 60px; }
    .section--media-wall .wall-outer .dcsns-toolbar .filter li {
      height: auto !important; }
      .section--media-wall .wall-outer .dcsns-toolbar .filter li:before {
        display: none; }
      .section--media-wall .wall-outer .dcsns-toolbar .filter li .link-all,
      .section--media-wall .wall-outer .dcsns-toolbar .filter li a:before {
        padding: 10px 40px 7px 40px;
        font-family: "Brandon Grot W01 Medium", Helvetica, Arial, sans-serif;
        font-size: 11px;
        line-height: 1em;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        text-shadow: none; }
      .section--media-wall .wall-outer .dcsns-toolbar .filter li a {
        display: block;
        min-height: 28px;
        margin: 0 10px 0 0;
        padding: 0;
        background: #96a9a7;
        border: none;
        border-radius: 14px;
        width: 150px;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        white-space: nowrap;
        transition: background .22s linear; }
        .section--media-wall .wall-outer .dcsns-toolbar .filter li a:before {
          display: block;
          min-height: 28px; }
        .section--media-wall .wall-outer .dcsns-toolbar .filter li a:after {
          display: none; }
        .section--media-wall .wall-outer .dcsns-toolbar .filter li a.iso-active, .section--media-wall .wall-outer .dcsns-toolbar .filter li a:hover {
          background: #b8c6c4 !important; }
      .section--media-wall .wall-outer .dcsns-toolbar .filter li img {
        display: none; }
      .section--media-wall .wall-outer .dcsns-toolbar .filter li:last-child a {
        margin-right: 0; }
    .section--media-wall .wall-outer .dcsns-toolbar .filter .f-facebook a:before {
      content: "Facebook"; }
    .section--media-wall .wall-outer .dcsns-toolbar .filter .f-youtube a:before {
      content: "Youtube"; }
    .section--media-wall .wall-outer .dcsns-toolbar .filter .f-instagram a:before {
      content: "Instagram"; }

.section--media-wall .dcwss.dc-wall .stream li {
  background: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  font-family: "Brandon Grot W01 Light", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.8em;
  color: #535353;
  padding: 0;
  margin: 0 0 0 10px; }
  .section--media-wall .dcwss.dc-wall .stream li:before {
    display: none; }
  .section--media-wall .dcwss.dc-wall .stream li a {
    color: #96a9a7;
    text-decoration: none; }
  .section--media-wall .dcwss.dc-wall .stream li > a {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 40px;
    width: 32px;
    height: 32px;
    z-index: 2; }
    .section--media-wall .dcwss.dc-wall .stream li > a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 3px;
      font-family: 'iconfont';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      font-size: 16px;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      color: #96a9a7; }
    .section--media-wall .dcwss.dc-wall .stream li > a:after {
      display: none; }
  .section--media-wall .dcwss.dc-wall .stream li .inner {
    margin: 0;
    border: none;
    text-align: center; }
  .section--media-wall .dcwss.dc-wall .stream li .section-thumb {
    display: inline-block;
    margin: 0;
    float: none; }
    .section--media-wall .dcwss.dc-wall .stream li .section-thumb a:after {
      display: none; }
    .section--media-wall .dcwss.dc-wall .stream li .section-thumb img {
      margin: 0 auto;
      padding: 0;
      border: none;
      max-width: 100%; }
  .section--media-wall .dcwss.dc-wall .stream li .section-title {
    font-family: "Brandon Grot W01 Medium", Helvetica, Arial, sans-serif;
    margin: 0;
    font-weight: normal;
    padding: 30px 10px 0 10px; }
  .section--media-wall .dcwss.dc-wall .stream li .section-text {
    padding: 30px 40px 25px 40px;
    margin: 0; }
    .section--media-wall .dcwss.dc-wall .stream li .section-text img {
      display: inline !important;
      float: none; }
    .section--media-wall .dcwss.dc-wall .stream li .section-text a:after {
      background: #535353; }
  .section--media-wall .dcwss.dc-wall .stream li .section-user {
    display: block;
    margin: 0;
    float: none;
    padding: 0 0 30px 0;
    background: none;
    text-transform: uppercase;
    font-style: normal; }
    .section--media-wall .dcwss.dc-wall .stream li .section-user,
    .section--media-wall .dcwss.dc-wall .stream li .section-user a {
      color: #535353; }
    .section--media-wall .dcwss.dc-wall .stream li .section-user a:after {
      display: none; }
  .section--media-wall .dcwss.dc-wall .stream li.dcsns-facebook > a:before {
    content: ""; }
  .section--media-wall .dcwss.dc-wall .stream li.dcsns-youtube > a:before {
    content: ""; }
  .section--media-wall .dcwss.dc-wall .stream li.dcsns-instagram > a:before {
    content: ""; }
  .section--media-wall .dcwss.dc-wall .stream li .icon {
    display: none !important; }
  .section--media-wall .dcwss.dc-wall .stream li .section-intro {
    padding: 0 40px 30px 40px;
    font-family: "Brandon Grot W01 Medium", Helvetica, Arial, sans-serif;
    color: #535353;
    background-color: transparent !important;
    text-align: center;
    font-size: 18px;
    font-size: 0.9rem;
    font-weight: normal !important; }

@media (max-width: 479px) {
  .section--media-wall .dcwss.dc-wall .stream li {
    width: 320px !important; } }

@media (max-width: 1023px) {
  .section--media-wall .wall-outer .dcsns-toolbar {
    margin-left: 10px !important;
    margin-right: 10px;
    width: auto; }
  .section--media-wall .wall-outer .dcsns-toolbar .filter {
    padding-left: 0 !important;
    float: none !important;
    margin: 0 auto !important;
    width: 66%; }
    .section--media-wall .wall-outer .dcsns-toolbar .filter li {
      display: block !important; }
      .section--media-wall .wall-outer .dcsns-toolbar .filter li a {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 10px; } }

@media (min-width: 1024px) {
  .section--media-wall .wall-outer .dcsns-toolbar .filter {
    margin-left: -415px !important;
    padding-bottom: 50px; }
    .section--media-wall .wall-outer .dcsns-toolbar .filter li .link-all,
    .section--media-wall .wall-outer .dcsns-toolbar .filter li a:before {
      padding: 16px 40px 11px 40px;
      padding: 0.8rem 40px 0.55rem 40px;
      font-size: 15px;
      font-size: 0.75rem; }
    .section--media-wall .wall-outer .dcsns-toolbar .filter li a {
      min-height: 44px;
      padding: 0;
      border-radius: 1.6em;
      width: 200px; }
      .section--media-wall .wall-outer .dcsns-toolbar .filter li a:before {
        display: block;
        min-height: 44px; } }

@media (min-width: 1440px) {
  .section--media-wall .wall-outer .dcsns-toolbar .filter {
    margin-left: -615px !important; }
    .section--media-wall .wall-outer .dcsns-toolbar .filter li a {
      width: 300px; }
    .section--media-wall .wall-outer .dcsns-toolbar .filter li .link-all,
    .section--media-wall .wall-outer .dcsns-toolbar .filter li a:before {
      padding: 14px 40px 13px 40px;
      padding: 0.7rem 40px 0.65rem 40px;
      font-size: 15px;
      font-size: 0.75rem; }
  .section--media-wall .dcwss.dc-wall .stream li {
    box-shadow: 0 15px 75.46px 22.54px rgba(0, 0, 0, 0.16), 0 23px 23.28px 0.72px rgba(0, 0, 0, 0.18); } }

.section__table table tr.table-header__primary > th {
  vertical-align: top;
  border-bottom-width: 1px; }

.section__table table tr.clickable {
  cursor: pointer;
  transition: all ease-in .4s; }
  .section__table table tr.clickable:hover {
    color: #fff;
    background-color: #96a9a7; }
  @media (min-width: 768px) {
    .section__table table tr.clickable > td {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.section__table table tr > td {
  vertical-align: middle; }

.section__table table tbody tr > td:first-child {
  min-width: 250px; }

.section__table table .border-left {
  border-left: 2px solid #7a7b75; }

.section__table-advanced .table-advanced-container {
  max-width: 914px;
  margin: 0 auto; }

.section__table-advanced table {
  margin-bottom: 0; }
  .section__table-advanced table tr.table-header__primary > th {
    vertical-align: top;
    border-bottom-width: 1px; }
  .section__table-advanced table tr.clickable {
    cursor: pointer;
    transition: all ease-in .4s;
    background-color: white; }
    .section__table-advanced table tr.clickable:hover, .section__table-advanced table tr.clickable.hover {
      color: #fff;
      background-color: #96a9a7; }
    @media (min-width: 768px) {
      .section__table-advanced table tr.clickable > td {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
  .section__table-advanced table td, .section__table-advanced table th {
    position: relative;
    min-height: 81px;
    white-space: nowrap;
    overflow: hidden;
    padding: 16px 20px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #7a7b75;
    line-height: 1.2em;
    text-align: center;
    vertical-align: middle; }

.section__table-advanced .pinned {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  overflow: hidden;
  overflow-x: scroll;
  background-color: white; }
  .section__table-advanced .pinned-table-container {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .section__table-advanced .pinned table {
    width: 100%; }
    .section__table-advanced .pinned table th, .section__table-advanced .pinned table td {
      text-align: left;
      white-space: nowrap; }

.section__table-advanced .table-wrapper {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .section__table-advanced .table-wrapper .scrollable {
    overflow: scroll;
    overflow-y: hidden;
    margin-left: 45%; }

body.papered {
  background-image: url("../img/layout/themeless_1.jpg");
  background-repeat: repeat;
  /* ############ overlay navigation | start */
  /* ############ overlay navigation | end */ }
  body.papered nav.overlay {
    background-image: url("../img/layout/themeless_1.jpg");
    background-repeat: repeat; }
  body.papered .nav-mobile__lang-header:hover {
    color: #7a7b75; }
  body.papered .nav-mobile__top-link {
    color: #7a7b75; }
  body.papered .nav__list--l1 {
    background-color: transparent; }
  body.papered .nav__list--l1 > .nav__item.open > .nav__link:after {
    background-image: url("../img/navigation/arrow_right_menu_papered.svg"); }
  body.papered .nav-mobile__link--l1 {
    color: #7a7b75;
    background: transparent;
    border-bottom: 1px solid rgba(122, 123, 117, 0.2); }
    body.papered .nav-mobile__link--l1:focus, body.papered .nav-mobile__link--l1:hover, body.papered .nav-mobile__link--l1.open {
      color: #fff;
      background: #7a7b75;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  body.papered .accordeon__content {
    background: transparent;
    box-shadow: none; }
  body.papered .nav-mobile__link {
    color: #7a7b75;
    background: transparent; }
  body.papered .search__btn-open, body.papered .search__btn-close {
    color: #7a7b75; }
    body.papered .search__btn-open:hover, body.papered .search__btn-close:hover {
      color: #fff;
      background-color: #7a7b75; }
  body.papered .search__btn-close {
    color: #fff; }
  body.papered .search__input {
    color: #fff;
    background-color: #7a7b75; }
    body.papered .search__input:focus {
      border-bottom: 0; }
  body.papered header.header {
    background-image: url("../img/layout/themeless_1.jpg");
    background-repeat: repeat; }
  body.papered .footer__copy {
    background-image: url("../img/layout/themeless_1.jpg");
    background-repeat: repeat; }
    body.papered .footer__copy .links__link {
      color: #7a7b75; }



/* Navi Menu Start */

.neo-float-left {
  float: left !important;
}

.neo-float-right {
  float: right !important;
}

.neo-gutschein {
  margin-left: 40px !important;
}

.neo-header-container {
  height: 160px;
}

.neo-nav {
  display: flex;
  flex-grow: 1;
  list-style-type: none;
  margin-bottom: 10px;
}

  .neo-nav li {
    float: left;
    flex-grow: 1;
    text-align: center;
    color: #96a9a7;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 0px;
  }
  .neo-nav li a{
    display: block;
    padding-bottom: 12px;
  }
    .neo-nav li a:hover {
      text-decoration: underline;
    }
  .neo-nav li:before {
    display: none;
  }


.neo-submenu {
  position: absolute;
  display: none;
  top: 50px;
  left: 17px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  
  /* border-radius: 10px; */
  padding-top: 0;
  padding-bottom: 15px;
}
  .neo-nav li:hover .neo-submenu {
    display: block;
  }

  .neo-submenu li {
    width: 315px;
    text-align: left;
    padding: 5px 0;
    margin-left: 14px;
  }
  .neo-submenu li a{
    color: #fff;
    padding: 0;
  }


.neo-mobile {
  display: none;
}

/* IE fix */
@media all and (-ms-high-contrast:none) {
  .header {
    overflow: visible !important;
    /* position: expression(fixed); */
  }
  .neo-submenu {
    background-color: #96a9a7 !important;
    border: none !important;
    left: 0 !important;
    padding: 15px !important;
  }
  .neo-submenu.tiles--pattern {
    /* background: #96a9a7 !important; */
    background-size: initial;
  }
  .neo-submenu li {
    width: 280px !important;
  }
}

.accordeon .open .accordeon__content {
  opacity: 1;
  height: auto;
  max-height: 2000px;
  visibility: visible;
  overflow: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Navi Menu End */

@media (min-width: 1025px){
  main {
    margin-top: 50px;
  }
  .header {
    height: 210px;
    overflow: initial;
  }
}

@media (max-width: 1440px) {
  .header {
    height: 270px;
    font-size: 14px;  
  }
  .logo--header {
    top: 75px;
  }
  .neo-header-container {
    height: 210px;
  }
  .btn--booking {
    padding: 0 15px;
  }

}

/* tablet start */

@media (max-width: 1024px){

  .neo-mobile {
    display: block;
  }

  .neo-none-mobile {
    display: none;
  }

  /* .logo--header {
    top: 87px;
  } */

  .header {
    height: 120px;
    overflow: initial;
  }

  .neo-mmenu {
    position: relative;
  }

  .btn--booking {
    padding: 0 10px;
  }

  .header .btn--booking.booking-neo {
    margin-right: 15px;
  }

}
/* tablet end */

@media (max-width: 767px) {
  .logo--header {
    top: 70px;
  }
  .header {
    height: 160px;
  }
  .neo-header-container {
    background: #fff;
    height: 160px;
  }
  .accordeon__header {
    margin-left: 15px;
  }
}

/* iphone start */
@media (max-width: 420px){
  main {
    margin-top: 150px;
  }
  .btn--booking {
    padding: 0 10px;
  }
  .header .btn--booking.booking-neo {
    margin-right: 5px;
  }
}
/* iphone end */

@media (max-width: 420px) {
  main {
    margin-top: 175px;
  }
}

@media (max-width: 1024px) {
  .header {
    height: 200px;
  }
  figure.img.img--emblem {
    display: none;
  }
  .nav-toggle--close {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .header {
      height: 150px;
  }
}

@media (max-width: 1439px) and (min-width: 1024px) {
  header .header__item.hidden-md,
  header .header__voucher.hidden-md {
    display: block !important;
  }
}
