/**
 * ./settings/settings
 */
/**
 * imports + font-face
 */
@import url("//hello.myfonts.net/count/37a645");
@font-face {
  font-family: "NeuzeitSLTStd-Book";
  src: url("webfonts/37A645_0_0.eot");
  src: url("webfonts/37A645_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/37A645_0_0.woff2") format("woff2"), url("webfonts/37A645_0_0.woff") format("woff"), url("webfonts/37A645_0_0.ttf") format("truetype");
  font-display: swap;
}
/**
 * colors
 */
/**
 * fonts
 */
/**
 * ratios
 */
/**
 * overrides
 */
/**
 * grid settings
 */
/**
 * output settings
 */
button, input[type=button], input[type=reset], input[type=submit] {
  appearance: none;
  background-color: #333333;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "NeuzeitSLTStd-Book", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus {
  background-color: #292929;
  color: #fff;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover {
  background-color: #333333;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select {
  display: block;
  font-family: "NeuzeitSLTStd-Book", sans-serif;
  font-size: 1em;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "NeuzeitSLTStd-Book", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
  border-color: #b1b1b1;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
  border-color: #333333;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(38, 38, 38, 0.7);
  outline: none;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

[type=search] {
  appearance: none;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

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

dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: 600;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333333;
  font-family: "NeuzeitSLTStd-Book", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NeuzeitSLTStd-Book", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #333333;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #262626;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

html {
  box-sizing: border-box;
}

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

/**
 * Alpina
 */
/**
 * vertical padding
 */
/**
 * filter navigation
 */
/**
 * icons cursor
 */
/**
 * info tool
 */
/**
 * ./template/typography
 */
/**
 * colors
 */
.dark {
  color: #333333;
}

.gold {
  color: #887a53;
}

.silver {
  color: #adadad;
}

/**
 * sizes
 */
h1, .big {
  margin-bottom: 0.75em !important;
}
@media screen and (max-width: 767px) {
  h1, .big {
    font-size: 1.4285714286em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1, .big {
    font-size: 2.1428571429em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}
@media screen and (min-width: 1025px) {
  h1, .big {
    font-size: 2.3em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}

h2, .medium {
  margin-bottom: 0.75em !important;
}
@media screen and (max-width: 767px) {
  h2, .medium {
    font-size: 1.2857142857em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2, .medium {
    font-size: 1.4285714286em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}
@media screen and (min-width: 1025px) {
  h2, .medium {
    font-size: 1.5em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}

h3 {
  margin-bottom: 0.75em !important;
}

p, .small {
  margin-bottom: 0.75em !important;
}
@media screen and (max-width: 767px) {
  p, .small {
    font-size: 1em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  p, .small {
    font-size: 1em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}
@media screen and (min-width: 1025px) {
  p, .small {
    font-size: 1em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}

.sub-navigation ul li.selected a {
  color: #887a53;
}

p + h2, p + h3 {
  margin-top: 1em;
}

/**
 * ./template/layout
 */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #boxes {
    padding-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #boxes {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1025px) {
  #boxes {
    padding-top: 150px;
  }
}

.box {
  position: relative;
  overflow: hidden;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  .box {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .box {
    margin-top: 100px;
  }
}
.box > div {
  position: relative;
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.box > div::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  .box > div {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box > div {
    padding: 0 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .box > div {
    padding: 0 8.6vw;
  }
}
.box.row > div {
  max-width: 100%;
  padding: 0;
}

.flexslider.loading,
.flexcaurosel.loading {
  visibility: hidden;
}

.cta {
  display: inline-block;
  overflow: hidden;
}
.cta span {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cta span:before {
  position: absolute;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.cta:hover span {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.button.logo {
  position: absolute;
  z-index: 2;
  margin: 0;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .button.logo {
    width: 120px;
    height: 75px;
    top: 32px;
    margin-left: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .button.logo {
    width: 120px;
    height: 75px;
    top: 32px;
    margin-left: -60px;
  }
}
@media screen and (min-width: 1025px) {
  .button.logo {
    width: 140px;
    height: 88px;
    top: 54px;
    margin-left: -70px;
  }
}
.button.logo a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.button.logo a:before, .button.logo a:after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button.logo a:before {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 52%;
  will-change: opacity;
  opacity: 0;
  background-image: url(../images/icons/logo_stick.svg);
}
.button.logo a span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.button.logo a span:before, .button.logo a span:after {
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
  will-change: opacity;
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button.logo a span:before {
  opacity: 1;
  background-image: url(../images/icons/logo_scuro.svg);
}
.button.logo a span:after {
  opacity: 0;
  background-image: url(../images/icons/logo_bianco.svg);
}

#boxes .tween {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#boxes .tween.tween-state-hide {
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  opacity: 0;
}

.ui-datepicker {
  font-family: "NeuzeitSLTStd-Book", sans-serif !important;
  font-weight: 100 !important;
}
.ui-datepicker th {
  font-weight: 100 !important;
}
.ui-datepicker .ui-widget-header {
  border-color: transparent;
  background: transparent;
  font-weight: 100 !important;
}
.ui-datepicker .ui-state-default {
  border-color: transparent !important;
  text-align: center;
  background-color: transparent !important;
}
.ui-datepicker .ui-state-default.ui-state-hover {
  background-color: #f6f6f6 !important;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
  background-color: #adadad !important;
}
.ui-datepicker .ui-state-default.ui-state-active {
  background-color: #333333 !important;
}

.aspect-ratio-1-1 {
  background-position: center;
  background-size: cover;
}
.aspect-ratio-1-1:before {
  padding-top: 100%;
  display: block;
  width: 100%;
  content: "";
}

.aspect-ratio-3-2 {
  background-position: center;
  background-size: cover;
}
.aspect-ratio-3-2:before {
  padding-top: 66.6666666667%;
  display: block;
  width: 100%;
  content: "";
}

.aspect-ratio-3-4 {
  background-position: center;
  background-size: cover;
}
.aspect-ratio-3-4:before {
  padding-top: 133.3333333333%;
  display: block;
  width: 100%;
  content: "";
}

.aspect-ratio-5-4 {
  background-position: center;
  background-size: cover;
}
.aspect-ratio-5-4:before {
  padding-top: 80%;
  display: block;
  width: 100%;
  content: "";
}

.aspect-ratio-6-5 {
  background-position: center;
  background-size: cover;
}
.aspect-ratio-6-5:before {
  padding-top: 83.3333333333%;
  display: block;
  width: 100%;
  content: "";
}

.aspect-ratio-6-7 {
  background-position: center;
  background-size: cover;
}
.aspect-ratio-6-7:before {
  padding-top: 116.6666666667%;
  display: block;
  width: 100%;
  content: "";
}

.aspect-ratio-16-10 {
  background-position: center;
  background-size: cover;
}
.aspect-ratio-16-10:before {
  padding-top: 62.5%;
  display: block;
  width: 100%;
  content: "";
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

.facts {
  margin-bottom: 0 !important;
}

/**
 * header
 */
#header {
  position: static;
}
#header .top-bar {
  -webkit-transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  width: 100%;
  height: auto;
  will-change: top;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #header .top-bar {
    top: 22px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header .top-bar {
    top: 22px;
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  #header .top-bar {
    top: 42px;
    left: 0;
  }
}
#header .top-bar .bar {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  will-change: transform;
  z-index: 1;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #header .top-bar .bar {
    top: -22px;
    height: 82px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header .top-bar .bar {
    top: -22px;
    height: 82px;
  }
}
@media screen and (min-width: 1025px) {
  #header .top-bar .bar {
    top: -42px;
    height: 112px;
  }
}
#header .is-sticky .top-bar {
  z-index: 3 !important;
}
#header .is-sticky .top-bar .bar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  #header .is-sticky .top-bar .button.menu,
#header .is-sticky .top-bar .button.book {
    top: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header .is-sticky .top-bar .button.menu,
#header .is-sticky .top-bar .button.book {
    top: 18px;
  }
}
@media screen and (min-width: 1025px) {
  #header .is-sticky .top-bar .button.menu,
#header .is-sticky .top-bar .button.book {
    top: 22px;
  }
}
#header .is-sticky .top-bar .button.menu a,
#header .is-sticky .top-bar .button.book a {
  color: #333333;
}
#header .is-sticky .top-bar .button.logo a:before {
  opacity: 1;
}
#header .is-sticky .top-bar .button.logo a span:before, #header .is-sticky .top-bar .button.logo a span:after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #header .button.logo {
    top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header .button.logo {
    top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  #header .button.logo {
    top: 12px;
  }
}
#header .button.menu {
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #header .button.menu {
    top: 42px;
    left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header .button.menu {
    top: 42px;
    left: 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #header .button.menu {
    top: 52px;
    left: 8.6vw;
  }
}
#header .button.menu a {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header .button.book {
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #header .button.book {
    top: 42px;
    right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header .button.book {
    top: 42px;
    right: 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #header .button.book {
    top: 52px;
    right: 8.6vw;
  }
}
#header .button.book a {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header .button.scroll {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #header .button.scroll {
    bottom: 50px;
    left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header .button.scroll {
    bottom: 50px;
    left: 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #header .button.scroll {
    bottom: 94px;
    left: 8.6vw;
  }
}
#header .button.scroll a {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header .button.diary {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #header .button.diary {
    bottom: 50px;
    right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header .button.diary {
    bottom: 50px;
    right: 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #header .button.diary {
    bottom: 94px;
    right: 8.6vw;
  }
}
#header .button.diary a {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header .button.menu a, #header .button.scroll a {
  padding: 10px;
  margin: -10px 0 0 -10px;
}
#header .button.book a, #header .button.diary a {
  padding: 10px;
  margin: -10px -10px 0 0;
}
#header.dark .button a {
  color: #333333;
}
#header.dark .logo a span:before {
  opacity: 1;
}
#header.dark .logo a span:after {
  opacity: 0;
}
#header.light .button a {
  color: #ffffff;
}
#header.light .logo a span:before {
  opacity: 0;
}
#header.light .logo a span:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .banner-active #header .button.scroll {
    margin-bottom: 25vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-active #header .button.scroll {
    margin-bottom: 15vh;
  }
}
@media screen and (min-width: 1025px) {
  .banner-active #header .button.scroll {
    margin-bottom: 15vh;
  }
}
@media screen and (max-width: 767px) {
  .banner-active #header .button.diary {
    margin-bottom: 25vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-active #header .button.diary {
    margin-bottom: 15vh;
  }
}
@media screen and (min-width: 1025px) {
  .banner-active #header .button.diary {
    margin-bottom: 15vh;
  }
}

/**
 * footer
 */
#footer {
  position: relative;
  background-color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  #footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #footer .box > div > div {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  #footer .box > div > div:last-child {
    margin-right: 0;
  }
  #footer .box > div > div:nth-child(1n) {
    margin-right: 0;
  }
  #footer .box > div > div:nth-child(1n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box > div > div {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  #footer .box > div > div:last-child {
    margin-right: 0;
  }
  #footer .box > div > div:nth-child(2n) {
    margin-right: 0;
  }
  #footer .box > div > div:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1025px) {
  #footer .box > div > div {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  #footer .box > div > div:last-child {
    margin-right: 0;
  }
  #footer .box > div > div:nth-child(2n) {
    margin-right: 0;
  }
  #footer .box > div > div:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  #footer .box > div > div {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box > div > div {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  #footer .box > div > div {
    margin-top: 100px;
  }
}
#footer .box > div > div.left {
  text-align: left;
}
#footer .box > div > div.left ul li.selected a {
  color: #887a53;
}
#footer .box > div > div.right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #footer .box > div > div.right {
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #footer .box > div > div.right {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #footer .box > div > div.right {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  #footer .box > div > div.right {
    margin-top: 47px;
  }
}
#footer .box > div > div.right img {
  display: inline-block;
  width: auto;
  height: 55px;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  #footer .box > div > div.right img {
    width: auto;
    height: 45px;
    margin: 0 20px 0 0;
  }
}
#footer .box > div > div.right ul.social li {
  display: inline-block;
  margin: 0 0 0 22px;
}
@media screen and (max-width: 767px) {
  #footer .box > div > div.right ul.social li {
    margin: 0 22px 0 0;
  }
}
#footer .box > div > div.right ul.social li a {
  display: inline-block;
  width: auto;
  height: 18px;
}
#footer .box > div > div.right ul.social li a img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0;
}
#footer p, #footer a {
  color: #ffffff;
  margin: 0;
}

/**
 * menu
 */
#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  will-change: top, transform;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  z-index: 4;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.reveal-menu #menu {
  top: 40px;
}
.menu-active #menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
}
#menu .button {
  position: absolute;
  z-index: 3;
}
#menu .button.close {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -ms-transform: translate3d(0, 70px, 0);
  -o-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
  will-change: opacity, transform;
  margin: -10px 0 0 -10px;
  padding: 10px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #menu .button.close {
    top: 64px;
    left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #menu .button.close {
    top: 64px;
    left: 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #menu .button.close {
    top: 94px;
    left: 8.6vw;
  }
}
.menu-active #menu .button.close {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#menu .posters {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
#menu .posters ul {
  position: absolute;
}
#menu .posters ul li {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  will-change: opacity;
  opacity: 0;
  /*picture {
  	@include transition( all 5s $ease-out-cubic );

  	@include position( absolute, 0 0 0 0 );

  	@include transform( scale( 1.05 ) );

  	will-change: transform;

  	background: {
  		position: center;

  		size: cover;
  	}
  }

  &.active {
  	opacity: .4;

  	picture {
  		@include transform( scale( 1 ) );
  	}
  }*/
}
#menu .posters ul li img, #menu .posters ul li video {
  -webkit-transition: all 5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  width: 100%;
  height: 100%;
  will-change: transform;
  position: relative;
  display: block;
}
#menu .posters ul li.selected {
  opacity: 0.4;
}
#menu .posters ul li.selected img, #menu .posters ul li.selected video {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  #menu .nav {
    position: absolute;
    top: 115px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #menu .nav {
    position: absolute;
    top: 115px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  #menu .nav {
    position: absolute;
    top: 145px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
#menu .nav .table {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
#menu .nav .table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#menu .nav ul {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #menu .nav ul {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #menu .nav ul {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  #menu .nav ul {
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  #menu .nav ul {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  #menu .nav ul {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  #menu .nav ul {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 767px) {
  #menu .nav ul {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
  #menu .nav ul {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  #menu .nav ul {
    padding-bottom: 47px;
  }
}
#menu .nav ul li {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -ms-transform: translate3d(0, 70px, 0);
  -o-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
  will-change: opacity, transform;
  opacity: 0;
}
#menu .nav ul li:nth-child(1n) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
#menu .nav ul li:nth-child(2n) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
#menu .nav ul li:nth-child(3n) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#menu .nav ul li:nth-child(4n) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#menu .nav ul li:nth-child(5n) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#menu .nav ul li:nth-child(6n) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#menu .nav ul li:nth-child(7n) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#menu .nav ul li:nth-child(8n) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
#menu .nav ul li:nth-child(9n) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#menu .nav ul li:nth-child(10n) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
#menu .nav ul li:nth-child(11n) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#menu .nav ul li a {
  display: inline-block;
  will-change: color;
}
#menu .nav ul li a:hover {
  color: #887a53;
}
#menu .nav ul li.selected a {
  color: #887a53;
}
.menu-active #menu .nav ul li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#menu .info {
  margin: -10px -10px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #menu .info {
    position: absolute;
    top: 64px;
    right: 8.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #menu .info {
    position: absolute;
    top: 64px;
    right: 8.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #menu .info {
    position: absolute;
    top: 94px;
    right: 8.6vw;
  }
}
#menu .info ul.lang,
#menu .info ul.currency {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #menu .info ul.lang,
#menu .info ul.currency {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #menu .info ul.lang,
#menu .info ul.currency {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  #menu .info ul.lang,
#menu .info ul.currency {
    display: inline-block;
  }
}
#menu .info ul.lang li,
#menu .info ul.currency li {
  position: relative;
  cursor: pointer;
  margin: 0;
  /*ul {

  	list-style: none;

  	padding: 0;

  	display: none;

  	position: absolute;

  	right: 0;

  	max-height: 400px;

  	overflow: auto;

  	min-width: 100%;

  	white-space: nowrap;

  	margin: -1px 0 0;

  	z-index: 5000;

  	text-align: left;

      box-shadow: 1px 1px 1px 0 rgba(0,0,0,0);

  	border: solid 1px #bbbbbb;

  	background: {

  		color: $white-color;
  	}

  	li {

  	    border-width: 1px 0 0;

  	    margin: 0;

  	    color: #bbbbbb;

  	    line-height: 1.5;

  	    font-weight: 300;

  	    text-transform: none;

  	    padding: 10px 30px;

  		a {

  			&:hover {

  				text-decoration: underline;
  			}

  			span {

  				vertical-align: baseline;
  			}
  		}
  	}
  }*/
}
@media screen and (max-width: 767px) {
  #menu .info ul.lang li,
#menu .info ul.currency li {
    text-align: right;
  }
  #menu .info ul.lang li select,
#menu .info ul.currency li select {
    direction: rtl;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #menu .info ul.lang li,
#menu .info ul.currency li {
    text-align: right;
  }
  #menu .info ul.lang li select,
#menu .info ul.currency li select {
    direction: rtl;
  }
}
#menu .info ul.lang li:before,
#menu .info ul.currency li:before {
  color: #adadad;
  margin-right: -5px;
}
#menu .info ul.lang li select,
#menu .info ul.currency li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline;
  padding: 12px;
  margin: 0;
  background-color: transparent;
}
#menu .info ul.lang li:before {
  content: "Language ";
}
@media screen and (max-width: 767px) {
  #menu .info ul.lang li:before {
    content: "";
  }
}
#menu .info ul.currency li:before {
  content: "Currency ";
}
@media screen and (max-width: 767px) {
  #menu .info ul.currency li:before {
    content: "";
  }
}

/**
 * book
 */
#book {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  will-change: transform;
  text-align: center;
  overflow: auto;
  height: 100vh;
  z-index: 4;
  margin: 0;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
@media screen and (max-width: 767px) {
  #book {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #book {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1025px) {
  #book {
    padding-top: 0px;
  }
}
.reveal-book #book {
  top: 40px;
}
.book-active #book {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
}
#book .button {
  position: absolute;
  z-index: 2;
}
#book .button.close {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -ms-transform: translate3d(0, 70px, 0);
  -o-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
  will-change: opacity, transform;
  margin: -10px 0 0 -10px;
  padding: 10px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #book .button.close {
    top: 64px;
    left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #book .button.close {
    top: 64px;
    left: 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #book .button.close {
    top: 94px;
    left: 8.6vw;
  }
}
.book-active #book .button.close {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#book .table {
  display: table;
  margin: 0 auto;
  position: relative;
  max-width: 9999px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #book .table {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #book .table {
    padding: 0 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #book .table {
    padding: 0 8.6vw;
  }
}
#book .table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#book .umbraco-forms-form {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: left;
}
#book .umbraco-forms-form > p {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -ms-transform: translate3d(0, 70px, 0);
  -o-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
  will-change: opacity, transform;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #book .umbraco-forms-form > p {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #book .umbraco-forms-form > p {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  #book .umbraco-forms-form > p {
    margin-bottom: 47px;
  }
}
.book-active #book .umbraco-forms-form > p {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#book .umbraco-forms-form .umbraco-forms-field {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -ms-transform: translate3d(0, 70px, 0);
  -o-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
  will-change: opacity, transform;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #book .umbraco-forms-form .umbraco-forms-field {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  #book .umbraco-forms-form .umbraco-forms-field:last-child {
    margin-right: 0;
  }
  #book .umbraco-forms-form .umbraco-forms-field:nth-child(1n) {
    margin-right: 0;
  }
  #book .umbraco-forms-form .umbraco-forms-field:nth-child(1n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #book .umbraco-forms-form .umbraco-forms-field {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  #book .umbraco-forms-form .umbraco-forms-field:last-child {
    margin-right: 0;
  }
  #book .umbraco-forms-form .umbraco-forms-field:nth-child(2n) {
    margin-right: 0;
  }
  #book .umbraco-forms-form .umbraco-forms-field:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1025px) {
  #book .umbraco-forms-form .umbraco-forms-field {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  #book .umbraco-forms-form .umbraco-forms-field:last-child {
    margin-right: 0;
  }
  #book .umbraco-forms-form .umbraco-forms-field:nth-child(2n) {
    margin-right: 0;
  }
  #book .umbraco-forms-form .umbraco-forms-field:nth-child(2n+1) {
    clear: left;
  }
}
#book .umbraco-forms-form .umbraco-forms-field:nth-child(1n) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#book .umbraco-forms-form .umbraco-forms-field:nth-child(2n) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#book .umbraco-forms-form .umbraco-forms-field:nth-child(3n) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#book .umbraco-forms-form .umbraco-forms-field:nth-child(4n) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
#book .umbraco-forms-form .umbraco-forms-field:nth-child(5n) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#book .umbraco-forms-form .umbraco-forms-field:nth-child(6n) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
#book .umbraco-forms-form .umbraco-forms-field:nth-child(7n) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#book .umbraco-forms-form .umbraco-forms-field:nth-child(8n) {
  -webkit-transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
#book .umbraco-forms-form .umbraco-forms-field:nth-child(9n) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#book .umbraco-forms-form .umbraco-forms-field:nth-child(10n) {
  -webkit-transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
#book .umbraco-forms-form .umbraco-forms-field:nth-child(11n) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.book-active #book .umbraco-forms-form .umbraco-forms-field {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#book .umbraco-forms-form .umbraco-forms-field label {
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  #book .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #book .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  #book .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper {
    margin-bottom: 47px;
  }
}
#book .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper input, #book .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  height: auto;
  padding: 0 0 0.5em 0;
  color: #333333;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  border-bottom: 1px solid #adadad;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #book .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper input, #book .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper select {
    font-size: 1.4285714286em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #book .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper input, #book .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper select {
    font-size: 2.1428571429em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}
@media screen and (min-width: 1025px) {
  #book .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper input, #book .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper select {
    font-size: 2.5em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}
#book .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper label.error {
  color: red;
  margin: 0.5em 0 0 0;
}
#book .umbraco-forms-form .umbraco-forms-field.dropdown .umbraco-forms-field-wrapper:after {
  /*@include media( $mobile ) { @include position( absolute, 42px 2px null null ); }

  @include media( $tablet ) { @include position( absolute, 42px 2px null null ); }

  @include media( $desktop ) { @include position( absolute, 42px 2px null null ); }

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;

  border-top: 7px solid $dark-color;

  pointer-events: none;

  width: 0; height: 0;

  content: '';

  z-index: 2;*/
}
#book .umbraco-forms-form .umbraco-forms-field ul.dropdown {
  position: relative;
  white-space: nowrap;
  padding-top: 1em;
  min-width: 100%;
  overflow: auto;
  left: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1025px) {
  #book .umbraco-forms-form .umbraco-forms-field ul.dropdown {
    position: absolute;
    max-height: 250px;
  }
}
#book .umbraco-forms-form .umbraco-forms-field ul.dropdown li {
  position: relative;
}
#book .umbraco-forms-form .umbraco-forms-field ul.dropdown li div {
  position: relative;
  margin-bottom: 0.75em;
}
#book .umbraco-forms-form .umbraco-forms-field ul.dropdown li div input {
  border: 0;
  padding: 0;
}
#book .umbraco-forms-form .umbraco-forms-field ul.dropdown li div select {
  border: 0;
}
#book .umbraco-forms-form .umbraco-forms-field ul.dropdown li div ul.incr {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
  z-index: 2;
}
#book .umbraco-forms-form .umbraco-forms-field ul.dropdown li div ul.incr li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.5em;
  display: inline-block;
  padding-left: 0.5em;
  margin-top: -3px;
  cursor: pointer;
}
#book .umbraco-forms-form .umbraco-forms-field ul.dropdown li:last-child div {
  margin: 0;
}
#book .umbraco-forms-form .umbraco-forms-field ul.dropdown li:last-child div select {
  border-bottom: 1px solid #adadad;
}
#book .umbraco-forms-form .button a, #book .umbraco-forms-form input[type=submit] {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -ms-transform: translate3d(0, 70px, 0);
  -o-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
  background: transparent;
  color: #333333;
  padding: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #book .umbraco-forms-form .button a, #book .umbraco-forms-form input[type=submit] {
    font-size: 1.4285714286em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #book .umbraco-forms-form .button a, #book .umbraco-forms-form input[type=submit] {
    font-size: 2.1428571429em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
@media screen and (min-width: 1025px) {
  #book .umbraco-forms-form .button a, #book .umbraco-forms-form input[type=submit] {
    font-size: 2.5em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.book-active #book .umbraco-forms-form .button a, .book-active #book .umbraco-forms-form input[type=submit] {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#book .info {
  margin: -10px -10px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #book .info {
    position: absolute;
    top: 64px;
    right: 8.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #book .info {
    position: absolute;
    top: 64px;
    right: 8.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #book .info {
    position: absolute;
    top: 94px;
    right: 8.6vw;
  }
}
#book .info ul.lang,
#book .info ul.currency {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #book .info ul.lang,
#book .info ul.currency {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #book .info ul.lang,
#book .info ul.currency {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  #book .info ul.lang,
#book .info ul.currency {
    display: inline-block;
  }
}
#book .info ul.lang li,
#book .info ul.currency li {
  position: relative;
  cursor: pointer;
  margin: 0;
  /*ul {

  	list-style: none;

  	padding: 0;

  	display: none;

  	position: absolute;

  	right: 0;

  	max-height: 400px;

  	overflow: auto;

  	min-width: 100%;

  	white-space: nowrap;

  	margin: -1px 0 0;

  	z-index: 5000;

  	text-align: left;

      box-shadow: 1px 1px 1px 0 rgba(0,0,0,0);

  	border: solid 1px #bbbbbb;

  	background: {

  		color: $white-color;
  	}

  	li {

  	    border-width: 1px 0 0;

  	    margin: 0;

  	    color: #bbbbbb;

  	    line-height: 1.5;

  	    font-weight: 300;

  	    text-transform: none;

  	    padding: 10px 30px;

  		a {

  			&:hover {

  				text-decoration: underline;
  			}

  			span {

  				vertical-align: baseline;
  			}
  		}
  	}
  }*/
}
@media screen and (max-width: 767px) {
  #book .info ul.lang li,
#book .info ul.currency li {
    text-align: right;
  }
  #book .info ul.lang li select,
#book .info ul.currency li select {
    direction: rtl;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #book .info ul.lang li,
#book .info ul.currency li {
    text-align: right;
  }
  #book .info ul.lang li select,
#book .info ul.currency li select {
    direction: rtl;
  }
}
#book .info ul.lang li:before,
#book .info ul.currency li:before {
  color: #adadad;
  margin-right: -5px;
}
#book .info ul.lang li select,
#book .info ul.currency li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline;
  padding: 12px;
  margin: 0;
  background-color: transparent;
}
#book .info ul.lang li:before {
  content: "Language ";
}
@media screen and (max-width: 767px) {
  #book .info ul.lang li:before {
    content: "";
  }
}
#book .info ul.currency li:before {
  content: "Currency ";
}
@media screen and (max-width: 767px) {
  #book .info ul.currency li:before {
    content: "";
  }
}

/**
 * hero slider
 */
#hero {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#hero .slideshow {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: top, transform;
  position: relative;
  width: 100%;
  top: 0;
}
.reveal-menu #hero .slideshow, .reveal-book #hero .slideshow {
  top: 40px;
}
.menu-active #hero .slideshow, .book-active #hero .slideshow {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: 0;
}
#hero .slideshow .flexslider {
  position: relative;
}
#hero .slideshow .flexslider.hidden {
  visibility: hidden;
}
#hero .slideshow ul.slides {
  overflow: hidden;
}
#hero .slideshow ul.slides li {
  width: 100%;
  height: 100vh;
  will-change: opacity;
}
#hero .slideshow ul.slides li picture {
  -webkit-transition: 5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: 100%;
  will-change: transform;
  overflow: hidden;
  display: block;
  background-position: center;
  background-size: cover;
}
#hero .slideshow ul.slides li picture img {
  display: none;
}
#hero .slideshow ul.slides li.flex-active-slide picture {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#hero .slideshow ul.slides:after {
  content: "";
  clear: both;
  display: block;
}
#hero .slideshow ul.slides.prev-cursor {
  cursor: url(../images/icons/freccia_sx.svg) 25 25, auto;
}
#hero .slideshow ul.slides.next-cursor {
  cursor: url(../images/icons/freccia_dx.svg) 25 25, auto;
}
#hero .slideshow ol.flex-control-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #hero .slideshow ol.flex-control-nav {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #hero .slideshow ol.flex-control-nav {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  #hero .slideshow ol.flex-control-nav {
    margin-bottom: 50px;
  }
}
#hero .slideshow ol.flex-control-nav li {
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 0.5em;
  background-color: #ffffff;
}
#hero .slideshow ol.flex-control-nav li a {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  border: 1px solid #ffffff;
  will-change: transform, opacity;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999%;
  opacity: 0;
}
#hero .slideshow ol.flex-control-nav li a.flex-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#hero .slideshow ul.flex-direction-nav {
  display: none;
}
#hero .slideshow ul.flex-direction-nav li {
  display: inline-block;
}
#hero + #boxes {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #hero + #boxes .sub-navigation {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #hero + #boxes .sub-navigation {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  #hero + #boxes .sub-navigation {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#hero.dark ol.flex-control-nav li {
  background-color: #333333;
}
#hero.dark ol.flex-control-nav li a {
  border-color: #333333;
}
#hero.light ol.flex-control-nav li {
  background-color: #ffffff;
}
#hero.light ol.flex-control-nav li a {
  border-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .banner-active #hero .slideshow ul.slides li {
    height: 75vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-active #hero .slideshow ul.slides li {
    height: 85vh;
  }
}
@media screen and (min-width: 1025px) {
  .banner-active #hero .slideshow ul.slides li {
    height: 85vh;
  }
}

/**
 * sub navigation
 */
.sub-navigation ul {
  display: block;
  overflow: auto;
  padding: 0.5em 0;
  position: relative;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.sub-navigation ul li {
  display: inline-block;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .sub-navigation ul li:last-child {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-navigation ul li:last-child {
    margin-right: 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .sub-navigation ul li:last-child {
    margin-right: 0;
  }
}
.sub-navigation ul li a {
  -webkit-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #333333;
  will-change: color;
}
.sub-navigation ul li a:hover, .sub-navigation ul li a.selected {
  color: #887a53;
}
.sub-navigation:before {
  background-color: transparent;
  background-image: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left,white, rgba(255, 255, 255, 0));
  content: "";
  width: 10vw;
  pointer-events: none;
  margin-right: -1px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sub-navigation:before {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-navigation:before {
    position: absolute;
    top: 0;
    right: 7.8vw;
    bottom: 0;
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .sub-navigation:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sub-navigation + .box {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-navigation + .box {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .sub-navigation + .box {
    margin-top: 50px;
  }
}

/**
 * text box
 */
@media screen and (max-width: 767px) {
  .text-intro p, .text-intro h2, .text-intro h3 {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .text-intro p:last-child, .text-intro h2:last-child, .text-intro h3:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-intro p, .text-intro h2, .text-intro h3 {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 82.6086956522%;
  }
  .text-intro p:last-child, .text-intro h2:last-child, .text-intro h3:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .text-intro p, .text-intro h2, .text-intro h3 {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 56.5217391304%;
  }
  .text-intro p:last-child, .text-intro h2:last-child, .text-intro h3:last-child {
    margin-right: 0;
  }
}

/**
 * warning box
 */
.warning {
  margin-top: 0;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .warning {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .warning {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .warning {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .warning {
    height: 25vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .warning {
    height: 15vh;
  }
}
@media screen and (min-width: 1025px) {
  .warning {
    height: 15vh;
  }
}
.warning > div {
  width: auto;
  height: 100%;
}
.warning > div .table {
  width: 100%;
  height: 100%;
  display: table;
}
.warning > div .table .table-cell {
  vertical-align: middle;
  display: table-cell;
}
.warning > div .table .table-cell p {
  color: #ffffff;
  line-height: 1.7;
}

/**
 * caurosel box
 */
@media screen and (max-width: 767px) {
  .caurosel .slideshow {
    width: 112%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caurosel .slideshow {
    width: 52.87442%;
  }
}
@media screen and (min-width: 1025px) {
  .caurosel .slideshow {
    width: 43.67442%;
  }
}
.caurosel .slideshow .flexcaurosel {
  width: 200%;
  height: auto;
}
.caurosel .slideshow .flexcaurosel .flex-viewport {
  overflow: visible !important;
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .caurosel .slideshow .flexcaurosel .flex-viewport {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caurosel .slideshow .flexcaurosel .flex-viewport {
    padding-left: 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .caurosel .slideshow .flexcaurosel .flex-viewport {
    padding-left: 8.6vw;
  }
}
.caurosel .slideshow .flexcaurosel ul.slides li {
  float: left;
  display: block;
}
.caurosel .slideshow .flexcaurosel ul.slides li a {
  width: 89%;
  height: auto;
  display: block;
}
.caurosel .slideshow .flexcaurosel ul.slides li a picture {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .caurosel .slideshow .flexcaurosel ul.slides li a picture {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caurosel .slideshow .flexcaurosel ul.slides li a picture {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .caurosel .slideshow .flexcaurosel ul.slides li a picture {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.caurosel .slideshow .flexcaurosel ul.slides li a picture:before {
  content: "";
  display: block;
}
.caurosel .slideshow .flexcaurosel ul.slides li a picture img {
  width: 100%;
  height: auto;
  display: block;
}
.caurosel .slideshow .flexcaurosel ul.slides li.prev-cursor a {
  cursor: url(../images/icons/freccia_sx.svg) 25 25, auto;
}
.caurosel .slideshow .flexcaurosel ul.slides li.next-cursor a {
  cursor: url(../images/icons/freccia_dx.svg) 25 25, auto;
}
.caurosel .slideshow .flexcaurosel ul.slides li.transparent {
  opacity: 0.4;
}
.caurosel .slideshow .flexcaurosel ul.slides:after {
  content: "";
  clear: both;
  display: block;
}
.caurosel .slideshow .flexcaurosel ol.flex-control-nav {
  position: relative;
  text-align: center;
  top: 0 !important;
  padding-top: 20px;
  z-index: 2;
}
.caurosel .slideshow .flexcaurosel ol.flex-control-nav li {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 0.5em;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .caurosel .slideshow .flexcaurosel ol.flex-control-nav li {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .caurosel .slideshow .flexcaurosel ol.flex-control-nav li {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .caurosel .slideshow .flexcaurosel ol.flex-control-nav li {
    display: none;
  }
}
.caurosel .slideshow .flexcaurosel ol.flex-control-nav li a {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  border: 1px solid #333333;
  will-change: transform, opacity;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999%;
  opacity: 0;
}
.caurosel .slideshow .flexcaurosel ol.flex-control-nav li a:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333333;
}
.caurosel .slideshow .flexcaurosel ol.flex-control-nav li a.flex-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.caurosel .slideshow .flexcaurosel ul.flex-direction-nav {
  display: none;
}
.caurosel .slideshow .flexcaurosel ul.flex-direction-nav li {
  display: inline-block;
}

/**
 * highlights box
 */
@media screen and (max-width: 767px) {
  .highlights p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .highlights p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .highlights p {
    margin-bottom: 50px;
  }
}
.highlights ul {
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .highlights ul.mobile {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .highlights ul.tablet {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .highlights ul.desktop {
    display: block;
  }
}
.highlights ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .highlights ul li {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 45.4545454545%;
  }
  .highlights ul li:last-child {
    margin-right: 0;
  }
  .highlights ul li:nth-child(2n) {
    margin-right: 0;
  }
  .highlights ul li:nth-child(2n+1) {
    clear: left;
  }
  .highlights ul li:nth-child(3), .highlights ul li:nth-child(4), .highlights ul li:nth-child(5), .highlights ul li:nth-child(6) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .highlights ul li {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 21.7391304348%;
  }
  .highlights ul li:last-child {
    margin-right: 0;
  }
  .highlights ul li:nth-child(4n) {
    margin-right: 0;
  }
  .highlights ul li:nth-child(4n+1) {
    clear: left;
  }
  .highlights ul li:nth-child(5), .highlights ul li:nth-child(6) {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .highlights ul li {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 13.0434782609%;
  }
  .highlights ul li:last-child {
    margin-right: 0;
  }
  .highlights ul li:nth-child(6n) {
    margin-right: 0;
  }
  .highlights ul li:nth-child(6n+1) {
    clear: left;
  }
}
.highlights ul li:nth-child(1n) picture {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.highlights ul li:nth-child(2n) picture {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.highlights ul li:nth-child(3n) picture {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.highlights ul li:nth-child(4n) picture {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.highlights ul li:nth-child(5n) picture {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.highlights ul li:nth-child(6n) picture {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.highlights ul li:nth-child(7n) picture {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.highlights ul li:nth-child(8n) picture {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.highlights ul li:nth-child(9n) picture {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.highlights ul li:nth-child(10n) picture {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.highlights ul li:nth-child(11n) picture {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
.highlights ul li picture {
  -webkit-transition: opacity 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  will-change: opacity;
  display: block;
  opacity: 0;
  z-index: 1;
}
.highlights ul li picture.first {
  position: relative;
}
.highlights ul li picture.active {
  opacity: 1;
  z-index: 2;
}
.highlights ul li picture img {
  width: 100%;
  height: auto;
  display: block;
}
.highlights ul li picture:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
}
.highlights ul:after {
  content: "";
  clear: both;
  display: block;
}

/**
 * instagram box
 */
.instagram h2 {
  line-height: 1.25em;
}
@media screen and (max-width: 767px) {
  .instagram h2 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .instagram h2 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .instagram h2 {
    margin-bottom: 50px;
  }
}
.instagram h2 span {
  display: block;
}
@media screen and (max-width: 767px) {
  .instagram .slideshow {
    width: 112%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .instagram .slideshow {
    width: 52.87442%;
  }
}
@media screen and (min-width: 1025px) {
  .instagram .slideshow {
    width: 43.67442%;
  }
}
.instagram .slideshow .flexcaurosel {
  width: 200%;
  height: auto;
}
.instagram .slideshow .flexcaurosel .flex-viewport {
  overflow: visible !important;
  width: 50%;
  height: auto;
}
.instagram .slideshow .flexcaurosel ul.slides li {
  float: left;
  display: block;
}
.instagram .slideshow .flexcaurosel ul.slides li a {
  width: 89%;
  height: auto;
  display: block;
}
.instagram .slideshow .flexcaurosel ul.slides li a picture {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.instagram .slideshow .flexcaurosel ul.slides li a picture img {
  width: 100%;
  height: auto;
  display: block;
}
.instagram .slideshow .flexcaurosel ul.slides li a picture p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  line-height: 1.5em;
  padding: 2em;
  margin: 0;
  z-index: 2;
}
.instagram .slideshow .flexcaurosel ul.slides li a picture p span {
  will-change: transform, opacity;
  position: relative;
  display: block;
  z-index: 2;
}
.instagram .slideshow .flexcaurosel ul.slides li a picture p span.bg {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  background-color: rgba(50, 50, 50, 0.75);
}
.instagram .slideshow .flexcaurosel ul.slides li a picture p span.user-message {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  transition-delay: 0.12s;
  opacity: 0;
}
.instagram .slideshow .flexcaurosel ul.slides li a picture p span.user-name {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 1.5em;
  opacity: 0;
}
.instagram .slideshow .flexcaurosel ul.slides li a picture:hover p .bg {
  opacity: 1;
}
.instagram .slideshow .flexcaurosel ul.slides li a picture:hover p .user-message {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}
.instagram .slideshow .flexcaurosel ul.slides li a picture:hover p .user-name {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  transition-delay: 0.12s;
  opacity: 1;
}
.instagram .slideshow .flexcaurosel ul.slides li.prev-cursor a {
  cursor: url(../images/icons/freccia_sx.svg) 25 25, auto;
}
.instagram .slideshow .flexcaurosel ul.slides li.next-cursor a {
  cursor: url(../images/icons/freccia_dx.svg) 25 25, auto;
}
.instagram .slideshow .flexcaurosel ul.slides:after {
  content: "";
  clear: both;
  display: block;
}
.instagram .slideshow .flexcaurosel ul.flex-direction-nav,
.instagram .slideshow .flexcaurosel ol.flex-control-nav {
  display: none;
}
.instagram .slideshow .flexcaurosel ul.flex-direction-nav li,
.instagram .slideshow .flexcaurosel ol.flex-control-nav li {
  display: inline-block;
}

/**
 * newsletter box
 */
@media screen and (max-width: 767px) {
  .newsletter p {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .newsletter p:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter p {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 73.9130434783%;
  }
  .newsletter p:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .newsletter p {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 73.9130434783%;
  }
  .newsletter p:last-child {
    margin-right: 0;
  }
}
.newsletter p.big {
  width: 100%;
  float: none;
}
.newsletter input[type=email], .newsletter input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  padding-top: 0.15em;
  color: #333333;
  border-color: #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
@media screen and (max-width: 767px) {
  .newsletter input[type=email], .newsletter input[type=submit] {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter input[type=email], .newsletter input[type=submit] {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .newsletter input[type=email], .newsletter input[type=submit] {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter input[type=email], .newsletter input[type=submit] {
    font-size: 1.4285714286em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter input[type=email], .newsletter input[type=submit] {
    font-size: 2.1428571429em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}
@media screen and (min-width: 1025px) {
  .newsletter input[type=email], .newsletter input[type=submit] {
    font-size: 2.5em;
    font-family: "NeuzeitSLTStd-Book", sans-serif;
    font-weight: 100;
  }
}
.newsletter input[type=email]::-webkit-input-placeholder, .newsletter input[type=submit]::-webkit-input-placeholder {
  color: #dddddd;
}
.newsletter input[type=email]::-moz-placeholder, .newsletter input[type=submit]::-moz-placeholder {
  color: #dddddd;
}
.newsletter input[type=email]:-moz-placeholder, .newsletter input[type=submit]:-moz-placeholder {
  color: #dddddd;
}
.newsletter input[type=email]:-ms-input-placeholder, .newsletter input[type=submit]:-ms-input-placeholder {
  color: #dddddd;
}
.newsletter input[type=email]:focus, .newsletter input[type=submit]:focus {
  border-color: #dddddd !important;
}
.newsletter input[type=email][type=submit], .newsletter input[type=submit][type=submit] {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  pointer-events: none;
  cursor: default;
  opacity: 0;
  border: 0;
}
.newsletter input[type=email][type=submit].show, .newsletter input[type=submit][type=submit].show {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}
.newsletter input[type=email][type=submit].show:hover, .newsletter input[type=submit][type=submit].show:hover {
  opacity: 0.4;
}
.newsletter input[type=email]:focus, .newsletter input[type=submit]:focus {
  box-shadow: none;
  border-color: #333333;
}
.newsletter .error {
  color: red;
  margin: 0.5em 0 0 0;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .newsletter .umbraco-forms-form {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter .umbraco-forms-form {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .newsletter .umbraco-forms-form {
    margin-bottom: 47px;
  }
}
.newsletter .umbraco-forms-form .umbraco-forms-page {
  position: relative;
}
.newsletter .umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation {
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .newsletter .umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation {
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter .umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation {
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .newsletter .umbraco-forms-form .umbraco-forms-page .umbraco-forms-navigation {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
  }
}

/**
 * rooms box
 */
.rooms .ui-widget {
  font-family: "NeuzeitSLTStd-Book", sans-serif;
  font-weight: 100;
}
.rooms .ui-widget .ui-accordion-header {
  position: relative;
  color: #333333;
  padding: 0;
  margin: 0;
  border: 0;
}
.rooms .ui-widget .ui-accordion-header .ui-icon {
  display: none;
}
.rooms .ui-widget .ui-accordion-header.ui-state-default {
  background-color: transparent;
}
.rooms .ui-widget .ui-accordion-header.ui-state-active {
  color: #333333;
  background-color: transparent;
}
.rooms .ui-widget .ui-accordion-header.ui-state-active .ui-icon {
  display: none;
}
@media screen and (min-width: 1025px) {
  .rooms .ui-widget .ui-accordion-header.ui-state-active .box > div > div .small {
    opacity: 0;
  }
}
.rooms .ui-widget .ui-accordion-header.ui-state-active .box > div > div .close {
  opacity: 1;
}
.rooms .ui-widget .ui-accordion-header.ui-state-active .box > div > div:after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.rooms .ui-widget .ui-accordion-header .box {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .rooms .ui-widget .ui-accordion-header .box > div {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-accordion-header .box > div {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 1025px) {
  .rooms .ui-widget .ui-accordion-header .box > div {
    margin-bottom: 54px;
  }
}
.rooms .ui-widget .ui-accordion-header .box > div > div {
  position: relative;
}
@media screen and (max-width: 767px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media screen and (max-width: 767px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div {
    padding-bottom: 47px;
  }
}
.rooms .ui-widget .ui-accordion-header .box > div > div:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  content: "";
  height: 1px;
  background-color: #dddddd;
}
@media screen and (max-width: 767px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div h2.big {
    display: table-cell;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div h2.big {
    display: table-cell;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div h2.big {
    display: table-cell;
    width: 66.6666666667%;
  }
}
.rooms .ui-widget .ui-accordion-header .box > div > div span {
  vertical-align: middle;
}
.rooms .ui-widget .ui-accordion-header .box > div > div span.small {
  -webkit-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div span.small {
    margin-right: 9.0909090909%;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div span.small {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div span.small {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div span.small {
    margin-top: 47px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div span.small {
    margin-right: 4.347826087%;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div span.small {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div span.small {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div span.small {
    margin-top: 47px;
  }
}
@media screen and (min-width: 1025px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div span.small {
    display: table-cell;
    width: 16.6666666667%;
    text-align: right;
  }
}
.rooms .ui-widget .ui-accordion-header .box > div > div span.close {
  -webkit-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div span.close {
    position: absolute;
    top: 6px;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div span.close {
    position: absolute;
    top: 15px;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .rooms .ui-widget .ui-accordion-header .box > div > div span.close {
    position: absolute;
    top: 15px;
    right: 0;
  }
}
.rooms .ui-widget .ui-widget-content {
  color: #333333;
  padding: 0;
  margin: 0;
  border: 0;
}
.rooms .ui-widget .ui-widget-content .slideshow {
  width: 100%;
}
.rooms .ui-widget .ui-widget-content .slideshow .flexslider {
  position: relative;
}
.rooms .ui-widget .ui-widget-content .slideshow ul.slides li {
  width: 100%;
  height: 90vh;
}
.rooms .ui-widget .ui-widget-content .slideshow ul.slides li picture {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-size: cover;
}
.rooms .ui-widget .ui-widget-content .slideshow ul.slides li picture img {
  display: none;
}
.rooms .ui-widget .ui-widget-content .slideshow ul.slides:after {
  content: "";
  clear: both;
  display: block;
}
.rooms .ui-widget .ui-widget-content .slideshow ul.slides.prev-cursor {
  cursor: url(../images/icons/freccia_sx.svg) 25 25, auto;
}
.rooms .ui-widget .ui-widget-content .slideshow ul.slides.next-cursor {
  cursor: url(../images/icons/freccia_dx.svg) 25 25, auto;
}
.rooms .ui-widget .ui-widget-content .slideshow ol.flex-control-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .rooms .ui-widget .ui-widget-content .slideshow ol.flex-control-nav {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-widget-content .slideshow ol.flex-control-nav {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .rooms .ui-widget .ui-widget-content .slideshow ol.flex-control-nav {
    margin-bottom: 50px;
  }
}
.rooms .ui-widget .ui-widget-content .slideshow ol.flex-control-nav li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 0.5em;
  background-color: #ffffff;
}
.rooms .ui-widget .ui-widget-content .slideshow ol.flex-control-nav li a {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  border: 1px solid #ffffff;
  will-change: transform, opacity;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999%;
  opacity: 0;
}
.rooms .ui-widget .ui-widget-content .slideshow ol.flex-control-nav li a.flex-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.rooms .ui-widget .ui-widget-content .slideshow ul.flex-direction-nav {
  display: none;
}
.rooms .ui-widget .ui-widget-content .slideshow ul.flex-direction-nav li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .rooms .ui-widget .ui-widget-content .box {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-widget-content .box {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .rooms .ui-widget .ui-widget-content .box {
    margin-bottom: 100px;
  }
}
.rooms .ui-widget .ui-widget-content .box > div ul.rooms {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .rooms .ui-widget .ui-widget-content .box > div ul.rooms {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-widget-content .box > div ul.rooms {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .rooms .ui-widget .ui-widget-content .box > div ul.rooms {
    margin-bottom: 47px;
  }
}
.rooms .ui-widget .ui-widget-content .box > div ul.rooms li {
  display: inline-block;
  margin-right: 1.5em;
}
.rooms .ui-widget .ui-widget-content .box > div ul.rooms li sup {
  font-size: 0.6em;
}
.rooms .ui-widget .ui-widget-content .box > div p {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .rooms .ui-widget .ui-widget-content .box > div p {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .rooms .ui-widget .ui-widget-content .box > div p:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-widget-content .box > div p {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 82.6086956522%;
  }
  .rooms .ui-widget .ui-widget-content .box > div p:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .rooms .ui-widget .ui-widget-content .box > div p {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
  }
  .rooms .ui-widget .ui-widget-content .box > div p:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .rooms .ui-widget .ui-widget-content .box > div p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms .ui-widget .ui-widget-content .box > div p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .rooms .ui-widget .ui-widget-content .box > div p {
    margin-bottom: 50px;
  }
}
.rooms .ui-widget .ui-widget-content .box > div p.button {
  margin: 0;
}
.rooms .ui-widget .ui-widget-content .box > div > div {
  clear: both;
}
.rooms .ui-widget .ui-widget-content .box > div > div p {
  line-height: 1.4;
}
.rooms .ui-widget .ui-widget-content .box > div > div p a {
  color: #333333;
}
.rooms .ui-widget .ui-widget-content .box > div > div p a.silver {
  color: #adadad;
}
@media screen and (max-width: 767px) {
  .rooms + .box {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rooms + .box {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .rooms + .box {
    margin-top: 50px;
  }
}

/**
 * events box
 */
.events ul.navigation {
  display: block;
  padding-bottom: 0.5em;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.events ul.navigation li {
  display: inline-block;
  margin-right: 1.5em;
}
.events ul.navigation li:last-child {
  margin-right: 0;
}
.events ul.navigation li a {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  opacity: 0.4;
}
.events ul.navigation li a .badge {
  font-size: 0.6em;
}
.events ul.navigation li a:hover {
  opacity: 1;
}
.events ul.navigation li.selected a {
  opacity: 1;
}
.events ul.list li {
  display: block;
}
@media screen and (max-width: 767px) {
  .events ul.list li {
    margin-top: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events ul.list li {
    margin-top: 34px;
  }
}
@media screen and (min-width: 1025px) {
  .events ul.list li {
    margin-top: 54px;
  }
}
.events ul.list li a {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  border-bottom: 1px solid #dddddd;
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .events ul.list li a {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events ul.list li a {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .events ul.list li a {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media screen and (max-width: 767px) {
  .events ul.list li a {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events ul.list li a {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .events ul.list li a {
    padding-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  .events ul.list li a h3.big {
    display: table-cell;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events ul.list li a h3.big {
    display: table-cell;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .events ul.list li a h3.big {
    display: table-cell;
    width: 66.6666666667%;
  }
}
.events ul.list li a span {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .events ul.list li a span.small {
    margin-right: 9.0909090909%;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .events ul.list li a span.small {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .events ul.list li a span.small {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .events ul.list li a span.small {
    margin-top: 47px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .events ul.list li a span.small {
    margin-right: 4.347826087%;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  .events ul.list li a span.small {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .events ul.list li a span.small {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .events ul.list li a span.small {
    margin-top: 47px;
  }
}
@media screen and (min-width: 1025px) {
  .events ul.list li a span.small {
    display: table-cell;
    width: 16.6666666667%;
    text-align: right;
  }
}
.events ul.list li.filtered a {
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  opacity: 0;
}

/**
 * images slider
 */
.images .slider {
  width: auto;
  height: 80vh;
}
.images .slider ul {
  position: relative;
  width: auto;
  height: 100%;
  overflow: hidden;
}
.images .slider ul.tween {
  -webkit-transition: 0.466s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.466s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.466s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.images .slider ul li {
  width: auto;
  height: 100%;
  display: block;
  float: left;
  background-position: center;
  background-size: cover;
}
.images .slider ul li img {
  display: none;
}
.images.prev-cursor ul li {
  cursor: url(../images/icons/freccia_sx.svg) 25 25, auto;
}
.images.next-cursor ul li {
  cursor: url(../images/icons/freccia_dx.svg) 25 25, auto;
}

/**
 * content slider
 */
@media screen and (max-width: 767px) {
  .content .slideshow {
    width: 112%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content .slideshow {
    width: 87.67442%;
  }
}
@media screen and (min-width: 1025px) {
  .content .slideshow {
    width: 87.67442%;
  }
}
.content .slideshow .flexcaurosel .flex-viewport {
  overflow: visible !important;
}
.content .slideshow .flexcaurosel ul.slides li {
  float: left;
  display: block;
}
.content .slideshow .flexcaurosel ul.slides li a {
  width: 94.4%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .content .slideshow .flexcaurosel ul.slides li a {
    width: 89%;
  }
}
.content .slideshow .flexcaurosel ul.slides li a picture {
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .content .slideshow .flexcaurosel ul.slides li a picture {
    height: 120vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content .slideshow .flexcaurosel ul.slides li a picture {
    height: 40vw;
  }
}
@media screen and (min-width: 1025px) {
  .content .slideshow .flexcaurosel ul.slides li a picture {
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .content .slideshow .flexcaurosel ul.slides li a picture:before {
    padding-top: 133.33333%;
  }
}
.content .slideshow .flexcaurosel ul.slides li a picture img {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .content .slideshow .flexcaurosel ul.slides li a picture img.portrait {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content .slideshow .flexcaurosel ul.slides li a picture img.portrait {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .content .slideshow .flexcaurosel ul.slides li a picture img.portrait {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content .slideshow .flexcaurosel ul.slides li a picture img.landscape {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content .slideshow .flexcaurosel ul.slides li a picture img.landscape {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .content .slideshow .flexcaurosel ul.slides li a picture img.landscape {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .content .slideshow .flexcaurosel ul.slides li a h3.medium {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content .slideshow .flexcaurosel ul.slides li a h3.medium {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .content .slideshow .flexcaurosel ul.slides li a h3.medium {
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  .content .slideshow .flexcaurosel ul.slides li a h3.medium {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content .slideshow .flexcaurosel ul.slides li a h3.medium {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .content .slideshow .flexcaurosel ul.slides li a h3.medium {
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  .content .slideshow .flexcaurosel ul.slides li a h3.medium {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .content .slideshow .flexcaurosel ul.slides li a h3.medium:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content .slideshow .flexcaurosel ul.slides li a h3.medium {
    float: left;
    display: block;
    margin-right: 5.2631578947%;
    width: 89.4736842105%;
  }
  .content .slideshow .flexcaurosel ul.slides li a h3.medium:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .content .slideshow .flexcaurosel ul.slides li a h3.medium {
    float: left;
    display: block;
    margin-right: 5.2631578947%;
    width: 89.4736842105%;
  }
  .content .slideshow .flexcaurosel ul.slides li a h3.medium:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .content .slideshow .flexcaurosel ul.slides li a p {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .content .slideshow .flexcaurosel ul.slides li a p:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content .slideshow .flexcaurosel ul.slides li a p {
    float: left;
    display: block;
    margin-right: 5.2631578947%;
    width: 78.9473684211%;
  }
  .content .slideshow .flexcaurosel ul.slides li a p:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .content .slideshow .flexcaurosel ul.slides li a p {
    float: left;
    display: block;
    margin-right: 5.2631578947%;
    width: 78.9473684211%;
  }
  .content .slideshow .flexcaurosel ul.slides li a p:last-child {
    margin-right: 0;
  }
}
.content .slideshow .flexcaurosel ul.slides li.prev-cursor a {
  cursor: url(../images/icons/freccia_sx.svg) 25 25, auto;
}
.content .slideshow .flexcaurosel ul.slides li.next-cursor a {
  cursor: url(../images/icons/freccia_dx.svg) 25 25, auto;
}
.content .slideshow .flexcaurosel ul.slides:after {
  content: "";
  clear: both;
  display: block;
}
.content .slideshow .flexcaurosel ol.flex-control-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  margin-top: -50px;
  z-index: 2;
}
.content .slideshow .flexcaurosel ol.flex-control-nav li {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 0.5em;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .content .slideshow .flexcaurosel ol.flex-control-nav li {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content .slideshow .flexcaurosel ol.flex-control-nav li {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .content .slideshow .flexcaurosel ol.flex-control-nav li {
    display: none;
  }
}
.content .slideshow .flexcaurosel ol.flex-control-nav li a {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  border: 1px solid #ffffff;
  will-change: transform, opacity;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999%;
  opacity: 0;
}
.content .slideshow .flexcaurosel ol.flex-control-nav li a:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}
.content .slideshow .flexcaurosel ol.flex-control-nav li a.flex-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.content .slideshow .flexcaurosel ul.flex-direction-nav {
  display: none;
}
.content .slideshow .flexcaurosel ul.flex-direction-nav li {
  display: inline-block;
}

/**
 * text images box
 */
@media screen and (max-width: 767px) {
  .text-images .text {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .text-images .text:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-images .text {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 91.3043478261%;
  }
  .text-images .text:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .text-images .text {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 39.1304347826%;
  }
  .text-images .text:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .text-images .text h2 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-images .text h2 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .text-images .text h2 {
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  .text-images .text p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-images .text p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .text-images .text p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .text-images .image {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .text-images .image:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-images .image {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 91.3043478261%;
  }
  .text-images .image:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .text-images .image {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
    margin-left: 8.6956521739%;
  }
  .text-images .image:last-child {
    margin-right: 0;
  }
}
.text-images .image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .text-images.row .text {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-images.row .text {
    padding: 0 0 0 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .text-images.row .text {
    padding: 0 0 0 8.6vw;
  }
}
@media screen and (max-width: 767px) {
  .text-images.row .image {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-images.row .image {
    padding: 0 0 0 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .text-images.row .image {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .text-images-2 .text {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .text-images-2 .text:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-images-2 .text {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 91.3043478261%;
  }
  .text-images-2 .text:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .text-images-2 .text {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
  }
  .text-images-2 .text:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .text-images-2 .text h2 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-images-2 .text h2 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .text-images-2 .text h2 {
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  .text-images-2 .text p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-images-2 .text p {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .text-images-2 .text p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .text-images-2 .image {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .text-images-2 .image:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-images-2 .image {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 91.3043478261%;
  }
  .text-images-2 .image:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .text-images-2 .image {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 21.7391304348%;
    margin-left: 8.6956521739%;
  }
  .text-images-2 .image:last-child {
    margin-right: 0;
  }
}
.text-images-2 .image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .text-images-2.row .text {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-images-2.row .text {
    padding: 0 0 0 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .text-images-2.row .text {
    padding: 0 0 0 8.6vw;
  }
}
@media screen and (max-width: 767px) {
  .text-images-2.row .image {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .text-images-2.row .image {
    padding: 0 0 0 7.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .text-images-2.row .image {
    padding: 0;
  }
}

/**
 * stories box
 */
.stories {
  overflow: visible;
}
.stories ul.navigation {
  display: block;
  padding-bottom: 0.5em;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.stories ul.navigation li {
  display: inline-block;
  margin-right: 1.5em;
}
.stories ul.navigation li:last-child {
  margin-right: 0;
}
.stories ul.navigation li a {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  opacity: 0.4;
}
.stories ul.navigation li a .badge {
  font-size: 0.6em;
}
.stories ul.navigation li a:hover {
  opacity: 1;
}
.stories ul.navigation li.selected a {
  opacity: 1;
}
.stories ul.list li {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .stories ul.list li {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stories ul.list li {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .stories ul.list li {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .stories ul.list li {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .stories ul.list li:last-child {
    margin-right: 0;
  }
  .stories ul.list li:nth-child(1n) {
    margin-right: 0;
  }
  .stories ul.list li:nth-child(1n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stories ul.list li {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  .stories ul.list li:last-child {
    margin-right: 0;
  }
  .stories ul.list li:nth-child(2n) {
    margin-right: 0;
  }
  .stories ul.list li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1025px) {
  .stories ul.list li {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
  }
  .stories ul.list li:last-child {
    margin-right: 0;
  }
  .stories ul.list li:nth-child(3n) {
    margin-right: 0;
  }
  .stories ul.list li:nth-child(3n+1) {
    clear: left;
  }
}
.stories ul.list li p {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  will-change: transform, opacity;
}
.stories ul.list li p.medium {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.stories ul.list li picture {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
  will-change: transform, opacity;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .stories ul.list li picture {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stories ul.list li picture {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .stories ul.list li picture {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.stories ul.list li picture img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  will-change: transform, opacity;
  width: 100%;
  height: auto;
  display: block;
}
.stories ul.list li p.medium {
  line-height: 1.25em;
}
.stories ul.list li.filtered {
  opacity: 0;
}
.stories ul.list li.filtered p {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.stories ul.list li.filtered p.medium {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.stories ul.list li.filtered picture {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.stories ul.list li.filtered picture img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
.stories ul.list:after {
  content: "";
  clear: both;
  display: block;
}

/**
 * stories box
 */
.hires2 {
  overflow: visible;
}
.hires2 ul.navigation {
  display: block;
  padding-bottom: 0.5em;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.hires2 ul.navigation li {
  display: inline-block;
  margin-right: 1.5em;
}
.hires2 ul.navigation li:last-child {
  margin-right: 0;
}
.hires2 ul.navigation li a {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  opacity: 0.4;
}
.hires2 ul.navigation li a .badge {
  font-size: 0.6em;
}
.hires2 ul.navigation li a:hover {
  opacity: 1;
}
.hires2 ul.navigation li.selected a {
  opacity: 1;
}
.hires2 ul.list li {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hires2 ul.list li {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hires2 ul.list li {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .hires2 ul.list li {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hires2 ul.list li {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .hires2 ul.list li:last-child {
    margin-right: 0;
  }
  .hires2 ul.list li:nth-child(1n) {
    margin-right: 0;
  }
  .hires2 ul.list li:nth-child(1n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hires2 ul.list li {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  .hires2 ul.list li:last-child {
    margin-right: 0;
  }
  .hires2 ul.list li:nth-child(2n) {
    margin-right: 0;
  }
  .hires2 ul.list li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1025px) {
  .hires2 ul.list li {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 21.7391304348%;
  }
  .hires2 ul.list li:last-child {
    margin-right: 0;
  }
  .hires2 ul.list li:nth-child(3n) {
    margin-right: 0;
  }
  .hires2 ul.list li:nth-child(3n+1) {
    clear: left;
  }
}
.hires2 ul.list li p {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  will-change: transform, opacity;
}
.hires2 ul.list li p.medium {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hires2 ul.list li picture {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
  will-change: transform, opacity;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hires2 ul.list li picture {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hires2 ul.list li picture {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .hires2 ul.list li picture {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.hires2 ul.list li picture img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  will-change: transform, opacity;
  width: 100%;
  height: auto;
  display: block;
}
.hires2 ul.list li p.medium {
  line-height: 1.25em;
}
.hires2 ul.list li.filtered {
  opacity: 0;
}
.hires2 ul.list li.filtered p {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hires2 ul.list li.filtered p.medium {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.hires2 ul.list li.filtered picture {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hires2 ul.list li.filtered picture img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
.hires2 ul.list:after {
  content: "";
  clear: both;
  display: block;
}

/**
 * 2images box
 */
@media screen and (max-width: 767px) {
  .two-images img {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .two-images img:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .two-images img {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .two-images img {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .two-images img {
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .two-images img {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
    margin-bottom: 0;
  }
  .two-images img:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .two-images img {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 39.1304347826%;
    margin-bottom: 0;
  }
  .two-images img:last-child {
    margin-right: 0;
  }
}

/**
 * facts box
 */
.facts {
  color: #ffffff;
  background-color: #887a53;
}
.facts .slideshow .flexslider .flex-viewport {
  overflow: visible !important;
}
.facts .slideshow .flexslider ul.slides li {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .facts .slideshow .flexslider ul.slides li .box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .facts .slideshow .flexslider ul.slides li .box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .facts .slideshow .flexslider ul.slides li .box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .facts .slideshow .flexslider ul.slides li .box p {
    float: left;
    display: block;
    margin-right: 9.0909090909%;
    width: 100%;
  }
  .facts .slideshow .flexslider ul.slides li .box p:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .facts .slideshow .flexslider ul.slides li .box p {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 82.6086956522%;
  }
  .facts .slideshow .flexslider ul.slides li .box p:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .facts .slideshow .flexslider ul.slides li .box p {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
  }
  .facts .slideshow .flexslider ul.slides li .box p:last-child {
    margin-right: 0;
  }
}
.facts .slideshow .flexslider ul.slides li .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.facts .slideshow .flexslider ul.slides li .bottom .box {
  overflow: visible;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .facts .slideshow .flexslider ul.slides li .bottom .box {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .facts .slideshow .flexslider ul.slides li .bottom .box {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .facts .slideshow .flexslider ul.slides li .bottom .box {
    margin-bottom: 50px;
  }
}
.facts .slideshow .flexslider ul.slides li .bottom .box > div > div {
  position: relative;
}
.facts .slideshow .flexslider ul.slides li .bottom .box > div > div img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  height: auto;
  margin-bottom: -14px;
}
.facts .slideshow .flexslider ul.slides li .bottom .box > div > div img#logo-label {
  display: block;
}
@media screen and (max-width: 767px) {
  .facts .slideshow .flexslider ul.slides li .bottom .box > div > div img#logo-label {
    display: none;
  }
}
.facts .slideshow .flexslider ul.slides li .bottom .box > div > div img#logo-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .facts .slideshow .flexslider ul.slides li .bottom .box > div > div img#logo-icon {
    display: block;
  }
}
.facts .slideshow .flexslider ul.slides li .bottom .box > div > div span {
  position: absolute;
  right: 0;
  bottom: 0;
}
.facts .slideshow .flexslider ul.slides:after {
  content: "";
  clear: both;
  display: block;
}
.facts .slideshow .flexslider ul.slides.prev-cursor {
  cursor: url(../images/icons/freccia_sx.svg) 32 32, auto;
}
.facts .slideshow .flexslider ul.slides.next-cursor {
  cursor: url(../images/icons/freccia_dx.svg) 32 32, auto;
}
.facts .slideshow .flexslider ol.flex-control-nav,
.facts .slideshow .flexslider ul.flex-direction-nav {
  display: none;
}
.facts .slideshow .flexslider ol.flex-control-nav li,
.facts .slideshow .flexslider ul.flex-direction-nav li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .facts .slideshow .flexslider ol.flex-control-nav {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .facts .slideshow .flexslider ol.flex-control-nav {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .facts .slideshow .flexslider ol.flex-control-nav {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .facts .slideshow .flexslider ol.flex-control-nav {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .facts .slideshow .flexslider ol.flex-control-nav li {
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 0.5em;
    background-color: #ffffff;
  }
  .facts .slideshow .flexslider ol.flex-control-nav li a {
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    border: 1px solid #ffffff;
    will-change: transform, opacity;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999%;
    opacity: 0;
  }
  .facts .slideshow .flexslider ol.flex-control-nav li a.flex-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/**
 * gallery box
 */
@media screen and (max-width: 767px) {
  .gallery .grid-sizer,
.gallery .grid-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery .grid-sizer,
.gallery .grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .gallery .grid-sizer,
.gallery .grid-item {
    width: 33.333%;
  }
}
.gallery .grid-item {
  float: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .gallery .grid-item.grid-item--width2 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery .grid-item.grid-item--width2 {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .gallery .grid-item.grid-item--width2 {
    width: 66.666%;
  }
}
.gallery .grid-item:before {
  content: "";
  width: 10px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -10px;
  background-color: #ffffff;
  display: none;
}
.gallery .grid-item:after {
  content: "";
  width: 10px;
  position: absolute;
  top: -1px;
  right: -10px;
  bottom: -1px;
  background-color: #ffffff;
  z-index: 2;
}
.gallery .grid-item a {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
}
.gallery .grid-item a:after {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  will-change: transform, opacity;
  content: "";
  opacity: 0;
  background-image: url(../images/icons/zoom_in.svg);
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  background-position: center;
}
.gallery .grid-item a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.gallery .grid-item a img {
  width: 100%;
  height: auto;
  display: block;
}

/**
 * partner box
 */
@media screen and (max-width: 767px) {
  .partner .slideshow {
    width: 112%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .partner .slideshow {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .partner .slideshow {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .partner .slideshow .flexcaurosel {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .partner .slideshow .flexcaurosel {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .partner .slideshow .flexcaurosel {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .partner .slideshow .flexcaurosel.clone {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .partner .slideshow .flexcaurosel.clone {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .partner .slideshow .flexcaurosel.clone {
    display: none;
  }
}
.partner .slideshow .flexcaurosel .flex-viewport {
  overflow: visible !important;
}
.partner .slideshow .flexcaurosel ul.slides li {
  line-height: 1.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .partner .slideshow .flexcaurosel ul.slides li {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  .partner .slideshow .flexcaurosel ul.slides li:last-child {
    margin-right: 0;
  }
  .partner .slideshow .flexcaurosel ul.slides li:nth-child(2n) {
    margin-right: 0;
  }
  .partner .slideshow .flexcaurosel ul.slides li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1025px) {
  .partner .slideshow .flexcaurosel ul.slides li {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
  }
  .partner .slideshow .flexcaurosel ul.slides li:last-child {
    margin-right: 0;
  }
  .partner .slideshow .flexcaurosel ul.slides li:nth-child(3n) {
    margin-right: 0;
  }
  .partner .slideshow .flexcaurosel ul.slides li:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .partner .slideshow .flexcaurosel ul.slides li {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .partner .slideshow .flexcaurosel ul.slides li {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .partner .slideshow .flexcaurosel ul.slides li {
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  .partner .slideshow .flexcaurosel ul.slides li div {
    width: 89%;
    height: auto;
  }
}
.partner .slideshow .flexcaurosel ul.slides li div a {
  display: inline-block;
}
.partner .slideshow .flexcaurosel ul.slides li div a picture {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .partner .slideshow .flexcaurosel ul.slides li div a picture {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .partner .slideshow .flexcaurosel ul.slides li div a picture {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .partner .slideshow .flexcaurosel ul.slides li div a picture {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  .partner .slideshow .flexcaurosel ul.slides li div a picture {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .partner .slideshow .flexcaurosel ul.slides li div a picture {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) {
  .partner .slideshow .flexcaurosel ul.slides li div a picture {
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 767px) {
  .partner .slideshow .flexcaurosel ul.slides li div a picture {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
  .partner .slideshow .flexcaurosel ul.slides li div a picture {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .partner .slideshow .flexcaurosel ul.slides li div a picture {
    margin-bottom: 47px;
  }
}
.partner .slideshow .flexcaurosel ul.slides li div a picture img {
  width: 100%;
  height: auto;
  display: block;
}
.partner .slideshow .flexcaurosel ul.slides:after {
  content: "";
  clear: both;
  display: block;
}
.partner .slideshow .flexcaurosel ol.flex-control-nav {
  position: absolute;
  top: 0;
  right: 5px;
  left: 0;
  text-align: center;
  margin-top: -15px;
  z-index: 2;
}
.partner .slideshow .flexcaurosel ol.flex-control-nav li {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 0.5em;
  border: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .partner .slideshow .flexcaurosel ol.flex-control-nav li {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .partner .slideshow .flexcaurosel ol.flex-control-nav li {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .partner .slideshow .flexcaurosel ol.flex-control-nav li {
    display: none;
  }
}
.partner .slideshow .flexcaurosel ol.flex-control-nav li a {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  border: 1px solid #333333;
  will-change: transform, opacity;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999%;
  opacity: 0;
}
.partner .slideshow .flexcaurosel ol.flex-control-nav li a:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333333;
}
.partner .slideshow .flexcaurosel ol.flex-control-nav li a.flex-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.partner .slideshow .flexcaurosel ul.flex-direction-nav {
  display: none;
}
.partner .slideshow .flexcaurosel ul.flex-direction-nav li {
  display: inline-block;
}

/**
 * press area box
 */
.press-area ul.navigation {
  display: block;
  padding-bottom: 0.5em;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.press-area ul.navigation li {
  display: inline-block;
  margin-right: 1.5em;
}
.press-area ul.navigation li:last-child {
  margin-right: 0;
}
.press-area ul.navigation li a {
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity;
  opacity: 0.4;
}
.press-area ul.navigation li a .badge {
  font-size: 0.6em;
}
.press-area ul.navigation li a:hover {
  opacity: 1;
}
.press-area ul.navigation li.selected a {
  opacity: 1;
}
.press-area ul.list li {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .press-area ul.list li {
    margin-top: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .press-area ul.list li {
    margin-top: 34px;
  }
}
@media screen and (min-width: 1025px) {
  .press-area ul.list li {
    margin-top: 54px;
  }
}
.press-area ul.list li a {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  border-bottom: 1px solid #dddddd;
  will-change: transform, opacity;
  display: block;
}
@media screen and (max-width: 767px) {
  .press-area ul.list li a {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .press-area ul.list li a {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .press-area ul.list li a {
    padding-bottom: 47px;
  }
}
.press-area ul.list li a span {
  display: block;
}
@media screen and (max-width: 767px) {
  .press-area ul.list li a span.small {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .press-area ul.list li a span.small {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .press-area ul.list li a span.small {
    margin-top: 25px;
  }
}
.press-area ul.list li.filtered a {
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  opacity: 0;
}

/**
 * map box
 */
.map #map {
  position: relative;
  height: 80vh;
}
@media screen and (max-width: 767px) {
  .map #map {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .map #map {
    width: 80vw;
  }
}
@media screen and (min-width: 1025px) {
  .map #map {
    width: 80vw;
  }
}
.map #map img {
  width: auto;
  height: 100%;
  display: block;
}

.hc-joblist-offer-list, .text-intro .downloadModule, .text-intro ul {
  float: left;
  width: 100%;
}

.text-intro > * {
  float: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .text-intro > * {
    width: auto;
  }
}

.hc-joblist-offer-date {
  margin-right: 5px;
}

#boxes .box p a, #boxes .downloadModule a {
  color: #887a53 !important;
}

#newsletter-links {
  display: inline-block;
  width: 100%;
}

#newsletter-links p:nth-child(n+6) {
  display: none;
}

#newsletter-links-show-more {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
  position: relative;
  padding-right: 20px;
}
#newsletter-links-show-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-width: 7px;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
}

ul.default {
  list-style-type: disc;
  margin: 0 0 1rem 1rem;
}

.facts .slideshow .flexslider ul.slides li .bottom .box > div > div img {
  display: none !important;
}

.facts .slideshow .flexslider ul.slides li .bottom .box > div > div span {
  left: 0;
  right: auto;
}
.facts .slideshow .flexslider ul.slides li .bottom .box > div > div span a {
  color: white;
}

#hero {
  margin-bottom: 70px;
}

.box.row.facts {
  background-color: #cec2a1;
}

.text-intro h1 {
  float: left;
  width: 100%;
}

.press-area ul.list li {
  margin-top: 20px;
}

.press-area ul.list li a {
  padding-bottom: 10px;
}

.gallery .grid-item a {
  margin-left: 11px;
}

.accordion-header + .ui-accordion-content {
  display: none !important;
}

.accordion-header .small {
  opacity: 1 !important;
}
.accordion-header .close {
  display: none !important;
}
.accordion-header .box > div > div:after {
  trasform: none !important;
}

@media screen and (max-width: 767px) {
  .text-images > div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .text-images > div > .text {
    margin-top: 50px;
  }
}