@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

/* !FOCUSED IMAGES */

.focuspoint {
  position: relative;
  overflow: hidden;
}

.focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0,-50%,0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0,0,0,.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: hsla(0,0%,100%,.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: a 1s steps(12) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

/*!
 * FullCalendar v2.6.1 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  font-size: 1em;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed .fc-today {
  background: #fcf8e3;
}

.fc-highlight {
  background: #bce8f1;
}

.fc-bgevent,
.fc-highlight {
  opacity: .3;
  filter: alpha(opacity=30);
}

.fc-bgevent {
  background: #8fdf82;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: Courier New,Courier,monospace;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc-icon:after {
  position: relative;
  margin: 0 -1em;
}

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
  left: 3%;
}

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
  left: -3%;
}

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}

.fc button {
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle;
}

.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(180deg,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  color: #333;
  text-shadow: 0 1px 1px hsla(0,0%,100%,.75);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position .1s linear;
}

.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.fc-button-group {
  display: inline-block;
}

.fc .fc-button-group>* {
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group>:first-child {
  margin-left: 0;
}

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

.fc-popover>.ui-widget-header+.ui-widget-content {
  border-top: 0;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
}

.fc-bg table {
  height: 100%;
}

.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

.fc th {
  text-align: center;
}

.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  background: none;
  border-color: transparent;
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  overflow-y: scroll;
  overflow-x: hidden;
}

.fc-scroller>* {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  background-color: #3a87ad;
  font-weight: 400;
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  text-decoration: none;
}

.fc-event.fc-draggable,
.fc-event[href] {
  cursor: pointer;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-h-event .fc-resizer {
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer:before {
  right: auto;
  cursor: w-resize;
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer:before {
  left: auto;
  cursor: e-resize;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-day-grid-event .fc-resizer {
  left: -3px;
  right: -3px;
  width: 7px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  display: none;
}

.fc-day-grid .fc-row {
  z-index: 1;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

.fc .fc-toolbar>*>* {
  float: left;
  margin-left: .75em;
}

.fc .fc-toolbar>*>:first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  box-sizing: content-box;
}

.fc-view,
.fc-view>table {
  position: relative;
  z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-top: 1px;
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 0 2px;
}

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span {
  padding-top: 2px;
  padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
  text-align: center;
}

.fc-basic-view .fc-week-number span {
  display: inline-block;
  min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-day-number.fc-other-month {
  opacity: .3;
  filter: alpha(opacity=30);
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: 400;
}

.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
}

.fc-time-grid table {
  border: 0 hidden transparent;
}

.fc-time-grid>.fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event {
  overflow: hidden;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}

.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

blockquote,
body,
caption,
dd,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
table,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.container {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after,
.container:before {
  display: table;
  content: ' ';
}

.container:after {
  clear: both;
}

.row:after,
.row:before {
  display: table;
  content: ' ';
}

.row:after {
  clear: both;
}

@media (min-width:788px) {
  .row.gutter {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row.gutter [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width:787px) {
  .col-mobile-1 {
    float: left;
    width: 8.3333333333%;
  }
}

@media (min-width:787px) {
  .col-mobile-2 {
    float: left;
    width: 16.6666666667%;
  }
}

@media (min-width:787px) {
  .col-mobile-3 {
    float: left;
    width: 25%;
  }
}

@media (min-width:787px) {
  .col-mobile-4 {
    float: left;
    width: 33.3333333333%;
  }
}

@media (min-width:787px) {
  .col-mobile-5 {
    float: left;
    width: 41.6666666667%;
  }
}

@media (min-width:787px) {
  .col-mobile-6 {
    float: left;
    width: 50%;
  }
}

@media (min-width:787px) {
  .col-mobile-7 {
    float: left;
    width: 58.3333333333%;
  }
}

@media (min-width:787px) {
  .col-mobile-8 {
    float: left;
    width: 66.6666666667%;
  }
}

@media (min-width:787px) {
  .col-mobile-9 {
    float: left;
    width: 75%;
  }
}

@media (min-width:787px) {
  .col-mobile-10 {
    float: left;
    width: 83.3333333333%;
  }
}

@media (min-width:787px) {
  .col-mobile-11 {
    float: left;
    width: 91.6666666667%;
  }
}

@media (min-width:787px) {
  .col-mobile-12 {
    float: left;
    width: 100%;
  }
}

@media (min-width:788px) {
  .col-tablet-1 {
    float: left;
    width: 8.3333333333%;
  }
}

@media (min-width:788px) {
  .col-tablet-2 {
    float: left;
    width: 16.6666666667%;
  }
}

@media (min-width:788px) {
  .col-tablet-3 {
    float: left;
    width: 25%;
  }
}

@media (min-width:788px) {
  .col-tablet-4 {
    float: left;
    width: 33.3333333333%;
  }
}

@media (min-width:788px) {
  .col-tablet-5 {
    float: left;
    width: 41.6666666667%;
  }
}

@media (min-width:788px) {
  .col-tablet-6 {
    float: left;
    width: 50%;
  }
}

@media (min-width:788px) {
  .col-tablet-7 {
    float: left;
    width: 58.3333333333%;
  }
}

@media (min-width:788px) {
  .col-tablet-8 {
    float: left;
    width: 66.6666666667%;
  }
}

@media (min-width:788px) {
  .col-tablet-9 {
    float: left;
    width: 75%;
  }
}

@media (min-width:788px) {
  .col-tablet-10 {
    float: left;
    width: 83.3333333333%;
  }
}

@media (min-width:788px) {
  .col-tablet-11 {
    float: left;
    width: 91.6666666667%;
  }
}

@media (min-width:788px) {
  .col-tablet-12 {
    float: left;
    width: 100%;
  }
}

@media (min-width:1300px) {
  .col-desktop-1 {
    float: left;
    width: 8.3333333333%;
  }
}

@media (min-width:1300px) {
  .col-desktop-2 {
    float: left;
    width: 16.6666666667%;
  }
}

@media (min-width:1300px) {
  .col-desktop-3 {
    float: left;
    width: 25%;
  }
}

@media (min-width:1300px) {
  .col-desktop-4 {
    float: left;
    width: 33.3333333333%;
  }
}

@media (min-width:1300px) {
  .col-desktop-5 {
    float: left;
    width: 41.6666666667%;
  }
}

@media (min-width:1300px) {
  .col-desktop-6 {
    float: left;
    width: 50%;
  }
}

@media (min-width:1300px) {
  .col-desktop-7 {
    float: left;
    width: 58.3333333333%;
  }
}

@media (min-width:1300px) {
  .col-desktop-8 {
    float: left;
    width: 66.6666666667%;
  }
}

@media (min-width:1300px) {
  .col-desktop-9 {
    float: left;
    width: 75%;
  }
}

@media (min-width:1300px) {
  .col-desktop-10 {
    float: left;
    width: 83.3333333333%;
  }
}

@media (min-width:1300px) {
  .col-desktop-11 {
    float: left;
    width: 91.6666666667%;
  }
}

@media (min-width:1300px) {
  .col-desktop-12 {
    float: left;
    width: 100%;
  }
}

.row {
  margin-right: -20px;
  margin-left: -20px;
}

.col {
  padding: 0 20px;
}

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

[class*=" icon-"],
[class^=icon-] {
  font-family: granby!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "";
}

.icon-fondation-v2:before {
  content: "";
}

.icon-boutique:before {
  content: "";
}

.icon-abonnement:before {
  content: "";
}

.icon-cle:before {
  content: "";
}

.icon-cadeau:before {
  content: "";
}

.icon-don:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-direction2:before {
  content: "";
}

.icon-planfier:before {
  content: "";
}

.icon-weather:before {
  content: "";
}

.icon-horaire:before {
  content: "";
}

.icon-ticket2:before {
  content: "";
}

.icon-alert:before {
  content: "";
}

.icon-rules:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-resto:before {
  content: "";
}

.icon-hebergement:before {
  content: "";
}

.icon-direction:before {
  content: "";
}

.icon-plan:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-slider-next:before {
  content: "";
}

.icon-slider-prev:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-letter:before {
  content: "";
}

.icon-arrow-prev:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

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

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

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

body,
html {
  min-width: 280px;
  min-height: 100%;
}

body {
  font-family: nimbus-sans,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #362f2d;
  background-color: #f0eae0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #599122;
}

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

.embed-container {
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.iframe-container {
  max-width: 100%;
  height: 100%;
}

.iframe-container iframe {
  width: 100%;
  min-height: 100%;
  border: none;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

form .tab {
  margin-bottom: 30px;
}

form h3 {
  font-family: nimbus-sans,sans-serif;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}

form h3:first-child {
  margin-top: 0;
  margin-bottom: 20px;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder,
::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.field {
  margin-bottom: 20px;
}

.field>.heading,
.field>label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 12px;
}

.field.required>.heading:after,
.field.required>label:after {
  content: " *";
  color: red;
}

input[type=email],
input[type=text],
select,
textarea {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 6px 12px;
  color: #5a5657;
  background-color: #e6e1db;
  background-image: none;
  border: 0 solid #ccc;
  border-radius: 0;
  vertical-align: middle;
  line-height: normal;
}

input[type=email]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  border-color: #129fea;
  outline: none;
}

input[type=email].readonly,
input[type=email][readonly],
input[type=text].readonly,
input[type=text][readonly],
select.readonly,
select[readonly],
textarea.readonly,
textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc;
}

input[type=email].disabled,
input[type=email][disabled],
input[type=text].disabled,
input[type=text][disabled],
select.disabled,
select[disabled],
textarea.disabled,
textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

input[type=email].error,
input[type=email].required input[type=email][required],
input[type=email].required input[type=text][required],
input[type=email].required select[required],
input[type=email].required textarea[required],
input[type=text].error,
input[type=text].required input[type=email][required],
input[type=text].required input[type=text][required],
input[type=text].required select[required],
input[type=text].required textarea[required],
select.error,
select.required input[type=email][required],
select.required input[type=text][required],
select.required select[required],
select.required textarea[required],
textarea.error,
textarea.required input[type=email][required],
textarea.required input[type=text][required],
textarea.required select[required],
textarea.required textarea[required] {
  color: red;
  border: 1px solid currentColor;
}

textarea {
  height: auto;
}

.checkboxes .heading,
.radiobuttons .heading {
  margin-bottom: 5px;
}

.checkboxes input,
.radiobuttons input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.checkboxes label,
.radiobuttons label {
  display: block;
  margin-bottom: 7px;
  vertical-align: middle;
}

input[type=submit] {
  cursor: pointer;
}

input[type=submit]:hover {
  color: #1c1c1c;
  background-color: #e9dac1;
}

.sproutfields_notes {
  margin-bottom: 15px;
}

.sproutfields_notes .heading {
  display: none;
}

.instructions {
  margin: 5px 0;
  text-transform: none;
  font-weight: 400;
}

.btn,
input[type=submit] {
  margin: 0;
  padding: 14px 22px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  color: #fff;
  border-radius: 0;
  border: none;
  background-color: #1c1c1c;
  transition: none;
}

.btn:hover,
input[type=submit]:hover {
  color: #fff;
  background-color: #000;
}

.btn:hover .icon,
input[type=submit]:hover .icon {
  color: #362f2d;
}

.btn--light {
  background-color: #f0eae0;
  color: #1c1c1c;
}

.btn--light.is-active,
.btn--light:hover {
  background-color: #dfd9cf;
}

.btn--dark {
  background-color: #1c1c1c;
  color: #fff;
}

.btn--dark:hover {
  color: #fff;
  background-color: #000;
}

.btn--green {
  background: #599122 url(../images/bg/bg-btn-green.jpg) 0 0 repeat;
  background-size: cover;
}

.btn--green-simple {
  background-color: #599122;
}

.btn--brown {
  background-color: #362f2d;
}

.btn--gray {
  background-color: #545051;
  color: #fff;
}

.btn--gray:hover {
  color: #fff;
  background-color: #474344;
}

.btn--full {
  display: block;
}

.btn--big {
  padding: 18px 20px;
}

.btn--small {
  padding: 11px 20px;
}

.btn--icone {
  padding: 10px 20px;
}

.btn--icone .btn__icon {
  font-size: 30px;
  margin-right: 5px;
}

.btn--icone .btn__label {
  line-height: 30px;
  vertical-align: top;
}

.btn--block {
  width: 100%;
  display: block;
}

.btn--icon {
  padding: 10px 24px 10px 17px;
  vertical-align: top;
}

.btn--icon .btn__icon {
  padding-right: 10px;
  font-size: 30px;
  color: currentColor;
  display: table-cell;
}

.btn--icon .btn__value {
  display: table-cell;
  vertical-align: middle;
}

.btn--box {
  width: 100%;
  height: 160px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 2px solid #f7f4ef;
  color: #433c3a;
  background-color: #fff;
  position: relative;
}

.btn--box:hover {
  background-color: #f7f4ef;
}

.btn--box .btn__icon {
  display: block;
  padding-top: 30px;
  font-size: 50px;
  color: #545051;
}

.btn--box .btn__value {
  display: block;
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  color: #362f2d;
  font-size: 16px;
  padding: 0 15px;
  color: #599122;
}

@media (max-width:600px) {
  .btn--box .btn__value {
    font-size: 14px;
  }
}

.btn--box .btn__value .icon {
  padding-left: 5px;
  font-size: 9px;
  position: relative;
  top: 0;
  color: #433c3a;
}

.btn-group .btn,
.btn-group input[type=submit] {
  margin-right: 5px;
}

@media (max-width:979px) {
  .btn-group .btn,
  .btn-group input[type=submit] {
    margin-bottom: 20px;
  }
}

.btn-group .btn:last-child,
.btn-group input[type=submit]:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

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

.unordered-list,
.wyswyg ul {
  margin-left: 1rem;
  list-style-type: disc;
}

.ordered-list,
.wyswyg ol {
  margin-left: 1rem;
  list-style: decimal;
}

.custom-list li {
  padding-left: 1rem;
  position: relative;
}

.custom-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #599122;
}

.italic,
.wyswyg em,
.wyswyg i {
  font-style: italic;
}

.bold,
.wyswyg b,
.wyswyg strong {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

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

.wyswyg {
  line-height: 1.4;
}

.wyswyg:after,
.wyswyg:before {
  display: table;
  content: ' ';
}

.wyswyg:after {
  clear: both;
}

.wyswyg>:last-child,
.wyswyg>:last-child>:last-child {
  margin-bottom: 0;
}

.wyswyg img,
.wyswyg ol,
.wyswyg p,
.wyswyg ul {
  margin-bottom: 20px;
}

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

.wyswyg blockquote {
  border-left: 10px solid #599122;
  padding-left: 1rem;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,.8);
  content: '';
  opacity: 0;
  transition: opacity .5s,width .1s .5s,height .1s .5s;
  cursor: pointer;
  z-index: 1000;
}

body.overlay-active {
  overflow: hidden;
}

body.overlay-active .site-content {
  padding-right: 17px;
  overflow: hidden;
}

body.overlay-active .overlay {
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  opacity: 1;
}

.modal {
  padding: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 960px;
  height: auto;
  z-index: 1001;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate(-50%,-50%);
}

.modal__content {
  padding: 15px;
  position: relative;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1002;
  color: #fff;
  font-size: 24px;
}

.modal--is-active {
  visibility: visible;
}

.modal--is-active__content {
  padding: 15px;
  transition: transform .3s,opacity .3s;
  transform: scale(1);
  opacity: 1;
  background: #fff;
}

.modal--video {
  padding-top: 30px;
}

.modal.modal--share {
  max-width: 480px;
}

.modal.modal--share .modal__content {
  background-color: #f0eae0;
  color: #5a5657;
  padding: 30px;
}

.modal.modal--share .modal__title {
  margin: 0 0 20px;
  font-size: 24px;
}

.modal.modal--share .modal__list:after,
.modal.modal--share .modal__list:before {
  display: table;
  content: ' ';
}

.modal.modal--share .modal__list:after {
  clear: both;
}

.modal.modal--share .modal__list li {
  padding: 5px;
  min-width: 50px;
  min-height: 50px;
  margin-right: 10px;
  float: left;
  background: #fff;
}

.modal.modal--share .modal__list a {
  font-size: 40px;
}

.modal.modal--share .modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1002;
  color: #000;
  font-size: 24px;
}

.table {
  table-layout: fixed;
  width: 100%;
}

.table tr td,
.table tr th {
  text-align: left;
  background-color: #f2f0ed;
}

.table tr td:first-child,
.table tr th:first-child {
  text-align: left;
}

.table tr td:last-child,
.table tr th:last-child {
  text-align: right;
}

.table caption {
  font-size: 16px;
  padding: 20px 12px;
  background-color: #e5e1db;
  text-align: left;
}

.table thead th {
  padding: 12px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9e6e1;
}

.table tbody td {
  padding: 15px 12px;
  font-size: 14px;
}

.btn--box .btn__icon .icon {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.wrapper-large {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 1280px;
}

.wrapper-large:after,
.wrapper-large:before {
  display: table;
  content: ' ';
}

.wrapper-large:after {
  clear: both;
}

.wrapper-medium {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 960px;
}

.wrapper-medium:after,
.wrapper-medium:before {
  display: table;
  content: ' ';
}

.wrapper-medium:after {
  clear: both;
}

.container-fluid {
  max-width: 100%;
  padding: 0 20px;
}

.container-fluid:after,
.container-fluid:before {
  display: table;
  content: ' ';
}

.container-fluid:after {
  clear: both;
}

.container-large {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 1320px;
  padding: 0 20px;
}

.container-large:after,
.container-large:before {
  display: table;
  content: ' ';
}

.container-large:after {
  clear: both;
}

.container-medium {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 1000px;
  padding: 0 20px;
}

.container-medium:after,
.container-medium:before {
  display: table;
  content: ' ';
}

.container-medium:after {
  clear: both;
}

@media (max-width:979px) {
  .container-no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

#header {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 1280px;
}

#header:after,
#header:before {
  display: table;
  content: ' ';
}

#header:after {
  clear: both;
}

#header.header--microsite .language-switcher {
  float: right;
}

#header.header--microsite .language-switcher a {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
  padding: 0 28px;
  text-transform: capitalize;
}

#content {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 1280px;
}

#content:after,
#content:before {
  display: table;
  content: ' ';
}

#content:after {
  clear: both;
}

.main-content {
  background: url(../images/bg/container-bg-top.jpg) no-repeat 0 0 #f7f4ef;
}

.main-content:after,
.main-content:before {
  display: table;
  content: ' ';
}

.main-content:after {
  clear: both;
}

.main-content--padding-v {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width:1299px) {
  .main-content--padding-v {
    padding-top: 40px;
  }
}

.main-content-primary {
  min-height: 1px;
  float: left;
  width: 600px;
}

@media (max-width:980px) {
  .main-content-primary {
    float: none;
    width: 100%;
  }
}

.main-content-sidebar {
  min-height: 1px;
  float: left;
  width: 300px;
  margin-right: 60px;
}

@media (max-width:980px) {
  .main-content-sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

#footer {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
}

#footer:after,
#footer:before {
  display: table;
  content: ' ';
}

#footer:after {
  clear: both;
}

@media (max-width:979px) {
  #footer {
    margin-top: 40px;
  }
}

.footer-sitemap {
  padding: 0 0 20px;
}

.footer-sitemap:after,
.footer-sitemap:before {
  display: table;
  content: ' ';
}

.footer-sitemap:after {
  clear: both;
}

@media (max-width:979px) {
  .footer-sitemap {
    padding: 0;
  }
}

.footer-sitemap__section {
  margin-bottom: 30px;
  width: 25%;
  float: left;
}

@media (max-width:979px) {
  .footer-sitemap__section {
    width: 50%;
  }
}

.footer-sitemap__level-1 {
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
}

.footer-sitemap__level-2 {
  font-size: 13px;
  line-height: 1.4;
}

.footer-container-group {
  padding: 30px 0 60px;
  border-top: 2px solid #e2dcd3;
}

.footer-container-group:after,
.footer-container-group:before {
  display: table;
  content: ' ';
}

.footer-container-group:after {
  clear: both;
}

@media (max-width:979px) {
  .footer-container-group {
    padding: 40px 0;
  }
}

.footer-nav {
  margin-left: 0;
  font-size: 14px;
  float: left;
}

@media (max-width:979px) {
  .footer-nav {
    margin: 0 0 40px;
    float: none;
  }
}

.footer-nav__list:after,
.footer-nav__list:before {
  display: table;
  content: ' ';
}

.footer-nav__list:after {
  clear: both;
}

.footer-nav__item {
  float: left;
  margin-right: 25px;
}

@media (max-width:979px) {
  .footer-nav__item {
    float: none;
    margin: 0 0 20px;
  }
}

.footer-nav__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

@media (min-width:980px) {
  .footer-nav a {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
  }
}

@media (max-width:979px) {
  .footer-nav a {
    display: block;
    text-align: center;
  }
}

.footer-social {
  float: right;
}

@media (max-width:979px) {
  .footer-social {
    float: none;
    text-align: center;
  }
}

.footer-social__list:after,
.footer-social__list:before {
  display: table;
  content: ' ';
}

.footer-social__list:after {
  clear: both;
}

@media (max-width:979px) {
  .footer-social__list {
    display: inline-block;
  }
}

.footer-social__item {
  float: left;
  margin-right: 10px;
}

.footer-social__item:last-child {
  margin-right: 0;
}

.footer-social a {
  display: block;
  color: #545051;
}

.footer-social a:hover {
  color: #599122;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background: #fff;
  padding: 15px;
  width: 280px;
  height: 100%;
  transform: translate3d(-100%,0,0);
  transition: transform .5s;
  display: none;
}

@media (max-width:979px) {
  .menu-mobile {
    display: block;
  }
}

.menu-mobile>.menu-overflow {
  overflow-y: auto;
  height: calc(100% - 66px);
}

.menu-mobile__logo {
  margin-bottom: 10px;
  display: block;
  width: 145px;
}

.menu-mobile__language-switcher {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 15px;
  text-transform: capitalize;
}

.menu-mobile__nav li {
  border-bottom: 1px solid #f0eae0;
}

.menu-mobile__nav a {
  display: block;
  padding: 15px;
  color: #545052;
}

.menu-mobile__nav .nav__link--dropdow i {
  display: none;
}

.menu-mobile__nav .dropdown.is-active ul {
  display: block;
}

.menu-mobile__nav .dropdown i {
  margin-left: 5px;
  font-size: 10px;
  display: inline-block;
  transform: rotate(90deg);
}

.menu-mobile__nav .dropdown ul {
  border-top: 1px solid #f0eae0;
  display: none;
}

.menu-mobile__nav .dropdown ul li:last-child {
  border-bottom: none;
}

.menu-mobile__nav .dropdown ul li a {
  padding-left: 30px;
}

.menu-mobile__ticket {
  width: 100%;
  display: block;
  float: right;
  background: url(../images/bg/bg-header-ticket.jpg) 0 0 no-repeat;
  color: #fff;
  background-size: cover;
}

.menu-mobile__ticket:hover {
  color: #fff;
}

.menu-mobile__ticket>span {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}

.menu-mobile__ticket>span>span {
  padding-left: 64px;
  position: relative;
}

.menu-mobile__ticket>span>span:before {
  font-family: granby!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
}

.menu-mobile__ticket i {
  font-style: normal;
}

.menu-mobile .menu-mobile__nav-tools {
  color: #545052;
}

.menu-mobile .menu-mobile__nav-tools li {
  position: relative;
  padding: 15px 0 15px 44px;
  border-bottom: 1px solid #f0eae0;
}

.menu-mobile .menu-mobile__nav-tools .widget-info__title {
  color: #599122;
  font-weight: 700;
}

.menu-mobile .menu-mobile__nav-tools .widget-info__icon {
  top: 15px;
}

body.menu-mobile-is-active .menu-mobile {
  transform: translateZ(0);
}

#btn-nav-mobile {
  width: 30px;
  height: 17px;
  position: absolute;
  z-index: 1001;
  top: 19px;
  right: 15px;
  display: none;
  cursor: pointer;
  transition: .5s ease-in-out;
  transform: rotate(0deg);
}

@media (max-width:979px) {
  #btn-nav-mobile {
    display: block;
  }
}

#btn-nav-mobile span {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  display: block;
  transition: .25s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  background: #2c2c2c;
}

#btn-nav-mobile span:nth-child(1) {
  top: 0;
}

#btn-nav-mobile span:nth-child(2),
#btn-nav-mobile span:nth-child(3) {
  top: 7px;
}

#btn-nav-mobile span:nth-child(4) {
  top: 14px;
}

#btn-nav-mobile.is-open span:nth-child(1) {
  width: 0;
  top: 1px;
  left: 50%;
}

#btn-nav-mobile.is-open span:nth-child(2) {
  transform: rotate(45deg);
}

#btn-nav-mobile.is-open span:nth-child(3) {
  transform: rotate(-45deg);
}

#btn-nav-mobile.is-open span:nth-child(4) {
  width: 0;
  top: 18px;
  left: 50%;
}

.surnav {
  height: 35px;
  font-size: 12px;
  line-height: 1;
  color: #545052;
}

.surnav:after,
.surnav:before {
  display: table;
  content: ' ';
}

.surnav:after {
  clear: both;
}

@media (max-width:787px) {
  .surnav {
    display: none;
  }
}

.surnav__list {
  padding: 11px 0;
  float: right;
  margin-right: 40px;
}

@media (max-width:979px) {
  .surnav__list {
    margin-right: 20px;
  }
}

.surnav__item {
  float: left;
  margin-right: 20px;
}

.surnav__item:last-child {
  margin-right: 0;
}

.surnav .language-switcher {
  text-transform: capitalize;
}

.nav {
  height: 70px;
  background-color: #fff;
  position: relative;
  z-index: 20;
  font-size: 14px;
}

.nav:after,
.nav:before {
  display: table;
  content: ' ';
}

.nav:after {
  clear: both;
}

.nav.is-sticky {
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  width: 100%;
  max-width: 1280px;
}

@media (max-width:787px) {
  .nav.is-sticky {
    left: 0;
    transform: none;
  }
}

@media (max-width:787px) {
  .nav {
    height: auto;
  }
}

@media (max-width:979px) {
  .nav__list {
    display: none;
  }
}

.nav__item {
  float: left;
  border-right: 1px solid #f0eae0;
  position: relative;
  color: #545052;
}

.nav__item>a {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
  padding: 0 28px;
}

@media (max-width:1299px) {
  .nav__item>a {
    padding: 0 20px;
  }
}

@media (min-width:980px) and (max-width:1200px) {
  .nav__item>a {
    padding: 0 15px;
  }
}

.nav__sub {
  position: relative;
}

.nav__sub:after {
  font-family: granby!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
  color: #545052;
}

.nav__nav__item--logo {
  padding-left: 40px;
  padding-right: 30px;
}

.nav__ticket {
  max-width: 228px;
  width: 100%;
  display: block;
  float: right;
  background: url(../images/bg/bg-header-ticket.jpg) 0 0 no-repeat;
  color: #fff;
  transition: opacity .25s;
}

.nav__ticket:hover {
  opacity: .95;
  color: #fff;
}

@media (min-width:980px) and (max-width:1200px) {
  .nav__ticket {
    max-width: 68px;
  }
}

@media (max-width:979px) {
  .nav__ticket {
    display: none;
  }
}

@media (max-width:787px) {
  .nav__ticket {
    display: block;
    float: none;
    max-width: none;
    background-color: #5e7f38;
    background-position: 100% 0;
    position: relative;
  }
}

.nav__ticket>span {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}

.nav__ticket>span>span {
  position: relative;
  padding-left: 64px;
}

@media (max-width:787px) {
  .nav__ticket>span>span {
    position: static;
    padding-left: 20px;
  }
}

.nav__ticket>span>span:before {
  font-family: granby!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
}

@media (max-width:787px) {
  .nav__ticket>span>span:before {
    left: calc(100% - 20px - 28px);
    font-size: 28px;
  }
}

.nav__ticket i {
  font-style: normal;
}

@media (min-width:980px) and (max-width:1200px) {
  .nav__ticket i {
    display: none;
  }
}

@media (max-width:787px) {
  .nav__ticket i {
    font-size: 21px;
    font-weight: 300;
  }
}

.site-logo {
  float: left;
  border-right: 1px solid #f0eae0;
}

@media (max-width:979px) {
  .site-logo {
    border: none;
  }
}

@media (max-width:787px) {
  .site-logo {
    float: none;
  }
}

.site-logo a {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
  padding: 0 28px;
}

@media (max-width:788px) {
  .site-logo a {
    padding: 0 20px;
  }
}

.site-logo img {
  width: 145px;
}

.nav__item--dropdown:hover ul {
  display: block;
}

.nav__link--dropdown+ul {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background-color: #fff;
}

.nav__link--dropdown+ul li {
  margin-bottom: 10px;
}

.nav__link--dropdown+ul li:last-child {
  margin-bottom: 0;
}

.nav__link--dropdown .nav__link-icon {
  margin-left: 5px;
  font-size: 10px;
  display: inline-block;
  transform: rotate(90deg);
}

.subnav1 {
  padding: 10px 20px;
  color: #545051;
  text-align: center;
  font-size: 15px;
}

.subnav1--margin-large {
  margin-bottom: 60px;
}

@media (max-width:1299px) {
  .subnav1--margin-large {
    margin-bottom: 40px;
  }
}

.subnav1 li {
  display: inline-block;
  margin-right: 40px;
}

@media (max-width:680px) {
  .subnav1 li {
    display: block;
    margin: 0 0 20px;
  }
}

.subnav1 li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.subnav1 li.is-active,
.subnav1 li.is-parent {
  text-decoration: underline;
}

.subnav2 {
  background: url(../images/bg/bg-subnav2.jpg) 0 0 no-repeat;
  background-size: cover;
  color: #fff;
}

@media (max-width:980px) {
  .subnav2 {
    display: none;
  }
}

.subnav2--margin-bottom {
  margin-bottom: 60px;
}

.subnav2__tab {
  padding: 0 55px 0 22px;
  height: 65px;
  width: 100%;
  position: relative;
  display: block;
}

.subnav2__tab.is-active,
.subnav2__tab.is-parent,
.subnav2__tab:hover {
  color: inherit;
  background-color: rgba(84,80,81,.5);
}

.subnav2__icon {
  width: 62px;
  padding-right: 22px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.subnav2__image {
  width: 40px;
}

.subnav2__value {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  height: 65px;
}

.subnav2__value .icon {
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  color: #545051;
}

.subnav2--mobile {
  display: none;
}

@media (max-width:980px) {
  .subnav2--mobile {
    display: block;
  }
}

.subnav2--mobile select {
  margin: 20px auto;
  width: calc(100% - 40px);
  max-width: 480px;
  display: block;
  background: #171615 url(../images/select-arrow.png) 0 0 no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 18px 9px;
  color: #fff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.subnav2--mobile select::-ms-expand {
  display: none;
}

.subnav2--mobile select option {
  background-color: #1c1c1c;
  color: #fff;
}

.subnav3 {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.subnav3--margin-large {
  margin-bottom: 50px;
}

@media (max-width:1299px) {
  .subnav3--margin-large {
    margin-bottom: 30px;
  }
}

.subnav3 li {
  display: inline-block;
  margin-left: 16px;
  margin-bottom: 10px;
}

@media (max-width:680px) {
  .subnav3 li {
    display: block;
    margin: 0 0 20px;
  }
}

.subnav3 li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.subnav3 li.is-active a,
.subnav3 li.is-parent a,
.subnav3 li:hover a {
  color: #fff;
  background-color: #545051;
}

.subnav3 a {
  display: block;
  padding: 10px 20px;
  background-color: #c1bbb5;
}

.banner-hero {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 1280px;
  color: #fff;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner-hero:after,
.banner-hero:before {
  display: table;
  content: ' ';
}

.banner-hero:after {
  clear: both;
}

.banner-hero__content {
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 613px;
  height: calc(36.625vw + 144.2px);
  max-width: 960px;
  position: relative;
}

@media only screen and (max-width:480px) {
  .banner-hero__content {
    height: 320px;
  }
}

@media only screen and (min-width:1280px) {
  .banner-hero__content {
    height: 613px;
  }
}

.banner-hero__constraint {
  max-width: 470px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width:600px) {
  .banner-hero__constraint {
    max-width: 80%;
  }
}

.banner-hero__surtitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e9dac0;
  margin-bottom: 15px;
}

.banner-hero__title {
  font-size: 60px;
  font-size: calc(3.75vw + 12px);
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  line-height: .9;
  margin-bottom: 20px;
}

@media only screen and (max-width:480px) {
  .banner-hero__title {
    font-size: 30px;
  }
}

@media only screen and (min-width:1280px) {
  .banner-hero__title {
    font-size: 60px;
  }
}

.banner-hero__wyswyg {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.banner-hero__image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (max-width:787px) {
  .banner-hero--left {
    background-position: 0 0!important;
  }
}

@media (max-width:787px) {
  .banner-hero--right {
    background-position: 100% 100%!important;
  }
}

@media (min-width:581px) {
  .banner-hero--right .banner-hero__constraint {
    right: 15px;
  }
}

@media (max-width:600px) {
  .banner-hero--right .banner-hero__constraint {
    left: 0;
    padding-left: 20px;
  }
}

.banner-hero--center .banner-hero__constraint {
  max-width: 600px;
  width: calc(100% - 40px);
  text-align: center;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media (max-width:787px) {
  .banner-hero--center .banner-hero__constraint {
    max-width: 320px;
  }
}

.banner-hero--promo .banner-hero__content {
  height: 625px;
  height: calc(40.625vw + 105px);
}

@media only screen and (max-width:480px) {
  .banner-hero--promo .banner-hero__content {
    height: 300px;
  }
}

@media only screen and (min-width:1280px) {
  .banner-hero--promo .banner-hero__content {
    height: 625px;
  }
}

.thumbnail-banner:after,
.thumbnail-banner:before {
  display: table;
  content: ' ';
}

.thumbnail-banner:after {
  clear: both;
}

.thumbnail-banner__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  width: 25%;
  height: 135px;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  opacity: .9;
  transition: opacity .5s;
}

.thumbnail-banner__item.is-active,
.thumbnail-banner__item:hover {
  opacity: 1;
}

@media (max-width:787px) {
  .thumbnail-banner__item {
    height: 60px;
  }
}

.thumbnail-banner__title {
  margin-left: 40px;
  margin-left: calc(2.5vw + 8px);
  color: #fff;
  opacity: .95;
  font-size: 18px;
  line-height: 1.25;
  width: 75px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width:480px) {
  .thumbnail-banner__title {
    margin-left: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .thumbnail-banner__title {
    margin-left: 40px;
  }
}

@media (max-width:787px) {
  .thumbnail-banner__title {
    display: none;
  }
}

.widget-info {
  padding: 0 25px;
  width: 240px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 10;
  color: #fff;
  display: none;
}

.widget-info--margin-top {
  top: 80px;
  top: calc(7.5vw + -16px);
}

@media only screen and (max-width:480px) {
  .widget-info--margin-top {
    top: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .widget-info--margin-top {
    top: 80px;
  }
}

@media (min-width:788px) {
  .widget-info {
    display: block;
  }
}

.widget-info a:hover {
  color: #fff;
  text-decoration: underline;
}

.widget-info__list li {
  padding-top: 2px;
  padding-left: 44px;
  margin-bottom: 20px;
  position: relative;
}

.widget-info__list li .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.widget-info__list li:last-child {
  margin-bottom: 0;
}

.widget-info__icon {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.widget-info__link,
.widget-info__title,
.widget-info__value {
  display: block;
}

.widget-info__title {
  color: #e9dac0;
  font-size: 15px;
  margin-bottom: 2px;
}

.widget-info__value {
  font-size: 12px;
}

.widget-info .icon-arrow:after {
  margin-left: 4px;
  font-family: granby!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 8px;
  color: currentColor;
}

.widget-info--mobile {
  position: static;
  top: 0;
  left: 0;
  width: auto;
  display: none;
  background-color: #1c1c1c;
  padding: 25px 20px;
}

@media (max-width:787px) {
  .widget-info--mobile {
    display: block;
  }
}

.widget-info--mobile .widget-info__list {
  max-width: 260px;
}

.widget-info--mobile .widget-info__list:after,
.widget-info--mobile .widget-info__list:before {
  display: table;
  content: ' ';
}

.widget-info--mobile .widget-info__list:after {
  clear: both;
}

.widget-info--mobile li {
  text-align: left;
  float: left;
  margin: 0 10px 0 0;
  padding: 0 0 0 30px;
}

.widget-info--mobile li:last-child {
  margin-right: 0;
}

.widget-info--mobile li.clock {
  width: 180px;
}

.widget-info--mobile li .weather {
  width: 50px;
}

.widget-info--mobile li .icon-weather {
  font-size: 24px;
}

.widget-info--mobile .widget-info__icon {
  font-size: 20px;
  top: 5px;
}

.zone-video {
  background-color: #1c1c1c;
}

.slide-video {
  position: relative;
  overflow: hidden;
}

.slide-video__content {
  padding: 140px 0 0;
  max-width: 960px;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.slide-video__category {
  font-size: 16px;
  font-size: calc(.5vw + 9.6px);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
}

@media only screen and (max-width:480px) {
  .slide-video__category {
    font-size: 12px;
  }
}

@media only screen and (min-width:1280px) {
  .slide-video__category {
    font-size: 16px;
  }
}

.slide-video__category:after {
  margin: 40px 0 0;
  margin-right: auto;
  margin-left: auto;
  content: "";
  display: block;
  width: 2px;
  height: 115px;
  background-color: #fff;
}

@media (max-width:979px) {
  .slide-video__category:after {
    display: none;
  }
}

.slide-video__container-title {
  padding-top: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}

.slide-video__title {
  font-size: 80px;
  font-size: calc(7.5vw + -16px);
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
  display: block;
  color: #fff;
}

@media only screen and (max-width:480px) {
  .slide-video__title {
    font-size: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .slide-video__title {
    font-size: 80px;
  }
}

.slide-video__btn.btn,
input.slide-video__btn[type=submit] {
  position: relative;
  padding-left: 46px;
}

.slide-video__btn.btn:before,
input.slide-video__btn[type=submit]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #927f79;
}

.slide-video__time {
  color: #e9dac0;
}

@media (max-width:979px) {
  .slide-video__time {
    display: none;
  }
}

.slide-video__bg {
  position: relative;
  z-index: 1;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  width: 76px;
  width: calc(4.75vw + 15.2px);
  height: 76px;
  height: calc(4.75vw + 15.2px);
  margin-top: -38px;
  margin-top: calc(-2.375vw + -7.6px);
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/svg/slider-btn.svg);
}

@media only screen and (max-width:480px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 38px;
  }
}

@media only screen and (min-width:1280px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 76px;
  }
}

@media only screen and (max-width:480px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 38px;
  }
}

@media only screen and (min-width:1280px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 76px;
  }
}

@media only screen and (max-width:480px) {
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: -19px;
  }
}

@media only screen and (min-width:1280px) {
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: -38px;
  }
}

.swiper-button-prev {
  left: 40px;
  left: calc(2.5vw + 8px);
}

@media only screen and (max-width:480px) {
  .swiper-button-prev {
    left: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .swiper-button-prev {
    left: 40px;
  }
}

.swiper-button-next {
  transform: rotate(180deg);
  right: 40px;
  right: calc(2.5vw + 8px);
}

@media only screen and (max-width:480px) {
  .swiper-button-next {
    right: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .swiper-button-next {
    right: 40px;
  }
}

.zone-news {
  padding-top: 120px;
  padding-top: calc(10vw + -8px);
  padding-bottom: 120px;
  padding-bottom: calc(10vw + -8px);
  min-height: 1250px;
  color: #fff;
}

@media only screen and (max-width:480px) {
  .zone-news {
    padding-top: 40px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-news {
    padding-top: 120px;
  }
}

@media only screen and (max-width:480px) {
  .zone-news {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-news {
    padding-bottom: 120px;
  }
}

@media (max-width:979px) {
  .zone-news {
    height: auto;
    background-size: 979px!important;
  }
}

.zone-news__title {
  font-size: 43px;
  font-size: calc(1.875vw + 19px);
  margin-bottom: 50px;
  margin-bottom: calc(3.75vw + 2px);
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
}

@media only screen and (max-width:480px) {
  .zone-news__title {
    font-size: 28px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-news__title {
    font-size: 43px;
  }
}

@media only screen and (max-width:480px) {
  .zone-news__title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-news__title {
    margin-bottom: 50px;
  }
}

.zone-news__filter {
  text-align: center;
  font-size: 15px;
  margin-bottom: 60px;
}

.zone-news__filter-item {
  display: inline-block;
  margin-right: 40px;
}

.zone-news__filter-item:last-child {
  margin-right: 0;
}

.zone-news__filter-item.is-active {
  text-decoration: underline;
}

.zone-news__article-list>li {
  margin-bottom: 60px;
  margin-bottom: calc(5vw + -4px);
  margin-left: 60px;
}

@media only screen and (max-width:480px) {
  .zone-news__article-list>li {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-news__article-list>li {
    margin-bottom: 60px;
  }
}

@media (max-width:979px) {
  .zone-news__article-list>li {
    margin-left: 0;
  }
}

.zone-news__article-list>li:nth-child(-n+2) {
  display: block;
}

.zone-news__article-list>li:first-child {
  margin-left: 0;
}

.zone-news__article {
  display: table;
  max-width: 900px;
  background-color: #1c1c1c;
  text-align: left;
  position: relative;
}

@media (max-width:979px) {
  .zone-news__article {
    max-width: none;
    display: block;
  }
}

.zone-news__article__content,
.zone-news__article__image {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width:600px) {
  .zone-news__article__content,
  .zone-news__article__image {
    display: block;
  }
}

.zone-news__article__image {
  width: 50%;
}

@media (max-width:788px) {
  .zone-news__article__image {
    padding: 20px;
    vertical-align: top;
  }
}

@media (max-width:600px) {
  .zone-news__article__image {
    padding-top: 50px;
    width: 100%;
  }

  .zone-news__article__image img {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

.zone-news__article__content {
  width: 50%;
  padding: 40px;
  position: relative;
}

@media (max-width:788px) {
  .zone-news__article__content {
    padding: 20px;
  }
}

@media (max-width:600px) {
  .zone-news__article__content {
    width: 100%;
  }
}

.zone-news__article__date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #e9dac1;
  display: block;
  margin-bottom: 15px;
}

.zone-news__article__title {
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 10px;
}

.zone-news__article__wyswyg {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.zone-news__article__share {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 14px;
  height: 17px;
  background: url(../images/icons/share.png) 0 0 no-repeat;
  opacity: .8;
  transition: opacity .25s;
}

.zone-news__article__share:hover {
  opacity: 1;
}

.zone-news__article.event .zone-news__article__image {
  width: 450px;
  height: 300px;
  position: relative;
}

@media (max-width:787px) {
  .zone-news__article.event .zone-news__article__image {
    width: 100%;
  }
}

.zone-news__article.event .zone-news__article__image .media__date {
  text-align: center;
}

.zone-news__article.event .zone-news__article__image .media__date .separator {
  font-size: 70px;
}

.zone-news__article.event .zone-news__article__image .media__date .date {
  display: inline-block;
  line-height: 70px;
}

@media (max-width:787px) {
  .zone-news__article.event .zone-news__article__image .media__date .date {
    line-height: 45px;
  }
}

.zone-news__article.event .zone-news__article__image .media__date .date span {
  display: block;
}

.zone-news__article.event .zone-news__article__image .media__date .date .day {
  font-size: 120px;
}

@media (max-width:787px) {
  .zone-news__article.event .zone-news__article__image .media__date .date .day {
    font-size: 80px;
  }
}

.zone-news__article.event .zone-news__article__image .media__date .date .month {
  font-size: 40px;
}

.zone-animal {
  padding-top: 120px;
  padding-top: calc(10vw + -8px);
  padding-bottom: 120px;
  padding-bottom: calc(10vw + -8px);
  height: 1300px;
  color: #fff;
}

@media only screen and (max-width:480px) {
  .zone-animal {
    padding-top: 40px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-animal {
    padding-top: 120px;
  }
}

@media only screen and (max-width:480px) {
  .zone-animal {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-animal {
    padding-bottom: 120px;
  }
}

@media (max-width:979px) {
  .zone-animal {
    height: auto;
    background-size: 979px!important;
  }
}

@media (max-width:787px) {
  .zone-animal {
    background-size: 787px;
  }
}

.zone-animal__title {
  font-size: 43px;
  font-size: calc(1.875vw + 19px);
  margin-bottom: 50px;
  margin-bottom: calc(3.75vw + 2px);
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #1c1c1c;
}

@media only screen and (max-width:480px) {
  .zone-animal__title {
    font-size: 28px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-animal__title {
    font-size: 43px;
  }
}

@media only screen and (max-width:480px) {
  .zone-animal__title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-animal__title {
    margin-bottom: 50px;
  }
}

.zone-animal__filter {
  color: #5a5657;
}

.zone-animal-row-item {
  margin-left: -30px;
  margin-right: -30px;
}

.zone-animal-row-item:after,
.zone-animal-row-item:before {
  display: table;
  content: ' ';
}

.zone-animal-row-item:after {
  clear: both;
}

@media (min-width:788px) and (max-width:979px) {
  .zone-animal-row-item {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width:787px) {
  .zone-animal-row-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width:979px) {
  .zone-animal-row-item {
    text-align: center;
  }
}

@media (max-width:787px) {
  .row-item--small .zone-animal-block {
    display: none;
  }

  .row-item--small .zone-animal-block:first-child {
    display: block;
  }
}

.zone-animal-block {
  float: left;
  margin: 0 30px;
  margin-bottom: 60px;
  margin-bottom: calc(2.5vw + 28px);
}

@media only screen and (max-width:480px) {
  .zone-animal-block {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-animal-block {
    margin-bottom: 60px;
  }
}

@media (min-width:788px) and (max-width:979px) {
  .zone-animal-block {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width:787px) {
  .zone-animal-block {
    width: 100%!important;
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

.zone-animal-block__content,
.zone-animal-block__image {
  text-align: left;
}

.zone-animal-block__image img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.zone-animal-block__content {
  padding: 30px;
}

.zone-animal-block__link {
  display: block;
  background-color: #1c1c1c;
}

.zone-animal-block__link:hover {
  background-color: #000;
  color: #fff;
}

.zone-animal-block__title {
  font-size: 25px;
  margin-bottom: 5px;
}

.zone-animal-block__category {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #e9dac1;
  display: block;
}

.zone-animal-block__cta {
  padding-top: 60px;
  padding-top: calc(5vw + -4px);
}

@media only screen and (max-width:480px) {
  .zone-animal-block__cta {
    padding-top: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-animal-block__cta {
    padding-top: 60px;
  }
}

@media (max-width:1299px) {
  .zone-animal-block__cta {
    text-align: center;
  }
}

.zone-animal-block__cta-title {
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  font-size: 40px;
  font-size: calc(2vw + 14.4px);
  margin-bottom: 30px;
  margin-bottom: calc(1.25vw + 14px);
  line-height: 1;
  color: #5a5657;
}

@media only screen and (max-width:480px) {
  .zone-animal-block__cta-title {
    font-size: 24px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-animal-block__cta-title {
    font-size: 40px;
  }
}

@media only screen and (max-width:480px) {
  .zone-animal-block__cta-title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-animal-block__cta-title {
    margin-bottom: 30px;
  }
}

.zone-animal-block--hero {
  width: calc(64% - 60px);
}

@media (max-width:979px) {
  .zone-animal-block--hero {
    width: auto;
    float: none;
  }
}

.zone-animal-block--cta {
  width: calc(36% - 60px);
}

@media (max-width:979px) {
  .zone-animal-block--cta {
    width: auto;
    text-align: center;
    float: none;
  }
}

.zone-animal-block--small {
  width: calc(33.33% - 60px);
}

@media (max-width:979px) {
  .zone-animal-block--small {
    width: calc(50% - 40px);
    max-width: 280px;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}

@media (max-width:787px) {
  .zone-animal-block--small {
    width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

.zone-animal--slider {
  padding-top: 100px;
  padding-top: calc(7.5vw + 4px);
  padding-bottom: 70px;
  padding-bottom: calc(3.75vw + 22px);
  height: 625px;
  background: #d7b59f url(../images/bg/bg-zone-animal-slider-merge.jpg) no-repeat center 0;
}

@media only screen and (max-width:480px) {
  .zone-animal--slider {
    padding-top: 40px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-animal--slider {
    padding-top: 100px;
  }
}

@media only screen and (max-width:480px) {
  .zone-animal--slider {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-animal--slider {
    padding-bottom: 70px;
  }
}

@media (max-width:979px) {
  .zone-animal--slider {
    height: auto;
    background-size: auto!important;
  }
}

.zone-animal--slider .zone-animal-slider {
  position: relative;
}

.zone-animal--slider .swiperAnimal {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 960px;
  width: 80%;
}

@media (max-width:979px) {
  .zone-animal--slider .swiperAnimal {
    width: 70%;
  }
}

.zone-animal--slider .swiperAnimal .content {
  max-width: 280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.zone-liens-visitez {
  padding-top: 100px;
  padding-top: calc(7.5vw + 4px);
  padding-bottom: 100px;
  padding-bottom: calc(7.5vw + 4px);
  min-height: 800px;
  background: url(../images/bg/zone-liens-visitez-top.jpg) no-repeat 0 0,url(../images/bg/zone-liens-visitez-bottom.jpg) no-repeat 100% 100%,#292727;
  color: #fff;
}

@media only screen and (max-width:480px) {
  .zone-liens-visitez {
    padding-top: 40px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-liens-visitez {
    padding-top: 100px;
  }
}

@media only screen and (max-width:480px) {
  .zone-liens-visitez {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-liens-visitez {
    padding-bottom: 100px;
  }
}

@media (max-width:979px) {
  .zone-liens-visitez {
    height: auto;
  }
}

.zone-liens-visitez__title {
  font-size: 43px;
  font-size: calc(1.875vw + 19px);
  margin-bottom: 40px;
  margin-bottom: calc(2.5vw + 8px);
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
}

@media only screen and (max-width:480px) {
  .zone-liens-visitez__title {
    font-size: 28px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-liens-visitez__title {
    font-size: 43px;
  }
}

@media only screen and (max-width:480px) {
  .zone-liens-visitez__title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-liens-visitez__title {
    margin-bottom: 40px;
  }
}

.zone-liens-visitez-article {
  display: block;
}

.zone-liens-visitez-article:after,
.zone-liens-visitez-article:before {
  display: table;
  content: ' ';
}

.zone-liens-visitez-article:after {
  clear: both;
}

@media (min-width:788px) and (max-width:979px) {
  .zone-liens-visitez-article {
    text-align: center;
  }
}

.zone-liens-visitez-article__item {
  float: left;
  width: calc(33.33% - 40px);
  max-width: 280px;
  background-color: #1c1c1c;
  margin-right: 60px;
}

@media (min-width:788px) and (max-width:979px) {
  .zone-liens-visitez-article__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    margin-right: 20px;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
}

@media (max-width:787px) {
  .zone-liens-visitez-article__item {
    width: 100%;
    float: none;
    margin: 0 auto 20px!important;
    height: auto;
  }
}

.zone-liens-visitez-article__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.zone-liens-visitez-article__image {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 220px;
}

@media (max-width:979px) {
  .zone-liens-visitez-article__image {
    padding-top: 20px;
  }
}

@media (max-width:787px) {
  .zone-liens-visitez-article__image {
    padding: 20px 20px 0;
  }
}

.zone-liens-visitez-article__content {
  padding: 25px 30px;
}

.zone-liens-visitez-article__title {
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 10px;
}

.zone-liens-visitez-article__wyswyg {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.zone-liens-visitez-article__list {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 12px;
  color: #e9dac0;
}

.zone-liens-visitez-article__list li {
  margin-bottom: 15px;
}

.zone-liens-visitez-article__list li:last-child {
  margin-bottom: 0;
}

.zone-liens-visitez-article__list a:hover {
  color: inherit;
  text-decoration: underline;
}

.zone-instagram {
  padding-top: 120px;
  padding-top: calc(10vw + -8px);
  padding-bottom: 120px;
  padding-bottom: calc(10vw + -8px);
  min-height: 1250px;
  background: url(../images/bg/home-zone-news-TOP.jpg) no-repeat 0 0,url(../images/bg/home-zone-news-bottom.jpg) no-repeat 100% 100%,#292727;
  color: #fff;
}

@media only screen and (max-width:480px) {
  .zone-instagram {
    padding-top: 40px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-instagram {
    padding-top: 120px;
  }
}

@media only screen and (max-width:480px) {
  .zone-instagram {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-instagram {
    padding-bottom: 120px;
  }
}

@media (max-width:979px) {
  .zone-instagram {
    min-height: 1px;
    height: auto;
    background-size: 979px!important;
  }
}

.zone-instagram__title {
  font-size: 16px;
  font-size: calc(.5vw + 9.6px);
  margin-bottom: 40px;
  margin-bottom: calc(2.5vw + 8px);
  font-family: nimbus-sans,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: center;
}

@media only screen and (max-width:480px) {
  .zone-instagram__title {
    font-size: 12px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-instagram__title {
    font-size: 16px;
  }
}

@media only screen and (max-width:480px) {
  .zone-instagram__title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-instagram__title {
    margin-bottom: 40px;
  }
}

@media (max-width:787px) {
  .zone-instagram__title {
    font-size: 28px;
  }
}

.zone-instagram__tag {
  font-size: 40px;
  font-size: calc(3.25vw + -1.6px);
  margin-bottom: 80px;
  margin-bottom: calc(7.5vw + -16px);
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: center;
}

@media only screen and (max-width:480px) {
  .zone-instagram__tag {
    font-size: 14px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-instagram__tag {
    font-size: 40px;
  }
}

@media only screen and (max-width:480px) {
  .zone-instagram__tag {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-instagram__tag {
    margin-bottom: 80px;
  }
}

@media (max-width:787px) {
  .zone-instagram__tag {
    font-size: 20px;
  }
}

@media (max-width:787px) {
  .zone-instagram .list-tile__item {
    display: none;
  }

  .zone-instagram .list-tile__item:nth-child(1),
  .zone-instagram .list-tile__item:nth-child(2) {
    display: block;
  }
}

.zone-instagram__btn-instagram {
  margin-top: 80px;
  margin-top: calc(7.5vw + -16px);
  background-color: #e9dac1;
  color: #1c1c1c;
}

@media only screen and (max-width:480px) {
  .zone-instagram__btn-instagram {
    margin-top: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .zone-instagram__btn-instagram {
    margin-top: 80px;
  }
}

.zone-instagram__btn-instagram i {
  font-size: 22px;
  margin-right: 8px;
}

.zone-instagram__btn-instagram .zone-instagram__btn-instagram-label {
  font-size: 14px;
  line-height: 22px;
  vertical-align: top;
}

.container-bg {
  background: url(../images/bg/container-bg-top.jpg) no-repeat 0 0,url(../images/bg/container-bg-bottom.jpg) no-repeat 100% 100%,#f7f4ef;
}

.js-tab .js-tab-filter {
  margin-bottom: 60px;
  margin-bottom: calc(2.5vw + 28px);
  text-align: center;
  padding: 0 20px;
  font-size: 15px;
}

@media only screen and (max-width:480px) {
  .js-tab .js-tab-filter {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:1280px) {
  .js-tab .js-tab-filter {
    margin-bottom: 60px;
  }
}

.js-tab .js-tab-filter li {
  display: inline-block;
  margin-right: 40px;
}

@media (max-width:600px) {
  .js-tab .js-tab-filter li {
    margin: 0 0 20px;
    display: block;
  }
}

.js-tab .js-tab-filter li:last-child {
  margin-right: 0;
}

.js-tab .js-tab-filter li.is-active {
  text-decoration: underline;
}

.js-tab .js-tab-content:after,
.js-tab .js-tab-content:before {
  display: table;
  content: ' ';
}

.js-tab .js-tab-content:after {
  clear: both;
}

.js-tab .js-tab-content .js-tab-content-group {
  display: none;
}

.js-tab .js-tab-content .js-tab-content-group:after,
.js-tab .js-tab-content .js-tab-content-group:before {
  display: table;
  content: ' ';
}

.js-tab .js-tab-content .js-tab-content-group:after {
  clear: both;
}

.js-tab .js-tab-content .js-tab-content-group:first-child {
  display: block;
}

.list-btn-box {
  margin: 20px -10px 0;
}

.list-btn-box:after,
.list-btn-box:before {
  display: table;
  content: ' ';
}

.list-btn-box:after {
  clear: both;
}

@media (max-width:1299px) {
  .list-btn-box {
    margin-top: 20px;
  }
}

.list-btn-box li {
  display: block;
  float: left;
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
}

@media (max-width:787px) {
  .list-btn-box li {
    width: calc(50% - 20px);
  }
}

.list-media .media {
  margin-bottom: 20px;
}

.list-media .media:last-child {
  margin-bottom: 0;
}

.media {
  margin-bottom: 40px;
}

.media:after,
.media:before {
  display: table;
  content: ' ';
}

.media:after {
  clear: both;
}

@media (max-width:788px) {
  .media .media__content,
  .media .media__date,
  .media .media__image {
    display: block;
  }
}

.media .media__date {
  float: left;
  padding-right: 40px;
}

@media (max-width:788px) {
  .media .media__date {
    float: none;
    padding-right: 0;
  }
}

.media .media__date .date {
  width: 120px;
  height: 120px;
  display: block;
  background-color: #1c1c1c;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.media .media__date .date .day {
  display: block;
  font-size: 60px;
  line-height: 1;
}

.media .media__date .date .month {
  display: block;
  font-size: 18px;
  position: relative;
  top: -5px;
}

.media .media__image {
  padding-right: 40px;
  vertical-align: top;
  float: left;
}

@media (max-width:788px) {
  .media .media__image {
    padding-right: 0;
    margin-bottom: 20px;
    float: none!important;
  }
}

.media .media__image>img {
  max-width: 420px;
  display: block;
}

@media (max-width:788px) {
  .media .media__image>img {
    max-width: 100%;
  }
}

.media .media__content {
  vertical-align: top;
}

.media .media__title {
  font-size: 20px;
  margin-bottom: 5px;
}

@media (max-width:788px) {
  .media .media__title {
    margin-bottom: 10px;
  }
}

.media .media__wyswyg {
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width:788px) {
  .media .media__wyswyg {
    margin-bottom: 20px;
  }
}

.media--top .media__content,
.media--top .media__image {
  vertical-align: top;
}

.media--bottom .media__content,
.media--bottom .media__image {
  vertical-align: bottom;
}

.media--rev .media__image {
  float: right;
  padding-right: 0;
  padding-left: 40px;
}

@media (max-width:788px) {
  .media--rev .media__image {
    padding-left: 0;
  }
}

.media--event .media__cat {
  margin-bottom: 5px;
  color: #599122;
}

@media (max-width:788px) {
  .media--event .media__cat {
    margin-top: 20px;
  }
}

.media--event .media__title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width:788px) {
  .media--event .media__title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.media--event .media__btn {
  background-color: #5a5657;
}

.media--event .media__btn:hover {
  opacity: .8;
}

.banner-big-header {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 1280px;
  color: #fff;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}

.banner-big-header:after,
.banner-big-header:before {
  display: table;
  content: ' ';
}

.banner-big-header:after {
  clear: both;
}

.banner-big-header__content {
  height: 500px;
  height: calc(31.25vw + 100px);
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: relative;
  text-align: center;
}

@media only screen and (max-width:480px) {
  .banner-big-header__content {
    height: 250px;
  }
}

@media only screen and (min-width:1280px) {
  .banner-big-header__content {
    height: 500px;
  }
}

.banner-big-header__constraint {
  max-width: 460px;
  width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}

@media (max-width:979px) {
  .banner-big-header__constraint {
    max-width: 320px;
  }
}

@media (min-width:788px) {
  .banner-big-header__constraint {
    top: calc(50% + 42px);
  }
}

.banner-big-header__surtitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e9dac0;
  margin-bottom: 15px;
}

.banner-big-header__title {
  font-size: 50px;
  font-size: calc(3.125vw + 10px);
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  line-height: .9;
  margin-bottom: 5px;
}

@media only screen and (max-width:480px) {
  .banner-big-header__title {
    font-size: 25px;
  }
}

@media only screen and (min-width:1280px) {
  .banner-big-header__title {
    font-size: 50px;
  }
}

.banner-big-header__wyswyg {
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  max-width: 600px;
}

@media (min-width:788px) {
  .banner-big-header__wyswyg:after {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    content: "";
    display: block;
    width: 13px;
    height: 58px;
    background: url(../images/line-arrow-down.png) 0 0 no-repeat;
  }
}

.banner-big-header.no-widget .banner-big-header__constraint {
  max-width: 600px;
}

.banner-small-header {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 250px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.banner-small-header:after,
.banner-small-header:before {
  display: table;
  content: ' ';
}

.banner-small-header:after {
  clear: both;
}

@media (max-width:787px) {
  .banner-small-header {
    height: 125px;
  }
}

.banner-small-header__content {
  max-width: 960px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

@media (max-width:788px) {
  .banner-small-header__content {
    max-width: 400px;
  }
}

.banner-small-header__title {
  font-size: 50px;
  font-size: calc(3.125vw + 10px);
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  line-height: .9;
  margin-bottom: 5px;
}

@media only screen and (max-width:480px) {
  .banner-small-header__title {
    font-size: 25px;
  }
}

@media only screen and (min-width:1280px) {
  .banner-small-header__title {
    font-size: 50px;
  }
}

.banner-small-header__wyswyg {
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  max-width: 600px;
}

@media (max-width:1100px) {
  .banner-small-header__wyswyg {
    max-width: 300px;
  }
}

.banner-bigbox {
  margin-bottom: 0;
}

.banner-bigbox:after,
.banner-bigbox:before {
  display: table;
  content: ' ';
}

.banner-bigbox:after {
  clear: both;
}

@media (max-width:1299px) {
  .banner-bigbox {
    margin-bottom: 0;
  }
}

.banner-bigbox__title {
  font-size: 12px;
  margin-bottom: 5px;
  color: #827e7c;
}

@media (max-width:1299px) {
  .banner-bigbox__title {
    text-align: center;
  }
}

.banner-bigbox--box-big {
  margin-bottom: 20px;
}

@media (max-width:979px) {
  .banner-bigbox--box-big {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

.banner-bigbox--footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner-bigbox--footer .banner-bigbox--box-big:last-child {
  margin-bottom: 0;
}

.banner-promo {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 1280px;
  background-color: #5b8135;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 59px 0;
  color: #fff;
  position: relative;
}

.banner-promo:after,
.banner-promo:before {
  display: table;
  content: ' ';
}

.banner-promo:after {
  clear: both;
}

.banner-promo__content {
  height: 625px;
  height: calc(43.75vw + 65px);
  max-width: 960px;
  text-align: center;
}

@media only screen and (max-width:480px) {
  .banner-promo__content {
    height: 275px;
  }
}

@media only screen and (min-width:1280px) {
  .banner-promo__content {
    height: 625px;
  }
}

.banner-promo__title {
  font-size: 40px;
  font-size: calc(2.5vw + 8px);
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  line-height: .8;
  margin-bottom: 20px;
}

@media only screen and (max-width:480px) {
  .banner-promo__title {
    font-size: 20px;
  }
}

@media only screen and (min-width:1280px) {
  .banner-promo__title {
    font-size: 40px;
  }
}

.banner-promo__wyswyg {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.banner-newsletter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 1280px;
  background-color: #ba7e26;
  color: #fff;
}

.banner-newsletter:after,
.banner-newsletter:before {
  display: table;
  content: ' ';
}

.banner-newsletter:after {
  clear: both;
}

.banner-newsletter--margin-top {
  margin-top: 60px;
}

@media (max-width:1299px) {
  .banner-newsletter--margin-top {
    margin-top: 40px;
  }
}

.banner-newsletter__content {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 960px;
  position: relative;
  height: 500px;
}

.banner-newsletter__constraint {
  max-width: 400px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width:787px) {
  .banner-newsletter__constraint {
    max-width: 280px;
  }
}

.banner-newsletter__title {
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: .8;
  margin-bottom: 20px;
}

.banner-newsletter__wyswyg {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.banner-newsletter.billetterie .banner-newsletter__content {
  height: 250px;
}

.banner-newsletter.billetterie .banner-newsletter__content .banner-newsletter__constraint {
  text-align: center;
  max-width: 100%;
  width: 920px;
  max-width: 920px;
}

.banner-newsletter.billetterie .banner-newsletter__content .banner-newsletter__constraint .banner-newsletter__title {
  margin-bottom: 8px;
}

@media (max-width:980px) {
  .banner-newsletter.billetterie .banner-newsletter__content {
    height: auto;
  }

  .banner-newsletter.billetterie .banner-newsletter__content .banner-newsletter__constraint {
    margin: 36px 0 30px;
    width: 100%;
    position: relative;
    transform: none;
  }
}

.banner-newsletter .form.form--style-banner-newsletter ::-webkit-input-placeholder {
  color: #fff;
}

.banner-newsletter .form.form--style-banner-newsletter :-moz-placeholder,
.banner-newsletter .form.form--style-banner-newsletter ::-moz-placeholder {
  color: #fff;
}

.banner-newsletter .form.form--style-banner-newsletter :-ms-input-placeholder {
  color: #fff;
}

.banner-newsletter .form.form--style-banner-newsletter .form-control {
  padding: 7px 20px;
  height: 50px;
  background-color: rgba(0,0,0,.1);
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.banner-newsletter .form.form--style-banner-newsletter .form-group {
  margin-bottom: 20px;
}

.banner-newsletter .form.form--style-banner-newsletter .btn-submit {
  padding-left: 60px;
  position: relative;
  background-color: #1c1c1c;
  color: #fff;
}

.banner-newsletter .form.form--style-banner-newsletter .btn-submit:before {
  font-family: granby!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 22px;
  color: #b1a39f;
  position: absolute;
  top: 10px;
  left: 21px;
}

.banner-newsletter .form.form--style-banner-newsletter .btn-submit:hover {
  color: #1c1c1c;
  background-color: #e9dac1;
}

.banner-newsletter .form.form--style-banner-newsletter .btn-submit:hover:before {
  color: #1c1c1c;
}

.banner-newsletter .form.form--style-banner-newsletter .btn-submit.loading {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}

.fc-unthemed .fc-toolbar .fc-left {
  padding-bottom: 15px;
}

.fc-unthemed .fc-left {
  text-transform: capitalize;
  font-size: 18px;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #fff;
}

.fc-unthemed .fc-other-month {
  background-color: #f7f4ef;
}

.fc-unthemed .fc-state-highlight,
.fc-unthemed .fc-today {
  background-color: inherit;
}

.fc-unthemed .fc-bg .fc-today {
  font-weight: 700;
  font-size: 16px;
  position: relative;
}

.fc-unthemed .fc-bg .fc-today:after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #545051;
  position: absolute;
  top: 0;
  left: 0;
}

.fc-unthemed .fc-today {
  font-weight: 700;
  font-size: 16px;
}

#calendar .fc-bgevent-skeleton {
  z-index: 0;
}

#calendar .fc-today-button {
  background: #545051;
  opacity: 1;
  border: none;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  padding: 3px 20px;
  height: 35px;
}

#calendar .fc-today-button:hover {
  background-color: #dfd9cf;
  color: #1c1c1c;
}

#calendar .fc-button-group .fc-button {
  height: 35px;
  border: 0;
  border-radius: 0;
  background: #f1eae0;
  margin: 0 2px 0 0;
}

#calendar .fc-button-group .fc-button:hover {
  background-color: #dfd9cf;
  color: #1c1c1c;
}

#calendar .fc-button-group .fc-button:last-child {
  margin-right: 0;
}

#calendar .fc-button-group .fc-button .fc-icon {
  text-shadow: none;
}

#calendar .fc-widget-header .fc-day-header {
  background: #c2bbb5;
  color: #5a5657;
  text-transform: uppercase;
  font-weight: 400;
}

#calendar .fc-bgevent {
  opacity: 1;
  z-index: -1;
}

#calendar .fc-bgevent.code-1 {
  background: #f0eae0;
}

#calendar .fc-bgevent.code-2 {
  background: #9db869;
}

#calendar .fc-bgevent.code-3 {
  background: #a0dac2;
}

#calendar .fc-bgevent.code-4 {
  background: #d1e6f9;
}

#calendar .fc-bgevent.code-5 {
  background: #a792d3;
}

#calendar .fc-bgevent.code-6 {
  background: #ddacce;
}

#calendar .fc-bgevent.code-7 {
  background: #efa397;
}

#calendar .fc-bgevent.code-8 {
  background: #f3aa75;
}

#calendar .fc-bgevent.code-9,
#calendar .fc-bgevent.code-10 {
  background: #f7f1b5;
}

#calendar-legend {
  margin: 40px 0 0;
}

#calendar-legend ul {
  margin: 20px 0;
}

#calendar-legend ul li {
  margin: 0 0 15px;
}

#calendar-legend ul li:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
}

#calendar-legend ul li:last-child {
  margin-bottom: 0;
}

#calendar-legend ul li span {
  padding-left: 25px;
  overflow: hidden;
  display: block;
}

#calendar-legend ul li.code-1:before {
  background: #f0eae0;
}

#calendar-legend ul li.code-2:before {
  background: #9db869;
}

#calendar-legend ul li.code-3:before {
  background: #a0dac2;
}

#calendar-legend ul li.code-4:before {
  background: #d1e6f9;
}

#calendar-legend ul li.code-5:before {
  background: #a792d3;
}

#calendar-legend ul li.code-6:before {
  background: #ddacce;
}

#calendar-legend ul li.code-7:before {
  background: #efa397;
}

#calendar-legend ul li.code-8:before {
  background: #f3aa75;
}

#calendar-legend ul li.code-9:before,
#calendar-legend ul li.code-10:before {
  background: #f7f1b5;
}

body.billetterie .main-content {
  background: url(../images/bg/container-bg-top.jpg) no-repeat 0 0,#f7f4ef;
}

#billetterie {
  width: 960px;
  background-color: #fff;
  margin: 60px auto;
  padding: 37px;
  text-align: center;
}

#billetterie:after,
#billetterie:before {
  display: table;
  content: ' ';
}

#billetterie:after {
  clear: both;
}

@media (max-width:979px) {
  #billetterie {
    width: 100%;
  }
}

#billetterie .submit {
  max-width: 180px;
  margin-top: 20px;
  padding-top: 18px;
}

@media (max-width:979px) {
  #billetterie .submit {
    display: block;
  }
}

#billetterie h1 {
  color: #545052;
  font-size: 35px;
  margin-bottom: 10px;
}

#billetterie p {
  color: #545052;
  margin-bottom: 30px;
}

#billetterie ul {
  display: inline-block;
}

#billetterie ul:after,
#billetterie ul:before {
  display: table;
  content: ' ';
}

#billetterie ul:after {
  clear: both;
}

@media (max-width:979px) {
  #billetterie ul {
    display: block;
  }
}

#billetterie ul li {
  text-align: center;
  display: block;
  float: left;
  width: 161px;
  height: 210px;
  background-color: #c1bbb5;
  margin-right: 20px;
  color: #fff;
  padding: 70px 20px 0;
  position: relative;
  cursor: pointer;
}

#billetterie ul li:hover {
  background-color: #b2ada7;
}

#billetterie ul li:last-child {
  margin-right: 0;
}

#billetterie ul li h2 {
  font-size: 18px;
}

#billetterie ul li .img-wrapper {
  height: 70px;
}

#billetterie ul li .img-wrapper img {
  width: 50px;
  display: inline-block;
  opacity: .5;
}

#billetterie ul li .img-wrapper img.donation {
  width: 38px;
  margin-top: -10px;
}

#billetterie ul li .cb {
  position: absolute;
  top: 20px;
  right: 20px;
}

#billetterie ul li .cb input {
  display: none;
}

#billetterie ul li .cb input:checked+label {
  background: #fff url(/dist/images/svg/checkbox.svg) no-repeat 50%;
  background-size: 15px;
}

#billetterie ul li .cb label {
  width: 25px;
  height: 25px;
  display: block;
  background-color: #fff;
}

@media (max-width:979px) {
  #billetterie ul li {
    width: 100%;
    text-align: left;
    margin: 0 0 20px;
    padding: 20px;
    height: 100%;
  }

  #billetterie ul li .cb {
    right: 20px;
    top: 30px;
  }

  #billetterie ul li h2 {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -3px;
  }
}

@media (max-width:979px) and (max-width:600px) {
  #billetterie ul li h2 {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width:979px) {
  #billetterie ul li .img-wrapper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 10px;
  }

  #billetterie ul li .img-wrapper img.donation {
    margin-right: 13px;
  }
}

#billetterie .billetterie-cta {
  width: 523px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width:979px) {
  #billetterie .billetterie-cta {
    width: auto;
  }
}

#billetterie .billetterie-cta .nav__ticket {
  width: 161px;
  float: none;
  padding: 14px 5px;
  display: inline-block;
}

@media (max-width:979px) {
  #billetterie .billetterie-cta .nav__ticket {
    margin-top: 0;
  }
}

#billetterie .message-error {
  margin-bottom: 30px;
  display: none;
  color: red;
}

.subfooter {
  padding: 10px 20px;
  min-height: 35px;
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1;
  color: #545052;
}

.subfooter__list {
  text-align: center;
}

.subfooter__item {
  display: inline-block;
  margin-right: 20px;
}

.subfooter__item:last-child {
  margin-right: 0;
}

.body {
  overflow: hidden;
  color: #545051;
  background-color: #fff;
  padding-bottom: 40px;
}

@media (max-width:979px) {
  .body {
    padding-bottom: 20px;
  }
}

.body .body__component {
  margin: 20px 40px;
}

@media (max-width:979px) {
  .body .body__component {
    margin: 20px;
  }
}

.body .body__component:last-child {
  margin-bottom: 0;
}

.body .h1,
.body .h2,
.body .h3,
.body .h4,
.body .h5,
.body .h6,
.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
  font-family: nimbus-sans,sans-serif;
  font-weight: 300;
  line-height: .9;
  margin-bottom: 0;
}

.body--small {
  font-size: 14px;
  line-height: 1.4;
}

.body--small .h1,
.body--small h1 {
  font-size: 40px;
}

.body--small .h2,
.body--small h2 {
  font-size: 26px;
}

.body--small .h3,
.body--small h3 {
  font-size: 30px;
}

.body--small .h4,
.body--small h4 {
  font-size: 28px;
}

.body--small .h5,
.body--small h5 {
  font-size: 26px;
}

.body--small .h6,
.body--small h6 {
  font-size: 24px;
}

.body--large {
  font-size: 14px;
  line-height: 1.4;
}

.body--large .body__component {
  margin: 40px;
}

@media (max-width:979px) {
  .body--large .body__component {
    margin: 20px;
  }
}

.body--large .h1,
.body--large h1 {
  font-size: 50px;
}

.body--large .h2,
.body--large h2 {
  font-size: 40px;
}

.body--large .h3,
.body--large h3 {
  font-size: 35px;
}

.body--large .h4,
.body--large h4 {
  font-size: 20px;
}

.body--large .h5,
.body--large h5 {
  font-size: 18px;
}

.body--large .h6,
.body--large h6 {
  font-size: 16px;
}

.body .body__component--col2 a,
.body .body__component--highlight a,
.body .body__component--text a {
  color: #599122;
}

.body .body__component--col2 a:hover,
.body .body__component--highlight a:hover,
.body .body__component--text a:hover {
  text-decoration: underline;
}

.body .body__component--bodyTitle {
  margin-top: 40px;
}

.body .body__component--topImage {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.body .body__component--topImage img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.body .body__component--image:after,
.body .body__component--image:before {
  display: table;
  content: ' ';
}

.body .body__component--image:after {
  clear: both;
}

.body .body__component--image .center {
  text-align: center;
}

.body .body__component--image .right {
  text-align: right;
}

.body .body__component--image .left {
  text-align: left;
}

.body .body__component--image .content {
  display: inline-block;
  text-align: left;
}

.body .body__component--image .legende {
  margin-top: 5px;
}

.body .body__component--button {
  margin-bottom: 10px;
}

.body .body__component--button .btn,
.body .body__component--button input[type=submit] {
  margin-bottom: 10px;
  margin-right: 10px;
}

@media (min-width:788px) {
  .body .body__component--col2 .col {
    float: left;
    width: 50%;
  }
}

@media (max-width:788px) {
  .body .body__component--col2 .col {
    margin-bottom: 20px;
  }

  .body .body__component--col2 .col:last-child {
    margin-bottom: 0;
  }
}

.body .body__component--highlight {
  padding: 60px 70px;
  background-color: #f7f4ef;
  text-align: center;
  font-size: 20px;
}

@media (max-width:788px) {
  .body .body__component--highlight {
    padding: 20px;
  }
}

.body .body__component--quickFacts {
  margin-bottom: 0;
}

.body .body__component--catAnimal {
  margin-top: 40px;
  margin-bottom: 0;
}

.body .body__component--titletext .bodyTitle {
  margin-bottom: 20px;
}

.body .body__component--titletext .btn,
.body .body__component--titletext input[type=submit] {
  margin-top: 20px;
}

.body .body__component--listEvent {
  margin-top: 40px;
}

.body .body__component--listEvent .form-group {
  margin-bottom: 40px;
}

.body .body__component--listEvent .listEvent-select {
  margin-bottom: 15px;
  max-width: 320px;
}

.body .body__component--article .media:last-child {
  margin-bottom: 0;
}

.body-tab__header {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 6px solid #373535;
}

.body-tab__header:after,
.body-tab__header:before {
  display: table;
  content: ' ';
}

.body-tab__header:after {
  clear: both;
}

.body-tab li {
  padding: 20px 10px;
  width: 50%;
  float: left;
  border-top: 1px solid #f8f5f0;
  border-right: 1px solid #f8f5f0;
  text-align: center;
  cursor: pointer;
}

.body-tab li:first-child {
  border-right: none;
  border-left: 1px solid #f8f5f0;
}

.body-tab li.is-active,
.body-tab li:hover {
  color: #fff;
  background-color: #373535;
  border-color: #373535;
}

.body-tab .body-tab__text,
.body-tab .body-tab__title {
  display: block;
}

.body-tab .body-tab__title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
}

.body-tab .body-tab__contents .body-tab__content {
  display: none;
}

.body-tab .body-tab__contents .body-tab__content:first-child {
  display: block;
}

.list-cat-box {
  margin-left: -10px;
  margin-right: -10px;
}

.list-cat-box:after,
.list-cat-box:before {
  display: table;
  content: ' ';
}

.list-cat-box:after {
  clear: both;
}

.list-cat-box li {
  float: left;
  width: calc(20% - 14px);
  margin: 0 7px 15px;
}

@media (max-width:979px) {
  .list-cat-box li {
    width: calc(33.33% - 14px);
  }
}

@media (max-width:787px) {
  .list-cat-box li {
    width: calc(50% - 14px);
  }
}

.cat-box {
  width: 100%;
  min-height: 160px;
  margin: 0;
  padding: 0 0 20px;
  vertical-align: top;
  border: 1px solid #f7f4ef;
  color: #433c3a;
  background-color: #f7f4ef;
  position: relative;
}

.cat-box .cat-box__icon {
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding-top: 20px;
  width: 50px;
}

.cat-box .cat-box__title,
.cat-box .cat-box__value {
  display: block;
  text-align: center;
  font-size: 15px;
}

.cat-box .cat-box__title {
  margin-top: 15px;
  color: #545052;
}

.cat-box .cat-box__value {
  color: #599122;
  line-height: 1;
}

.cta-view-more--margin-medium {
  margin-top: 25px;
}

@media (max-width:1299px) {
  .cta-view-more--margin-medium {
    margin-top: 30px;
  }
}

.cta-view-more--margin-large {
  margin-top: 50px;
}

@media (max-width:1299px) {
  .cta-view-more--margin-large {
    margin-top: 30px;
  }
}

.cta-view-more .cta-view-more__btn {
  padding: 15px 20px;
  display: block;
  color: #fff;
  background-color: #5a5657;
  text-align: center;
  font-size: 14px;
}

.cta-view-more .cta-view-more__btn:hover {
  opacity: .8;
}

.cta-view-more .cta-view-more__label,
.cta-view-more .cta-view-more__label:before {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
}

.cta-view-more .cta-view-more__label:before {
  content: "";
  margin-right: 8px;
  width: 22px;
  background: url(../images/svg/more-white.svg) 0 0 no-repeat;
  position: relative;
  top: -1px;
}

.tile {
  background-color: #1c1c1c;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.tile .tile__preview {
  position: relative;
  display: block;
  transition: opacity .25s;
}

.tile .tile__preview:hover {
  opacity: .9;
}

.tile .tile__preview:after {
  content: " ";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/svg/btn-play.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}

@media (max-width:1040px) {
  .tile .tile__image {
    width: 100%;
    max-width: none;
  }
}

.tile .tile__content {
  padding: 30px 24px;
}

.tile .tile__wyswyg {
  margin-bottom: 16px;
}

.tile .tile__play {
  position: relative;
  padding-left: 24px;
  transition: opacity .25s;
}

.tile .tile__play:hover {
  color: #fff;
}

.tile .tile__play:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #927f79;
}

.tile .tile__time {
  color: #e9dac0;
}

.tile.tile-animals:hover {
  background-color: #000;
}

.tile.tile-animals:hover .zone-animal-block__title {
  color: #fff;
}

.tile.tile--images .tile__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.tile.tile--images .tile__link:hover .tile__overlay {
  display: block;
}

.tile.tile--images .tile__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0,0,0,.5);
  display: none;
}

.tile.tile--images .tile__text {
  font-size: 16px;
  font-size: calc(.25vw + 12.8px);
  font-family: nimbus-sans,sans-serif;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
}

@media only screen and (max-width:480px) {
  .tile.tile--images .tile__text {
    font-size: 14px;
  }
}

@media only screen and (min-width:1280px) {
  .tile.tile--images .tile__text {
    font-size: 16px;
  }
}

.textzone {
  padding: 60px 0;
  background-color: #f0eae0;
  color: #5a5657;
}

@media (max-width:787px) {
  .textzone {
    padding: 40px 0;
  }
}

.textzone .textzone__title {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1;
}

.textzone .textzone__col {
  font-size: 14px;
  line-height: 18px;
}

.textzone--col2 .textzone__col {
  width: 50%;
  float: left;
  padding-right: 60px;
}

@media (max-width:787px) {
  .textzone--col2 .textzone__col {
    width: auto;
    float: none;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .textzone--col2 .textzone__col:last-child {
    margin-bottom: 0;
  }
}

.list-tile:after,
.list-tile:before {
  display: table;
  content: ' ';
}

.list-tile:after {
  clear: both;
}

.list-tile__item {
  float: left;
  margin-bottom: 60px;
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

@media (min-width:980px) {
  .list-tile__item:nth-child(3n+2) {
    margin-bottom: 0;
    margin-top: 60px;
  }
}

@media (min-width:788px) {
  .list-tile__item {
    width: 29.1666666667%;
    margin-right: 6.25%;
  }

  .list-tile__item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width:787px) {
  .list-tile__item {
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
    max-width: 320px;
    width: 100%;
  }

  .list-tile__item:nth-child(1),
  .list-tile__item:nth-child(2) {
    display: block;
  }
}

.block-iframe {
  background-color: #fff;
}

.page-404 {
  height: 2000px;
  height: calc(200vw + -560px);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

@media only screen and (max-width:480px) {
  .page-404 {
    height: 400px;
  }
}

@media only screen and (min-width:1280px) {
  .page-404 {
    height: 2000px;
  }
}

.swiper-hero {
  max-width: 1280px;
  width: 100%;
}

@media (max-width:600px) {
  .swiper-video-2-level .swiper-button-next,
  .swiper-video-2-level .swiper-button-prev {
    display: none;
  }
}

@media (min-width:788px) {
  .swiper-pagination--text {
    top: 30px;
    bottom: inherit!important;
  }
}

@media (min-width:788px) and (max-width:600px) {
  .swiper-pagination--text {
    top: 15px;
    font-size: 12px;
  }
}

@media (min-width:788px) {
  .swiper-pagination--text .swiper-pagination-bullet {
    width: auto;
    height: auto;
    color: #fff;
    background-color: transparent;
    opacity: 1;
    font-weight: 400;
    margin: 0 10px!important;
  }

  .swiper-pagination--text .swiper-pagination-bullet-active {
    background-color: transparent;
    text-decoration: underline;
  }
}

@media (max-width:787px) {
  .swiper-pagination--text .swiper-pagination-bullet {
    text-indent: -9000px;
    background-color: #fff;
    opacity: .5;
  }

  .swiper-pagination--text .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
}

.craftcms-page-edit {
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px;
  background: #ccc;
}

.desktop-only {
  display: block;
}

@media (max-width:979px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}

@media (max-width:979px) {
  .mobile-only {
    display: block;
  }
}

#pub-mobile .banner-bigbox__container {
  margin-top: 20px;
}