@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "icons";
  font-weight: normal;
  font-style: normal;
  src: url(/assets/icons-f535ec8c39e06a20c6e7f9a8a269305b984809249aaed648385de11791e584d0.eot) format("embedded-opentype");
  src: url(/assets/icons-f535ec8c39e06a20c6e7f9a8a269305b984809249aaed648385de11791e584d0.eot?#iefix) format("embedded-opentype"), url(/assets/icons-0a4cb85b2bc18002dbe9158e84c55ef89ee439d6c8af3f17c850532b1799dd7c.woff) format("woff"), url(/assets/icons-384f21626859cd9b07c8828c0d5cfd397b36d66f63195102b3af0a615acee679.ttf) format("ttf"), url(/assets/icons-6df7656605481ea5a4ad846ffbc08f43d03018fe38d2c6948157059f47bea506.svg#icons) format("svg"); }
html, body {
  height: 100%; }

html {
  font-size: 14.4px; }
  @media screen and (min-width: 1024px) {
    html {
      font-size: 16px; } }
  @media screen and (min-width: 1400px) {
    html {
      font-size: 17.6px; } }

body {
  font-family: "Helvetica Neue", Helvetica, "HelveticaNeue-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  line-height: 1.5;
  color: #444;
  text-rendering: optimizeLegibility; }
  body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

a {
  color: #444;
  text-decoration: none; }

ul, ol, blockquote {
  padding-left: 0;
  margin: 0; }

li {
  list-style-type: none; }

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dd, p, figure, pre, table,
fieldset, hr, form {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #dddbdc;
  -webkit-appearance: none;
  border-radius: 0;
  background-image: none;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  font-size: 15px;
  font-size: 0.9375rem; }
  input[type="email"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="url"][disabled], input[type="color"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="week"][disabled], textarea[disabled] {
    opacity: 0.9; }

*:focus {
  outline: 0; }

input[type=number]::-ms-tooltip {
  display: none; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

button, [type="submit"] {
  background-image: none;
  border-radius: 0; }

input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, textarea:hover {
  border-color: #bebebe; }

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, textarea:focus {
  border-color: #444; }

input[type="checkbox"] {
  display: inline-block;
  margin-right: 0.4em; }

pre, code {
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
  font-weight: normal; }

hr {
  color: #d7d7d7;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

table {
  table-layout: fixed; }

th, td {
  text-align: left; }

img {
  max-width: 100%;
  vertical-align: top; }

legend {
  color: #777;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal; }

hr {
  border: 0;
  border-bottom: 1px solid #dddbdc; }

select {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  border-color: #d7d7d7;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/arrow-down-23720c8538f2d1e5ef5cf952229f96bcf20d3efeb862c26298c7a6e420c660dc.svg);
  background-position: right center;
  background-origin: content-box;
  background-size: 15px;
  background-repeat: no-repeat;
  background-color: white;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  line-height: normal; }
  select:hover {
    border-color: #cfcfcf; }
  select:focus {
    border-color: #32303f; }
  select option:first-child {
    color: #777; }

iframe {
  display: block; }

@-webkit-keyframes bling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20% {
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.ultra {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 40px;
  font-size: 2.5rem; }

.alpha {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 33px;
  font-size: 2.0625rem; }

.beta {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 27px;
  font-size: 1.6875rem; }

.gamma {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem; }

.delta {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem; }

.epsilon {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem; }

.smallprint {
  font-size: 13px;
  font-size: 0.8125rem; }

.milli {
  font-size: 12px;
  font-size: 0.75rem; }

.micro {
  font-size: 10px;
  font-size: 0.625rem; }

.formatted-content h1, .formatted-content h2, .formatted-content h3, .formatted-content h4, .formatted-content h5, .formatted-content h6, .formatted-content hgroup,
.formatted-content ul, .formatted-content ol, .formatted-content dd, .formatted-content p, .formatted-content figure, .formatted-content pre, .formatted-content table,
.formatted-content fieldset, .formatted-content hr, .formatted-content form, .formatted-content blockquote {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .formatted-content h1:last-child, .formatted-content h2:last-child, .formatted-content h3:last-child, .formatted-content h4:last-child, .formatted-content h5:last-child, .formatted-content h6:last-child, .formatted-content hgroup:last-child,
  .formatted-content ul:last-child, .formatted-content ol:last-child, .formatted-content dd:last-child, .formatted-content p:last-child, .formatted-content figure:last-child, .formatted-content pre:last-child, .formatted-content table:last-child,
  .formatted-content fieldset:last-child, .formatted-content hr:last-child, .formatted-content form:last-child, .formatted-content blockquote:last-child {
    margin-bottom: 0; }
.formatted-content ul, .formatted-content ol, .formatted-content blockquote {
  padding-left: 30px; }
.formatted-content ul li {
  list-style-type: disc; }
.formatted-content ol li {
  list-style-type: decimal; }
.formatted-content h1, .formatted-content h2, .formatted-content h3, .formatted-content h4, .formatted-content h5, .formatted-content h6 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin-top: 30px;
  margin-top: 1.875rem; }
  .formatted-content h1:first-child, .formatted-content h2:first-child, .formatted-content h3:first-child, .formatted-content h4:first-child, .formatted-content h5:first-child, .formatted-content h6:first-child {
    margin-top: 0; }
.formatted-content h1 {
  font-size: 40px;
  font-size: 2.5rem; }
.formatted-content h2 {
  font-size: 33px;
  font-size: 2.0625rem; }
.formatted-content h3 {
  font-size: 27px;
  font-size: 1.6875rem; }
.formatted-content h4 {
  font-size: 22px;
  font-size: 1.375rem; }
.formatted-content h5 {
  font-size: 18px;
  font-size: 1.125rem; }
.formatted-content h6 {
  font-size: 16px;
  font-size: 1rem; }
.formatted-content table {
  width: 100%; }
.formatted-content blockquote {
  font-style: italic;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  position: relative;
  color: #777; }
  .formatted-content blockquote:before {
    position: absolute;
    top: 0;
    left: 0; }
.formatted-content a {
  color: #937847; }
  .formatted-content a.button--primary, .formatted-content .floating-menu__cta > a, .formatted-content a.mobile-topbar__cta {
    color: white; }

.go:after {
  content: " »"; }

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

.muted {
  opacity: 0.5; }

.accordion a {
  color: #444; }
  .accordion a:hover {
    color: #937847; }
.accordion span.current {
  color: #937847; }

.accordion__section__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  color: #937847;
  border-bottom: 1px solid #d7d7d7;
  display: block;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.accordion__section__arrow {
  float: right; }

.accordion__section__body {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  display: none;
  line-height: 1.5rem; }
  .accordion__section__body.is-expanded {
    display: block; }

.app-button, .app-button--apple, .app-button--google {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }
  .app-button img, .app-button--apple img, .app-button--google img {
    height: 45px; }

.app-button--google img {
  height: 66px; }

.artwork {
  cursor: pointer; }
  .artwork:hover {
    opacity: 0.9;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }

.audio-player {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: #937847;
  border-top-left-radius: 3px; }

.banner, .banner--cuore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  padding: 1.875rem; }

.banner--cuore {
  background-size: cover;
  background-position: -400px;
  background-repeat: no-repeat; }

.banner__logo {
  height: 150px; }

.banner__content {
  color: white;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  width: 60%; }

.banner__cta a {
  color: white; }

.banner__title {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

@media screen and (min-width: 480px) {
  .banner--cuore {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-position: center; } }
@media screen and (min-width: 768px) {
  .banner--cuore {
    background-position: 0 -20px; } }
@media screen and (min-width: 1024px) {
  .banner--cuore {
    background-position: 0 -65px; } }
@media screen and (min-width: 1024px) {
  .banner--cuore {
    background-position: 0 -85px; } }
.bg-block {
  background-color: #eef4ec;
  padding: 30px;
  padding: 1.875rem; }

.blocks-list {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem; }

.blocks-list__item {
  border-bottom: 1px dotted #d7d7d7;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem; }
  .blocks-list__item:last-child {
    border-color: transparent; }

.blurb-mode__links {
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 100; }
  .blurb-mode__links a {
    margin-top: 10px;
    display: block;
    padding: 10px;
    border-radius: 4px;
    background-color: green;
    color: white !important; }

.button, .button--small, .mobile-topbar__cta, .button--large, .button--huge, .button--expand, .button--primary, .floating-menu__cta > a,
.button--compact,
.button--notice,
.button--alert,
.button--green,
.button--mdt, .button--rev {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  padding: 0.7em 1em;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  cursor: pointer;
  line-height: inherit;
  background-color: transparent;
  color: #937847;
  -webkit-appearance: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1em;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border: none;
  direction: ltr; }
  .no-touch .button:hover, .no-touch .button--small:hover, .no-touch .mobile-topbar__cta:hover, .no-touch .button--large:hover, .no-touch .button--huge:hover, .no-touch .button--expand:hover, .no-touch .button--primary:hover, .no-touch .floating-menu__cta > a:hover,
  .no-touch .button--compact:hover,
  .no-touch .button--notice:hover,
  .no-touch .button--alert:hover,
  .no-touch .button--green:hover,
  .no-touch .button--mdt:hover, .no-touch .button--rev:hover {
    opacity: 0.8; }
  .button i:first-child, .button--small i:first-child, .mobile-topbar__cta i:first-child, .button--large i:first-child, .button--huge i:first-child, .button--expand i:first-child, .button--primary i:first-child, .floating-menu__cta > a i:first-child,
  .button--compact i:first-child,
  .button--notice i:first-child,
  .button--alert i:first-child,
  .button--green i:first-child,
  .button--mdt i:first-child, .button--rev i:first-child {
    margin-right: 0.5em; }
  .button i:last-child, .button--small i:last-child, .mobile-topbar__cta i:last-child, .button--large i:last-child, .button--huge i:last-child, .button--expand i:last-child, .button--primary i:last-child, .floating-menu__cta > a i:last-child,
  .button--compact i:last-child,
  .button--notice i:last-child,
  .button--alert i:last-child,
  .button--green i:last-child,
  .button--mdt i:last-child, .button--rev i:last-child {
    margin-left: 0.5em; }
  .button i:first-child:last-child, .button--small i:first-child:last-child, .mobile-topbar__cta i:first-child:last-child, .button--large i:first-child:last-child, .button--huge i:first-child:last-child, .button--expand i:first-child:last-child, .button--primary i:first-child:last-child, .floating-menu__cta > a i:first-child:last-child,
  .button--compact i:first-child:last-child,
  .button--notice i:first-child:last-child,
  .button--alert i:first-child:last-child,
  .button--green i:first-child:last-child,
  .button--mdt i:first-child:last-child, .button--rev i:first-child:last-child {
    margin-left: 0;
    margin-right: 0; }

.button--small, .mobile-topbar__cta {
  padding: 0.5em 0.7em;
  font-size: 0.9em; }

.button--large {
  font-size: 1.1em; }

.button--huge {
  font-size: 1.3em; }

.button--expand {
  text-align: center;
  display: block;
  width: 100%; }

.button--compact {
  padding: 0; }

.button--primary, .floating-menu__cta > a, .mobile-topbar__cta {
  color: white;
  background-color: #937847; }

.button--disabled {
  background-color: #eef4ec;
  cursor: default;
  border: 1px solid #eef4ec;
  color: #444; }

.button--mdt {
  color: white;
  background-color: #ec2126; }

.button--notice {
  color: white;
  background-color: #1e9769; }

.button--alert {
  color: white;
  background-color: #c42e3f; }

.button--rev {
  background-color: black;
  color: white; }

.button--green {
  color: white;
  background-color: #006757; }

.button--disabled {
  background-color: #eef4ec;
  cursor: default;
  border: 1px solid #eef4ec;
  color: #444; }

.canvas {
  position: relative; }
  .canvas.is-shifted {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden; }

.canvas__main {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }

.canvas__aside {
  z-index: 2;
  overflow-y: auto;
  background-color: #eef4ec;
  position: absolute;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
  transition: transform 0.5s ease-out, box-shadow 0.5s ease-out, -webkit-transform 0.5s ease-out, -webkit-box-shadow 0.5s ease-out; }
  .canvas.is-shifted .canvas__aside {
    -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 0 5px rgba(0, 0, 0, 0.2); }

.canvas__aside {
  left: -280px;
  width: 280px; }

.canvas.is-shifted .canvas__aside,
.canvas.is-shifted .canvas__main {
  -webkit-transform: translateX(280px);
          transform: translateX(280px); }

.date-input select {
  display: inline-block;
  width: 120px; }
  .date-input select[id$="3i"] {
    width: 60px; }
  .date-input select[id$="1i"] {
    width: 80px; }

.radio-input label {
  display: inline-block;
  margin-right: 20px; }
  .radio-input label span {
    display: inline-block;
    margin-left: 10px; }

.link {
  text-decoration: underline;
  color: #937847; }

.expandable-content.is-expanded .expandable-content__toggler {
  display: none; }

.expandable-content__text {
  display: none; }

.field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.field-group__fake-input,
.field-group__chunk {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.field-group__fake-input {
  border: 1px solid #d7d7d7;
  padding: 10px;
  border-right-width: 0; }

.filter-nav {
  border-top: 1px solid rgba(128, 128, 128, 0.2);
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.filter-nav__item, .filter-nav__item--select, .filter-nav__item--label, .filter-nav__item--button {
  padding: 5px; }

.filter-nav__item--select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid rgba(128, 128, 128, 0.2); }

.filter-nav__item--label {
  font-weight: 800;
  margin-right: 15px;
  margin-right: 0.9375rem; }

.filter-nav__item--button {
  border-left: 1px solid rgba(128, 128, 128, 0.2); }

.filter-nav__input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.flag, .flag--auto-height, .flag--rev {
  display: block;
  min-height: 400px; }

.flag--auto-height {
  min-height: auto; }

.flag__image, .flag__image--small {
  display: block;
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.flag__image--small {
  height: auto;
  max-width: 40%;
  margin: 0 auto; }

.flag__box {
  width: 100%;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding: 30px; }

.flag__body {
  width: 100%;
  text-align: center; }

.flag__label {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: bold;
  direction: ltr; }

.flag__name {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  direction: ltr; }

.flag__description {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  direction: ltr; }

.flag__actions {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  direction: ltr; }

.flag--rev {
  direction: rtl;
  text-align: left; }

@media screen and (min-width: 768px) {
  .flag, .flag--auto-height, .flag--rev {
    margin: 0px;
    margin: 0rem;
    display: table;
    width: 100%;
    table-layout: fixed; }

  .flag__box, .flag__image, .flag__image--small {
    display: table-cell;
    vertical-align: middle; }

  .flag__image, .flag__image--small {
    margin: 0;
    width: 47%; }

  .flag__image--small {
    height: auto;
    width: 35%;
    padding-right: 30px;
    padding-right: 1.875rem; }

  .flag__box {
    width: 53%;
    padding: 60px;
    padding: 3.75rem; }

  .flag__name {
    font-size: 27px;
    font-size: 1.6875rem; }

  .flag__body {
    text-align: left; } }
@media screen and (min-width: 1400px) {
  .flag__image, .flag__image--small {
    width: 48%;
    height: 600px; }

  .flag__image--small {
    height: auto;
    width: 35%;
    padding-right: 30px;
    padding-right: 1.875rem; }

  .flag__box {
    width: 52%;
    padding: 75px;
    padding: 4.6875rem; } }
.fluid-container, .fluid-container--three-two {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .fluid-container:hover, .fluid-container--three-two:hover {
    opacity: 0.8;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }

.fluid-container--three-two {
  padding-bottom: 66.6666666667%;
  position: relative; }
  .fluid-container--three-two > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }

.form fieldset {
  padding: 30px;
  padding: 1.875rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  border-color: #d7d7d7; }
  .form fieldset:last-child {
    margin-bottom: 0; }
  .form fieldset legend {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0 10px;
    margin: 0 -10px; }
.form hr {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.form__label {
  display: block;
  margin-bottom: 7.5px;
  margin-bottom: 0.46875rem; }

.form__field {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.form__actions {
  margin-top: 30px;
  margin-top: 1.875rem; }

.form__field--invalid input[type="email"], .form__field--invalid input[type="number"], .form__field--invalid input[type="password"], .form__field--invalid input[type="search"], .form__field--invalid input[type="tel"], .form__field--invalid input[type="text"], .form__field--invalid input[type="url"], .form__field--invalid input[type="color"], .form__field--invalid input[type="date"], .form__field--invalid input[type="datetime"], .form__field--invalid input[type="datetime-local"], .form__field--invalid input[type="month"], .form__field--invalid input[type="time"], .form__field--invalid input[type="week"], .form__field--invalid textarea {
  border: 1px solid #c42e3f; }

.form__error {
  color: #c42e3f;
  margin-top: 7.5px;
  margin-top: 0.46875rem;
  font-size: 12px;
  font-size: 0.75rem; }

.form__hint {
  color: #777;
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem; }

.form__input--large {
  font-size: 22px;
  font-size: 1.375rem; }

.form__block {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #d7d7d7; }

.form__field--with-prefix {
  position: relative; }
  .form__field--with-prefix .form__field__prefix {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    width: 2em;
    text-align: right;
    z-index: 2; }
  .form__field--with-prefix .form__field__input * {
    padding-left: 2.5em; }

.grid, .grid--rev, .grid--full, .grid--right, .grid--center, .grid--middle, .grid--bottom, .grid--narrow, .grid--stuck, .grid--fillcolumns, .grid--wide, .grid--monitor, .grid--timetables {
  list-style: none;
  margin-right: 0;
  margin-left: -30px;
  padding-left: 0;
  padding-right: 0; }

.grid__row, .grid__row--no-table-cell, .grid--timetables > .grid__item .grid__row--grey {
  height: 100%;
  border-bottom: 2px solid black; }
  .grid__row:last-child, .grid__row--no-table-cell:last-child, .grid--timetables > .grid__item .grid__row--grey:last-child {
    border-bottom: none; }
  .grid__row .grid__item, .grid__row--no-table-cell .grid__item, .grid--timetables > .grid__item .grid__row--grey .grid__item {
    display: table-cell;
    border-right: 2px solid black; }
    .grid__row .grid__item:last-child, .grid__row--no-table-cell .grid__item:last-child, .grid--timetables > .grid__item .grid__row--grey .grid__item:last-child {
      border-right: none; }

.grid__row--no-table-cell .grid__item {
  display: inline-block; }

.grid__item {
  display: inline-block;
  padding-left: 30px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left; }

.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

.grid--right {
  text-align: right; }
  .grid--right > .grid__item {
    text-align: left; }

.grid--center {
  text-align: center; }
  .grid--center > .grid__item {
    text-align: left; }

.grid--middle > .grid__item {
  vertical-align: middle; }

.grid--bottom > .grid__item {
  vertical-align: bottom; }

.grid--narrow {
  margin-left: -15px; }
  .grid--narrow > .grid__item {
    padding-left: 15px; }

.grid--stuck {
  margin-left: 0; }
  .grid--stuck > .grid__item {
    padding-left: 0; }

.grid--fillcolumns {
  margin-left: 0; }
  .grid--fillcolumns > .grid__item {
    padding-left: 0; }

.grid--wide {
  margin-left: -60px; }
  .grid--wide > .grid__item {
    padding-left: 60px; }

.grid--monitor {
  margin-left: -120px; }
  .grid--monitor > .grid__item {
    padding-left: 120px; }

.grid--timetables > .grid__item {
  border-right: 2px solid #B2B2B2; }
  .grid--timetables > .grid__item:first-child {
    border-left: 2px solid #B2B2B2; }
  .grid--timetables > .grid__item .grid__row, .grid--timetables > .grid__item .grid__row--no-table-cell, .grid--timetables > .grid__item .grid__row--grey {
    position: relative;
    height: 100px;
    border-bottom: 2px solid #B2B2B2; }
    .grid--timetables > .grid__item .grid__row:first-child, .grid--timetables > .grid__item .grid__row--no-table-cell:first-child, .grid--timetables > .grid__item .grid__row--grey:first-child {
      height: 60px;
      border-top: 2px solid #B2B2B2; }
    .grid--timetables > .grid__item .grid__row:last-child, .grid--timetables > .grid__item .grid__row--no-table-cell:last-child, .grid--timetables > .grid__item .grid__row--grey:last-child {
      border-bottom: 2px solid #B2B2B2; }
  .grid--timetables > .grid__item .grid__row--grey {
    background-color: #EAEAEA; }

.width-fill {
  width: 100%; }

.width-1-9 {
  width: 11.111%; }

.width-2-9 {
  width: 22.222%; }

.width-3-9 {
  width: 33.333%; }

.width-4-9 {
  width: 44.444%; }

.width-5-9 {
  width: 55.556%; }

.width-6-9 {
  width: 66.667%; }

.width-7-9 {
  width: 77.778%; }

.width-8-9 {
  width: 88.889%; }

.width-1-12 {
  width: 8.333%; }

.width-2-12 {
  width: 16.667%; }

.width-3-12 {
  width: 25%; }

.width-4-12 {
  width: 33.333%; }

.width-5-12 {
  width: 41.667%; }

.width-6-12 {
  width: 50%; }

.width-7-12 {
  width: 58.333%; }

.width-8-12 {
  width: 66.667%; }

.width-9-12 {
  width: 75%; }

.width-10-12 {
  width: 83.333%; }

.width-11-12 {
  width: 91.667%; }

.width-1-24 {
  width: 4.167%; }

.width-2-24 {
  width: 8.333%; }

.width-3-24 {
  width: 12.5%; }

.width-4-24 {
  width: 16.667%; }

.width-5-24 {
  width: 20.833%; }

.width-6-24 {
  width: 25%; }

.width-7-24 {
  width: 29.167%; }

.width-8-24 {
  width: 33.333%; }

.width-9-24 {
  width: 37.5%; }

.width-10-24 {
  width: 41.667%; }

.width-11-24 {
  width: 45.833%; }

.width-12-24 {
  width: 50%; }

.width-13-24 {
  width: 54.167%; }

.width-14-24 {
  width: 58.333%; }

.width-15-24 {
  width: 62.5%; }

.width-16-24 {
  width: 66.667%; }

.width-17-24 {
  width: 70.833%; }

.width-18-24 {
  width: 75%; }

.width-19-24 {
  width: 79.167%; }

.width-20-24 {
  width: 83.333%; }

.width-21-24 {
  width: 87.5%; }

.width-22-24 {
  width: 91.667%; }

.width-23-24 {
  width: 95.833%; }

@media screen and (min-width: 480px) {
  .tab-fill {
    width: 100%; }

  .tab-1-9 {
    width: 11.111%; }

  .tab-2-9 {
    width: 22.222%; }

  .tab-3-9 {
    width: 33.333%; }

  .tab-4-9 {
    width: 44.444%; }

  .tab-5-9 {
    width: 55.556%; }

  .tab-6-9 {
    width: 66.667%; }

  .tab-7-9 {
    width: 77.778%; }

  .tab-8-9 {
    width: 88.889%; }

  .tab-1-12 {
    width: 8.333%; }

  .tab-2-12 {
    width: 16.667%; }

  .tab-3-12 {
    width: 25%; }

  .tab-4-12 {
    width: 33.333%; }

  .tab-5-12 {
    width: 41.667%; }

  .tab-6-12 {
    width: 50%; }

  .tab-7-12 {
    width: 58.333%; }

  .tab-8-12 {
    width: 66.667%; }

  .tab-9-12 {
    width: 75%; }

  .tab-10-12 {
    width: 83.333%; }

  .tab-11-12 {
    width: 91.667%; }

  .tab-1-24 {
    width: 4.167%; }

  .tab-2-24 {
    width: 8.333%; }

  .tab-3-24 {
    width: 12.5%; }

  .tab-4-24 {
    width: 16.667%; }

  .tab-5-24 {
    width: 20.833%; }

  .tab-6-24 {
    width: 25%; }

  .tab-7-24 {
    width: 29.167%; }

  .tab-8-24 {
    width: 33.333%; }

  .tab-9-24 {
    width: 37.5%; }

  .tab-10-24 {
    width: 41.667%; }

  .tab-11-24 {
    width: 45.833%; }

  .tab-12-24 {
    width: 50%; }

  .tab-13-24 {
    width: 54.167%; }

  .tab-14-24 {
    width: 58.333%; }

  .tab-15-24 {
    width: 62.5%; }

  .tab-16-24 {
    width: 66.667%; }

  .tab-17-24 {
    width: 70.833%; }

  .tab-18-24 {
    width: 75%; }

  .tab-19-24 {
    width: 79.167%; }

  .tab-20-24 {
    width: 83.333%; }

  .tab-21-24 {
    width: 87.5%; }

  .tab-22-24 {
    width: 91.667%; }

  .tab-23-24 {
    width: 95.833%; } }
@media screen and (min-width: 768px) {
  .lap-fill {
    width: 100%; }

  .lap-1-9 {
    width: 11.111%; }

  .lap-2-9 {
    width: 22.222%; }

  .lap-3-9 {
    width: 33.333%; }

  .lap-4-9 {
    width: 44.444%; }

  .lap-5-9 {
    width: 55.556%; }

  .lap-6-9 {
    width: 66.667%; }

  .lap-7-9 {
    width: 77.778%; }

  .lap-8-9 {
    width: 88.889%; }

  .lap-1-12 {
    width: 8.333%; }

  .lap-2-12 {
    width: 16.667%; }

  .lap-3-12 {
    width: 25%; }

  .lap-4-12 {
    width: 33.333%; }

  .lap-5-12 {
    width: 41.667%; }

  .lap-6-12 {
    width: 50%; }

  .lap-7-12 {
    width: 58.333%; }

  .lap-8-12 {
    width: 66.667%; }

  .lap-9-12 {
    width: 75%; }

  .lap-10-12 {
    width: 83.333%; }

  .lap-11-12 {
    width: 91.667%; }

  .lap-1-24 {
    width: 4.167%; }

  .lap-2-24 {
    width: 8.333%; }

  .lap-3-24 {
    width: 12.5%; }

  .lap-4-24 {
    width: 16.667%; }

  .lap-5-24 {
    width: 20.833%; }

  .lap-6-24 {
    width: 25%; }

  .lap-7-24 {
    width: 29.167%; }

  .lap-8-24 {
    width: 33.333%; }

  .lap-9-24 {
    width: 37.5%; }

  .lap-10-24 {
    width: 41.667%; }

  .lap-11-24 {
    width: 45.833%; }

  .lap-12-24 {
    width: 50%; }

  .lap-13-24 {
    width: 54.167%; }

  .lap-14-24 {
    width: 58.333%; }

  .lap-15-24 {
    width: 62.5%; }

  .lap-16-24 {
    width: 66.667%; }

  .lap-17-24 {
    width: 70.833%; }

  .lap-18-24 {
    width: 75%; }

  .lap-19-24 {
    width: 79.167%; }

  .lap-20-24 {
    width: 83.333%; }

  .lap-21-24 {
    width: 87.5%; }

  .lap-22-24 {
    width: 91.667%; }

  .lap-23-24 {
    width: 95.833%; } }
@media screen and (min-width: 1024px) {
  .desk-fill {
    width: 100%; }

  .desk-1-9 {
    width: 11.111%; }

  .desk-2-9 {
    width: 22.222%; }

  .desk-3-9 {
    width: 33.333%; }

  .desk-4-9 {
    width: 44.444%; }

  .desk-5-9 {
    width: 55.556%; }

  .desk-6-9 {
    width: 66.667%; }

  .desk-7-9 {
    width: 77.778%; }

  .desk-8-9 {
    width: 88.889%; }

  .desk-1-12 {
    width: 8.333%; }

  .desk-2-12 {
    width: 16.667%; }

  .desk-3-12 {
    width: 25%; }

  .desk-4-12 {
    width: 33.333%; }

  .desk-5-12 {
    width: 41.667%; }

  .desk-6-12 {
    width: 50%; }

  .desk-7-12 {
    width: 58.333%; }

  .desk-8-12 {
    width: 66.667%; }

  .desk-9-12 {
    width: 75%; }

  .desk-10-12 {
    width: 83.333%; }

  .desk-11-12 {
    width: 91.667%; }

  .desk-1-24 {
    width: 4.167%; }

  .desk-2-24 {
    width: 8.333%; }

  .desk-3-24 {
    width: 12.5%; }

  .desk-4-24 {
    width: 16.667%; }

  .desk-5-24 {
    width: 20.833%; }

  .desk-6-24 {
    width: 25%; }

  .desk-7-24 {
    width: 29.167%; }

  .desk-8-24 {
    width: 33.333%; }

  .desk-9-24 {
    width: 37.5%; }

  .desk-10-24 {
    width: 41.667%; }

  .desk-11-24 {
    width: 45.833%; }

  .desk-12-24 {
    width: 50%; }

  .desk-13-24 {
    width: 54.167%; }

  .desk-14-24 {
    width: 58.333%; }

  .desk-15-24 {
    width: 62.5%; }

  .desk-16-24 {
    width: 66.667%; }

  .desk-17-24 {
    width: 70.833%; }

  .desk-18-24 {
    width: 75%; }

  .desk-19-24 {
    width: 79.167%; }

  .desk-20-24 {
    width: 83.333%; }

  .desk-21-24 {
    width: 87.5%; }

  .desk-22-24 {
    width: 91.667%; }

  .desk-23-24 {
    width: 95.833%; } }
@media screen and (min-width: 1400px) {
  .wall-fill {
    width: 100%; }

  .wall-1-9 {
    width: 11.111%; }

  .wall-2-9 {
    width: 22.222%; }

  .wall-3-9 {
    width: 33.333%; }

  .wall-4-9 {
    width: 44.444%; }

  .wall-5-9 {
    width: 55.556%; }

  .wall-6-9 {
    width: 66.667%; }

  .wall-7-9 {
    width: 77.778%; }

  .wall-8-9 {
    width: 88.889%; }

  .wall-1-12 {
    width: 8.333%; }

  .wall-2-12 {
    width: 16.667%; }

  .wall-3-12 {
    width: 25%; }

  .wall-4-12 {
    width: 33.333%; }

  .wall-5-12 {
    width: 41.667%; }

  .wall-6-12 {
    width: 50%; }

  .wall-7-12 {
    width: 58.333%; }

  .wall-8-12 {
    width: 66.667%; }

  .wall-9-12 {
    width: 75%; }

  .wall-10-12 {
    width: 83.333%; }

  .wall-11-12 {
    width: 91.667%; }

  .wall-1-24 {
    width: 4.167%; }

  .wall-2-24 {
    width: 8.333%; }

  .wall-3-24 {
    width: 12.5%; }

  .wall-4-24 {
    width: 16.667%; }

  .wall-5-24 {
    width: 20.833%; }

  .wall-6-24 {
    width: 25%; }

  .wall-7-24 {
    width: 29.167%; }

  .wall-8-24 {
    width: 33.333%; }

  .wall-9-24 {
    width: 37.5%; }

  .wall-10-24 {
    width: 41.667%; }

  .wall-11-24 {
    width: 45.833%; }

  .wall-12-24 {
    width: 50%; }

  .wall-13-24 {
    width: 54.167%; }

  .wall-14-24 {
    width: 58.333%; }

  .wall-15-24 {
    width: 62.5%; }

  .wall-16-24 {
    width: 66.667%; }

  .wall-17-24 {
    width: 70.833%; }

  .wall-18-24 {
    width: 75%; }

  .wall-19-24 {
    width: 79.167%; }

  .wall-20-24 {
    width: 83.333%; }

  .wall-21-24 {
    width: 87.5%; }

  .wall-22-24 {
    width: 91.667%; }

  .wall-23-24 {
    width: 95.833%; } }
@media screen and (min-width: 1920px) {
  .cinema-fill {
    width: 100%; }

  .cinema-1-9 {
    width: 11.111%; }

  .cinema-2-9 {
    width: 22.222%; }

  .cinema-3-9 {
    width: 33.333%; }

  .cinema-4-9 {
    width: 44.444%; }

  .cinema-5-9 {
    width: 55.556%; }

  .cinema-6-9 {
    width: 66.667%; }

  .cinema-7-9 {
    width: 77.778%; }

  .cinema-8-9 {
    width: 88.889%; }

  .cinema-1-12 {
    width: 8.333%; }

  .cinema-2-12 {
    width: 16.667%; }

  .cinema-3-12 {
    width: 25%; }

  .cinema-4-12 {
    width: 33.333%; }

  .cinema-5-12 {
    width: 41.667%; }

  .cinema-6-12 {
    width: 50%; }

  .cinema-7-12 {
    width: 58.333%; }

  .cinema-8-12 {
    width: 66.667%; }

  .cinema-9-12 {
    width: 75%; }

  .cinema-10-12 {
    width: 83.333%; }

  .cinema-11-12 {
    width: 91.667%; }

  .cinema-1-24 {
    width: 4.167%; }

  .cinema-2-24 {
    width: 8.333%; }

  .cinema-3-24 {
    width: 12.5%; }

  .cinema-4-24 {
    width: 16.667%; }

  .cinema-5-24 {
    width: 20.833%; }

  .cinema-6-24 {
    width: 25%; }

  .cinema-7-24 {
    width: 29.167%; }

  .cinema-8-24 {
    width: 33.333%; }

  .cinema-9-24 {
    width: 37.5%; }

  .cinema-10-24 {
    width: 41.667%; }

  .cinema-11-24 {
    width: 45.833%; }

  .cinema-12-24 {
    width: 50%; }

  .cinema-13-24 {
    width: 54.167%; }

  .cinema-14-24 {
    width: 58.333%; }

  .cinema-15-24 {
    width: 62.5%; }

  .cinema-16-24 {
    width: 66.667%; }

  .cinema-17-24 {
    width: 70.833%; }

  .cinema-18-24 {
    width: 75%; }

  .cinema-19-24 {
    width: 79.167%; }

  .cinema-20-24 {
    width: 83.333%; }

  .cinema-21-24 {
    width: 87.5%; }

  .cinema-22-24 {
    width: 91.667%; }

  .cinema-23-24 {
    width: 95.833%; } }
.pull-0 {
  right: 0; }

.pull-1-9 {
  position: relative;
  right: 11.111%; }

.pull-2-9 {
  position: relative;
  right: 22.222%; }

.pull-3-9 {
  position: relative;
  right: 33.333%; }

.pull-4-9 {
  position: relative;
  right: 44.444%; }

.pull-5-9 {
  position: relative;
  right: 55.556%; }

.pull-6-9 {
  position: relative;
  right: 66.667%; }

.pull-7-9 {
  position: relative;
  right: 77.778%; }

.pull-8-9 {
  position: relative;
  right: 88.889%; }

.pull-1-12 {
  position: relative;
  right: 8.333%; }

.pull-2-12 {
  position: relative;
  right: 16.667%; }

.pull-3-12 {
  position: relative;
  right: 25%; }

.pull-4-12 {
  position: relative;
  right: 33.333%; }

.pull-5-12 {
  position: relative;
  right: 41.667%; }

.pull-6-12 {
  position: relative;
  right: 50%; }

.pull-7-12 {
  position: relative;
  right: 58.333%; }

.pull-8-12 {
  position: relative;
  right: 66.667%; }

.pull-9-12 {
  position: relative;
  right: 75%; }

.pull-10-12 {
  position: relative;
  right: 83.333%; }

.pull-11-12 {
  position: relative;
  right: 91.667%; }

.pull-1-24 {
  position: relative;
  right: 4.167%; }

.pull-2-24 {
  position: relative;
  right: 8.333%; }

.pull-3-24 {
  position: relative;
  right: 12.5%; }

.pull-4-24 {
  position: relative;
  right: 16.667%; }

.pull-5-24 {
  position: relative;
  right: 20.833%; }

.pull-6-24 {
  position: relative;
  right: 25%; }

.pull-7-24 {
  position: relative;
  right: 29.167%; }

.pull-8-24 {
  position: relative;
  right: 33.333%; }

.pull-9-24 {
  position: relative;
  right: 37.5%; }

.pull-10-24 {
  position: relative;
  right: 41.667%; }

.pull-11-24 {
  position: relative;
  right: 45.833%; }

.pull-12-24 {
  position: relative;
  right: 50%; }

.pull-13-24 {
  position: relative;
  right: 54.167%; }

.pull-14-24 {
  position: relative;
  right: 58.333%; }

.pull-15-24 {
  position: relative;
  right: 62.5%; }

.pull-16-24 {
  position: relative;
  right: 66.667%; }

.pull-17-24 {
  position: relative;
  right: 70.833%; }

.pull-18-24 {
  position: relative;
  right: 75%; }

.pull-19-24 {
  position: relative;
  right: 79.167%; }

.pull-20-24 {
  position: relative;
  right: 83.333%; }

.pull-21-24 {
  position: relative;
  right: 87.5%; }

.pull-22-24 {
  position: relative;
  right: 91.667%; }

.pull-23-24 {
  position: relative;
  right: 95.833%; }

.push-0 {
  left: 0; }

.push-1-9 {
  position: relative;
  left: 11.111%; }

.push-2-9 {
  position: relative;
  left: 22.222%; }

.push-3-9 {
  position: relative;
  left: 33.333%; }

.push-4-9 {
  position: relative;
  left: 44.444%; }

.push-5-9 {
  position: relative;
  left: 55.556%; }

.push-6-9 {
  position: relative;
  left: 66.667%; }

.push-7-9 {
  position: relative;
  left: 77.778%; }

.push-8-9 {
  position: relative;
  left: 88.889%; }

.push-1-12 {
  position: relative;
  left: 8.333%; }

.push-2-12 {
  position: relative;
  left: 16.667%; }

.push-3-12 {
  position: relative;
  left: 25%; }

.push-4-12 {
  position: relative;
  left: 33.333%; }

.push-5-12 {
  position: relative;
  left: 41.667%; }

.push-6-12 {
  position: relative;
  left: 50%; }

.push-7-12 {
  position: relative;
  left: 58.333%; }

.push-8-12 {
  position: relative;
  left: 66.667%; }

.push-9-12 {
  position: relative;
  left: 75%; }

.push-10-12 {
  position: relative;
  left: 83.333%; }

.push-11-12 {
  position: relative;
  left: 91.667%; }

.push-1-24 {
  position: relative;
  left: 4.167%; }

.push-2-24 {
  position: relative;
  left: 8.333%; }

.push-3-24 {
  position: relative;
  left: 12.5%; }

.push-4-24 {
  position: relative;
  left: 16.667%; }

.push-5-24 {
  position: relative;
  left: 20.833%; }

.push-6-24 {
  position: relative;
  left: 25%; }

.push-7-24 {
  position: relative;
  left: 29.167%; }

.push-8-24 {
  position: relative;
  left: 33.333%; }

.push-9-24 {
  position: relative;
  left: 37.5%; }

.push-10-24 {
  position: relative;
  left: 41.667%; }

.push-11-24 {
  position: relative;
  left: 45.833%; }

.push-12-24 {
  position: relative;
  left: 50%; }

.push-13-24 {
  position: relative;
  left: 54.167%; }

.push-14-24 {
  position: relative;
  left: 58.333%; }

.push-15-24 {
  position: relative;
  left: 62.5%; }

.push-16-24 {
  position: relative;
  left: 66.667%; }

.push-17-24 {
  position: relative;
  left: 70.833%; }

.push-18-24 {
  position: relative;
  left: 75%; }

.push-19-24 {
  position: relative;
  left: 79.167%; }

.push-20-24 {
  position: relative;
  left: 83.333%; }

.push-21-24 {
  position: relative;
  left: 87.5%; }

.push-22-24 {
  position: relative;
  left: 91.667%; }

.push-23-24 {
  position: relative;
  left: 95.833%; }

@media screen and (min-width: 480px) {
  .tab-push-0 {
    left: 0; }

  .tab-push-1-9 {
    position: relative;
    left: 11.111%; }

  .tab-push-2-9 {
    position: relative;
    left: 22.222%; }

  .tab-push-3-9 {
    position: relative;
    left: 33.333%; }

  .tab-push-4-9 {
    position: relative;
    left: 44.444%; }

  .tab-push-5-9 {
    position: relative;
    left: 55.556%; }

  .tab-push-6-9 {
    position: relative;
    left: 66.667%; }

  .tab-push-7-9 {
    position: relative;
    left: 77.778%; }

  .tab-push-8-9 {
    position: relative;
    left: 88.889%; }

  .tab-push-1-12 {
    position: relative;
    left: 8.333%; }

  .tab-push-2-12 {
    position: relative;
    left: 16.667%; }

  .tab-push-3-12 {
    position: relative;
    left: 25%; }

  .tab-push-4-12 {
    position: relative;
    left: 33.333%; }

  .tab-push-5-12 {
    position: relative;
    left: 41.667%; }

  .tab-push-6-12 {
    position: relative;
    left: 50%; }

  .tab-push-7-12 {
    position: relative;
    left: 58.333%; }

  .tab-push-8-12 {
    position: relative;
    left: 66.667%; }

  .tab-push-9-12 {
    position: relative;
    left: 75%; }

  .tab-push-10-12 {
    position: relative;
    left: 83.333%; }

  .tab-push-11-12 {
    position: relative;
    left: 91.667%; }

  .tab-push-1-24 {
    position: relative;
    left: 4.167%; }

  .tab-push-2-24 {
    position: relative;
    left: 8.333%; }

  .tab-push-3-24 {
    position: relative;
    left: 12.5%; }

  .tab-push-4-24 {
    position: relative;
    left: 16.667%; }

  .tab-push-5-24 {
    position: relative;
    left: 20.833%; }

  .tab-push-6-24 {
    position: relative;
    left: 25%; }

  .tab-push-7-24 {
    position: relative;
    left: 29.167%; }

  .tab-push-8-24 {
    position: relative;
    left: 33.333%; }

  .tab-push-9-24 {
    position: relative;
    left: 37.5%; }

  .tab-push-10-24 {
    position: relative;
    left: 41.667%; }

  .tab-push-11-24 {
    position: relative;
    left: 45.833%; }

  .tab-push-12-24 {
    position: relative;
    left: 50%; }

  .tab-push-13-24 {
    position: relative;
    left: 54.167%; }

  .tab-push-14-24 {
    position: relative;
    left: 58.333%; }

  .tab-push-15-24 {
    position: relative;
    left: 62.5%; }

  .tab-push-16-24 {
    position: relative;
    left: 66.667%; }

  .tab-push-17-24 {
    position: relative;
    left: 70.833%; }

  .tab-push-18-24 {
    position: relative;
    left: 75%; }

  .tab-push-19-24 {
    position: relative;
    left: 79.167%; }

  .tab-push-20-24 {
    position: relative;
    left: 83.333%; }

  .tab-push-21-24 {
    position: relative;
    left: 87.5%; }

  .tab-push-22-24 {
    position: relative;
    left: 91.667%; }

  .tab-push-23-24 {
    position: relative;
    left: 95.833%; }

  .tab-pull-0 {
    right: 0; }

  .tab-pull-1-9 {
    position: relative;
    right: 11.111%; }

  .tab-pull-2-9 {
    position: relative;
    right: 22.222%; }

  .tab-pull-3-9 {
    position: relative;
    right: 33.333%; }

  .tab-pull-4-9 {
    position: relative;
    right: 44.444%; }

  .tab-pull-5-9 {
    position: relative;
    right: 55.556%; }

  .tab-pull-6-9 {
    position: relative;
    right: 66.667%; }

  .tab-pull-7-9 {
    position: relative;
    right: 77.778%; }

  .tab-pull-8-9 {
    position: relative;
    right: 88.889%; }

  .tab-pull-1-12 {
    position: relative;
    right: 8.333%; }

  .tab-pull-2-12 {
    position: relative;
    right: 16.667%; }

  .tab-pull-3-12 {
    position: relative;
    right: 25%; }

  .tab-pull-4-12 {
    position: relative;
    right: 33.333%; }

  .tab-pull-5-12 {
    position: relative;
    right: 41.667%; }

  .tab-pull-6-12 {
    position: relative;
    right: 50%; }

  .tab-pull-7-12 {
    position: relative;
    right: 58.333%; }

  .tab-pull-8-12 {
    position: relative;
    right: 66.667%; }

  .tab-pull-9-12 {
    position: relative;
    right: 75%; }

  .tab-pull-10-12 {
    position: relative;
    right: 83.333%; }

  .tab-pull-11-12 {
    position: relative;
    right: 91.667%; }

  .tab-pull-1-24 {
    position: relative;
    right: 4.167%; }

  .tab-pull-2-24 {
    position: relative;
    right: 8.333%; }

  .tab-pull-3-24 {
    position: relative;
    right: 12.5%; }

  .tab-pull-4-24 {
    position: relative;
    right: 16.667%; }

  .tab-pull-5-24 {
    position: relative;
    right: 20.833%; }

  .tab-pull-6-24 {
    position: relative;
    right: 25%; }

  .tab-pull-7-24 {
    position: relative;
    right: 29.167%; }

  .tab-pull-8-24 {
    position: relative;
    right: 33.333%; }

  .tab-pull-9-24 {
    position: relative;
    right: 37.5%; }

  .tab-pull-10-24 {
    position: relative;
    right: 41.667%; }

  .tab-pull-11-24 {
    position: relative;
    right: 45.833%; }

  .tab-pull-12-24 {
    position: relative;
    right: 50%; }

  .tab-pull-13-24 {
    position: relative;
    right: 54.167%; }

  .tab-pull-14-24 {
    position: relative;
    right: 58.333%; }

  .tab-pull-15-24 {
    position: relative;
    right: 62.5%; }

  .tab-pull-16-24 {
    position: relative;
    right: 66.667%; }

  .tab-pull-17-24 {
    position: relative;
    right: 70.833%; }

  .tab-pull-18-24 {
    position: relative;
    right: 75%; }

  .tab-pull-19-24 {
    position: relative;
    right: 79.167%; }

  .tab-pull-20-24 {
    position: relative;
    right: 83.333%; }

  .tab-pull-21-24 {
    position: relative;
    right: 87.5%; }

  .tab-pull-22-24 {
    position: relative;
    right: 91.667%; }

  .tab-pull-23-24 {
    position: relative;
    right: 95.833%; } }
@media screen and (min-width: 768px) {
  .lap-push-0 {
    left: 0; }

  .lap-push-1-9 {
    position: relative;
    left: 11.111%; }

  .lap-push-2-9 {
    position: relative;
    left: 22.222%; }

  .lap-push-3-9 {
    position: relative;
    left: 33.333%; }

  .lap-push-4-9 {
    position: relative;
    left: 44.444%; }

  .lap-push-5-9 {
    position: relative;
    left: 55.556%; }

  .lap-push-6-9 {
    position: relative;
    left: 66.667%; }

  .lap-push-7-9 {
    position: relative;
    left: 77.778%; }

  .lap-push-8-9 {
    position: relative;
    left: 88.889%; }

  .lap-push-1-12 {
    position: relative;
    left: 8.333%; }

  .lap-push-2-12 {
    position: relative;
    left: 16.667%; }

  .lap-push-3-12 {
    position: relative;
    left: 25%; }

  .lap-push-4-12 {
    position: relative;
    left: 33.333%; }

  .lap-push-5-12 {
    position: relative;
    left: 41.667%; }

  .lap-push-6-12 {
    position: relative;
    left: 50%; }

  .lap-push-7-12 {
    position: relative;
    left: 58.333%; }

  .lap-push-8-12 {
    position: relative;
    left: 66.667%; }

  .lap-push-9-12 {
    position: relative;
    left: 75%; }

  .lap-push-10-12 {
    position: relative;
    left: 83.333%; }

  .lap-push-11-12 {
    position: relative;
    left: 91.667%; }

  .lap-push-1-24 {
    position: relative;
    left: 4.167%; }

  .lap-push-2-24 {
    position: relative;
    left: 8.333%; }

  .lap-push-3-24 {
    position: relative;
    left: 12.5%; }

  .lap-push-4-24 {
    position: relative;
    left: 16.667%; }

  .lap-push-5-24 {
    position: relative;
    left: 20.833%; }

  .lap-push-6-24 {
    position: relative;
    left: 25%; }

  .lap-push-7-24 {
    position: relative;
    left: 29.167%; }

  .lap-push-8-24 {
    position: relative;
    left: 33.333%; }

  .lap-push-9-24 {
    position: relative;
    left: 37.5%; }

  .lap-push-10-24 {
    position: relative;
    left: 41.667%; }

  .lap-push-11-24 {
    position: relative;
    left: 45.833%; }

  .lap-push-12-24 {
    position: relative;
    left: 50%; }

  .lap-push-13-24 {
    position: relative;
    left: 54.167%; }

  .lap-push-14-24 {
    position: relative;
    left: 58.333%; }

  .lap-push-15-24 {
    position: relative;
    left: 62.5%; }

  .lap-push-16-24 {
    position: relative;
    left: 66.667%; }

  .lap-push-17-24 {
    position: relative;
    left: 70.833%; }

  .lap-push-18-24 {
    position: relative;
    left: 75%; }

  .lap-push-19-24 {
    position: relative;
    left: 79.167%; }

  .lap-push-20-24 {
    position: relative;
    left: 83.333%; }

  .lap-push-21-24 {
    position: relative;
    left: 87.5%; }

  .lap-push-22-24 {
    position: relative;
    left: 91.667%; }

  .lap-push-23-24 {
    position: relative;
    left: 95.833%; }

  .lap-pull-0 {
    right: 0; }

  .lap-pull-1-9 {
    position: relative;
    right: 11.111%; }

  .lap-pull-2-9 {
    position: relative;
    right: 22.222%; }

  .lap-pull-3-9 {
    position: relative;
    right: 33.333%; }

  .lap-pull-4-9 {
    position: relative;
    right: 44.444%; }

  .lap-pull-5-9 {
    position: relative;
    right: 55.556%; }

  .lap-pull-6-9 {
    position: relative;
    right: 66.667%; }

  .lap-pull-7-9 {
    position: relative;
    right: 77.778%; }

  .lap-pull-8-9 {
    position: relative;
    right: 88.889%; }

  .lap-pull-1-12 {
    position: relative;
    right: 8.333%; }

  .lap-pull-2-12 {
    position: relative;
    right: 16.667%; }

  .lap-pull-3-12 {
    position: relative;
    right: 25%; }

  .lap-pull-4-12 {
    position: relative;
    right: 33.333%; }

  .lap-pull-5-12 {
    position: relative;
    right: 41.667%; }

  .lap-pull-6-12 {
    position: relative;
    right: 50%; }

  .lap-pull-7-12 {
    position: relative;
    right: 58.333%; }

  .lap-pull-8-12 {
    position: relative;
    right: 66.667%; }

  .lap-pull-9-12 {
    position: relative;
    right: 75%; }

  .lap-pull-10-12 {
    position: relative;
    right: 83.333%; }

  .lap-pull-11-12 {
    position: relative;
    right: 91.667%; }

  .lap-pull-1-24 {
    position: relative;
    right: 4.167%; }

  .lap-pull-2-24 {
    position: relative;
    right: 8.333%; }

  .lap-pull-3-24 {
    position: relative;
    right: 12.5%; }

  .lap-pull-4-24 {
    position: relative;
    right: 16.667%; }

  .lap-pull-5-24 {
    position: relative;
    right: 20.833%; }

  .lap-pull-6-24 {
    position: relative;
    right: 25%; }

  .lap-pull-7-24 {
    position: relative;
    right: 29.167%; }

  .lap-pull-8-24 {
    position: relative;
    right: 33.333%; }

  .lap-pull-9-24 {
    position: relative;
    right: 37.5%; }

  .lap-pull-10-24 {
    position: relative;
    right: 41.667%; }

  .lap-pull-11-24 {
    position: relative;
    right: 45.833%; }

  .lap-pull-12-24 {
    position: relative;
    right: 50%; }

  .lap-pull-13-24 {
    position: relative;
    right: 54.167%; }

  .lap-pull-14-24 {
    position: relative;
    right: 58.333%; }

  .lap-pull-15-24 {
    position: relative;
    right: 62.5%; }

  .lap-pull-16-24 {
    position: relative;
    right: 66.667%; }

  .lap-pull-17-24 {
    position: relative;
    right: 70.833%; }

  .lap-pull-18-24 {
    position: relative;
    right: 75%; }

  .lap-pull-19-24 {
    position: relative;
    right: 79.167%; }

  .lap-pull-20-24 {
    position: relative;
    right: 83.333%; }

  .lap-pull-21-24 {
    position: relative;
    right: 87.5%; }

  .lap-pull-22-24 {
    position: relative;
    right: 91.667%; }

  .lap-pull-23-24 {
    position: relative;
    right: 95.833%; } }
@media screen and (min-width: 1024px) {
  .desk-push-0 {
    left: 0; }

  .desk-push-1-9 {
    position: relative;
    left: 11.111%; }

  .desk-push-2-9 {
    position: relative;
    left: 22.222%; }

  .desk-push-3-9 {
    position: relative;
    left: 33.333%; }

  .desk-push-4-9 {
    position: relative;
    left: 44.444%; }

  .desk-push-5-9 {
    position: relative;
    left: 55.556%; }

  .desk-push-6-9 {
    position: relative;
    left: 66.667%; }

  .desk-push-7-9 {
    position: relative;
    left: 77.778%; }

  .desk-push-8-9 {
    position: relative;
    left: 88.889%; }

  .desk-push-1-12 {
    position: relative;
    left: 8.333%; }

  .desk-push-2-12 {
    position: relative;
    left: 16.667%; }

  .desk-push-3-12 {
    position: relative;
    left: 25%; }

  .desk-push-4-12 {
    position: relative;
    left: 33.333%; }

  .desk-push-5-12 {
    position: relative;
    left: 41.667%; }

  .desk-push-6-12 {
    position: relative;
    left: 50%; }

  .desk-push-7-12 {
    position: relative;
    left: 58.333%; }

  .desk-push-8-12 {
    position: relative;
    left: 66.667%; }

  .desk-push-9-12 {
    position: relative;
    left: 75%; }

  .desk-push-10-12 {
    position: relative;
    left: 83.333%; }

  .desk-push-11-12 {
    position: relative;
    left: 91.667%; }

  .desk-push-1-24 {
    position: relative;
    left: 4.167%; }

  .desk-push-2-24 {
    position: relative;
    left: 8.333%; }

  .desk-push-3-24 {
    position: relative;
    left: 12.5%; }

  .desk-push-4-24 {
    position: relative;
    left: 16.667%; }

  .desk-push-5-24 {
    position: relative;
    left: 20.833%; }

  .desk-push-6-24 {
    position: relative;
    left: 25%; }

  .desk-push-7-24 {
    position: relative;
    left: 29.167%; }

  .desk-push-8-24 {
    position: relative;
    left: 33.333%; }

  .desk-push-9-24 {
    position: relative;
    left: 37.5%; }

  .desk-push-10-24 {
    position: relative;
    left: 41.667%; }

  .desk-push-11-24 {
    position: relative;
    left: 45.833%; }

  .desk-push-12-24 {
    position: relative;
    left: 50%; }

  .desk-push-13-24 {
    position: relative;
    left: 54.167%; }

  .desk-push-14-24 {
    position: relative;
    left: 58.333%; }

  .desk-push-15-24 {
    position: relative;
    left: 62.5%; }

  .desk-push-16-24 {
    position: relative;
    left: 66.667%; }

  .desk-push-17-24 {
    position: relative;
    left: 70.833%; }

  .desk-push-18-24 {
    position: relative;
    left: 75%; }

  .desk-push-19-24 {
    position: relative;
    left: 79.167%; }

  .desk-push-20-24 {
    position: relative;
    left: 83.333%; }

  .desk-push-21-24 {
    position: relative;
    left: 87.5%; }

  .desk-push-22-24 {
    position: relative;
    left: 91.667%; }

  .desk-push-23-24 {
    position: relative;
    left: 95.833%; }

  .desk-pull-0 {
    right: 0; }

  .desk-pull-1-9 {
    position: relative;
    right: 11.111%; }

  .desk-pull-2-9 {
    position: relative;
    right: 22.222%; }

  .desk-pull-3-9 {
    position: relative;
    right: 33.333%; }

  .desk-pull-4-9 {
    position: relative;
    right: 44.444%; }

  .desk-pull-5-9 {
    position: relative;
    right: 55.556%; }

  .desk-pull-6-9 {
    position: relative;
    right: 66.667%; }

  .desk-pull-7-9 {
    position: relative;
    right: 77.778%; }

  .desk-pull-8-9 {
    position: relative;
    right: 88.889%; }

  .desk-pull-1-12 {
    position: relative;
    right: 8.333%; }

  .desk-pull-2-12 {
    position: relative;
    right: 16.667%; }

  .desk-pull-3-12 {
    position: relative;
    right: 25%; }

  .desk-pull-4-12 {
    position: relative;
    right: 33.333%; }

  .desk-pull-5-12 {
    position: relative;
    right: 41.667%; }

  .desk-pull-6-12 {
    position: relative;
    right: 50%; }

  .desk-pull-7-12 {
    position: relative;
    right: 58.333%; }

  .desk-pull-8-12 {
    position: relative;
    right: 66.667%; }

  .desk-pull-9-12 {
    position: relative;
    right: 75%; }

  .desk-pull-10-12 {
    position: relative;
    right: 83.333%; }

  .desk-pull-11-12 {
    position: relative;
    right: 91.667%; }

  .desk-pull-1-24 {
    position: relative;
    right: 4.167%; }

  .desk-pull-2-24 {
    position: relative;
    right: 8.333%; }

  .desk-pull-3-24 {
    position: relative;
    right: 12.5%; }

  .desk-pull-4-24 {
    position: relative;
    right: 16.667%; }

  .desk-pull-5-24 {
    position: relative;
    right: 20.833%; }

  .desk-pull-6-24 {
    position: relative;
    right: 25%; }

  .desk-pull-7-24 {
    position: relative;
    right: 29.167%; }

  .desk-pull-8-24 {
    position: relative;
    right: 33.333%; }

  .desk-pull-9-24 {
    position: relative;
    right: 37.5%; }

  .desk-pull-10-24 {
    position: relative;
    right: 41.667%; }

  .desk-pull-11-24 {
    position: relative;
    right: 45.833%; }

  .desk-pull-12-24 {
    position: relative;
    right: 50%; }

  .desk-pull-13-24 {
    position: relative;
    right: 54.167%; }

  .desk-pull-14-24 {
    position: relative;
    right: 58.333%; }

  .desk-pull-15-24 {
    position: relative;
    right: 62.5%; }

  .desk-pull-16-24 {
    position: relative;
    right: 66.667%; }

  .desk-pull-17-24 {
    position: relative;
    right: 70.833%; }

  .desk-pull-18-24 {
    position: relative;
    right: 75%; }

  .desk-pull-19-24 {
    position: relative;
    right: 79.167%; }

  .desk-pull-20-24 {
    position: relative;
    right: 83.333%; }

  .desk-pull-21-24 {
    position: relative;
    right: 87.5%; }

  .desk-pull-22-24 {
    position: relative;
    right: 91.667%; }

  .desk-pull-23-24 {
    position: relative;
    right: 95.833%; } }
@media screen and (min-width: 1400px) {
  .wall-push-0 {
    left: 0; }

  .wall-push-1-9 {
    position: relative;
    left: 11.111%; }

  .wall-push-2-9 {
    position: relative;
    left: 22.222%; }

  .wall-push-3-9 {
    position: relative;
    left: 33.333%; }

  .wall-push-4-9 {
    position: relative;
    left: 44.444%; }

  .wall-push-5-9 {
    position: relative;
    left: 55.556%; }

  .wall-push-6-9 {
    position: relative;
    left: 66.667%; }

  .wall-push-7-9 {
    position: relative;
    left: 77.778%; }

  .wall-push-8-9 {
    position: relative;
    left: 88.889%; }

  .wall-push-1-12 {
    position: relative;
    left: 8.333%; }

  .wall-push-2-12 {
    position: relative;
    left: 16.667%; }

  .wall-push-3-12 {
    position: relative;
    left: 25%; }

  .wall-push-4-12 {
    position: relative;
    left: 33.333%; }

  .wall-push-5-12 {
    position: relative;
    left: 41.667%; }

  .wall-push-6-12 {
    position: relative;
    left: 50%; }

  .wall-push-7-12 {
    position: relative;
    left: 58.333%; }

  .wall-push-8-12 {
    position: relative;
    left: 66.667%; }

  .wall-push-9-12 {
    position: relative;
    left: 75%; }

  .wall-push-10-12 {
    position: relative;
    left: 83.333%; }

  .wall-push-11-12 {
    position: relative;
    left: 91.667%; }

  .wall-push-1-24 {
    position: relative;
    left: 4.167%; }

  .wall-push-2-24 {
    position: relative;
    left: 8.333%; }

  .wall-push-3-24 {
    position: relative;
    left: 12.5%; }

  .wall-push-4-24 {
    position: relative;
    left: 16.667%; }

  .wall-push-5-24 {
    position: relative;
    left: 20.833%; }

  .wall-push-6-24 {
    position: relative;
    left: 25%; }

  .wall-push-7-24 {
    position: relative;
    left: 29.167%; }

  .wall-push-8-24 {
    position: relative;
    left: 33.333%; }

  .wall-push-9-24 {
    position: relative;
    left: 37.5%; }

  .wall-push-10-24 {
    position: relative;
    left: 41.667%; }

  .wall-push-11-24 {
    position: relative;
    left: 45.833%; }

  .wall-push-12-24 {
    position: relative;
    left: 50%; }

  .wall-push-13-24 {
    position: relative;
    left: 54.167%; }

  .wall-push-14-24 {
    position: relative;
    left: 58.333%; }

  .wall-push-15-24 {
    position: relative;
    left: 62.5%; }

  .wall-push-16-24 {
    position: relative;
    left: 66.667%; }

  .wall-push-17-24 {
    position: relative;
    left: 70.833%; }

  .wall-push-18-24 {
    position: relative;
    left: 75%; }

  .wall-push-19-24 {
    position: relative;
    left: 79.167%; }

  .wall-push-20-24 {
    position: relative;
    left: 83.333%; }

  .wall-push-21-24 {
    position: relative;
    left: 87.5%; }

  .wall-push-22-24 {
    position: relative;
    left: 91.667%; }

  .wall-push-23-24 {
    position: relative;
    left: 95.833%; }

  .wall-pull-0 {
    right: 0; }

  .wall-pull-1-9 {
    position: relative;
    right: 11.111%; }

  .wall-pull-2-9 {
    position: relative;
    right: 22.222%; }

  .wall-pull-3-9 {
    position: relative;
    right: 33.333%; }

  .wall-pull-4-9 {
    position: relative;
    right: 44.444%; }

  .wall-pull-5-9 {
    position: relative;
    right: 55.556%; }

  .wall-pull-6-9 {
    position: relative;
    right: 66.667%; }

  .wall-pull-7-9 {
    position: relative;
    right: 77.778%; }

  .wall-pull-8-9 {
    position: relative;
    right: 88.889%; }

  .wall-pull-1-12 {
    position: relative;
    right: 8.333%; }

  .wall-pull-2-12 {
    position: relative;
    right: 16.667%; }

  .wall-pull-3-12 {
    position: relative;
    right: 25%; }

  .wall-pull-4-12 {
    position: relative;
    right: 33.333%; }

  .wall-pull-5-12 {
    position: relative;
    right: 41.667%; }

  .wall-pull-6-12 {
    position: relative;
    right: 50%; }

  .wall-pull-7-12 {
    position: relative;
    right: 58.333%; }

  .wall-pull-8-12 {
    position: relative;
    right: 66.667%; }

  .wall-pull-9-12 {
    position: relative;
    right: 75%; }

  .wall-pull-10-12 {
    position: relative;
    right: 83.333%; }

  .wall-pull-11-12 {
    position: relative;
    right: 91.667%; }

  .wall-pull-1-24 {
    position: relative;
    right: 4.167%; }

  .wall-pull-2-24 {
    position: relative;
    right: 8.333%; }

  .wall-pull-3-24 {
    position: relative;
    right: 12.5%; }

  .wall-pull-4-24 {
    position: relative;
    right: 16.667%; }

  .wall-pull-5-24 {
    position: relative;
    right: 20.833%; }

  .wall-pull-6-24 {
    position: relative;
    right: 25%; }

  .wall-pull-7-24 {
    position: relative;
    right: 29.167%; }

  .wall-pull-8-24 {
    position: relative;
    right: 33.333%; }

  .wall-pull-9-24 {
    position: relative;
    right: 37.5%; }

  .wall-pull-10-24 {
    position: relative;
    right: 41.667%; }

  .wall-pull-11-24 {
    position: relative;
    right: 45.833%; }

  .wall-pull-12-24 {
    position: relative;
    right: 50%; }

  .wall-pull-13-24 {
    position: relative;
    right: 54.167%; }

  .wall-pull-14-24 {
    position: relative;
    right: 58.333%; }

  .wall-pull-15-24 {
    position: relative;
    right: 62.5%; }

  .wall-pull-16-24 {
    position: relative;
    right: 66.667%; }

  .wall-pull-17-24 {
    position: relative;
    right: 70.833%; }

  .wall-pull-18-24 {
    position: relative;
    right: 75%; }

  .wall-pull-19-24 {
    position: relative;
    right: 79.167%; }

  .wall-pull-20-24 {
    position: relative;
    right: 83.333%; }

  .wall-pull-21-24 {
    position: relative;
    right: 87.5%; }

  .wall-pull-22-24 {
    position: relative;
    right: 91.667%; }

  .wall-pull-23-24 {
    position: relative;
    right: 95.833%; } }
@media screen and (min-width: 1920px) {
  .cinema-push-0 {
    left: 0; }

  .cinema-push-1-9 {
    position: relative;
    left: 11.111%; }

  .cinema-push-2-9 {
    position: relative;
    left: 22.222%; }

  .cinema-push-3-9 {
    position: relative;
    left: 33.333%; }

  .cinema-push-4-9 {
    position: relative;
    left: 44.444%; }

  .cinema-push-5-9 {
    position: relative;
    left: 55.556%; }

  .cinema-push-6-9 {
    position: relative;
    left: 66.667%; }

  .cinema-push-7-9 {
    position: relative;
    left: 77.778%; }

  .cinema-push-8-9 {
    position: relative;
    left: 88.889%; }

  .cinema-push-1-12 {
    position: relative;
    left: 8.333%; }

  .cinema-push-2-12 {
    position: relative;
    left: 16.667%; }

  .cinema-push-3-12 {
    position: relative;
    left: 25%; }

  .cinema-push-4-12 {
    position: relative;
    left: 33.333%; }

  .cinema-push-5-12 {
    position: relative;
    left: 41.667%; }

  .cinema-push-6-12 {
    position: relative;
    left: 50%; }

  .cinema-push-7-12 {
    position: relative;
    left: 58.333%; }

  .cinema-push-8-12 {
    position: relative;
    left: 66.667%; }

  .cinema-push-9-12 {
    position: relative;
    left: 75%; }

  .cinema-push-10-12 {
    position: relative;
    left: 83.333%; }

  .cinema-push-11-12 {
    position: relative;
    left: 91.667%; }

  .cinema-push-1-24 {
    position: relative;
    left: 4.167%; }

  .cinema-push-2-24 {
    position: relative;
    left: 8.333%; }

  .cinema-push-3-24 {
    position: relative;
    left: 12.5%; }

  .cinema-push-4-24 {
    position: relative;
    left: 16.667%; }

  .cinema-push-5-24 {
    position: relative;
    left: 20.833%; }

  .cinema-push-6-24 {
    position: relative;
    left: 25%; }

  .cinema-push-7-24 {
    position: relative;
    left: 29.167%; }

  .cinema-push-8-24 {
    position: relative;
    left: 33.333%; }

  .cinema-push-9-24 {
    position: relative;
    left: 37.5%; }

  .cinema-push-10-24 {
    position: relative;
    left: 41.667%; }

  .cinema-push-11-24 {
    position: relative;
    left: 45.833%; }

  .cinema-push-12-24 {
    position: relative;
    left: 50%; }

  .cinema-push-13-24 {
    position: relative;
    left: 54.167%; }

  .cinema-push-14-24 {
    position: relative;
    left: 58.333%; }

  .cinema-push-15-24 {
    position: relative;
    left: 62.5%; }

  .cinema-push-16-24 {
    position: relative;
    left: 66.667%; }

  .cinema-push-17-24 {
    position: relative;
    left: 70.833%; }

  .cinema-push-18-24 {
    position: relative;
    left: 75%; }

  .cinema-push-19-24 {
    position: relative;
    left: 79.167%; }

  .cinema-push-20-24 {
    position: relative;
    left: 83.333%; }

  .cinema-push-21-24 {
    position: relative;
    left: 87.5%; }

  .cinema-push-22-24 {
    position: relative;
    left: 91.667%; }

  .cinema-push-23-24 {
    position: relative;
    left: 95.833%; }

  .cinema-pull-0 {
    right: 0; }

  .cinema-pull-1-9 {
    position: relative;
    right: 11.111%; }

  .cinema-pull-2-9 {
    position: relative;
    right: 22.222%; }

  .cinema-pull-3-9 {
    position: relative;
    right: 33.333%; }

  .cinema-pull-4-9 {
    position: relative;
    right: 44.444%; }

  .cinema-pull-5-9 {
    position: relative;
    right: 55.556%; }

  .cinema-pull-6-9 {
    position: relative;
    right: 66.667%; }

  .cinema-pull-7-9 {
    position: relative;
    right: 77.778%; }

  .cinema-pull-8-9 {
    position: relative;
    right: 88.889%; }

  .cinema-pull-1-12 {
    position: relative;
    right: 8.333%; }

  .cinema-pull-2-12 {
    position: relative;
    right: 16.667%; }

  .cinema-pull-3-12 {
    position: relative;
    right: 25%; }

  .cinema-pull-4-12 {
    position: relative;
    right: 33.333%; }

  .cinema-pull-5-12 {
    position: relative;
    right: 41.667%; }

  .cinema-pull-6-12 {
    position: relative;
    right: 50%; }

  .cinema-pull-7-12 {
    position: relative;
    right: 58.333%; }

  .cinema-pull-8-12 {
    position: relative;
    right: 66.667%; }

  .cinema-pull-9-12 {
    position: relative;
    right: 75%; }

  .cinema-pull-10-12 {
    position: relative;
    right: 83.333%; }

  .cinema-pull-11-12 {
    position: relative;
    right: 91.667%; }

  .cinema-pull-1-24 {
    position: relative;
    right: 4.167%; }

  .cinema-pull-2-24 {
    position: relative;
    right: 8.333%; }

  .cinema-pull-3-24 {
    position: relative;
    right: 12.5%; }

  .cinema-pull-4-24 {
    position: relative;
    right: 16.667%; }

  .cinema-pull-5-24 {
    position: relative;
    right: 20.833%; }

  .cinema-pull-6-24 {
    position: relative;
    right: 25%; }

  .cinema-pull-7-24 {
    position: relative;
    right: 29.167%; }

  .cinema-pull-8-24 {
    position: relative;
    right: 33.333%; }

  .cinema-pull-9-24 {
    position: relative;
    right: 37.5%; }

  .cinema-pull-10-24 {
    position: relative;
    right: 41.667%; }

  .cinema-pull-11-24 {
    position: relative;
    right: 45.833%; }

  .cinema-pull-12-24 {
    position: relative;
    right: 50%; }

  .cinema-pull-13-24 {
    position: relative;
    right: 54.167%; }

  .cinema-pull-14-24 {
    position: relative;
    right: 58.333%; }

  .cinema-pull-15-24 {
    position: relative;
    right: 62.5%; }

  .cinema-pull-16-24 {
    position: relative;
    right: 66.667%; }

  .cinema-pull-17-24 {
    position: relative;
    right: 70.833%; }

  .cinema-pull-18-24 {
    position: relative;
    right: 75%; }

  .cinema-pull-19-24 {
    position: relative;
    right: 79.167%; }

  .cinema-pull-20-24 {
    position: relative;
    right: 83.333%; }

  .cinema-pull-21-24 {
    position: relative;
    right: 87.5%; }

  .cinema-pull-22-24 {
    position: relative;
    right: 91.667%; }

  .cinema-pull-23-24 {
    position: relative;
    right: 95.833%; } }
.guided-tours {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem; }

.guided-tours__item {
  border-bottom: 1px dotted #d7d7d7;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem; }
  .guided-tours__item:last-child {
    border-color: transparent; }

.guided-tour__image {
  text-align: left; }
  .guided-tour__image img {
    border-radius: 50%;
    max-height: 200px;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    @media screen and (min-width: 768px) {
      .guided-tour__image img {
        max-height: none; } }

@media screen and (min-width: 768px) {
  .guided-tour__details {
    padding-left: 30px; } }

.guided-tour__title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: bold; }

.guided-tour__toggler {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

.guided-tour__description {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-top: 30px;
  padding-top: 1.875rem; }
  .guided-tour__description p {
    padding-bottom: 15px;
    padding-bottom: 0.9375rem; }

.guided-tour__actions {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .guided-tour__actions {
      padding-top: 30px;
      padding-top: 1.875rem; } }
  @media screen and (min-width: 1024px) {
    .guided-tour__actions {
      padding-top: 60px;
      padding-top: 3.75rem; } }

.hero, .hero--with-video, .hero--home, .hero--guided-tours, .hero--exclusive-tours, .hero--didactic-tours, .hero--didactic-tours--dialogs, .hero--didactic-tours--workshop, .hero--didactic-tours--lessons, .hero--events, .hero--applications, .hero--bookshop, .hero--artworks, .hero--galleries, .hero--niccolini, .hero--fidelity, .hero--organize, .hero--cathedral, .hero--dome, .hero--baptistry, .hero--bell-tower, .hero--crypt {
  display: block;
  height: 420px;
  background-size: cover;
  -ms-behavior: url(/assets/backgroundsize-c24b794a36db36ea04ff5511eba9f92b57137a2f31d02ec567d5b05be10c4af5.htc);
  background-position: center center;
  position: relative; }
  @media screen and (min-width: 480px) {
    .hero, .hero--with-video, .hero--home, .hero--guided-tours, .hero--exclusive-tours, .hero--didactic-tours, .hero--didactic-tours--dialogs, .hero--didactic-tours--workshop, .hero--didactic-tours--lessons, .hero--events, .hero--applications, .hero--bookshop, .hero--artworks, .hero--galleries, .hero--niccolini, .hero--fidelity, .hero--organize, .hero--cathedral, .hero--dome, .hero--baptistry, .hero--bell-tower, .hero--crypt {
      height: 500px; } }
  @media screen and (min-width: 1400px) {
    .hero, .hero--with-video, .hero--home, .hero--guided-tours, .hero--exclusive-tours, .hero--didactic-tours, .hero--didactic-tours--dialogs, .hero--didactic-tours--workshop, .hero--didactic-tours--lessons, .hero--events, .hero--applications, .hero--bookshop, .hero--artworks, .hero--galleries, .hero--niccolini, .hero--fidelity, .hero--organize, .hero--cathedral, .hero--dome, .hero--baptistry, .hero--bell-tower, .hero--crypt {
      height: 640px; } }
  @media screen and (min-width: 1920px) {
    .hero, .hero--with-video, .hero--home, .hero--guided-tours, .hero--exclusive-tours, .hero--didactic-tours, .hero--didactic-tours--dialogs, .hero--didactic-tours--workshop, .hero--didactic-tours--lessons, .hero--events, .hero--applications, .hero--bookshop, .hero--artworks, .hero--galleries, .hero--niccolini, .hero--fidelity, .hero--organize, .hero--cathedral, .hero--dome, .hero--baptistry, .hero--bell-tower, .hero--crypt {
      height: 850px; } }

.hero__inner {
  padding: 30px;
  padding: 1.875rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(44, 43, 54, 0.8)));
  background: linear-gradient(transparent, rgba(44, 43, 54, 0.8)); }

.hero__credits {
  color: white;
  padding: 15px;
  padding: 0.9375rem;
  display: none; }
  @media screen and (min-width: 768px) {
    .hero__credits {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0; } }

.hero__video {
  width: 100%;
  vertical-align: middle; }

.hero--with-video {
  overflow: hidden;
  height: auto; }
  @media screen and (max-width: 479px) {
    .hero--with-video {
      height: 400px; }
      .hero--with-video .hero__video {
        position: absolute;
        height: 100%;
        -webkit-transform: scale(2.3);
                transform: scale(2.3); } }
  @media screen and (min-width: 1400px) {
    .hero--with-video {
      height: 640px; } }
  @media screen and (min-width: 1920px) {
    .hero--with-video {
      height: 850px; } }

.hero--home {
  background-image: url(/assets/home/home-hero-b96bc768e8efbf33ae0724f5cbe059da82308eec25f26ab0eb292186ef27eb16.jpg); }

.hero--guided-tours {
  background-image: url(/assets/headers/guided-tours-6904ad98207f86ff253ae0b364dff81980bd2f9d47be26c2cd69596051380d38.jpg); }

.hero--exclusive-tours {
  background-image: url(/assets/headers/exclusive-tours-0227a83ad29fe535c959da855d7fa8ac23579ab5e11898c23cfce2d8e6d99423.jpg); }

.hero--didactic-tours, .hero--didactic-tours--dialogs, .hero--didactic-tours--workshop, .hero--didactic-tours--lessons {
  background-image: url(/assets/headers/didactic-tours-0822d32c6c303aa87a25a69d92c631ac9858d8c3af58bd11a0a966bd296b07d0.jpg);
  background-position: top center; }

.hero--events {
  background-image: url(/assets/headers/events-d6b324fed4b3c5dbb6767bd4078535f942f7181f393bb65dca002238ce850379.jpg); }

.hero--didactic-tours--dialogs {
  background-image: url(/assets/headers/dialogs-b837cafe198c21ba68c950920d7291249d7e3e8ef522e906bd309e3574ba6497.jpg); }

.hero--didactic-tours--workshop {
  background-image: url(/assets/headers/workshop-3e134432602a2d829e7ba61f436aa9210ddbf04e9342e78a3b8660c7c3053b6d.jpg); }

.hero--didactic-tours--lessons {
  background-image: url(/assets/headers/lessons-18ff7a8d18da712fdf4585d91d2db3186b528572ab516871700c392484fc7f35.jpg); }

.hero--applications {
  background-image: url(/assets/headers/apps-b96bc768e8efbf33ae0724f5cbe059da82308eec25f26ab0eb292186ef27eb16.jpg); }

.hero--bookshop {
  background-image: url(/assets/headers/bookshop-335b4c85e612e477c8e7bb2d4e2d6365ac93d75f33c3f4d4b5e57939841cffa2.jpg); }

.hero--artworks {
  background-image: url(/assets/headers/artworks-a3f90948da71a6613802e4577ca975c6bcd32ac61a10e2e58df86e31d13ce4c6.jpg); }

.hero--galleries {
  background-image: url(/assets/galleries/galleries-hero-4b3fc94c8892c2514500199e9c811de173853fc89981ed3d54e29258c9b147a1.jpg); }

.hero--niccolini {
  background-image: url(/assets/niccolini/duomo-experience-9c0c985ae00dedce515993ddedecf5740670c21f1b406315aacdad882bf6aa83.jpg); }

.hero--fidelity {
  background-image: url(/assets/headers/fidelity-card-3d023c5ff61854121921c75a2f897fa761e793cd8e6738840fee7dc59b040248.jpg); }

.hero--organize {
  background-image: url(/assets/headers/organize-visit-85b1775e921838735b1e718ff2ab9e2402b813d336aca895e7eab73295c7df9c.jpg); }

.hero--cathedral {
  background-image: url(/assets/monuments/cathedral-a5210b70aac01c50362b570701d2855c55494fb93158700def361bd3aae2ca14.jpg); }

.hero--dome {
  background-image: url(/assets/monuments/dome-e14f31352bfb0bd2108b02230cc1f17a6a58d02ac6857c786abe930eeac736c2.jpg); }

.hero--baptistry {
  background-image: url(/assets/monuments/baptistry-0acef8b74c2c6f97c3ea0b406f3d3d6ad11229eec5fa2535256aa724907ae535.jpg); }

.hero--bell-tower {
  background-image: url(/assets/monuments/bell-tower-c8307008335dd4e8f79e9a98de8b5b210e186ce96d05463ff9a2f1a359e1fa41.jpg); }

.hero--crypt {
  background-image: url(/assets/monuments/crypt-6994db0f561fabd0e4644f643a9dcc53db0327f62d392b6b02cfd05c7c97fb6c.jpg); }

.icon, .icon--large, .icon--huge, .icon--360, .icon--arrow-down-circle, .icon--arrow-down, .accordion__section__arrow, .icon--arrow-left, .icon--arrow-right-circle, .icon--arrow-right, .icon--arrow-up, .icon--ascensore, .icon--bar, .icon--bookstore, .icon--check, .icon--checkbox-off, .icon--checkbox-on, .icon--cross-circle, .icon--cross, .icon--disabled, .icon--duomo_experience, .icon--entrance, .icon--facebook, .icon--fasciatoio, .icon--feed, .icon--foursquare, .icon--guardaroba, .icon--hamburger, .icon--heart-plus, .icon--info-circle, .icon--instagram, .icon--linkedin, .icon--mail, .icon--meeting_point, .icon--panoramic, .icon--pin, .icon--pinterest, .icon--play, .icon--question-circle, .icon--quotes, .icon--radio-off, .icon--radio-on, .icon--threesixty, .icon--ticket, .icon--twitter, .icon--wc {
  display: inline-block;
  vertical-align: middle; }
  .icon:before, .icon--large:before, .icon--huge:before, .icon--360:before, .icon--arrow-down-circle:before, .icon--arrow-down:before, .accordion__section__arrow:before, .icon--arrow-left:before, .icon--arrow-right-circle:before, .slider .slider__slide-title a:after, .aside-menu__nav__first-level__item > a:after, .icon--arrow-right:before, .top-nav__links a:after, .top-nav__locale-switcher__locale:after, .icon--arrow-up:before, .icon--ascensore:before, .icon--bar:before, .icon--bookstore:before, .icon--check:before, .flash--notice:before, .icon--checkbox-off:before, .icon--checkbox-on:before, .icon--cross-circle:before, .icon--cross:before, .flash--alert:before, .is-shifted .mobile-topbar__button a:before, .icon--disabled:before, .icon--duomo_experience:before, .icon--entrance:before, .icon--facebook:before, .icon--fasciatoio:before, .icon--feed:before, .icon--foursquare:before, .icon--guardaroba:before, .icon--hamburger:before, .mobile-topbar__button a:before, .icon--heart-plus:before, .icon--info-circle:before, .icon--instagram:before, .icon--linkedin:before, .icon--mail:before, .icon--meeting_point:before, .icon--panoramic:before, .icon--pin:before, .icon--pinterest:before, .icon--play:before, .icon--question-circle:before, .icon--quotes:before, .icon--radio-off:before, .icon--radio-on:before, .icon--threesixty:before, .icon--ticket:before, .icon--twitter:before, .icon--wc:before {
    font-family: "icons";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon span, .icon--large span, .icon--huge span, .icon--360 span, .icon--arrow-down-circle span, .icon--arrow-down span, .accordion__section__arrow span, .icon--arrow-left span, .icon--arrow-right-circle span, .icon--arrow-right span, .icon--arrow-up span, .icon--ascensore span, .icon--bar span, .icon--bookstore span, .icon--check span, .icon--checkbox-off span, .icon--checkbox-on span, .icon--cross-circle span, .icon--cross span, .icon--disabled span, .icon--duomo_experience span, .icon--entrance span, .icon--facebook span, .icon--fasciatoio span, .icon--feed span, .icon--foursquare span, .icon--guardaroba span, .icon--hamburger span, .icon--heart-plus span, .icon--info-circle span, .icon--instagram span, .icon--linkedin span, .icon--mail span, .icon--meeting_point span, .icon--panoramic span, .icon--pin span, .icon--pinterest span, .icon--play span, .icon--question-circle span, .icon--quotes span, .icon--radio-off span, .icon--radio-on span, .icon--threesixty span, .icon--ticket span, .icon--twitter span, .icon--wc span {
    display: none; }

.icon--large {
  font-size: 1.1em;
  line-height: 1.1em; }

.icon--huge {
  font-size: 2em;
  line-height: 0.5em; }

.icon--secondary-color {
  color: #937847; }

.icon--alert {
  color: #c42e3f; }

.icon--360:before {
  content: ""; }

.icon--arrow-down-circle:before {
  content: ""; }

.icon--arrow-down:before, .accordion__section__arrow:before {
  content: ""; }

.icon--arrow-left:before {
  content: ""; }

.icon--arrow-right-circle:before, .slider .slider__slide-title a:after, .aside-menu__nav__first-level__item > a:after {
  content: ""; }

.icon--arrow-right:before, .top-nav__links a:after, .top-nav__locale-switcher__locale:after {
  content: ""; }

.icon--arrow-up:before {
  content: ""; }

.icon--ascensore:before {
  content: ""; }

.icon--bar:before {
  content: ""; }

.icon--bookstore:before {
  content: ""; }

.icon--check:before, .flash--notice:before {
  content: ""; }

.icon--checkbox-off:before {
  content: ""; }

.icon--checkbox-on:before {
  content: ""; }

.icon--cross-circle:before {
  content: ""; }

.icon--cross:before, .flash--alert:before, .is-shifted .mobile-topbar__button a:before {
  content: ""; }

.icon--disabled:before {
  content: ""; }

.icon--duomo_experience:before {
  content: ""; }

.icon--entrance:before {
  content: ""; }

.icon--facebook:before {
  content: ""; }

.icon--fasciatoio:before {
  content: ""; }

.icon--feed:before {
  content: ""; }

.icon--foursquare:before {
  content: ""; }

.icon--guardaroba:before {
  content: ""; }

.icon--hamburger:before, .mobile-topbar__button a:before {
  content: ""; }

.icon--heart-plus:before {
  content: ""; }

.icon--info-circle:before {
  content: ""; }

.icon--instagram:before {
  content: ""; }

.icon--linkedin:before {
  content: ""; }

.icon--mail:before {
  content: ""; }

.icon--meeting_point:before {
  content: ""; }

.icon--panoramic:before {
  content: ""; }

.icon--pin:before {
  content: ""; }

.icon--pinterest:before {
  content: ""; }

.icon--play:before {
  content: ""; }

.icon--question-circle:before {
  content: ""; }

.icon--quotes:before {
  content: ""; }

.icon--radio-off:before {
  content: ""; }

.icon--radio-on:before {
  content: ""; }

.icon--threesixty:before {
  content: ""; }

.icon--ticket:before {
  content: ""; }

.icon--twitter:before {
  content: ""; }

.icon--wc:before {
  content: ""; }

.infoBox {
  background: #EFF0F1;
  padding: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 4px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 3px 4px;
  border-radius: 3px; }
  .infoBox h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    margin-bottom: 5px; }
  .infoBox p {
    margin-bottom: 1px; }
  .infoBox .itinerary {
    margin-top: 10px; }
    .infoBox .itinerary a {
      color: #444;
      font-family: Georgia;
      font-style: italic;
      text-decoration: none; }

.instagram-wall {
  text-align: center; }

.instagram-wall__item {
  display: inline-block;
  vertical-align: middle;
  width: 50vw;
  height: 50vw;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer; }
  .instagram-wall__item:hover {
    opacity: 0.8; }

@media screen and (min-width: 768px) {
  .instagram-wall__item {
    width: 25vw;
    height: 25vw; } }
@media screen and (min-width: 1400px) {
  .instagram-wall__item {
    width: 20vw;
    height: 20vw; } }
@media screen and (min-width: 1920px) {
  .instagram-wall__item {
    width: 10vw;
    height: 10vw; } }
.grid-js {
  min-height: 400px; }
  .grid-js:after {
    content: "";
    display: block;
    clear: both; }

.grid-js__sizer, .grid-js__item {
  width: 25%; }
  @media screen and (min-width: 768px) {
    .grid-js__sizer, .grid-js__item {
      width: 16.6666666667%; } }
  @media screen and (min-width: 1024px) {
    .grid-js__sizer, .grid-js__item {
      width: 12.5%; } }
  @media screen and (min-width: 1920px) {
    .grid-js__sizer, .grid-js__item {
      width: 8.3333333333%; } }

.grid-js__item {
  float: left;
  padding: 2px; }
  .grid-js__item img {
    display: block;
    max-width: 100%; }

.width--2 {
  width: 50%; }
  @media screen and (min-width: 768px) {
    .width--2 {
      width: 33.3333333333%; } }
  @media screen and (min-width: 1024px) {
    .width--2 {
      width: 25%; } }
  @media screen and (min-width: 1920px) {
    .width--2 {
      width: 16.6666666667%; } }

.grid-js--events .grid-js__item {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .grid-js--events .grid-js__item {
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    .grid-js--events .grid-js__item {
      width: 33.3333333333%; } }
  @media screen and (min-width: 1920px) {
    .grid-js--events .grid-js__item {
      width: 25%; } }

.grid-js__spinner {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  opacity: 0.9;
  background-color: white;
  text-align: center;
  z-index: 10;
  padding-top: 30px;
  padding-top: 1.875rem; }
  .grid-js__spinner > div {
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .grid-js__spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .grid-js__spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.legend__title {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: bold; }

.legend__item {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.legend__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-size: 1.375rem; }

.legend__label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px; }

.logo, .logo--opera, .logo--inv-opera, .island__site-name, .logo--magazine, .logo--instagram, .logo--gmd-en, [data-reference-lang=en] .floating-menu__logo a, .logo--gmd-it, [data-reference-lang=it] .floating-menu__logo a, .logo--gmd-big-en, .logo--gmd-big-it, .logo--gmd-big-en-transparent, .logo--gmd-big-it-transparent {
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  -ms-behavior: url(/assets/backgroundsize-c24b794a36db36ea04ff5511eba9f92b57137a2f31d02ec567d5b05be10c4af5.htc);
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  max-width: 100%; }
  .logo::before, .logo--opera::before, .logo--inv-opera::before, .island__site-name::before, .logo--magazine::before, .logo--instagram::before, .logo--gmd-en::before, [data-reference-lang=en] .floating-menu__logo a::before, .logo--gmd-it::before, [data-reference-lang=it] .floating-menu__logo a::before, .logo--gmd-big-en::before, .logo--gmd-big-it::before, .logo--gmd-big-en-transparent::before, .logo--gmd-big-it-transparent::before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  .logo *, .logo--opera *, .logo--inv-opera *, .island__site-name *, .logo--magazine *, .logo--instagram *, .logo--gmd-en *, [data-reference-lang=en] .floating-menu__logo a *, .logo--gmd-it *, [data-reference-lang=it] .floating-menu__logo a *, .logo--gmd-big-en *, .logo--gmd-big-it *, .logo--gmd-big-en-transparent *, .logo--gmd-big-it-transparent * {
    display: none; }
  .logo.is-inline, .is-inline.logo--opera, .is-inline.logo--inv-opera, .is-inline.island__site-name, .is-inline.logo--magazine, .is-inline.logo--instagram, .is-inline.logo--gmd-en, [data-reference-lang=en] .floating-menu__logo a.is-inline, .is-inline.logo--gmd-it, [data-reference-lang=it] .floating-menu__logo a.is-inline, .is-inline.logo--gmd-big-en, .is-inline.logo--gmd-big-it, .is-inline.logo--gmd-big-en-transparent, .is-inline.logo--gmd-big-it-transparent {
    display: inline-block;
    vertical-align: middle; }

.logo--opera {
  background-image: url(/assets/logo/logo-opera-989b4246f1171ce5b78adf8e0f57b14e9ccaf20e266eab1eec5c25983d05f94a.png);
  width: 220px;
  height: 100px; }

.logo--inv-opera, .island__site-name {
  background-image: url(/assets/logo/logo-inv-opera-00af360344e014d0211b1a81340a2cc66feb6806dd4c1a42e5f000902f981296.png);
  width: 270px;
  height: 110px; }

.logo--magazine {
  background-image: url(/assets/logo/logo-magazine-f0b08f2852fcb205b6471fa366bc1e9b1304016d0bff0ca9f63496bab48982ac.png);
  width: 240px;
  height: 116px; }

.logo--instagram {
  background-image: url(/assets/logo/logo-instagram-9a1ac92d6b49bfd4a87aa5dcf97f6a7d8fcae0bf298bc2d37083ecd667322ae1.png);
  width: 160px;
  height: 160px; }

.logo--gmd-en, [data-reference-lang=en] .floating-menu__logo a {
  background-image: url(/assets/logo/logo-gmd-en-23948ce0cda8f2cc8cccdb4a2503164f0588a7adb98ddbe61df4677797b270e2.png);
  width: 107px;
  height: 67px; }

.logo--gmd-it, [data-reference-lang=it] .floating-menu__logo a {
  background-image: url(/assets/logo/logo-gmd-it-d0de4bba49cf011b8506644f256118d219a6384ee124e9dfd8a1cb53d38696be.png);
  width: 107px;
  height: 67px; }

.logo--gmd-big-en {
  background-image: url(/images/logo/logo-gmd-big-en.png);
  width: 235px;
  height: 164px; }

.logo--gmd-big-it {
  background-image: url(/images/logo/logo-gmd-big-it.png);
  width: 235px;
  height: 164px; }

.logo--gmd-big-en-transparent {
  background-image: url(/images/logo/logo-gmd-big-en-transparent.png);
  width: 235px;
  height: 164px; }

.logo--gmd-big-it-transparent {
  background-image: url(/images/logo/logo-gmd-big-it-transparent.png);
  width: 235px;
  height: 164px; }

.map__box {
  display: none; }

@media screen and (min-width: 480px) {
  .map__box {
    padding: 30px;
    padding: 1.875rem;
    display: block; } }
@media screen and (min-width: 1920px) {
  .map__box {
    padding: 60px;
    padding: 3.75rem; } }
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
 *Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.mejs__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica", Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top; }
  .mejs__container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mejs__container video::-webkit-media-controls, .mejs__container video::-webkit-media-controls-panel, .mejs__container video::-webkit-media-controls-panel-container, .mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important; }

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__fill-container {
  height: 100%;
  width: 100%;
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%; }

.mejs__container:focus {
  outline: none; }

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%; }

.mejs__embed {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%; }

.mejs__fullscreen {
  overflow: hidden !important; }

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }
  .mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important; }

/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0; }

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

:root .mejs__poster-img {
  display: none; }

.mejs__poster-img {
  border: 0;
  padding: 0; }

.mejs__overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0; }

.mejs__layer {
  z-index: 1; }

.mejs__overlay-play {
  cursor: pointer; }

.mejs__overlay-button {
  background: url(/assets/play_button-c27ba3b3520abc937b0d63669644f2a034a2a16252f83168e04cccfc9f356ec3.png) no-repeat;
  background-position: center;
  background-size: cover;
  height: 64.5px;
  width: 90px; }

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: center; }

.mejs__overlay-loading {
  height: 80px;
  width: 80px; }

.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
          animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url(/assets/mejs-controls-39379d1e0e86e2f44e6d9b71e33578197a778d1b5e5440856e338513a469110c.png) -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1; }

@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3; }
  .mejs__controls:not([style*='display: none']) {
    background: transparent; }

.mejs__button, .mejs__time, .mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px; }

.mejs__button > button {
  background: transparent url(/assets/mejs-controls-39379d1e0e86e2f44e6d9b71e33578197a778d1b5e5440856e338513a469110c.png);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px; }
  .mejs__button > button:focus {
    outline: dotted 1px #999; }

/* :focus for accessibility */
.mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive [role=slider] {
  outline: 0; }
  .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button:focus, .mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play > button {
  background-position: 0 0; }

.mejs__pause > button {
  background-position: -20px 0; }

.mejs__replay > button {
  background-position: -160px 0; }

/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative; }

.mejs__time-total, .mejs__time-buffering, .mejs__time-loaded, .mejs__time-current, .mejs__time-float, .mejs__time-hovered, .mejs__time-float-current, .mejs__time-float-corner, .mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute; }

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%; }

.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
          animation: buffering-stripes 2s linear infinite;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3); }

.mejs__time-current, .mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9); }

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10; }
  .mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2); }

.mejs__time-current, .mejs__time-buffering, .mejs__time-loaded, .mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%; }

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1); }
  .mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
            transform: scaleX(0) !important; }

.mejs__time-handle {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 11; }

.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 11;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 10px; }

.mejs__time-rail:hover .mejs__time-handle-content {
  -webkit-transform: scale(1);
          transform: scale(1); }
.mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px; }

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px; }

.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0; }

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px; }
.mejs__long-video .mejs__time-float-current {
  width: 60px; }

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%; }

/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
  background-position: -80px 0; }

.mejs__unfullscreen > button {
  background-position: -100px 0; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
  background-position: -60px 0; }

.mejs__unmute > button {
  background-position: -40px 0; }

.mejs__volume-button {
  position: relative; }
  .mejs__volume-button > .mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25px;
    z-index: 1; }
  .mejs__volume-button:hover {
    border-radius: 0 0 4px 4px; }

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px; }

.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%; }

.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px; }

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px; }

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px; }

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.mejs__horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button, .mejs__chapters-button {
  position: relative; }

.mejs__captions-button > button {
  background-position: -140px 0; }

.mejs__chapters-button > button {
  background-position: -180px 0; }

.mejs__captions-button > .mejs__captions-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px; }

.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
  margin-right: -55px;
  width: 110px; }

.mejs__captions-selector-list, .mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs__captions-selector-input, .mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute; }

.mejs__captions-selector-label, .mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%; }

.mejs__captions-selected, .mejs__chapters-selected {
  color: #21f8f8; }

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px; }

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center; }
  .mejs__captions-layer a {
    color: #fff;
    text-decoration: underline; }
  .mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal; }

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%; }

.mejs__captions-position-hover {
  bottom: 35px; }

.mejs__captions-text {
  background: rgba(20, 20, 20, 0.5);
  -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
          box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap; }
  .mejs__captions-text * {
    background: rgba(20, 20, 20, 0.5);
    -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
            box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
    padding: 0;
    white-space: pre-wrap; }

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none; }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__overlay-error {
  position: relative; }
  .mejs__overlay-error > img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1; }

.mejs__cannotplay {
  color: #fff;
  font-size: 0.8em;
  position: relative; }
  .mejs__cannotplay a {
    color: #fff;
    font-size: 0.8em; }
  .mejs__cannotplay p, .mejs__cannotplay a {
    display: inline-block;
    padding: 0 15px;
    width: 100%; }

/* End: Error */
.nav__item, .nav--pagination .nav__item--dots,
.nav--pagination .nav__item--prev,
.nav--pagination .nav__item--next,
.nav--pagination .nav__item--first,
.nav--pagination .nav__item--last {
  display: inline-block;
  vertical-align: middle; }

.nav__item:before {
  content: " ";
  text-decoration: none;
  display: inline-block;
  color: #444; }
.nav__item:first-child:before {
  display: none; }
.nav__item.is-active {
  text-decoration: none;
  color: #444; }

.nav--dots .nav__item:before {
  content: " • "; }

.nav--breadcrumbs {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-variant: small-caps;
  font-size: 13px;
  font-size: 0.8125rem; }
  .nav--breadcrumbs .nav__item {
    color: #937847; }
  .nav--breadcrumbs .nav__item:not(a) {
    color: #444; }
  .nav--breadcrumbs .nav__item:before {
    content: " / ";
    color: #777; }

.nav--pagination .nav__item.is-current {
  text-decoration: none;
  color: #444; }
.nav--pagination .nav__item,
.nav--pagination .nav__item--dots,
.nav--pagination .nav__item--prev,
.nav--pagination .nav__item--next,
.nav--pagination .nav__item--first,
.nav--pagination .nav__item--last {
  padding: 0.4em; }

@media screen and (min-width: 1024px) {
  .nav--expand {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .nav--expand .nav__item {
      display: table-cell;
      margin: 0;
      white-space: nowrap; } }
.newsletter__title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.newsletter__field {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .newsletter__field label {
    color: #777; }

.newsletter__button {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.newsletter__modal {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001; }
  .newsletter__modal.is-active {
    display: block; }

.newsletter__modal__layer {
  height: 100%;
  width: 100%;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.newsletter__modal__content {
  background-color: white;
  width: 90%;
  min-width: 500px;
  max-width: 1000px;
  height: 500px;
  overflow-Y: scroll;
  margin: 0 auto;
  position: fixed;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  z-index: 1003; }

.newsletter__modal__content__text {
  width: 90%;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .newsletter {
    text-align: center; }

  .newsletter__title, .newsletter__field, .newsletter__button {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 10px; }

  .newsletter__title, .newsletter__button {
    margin-top: 1.2rem; }

  .newsletter__field {
    font-size: 12px;
    font-size: 0.75rem; }

  .newsletter__hint {
    font-size: 10px;
    font-size: 0.625rem;
    max-width: 60%;
    margin: 0 auto; } }
.ordinated-list {
  counter-reset: section; }

.ordinated-list__item {
  counter-increment: section;
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }
  .ordinated-list__item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(section);
    border-radius: 50%;
    border: 1px solid #dddbdc;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 27px;
    font-size: 1.6875rem; }

.ordinated-list__content {
  margin-left: 80px; }

.page-header, .page-header--rev {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  text-align: center; }

.page-header__title {
  font-size: 27px;
  font-size: 1.6875rem; }

.page-header__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 15px;
  margin-top: 0.9375rem; }

.page-header__icon {
  font-size: 33px;
  font-size: 2.0625rem;
  color: #937847;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.page-header__link {
  color: #fff; }

.page-header--rev {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  color: #fff; }
  .page-header--rev .page-header__subtitle {
    font-size: 16px;
    font-size: 1rem; }

@media screen and (min-width: 480px) {
  .page-header__title {
    font-size: 33px;
    font-size: 2.0625rem; }

  .page-header__subtitle {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 30px;
    margin-top: 1.875rem; }

  .page-header--rev .page-header__subtitle {
    font-size: 16px;
    font-size: 1rem; } }
@media screen and (min-width: 768px) {
  .page-header--rev .page-header__subtitle {
    font-size: 18px;
    font-size: 1.125rem; } }
@media screen and (min-width: 1024px) {
  .page-header, .page-header--rev {
    max-width: 900px;
    margin: 0 auto; } }
.pill, .pill--vertical {
  position: relative;
  text-align: center;
  padding: 15px;
  padding: 0.9375rem;
  max-width: 600px;
  margin: 0 auto; }

.pill__image {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .pill__image img {
    border-radius: 50%;
    max-height: 200px;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }

.pill__title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 27px;
  font-size: 1.6875rem;
  margin-bottom: 7.5px;
  margin-bottom: 0.46875rem;
  line-height: 1.2; }

.pill__abstract {
  font-size: 16px;
  font-size: 1rem;
  font-style: italic; }

.pill__toggler {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

.pill__description {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.pill__block-action {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.pill__main-action {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-right: 10px; }

.pill__other-action {
  display: inline-block;
  vertical-align: middle; }

.pill__summary {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.pill--vertical .pill__image {
  display: inline-block; }

@media screen and (min-width: 768px) {
  .pill, .pill--vertical {
    text-align: left;
    max-width: none; }

  .pill__image img {
    max-height: none; }

  .pill__block-action {
    max-width: none;
    margin-left: 0;
    margin-right: 0; }

  .pill--vertical {
    text-align: center; }
    .pill--vertical .pill__image img {
      max-height: 300px; } }
@media screen and (min-width: 1024px) {
  .pill__summary, .pill__other-action {
    font-size: 13px;
    font-size: 0.8125rem; }

  .pill__main-action {
    display: block; } }
.preview, .preview--big {
  display: block;
  background-size: cover;
  -ms-behavior: url(/assets/backgroundsize-c24b794a36db36ea04ff5511eba9f92b57137a2f31d02ec567d5b05be10c4af5.htc);
  background-position: center center;
  position: relative;
  height: 300px;
  overflow: hidden; }
  .preview:hover .preview__inner:before, .preview--big:hover .preview__inner:before {
    top: -200px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(44, 43, 54, 0.8)));
    background: linear-gradient(transparent, rgba(44, 43, 54, 0.8)); }
  .preview .icon, .preview--big .icon, .preview .icon--large, .preview--big .icon--large, .preview .icon--huge, .preview--big .icon--huge, .preview .icon--360, .preview--big .icon--360, .preview .icon--arrow-down-circle, .preview--big .icon--arrow-down-circle, .preview .icon--arrow-down, .preview--big .icon--arrow-down, .preview .accordion__section__arrow, .preview--big .accordion__section__arrow, .preview .icon--arrow-left, .preview--big .icon--arrow-left, .preview .icon--arrow-right-circle, .preview--big .icon--arrow-right-circle, .preview .icon--arrow-right, .preview--big .icon--arrow-right, .preview .icon--arrow-up, .preview--big .icon--arrow-up, .preview .icon--ascensore, .preview--big .icon--ascensore, .preview .icon--bar, .preview--big .icon--bar, .preview .icon--bookstore, .preview--big .icon--bookstore, .preview .icon--check, .preview--big .icon--check, .preview .icon--checkbox-off, .preview--big .icon--checkbox-off, .preview .icon--checkbox-on, .preview--big .icon--checkbox-on, .preview .icon--cross-circle, .preview--big .icon--cross-circle, .preview .icon--cross, .preview--big .icon--cross, .preview .icon--disabled, .preview--big .icon--disabled, .preview .icon--duomo_experience, .preview--big .icon--duomo_experience, .preview .icon--entrance, .preview--big .icon--entrance, .preview .icon--facebook, .preview--big .icon--facebook, .preview .icon--fasciatoio, .preview--big .icon--fasciatoio, .preview .icon--feed, .preview--big .icon--feed, .preview .icon--foursquare, .preview--big .icon--foursquare, .preview .icon--guardaroba, .preview--big .icon--guardaroba, .preview .icon--hamburger, .preview--big .icon--hamburger, .preview .icon--heart-plus, .preview--big .icon--heart-plus, .preview .icon--info-circle, .preview--big .icon--info-circle, .preview .icon--instagram, .preview--big .icon--instagram, .preview .icon--linkedin, .preview--big .icon--linkedin, .preview .icon--mail, .preview--big .icon--mail, .preview .icon--meeting_point, .preview--big .icon--meeting_point, .preview .icon--panoramic, .preview--big .icon--panoramic, .preview .icon--pin, .preview--big .icon--pin, .preview .icon--pinterest, .preview--big .icon--pinterest, .preview .icon--play, .preview--big .icon--play, .preview .icon--question-circle, .preview--big .icon--question-circle, .preview .icon--quotes, .preview--big .icon--quotes, .preview .icon--radio-off, .preview--big .icon--radio-off, .preview .icon--radio-on, .preview--big .icon--radio-on, .preview .icon--threesixty, .preview--big .icon--threesixty, .preview .icon--ticket, .preview--big .icon--ticket, .preview .icon--twitter, .preview--big .icon--twitter, .preview .icon--wc, .preview--big .icon--wc {
    color: white; }

.preview__inner {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 15px;
  padding: 0.9375rem;
  padding-top: 30px;
  z-index: 0; }
  .preview__inner:before {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(44, 43, 54, 0.6)));
    background: linear-gradient(transparent, rgba(44, 43, 54, 0.6));
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.preview__title {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem; }
  .preview__title .icon, .preview__title .icon--large, .preview__title .icon--huge, .preview__title .icon--360, .preview__title .icon--arrow-down-circle, .preview__title .icon--arrow-down, .preview__title .accordion__section__arrow, .preview__title .icon--arrow-left, .preview__title .icon--arrow-right-circle, .preview__title .icon--arrow-right, .preview__title .icon--arrow-up, .preview__title .icon--ascensore, .preview__title .icon--bar, .preview__title .icon--bookstore, .preview__title .icon--check, .preview__title .icon--checkbox-off, .preview__title .icon--checkbox-on, .preview__title .icon--cross-circle, .preview__title .icon--cross, .preview__title .icon--disabled, .preview__title .icon--duomo_experience, .preview__title .icon--entrance, .preview__title .icon--facebook, .preview__title .icon--fasciatoio, .preview__title .icon--feed, .preview__title .icon--foursquare, .preview__title .icon--guardaroba, .preview__title .icon--hamburger, .preview__title .icon--heart-plus, .preview__title .icon--info-circle, .preview__title .icon--instagram, .preview__title .icon--linkedin, .preview__title .icon--mail, .preview__title .icon--meeting_point, .preview__title .icon--panoramic, .preview__title .icon--pin, .preview__title .icon--pinterest, .preview__title .icon--play, .preview__title .icon--question-circle, .preview__title .icon--quotes, .preview__title .icon--radio-off, .preview__title .icon--radio-on, .preview__title .icon--threesixty, .preview__title .icon--ticket, .preview__title .icon--twitter, .preview__title .icon--wc {
    margin-left: 15px;
    margin-left: 0.9375rem; }

.preview__center-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.5em; }

.preview--big {
  height: 300px; }
  .preview--big .preview__title {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    font-size: 33px;
    font-size: 2.0625rem;
    text-transform: none;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }

@media screen and (min-width: 768px) {
  .preview--big {
    height: 400px; } }
@media screen and (min-width: 1200px) {
  .preview--big {
    height: 500px; } }
@media screen and (min-width: 1400px) {
  .preview--big {
    height: 600px; } }
.promo-tickets {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  text-align: center; }

.promo-tickets__subtitle {
  font-weight: bold;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.promo-tickets__title {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.promo-tickets__description {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.promo-tickets__image {
  margin-top: 30px;
  margin-top: 1.875rem; }

@media screen and (min-width: 768px) {
  .promo-tickets__image img {
    max-width: 250px;
    display: inline-block; } }
@media screen and (min-width: 1400px) {
  .promo-tickets {
    text-align: left; }

  .promo-tickets__inner {
    position: relative; }

  .promo-tickets__button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 0; }

  .promo-tickets__inner {
    position: relative; }

  .promo-tickets--aside .promo-tickets__inner {
    padding-right: 625px;
    min-height: 150px; }
  .promo-tickets--aside .promo-tickets__image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin: 0; }
    .promo-tickets--aside .promo-tickets__image img {
      max-width: 500px; } }
.purchase-button, .purchase-button--inline {
  text-align: center;
  display: block;
  color: #444;
  max-width: 200px; }
  .purchase-button:hover, .purchase-button--inline:hover {
    text-decoration: none; }

.purchase-button__price {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border: 1px dotted #d7d7d7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.purchase-button__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 17px;
  background-color: #937847;
  line-height: 50px;
  color: #937847;
  display: block;
  color: #fff;
  text-decoration: none;
  margin-top: -1px;
  border-radius: 3px; }
  .purchase-button__label:hover {
    background: #a4864f; }

.purchase-button--inline {
  max-width: 320px; }
  .purchase-button--inline::after {
    clear: both;
    content: "";
    display: table; }
  .purchase-button--inline .purchase-button__label, .purchase-button--inline .purchase-button__price {
    width: 45%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: inherit;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 3px;
    margin-right: 5%; }
  .purchase-button--inline .purchase-button__label {
    border: 1px solid #937847; }

.section, .section--padded {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.section__title {
  font-size: 33px;
  font-size: 2.0625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@media screen and (min-width: 480px) {
  .section, .section--padded {
    height: 400px; }

  .section__title {
    font-size: 40px;
    font-size: 2.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 30%; } }
@media screen and (min-width: 1024px) {
  .section--padded {
    padding-top: 150px;
    padding-top: 9.375rem; }

  .section, .section--padded {
    height: 600px; }

  .section__title {
    font-size: 40px;
    font-size: 2.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 20%; } }
.semantic-icon span {
  display: none; }

.slider {
  background-color: #000;
  min-height: 300px;
  position: relative; }
  .slider.is-fixed-height {
    height: 600px; }
  .slider.is-small-fixed-height {
    height: 500px; }
  .slider .slider__hover {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0px;
    z-index: 4; }
  .slider .slider__container {
    position: relative;
    display: none; }
  .slider .slider__slide-body {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(/images/bg-v-small-gradient.png) repeat-x top center;
    padding: 70px 20px;
    text-align: center;
    text-shadow: 0 1px 6px #000;
    color: #fff;
    z-index: 3;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
    .slider .slider__slide-body.is-hidden {
      position: absolute;
      top: 0;
      right: 0px;
      bottom: -150px;
      left: 0px;
      opacity: 0;
      -webkit-transition: none;
      transition: none; }
  .slider .slider__slide-title {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    font-size: 27px;
    font-size: 1.6875rem;
    margin-bottom: 15px; }
    .slider .slider__slide-title a {
      color: #fff; }
      .slider .slider__slide-title a:after {
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle; }
  .slider .slider__slide-credits {
    margin-top: 30px;
    margin-top: 1.875rem;
    font-size: 12px;
    font-size: 0.75rem;
    color: white;
    color: rgba(255, 255, 255, 0.7); }
  .slider .slider__slide-content {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    padding: 0 20px;
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem; }
    .slider .slider__slide-content * {
      margin: 0; }
  .slider .slider__paginator {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 30px;
    left: 0px;
    text-align: center;
    z-index: 4; }
    .slider .slider__paginator a {
      border-radius: 50%;
      width: 13px;
      height: 13px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
      margin: 2px;
      overflow: hidden;
      text-indent: -100%;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.5);
      height: 1em;
      line-height: 1.5;
      overflow: hidden; }
      .slider .slider__paginator a::before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }
      .slider .slider__paginator a.current {
        background: #ed1c24; }
  .slider .slider__next, .slider .slider__prev {
    z-index: 9; }
    .slider .slider__next .semantic-icon, .slider .slider__prev .semantic-icon {
      display: inline-block; }
      .slider .slider__next .semantic-icon i:before, .slider .slider__prev .semantic-icon i:before {
        font-size: 4em;
        line-height: 40px;
        color: white;
        text-shadow: 0 0 8px black;
        display: inline-block; }
  .slider .slider__next {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 17px;
    left: 0; }
  .slider .slider__prev {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 17px;
    left: 30px; }

@media screen and (min-width: 768px) {
  .slider__next, .slider__prev {
    margin-top: -0.5em; }

  .slider__next {
    position: absolute;
    top: 50%;
    right: 25px;
    bottom: auto;
    left: auto; }

  .slider__prev {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 25px; } }
@media screen and (min-width: 1024px) {
  .slider__slide-body {
    padding: 150px 20px 30px; }

  .slider__paginator {
    position: absolute;
    top: auto;
    right: 30px;
    bottom: 30px;
    left: auto; } }
.space--bottom-1 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.padding--bottom-1 {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

.space--top-1 {
  margin-top: 15px;
  margin-top: 0.9375rem; }

.padding--top-1 {
  padding-top: 15px;
  padding-top: 0.9375rem; }

.space--both-1 {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.padding--both-1 {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

.space--bottom-2 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.padding--bottom-2 {
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }

.space--top-2 {
  margin-top: 30px;
  margin-top: 1.875rem; }

.padding--top-2 {
  padding-top: 30px;
  padding-top: 1.875rem; }

.space--both-2 {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.padding--both-2 {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem; }

.space--bottom-3 {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem; }

.padding--bottom-3 {
  padding-bottom: 45px;
  padding-bottom: 2.8125rem; }

.space--top-3 {
  margin-top: 45px;
  margin-top: 2.8125rem; }

.padding--top-3 {
  padding-top: 45px;
  padding-top: 2.8125rem; }

.space--both-3 {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem; }

.padding--both-3 {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem; }

.space--bottom-5 {
  margin-bottom: 75px;
  margin-bottom: 4.6875rem; }

.padding--bottom-5 {
  padding-bottom: 75px;
  padding-bottom: 4.6875rem; }

.space--top-5 {
  margin-top: 75px;
  margin-top: 4.6875rem; }

.padding--top-5 {
  padding-top: 75px;
  padding-top: 4.6875rem; }

.space--both-5 {
  margin-top: 75px;
  margin-top: 4.6875rem;
  margin-bottom: 75px;
  margin-bottom: 4.6875rem; }

.padding--both-5 {
  padding-top: 75px;
  padding-top: 4.6875rem;
  padding-bottom: 75px;
  padding-bottom: 4.6875rem; }

.space--bottom-8 {
  margin-bottom: 120px;
  margin-bottom: 7.5rem; }

.padding--bottom-8 {
  padding-bottom: 120px;
  padding-bottom: 7.5rem; }

.space--top-8 {
  margin-top: 120px;
  margin-top: 7.5rem; }

.padding--top-8 {
  padding-top: 120px;
  padding-top: 7.5rem; }

.space--both-8 {
  margin-top: 120px;
  margin-top: 7.5rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem; }

.padding--both-8 {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem; }

.tab-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-bottom: 1px solid #d7d7d7; }
  .tab-bar.sticked {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }

.tab-bar__item {
  color: #8E8E8E;
  display: inline-block;
  padding: 5px;
  cursor: pointer; }
  .tab-bar__item.is-active {
    border-bottom: 2px solid #937847;
    color: #937847; }

@media screen and (min-width: 480px) {
  .tab-bar__item {
    padding: 30px;
    padding: 1.875rem; } }
.tabs__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 0.7em;
  color: #937847;
  border: 1px solid #dddbdc;
  margin-right: -1px;
  background-color: white; }
  .tabs__item.is-selected {
    background-color: #937847;
    color: white; }

.tag {
  display: inline-block;
  vertical-align: 130%;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px 10px;
  border-radius: 3px;
  background-color: #937847;
  color: white;
  margin-left: 15px;
  margin-left: 0.9375rem; }

.video {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: black;
  text-align: center; }

.video__player {
  height: 100%;
  width: 100%; }

.video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5em; }
  .no-touch .video__play:hover {
    opacity: 1; }

@media screen and (min-width: 480px) {
  .video {
    height: 500px; } }
.virtual-tour {
  min-height: 700px; }

.widget {
  position: relative; }

.widget__map {
  width: 100%;
  height: 100%; }

.widget__title, .widget__title--with-border {
  font-weight: bold;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.widget__title--with-border {
  border-bottom: 1px solid #dddbdc;
  padding-bottom: 5px; }

.widget__heading {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.widget__heading__text, .widget__heading--small .widget__heading__text {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.2; }
  @media screen and (min-width: 1024px) {
    .widget__heading__text, .widget__heading--small .widget__heading__text {
      font-size: 27px;
      font-size: 1.6875rem; } }
  .widget__heading__text span, .widget__heading--small .widget__heading__text span {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer; }
    .widget__heading__text span:hover {
      opacity: 0.8; }

.widget__heading__link {
  color: #937847;
  text-decoration: none;
  display: inline-block; }

.widget__map {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  min-height: 200px; }

.widget__text--small {
  font-size: 12px;
  font-size: 0.75rem; }

.widget__image {
  display: inline-block; }
  .widget__image img {
    max-height: 150px; }

.widget__table {
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out; }
  .widget__table tr {
    border-bottom: 1px solid #dddbdc; }
    .widget__table tr:first-child {
      border-top: 1px solid #dddbdc; }
  .widget__table tr.widget__table__notes {
    border-color: transparent;
    text-align: right;
    font-size: 12px;
    font-size: 0.75rem; }
    .widget__table tr.widget__table__notes a {
      color: #937847; }
  .widget__table td, .widget__table th {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px; }
  .widget__table td.widget__table__title {
    text-transform: capitalize;
    font-size: 16px;
    font-size: 1rem; }
  .widget__table td.widget__table__action {
    text-align: right;
    padding-right: 10px; }

.widget__table--loading {
  -webkit-filter: blur(5px) grayscale(100%);
          filter: blur(5px) grayscale(100%); }

.widget__heading--small {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .widget__heading--small .widget__heading__text {
    font-size: 18px;
    font-size: 1.125rem; }

.wrap, .wrap--compact, .wrap--wide, .wrap--huge, .wrap--monitor {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .wrap::after, .wrap--compact::after, .wrap--wide::after, .wrap--huge::after, .wrap--monitor::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (max-width: 479px) {
  .wrap--on-eq-palm {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-eq-palm::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 480px) {
  .wrap--on-tab {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-tab::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .wrap--on-eq-tab {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-eq-tab::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (max-width: 767px) {
  .wrap--on-lte-tab {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-lte-tab::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 768px) {
  .wrap--on-lap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-lap::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 768px) and (max-width: 819px) {
  .wrap--on-eq-lap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-eq-lap::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (max-width: 819px) {
  .wrap--on-lte-lap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-lte-lap::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 820px) {
  .wrap--on-lap_larger {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-lap_larger::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 820px) and (max-width: 1023px) {
  .wrap--on-eq-lap_larger {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-eq-lap_larger::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (max-width: 1023px) {
  .wrap--on-lte-lap_larger {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-lte-lap_larger::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 1024px) {
  .wrap--on-desk {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-desk::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 1024px) and (max-width: 1099px) {
  .wrap--on-eq-desk {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-eq-desk::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (max-width: 1099px) {
  .wrap--on-lte-desk {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-lte-desk::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 1100px) {
  .wrap--on-desk_wall {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-desk_wall::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .wrap--on-eq-desk_wall {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-eq-desk_wall::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (max-width: 1199px) {
  .wrap--on-lte-desk_wall {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-lte-desk_wall::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 1200px) {
  .wrap--on-1200 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-1200::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .wrap--on-eq-1200 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-eq-1200::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (max-width: 1399px) {
  .wrap--on-lte-1200 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-lte-1200::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 1400px) {
  .wrap--on-wall {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-wall::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 1400px) and (max-width: 1919px) {
  .wrap--on-eq-wall {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-eq-wall::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (max-width: 1919px) {
  .wrap--on-lte-wall {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-lte-wall::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 1920px) {
  .wrap--on-cinema {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .wrap--on-cinema::after {
      clear: both;
      content: "";
      display: table; } }

.wrap--compact {
  padding-left: 15px;
  padding-right: 15px; }

.wrap--wide {
  max-width: 1500px; }

.wrap--huge {
  max-width: 1920px; }

.wrap--monitor {
  max-width: 97%; }

.admin-area__nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  padding: 30px;
  padding: 1.875rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eef4ec;
  overflow: auto; }

.admin-area__nav-item:hover {
  text-decoration: underline; }

.admin-area__body {
  padding-left: 250px; }

.admin-area__nav-group {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.admin-area__nav-group__title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  color: #937847;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.image-field {
  display: table; }

.image-field__preview {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px; }
  .image-field__preview img {
    display: block; }
  .image-field__preview.is-empty {
    padding-right: 0; }

.image-field__input {
  display: table-cell;
  vertical-align: middle; }

.admin-index-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  padding: 1px;
  border: 1px solid #dddbdc;
  table-layout: auto; }
  .admin-index-table th, .admin-index-table td {
    text-align: left;
    padding: 15px; }
    .admin-index-table th.actions, .admin-index-table td.actions {
      text-align: right; }
      .admin-index-table th.actions a:hover, .admin-index-table td.actions a:hover {
        text-decoration: underline; }
      .admin-index-table th.actions a[role=destroy], .admin-index-table td.actions a[role=destroy] {
        color: #c42e3f; }
  .admin-index-table th {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #937847;
    color: white; }
  .admin-index-table tr.is-odd {
    background-color: #eef4ec; }

.island {
  min-height: 100vh;
  background-color: #226956;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.island__wrap {
  width: 500px;
  margin: 0 auto;
  text-align: center; }

.island__site-name {
  margin: 0 auto;
  width: 180px !important;
  margin-top: 30px;
  margin-top: 1.875rem; }

.island__title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 33px;
  font-size: 2.0625rem; }

.island__description {
  margin-top: 15px;
  margin-top: 0.9375rem; }

.island__content {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 45px;
  padding: 2.8125rem; }
  .island__content .form {
    margin-top: 45px;
    margin-top: 2.8125rem; }
  .island__content .form__field {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .island__content input {
    text-align: center; }

.island__alternatives {
  color: white;
  margin-top: 30px;
  margin-top: 1.875rem; }

.island__alternative {
  color: white;
  display: inline-block; }
  .island__alternative a {
    color: white;
    text-decoration: none; }
    .island__alternative a:hover {
      border-bottom: 1px solid white;
      margin-bottom: 3px; }
  .island__alternative:before {
    content: " • "; }
  .island__alternative:first-child:before {
    display: none; }

.island__button {
  margin-top: 30px;
  margin-top: 1.875rem; }

.island__tos {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 30px;
  margin-right: 30px; }

.admin-tabs__tab {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 8px 15px;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #777;
  border: 1px solid #dddbdc;
  border-bottom-width: 0; }
  .admin-tabs__tab.is-selected {
    background-color: #937847;
    color: white;
    border-color: #937847; }
  .admin-tabs__tab.has-errors {
    color: #c42e3f;
    border-bottom: 2px solid #c42e3f; }
    .admin-tabs__tab.has-errors:after {
      content: "*"; }

.admin-tabs__body {
  border: 1px solid #dddbdc;
  padding: 30px;
  padding: 1.875rem; }

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

@media screen and (min-width: 1400px) {
  .align-left--on-wall {
    text-align: left; } }

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

@media screen and (min-width: 1400px) {
  .align-center--on-wall {
    text-align: center; } }

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

@media screen and (min-width: 1400px) {
  .align-right--on-wall {
    text-align: right; } }

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.center--v {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.center--h {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.dialog {
  display: none; }
  .dialog.is-active {
    display: block; }

.dialog:before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8); }

.dialog__frame {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 540px;
  max-height: 90%;
  z-index: 1002;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  overflow-y: auto; }

.dialog__body {
  padding: 30px;
  padding: 1.875rem; }

.dialog__close {
  position: absolute;
  padding: 30px;
  padding: 1.875rem;
  top: 0;
  right: 0; }

.flash, .flash--notice, .flash--alert {
  text-align: center;
  border: 1px solid #d7d7d7;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  padding: 15px;
  padding: 0.9375rem; }

.flash--notice {
  border-color: #1e9769;
  color: #1e9769; }
  .flash--notice:before {
    margin-right: 0.5em; }

.flash--alert {
  border-color: #c42e3f;
  color: #c42e3f; }
  .flash--alert:before {
    margin-right: 0.5em; }

.hidden {
  display: none; }

@media screen and (max-width: 479px) {
  .hidden--on-eq-palm {
    display: none; } }

@media screen and (min-width: 480px) {
  .hidden--on-tab {
    display: none; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .hidden--on-eq-tab {
    display: none; } }

@media screen and (max-width: 767px) {
  .hidden--on-lte-tab {
    display: none; } }

@media screen and (min-width: 768px) {
  .hidden--on-lap {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 819px) {
  .hidden--on-eq-lap {
    display: none; } }

@media screen and (max-width: 819px) {
  .hidden--on-lte-lap {
    display: none; } }

@media screen and (min-width: 820px) {
  .hidden--on-lap_larger {
    display: none; } }

@media screen and (min-width: 820px) and (max-width: 1023px) {
  .hidden--on-eq-lap_larger {
    display: none; } }

@media screen and (max-width: 1023px) {
  .hidden--on-lte-lap_larger {
    display: none; } }

@media screen and (min-width: 1024px) {
  .hidden--on-desk {
    display: none; } }

@media screen and (min-width: 1024px) and (max-width: 1099px) {
  .hidden--on-eq-desk {
    display: none; } }

@media screen and (max-width: 1099px) {
  .hidden--on-lte-desk {
    display: none; } }

@media screen and (min-width: 1100px) {
  .hidden--on-desk_wall {
    display: none; } }

@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .hidden--on-eq-desk_wall {
    display: none; } }

@media screen and (max-width: 1199px) {
  .hidden--on-lte-desk_wall {
    display: none; } }

@media screen and (min-width: 1200px) {
  .hidden--on-1200 {
    display: none; } }

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .hidden--on-eq-1200 {
    display: none; } }

@media screen and (max-width: 1399px) {
  .hidden--on-lte-1200 {
    display: none; } }

@media screen and (min-width: 1400px) {
  .hidden--on-wall {
    display: none; } }

@media screen and (min-width: 1400px) and (max-width: 1919px) {
  .hidden--on-eq-wall {
    display: none; } }

@media screen and (max-width: 1919px) {
  .hidden--on-lte-wall {
    display: none; } }

@media screen and (min-width: 1920px) {
  .hidden--on-cinema {
    display: none; } }

.input, .input--radio, .input--checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .input input, .input--radio input, .input--checkbox input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    .input input:focus ~ .input__label:before, .input--radio input:focus ~ .input__label:before, .input--checkbox input:focus ~ .input__label:before {
      color: #444; }
    .input input:active ~ .input__label:before, .input--radio input:active ~ .input__label:before, .input--checkbox input:active ~ .input__label:before {
      color: #444; }
    .input input[disabled] ~ .input__label:before, .input--radio input[disabled] ~ .input__label:before, .input--checkbox input[disabled] ~ .input__label:before {
      opacity: 0.5; }

.input__label:before {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 0.5em;
  font-size: 1.2em;
  color: #444;
  vertical-align: middle;
  font-family: "icons";
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.input--checkbox .input__label:before {
  content: ""; }
.input--checkbox input:checked ~ .input__label:before {
  content: ""; }

.input--radio .input__label:before {
  content: ""; }
.input--radio input:checked ~ .input__label:before {
  content: ""; }

.or {
  display: table;
  width: 100%;
  table-layout: fixed; }

.or__item {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .or__item:first-child {
    text-align: left; }
  .or__item:last-child {
    text-align: right; }

.sprite, .sprite--script {
  background-image: url(/assets/sprites-1x-6f6ac02ff93638bd990e57ba89e6106ccd498d91773456270fe97c186dd0d824.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 1em;
  line-height: 1.5;
  overflow: hidden; }
  .sprite::before, .sprite--script::before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .sprite, .sprite--script {
      background-image: url(/assets/sprites-2x-c81e9625a3a2af43e40de2aaef6e4308bbd6ab7d74f779c33f93ef82bffc68cf.png); } }

.sprite--script {
  background-position: 0% 0%;
  background-size: 100% auto;
  height: 77px;
  width: 194px; }

.sprite--center {
  display: block;
  margin: 0 auto; }

.table, .formatted-content table {
  width: 100%;
  table-layout: fixed;
  background-color: white; }
  .table td, .formatted-content table td, .table th, .formatted-content table th {
    text-align: left;
    padding: 15px;
    padding: 0.9375rem; }
  .table th, .formatted-content table th {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    font-variant: small-caps;
    text-transform: uppercase;
    border-bottom: 1px solid #d7d7d7; }
  .table tr:nth-child(2n), .formatted-content table tr:nth-child(2n) {
    background-color: #eef4ec; }

@media screen and (max-width: 819px) {
  .table, .formatted-content table {
    display: block;
    border-bottom-width: 0; }
    .table thead, .formatted-content table thead, .table tbody, .formatted-content table tbody, .table th, .formatted-content table th, .table td, .formatted-content table td, .table tr, .formatted-content table tr {
      display: block; }
    .table thead, .formatted-content table thead {
      background-color: transparent;
      border-width: 0; }
      .table thead tr, .formatted-content table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px; }
    .table tr, .formatted-content table tr {
      display: block;
      border: 1px solid #d7d7d7;
      margin-bottom: 15px;
      margin-bottom: 0.9375rem; }
    .table td, .formatted-content table td {
      border-bottom: 1px solid #d7d7d7;
      white-space: normal;
      text-align: left; }
      .table td:last-child, .formatted-content table td:last-child {
        border-bottom-width: 0; }
      .table td:before, .formatted-content table td:before {
        color: #777;
        font-size: 12px;
        font-size: 0.75rem;
        content: attr(data-title);
        font-variant: small-caps;
        text-transform: uppercase;
        display: block; } }
@media screen and (min-width: 480px) {
  .visible--on-eq-palm {
    display: none; } }

@media screen and (max-width: 479px) {
  .visible--on-tab {
    display: none; } }

@media screen and (min-width: 768px), screen and (max-width: 479px) {
  .visible--on-eq-tab {
    display: none; } }

@media screen and (min-width: 768px) {
  .visible--on-lte-tab {
    display: none; } }

@media screen and (max-width: 767px) {
  .visible--on-lap {
    display: none; } }

@media screen and (min-width: 820px), screen and (max-width: 767px) {
  .visible--on-eq-lap {
    display: none; } }

@media screen and (min-width: 820px) {
  .visible--on-lte-lap {
    display: none; } }

@media screen and (max-width: 819px) {
  .visible--on-lap_larger {
    display: none; } }

@media screen and (min-width: 1024px), screen and (max-width: 819px) {
  .visible--on-eq-lap_larger {
    display: none; } }

@media screen and (min-width: 1024px) {
  .visible--on-lte-lap_larger {
    display: none; } }

@media screen and (max-width: 1023px) {
  .visible--on-desk {
    display: none; } }

@media screen and (min-width: 1100px), screen and (max-width: 1023px) {
  .visible--on-eq-desk {
    display: none; } }

@media screen and (min-width: 1100px) {
  .visible--on-lte-desk {
    display: none; } }

@media screen and (max-width: 1099px) {
  .visible--on-desk_wall {
    display: none; } }

@media screen and (min-width: 1200px), screen and (max-width: 1099px) {
  .visible--on-eq-desk_wall {
    display: none; } }

@media screen and (min-width: 1200px) {
  .visible--on-lte-desk_wall {
    display: none; } }

@media screen and (max-width: 1199px) {
  .visible--on-1200 {
    display: none; } }

@media screen and (min-width: 1400px), screen and (max-width: 1199px) {
  .visible--on-eq-1200 {
    display: none; } }

@media screen and (min-width: 1400px) {
  .visible--on-lte-1200 {
    display: none; } }

@media screen and (max-width: 1399px) {
  .visible--on-wall {
    display: none; } }

@media screen and (min-width: 1920px), screen and (max-width: 1399px) {
  .visible--on-eq-wall {
    display: none; } }

@media screen and (min-width: 1920px) {
  .visible--on-lte-wall {
    display: none; } }

@media screen and (max-width: 1919px) {
  .visible--on-cinema {
    display: none; } }

.chapel__item {
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  opacity: 1; }

.chapel__item.transparent {
  opacity: 0; }

@media screen and (max-width: 1123px) {
  .dome__header {
    background-image: "/images/header-dome-bookings.jpg";
    height: 117px;
    width: 100%;
    background-size: cover;
    position: relative; }

  .dome--left {
    padding-right: 60px;
    padding-right: 3.75rem;
    display: inline-block;
    width: 45%; }

  .dome--right {
    margin-left: 60px;
    margin-left: 3.75rem;
    display: inline-block;
    width: 51%;
    vertical-align: top; }

  .dome--left {
    border-right: 1px solid black;
    min-height: 620px; }

  .dome__header__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .dome__title {
    font-size: 45px;
    font-weight: 300;
    padding-bottom: 12px;
    color: white; }

  .dome__hour {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    text-align: center; }

  .dome__body__title {
    font-weight: bold; }

  .dome__body__title--day {
    font-weight: 400;
    padding-left: 30px;
    padding-left: 1.875rem;
    font-size: 27px; }

  .dome__table__slot__text {
    float: left;
    font-weight: 200; }

  .dome__table .dome__table__row, .dome__table .dome__table__row--big {
    padding-top: 4.5px;
    padding-top: 0.28125rem;
    padding-bottom: 4.5px;
    padding-bottom: 0.28125rem;
    font-weight: 400;
    font-size: 19.2px;
    line-height: 36px;
    border-bottom: 1px solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .dome__table .dome__table__row:last-child, .dome__table .dome__table__row--big:last-child {
      border-bottom: none; }
    .dome__table .dome__table__row .dome__table__time, .dome__table .dome__table__row--big .dome__table__time {
      font-size: 24px; }
    .dome__table .dome__table__row .dome__table__slot, .dome__table .dome__table__row--big .dome__table__slot {
      font-weight: 300; }
      .dome__table .dome__table__row .dome__table__slot .dome__table__quantity, .dome__table .dome__table__row--big .dome__table__slot .dome__table__quantity {
        color: #937847;
        float: right;
        font-size: 30px;
        color: #937847;
        margin-left: 12px; }
    .dome__table .dome__table__row .or__item:last-child, .dome__table .dome__table__row--big .or__item:last-child {
      width: 340px; }
  .dome__table .dome__table__row--big {
    padding-top: 18px;
    padding-top: 1.125rem;
    padding-bottom: 18px;
    padding-bottom: 1.125rem; }
    .dome__table .dome__table__row--big .dome__table__time {
      font-size: 24px; }

  .dome__table--title {
    font-size: 10.8px;
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
    font-weight: 800; }

  .dome__places-left {
    margin-right: 36px;
    margin-right: 2.25rem;
    text-align: center; }
    .dome__places-left .dome__places-left--number {
      color: #937847;
      font-size: 51px;
      line-height: 51px;
      text-align: center;
      margin-right: 24px; }
    .dome__places-left .dome__places-left--text {
      font-size: 24px;
      font-weight: 200;
      text-align: left;
      display: inline-block;
      line-height: 24px;
      vertical-align: bottom; }

  .dome__no-places-left {
    text-align: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem; }
    .dome__no-places-left .dome__no-places-left--number {
      color: #937847;
      font-size: 36px;
      line-height: 36px;
      text-align: center;
      margin-right: 30px;
      margin-right: 1.875rem;
      display: inline-block; }
    .dome__no-places-left .dome__no-places-left--text {
      font-size: 21px;
      line-height: 21px;
      font-weight: 200;
      text-align: left;
      display: inline-block;
      vertical-align: super; }

  .dome__body__tomorrow {
    margin-top: 72px;
    margin-top: 4.5rem;
    font-size: 30px;
    font-weight: 200;
    color: #919191; }

  .dome__marquee {
    margin-top: 36px;
    margin-top: 2.25rem;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    line-height: 36px; }

  .dome__alert {
    text-align: center;
    font-size: 144px; }

  .dome__alert__title {
    border: 5px solid #c42e3f;
    border-radius: 5px; }

  .dome__alert__subtitle {
    text-decoration: underline; }

  .faded-edge {
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 100%; }

  .faded-edge--left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    left: 0; }

  .faded-edge--right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    right: 0; }

  .dome__row--last .dome__table__row {
    border-bottom: none; }

  #dome, #timetables {
    position: absolute;
    width: 100%; } }
@media screen and (min-width: 1124px) {
  .dome__header {
    background-image: "/images/header-dome-bookings.jpg";
    height: 234px;
    width: 100%;
    background-size: cover;
    position: relative; }

  .dome--left {
    padding-right: 60px;
    padding-right: 3.75rem;
    display: inline-block;
    width: 45%; }

  .dome--right {
    margin-left: 60px;
    margin-left: 3.75rem;
    display: inline-block;
    width: 51%;
    vertical-align: top; }

  .dome--left {
    border-right: 1px solid black;
    min-height: 620px; }

  .dome__header__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .dome__title {
    font-size: 90px;
    font-weight: 300;
    padding-bottom: 20px;
    color: white; }

  .dome__hour {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    text-align: center; }

  .dome__body__title {
    font-weight: bold; }

  .dome__body__title--day {
    font-weight: 400;
    padding-left: 30px;
    padding-left: 1.875rem;
    font-size: 54px; }

  .dome__table__slot__text {
    float: left;
    font-weight: 200; }

  .dome__table .dome__table__row, .dome__table .dome__table__row--big {
    padding-top: 7.5px;
    padding-top: 0.46875rem;
    padding-bottom: 7.5px;
    padding-bottom: 0.46875rem;
    font-weight: 400;
    font-size: 38.4px;
    line-height: 72px;
    border-bottom: 1px solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .dome__table .dome__table__row:last-child, .dome__table .dome__table__row--big:last-child {
      border-bottom: none; }
    .dome__table .dome__table__row .dome__table__time, .dome__table .dome__table__row--big .dome__table__time {
      font-size: 48px; }
    .dome__table .dome__table__row .dome__table__slot, .dome__table .dome__table__row--big .dome__table__slot {
      font-weight: 300; }
      .dome__table .dome__table__row .dome__table__slot .dome__table__quantity, .dome__table .dome__table__row--big .dome__table__slot .dome__table__quantity {
        color: #937847;
        float: right;
        font-size: 60px;
        color: #937847;
        margin-left: 12px; }
    .dome__table .dome__table__row .or__item:last-child, .dome__table .dome__table__row--big .or__item:last-child {
      width: 340px; }
  .dome__table .dome__table__row--big {
    padding-top: 18px;
    padding-top: 1.125rem;
    padding-bottom: 18px;
    padding-bottom: 1.125rem; }
    .dome__table .dome__table__row--big .dome__table__time {
      font-size: 48px; }

  .dome__table--title {
    font-size: 21.6px;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    font-weight: 800; }

  .dome__places-left {
    margin-right: 60px;
    margin-right: 3.75rem;
    text-align: center; }
    .dome__places-left .dome__places-left--number {
      color: #937847;
      font-size: 102px;
      line-height: 102px;
      text-align: center;
      margin-right: 24px; }
    .dome__places-left .dome__places-left--text {
      font-size: 48px;
      font-weight: 200;
      text-align: left;
      display: inline-block;
      line-height: 48px;
      vertical-align: bottom; }

  .dome__no-places-left {
    text-align: left;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem; }
    .dome__no-places-left .dome__no-places-left--number {
      color: #937847;
      font-size: 72px;
      line-height: 72px;
      text-align: center;
      margin-right: 30px;
      margin-right: 1.875rem;
      display: inline-block; }
    .dome__no-places-left .dome__no-places-left--text {
      font-size: 42px;
      line-height: 42px;
      font-weight: 200;
      text-align: left;
      display: inline-block;
      vertical-align: super; }

  .dome__body__tomorrow {
    margin-top: 120px;
    margin-top: 7.5rem;
    font-size: 60px;
    font-weight: 200;
    color: #919191; }

  .dome__marquee {
    margin-top: 60px;
    margin-top: 3.75rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    font-size: 60px;
    font-weight: 300;
    position: relative;
    line-height: 72px; }

  .dome__alert {
    text-align: center;
    font-size: 144px; }

  .dome__alert__title {
    border: 5px solid #c42e3f;
    border-radius: 5px; }

  .dome__alert__subtitle {
    text-decoration: underline; }

  .faded-edge {
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 100%; }

  .faded-edge--left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    left: 0; }

  .faded-edge--right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    right: 0; }

  .dome__row--last .dome__table__row {
    border-bottom: none; }

  #dome, #timetables {
    position: absolute;
    width: 100%; } }
@media screen and (max-width: 1123px) {
  .monitor__header {
    background-image: "/images/header-dome-bookings.jpg";
    height: 117px;
    width: 100%;
    background-size: cover;
    position: relative; }

  .monitor__header__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .monitor__title {
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 12px;
    color: white; }

  .monitor__hour {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    text-align: center; }

  .monitor__table__slot__text {
    float: left;
    font-weight: 200; }

  .monitor__table .monitor__table__row {
    padding-top: 9px;
    padding-top: 0.5625rem;
    padding-bottom: 9px;
    padding-bottom: 0.5625rem;
    padding-right: 18px;
    padding-right: 1.125rem;
    font-weight: 400;
    font-size: 19.2px;
    line-height: 36px; }
    .monitor__table .monitor__table__row:nth-child(2n - 1) {
      background-color: rgba(147, 120, 71, 0.2); }
    .monitor__table .monitor__table__row .monitor__table__time {
      font-size: 30px; }
    .monitor__table .monitor__table__row .monitor__table__slot {
      font-weight: 300; }
      .monitor__table .monitor__table__row .monitor__table__slot .monitor__table__quantity {
        color: #937847;
        float: right;
        font-weight: bold;
        font-size: 45px; }

  .monitor__body--timetables .monitor__table__monument {
    font-size: 30px; }
  .monitor__body--timetables .monitor__table {
    width: 100%; }
    .monitor__body--timetables .monitor__table .monitor__table__time {
      font-weight: 200;
      color: #937847;
      text-align: right; }
    .monitor__body--timetables .monitor__table .or__item {
      vertical-align: top; }
    .monitor__body--timetables .monitor__table .monitor__table__row--left,
    .monitor__body--timetables .monitor__table .monitor__table__row--right {
      padding-top: 18px;
      padding-top: 1.125rem;
      padding-bottom: 18px;
      padding-bottom: 1.125rem;
      border-bottom: 1px solid #777; }
      .monitor__body--timetables .monitor__table .monitor__table__row--left:nth-child(2n - 1),
      .monitor__body--timetables .monitor__table .monitor__table__row--right:nth-child(2n - 1) {
        background-color: #ffffff; }
      .monitor__body--timetables .monitor__table .monitor__table__row--left:last-child,
      .monitor__body--timetables .monitor__table .monitor__table__row--right:last-child {
        border-bottom: none; }
    .monitor__body--timetables .monitor__table .monitor__table__row--right {
      padding-left: 0; }

  .monitor__table--title {
    font-size: 10.8px;
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
    font-weight: 800; }

  .monitor__places-left {
    margin-right: 36px;
    margin-right: 2.25rem;
    text-align: center; }
    .monitor__places-left .monitor__places-left--number {
      color: #937847;
      font-size: 114px;
      line-height: 120px;
      font-weight: bold;
      text-align: center; }
    .monitor__places-left .monitor__places-left--text {
      font-size: 19.5px;
      font-weight: 200;
      text-align: center; }

  .monitor__body__tomorrow {
    margin-top: 72px;
    margin-top: 4.5rem;
    font-size: 30px;
    font-weight: 200;
    color: #919191; }

  .monitor__marquee {
    margin-top: 36px;
    margin-top: 2.25rem;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    line-height: 36px; }

  .faded-edge {
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 100%; }

  .faded-edge--left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    left: 0; }

  .faded-edge--right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    right: 0; }

  .monitor__row--last .monitor__table__row {
    border-bottom: none; }

  #dome, #timetables {
    position: absolute;
    width: 100%; } }
@media screen and (min-width: 1124px) {
  .monitor__header {
    background-image: "/images/header-dome-bookings.jpg";
    height: 234px;
    width: 100%;
    background-size: cover;
    position: relative; }

  .monitor__header__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .monitor__title {
    font-size: 72px;
    font-weight: 300;
    padding-bottom: 20px;
    color: white; }

  .monitor__hour {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    text-align: center; }

  .monitor__table__slot__text {
    float: left;
    font-weight: 200; }

  .monitor__table .monitor__table__row {
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    font-weight: 400;
    font-size: 38.4px;
    line-height: 72px; }
    .monitor__table .monitor__table__row:nth-child(2n - 1) {
      background-color: rgba(147, 120, 71, 0.2); }
    .monitor__table .monitor__table__row .monitor__table__time {
      font-size: 60px; }
    .monitor__table .monitor__table__row .monitor__table__slot {
      font-weight: 300; }
      .monitor__table .monitor__table__row .monitor__table__slot .monitor__table__quantity {
        color: #937847;
        float: right;
        font-weight: bold;
        font-size: 90px; }

  .monitor__body--timetables .monitor__table__monument {
    font-size: 60px; }
  .monitor__body--timetables .monitor__table {
    width: 100%; }
    .monitor__body--timetables .monitor__table .monitor__table__time {
      font-weight: 200;
      color: #937847;
      text-align: right; }
    .monitor__body--timetables .monitor__table .or__item {
      vertical-align: top; }
    .monitor__body--timetables .monitor__table .monitor__table__row--left,
    .monitor__body--timetables .monitor__table .monitor__table__row--right {
      padding-top: 30px;
      padding-top: 1.875rem;
      padding-bottom: 30px;
      padding-bottom: 1.875rem;
      border-bottom: 1px solid #777; }
      .monitor__body--timetables .monitor__table .monitor__table__row--left:nth-child(2n - 1),
      .monitor__body--timetables .monitor__table .monitor__table__row--right:nth-child(2n - 1) {
        background-color: #ffffff; }
      .monitor__body--timetables .monitor__table .monitor__table__row--left:last-child,
      .monitor__body--timetables .monitor__table .monitor__table__row--right:last-child {
        border-bottom: none; }
    .monitor__body--timetables .monitor__table .monitor__table__row--right {
      padding-left: 0; }

  .monitor__table--title {
    font-size: 21.6px;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    font-weight: 800; }

  .monitor__places-left {
    margin-right: 60px;
    margin-right: 3.75rem;
    text-align: center; }
    .monitor__places-left .monitor__places-left--number {
      color: #937847;
      font-size: 228px;
      line-height: 240px;
      font-weight: bold;
      text-align: center; }
    .monitor__places-left .monitor__places-left--text {
      font-size: 39px;
      font-weight: 200;
      text-align: center; }

  .monitor__body__tomorrow {
    margin-top: 120px;
    margin-top: 7.5rem;
    font-size: 60px;
    font-weight: 200;
    color: #919191; }

  .monitor__marquee {
    margin-top: 60px;
    margin-top: 3.75rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    font-size: 60px;
    font-weight: 300;
    position: relative;
    line-height: 72px; }

  .faded-edge {
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 100%; }

  .faded-edge--left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    left: 0; }

  .faded-edge--right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    right: 0; }

  .monitor__row--last .monitor__table__row {
    border-bottom: none; }

  #dome, #timetables {
    position: absolute;
    width: 100%; } }
@media screen and (max-width: 1123px) {
  .timetable__header {
    background-image: "/images/header-dome-bookings.jpg";
    height: 117px;
    width: 100%;
    background-size: cover;
    position: relative; }

  .timetable__header__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .timetable__title {
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 12px;
    color: white; }

  .timetable__hour {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    text-align: center; }

  .timetable__table__slot__text {
    float: left;
    font-weight: 200; }

  .timetable__table .timetable__table__row {
    padding-top: 9px;
    padding-top: 0.5625rem;
    padding-bottom: 9px;
    padding-bottom: 0.5625rem;
    padding-right: 18px;
    padding-right: 1.125rem;
    font-weight: 400;
    font-size: 19.2px;
    line-height: 36px; }
    .timetable__table .timetable__table__row:nth-child(2n - 1) {
      background-color: rgba(147, 120, 71, 0.2); }
    .timetable__table .timetable__table__row .timetable__table__time {
      font-size: 30px; }
    .timetable__table .timetable__table__row .timetable__table__slot {
      font-weight: 300; }
      .timetable__table .timetable__table__row .timetable__table__slot .timetable__table__quantity {
        color: #937847;
        float: right;
        font-weight: bold;
        font-size: 45px; }

  .timetable__body--timetables .timetable__table__monument {
    font-size: 30px; }
  .timetable__body--timetables .timetable--left {
    padding-right: 60px;
    padding-right: 3.75rem;
    display: inline-block;
    width: 50%; }
  .timetable__body--timetables .timetable--right {
    margin-left: 60px;
    margin-left: 3.75rem;
    display: inline-block;
    width: 46%;
    vertical-align: top; }
  .timetable__body--timetables .timetable--left {
    border-right: 1px solid black;
    min-height: 450px; }
  .timetable__body--timetables .timetable__table {
    width: 100%;
    text-align: center; }
    .timetable__body--timetables .timetable__table .timetable__table__time {
      font-weight: 200;
      color: #937847;
      text-align: right; }
    .timetable__body--timetables .timetable__table .or__item {
      vertical-align: top; }
    .timetable__body--timetables .timetable__table .timetable__table__row {
      padding-top: 18px;
      padding-top: 1.125rem;
      padding-bottom: 18px;
      padding-bottom: 1.125rem;
      padding-left: 0px;
      padding-left: 0rem;
      padding-right: 0px;
      padding-right: 0rem;
      border-bottom: 1px solid #777;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: top;
          -ms-flex-align: top;
              align-items: top; }
      .timetable__body--timetables .timetable__table .timetable__table__row:nth-child(2n - 1) {
        background-color: #ffffff; }
      .timetable__body--timetables .timetable__table .timetable__table__row:last-child {
        border-bottom: none; }

  .timetable__bottom-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .timetable__bottom-icons li {
      margin-right: 45px;
      margin-right: 2.8125rem; }
      .timetable__bottom-icons li:last-child {
        margin-right: 0px;
        margin-right: 0rem;
        font-size: 33px;
        font-size: 2.0625rem;
        font-weight: bold;
        color: red; }
      .timetable__bottom-icons li img {
        width: 120px; }

  .timetable__table--title {
    font-size: 10.8px;
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
    font-weight: 800; }

  .timetable__places-left {
    margin-right: 36px;
    margin-right: 2.25rem;
    text-align: center; }
    .timetable__places-left .timetable__places-left--number {
      color: #937847;
      font-size: 114px;
      line-height: 120px;
      font-weight: bold;
      text-align: center; }
    .timetable__places-left .timetable__places-left--text {
      font-size: 19.5px;
      font-weight: 200;
      text-align: center; }

  .timetable__body__tomorrow {
    margin-top: 72px;
    margin-top: 4.5rem;
    font-size: 30px;
    font-weight: 200;
    color: #919191; }

  .timetable__marquee {
    margin-top: 36px;
    margin-top: 2.25rem;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    line-height: 36px; }

  .faded-edge {
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 100%; }

  .faded-edge--left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    left: 0; }

  .faded-edge--right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    right: 0; }

  .timetable__row--last .timetable__table__row {
    border-bottom: none; }

  #dome, #timetables {
    position: absolute;
    width: 100%; } }
@media screen and (min-width: 1124px) {
  .timetable__header {
    background-image: "/images/header-dome-bookings.jpg";
    height: 234px;
    width: 100%;
    background-size: cover;
    position: relative; }

  .timetable__header__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .timetable__title {
    font-size: 120px;
    font-weight: 300;
    padding-bottom: 20px;
    color: white; }

  .timetable__hour {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    text-align: center; }

  .timetable__table__slot__text {
    float: left;
    font-weight: 200; }

  .timetable__table .timetable__table__row {
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    font-weight: 400;
    font-size: 38.4px;
    line-height: 72px; }
    .timetable__table .timetable__table__row:nth-child(2n - 1) {
      background-color: rgba(147, 120, 71, 0.2); }
    .timetable__table .timetable__table__row .timetable__table__time {
      font-size: 60px; }
    .timetable__table .timetable__table__row .timetable__table__slot {
      font-weight: 300; }
      .timetable__table .timetable__table__row .timetable__table__slot .timetable__table__quantity {
        color: #937847;
        float: right;
        font-weight: bold;
        font-size: 90px; }

  .timetable__body--timetables .timetable__table__monument {
    font-size: 60px; }
  .timetable__body--timetables .timetable--left {
    padding-right: 60px;
    padding-right: 3.75rem;
    display: inline-block;
    width: 50%; }
  .timetable__body--timetables .timetable--right {
    margin-left: 60px;
    margin-left: 3.75rem;
    display: inline-block;
    width: 46%;
    vertical-align: top; }
  .timetable__body--timetables .timetable--left {
    border-right: 1px solid black;
    min-height: 450px; }
  .timetable__body--timetables .timetable__table {
    width: 100%;
    text-align: center; }
    .timetable__body--timetables .timetable__table .timetable__table__time {
      font-weight: 200;
      color: #937847;
      text-align: right; }
    .timetable__body--timetables .timetable__table .or__item {
      vertical-align: top; }
    .timetable__body--timetables .timetable__table .timetable__table__row {
      padding-top: 30px;
      padding-top: 1.875rem;
      padding-bottom: 30px;
      padding-bottom: 1.875rem;
      padding-left: 0px;
      padding-left: 0rem;
      padding-right: 0px;
      padding-right: 0rem;
      border-bottom: 1px solid #777;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: top;
          -ms-flex-align: top;
              align-items: top; }
      .timetable__body--timetables .timetable__table .timetable__table__row:nth-child(2n - 1) {
        background-color: #ffffff; }
      .timetable__body--timetables .timetable__table .timetable__table__row:last-child {
        border-bottom: none; }

  .timetable__bottom-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .timetable__bottom-icons li {
      margin-right: 45px;
      margin-right: 2.8125rem; }
      .timetable__bottom-icons li:last-child {
        margin-right: 0px;
        margin-right: 0rem;
        font-size: 33px;
        font-size: 2.0625rem;
        font-weight: bold;
        color: red; }
      .timetable__bottom-icons li img {
        width: 120px; }

  .timetable__table--title {
    font-size: 21.6px;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    font-weight: 800; }

  .timetable__places-left {
    margin-right: 60px;
    margin-right: 3.75rem;
    text-align: center; }
    .timetable__places-left .timetable__places-left--number {
      color: #937847;
      font-size: 228px;
      line-height: 240px;
      font-weight: bold;
      text-align: center; }
    .timetable__places-left .timetable__places-left--text {
      font-size: 39px;
      font-weight: 200;
      text-align: center; }

  .timetable__body__tomorrow {
    margin-top: 120px;
    margin-top: 7.5rem;
    font-size: 60px;
    font-weight: 200;
    color: #919191; }

  .timetable__marquee {
    margin-top: 60px;
    margin-top: 3.75rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    font-size: 60px;
    font-weight: 300;
    position: relative;
    line-height: 72px; }

  .faded-edge {
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 100%; }

  .faded-edge--left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    left: 0; }

  .faded-edge--right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    right: 0; }

  .timetable__row--last .timetable__table__row {
    border-bottom: none; }

  #dome, #timetables {
    position: absolute;
    width: 100%; } }
@media screen and (max-width: 1123px) {
  .weekly__header {
    background-image: "/images/header-dome-bookings.jpg";
    height: 117px;
    width: 100%;
    background-size: cover;
    position: relative; }

  .weekly__header__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .weekly__title {
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 12px;
    color: white; }

  .weekly__hour {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    text-align: center; }

  .weekly__slot {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
    .weekly__slot .weekly__slot__time, .weekly__slot .weekly__slot__time--closed, .weekly__slot .weekly__slot__date {
      text-align: center;
      font-size: 27px; }
    .weekly__slot .weekly__slot__time--closed {
      color: #937847;
      font-size: 27px;
      font-size: 1.6875rem;
      text-transform: uppercase;
      font-weight: bold; }
    .weekly__slot .weekly__slot__title {
      padding-left: 22.5px;
      padding-left: 1.40625rem;
      padding-right: 22.5px;
      padding-right: 1.40625rem; }
      .weekly__slot .weekly__slot__title p {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: bold; }
      .weekly__slot .weekly__slot__title i {
        font-size: 18px;
        font-size: 1.125rem; }

  .weekly__slot__date {
    font-weight: bold; }

  .weekly__bottom-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .weekly__bottom-icons li {
      margin-right: 45px;
      margin-right: 2.8125rem; }
      .weekly__bottom-icons li:last-child {
        margin-right: 0px;
        margin-right: 0rem;
        font-size: 33px;
        font-size: 2.0625rem;
        font-weight: bold;
        color: red; }
      .weekly__bottom-icons li img {
        width: 90px; }

  .weekly__table--title {
    font-size: 10.8px;
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
    font-weight: 800; }

  .weekly__places-left {
    margin-right: 36px;
    margin-right: 2.25rem;
    text-align: center; }
    .weekly__places-left .weekly__places-left--number {
      color: #937847;
      font-size: 114px;
      line-height: 120px;
      font-weight: bold;
      text-align: center; }
    .weekly__places-left .weekly__places-left--text {
      font-size: 19.5px;
      font-weight: 200;
      text-align: center; }

  .weekly__body__tomorrow {
    margin-top: 72px;
    margin-top: 4.5rem;
    font-size: 30px;
    font-weight: 200;
    color: #919191; }

  .weekly__marquee {
    margin-top: 36px;
    margin-top: 2.25rem;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    line-height: 36px; }

  .faded-edge {
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 100%; }

  .faded-edge--left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    left: 0; }

  .faded-edge--right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    right: 0; }

  .weekly__row--last .weekly__table__row {
    border-bottom: none; } }
@media screen and (min-width: 1124px) {
  .weekly__header {
    background-image: "/images/header-dome-bookings.jpg";
    height: 234px;
    width: 100%;
    background-size: cover;
    position: relative; }

  .weekly__header__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .weekly__title {
    font-size: 120px;
    font-weight: 300;
    padding-bottom: 20px;
    color: white; }

  .weekly__hour {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    text-align: center; }

  .weekly__slot {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
    .weekly__slot .weekly__slot__time, .weekly__slot .weekly__slot__time--closed, .weekly__slot .weekly__slot__date {
      text-align: center;
      font-size: 27px; }
    .weekly__slot .weekly__slot__time--closed {
      color: #937847;
      font-size: 27px;
      font-size: 1.6875rem;
      text-transform: uppercase;
      font-weight: bold; }
    .weekly__slot .weekly__slot__title {
      padding-left: 22.5px;
      padding-left: 1.40625rem;
      padding-right: 22.5px;
      padding-right: 1.40625rem; }
      .weekly__slot .weekly__slot__title p {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: bold; }
      .weekly__slot .weekly__slot__title i {
        font-size: 18px;
        font-size: 1.125rem; }

  .weekly__slot__date {
    font-weight: bold; }

  .weekly__bottom-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .weekly__bottom-icons li {
      margin-right: 45px;
      margin-right: 2.8125rem; }
      .weekly__bottom-icons li:last-child {
        margin-right: 0px;
        margin-right: 0rem;
        font-size: 33px;
        font-size: 2.0625rem;
        font-weight: bold;
        color: red; }
      .weekly__bottom-icons li img {
        width: 90px; }

  .weekly__table--title {
    font-size: 21.6px;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    font-weight: 800; }

  .weekly__places-left {
    margin-right: 60px;
    margin-right: 3.75rem;
    text-align: center; }
    .weekly__places-left .weekly__places-left--number {
      color: #937847;
      font-size: 228px;
      line-height: 240px;
      font-weight: bold;
      text-align: center; }
    .weekly__places-left .weekly__places-left--text {
      font-size: 39px;
      font-weight: 200;
      text-align: center; }

  .weekly__body__tomorrow {
    margin-top: 120px;
    margin-top: 7.5rem;
    font-size: 60px;
    font-weight: 200;
    color: #919191; }

  .weekly__marquee {
    margin-top: 60px;
    margin-top: 3.75rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    font-size: 60px;
    font-weight: 300;
    position: relative;
    line-height: 72px; }

  .faded-edge {
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 100%; }

  .faded-edge--left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    left: 0; }

  .faded-edge--right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    right: 0; }

  .weekly__row--last .weekly__table__row {
    border-bottom: none; } }
.aside-menu__spacer {
  padding: 15px;
  padding: 0.9375rem; }

.aside-menu__nav__first-level {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.aside-menu__nav__first-level__item > a {
  display: block;
  padding: 10px 15px;
  position: relative;
  border-bottom: 1px solid #dddbdc;
  color: #444;
  text-transform: uppercase; }
  .aside-menu__nav__first-level__item > a:hover {
    opacity: 0.8; }
  .aside-menu__nav__first-level__item > a.is-active {
    color: #937847; }
  .aside-menu__nav__first-level__item > a:after {
    margin-left: 10px; }

.aside-menu__nav__second-level {
  margin: 5px 0; }

.aside-menu__nav__second-level__item > a {
  display: block;
  padding: 8px 15px;
  margin: 1px 0;
  color: #444; }
  .aside-menu__nav__second-level__item > a:hover {
    opacity: 0.8; }
  .aside-menu__nav__second-level__item > a.is-active {
    color: #937847; }

.aside-menu__nav__header {
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.aside-menu__nav__other-nav li {
  margin-bottom: 5px; }
.aside-menu__nav__other-nav a {
  color: #444; }

.aside-menu__nav__social li {
  display: inline-block;
  padding-right: 10px; }

.floating-menu {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  z-index: 1; }

.floating-menu__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.floating-menu__logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  width: 90px; }
  .floating-menu__logo a {
    height: 1em;
    line-height: 1.5;
    overflow: hidden; }
    .floating-menu__logo a::before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }

.floating-menu__navigation, .floating-menu__navigation--api {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

.floating-menu__navigation__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 1024px) {
    .floating-menu__navigation__main {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 1100px) {
    .floating-menu__navigation__main {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.floating-menu__navigation__main__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px; }
  .floating-menu__navigation__main__item:last-child {
    margin-right: 0; }
  .floating-menu__navigation__main__item a {
    text-transform: uppercase;
    color: #444;
    text-decoration: none;
    display: block;
    padding: 2px; }
    .floating-menu__navigation__main__item a.is-active, .floating-menu__navigation__main__item a:hover {
      color: #937847; }
  @media screen and (min-width: 820px) {
    .floating-menu__navigation__main__item {
      font-size: 14px; } }
  @media screen and (min-width: 1024px) {
    .floating-menu__navigation__main__item {
      margin-right: 0; } }
  @media screen and (min-width: 1100px) {
    .floating-menu__navigation__main__item {
      margin-right: 25px;
      font-size: 16px; } }

.floating-menu__navigation__secondary {
  margin-top: 2px; }

.floating-menu__navigation__secondary__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }
  .floating-menu__navigation__secondary__item a {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    color: #444;
    text-decoration: none;
    padding: 2px; }
    .floating-menu__navigation__secondary__item a.is-active, .floating-menu__navigation__secondary__item a:hover {
      color: #937847; }

.floating-menu__actions {
  font-size: 0.9em; }

.floating-menu__cta {
  display: inline-block;
  vertical-align: middle; }
  .floating-menu__cta > a {
    font-size: 15px;
    font-size: 0.9375rem; }
    .floating-menu__cta > a i {
      margin-left: 1em; }

.floating-menu__locale-switcher {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle; }

.floating-menu__navigation--api {
  position: relative; }
  .floating-menu__navigation--api .floating-menu__actions {
    top: 24px; }

@media screen and (min-width: 1024px) {
  .floating-menu__navigation, .floating-menu__navigation--api {
    margin: 0 20px; } }
.mobile-topbar {
  background-color: #eef4ec;
  padding: 7.5px 7.5px 7.5px 15px;
  border-bottom: 1px solid #dddbdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobile-topbar__button {
  padding-top: 2px; }
  .mobile-topbar__button a {
    color: #444;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .mobile-topbar__button a:before {
      margin-right: 10px;
      font-size: 1em; }

.mobile-topbar__cta {
  font-size: 15px;
  font-size: 0.9375rem; }
  .mobile-topbar__cta i {
    margin-left: 1em; }
  .mobile-topbar__cta a {
    color: white; }

.site-footer__heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

.site-footer__social ul {
  display: inline-block; }
.site-footer__social li {
  display: inline-block;
  padding: 0 10px; }
  .site-footer__social li:last-child {
    border-right-width: 0; }

.top-nav {
  font-size: 12px;
  font-size: 0.75rem;
  border-bottom: 1px solid #dddbdc; }
  .top-nav::after {
    clear: both;
    content: "";
    display: table; }
  .top-nav a {
    padding: 6px 0;
    display: inline-block;
    font-weight: bold;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .top-nav ul {
    display: inline-block; }
  .top-nav li {
    display: inline-block; }

.top-nav__title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  display: inline-block;
  padding-right: 5px; }

.top-nav__links {
  float: left; }
  .top-nav__links li {
    padding: 0 8px; }
  .top-nav__links a:after {
    display: inline-block;
    padding-left: 3px;
    color: #937847; }

.top-nav__social {
  float: right;
  margin-right: 10px; }
  .top-nav__social strong {
    padding-right: 10px; }
  .top-nav__social a {
    padding-left: 10px;
    padding-right: 10px; }
    .top-nav__social a:hover {
      color: white;
      background-color: #2C2B36; }

.top-nav__locale-switcher {
  float: right;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer; }
  .top-nav__locale-switcher ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #937847;
    border-top-width: 0;
    z-index: 100;
    background-color: white; }
  .top-nav__locale-switcher:hover .top-nav__locale-switcher__locale {
    color: white;
    background-color: #2C2B36; }
  .top-nav__locale-switcher li {
    display: block; }
    .top-nav__locale-switcher li a {
      display: block;
      padding: 5px 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      color: #444;
      text-decoration: none;
      font-weight: normal;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 12px;
      font-size: 0.75rem; }
      .top-nav__locale-switcher li a:hover, .top-nav__locale-switcher li a.active {
        background-color: #eef4ec; }
  .top-nav__locale-switcher:hover ul {
    display: block; }

.top-nav__locale-switcher__locale {
  padding: 5px 15px;
  font-weight: bold;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem; }
  .top-nav__locale-switcher__locale:after {
    color: #937847;
    margin-left: 10px;
    display: inline-block; }

@media screen and (min-width: 1024px) {
  .top-nav__social {
    margin-right: 30px; } }
.calendar-overlay-container {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0; }
  .calendar-overlay-container th, .calendar-overlay-container td {
    text-align: center; }

#query_visibility_chosen {
  width: 100px !important; }

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-top: 0;
  background: white;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: none;
  border: 1px solid #aaa;
  background: white url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 100% -20px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 5px 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: none;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat -30px -20px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
.in-place-editor {
  outline: 1px dashed rgba(221, 219, 220, 0.3);
  outline-offset: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  direction: ltr !important; }
  .in-place-editor:before {
    content: "Nessun testo inserito";
    opacity: 0.6;
    font-style: italic;
    display: none; }
  .in-place-editor.is-empty:before {
    display: inline; }
  .in-place-editor[data-behaviour="InPlaceInputEditor"] {
    display: inline-block; }
  .in-place-editor:hover {
    outline: 1px dashed #dddbdc;
    cursor: pointer;
    background-color: rgba(252, 252, 252, 0.3); }
  .in-place-editor form {
    display: block; }
  .in-place-editor input[type="email"], .in-place-editor input[type="number"], .in-place-editor input[type="password"], .in-place-editor input[type="search"], .in-place-editor input[type="tel"], .in-place-editor input[type="text"], .in-place-editor input[type="url"], .in-place-editor input[type="color"], .in-place-editor input[type="date"], .in-place-editor input[type="datetime"], .in-place-editor input[type="datetime-local"], .in-place-editor input[type="month"], .in-place-editor input[type="time"], .in-place-editor input[type="week"], .in-place-editor textarea {
    display: block;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    color: black; }

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }
  .pswp__error-msg a {
    color: #CCC;
    text-decoration: underline; }

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(https://raw.githubusercontent.com/dimsemenov/PhotoSwipe/master/dist/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../images/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none; } }
.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }
a.pswp__share--download:hover {
  background: #DDD; }

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

.pswp__caption--fake {
  visibility: hidden; }

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    background: url(https://raw.githubusercontent.com/dimsemenov/PhotoSwipe/master/dist/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption, .pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

.pswp__ui--idle .pswp__top-bar, .pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001; }

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.promo-tickets {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  text-align: center; }

.promo-tickets__subtitle {
  font-weight: bold;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.promo-tickets__title {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.promo-tickets__description {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.promo-tickets__image {
  margin-top: 30px;
  margin-top: 1.875rem; }

@media screen and (min-width: 768px) {
  .promo-tickets__image img {
    max-width: 250px;
    display: inline-block; } }
@media screen and (min-width: 1400px) {
  .promo-tickets {
    text-align: left; }

  .promo-tickets__inner {
    position: relative; }

  .promo-tickets__button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 0; }

  .promo-tickets__inner {
    position: relative; }

  .promo-tickets--aside .promo-tickets__inner {
    padding-right: 625px;
    min-height: 150px; }
  .promo-tickets--aside .promo-tickets__image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin: 0; }
    .promo-tickets--aside .promo-tickets__image img {
      max-width: 500px; } }
.audio-player {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: #937847;
  border-top-left-radius: 3px; }

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
 *Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.mejs__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica", Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top; }
  .mejs__container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mejs__container video::-webkit-media-controls, .mejs__container video::-webkit-media-controls-panel, .mejs__container video::-webkit-media-controls-panel-container, .mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important; }

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__fill-container {
  height: 100%;
  width: 100%;
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%; }

.mejs__container:focus {
  outline: none; }

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%; }

.mejs__embed {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%; }

.mejs__fullscreen {
  overflow: hidden !important; }

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }
  .mejs__container-fullscreen .mejs__mediaelement, .mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important; }

/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0; }

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

:root .mejs__poster-img {
  display: none; }

.mejs__poster-img {
  border: 0;
  padding: 0; }

.mejs__overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0; }

.mejs__layer {
  z-index: 1; }

.mejs__overlay-play {
  cursor: pointer; }

.mejs__overlay-button {
  background: url(/assets/play_button-c27ba3b3520abc937b0d63669644f2a034a2a16252f83168e04cccfc9f356ec3.png) no-repeat;
  background-position: center;
  background-size: cover;
  height: 64.5px;
  width: 90px; }

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: center; }

.mejs__overlay-loading {
  height: 80px;
  width: 80px; }

.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
          animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url(/assets/mejs-controls-39379d1e0e86e2f44e6d9b71e33578197a778d1b5e5440856e338513a469110c.png) -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1; }

@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3; }
  .mejs__controls:not([style*='display: none']) {
    background: transparent; }

.mejs__button, .mejs__time, .mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px; }

.mejs__button > button {
  background: transparent url(/assets/mejs-controls-39379d1e0e86e2f44e6d9b71e33578197a778d1b5e5440856e338513a469110c.png);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px; }
  .mejs__button > button:focus {
    outline: dotted 1px #999; }

/* :focus for accessibility */
.mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive [role=slider] {
  outline: 0; }
  .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button:focus, .mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play > button {
  background-position: 0 0; }

.mejs__pause > button {
  background-position: -20px 0; }

.mejs__replay > button {
  background-position: -160px 0; }

/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative; }

.mejs__time-total, .mejs__time-buffering, .mejs__time-loaded, .mejs__time-current, .mejs__time-float, .mejs__time-hovered, .mejs__time-float-current, .mejs__time-float-corner, .mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute; }

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%; }

.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
          animation: buffering-stripes 2s linear infinite;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%; }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3); }

.mejs__time-current, .mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9); }

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10; }
  .mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2); }

.mejs__time-current, .mejs__time-buffering, .mejs__time-loaded, .mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%; }

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1); }
  .mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
            transform: scaleX(0) !important; }

.mejs__time-handle {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 11; }

.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 11;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 10px; }

.mejs__time-rail:hover .mejs__time-handle-content {
  -webkit-transform: scale(1);
          transform: scale(1); }
.mejs__time-rail .mejs__time-handle-content:focus, .mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px; }

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px; }

.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0; }

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px; }
.mejs__long-video .mejs__time-float-current {
  width: 60px; }

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%; }

/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
  background-position: -80px 0; }

.mejs__unfullscreen > button {
  background-position: -100px 0; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
  background-position: -60px 0; }

.mejs__unmute > button {
  background-position: -40px 0; }

.mejs__volume-button {
  position: relative; }
  .mejs__volume-button > .mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25px;
    z-index: 1; }
  .mejs__volume-button:hover {
    border-radius: 0 0 4px 4px; }

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px; }

.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%; }

.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px; }

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px; }

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px; }

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.mejs__horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button, .mejs__chapters-button {
  position: relative; }

.mejs__captions-button > button {
  background-position: -140px 0; }

.mejs__chapters-button > button {
  background-position: -180px 0; }

.mejs__captions-button > .mejs__captions-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px; }

.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
  margin-right: -55px;
  width: 110px; }

.mejs__captions-selector-list, .mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs__captions-selector-input, .mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute; }

.mejs__captions-selector-label, .mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%; }

.mejs__captions-selected, .mejs__chapters-selected {
  color: #21f8f8; }

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px; }

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center; }
  .mejs__captions-layer a {
    color: #fff;
    text-decoration: underline; }
  .mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal; }

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%; }

.mejs__captions-position-hover {
  bottom: 35px; }

.mejs__captions-text {
  background: rgba(20, 20, 20, 0.5);
  -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
          box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap; }
  .mejs__captions-text * {
    background: rgba(20, 20, 20, 0.5);
    -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
            box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
    padding: 0;
    white-space: pre-wrap; }

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none; }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__overlay-error {
  position: relative; }
  .mejs__overlay-error > img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1; }

.mejs__cannotplay {
  color: #fff;
  font-size: 0.8em;
  position: relative; }
  .mejs__cannotplay a {
    color: #fff;
    font-size: 0.8em; }
  .mejs__cannotplay p, .mejs__cannotplay a {
    display: inline-block;
    padding: 0 15px;
    width: 100%; }

/* End: Error */
.video {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: black;
  text-align: center; }

.video__player {
  height: 100%;
  width: 100%; }

.video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5em; }
  .no-touch .video__play:hover {
    opacity: 1; }

@media screen and (min-width: 480px) {
  .video {
    height: 500px; } }
.virtual-tour {
  min-height: 700px; }

.tag {
  display: inline-block;
  vertical-align: 130%;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px 10px;
  border-radius: 3px;
  background-color: #937847;
  color: white;
  margin-left: 15px;
  margin-left: 0.9375rem; }

.redactor_box {
  position: relative;
  overflow: visible;
  border: 1px solid #ddd;
  background-color: #fff;
  color: black; }

body .redactor_air {
  position: absolute;
  z-index: 2; }

/*
  Fullscreen
*/
body .redactor_box_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  overflow: hidden;
  width: 100%; }

.redactor_box iframe {
  display: block;
  margin: 0;
  padding: 0; }

.redactor-link-tooltip {
  position: absolute;
  z-index: 3000;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important; }

.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important; }

.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none; }

.redactor-link-tooltip a:hover {
  color: #fff; }

.redactor_box textarea, .redactor_box textarea:focus {
  position: relative;
  z-index: 1004;
  display: block;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
  outline: none;
  border: none;
  background-color: #222;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  resize: none; }

.redactor_editor,
.redactor_editor:focus {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 10px;
  padding-bottom: 5px;
  outline: none;
  background: none;
  background: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  white-space: normal; }

.redactor_editor .redactor_placeholder {
  color: #999 !important;
  display: block !important;
  margin-bottom: 10px !important; }

.redactor_editor.redactor_editor_wym {
  padding: 10px 7px 0 7px !important;
  background: #f6f6f6 !important; }

.redactor_editor_wym div,
.redactor_editor_wym p,
.redactor_editor_wym ul,
.redactor_editor_wym ol,
.redactor_editor_wym table,
.redactor_editor_wym dl,
.redactor_editor_wym pre,
.redactor_editor_wym h1,
.redactor_editor_wym h2,
.redactor_editor_wym h3,
.redactor_editor_wym h4,
.redactor_editor_wym h5,
.redactor_editor_wym h6,
.redactor_editor_wym blockquote {
  margin: 0 0 5px 0;
  padding: 10px !important;
  border: 1px solid #e4e4e4 !important;
  background-color: #fff !important; }

.redactor_editor_wym blockquote:before {
  content: ''; }

.redactor_editor_wym div {
  border: 1px dotted #aaa !important; }

.redactor_editor_wym pre {
  border: 2px dashed #e4e4e4 !important;
  background-color: #f8f8f8 !important; }

.redactor_editor_wym ul,
.redactor_editor_wym ol {
  padding-left: 2em !important; }

.redactor_editor_wym ul li ul,
.redactor_editor_wym ul li ol,
.redactor_editor_wym ol li ol,
.redactor_editor_wym ol li ul {
  border: none !important; }

/*
  TOOLBAR
*/
.redactor_toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 2px !important;
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(94%, #e5e5e5), color-stop(94%, #d3d3d3), to(#d3d3d3));
  background: linear-gradient(to bottom, #fafafa 0%, #e5e5e5 94%, #d3d3d3 94%, #d3d3d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d3d3d3',GradientType=0 );
  list-style: none !important;
  font-size: 0;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
  line-height: 0 !important; }

.redactor_toolbar:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "."; }

.redactor_box .redactor_toolbar {
  border: none;
  border-bottom: 1px solid #b8b8b8; }

.redactor_toolbar.toolbar_fixed_box {
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8; }

body .redactor_air .redactor_toolbar {
  padding-right: 2px !important; }

.redactor_toolbar li {
  float: left !important;
  margin: 0 !important;
  padding: 1px 0 3px 1px;
  outline: none;
  list-style: none !important; }

.redactor_toolbar li.redactor_separator {
  float: left;
  margin: 0 2px 0 3px !important;
  padding: 0;
  height: 29px;
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #d8d8d8; }

.redactor_toolbar li a {
  display: block;
  width: 25px;
  height: 25px;
  outline: none;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  zoom: 1;
  *border: 1px solid #eee; }

.redactor_toolbar li.redactor_btn_right {
  float: none;
  float: right !important; }

.redactor_toolbar li a {
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAAZCAYAAABpXuA7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4NEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4M0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
  background-position: 0;
  background-repeat: no-repeat;
  text-indent: -9999px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .redactor_toolbar li a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3Jp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);
    background-size: auto 25px; } }
.redactor_toolbar li a:hover {
  outline: none;
  border-color: #98a6ba;
  border-color: rgba(162, 185, 208, 0.8);
  background-color: #d4dce9;
  background-color: rgba(176, 199, 223, 0.5); }

.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act {
  outline: none;
  border-color: #b5b5b5;
  background-color: #ddd; }

.redactor_button_disabled {
  opacity: 0.3; }

.redactor_button_disabled:hover {
  outline: none;
  border-color: transparent !important;
  background-color: transparent !important;
  cursor: default; }

/*
  BUTTONS
  step 25px
*/
body .redactor_toolbar li a.redactor_btn_html {
  background-position: 0px; }

body .redactor_toolbar li a.redactor_btn_formatting {
  background-position: -25px; }

body .redactor_toolbar li a.redactor_btn_bold {
  background-position: -50px; }

body .redactor_toolbar li a.redactor_btn_italic {
  background-position: -75px; }

body .redactor_toolbar li a.redactor_btn_deleted {
  background-position: -500px; }

body .redactor_toolbar li a.redactor_btn_unorderedlist {
  background-position: -100px; }

body .redactor_toolbar li a.redactor_btn_orderedlist {
  background-position: -125px; }

body .redactor_toolbar li a.redactor_btn_outdent {
  background-position: -150px; }

body .redactor_toolbar li a.redactor_btn_indent {
  background-position: -175px; }

body .redactor_toolbar li a.redactor_btn_image {
  background-position: -200px; }

body .redactor_toolbar li a.redactor_btn_video {
  background-position: -225px; }

body .redactor_toolbar li a.redactor_btn_file {
  background-position: -250px; }

body .redactor_toolbar li a.redactor_btn_table {
  background-position: -275px; }

body .redactor_toolbar li a.redactor_btn_link {
  background-position: -300px; }

body .redactor_toolbar li a.redactor_btn_fontcolor {
  background-position: -325px; }

body .redactor_toolbar li a.redactor_btn_backcolor {
  background-position: -350px; }

body .redactor_toolbar li a.redactor_btn_alignleft {
  background-position: -375px; }

body .redactor_toolbar li a.redactor_btn_aligncenter {
  background-position: -400px; }

body .redactor_toolbar li a.redactor_btn_alignright {
  background-position: -425px; }

body .redactor_toolbar li a.redactor_btn_justify {
  background-position: -450px; }

body .redactor_toolbar li a.redactor_btn_horizontalrule {
  background-position: -475px; }

body .redactor_toolbar li a.redactor_btn_underline {
  background-position: -525px; }

body .redactor_toolbar li a.redactor_btn_fullscreen {
  background-position: -550px; }

body .redactor_toolbar li a.redactor_btn_normalscreen {
  background-position: -575px; }

body .redactor_toolbar li a.redactor_btn_clips {
  background-position: -600px; }

body .redactor_toolbar li a.redactor_btn_alignment {
  background-position: -625px; }

body .redactor_toolbar li a.redactor_btn_fontfamily {
  background-position: -650px; }

body .redactor_toolbar li a.redactor_btn_fontsize {
  background-position: -675px; }

body .redactor_toolbar li a.redactor_btn_direction {
  background-position: -700px; }

body .redactor_toolbar li a.redactor_btn_lists {
  background-position: -725px; }

body .redactor_toolbar li a.redactor_btn_font {
  background-position: -750px; }

body .redactor_toolbar li a.redactor_btn_h1 {
  background-position: -775px; }

body .redactor_toolbar li a.redactor_btn_h2 {
  background-position: -800px; }

body .redactor_toolbar li a.redactor_btn_h3 {
  background-position: -825px; }

body .redactor_toolbar li a.redactor_btn_quote {
  background-position: -850px; }

body .redactor_toolbar li a.redactor_btn_pre {
  background-position: -875px; }

/*
  Toolbar classes
*/
.redactor_format_blockquote {
  padding-left: 10px;
  color: #666 !important;
  font-style: italic; }

.redactor_format_pre {
  font-family: monospace, sans-serif; }

.redactor_format_h1,
.redactor_format_h2,
.redactor_format_h3,
.redactor_format_h4,
.redactor_format_h5 {
  font-weight: bold; }

.redactor_format_h1 {
  font-size: 30px;
  line-height: 36px; }

.redactor_format_h2 {
  font-size: 24px;
  line-height: 36px; }

.redactor_format_h3 {
  font-size: 20px;
  line-height: 30px; }

.redactor_format_h4 {
  font-size: 16px;
  line-height: 26px; }

.redactor_format_h5 {
  font-size: 14px;
  line-height: 23px; }

/*
  DROPDOWN
*/
.redactor_dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2004;
  padding: 10px;
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px #bbb;
          box-shadow: 0 1px 5px #bbb;
  font-size: 13px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 21px; }

.redactor_separator_drop {
  padding: 0 !important;
  border-top: 1px solid #ddd;
  font-size: 0;
  line-height: 0; }

.redactor_dropdown a {
  display: block;
  padding: 3px 5px;
  color: #000;
  text-decoration: none; }

.redactor_dropdown a:hover {
  background-color: #dde4ef;
  color: #444 !important;
  text-decoration: none; }

/* MODAL */
#redactor_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #333 !important;
  opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }

#redactor_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50001;
  padding: 0;
  border-radius: 3px;
  background: #f5f5f5;
  -webkit-box-shadow: 0px 5px 60px #000;
          box-shadow: 0px 5px 60px #000;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px !important;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif; }

#redactor_modal header {
  padding: 11px 30px 0 15px;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-size: 12px; }

#redactor_modal section {
  padding: 20px 30px; }

#redactor_modal_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  color: #777;
  font-size: 20px;
  cursor: pointer; }

#redactor_modal_close:hover {
  color: #000; }

#redactor_modal label {
  display: block !important;
  float: none !important;
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  font-size: 12px !important; }

#redactor_modal textarea {
  display: block;
  margin-top: 4px; }

.redactor_input {
  width: 99%;
  font-size: 14px; }

.redactor_modal_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px; }

#redactor_image_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 270px; }

#redactor_image_box_select {
  display: block;
  margin-bottom: 15px !important;
  width: 200px; }

#redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  cursor: pointer; }

#redactor_tabs {
  margin-bottom: 18px; }

#redactor_tabs a {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 14px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 1; }

#redactor_tabs a:hover, #redactor_tabs a.redactor_tabs_act {
  padding: 5px 15px;
  border: none;
  background-color: #ddd;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  color: #777 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 0 #eee; }

#redactor_modal footer {
  padding: 9px 30px 20px 30px;
  border-radius: 0 0 3px 3px;
  text-align: right; }

#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px; }

#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 1px 2px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  font-size: 13px;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  line-height: 1;
  -webkit-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in; }

#redactor_modal textarea {
  line-height: 1.4em; }

#redactor_modal input:focus,
#redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  -webkit-box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; }

.redactor_modal_btn {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding: 6px 16px 5px 16px;
  outline: none;
  border: none;
  border-radius: 3px;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer; }

.redactor_modal_btn:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none; }

.redactor_modal_delete_btn {
  background: none;
  color: #fff;
  background-color: #b52525; }

.redactor_modal_delete_btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b; }

.redactor_modal_action_btn {
  background: none;
  color: #fff;
  background-color: #2461b5; }

.redactor_modal_action_btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580; }

/* Drag and Drop Area */
.redactor_droparea {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  width: 100%; }

.redactor_droparea .redactor_dropareabox {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  width: 99%;
  border: 2px dashed #bbb;
  background-color: #fff;
  text-align: center; }

.redactor_droparea .redactor_dropareabox, .redactor_dropalternative {
  color: #555;
  font-size: 12px; }

.redactor_dropalternative {
  margin: 4px 0 2px 0; }

.redactor_dropareabox.hover {
  border-color: #aaa;
  background: #efe3b8; }

.redactor_dropareabox.error {
  border-color: #dcc3c3;
  background: #f7e5e5; }

.redactor_dropareabox.drop {
  border-color: #e0e5d6;
  background: #f4f4ee; }

/* =Progress
-----------------------------------------------------------------------------*/
#redactor-progress-drag {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -130px;
  margin-top: -35px;
  z-index: 10000;
  padding: 30px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none; }

.redactor-progress {
  height: 12px;
  overflow: hidden;
  background-color: #f4f4f4;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5em; }

.redactor-progress .redactor-progress-bar {
  top: 1px;
  left: 1px;
  position: relative;
  background-color: #55aaff;
  width: 0;
  height: 12px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.redactor-progress-striped .redactor-progress-bar {
  background-image: url("data:image/gif;base64,R0lGODlhIAAQAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODE3QTgyOEM0MzAwRkUyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NEY2MUMyQTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NEY2MUMyOTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQoAAQAsAAAAACAAEAAAAiwMjqkQ7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYwNqctwD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsHsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIx/oMsNCKNxdMk7K8VXbx55DhiKDAmZJ5qoFhu4LysrcFzf9QPvet4D0igFACH5BAkKAAEALAAAAAAgABAAAAIsjI8Hy+2QYnyUyWtqxVdvnngUGIoOiZgnmqkWG7gvKy9wXN81BO963gPSGAUAIfkECQoAAQAsAAAAACAAEAAAAixEjqkB7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYQdqctxD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsDsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIR/ocsdCKNxdMk7K8VXbx55DhiKDAmZJ5qoFgu4LysrcFzf9QPvet4D0igFACH5BAUKAAEALAAAAAAgABAAAAIshI8Xy+2RYnyUyWtqxVdvnngUGIoOiZgnmqkWC7gvKy9wXN81BO963gPSGAUAOw=="); }

.redactor-progress-striped .redactor-progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCQTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkRFQUIzNjlDMkUxMUUwOUFFQ0M4MEYwM0YzNUE2RCI+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z3JhZGllbnQ8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCODlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRTE5QjlCOTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq477Q0AAAD2SURBVHjaxFIxDsIwDLRF/1AmRp7AM9iYWHkD76AP6h9Qi1SGfqAMqGJg6XA4jts0RUwZiKLEsZ3L+Rwmoi0lDC6Ky4rAMuGO5DY5iuWH93oDegMuK8QA7JIYCMDpvwDDMBzNHCGtONYq2enjHKYLMObCp7dtu/+FDppDgyJpTemsrm/9l7L2ku4aUy4BTEmKR1hmVXV9OjfsqlqC7irAhBKxDnmOQdPc+ynKMXdenEELAFmzrnu8RoK6jpRhHkGJmFgdXmsByNf5Wx+fJPbigEI3OKrB77Bfy2VZzppqC0IfAtlIAusC9CNtUn/iIRXgnALwEWAA/+5+ZNOapmcAAAAASUVORK5CYII="); }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%; }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s; }

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; } }
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; } }
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block; } }
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em; } }
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px; } }
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0; } }
/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: .5em .25em;
  margin-left: .25em;
  margin-right: .25em;
  font-size: .6em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    font-size: .8em;
    margin-top: -0.5em; } }
.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  top: -0.25em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }
.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  color: #0089ec;
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec; }

.picker__day--highlighted {
  background: #b1dcfb; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today" and "clear" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #ee2200;
  vertical-align: top;
  font-size: 1.1em; }

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
