@import url("//hello.myfonts.net/count/3d4874");
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
/* fix height */
/**
 * selectize.default.css (v0.12.3) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }

html, body {
  padding: 0;
  margin: 0; }

input, select, textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; }

button, [type="submit"] {
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none;
  border-radius: 0;
  -webkit-appearance: none; }

p {
  padding: 0;
  margin: 0 0 1em; }

ul {
  padding: 0;
  margin: 0; }

@font-face {
  font-family: 'Roboto';
  src: url('/res/fonts/Roboto/Roboto-Light.eot');
  src: url('/res/fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('/res/fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('/res/fonts/Roboto/Roboto-Light.woff') format('woff'), url('/res/fonts/Roboto/Roboto-Light.ttf') format('truetype'), url('/res/fonts/Roboto/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url('/res/fonts/Roboto/Roboto-Regular.eot');
  src: url('/res/fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/res/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('/res/fonts/Roboto/Roboto-Regular.woff') format('woff'), url('/res/fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('/res/fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url('/res/fonts/Roboto/Roboto-Bold.eot');
  src: url('/res/fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/res/fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('/res/fonts/Roboto/Roboto-Bold.woff') format('woff'), url('/res/fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('/res/fonts/Roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RetroSignature';
  src: url('/res/fonts/RetroSignature/RetroSignature-Regular.eot');
  src: url('/res/fonts/RetroSignature/RetroSignature-Regular.eot?#iefix') format('embedded-opentype'), url('/res/fonts/RetroSignature/RetroSignature-Regular.woff2') format('woff2'), url('/res/fonts/RetroSignature/RetroSignature-Regular.woff') format('woff'), url('/res/fonts/RetroSignature/RetroSignature-Regular.ttf') format('truetype'), url('/res/fonts/RetroSignature/RetroSignature-Regular.svg#RetroSignature-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* ==================
                MIXINS
           ================== */ }

.lazy {
  background: none !important;
  opacity: 0;
  transition: opacity 1s; }
  .lazy * {
    background: none !important;
    opacity: 0;
    transition: opacity 1s; }

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

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

* {
  box-sizing: border-box; }

html, body, main {
  height: 100%; }

.logo-slide {
  position: absolute;
  z-index: 101;
  top: 50%;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  vertical-align: middle; }
  .logo-slide img {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222); }

.slider-svg {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 101; }
  .slider-svg img {
    width: 80px; }
  .slider-svg a {
    cursor: pointer; }

.pattern, body {
  background: url("https://api360beta.agencewebcom.com/uploads/api/site-540/e77bbe41c8e7f4db7a2a300b61611f149bb28925.png") repeat; }

body {
  padding-top: 100px;
  color: #191918;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300; }

a {
  color: #946153;
  text-decoration: none; }
  a img {
    border: none; }

body:not(.amp) .lazy, body:not(.amp) .lazy * {
  background: none !important; }

.slideshow-item {
  display: none;
  width: 100%;
  height: 100%; }
  .slideshow-item.cycle-sentinel {
    display: none; }
  .slideshow-item:first-child {
    display: block; }

.slideshow-controls {
  position: absolute;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 102;
  opacity: 0.7;
  transition: opacity 0.2s; }
  .slideshow-controls:hover {
    opacity: 1;
    transition: opacity 0.2s; }
  .slideshow-controls svg {
    width: 50px;
    height: 70px;
    fill: #fff; }
  .slideshow-controls.alt-color svg {
    fill: #000; }

.slideshow-bg {
  height: 400px; }

.ctrl {
  top: calc(50% - 35px); }

.next {
  right: 0; }

.prev {
  left: 0; }

.sc-ctrl {
  top: calc(50% - 35px); }

.sc-next {
  right: 0; }

.sc-prev {
  left: 0; }

.ptr {
  cursor: pointer; }

.hidden {
  display: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.justify {
  text-align: justify; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.rel {
  position: relative; }

.mtm {
  margin-top: 3em; }

.mtxs {
  margin-top: 1em; }

.mts {
  margin-top: 2em; }

.mbs {
  margin-bottom: 2em; }

.mbm {
  margin-bottom: 3em; }

.cover {
  background-position: center;
  background-size: cover; }

.img-cover {
  object-fit: cover; }

.h-400 {
  height: 400px; }
  .h-400 img.w100 {
    height: 100%;
    object-fit: cover; }

img.w100 {
  width: 100%;
  height: auto; }

img.mw50 {
  display: block;
  max-width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

h1, h2.like-h1, .header-title span.like-h1 {
  margin: 0 0 1em;
  color: #946053;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.4em; }
  h1 strong, h2.like-h1 strong, .header-title span.like-h1 strong, h1 b, h2.like-h1 b, .header-title span.like-h1 b {
    color: #3b454a;
    font-family: RetroSignature, cursive;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 0.4em;
    display: block; }

h1 {
  font-size: 1.4rem; }
  h1 strong, h1 b {
    font-size: 60px; }

h2.like-h1, .header-title span.like-h1 {
  font-size: 1.4rem; }
  h2.like-h1 strong, .header-title span.like-h1 strong, h2.like-h1 b, .header-title span.like-h1 b {
    font-size: 55px; }

._covidinfo h2, ._covidinfo .header-title span, .header-title ._covidinfo span {
  font-size: 3.4rem;
  margin-top: 0.5em; }

.like-h1 h2, .like-h1 .header-title span, .header-title .like-h1 span {
  margin: 0 0 0.3em;
  color: #36454b;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.4em; }
  .like-h1 h2 strong, .like-h1 .header-title span strong, .header-title .like-h1 span strong {
    font-family: RetroSignature, cursive;
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 0; }

p.like-h1 {
  margin: 0 0 1em;
  color: #36454b;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.4em; }

h2, .header-title span {
  margin: 0 0 0.3em;
  font-family: RetroSignature, cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3em; }

.btn-text {
  display: inline-block;
  color: #000;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-decoration: underline; }
  .btn-text:hover, .btn-text:focus {
    text-decoration: none; }

.btn-wrap {
  /* global */ }
  .btn-wrap > div {
    margin: 5px 6px; }

.first-block {
  height: 100%; }

.full-video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.content {
  max-width: 1280px;
  padding: 40px;
  margin: 0 auto; }

.btn-vv {
  display: block;
  height: 100%;
  text-align: center;
  background-position: center;
  background-size: cover; }

.coming-soon {
  display: block;
  margin: 0.5em 0 0;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 1px; }

.has-border {
  border: #fff solid 22px;
  box-shadow: rgba(0, 0, 0, .2) 0 0 15px; }
  .has-border img {
    display: block; }

.text {
  color: #191918;
  font-size: 16px;
  line-height: 1.5em; }
  .text ul {
    padding-left: 1em; }

.text-colored {
  color: #000; }

.btn-vv {
  display: flex;
  justify-content: center;
  align-items: center; }
  .btn-vv svg {
    display: block;
    width: 156px;
    height: 156px;
    margin: 2em auto 0;
    fill: #fff; }
  .btn-vv:hover .btn, .btn-vv:focus .btn {
    transform: scale(1.2);
    transition: transform 0.3s; }

.btn {
  display: inline-block;
  padding: 0.7em 2em;
  color: #36454b;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  border-radius: 8px;
  transition: transform 0.3s, color 0.2s, background 0.2s; }

a.btn:hover, a.btn:focus {
  transition: transform 0.3s, color 0.2s, background 0.2s; }

.btn-small {
  font-size: 0.8rem; }

.btn-color, .btn-color-alt {
  color: #fff;
  background: #946153; }
  .btn-color:hover, .btn-color-alt:hover {
    background: #3b454a; }

.theteam {
  width: 100%;
  margin: auto;
  padding: 0 12px;
  height: 620px; }
  .theteam img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%; }

.theteam-mobile img {
  max-width: 820px;
  width: 100%;
  display: block; }

.team-bg {
  height: 285px;
  display: block;
  position: relative; }
  .team-bg:before {
    content: "";
    background: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s; }
  .team-bg:hover:before {
    opacity: 1;
    transition: 0.2s; }

.hidden-content {
  display: none; }

.see-hidden-content {
  font-size: 2rem; }

.btn-discover {
  color: #fff;
  background: #44534d; }
  .btn-discover:hover {
    background: #6b6d5d; }

.btn-directions {
  z-index: 100;
  position: absolute;
  min-width: 150px;
  text-align: center;
  left: calc(50% - 75px);
  bottom: 30px; }

.btn-color-light {
  color: #fff;
  background: #36454b; }

a.btn-color-light:hover, a.btn-color-light:focus {
  background: #946153; }

.btn-border {
  padding: calc(.7em - 1px) calc(2em - 1px);
  border: #946153 solid 1px; }

.btn-shadow {
  box-shadow: rgba(0, 0, 0, .2) 0 0 10px; }

.btn-instagram {
  margin: 1em 0 0; }
  .btn-instagram svg {
    display: inline-block;
    vertical-align: -6px;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
    fill: #946153;
    transition: fill 0.2s; }
  .btn-instagram:hover svg, .btn-instagram:focus svg {
    fill: #fff;
    transition: fill 0.2s; }

.pdf-target .last-btn {
  margin-left: 10px; }

.mosa-home.mosaic {
  padding: 30px 5px 10px; }

.blog-home h2, .blog-home .header-title span, .header-title .blog-home span {
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif; }
  .blog-home h2 .switcher, .blog-home .header-title span .switcher, .header-title .blog-home span .switcher {
    margin-top: 1.5em; }

.switcher {
  display: flex;
  height: 490px;
  margin: 3.5em 0 0; }

.switcher-full {
  height: 100%;
  margin-top: 0; }

.switcher-item {
  flex: 1;
  height: 100%;
  padding: 0 5px;
  text-align: center;
  transition: flex-basis 0.5s; }
  .switcher-item:not(.nohov):hover, .switcher-item:not(.nohov):focus {
    flex-basis: 50%;
    transition: flex-basis 0.5s; }
  .switcher-item:not(.nohov):hover .switcher-item-off, .switcher-item:not(.nohov):focus .switcher-item-off {
    opacity: 0;
    transition: opacity 0.5s; }
  .switcher-item:not(.nohov):hover .switcher-item-on, .switcher-item:not(.nohov):focus .switcher-item-on {
    opacity: 1;
    transition: opacity 0.5s; }

.switcher-item-content {
  position: relative;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: block; }

.switcher-has-overlay .switcher-item-off {
  height: auto;
  top: auto;
  bottom: 0; }
  .switcher-has-overlay:before {
    content: "";
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s; }
  .switcher-has-overlay:hover .btn, .switcher-has-overlay:focus .btn {
    transform: scale(1.2);
    transition: transform 0.3s; }
  .switcher-has-overlay:hover:before, .switcher-has-overlay:focus:before {
    opacity: 1;
    transition: opacity 0.3s; }

.switcher-item-plus {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% - 2rem);
  color: #fff;
  font-weight: bold;
  font-size: 4rem; }

.switcher-item-off {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 25px; }
  .switcher-item-off h2, .switcher-item-off .header-title span, .header-title .switcher-item-off span {
    font-family: Roboto, Helvetica, Arial, sans-serif; }

.switcher-item-off-2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 25px; }

.switcher-item-on {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.4s; }
  .switcher-item-on h2, .switcher-item-on .header-title span, .header-title .switcher-item-on span {
    margin: 0;
    color: #fff;
    font-size: 2.5rem;
    text-shadow: rgba(0, 0, 0, .3) 0 0 5px; }
  .switcher-item-on img {
    width: 83px;
    height: auto; }

.quotes {
  margin: 3.5em 0; }

.quote {
  position: relative;
  width: 100%;
  color: #000;
  text-align: center; }
  .quote > div {
    max-width: 840px;
    margin: 0 auto; }
  .quote svg {
    position: absolute;
    width: 56px;
    height: 38px;
    fill: rgba(148, 97, 83, 0.1); }
  .quote svg:first-child {
    left: 0;
    top: 0; }
  .quote svg:nth-child(2) {
    right: 0;
    bottom: 0;
    transform: rotate(180deg); }
  .quote blockquote {
    padding: 2em 0 1em;
    margin: 0;
    font-size: 1.3rem;
    font-style: italic; }
  .quote strong {
    color: #36454b;
    font-family: RetroSignature, cursive;
    font-weight: 400; }

.mosaic-item {
  flex-basis: 49%; }
  .mosaic-item:first-child {
    flex-basis: 100%; }

.btn-page {
  position: relative;
  height: 420px;
  text-align: center;
  background-position: center;
  background-size: cover; }
  .btn-page .btn {
    position: relative;
    margin-top: 45px; }
  .btn-page:hover .btn, .btn-page:focus .btn {
    transform: scale(1.2);
    transition: transform 0.3s; }
  .btn-page:hover .btn-page-overlay, .btn-page:focus .btn-page-overlay {
    background: rgba(0, 0, 0, .5);
    transition: background 0.3s; }

.btn-page-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  padding-bottom: 35px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.3s; }
  .btn-page-overlay img {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto; }

.narrow-block {
  max-width: 770px;
  margin: 0 auto; }

.content-item {
  margin: 3.5em 0; }

.content-img {
  position: relative; }

.content-label {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20px;
  text-align: center; }

.btn-fullscreen-content {
  z-index: 200;
  position: absolute;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
  /* home */ }
  .btn-fullscreen-content svg {
    width: 45px;
    height: 36px;
    fill: #fff;
    transition: transform 0.3s; }
  .btn-fullscreen-content:hover svg, .btn-fullscreen-content:focus svg {
    transform: scale(1.2);
    transition: transform 0.3s; }

.home-slideshow {
  height: 100%; }
  .home-slideshow .cycle-slideshow {
    height: 100%; }

.home-offers {
  margin-top: 3.5em;
  margin-bottom: 3.5em; }

.home-offer {
  position: relative;
  display: block;
  width: 370px;
  height: 370px;
  padding: 50px 20px 30px;
  text-align: center;
  background-position: center;
  background-size: cover;
  border-radius: 50%; }
  .home-offer h2, .home-offer .header-title span, .header-title .home-offer span {
    margin-bottom: 0;
    color: #fff;
    font-size: 2rem; }
  .home-offer .btn {
    font-size: 0.8rem;
    letter-spacing: 1px; }
  .home-offer:hover .home-offer-overlay, .home-offer:focus .home-offer-overlay {
    opacity: 1;
    transition: opacity 0.3s; }

.home-offer-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .7);
  border-radius: 50%;
  transition: opacity 0.3s; }

.home-offer-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 70px; }
  .home-offer-content h2, .home-offer-content .header-title span, .header-title .home-offer-content span {
    text-shadow: 1px 0 4px black; }

.home-event-btn {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  text-align: center; }

.home-event-big-date {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 20px 0;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background: #946153; }
  .home-event-big-date strong {
    color: #36454b;
    font-size: 4rem;
    line-height: 0.9em; }

.home-event-date {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  color: #36454b;
  font-weight: bold; }
  .home-event-date svg {
    width: 23px;
    height: 22px;
    margin: 0 10px 0 0;
    fill: #36454b;
    transform: rotate(-10deg); }

.home-event-btns {
  margin-top: 2em; }
  .home-event-btns .btn {
    margin-right: 1em; }

.home-post {
  margin-top: -240px;
  margin-bottom: 3.5em; }

.home-post-date {
  color: #36454b;
  font-weight: bold; }
  .home-post-date a {
    color: #36454b;
    text-decoration: underline; }
  .home-post-date a:hover, .home-post-date a:focus {
    text-decoration: none; }

.home-city-guide {
  position: relative;
  height: 630px;
  padding: 30px;
  margin: 3.5em 0;
  text-align: center;
  background-position: center;
  background-size: cover; }

.home-city-guide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .home-city-guide-content > div {
    padding: 50px;
    background: rgba(255, 255, 255, .93); }
  .home-city-guide-content h2, .home-city-guide-content .header-title span, .header-title .home-city-guide-content span {
    margin-bottom: 0;
    font-size: 2.5rem; }
  .home-city-guide-content h3 {
    margin: 0 0 1em;
    color: #36454b;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.5rem; }

.social-wall-loader {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 50px auto 20px;
  position: relative; }
  .social-wall-loader:before {
    content: "Loading...";
    position: absolute;
    top: 39px;
    left: 21px;
    font-size: 10px;
    font-weight: 700;
    display: block; }

html[lang="fr"] .social-wall-loader:before {
  content: "Chargement...";
  left: 13px; }

.social-wall-loader:after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.insta-feed-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1350px;
  margin: auto;
  width: 100%; }

.social-item {
  position: relative;
  flex-basis: calc(25% - 5px);
  margin-bottom: 6px;
  word-break: break-all;
  background-size: cover;
  background-position: center; }
  .social-item img {
    max-width: 340px;
    width: 100%;
    display: block;
    margin: auto; }
  .social-item:hover .social-item-content, .social-item:focus .social-item-content {
    opacity: 1;
    transition: opacity 0.3s; }

.social-item-content {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  font-size: 0.85rem;
  line-height: 1.5em;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  transition: opacity 0.3s; }

.timeline {
  margin-top: 3.5em; }

.timeline-text-bloc {
  color: #36454b;
  font-size: 1.1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .timeline-text-bloc > div {
    padding: 15px 0; }
  .timeline-text-bloc h2, .timeline-text-bloc .header-title span, .header-title .timeline-text-bloc span {
    margin-bottom: 0;
    color: #946153;
    text-align: center; }
  .timeline-text-bloc p {
    margin: 0;
    font-size: inherit;
    line-height: inherit; }

.form-newsletter {
  margin: 2em 0 0;
  text-align: center; }
  .form-newsletter label {
    display: block;
    margin: 0 0 1em; }
  .form-newsletter input {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    padding: 0.3em;
    font-family: inherit;
    font-size: 1rem;
    text-align: center;
    border: #36454b solid 1px;
    border-radius: 10px;
    transition: border 0.2s; }
  .form-newsletter input:focus {
    border-color: #946153;
    transition: border 0.2s; }

.hidden-label-title {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.small-form-success {
  margin: 1em 0 0;
  padding: 1em;
  color: #fff;
  background: #946153;
  border-radius: 10px; }
  .small-form-success p:last-child {
    margin-bottom: 0; }

.ajax-form-loader {
  fill: #946153; }

.small-form-error {
  margin: 1em 0 0;
  padding: 1em;
  color: #fff;
  background: #36454b;
  border-radius: 10px; }

#recaptcha-2 {
  transform: scale(0.8); }

#recaptcha-3 {
  /* rooms */ }
  #recaptcha-3 > div {
    margin-left: auto;
    margin-right: auto; }

.img-deco {
  z-index: 0;
  position: absolute;
  left: -90px;
  top: -40px; }

.rooms-gallery-list {
  display: none; }

.rooms {
  margin: 3.5em 0 0; }

.room {
  position: relative;
  height: 630px;
  margin: 0 0 2.5em;
  z-index: 0; }
  .room h2, .room .header-title span, .header-title .room span {
    z-index: 200;
    position: absolute;
    margin: 0;
    left: 50px;
    bottom: 110px;
    color: #fff;
    font-size: 3.5rem;
    width: 100%;
    max-width: 795px; }

.room-slideshow {
  height: 100%; }

.btn-fullscreen {
  z-index: 200;
  position: absolute;
  left: 50px;
  bottom: 50px; }
  .btn-fullscreen svg {
    width: 45px;
    height: 36px;
    fill: #fff;
    transition: transform 0.3s; }
  .btn-fullscreen:hover svg, .btn-fullscreen:focus svg {
    transform: scale(1.2);
    transition: transform 0.3s; }

.booklink {
  margin-top: 20px; }

.room-content {
  z-index: 200;
  position: absolute;
  max-width: 310px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 0;
  right: 0;
  top: 0; }
  .room-content > div {
    padding: 20px;
    background: #fff; }

.room-title {
  display: inline-block;
  padding: 0.7em 2em;
  margin: 0 0 3em;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  background: #6b6d5d;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, .2) 0 0 10px; }

.room-form {
  margin: 3em 0 0; }

.room-form-fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1em; }

.label-text {
  display: block;
  margin: 0 0 5px;
  color: #946153;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase; }

.room-arrival {
  display: inline-block;
  width: 100%;
  max-width: 100px;
  padding: 0.3em;
  font-family: inherit;
  font-size: 1rem;
  border: #36454b solid 1px;
  border-radius: 10px;
  transition: border 0.2s; }
  .room-arrival:focus {
    border-color: #946153;
    transition: border 0.2s; }

.room-price {
  color: #946153;
  font-size: 2rem; }

.room-price-value {
  font-weight: bold; }

.no-avail {
  font-size: 0.9rem;
  align-self: flex-end; }

.room-services, .bar-services {
  max-width: 850px;
  margin: auto; }
  .room-services h2, .room-services .header-title span, .header-title .room-services span, .bar-services h2, .bar-services .header-title span, .header-title .bar-services span {
    color: #946153; }

.room-services-list, .bar-services-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

.room-service, .bar-service {
  flex-basis: 100px;
  margin: 35px;
  font-size: 0.9rem;
  text-align: center; }
  .room-service img, .bar-service img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 1em; }

.bar-service {
  margin: 35px 25px; }

.seminary-services-list {
  padding: 25px 12px 35px; }

.seminary-service-item {
  font-size: 0.9rem;
  text-align: center;
  /* well-being */ }
  .seminary-service-item img {
    display: block;
    height: 80px;
    margin: 0 auto 1.4em; }

.img-deco-tr {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
  /* bar */ }

.img-deco-bar {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0; }

.img-deco-bar-right {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 10px; }
  .img-deco-bar-right img {
    display: block;
    width: 160px;
    height: auto; }

.img-deco-bar-content {
  z-index: 0;
  position: absolute;
  width: 160px;
  height: auto;
  left: 0;
  top: 15px; }

.content-large {
  flex-basis: 100%; }

.bar-slideshow {
  width: 100%;
  height: 520px; }

.content-large-top {
  position: relative;
  margin: 0 0 3.5em; }

.content-large-label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  text-align: center; }
  .content-large-label img {
    display: block;
    margin: 4em auto 0; }

.content-large-btns {
  margin: 3em 0 0;
  text-align: center; }
  .content-large-btns .btn {
    margin-left: 1em;
    margin-right: 1em; }

.hoverable-blocks {
  margin: 3em 0; }

.hoverable-block {
  position: relative;
  height: 460px;
  padding: 20px; }
  .hoverable-block:hover .hoverable-block-content, .hoverable-block:focus .hoverable-block-content {
    opacity: 1;
    transition: opacity 0.3s; }

.hoverable-block-content {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 50px;
  background: rgba(0, 0, 0, .75);
  transition: opacity 0.3s;
  /* offers */ }
  .hoverable-block-content .text {
    color: #fff; }
  .hoverable-block-content p:last-child {
    margin-bottom: 0; }

.offer {
  /* experience */ }
  .offer .content-label {
    top: 40px; }
  .offer .content-label .btn {
    color: #36454b; }

.btn-vv-full {
  position: relative; }

.block-label {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  text-align: center; }

.block-content {
  margin: 0 0 3em; }
  .block-content h2, .block-content .header-title span, .header-title .block-content span {
    color: #36454b;
    font-family: Roboto, Helvetica, Arial, sans-serif; }

.block-content-img {
  height: 430px;
  background-size: cover;
  background-position: center;
  /* press */ }

.press {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  text-align: center; }

.press-item {
  position: relative;
  margin: 0 16px 32px;
  box-shadow: rgba(0, 0, 0, .25) 1px 1px 4px; }
  .press-item:hover .press-item-overlay, .press-item:focus .press-item-overlay {
    opacity: 1;
    transition: opacity 0.2s; }
  .press-item img {
    display: block; }

.press-item-overlay {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: rgba(0, 0, 0, .8);
  transition: opacity 0.2s; }
  .press-item-overlay strong {
    display: block;
    margin: 0 0 0.5em;
    font-size: 1.1rem;
    text-transform: uppercase; }
  .press-item-overlay span {
    display: block;
    font-style: italic; }

.location-access-item {
  align-items: center;
  margin-bottom: 2em; }
  .location-access-item:last-child {
    margin-bottom: 0; }
  .location-access-item img {
    width: 36px;
    height: 36px; }

.come-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  padding: 15px;
  background: #191918; }
  .come-item .text {
    color: #fff; }
  .come-item:hover .come-item-content, .come-item:focus .come-item-content {
    display: block; }

.come-item-content {
  display: none;
  /* chrome fix */ }

._index, ._well-being {
  /* contact */ }
  ._index .first-block, ._well-being .first-block {
    overflow: hidden;
    height: calc(100vh - 100px); }

.contact .vcard, .contact .vcard2 {
  font-size: 0.9rem; }
  .contact .vcard svg, .contact .vcard2 svg {
    width: 20px;
    height: 30px;
    fill: #191918;
    margin-right: 5px;
    vertical-align: middle; }
  .contact a {
    color: #191918; }
  .contact a:hover, .contact a:focus {
    text-decoration: underline; }
  .contact .vcard2 a {
    margin-right: 10px; }

#contact a {
  transition: all 0.3s; }
  #contact a:hover {
    color: #946153;
    text-decoration: underline;
    transition: all 0.3s; }
  #contact label {
    display: block;
    position: relative; }
  #contact label.label-col {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
  #contact label.label-col-1 {
    padding-right: 5px; }
  #contact label.label-col-2 {
    padding-left: 5px; }
  #contact label {
    margin-bottom: 20px; }
  #contact input[type="text"], #contact input[type="email"], #contact textarea {
    width: 100%;
    font-family: inherit;
    font-size: 0.9rem;
    border: 1px solid;
    padding: 0.3em; }
  #contact input[type="text"].ajax-form-error, #contact input[type="email"].ajax-form-error, #contact textarea.ajax-form-error {
    border-color: #f00; }
    #contact input[type="text"].ajax-form-error + .form-error, #contact input[type="email"].ajax-form-error + .form-error, #contact textarea.ajax-form-error + .form-error {
      display: block; }
  #contact input[type="submit"] {
    margin: auto;
    border: 1px solid #191918;
    color: #191918;
    background: transparent;
    transition: background 0.3s; }
  #contact input[type="submit"]:hover {
    color: #fff;
    background: #191918;
    transition: background 0.3s; }
  #contact textarea {
    min-height: 110px; }

.recaptcha-wrap {
  margin: 0 auto 20px auto; }
  .recaptcha-wrap .ajax-form-error + .form-error {
    display: block; }

.form-error, .ajax-form-mail-sent {
  display: none;
  font-size: 14px;
  text-transform: none; }

.form-error {
  color: #f00; }

.ajax-form-mail-sent {
  width: 100%;
  text-align: center;
  margin-top: 15px; }
  .ajax-form-mail-sent p {
    display: inline-block;
    background: #946153;
    color: #fff;
    padding: 7px;
    border-radius: 5px; }

.loader {
  display: block;
  text-align: center;
  margin: 0;
  padding: 15px; }

#mail-sent {
  display: none; }

#contact-form {
  display: block;
  position: relative;
  /* datepicker */ }

.ui-widget.ui-widget-content {
  z-index: 200 !important; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: #946153;
  border-color: #946153; }

._virtuelle .content {
  max-width: 1024px;
  margin: auto; }
  ._virtuelle svg {
    width: 14px;
    height: 17px;
    vertical-align: middle; }
  @media screen and (max-width: 853px) {
  ._virtuelle iframe {
    width: 100% !important; } }

.btn-visit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: #946153;
  border: #000 solid 5px;
  border-radius: 50%;
  transition: background 0.3s; }
  .btn-visit strong {
    display: block;
    color: #36454b;
    font-size: 2.1rem; }
  .btn-visit:hover, .btn-visit:focus {
    background: #000;
    transition: background 0.3s; }

.btn-visit-home {
  z-index: 200;
  position: absolute;
  right: 35px;
  bottom: 55px; }

.home-intro {
  position: relative; }

.btn-visit-home-intro {
  position: absolute;
  right: 0;
  top: 40px;
  transform: rotate(10deg); }

._policy .text {
  text-align: justify; }

._events h2.like-h1, ._events .header-title span.like-h1, .header-title ._events span.like-h1 {
  margin-bottom: 0; }

.gride {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.gride-reverse {
  flex-direction: row-reverse; }

[class^='col'] {
  margin-left: 1em;
  margin-right: 1em; }
  [class^='col']:first-child {
    margin-left: 0; }
  [class^='col']:last-child {
    margin-right: 0; }

.gride-reverse [class^='col']:first-child {
  margin-left: 1em;
  margin-right: 0; }
  .gride-reverse [class^='col']:last-child {
    margin-left: 0;
    margin-right: 1em; }

.col3 {
  flex: 3; }

.col4 {
  flex: 4; }

.col6 {
  flex: 6; }

.col8 {
  flex: 8; }

.col9 {
  flex: 9; }

.f-bottom {
  align-self: flex-end; }

.f-vcenter {
  align-items: center; }

._legalpage .information-pup {
  display: none; }

.information-pup {
  position: absolute;
  bottom: 80px;
  right: 0;
  z-index: 100;
  display: block; }

.infopup {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow-y: auto;
  margin: auto; }

.infopup-out {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: auto;
  background: rgba(255, 255, 255, .88);
  border-radius: 15px;
  padding-bottom: 10px; }

.pup-overlay {
  width: 100%;
  height: 100%; }

.infopup-in {
  padding: 35px 25px 10px;
  position: relative;
  font-size: 12px; }
  .infopup-in a {
    color: #fff; }
  .infopup-in a:hover {
    text-decoration: underline; }
  .infopup-in h2, .infopup-in .header-title span, .header-title .infopup-in span {
    font-size: 3.2rem; }
  .infopup-in p:last-child {
    margin-bottom: 0; }

.infopup-title {
  text-transform: uppercase;
  font-weight: 700; }

.closepup {
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px; }
  .closepup svg {
    width: 15px;
    height: 15px;
    fill: #666; }

@media all and (min-width: 768px) {
  /*
.information-pup{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba($pupblack, .5);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.infopup{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.infopup-out{
    max-width: 620px;
    width: 100%;
    display: block;
    margin: auto;
    background: $pupwhite;
    padding: 25px;
}
.infopup-in{
    padding: 25px;
    border: 1px solid $pupcolor;
    position: relative;
    font-size: 12px;
}
.infopup-title{
    color: $pupcolor;
    font-size: 20px;
    text-transform: uppercase;  
    text-align: center;
}

.closepup{
    background: none;
    border: none;
    -webkit-appearance:none;
    appearance:none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: block;
    width: 48px;
    height: 48px;
    svg{
        width: 25px;
        height: 25px;
        fill: #6c6d5d;
    }
}
@media all and (min-width:768px){
    .infopup-in{
        font-size: inherit;
    }
    .infopup-title{
        font-size: 28px;
    }
}
*/
    .closepup {
      display: none; }
    .information-pup {
      top: inherit;
      right: 60px;
      bottom: 80px; }
    .infopup {
      width: 100%; }
    .infopup-out {
      max-width: 360px; }
    .infopup-in {
      font-size: inherit; }
      .infopup-in h2, .infopup-in .header-title span, .header-title .infopup-in span {
        font-size: 4rem; }
    .infopup-title {
      font-size: 16px; } }

.Grid {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.row-wrap {
  flex-flow: row wrap; }

.Grid-cell {
  flex: 1 0 0%;
  /* Alignment per row */ }

.Grid--top {
  align-items: flex-start; }

.Grid--bottom {
  align-items: flex-end; }

.Grid--middle {
  align-items: center;
  /* Alignment per cell */ }

.Grid-cell--top {
  align-self: flex-start; }

.Grid-cell--bottom {
  align-self: flex-end; }

.Grid-cell--middle {
  align-self: center; }
  .Grid--gutters-5 {
    margin-top: -5px;
    margin-left: -5px; }
  .Grid--gutters-5 > .Grid-cell {
    padding: 5px 0 0 5px; }
  .Grid--left-gutters-5 {
    margin-left: -5px; }
  .Grid--left-gutters-5 > .Grid-cell {
    padding-left: 5px; }
  .Grid--top-gutters-5 {
    margin-top: -5px; }
  .Grid--top-gutters-5 > .Grid-cell {
    padding-top: 5px; }
  .Grid--gutters-10 {
    margin-top: -10px;
    margin-left: -10px; }
  .Grid--gutters-10 > .Grid-cell {
    padding: 10px 0 0 10px; }
  .Grid--left-gutters-10 {
    margin-left: -10px; }
  .Grid--left-gutters-10 > .Grid-cell {
    padding-left: 10px; }
  .Grid--top-gutters-10 {
    margin-top: -10px; }
  .Grid--top-gutters-10 > .Grid-cell {
    padding-top: 10px; }
  .Grid--gutters-20 {
    margin-top: -20px;
    margin-left: -20px; }
  .Grid--gutters-20 > .Grid-cell {
    padding: 20px 0 0 20px; }
  .Grid--left-gutters-20 {
    margin-left: -20px; }
  .Grid--left-gutters-20 > .Grid-cell {
    padding-left: 20px; }
  .Grid--top-gutters-20 {
    margin-top: -20px; }
  .Grid--top-gutters-20 > .Grid-cell {
    padding-top: 20px; }
  .Grid--gutters-30 {
    margin-top: -30px;
    margin-left: -30px; }
  .Grid--gutters-30 > .Grid-cell {
    padding: 30px 0 0 30px; }
  .Grid--left-gutters-30 {
    margin-left: -30px; }
  .Grid--left-gutters-30 > .Grid-cell {
    padding-left: 30px; }
  .Grid--top-gutters-30 {
    margin-top: -30px; }
  .Grid--top-gutters-30 > .Grid-cell {
    padding-top: 30px; }
  .Grid--gutters-50 {
    margin-top: -50px;
    margin-left: -50px; }
  .Grid--gutters-50 > .Grid-cell {
    padding: 50px 0 0 50px; }
  .Grid--left-gutters-50 {
    margin-left: -50px; }
  .Grid--left-gutters-50 > .Grid-cell {
    padding-left: 50px; }
  .Grid--top-gutters-50 {
    margin-top: -50px; }
  .Grid--top-gutters-50 > .Grid-cell {
    padding-top: 50px; }

.Grid--row {
  -webkit-flex-direction: row;
  flex-direction: row; }

.Grid--row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.Grid--column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.Grid--column {
  -webkit-flex-direction: column;
  flex-direction: column; }

.Grid--left {
  justify-content: flex-start; }

.Grid--center {
  justify-content: center; }

.Grid--right {
  justify-content: flex-end; }

.Grid--between {
  justify-content: space-between; }

.Grid--auto > .Grid-cell, .Grid-cell--auto {
  flex: 0 0 auto; }

.Grid--fit > .Grid-cell, .Grid-cell--fit {
  flex: 1 0 0%;
  max-width: none; }

.Grid--full > .Grid-cell, .Grid-cell--full {
  flex: 0 0 100%;
  max-width: 100%; }

.Grid--column > .Grid-cell {
  max-width: none; }

.Grid--column.large-Grid--full > .Grid-cell, .Grid--column.small-Grid--full > .Grid-cell, .Grid--column.Grid--full > .Grid-cell, .Grid--column > .large-Grid-cell--full, .Grid--column > .small-Grid-cell--full, .Grid--column > .Grid-cell--full {
  max-height: 100%; }

.Grid--2of3 > .Grid-cell, .Grid-cell--2of3 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%; }

.Grid--column--2of3 > .Grid-cell, .Grid-cell-column--2of3 {
  width: 66.6666%; }

.Grid--column.large-Grid--2of3 > .Grid-cell, .Grid--column.small-Grid--2of3 > .Grid-cell, .Grid--column.Grid--2of3 > .Grid-cell, .Grid--column > .large-Grid-cell--2of3, .Grid--column > .small-Grid-cell--2of3, .Grid--column > .Grid-cell--2of3 {
  max-height: 66.6666%; }

.Grid--1of2 > .Grid-cell, .Grid-cell--1of2 {
  flex: 0 0 50%;
  max-width: 50%; }

.Grid--1of3 > .Grid-cell.Grid-70 {
  flex: 0 0 70%;
  max-width: 70%; }

.Grid--1of3 > .Grid-cell.Grid-60 {
  flex: 0 0 60%;
  max-width: 60%; }

.Grid--1of3 > .Grid-cell.Grid-40 {
  flex: 0 0 40%;
  max-width: 40%; }

.Grid--1of3 > .Grid-cell.Grid-20 {
  flex: 0 0 20%;
  max-width: 20%; }

.Grid--1of3 > .Grid-cell.Grid-10 {
  flex: 0 0 10%;
  max-width: 10%; }

.large-Grid--1of2 > .Grid-cell.Grid-40, .large-Grid--1of2 > .Grid-cell.Grid-60 {
  flex: 0 0 50%;
  max-width: 50%; }

.Grid--column--1of2 > .Grid-cell, .Grid-cell-column--1of2 {
  width: 50%; }

.Grid--column.large-Grid--1of2 > .Grid-cell, .Grid--column.small-Grid--1of2 > .Grid-cell, .Grid--column.Grid--1of2 > .Grid-cell, .Grid--column > .large-Grid-cell--1of2, .Grid--column > .small-Grid-cell--1of2, .Grid--column > .Grid-cell--1of2 {
  max-height: 50%; }

.Grid--2of5 > .Grid-cell, .Grid-cell--2of5 {
  flex: 0 0 40%;
  max-width: 40%; }

.Grid--column--2of5 > .Grid-cell, .Grid-cell-column--2of5 {
  width: 40%; }

.Grid--column.large-Grid--2of5 > .Grid-cell, .Grid--column.small-Grid--2of5 > .Grid-cell, .Grid--column.Grid--2of5 > .Grid-cell, .Grid--column > .large-Grid-cell--2of5, .Grid--column > .small-Grid-cell--2of5, .Grid--column > .Grid-cell--2of5 {
  max-height: 40%; }

.Grid--1of3 > .Grid-cell, .Grid-cell--1of3 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%; }

.Grid--column--1of3 > .Grid-cell, .Grid-cell-column--1of3 {
  width: 33.3333%; }

.Grid--column.large-Grid--1of3 > .Grid-cell, .Grid--column.small-Grid--1of3 > .Grid-cell, .Grid--column.Grid--1of3 > .Grid-cell, .Grid--column > .large-Grid-cell--1of3, .Grid--column > .small-Grid-cell--1of3, .Grid--column > .Grid-cell--1of3 {
  max-height: 33.3333%; }

.Grid--3of10 > .Grid-cell, .Grid-cell--3of10 {
  flex: 0 0 30%;
  max-width: 30%; }

.Grid--column--3of10 > .Grid-cell, .Grid-cell-column--3of10 {
  width: 30%; }

.Grid--column.large-Grid--3of10 > .Grid-cell, .Grid--column.small-Grid--3of10 > .Grid-cell, .Grid--column.Grid--3of10 > .Grid-cell, .Grid--column > .large-Grid-cell--3of10, .Grid--column > .small-Grid-cell--3of10, .Grid--column > .Grid-cell--3of10 {
  max-height: 30%; }

.Grid--1of4 > .Grid-cell, .Grid-cell--1of4 {
  flex: 0 0 25%;
  max-width: 25%; }

.Grid--column--1of4 > .Grid-cell, .Grid-cell-column--1of4 {
  width: 25%; }

.Grid--column.large-Grid--1of4 > .Grid-cell, .Grid--column.small-Grid--1of4 > .Grid-cell, .Grid--column.Grid--1of4 > .Grid-cell, .Grid--column > .large-Grid-cell--1of4, .Grid--column > .small-Grid-cell--1of4, .Grid--column > .Grid-cell--1of4 {
  max-height: 25%; }

.Grid--1of5 > .Grid-cell, .Grid-cell--1of5 {
  flex: 0 0 20%;
  max-width: 20%; }

.Grid--column--1of5 > .Grid-cell, .Grid-cell-column--1of5 {
  width: 20%; }

.Grid--column.large-Grid--1of5 > .Grid-cell, .Grid--column.small-Grid--1of5 > .Grid-cell, .Grid--column.Grid--1of5 > .Grid-cell, .Grid--column > .large-Grid-cell--1of5, .Grid--column > .small-Grid-cell--1of5, .Grid--column > .Grid-cell--1of5 {
  max-height: 20%; }

@media (max-width: 500px) {
  .xsmall-Grid--gutters-5 {
    margin-top: -5px;
    margin-left: -5px; }
    .xsmall-Grid--gutters-5 > .Grid-cell {
      padding: 5px 0 0 5px; }
    .xsmall-Grid--left-gutters-5 {
      margin-left: -5px; }
    .xsmall-Grid--left-gutters-5 > .Grid-cell {
      padding-left: 5px; }
    .xsmall-Grid--top-gutters-5 {
      margin-top: -5px; }
    .xsmall-Grid--top-gutters-5 > .Grid-cell {
      padding-top: 5px; }
    .xsmall-Grid--gutters-10 {
      margin-top: -10px;
      margin-left: -10px; }
    .xsmall-Grid--gutters-10 > .Grid-cell {
      padding: 10px 0 0 10px; }
    .xsmall-Grid--left-gutters-10 {
      margin-left: -10px; }
    .xsmall-Grid--left-gutters-10 > .Grid-cell {
      padding-left: 10px; }
    .xsmall-Grid--top-gutters-10 {
      margin-top: -10px; }
    .xsmall-Grid--top-gutters-10 > .Grid-cell {
      padding-top: 10px; }
    .xsmall-Grid--gutters-20 {
      margin-top: -20px;
      margin-left: -20px; }
    .xsmall-Grid--gutters-20 > .Grid-cell {
      padding: 20px 0 0 20px; }
    .xsmall-Grid--left-gutters-20 {
      margin-left: -20px; }
    .xsmall-Grid--left-gutters-20 > .Grid-cell {
      padding-left: 20px; }
    .xsmall-Grid--top-gutters-20 {
      margin-top: -20px; }
    .xsmall-Grid--top-gutters-20 > .Grid-cell {
      padding-top: 20px; }
    .xsmall-Grid--gutters-30 {
      margin-top: -30px;
      margin-left: -30px; }
    .xsmall-Grid--gutters-30 > .Grid-cell {
      padding: 30px 0 0 30px; }
    .xsmall-Grid--left-gutters-30 {
      margin-left: -30px; }
    .xsmall-Grid--left-gutters-30 > .Grid-cell {
      padding-left: 30px; }
    .xsmall-Grid--top-gutters-30 {
      margin-top: -30px; }
    .xsmall-Grid--top-gutters-30 > .Grid-cell {
      padding-top: 30px; }
    .xsmall-Grid--gutters-50 {
      margin-top: -50px;
      margin-left: -50px; }
    .xsmall-Grid--gutters-50 > .Grid-cell {
      padding: 50px 0 0 50px; }
    .xsmall-Grid--left-gutters-50 {
      margin-left: -50px; }
    .xsmall-Grid--left-gutters-50 > .Grid-cell {
      padding-left: 50px; }
    .xsmall-Grid--top-gutters-50 {
      margin-top: -50px; }
    .xsmall-Grid--top-gutters-50 > .Grid-cell {
      padding-top: 50px; }
    .xsmall-Grid--row {
      -webkit-flex-direction: row;
      flex-direction: row; }
    .xsmall-Grid--row-reverse {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .xsmall-Grid--column-reverse {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .xsmall-Grid--column {
      -webkit-flex-direction: column;
      flex-direction: column; }
    .xsmall-Grid--left {
      justify-content: flex-start; }
    .xsmall-Grid--center {
      justify-content: center; }
    .xsmall-Grid--right {
      justify-content: flex-end; }
    .xsmall-Grid--between {
      justify-content: space-between; }
    .xsmall-Grid--auto > .Grid-cell, .xsmall-Grid-cell--auto {
      flex: 0 0 auto; }
    .xsmall-Grid--fit > .Grid-cell, .xsmall-Grid-cell--fit {
      flex: 1 0 0%;
      max-width: none; }
    .xsmall-Grid--full > .Grid-cell, .xsmall-Grid-cell--full {
      flex: 0 0 100%;
      max-width: 100%; }
    .xsmall-Grid--column > .Grid-cell {
      max-width: none; }
    .xsmall-Grid--column.large-Grid--full > .Grid-cell, .xsmall-Grid--column.small-Grid--full > .Grid-cell, .xsmall-Grid--column.Grid--full > .Grid-cell, .xsmall-Grid--column > .large-Grid-cell--full, .xsmall-Grid--column > .small-Grid-cell--full, .xsmall-Grid--column > .Grid-cell--full {
      max-height: 100%; }
    .xsmall-Grid--2of3 > .Grid-cell, .xsmall-Grid-cell--2of3 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .xsmall-Grid--column--2of3 > .Grid-cell, .xsmall-Grid-cell-column--2of3 {
      width: 66.6666%; }
    .xsmall-Grid--column.large-Grid--2of3 > .Grid-cell, .xsmall-Grid--column.small-Grid--2of3 > .Grid-cell, .xsmall-Grid--column.Grid--2of3 > .Grid-cell, .xsmall-Grid--column > .large-Grid-cell--2of3, .xsmall-Grid--column > .small-Grid-cell--2of3, .xsmall-Grid--column > .Grid-cell--2of3 {
      max-height: 66.6666%; }
    .xsmall-Grid--1of2 > .Grid-cell, .xsmall-Grid-cell--1of2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .xsmall-Grid--1of3 > .Grid-cell.Grid-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .xsmall-Grid--1of3 > .Grid-cell.Grid-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .xsmall-Grid--1of3 > .Grid-cell.Grid-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .xsmall-Grid--1of3 > .Grid-cell.Grid-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .xsmall-Grid--1of3 > .Grid-cell.Grid-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .xsmall-large-Grid--1of2 > .Grid-cell.Grid-40, .xsmall-large-Grid--1of2 > .Grid-cell.Grid-60 {
      flex: 0 0 50%;
      max-width: 50%; }
    .xsmall-Grid--column--1of2 > .Grid-cell, .xsmall-Grid-cell-column--1of2 {
      width: 50%; }
    .xsmall-Grid--column.large-Grid--1of2 > .Grid-cell, .xsmall-Grid--column.small-Grid--1of2 > .Grid-cell, .xsmall-Grid--column.Grid--1of2 > .Grid-cell, .xsmall-Grid--column > .large-Grid-cell--1of2, .xsmall-Grid--column > .small-Grid-cell--1of2, .xsmall-Grid--column > .Grid-cell--1of2 {
      max-height: 50%; }
    .xsmall-Grid--2of5 > .Grid-cell, .xsmall-Grid-cell--2of5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .xsmall-Grid--column--2of5 > .Grid-cell, .xsmall-Grid-cell-column--2of5 {
      width: 40%; }
    .xsmall-Grid--column.large-Grid--2of5 > .Grid-cell, .xsmall-Grid--column.small-Grid--2of5 > .Grid-cell, .xsmall-Grid--column.Grid--2of5 > .Grid-cell, .xsmall-Grid--column > .large-Grid-cell--2of5, .xsmall-Grid--column > .small-Grid-cell--2of5, .xsmall-Grid--column > .Grid-cell--2of5 {
      max-height: 40%; }
    .xsmall-Grid--1of3 > .Grid-cell, .xsmall-Grid-cell--1of3 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .xsmall-Grid--column--1of3 > .Grid-cell, .xsmall-Grid-cell-column--1of3 {
      width: 33.3333%; }
    .xsmall-Grid--column.large-Grid--1of3 > .Grid-cell, .xsmall-Grid--column.small-Grid--1of3 > .Grid-cell, .xsmall-Grid--column.Grid--1of3 > .Grid-cell, .xsmall-Grid--column > .large-Grid-cell--1of3, .xsmall-Grid--column > .small-Grid-cell--1of3, .xsmall-Grid--column > .Grid-cell--1of3 {
      max-height: 33.3333%; }
    .xsmall-Grid--3of10 > .Grid-cell, .xsmall-Grid-cell--3of10 {
      flex: 0 0 30%;
      max-width: 30%; }
    .xsmall-Grid--column--3of10 > .Grid-cell, .xsmall-Grid-cell-column--3of10 {
      width: 30%; }
    .xsmall-Grid--column.large-Grid--3of10 > .Grid-cell, .xsmall-Grid--column.small-Grid--3of10 > .Grid-cell, .xsmall-Grid--column.Grid--3of10 > .Grid-cell, .xsmall-Grid--column > .large-Grid-cell--3of10, .xsmall-Grid--column > .small-Grid-cell--3of10, .xsmall-Grid--column > .Grid-cell--3of10 {
      max-height: 30%; }
    .xsmall-Grid--1of4 > .Grid-cell, .xsmall-Grid-cell--1of4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .xsmall-Grid--column--1of4 > .Grid-cell, .xsmall-Grid-cell-column--1of4 {
      width: 25%; }
    .xsmall-Grid--column.large-Grid--1of4 > .Grid-cell, .xsmall-Grid--column.small-Grid--1of4 > .Grid-cell, .xsmall-Grid--column.Grid--1of4 > .Grid-cell, .xsmall-Grid--column > .large-Grid-cell--1of4, .xsmall-Grid--column > .small-Grid-cell--1of4, .xsmall-Grid--column > .Grid-cell--1of4 {
      max-height: 25%; }
    .xsmall-Grid--1of5 > .Grid-cell, .xsmall-Grid-cell--1of5 {
      flex: 0 0 20%;
      max-width: 20%; }
    .xsmall-Grid--column--1of5 > .Grid-cell, .xsmall-Grid-cell-column--1of5 {
      width: 20%; }
    .xsmall-Grid--column.large-Grid--1of5 > .Grid-cell, .xsmall-Grid--column.small-Grid--1of5 > .Grid-cell, .xsmall-Grid--column.Grid--1of5 > .Grid-cell, .xsmall-Grid--column > .large-Grid-cell--1of5, .xsmall-Grid--column > .small-Grid-cell--1of5, .xsmall-Grid--column > .Grid-cell--1of5 {
      max-height: 20%; } }

@media (min-width: 768px) {
  .small-Grid--gutters-5 {
    margin-top: -5px;
    margin-left: -5px; }
    .small-Grid--gutters-5 > .Grid-cell {
      padding: 5px 0 0 5px; }
    .small-Grid--left-gutters-5 {
      margin-left: -5px; }
    .small-Grid--left-gutters-5 > .Grid-cell {
      padding-left: 5px; }
    .small-Grid--top-gutters-5 {
      margin-top: -5px; }
    .small-Grid--top-gutters-5 > .Grid-cell {
      padding-top: 5px; }
    .small-Grid--gutters-10 {
      margin-top: -10px;
      margin-left: -10px; }
    .small-Grid--gutters-10 > .Grid-cell {
      padding: 10px 0 0 10px; }
    .small-Grid--left-gutters-10 {
      margin-left: -10px; }
    .small-Grid--left-gutters-10 > .Grid-cell {
      padding-left: 10px; }
    .small-Grid--top-gutters-10 {
      margin-top: -10px; }
    .small-Grid--top-gutters-10 > .Grid-cell {
      padding-top: 10px; }
    .small-Grid--gutters-20 {
      margin-top: -20px;
      margin-left: -20px; }
    .small-Grid--gutters-20 > .Grid-cell {
      padding: 20px 0 0 20px; }
    .small-Grid--left-gutters-20 {
      margin-left: -20px; }
    .small-Grid--left-gutters-20 > .Grid-cell {
      padding-left: 20px; }
    .small-Grid--top-gutters-20 {
      margin-top: -20px; }
    .small-Grid--top-gutters-20 > .Grid-cell {
      padding-top: 20px; }
    .small-Grid--gutters-30 {
      margin-top: -30px;
      margin-left: -30px; }
    .small-Grid--gutters-30 > .Grid-cell {
      padding: 30px 0 0 30px; }
    .small-Grid--left-gutters-30 {
      margin-left: -30px; }
    .small-Grid--left-gutters-30 > .Grid-cell {
      padding-left: 30px; }
    .small-Grid--top-gutters-30 {
      margin-top: -30px; }
    .small-Grid--top-gutters-30 > .Grid-cell {
      padding-top: 30px; }
    .small-Grid--gutters-50 {
      margin-top: -50px;
      margin-left: -50px; }
    .small-Grid--gutters-50 > .Grid-cell {
      padding: 50px 0 0 50px; }
    .small-Grid--left-gutters-50 {
      margin-left: -50px; }
    .small-Grid--left-gutters-50 > .Grid-cell {
      padding-left: 50px; }
    .small-Grid--top-gutters-50 {
      margin-top: -50px; }
    .small-Grid--top-gutters-50 > .Grid-cell {
      padding-top: 50px; }
    .small-Grid--row {
      -webkit-flex-direction: row;
      flex-direction: row; }
    .small-Grid--row-reverse {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .small-Grid--column-reverse {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .small-Grid--column {
      -webkit-flex-direction: column;
      flex-direction: column; }
    .small-Grid--left {
      justify-content: flex-start; }
    .small-Grid--center {
      justify-content: center; }
    .small-Grid--right {
      justify-content: flex-end; }
    .small-Grid--between {
      justify-content: space-between; }
    .small-Grid--auto > .Grid-cell, .small-Grid-cell--auto {
      flex: 0 0 auto; }
    .small-Grid--fit > .Grid-cell, .small-Grid-cell--fit {
      flex: 1 0 0%;
      max-width: none; }
    .small-Grid--full > .Grid-cell, .small-Grid-cell--full {
      flex: 0 0 100%;
      max-width: 100%; }
    .small-Grid--column > .Grid-cell {
      max-width: none; }
    .small-Grid--column.large-Grid--full > .Grid-cell, .small-Grid--column.small-Grid--full > .Grid-cell, .small-Grid--column.Grid--full > .Grid-cell, .small-Grid--column > .large-Grid-cell--full, .small-Grid--column > .small-Grid-cell--full, .small-Grid--column > .Grid-cell--full {
      max-height: 100%; }
    .small-Grid--2of3 > .Grid-cell, .small-Grid-cell--2of3 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .small-Grid--column--2of3 > .Grid-cell, .small-Grid-cell-column--2of3 {
      width: 66.6666%; }
    .small-Grid--column.large-Grid--2of3 > .Grid-cell, .small-Grid--column.small-Grid--2of3 > .Grid-cell, .small-Grid--column.Grid--2of3 > .Grid-cell, .small-Grid--column > .large-Grid-cell--2of3, .small-Grid--column > .small-Grid-cell--2of3, .small-Grid--column > .Grid-cell--2of3 {
      max-height: 66.6666%; }
    .small-Grid--1of2 > .Grid-cell, .small-Grid-cell--1of2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .small-Grid--1of3 > .Grid-cell.Grid-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .small-Grid--1of3 > .Grid-cell.Grid-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .small-Grid--1of3 > .Grid-cell.Grid-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .small-Grid--1of3 > .Grid-cell.Grid-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .small-Grid--1of3 > .Grid-cell.Grid-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .small-large-Grid--1of2 > .Grid-cell.Grid-40, .small-large-Grid--1of2 > .Grid-cell.Grid-60 {
      flex: 0 0 50%;
      max-width: 50%; }
    .small-Grid--column--1of2 > .Grid-cell, .small-Grid-cell-column--1of2 {
      width: 50%; }
    .small-Grid--column.large-Grid--1of2 > .Grid-cell, .small-Grid--column.small-Grid--1of2 > .Grid-cell, .small-Grid--column.Grid--1of2 > .Grid-cell, .small-Grid--column > .large-Grid-cell--1of2, .small-Grid--column > .small-Grid-cell--1of2, .small-Grid--column > .Grid-cell--1of2 {
      max-height: 50%; }
    .small-Grid--2of5 > .Grid-cell, .small-Grid-cell--2of5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .small-Grid--column--2of5 > .Grid-cell, .small-Grid-cell-column--2of5 {
      width: 40%; }
    .small-Grid--column.large-Grid--2of5 > .Grid-cell, .small-Grid--column.small-Grid--2of5 > .Grid-cell, .small-Grid--column.Grid--2of5 > .Grid-cell, .small-Grid--column > .large-Grid-cell--2of5, .small-Grid--column > .small-Grid-cell--2of5, .small-Grid--column > .Grid-cell--2of5 {
      max-height: 40%; }
    .small-Grid--1of3 > .Grid-cell, .small-Grid-cell--1of3 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .small-Grid--column--1of3 > .Grid-cell, .small-Grid-cell-column--1of3 {
      width: 33.3333%; }
    .small-Grid--column.large-Grid--1of3 > .Grid-cell, .small-Grid--column.small-Grid--1of3 > .Grid-cell, .small-Grid--column.Grid--1of3 > .Grid-cell, .small-Grid--column > .large-Grid-cell--1of3, .small-Grid--column > .small-Grid-cell--1of3, .small-Grid--column > .Grid-cell--1of3 {
      max-height: 33.3333%; }
    .small-Grid--3of10 > .Grid-cell, .small-Grid-cell--3of10 {
      flex: 0 0 30%;
      max-width: 30%; }
    .small-Grid--column--3of10 > .Grid-cell, .small-Grid-cell-column--3of10 {
      width: 30%; }
    .small-Grid--column.large-Grid--3of10 > .Grid-cell, .small-Grid--column.small-Grid--3of10 > .Grid-cell, .small-Grid--column.Grid--3of10 > .Grid-cell, .small-Grid--column > .large-Grid-cell--3of10, .small-Grid--column > .small-Grid-cell--3of10, .small-Grid--column > .Grid-cell--3of10 {
      max-height: 30%; }
    .small-Grid--1of4 > .Grid-cell, .small-Grid-cell--1of4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .small-Grid--column--1of4 > .Grid-cell, .small-Grid-cell-column--1of4 {
      width: 25%; }
    .small-Grid--column.large-Grid--1of4 > .Grid-cell, .small-Grid--column.small-Grid--1of4 > .Grid-cell, .small-Grid--column.Grid--1of4 > .Grid-cell, .small-Grid--column > .large-Grid-cell--1of4, .small-Grid--column > .small-Grid-cell--1of4, .small-Grid--column > .Grid-cell--1of4 {
      max-height: 25%; }
    .small-Grid--1of5 > .Grid-cell, .small-Grid-cell--1of5 {
      flex: 0 0 20%;
      max-width: 20%; }
    .small-Grid--column--1of5 > .Grid-cell, .small-Grid-cell-column--1of5 {
      width: 20%; }
    .small-Grid--column.large-Grid--1of5 > .Grid-cell, .small-Grid--column.small-Grid--1of5 > .Grid-cell, .small-Grid--column.Grid--1of5 > .Grid-cell, .small-Grid--column > .large-Grid-cell--1of5, .small-Grid--column > .small-Grid-cell--1of5, .small-Grid--column > .Grid-cell--1of5 {
      max-height: 20%; } }

@media (min-width: 1025px) {
  .large-Grid--gutters-5 {
    margin-top: -5px;
    margin-left: -5px; }
    .large-Grid--gutters-5 > .Grid-cell {
      padding: 5px 0 0 5px; }
    .large-Grid--left-gutters-5 {
      margin-left: -5px; }
    .large-Grid--left-gutters-5 > .Grid-cell {
      padding-left: 5px; }
    .large-Grid--top-gutters-5 {
      margin-top: -5px; }
    .large-Grid--top-gutters-5 > .Grid-cell {
      padding-top: 5px; }
    .large-Grid--gutters-10 {
      margin-top: -10px;
      margin-left: -10px; }
    .large-Grid--gutters-10 > .Grid-cell {
      padding: 10px 0 0 10px; }
    .large-Grid--left-gutters-10 {
      margin-left: -10px; }
    .large-Grid--left-gutters-10 > .Grid-cell {
      padding-left: 10px; }
    .large-Grid--top-gutters-10 {
      margin-top: -10px; }
    .large-Grid--top-gutters-10 > .Grid-cell {
      padding-top: 10px; }
    .large-Grid--gutters-20 {
      margin-top: -20px;
      margin-left: -20px; }
    .large-Grid--gutters-20 > .Grid-cell {
      padding: 20px 0 0 20px; }
    .large-Grid--left-gutters-20 {
      margin-left: -20px; }
    .large-Grid--left-gutters-20 > .Grid-cell {
      padding-left: 20px; }
    .large-Grid--top-gutters-20 {
      margin-top: -20px; }
    .large-Grid--top-gutters-20 > .Grid-cell {
      padding-top: 20px; }
    .large-Grid--gutters-30 {
      margin-top: -30px;
      margin-left: -30px; }
    .large-Grid--gutters-30 > .Grid-cell {
      padding: 30px 0 0 30px; }
    .large-Grid--left-gutters-30 {
      margin-left: -30px; }
    .large-Grid--left-gutters-30 > .Grid-cell {
      padding-left: 30px; }
    .large-Grid--top-gutters-30 {
      margin-top: -30px; }
    .large-Grid--top-gutters-30 > .Grid-cell {
      padding-top: 30px; }
    .large-Grid--gutters-50 {
      margin-top: -50px;
      margin-left: -50px; }
    .large-Grid--gutters-50 > .Grid-cell {
      padding: 50px 0 0 50px; }
    .large-Grid--left-gutters-50 {
      margin-left: -50px; }
    .large-Grid--left-gutters-50 > .Grid-cell {
      padding-left: 50px; }
    .large-Grid--top-gutters-50 {
      margin-top: -50px; }
    .large-Grid--top-gutters-50 > .Grid-cell {
      padding-top: 50px; }
    .large-Grid--row {
      -webkit-flex-direction: row;
      flex-direction: row; }
    .large-Grid--row-reverse {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .large-Grid--column-reverse {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .large-Grid--column {
      -webkit-flex-direction: column;
      flex-direction: column; }
    .large-Grid--left {
      justify-content: flex-start; }
    .large-Grid--center {
      justify-content: center; }
    .large-Grid--right {
      justify-content: flex-end; }
    .large-Grid--between {
      justify-content: space-between; }
    .large-Grid--auto > .Grid-cell, .large-Grid-cell--auto {
      flex: 0 0 auto; }
    .large-Grid--fit > .Grid-cell, .large-Grid-cell--fit {
      flex: 1 0 0%;
      max-width: none; }
    .large-Grid--full > .Grid-cell, .large-Grid-cell--full {
      flex: 0 0 100%;
      max-width: 100%; }
    .large-Grid--column > .Grid-cell {
      max-width: none; }
    .large-Grid--column.large-Grid--full > .Grid-cell, .large-Grid--column.small-Grid--full > .Grid-cell, .large-Grid--column.Grid--full > .Grid-cell, .large-Grid--column > .large-Grid-cell--full, .large-Grid--column > .small-Grid-cell--full, .large-Grid--column > .Grid-cell--full {
      max-height: 100%; }
    .large-Grid--2of3 > .Grid-cell, .large-Grid-cell--2of3 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .large-Grid--column--2of3 > .Grid-cell, .large-Grid-cell-column--2of3 {
      width: 66.6666%; }
    .large-Grid--column.large-Grid--2of3 > .Grid-cell, .large-Grid--column.small-Grid--2of3 > .Grid-cell, .large-Grid--column.Grid--2of3 > .Grid-cell, .large-Grid--column > .large-Grid-cell--2of3, .large-Grid--column > .small-Grid-cell--2of3, .large-Grid--column > .Grid-cell--2of3 {
      max-height: 66.6666%; }
    .large-Grid--1of2 > .Grid-cell, .large-Grid-cell--1of2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .large-Grid--1of3 > .Grid-cell.Grid-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .large-Grid--1of3 > .Grid-cell.Grid-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .large-Grid--1of3 > .Grid-cell.Grid-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .large-Grid--1of3 > .Grid-cell.Grid-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .large-Grid--1of3 > .Grid-cell.Grid-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .large-large-Grid--1of2 > .Grid-cell.Grid-40, .large-large-Grid--1of2 > .Grid-cell.Grid-60 {
      flex: 0 0 50%;
      max-width: 50%; }
    .large-Grid--column--1of2 > .Grid-cell, .large-Grid-cell-column--1of2 {
      width: 50%; }
    .large-Grid--column.large-Grid--1of2 > .Grid-cell, .large-Grid--column.small-Grid--1of2 > .Grid-cell, .large-Grid--column.Grid--1of2 > .Grid-cell, .large-Grid--column > .large-Grid-cell--1of2, .large-Grid--column > .small-Grid-cell--1of2, .large-Grid--column > .Grid-cell--1of2 {
      max-height: 50%; }
    .large-Grid--2of5 > .Grid-cell, .large-Grid-cell--2of5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .large-Grid--column--2of5 > .Grid-cell, .large-Grid-cell-column--2of5 {
      width: 40%; }
    .large-Grid--column.large-Grid--2of5 > .Grid-cell, .large-Grid--column.small-Grid--2of5 > .Grid-cell, .large-Grid--column.Grid--2of5 > .Grid-cell, .large-Grid--column > .large-Grid-cell--2of5, .large-Grid--column > .small-Grid-cell--2of5, .large-Grid--column > .Grid-cell--2of5 {
      max-height: 40%; }
    .large-Grid--1of3 > .Grid-cell, .large-Grid-cell--1of3 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .large-Grid--column--1of3 > .Grid-cell, .large-Grid-cell-column--1of3 {
      width: 33.3333%; }
    .large-Grid--column.large-Grid--1of3 > .Grid-cell, .large-Grid--column.small-Grid--1of3 > .Grid-cell, .large-Grid--column.Grid--1of3 > .Grid-cell, .large-Grid--column > .large-Grid-cell--1of3, .large-Grid--column > .small-Grid-cell--1of3, .large-Grid--column > .Grid-cell--1of3 {
      max-height: 33.3333%; }
    .large-Grid--3of10 > .Grid-cell, .large-Grid-cell--3of10 {
      flex: 0 0 30%;
      max-width: 30%; }
    .large-Grid--column--3of10 > .Grid-cell, .large-Grid-cell-column--3of10 {
      width: 30%; }
    .large-Grid--column.large-Grid--3of10 > .Grid-cell, .large-Grid--column.small-Grid--3of10 > .Grid-cell, .large-Grid--column.Grid--3of10 > .Grid-cell, .large-Grid--column > .large-Grid-cell--3of10, .large-Grid--column > .small-Grid-cell--3of10, .large-Grid--column > .Grid-cell--3of10 {
      max-height: 30%; }
    .large-Grid--1of4 > .Grid-cell, .large-Grid-cell--1of4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .large-Grid--column--1of4 > .Grid-cell, .large-Grid-cell-column--1of4 {
      width: 25%; }
    .large-Grid--column.large-Grid--1of4 > .Grid-cell, .large-Grid--column.small-Grid--1of4 > .Grid-cell, .large-Grid--column.Grid--1of4 > .Grid-cell, .large-Grid--column > .large-Grid-cell--1of4, .large-Grid--column > .small-Grid-cell--1of4, .large-Grid--column > .Grid-cell--1of4 {
      max-height: 25%; }
    .large-Grid--1of5 > .Grid-cell, .large-Grid-cell--1of5 {
      flex: 0 0 20%;
      max-width: 20%; }
    .large-Grid--column--1of5 > .Grid-cell, .large-Grid-cell-column--1of5 {
      width: 20%; }
    .large-Grid--column.large-Grid--1of5 > .Grid-cell, .large-Grid--column.small-Grid--1of5 > .Grid-cell, .large-Grid--column.Grid--1of5 > .Grid-cell, .large-Grid--column > .large-Grid-cell--1of5, .large-Grid--column > .small-Grid-cell--1of5, .large-Grid--column > .Grid-cell--1of5 {
      max-height: 20%; } }

.header {
  z-index: 112;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0; }

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  height: 100px; }
  .header-content > div {
    height: 100%; }
  .header-content > div:last-child {
    display: flex;
    justify-content: flex-end; }
  .header-content > div:first-child, .header-content > div:last-child {
    flex-basis: 20%; }
  .header-content > a {
    padding: 5px 0; }

.header-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9f9167; }
  .header-title span {
    margin-bottom: 0;
    font-size: 1.3rem;
    text-align: center; }
  .header-title img {
    padding-top: 5px; }

.btn-book {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  color: white;
  text-transform: uppercase;
  background: #946153;
  transition: background 0.2s;
  text-align: center; }
  .btn-book:hover, .btn-book:focus {
    background: #3b454a;
    transition: background 0.2s; }
  .btn-book:hover span, .btn-book:focus span {
    color: white; }

.btn-book-restaurant {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  color: white;
  text-transform: uppercase;
  background: #44534d;
  transition: background 0.2s;
  text-align: center; }
  .btn-book-restaurant:hover, .btn-book-restaurant:focus {
    background: #3b454a;
    transition: background 0.2s; }
  .btn-book-restaurant:hover span, .btn-book-restaurant:focus span {
    color: white; }

.btn-book-label {
  flex-basis: 120px;
  color: white; }
  .btn-book-label:hover {
    color: white; }

.menu-lang-top {
  position: fixed !important;
  top: 48px;
  right: 0;
  z-index: 102;
  background-color: #2d2417;
  border-color: #2d2417 !important; }
  .menu-lang-top a {
    color: #fff; }
  .menu-lang-top svg {
    fill: #9f9167; }

.btn-menu {
  outline: none;
  z-index: 302;
  position: fixed;
  display: flex;
  align-items: center;
  left: 0;
  top: 17px;
  padding: 20px 40px;
  transition: transform 0.3s;
  z-index: 1000; }
  .btn-menu:hover .icon-menu span, .btn-menu:focus .icon-menu span {
    transform: translateX(-5px);
    transition: transform 0.3s; }
  .btn-menu.active {
    transform: translateX(220px);
    transition: transform 0.3s; }
  .btn-menu.active .btn-menu-label {
    display: none; }
    .btn-menu.active .btn-menu-label:last-child {
      display: block; }

.icon-menu {
  position: relative;
  display: block;
  width: 29px;
  height: 14px;
  margin: 0 10px 0 0; }
  .icon-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 6px;
    background: #000;
    transition: opacity 0.3s, transform 0.3s; }
  .icon-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background: #000;
    transition: top 0.3s, transform 0.3s; }
  .icon-menu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 12px;
    background: #000;
    transition: top 0.3s, transform 0.3s; }
  .icon-menu.active span {
    opacity: 0;
    transition: 0.3s, transform 0.3s; }
  .icon-menu.active:before {
    top: 50%;
    transform: rotate(-45deg);
    transition: top 0.3s, transform 0.3s; }
  .icon-menu.active:after {
    top: 50%;
    transform: rotate(45deg);
    transition: top 0.3s, transform 0.3s; }

.btn-menu-label {
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .btn-menu-label:last-child {
    display: none; }

.offer-tag {
  z-index: -1;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 194px;
  right: 55px;
  top: 60px;
  padding: 70px 10px 10px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1em;
  background: url('/res/img/tag.png') no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 0;
  transform: rotate(-10deg);
  animation: swing 1.5s infinite alternate ease-in-out;
  transition: opacity 0.3s; }
  .offer-tag strong {
    display: inline-block;
    margin: 0.5em 0 0;
    color: #36454b;
    font-family: RetroSignature, cursive;
    font-size: 1.3rem; }
  .offer-tag p:last-child {
    margin-bottom: 0; }
  .offer-tag.inactive {
    opacity: 0;
    transition: opacity 0.3s; }

.has-offer-tag .offer-tag {
  display: flex; }

@keyframes swing {
  0% {
    transform: rotate(-10deg); }

  100% {
    transform: rotate(10deg); } }

.menu-panel {
  z-index: 301;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 390px;
  height: 100%;
  left: 0;
  top: 0;
  padding: 40px 40px 20px 60px;
  background: #fff;
  transform: translateX(-400px);
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: auto; }
  .menu-panel img {
    margin-bottom: 20px; }
  .menu-panel.active {
    transform: translateX(0);
    box-shadow: rgba(0, 0, 0, .2) 0 0 5px;
    transition: transform 0.3s, box-shadow 0.3s; }

.menu-img {
  display: block;
  margin: 0 0 2em; }

.menu {
  margin-bottom: 2em;
  font-size: 1.1rem;
  text-transform: uppercase; }
  .menu ul {
    list-style: none;
    margin-bottom: 0; }
  .menu li {
    margin: 0 0 1.5em; }
  .menu a {
    display: flex;
    align-items: center;
    color: #000; }
  .menu a span {
    position: relative; }
  .menu a span:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    top: 1.7em;
    background: rgba(148, 97, 83, 0.3);
    transform-origin: 0 0;
    transform: scaleX(0);
    transition: transform 0.3s; }
  .menu a:hover span:after, .menu a:focus span:after, .menu a.active span:after {
    transform: scaleX(1);
    transition: transform 0.3s; }
  .menu img {
    width: 40px;
    display: block;
    margin: 0; }
  .menu span {
    margin-left: 15px; }
  .menu svg {
    fill: #9f936a;
    width: 30px;
    height: 30px;
    margin-right: 10px; }

.menu-address {
  padding: 1em 0 0;
  font-size: 0.9rem;
  border-top: #946153 solid 1px; }
  .menu-address .org {
    display: block;
    text-transform: uppercase;
    color: #9d9166; }
  .menu-address a {
    color: #000; }

.menu-address-item {
  display: flex;
  align-items: center;
  margin: 1em 0 0; }
  .menu-address-item svg {
    color: #000;
    width: 13px;
    height: 16px;
    margin: 0 10px 0 0; }

.nav-lang-wrap {
  position: relative;
  text-transform: uppercase;
  text-align: center; }
  .nav-lang-wrap .btn-lang {
    position: relative;
    font-weight: 400;
    background: #6b6d5d;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fff;
    cursor: pointer; }
  .nav-lang-wrap nav {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: hidden;
    opacity: 0;
    display: none;
    position: absolute;
    z-index: 9;
    right: 40px;
    top: 0; }
  .nav-lang-wrap nav ul {
    margin: 0;
    display: flex; }
    .nav-lang-wrap nav ul li {
      display: block;
      margin: 0 0 0 3px; }
      .nav-lang-wrap nav ul li a {
        display: block;
        text-decoration: none;
        height: 40px;
        background: #6b6d5d;
        font-weight: 700;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .nav-lang-wrap nav ul li a:hover {
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          text-decoration: none; }
  .nav-lang-wrap:hover nav {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: visible;
    opacity: 1;
    display: block; }

.btns-contact {
  z-index: 200;
  position: fixed;
  right: 0;
  bottom: 60px; }
  .btns-contact ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none; }
  .btns-contact li {
    position: relative;
    margin: 0 0 5px; }
  .btns-contact a {
    display: flex;
    align-items: stretch;
    padding: 10px 10px 8px;
    color: #fff;
    background: #6b6d5d; }
  .btns-contact a:hover svg, .btns-contact a:focus svg {
    fill: #36454b;
    transform: scale(1.3);
    transition: fill 0.3s, transform 0.3s; }
    .btns-contact a:hover .contact-tooltip, .btns-contact a:focus .contact-tooltip {
      transform: translateX(-40px);
      transition: transform 0.3s linear; }
  .btns-contact svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: fill 0.3s, transform 0.3s; }

.contact-tooltip {
  display: block;
  padding: 10px 20px 10px;
  font-size: 0.9rem;
  position: absolute;
  z-index: -1;
  background: #6b6d5d;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: transform 0.3s linear;
  width: 140px;
  text-align: center; }
  .contact-tooltip.tooltip-email {
    width: 190px; }

.menu-langs-mobile {
  display: none; }

@media all and (max-width: 767px) {
  .menu-panel {
    overflow-x: auto; }

  .btns-contact {
    display: none; }

  .menu-langs-mobile {
    position: relative;
    display: inline-block;
    min-width: 150px;
    margin: 1em 0;
    border: #946153 solid 1px; }
    .menu-langs-mobile:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      right: 10px;
      top: 14px;
      border-style: solid;
      border-width: 7px 7px 0 7px;
      border-color: #946153 transparent transparent transparent; }
    .menu-langs-mobile:hover li, .menu-langs-mobile:focus li {
      display: block; }
    .menu-langs-mobile li {
      display: none;
      padding: 7px 0; }
      .menu-langs-mobile li.active {
        display: block; }
    .menu-langs-mobile a, .menu-langs-mobile span {
      display: block;
      padding: 0.2em 0.4em;
      text-transform: uppercase;
      transition: color 0.2s, background 0.2s; }
      .menu-langs-mobile a:hover, .menu-langs-mobile span:hover, .menu-langs-mobile a:focus, .menu-langs-mobile span:focus {
        color: #946153;
        text-decoration: none;
        background: #fff;
        transition: color 0.2s, background 0.2s; } }

.menu-social-footer {
  padding: 30px;
  text-align: center; }
  .menu-social-footer ul {
    padding: 0;
    margin: 0; }
  .menu-social-footer li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0 10px; }
  .menu-social-footer a {
    display: block;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s; }
  .menu-social-footer a:hover, .menu-social-footer a:focus {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s; }
  .menu-social-footer svg {
    width: 33px;
    height: 33px;
    fill: #946153; }

.menu-social-footer-title {
  display: block;
  margin: 0 0 30px;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto, Helvetica, Arial, sans-serif; }

.footer {
  font-size: 0.85rem;
  line-height: 1.8em; }

.footer-top {
  padding: 40px 0;
  background: #212121;
  color: #fff; }
  .footer-top a {
    color: #fff; }
  .footer-top a:hover, .footer-top a:focus {
    text-decoration: underline; }

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1040px;
  padding: 0 40px;
  margin: 0 auto; }

.footer-col {
  display: flex;
  align-items: center;
  border-right: #555 solid 2px; }
  .footer-col:first-child {
    padding-right: 70px; }
  .footer-col:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px; }
  .footer-col:nth-child(3) {
    padding-left: 20px;
    padding-right: 20px; }
  .footer-col:last-child {
    padding-left: 20px;
    border-right: none; }

.card strong {
  display: block;
  font-size: 0.95rem;
  text-transform: uppercase; }

.menu-footer {
  columns: 2;
  column-gap: 20px;
  font-size: 0.8rem;
  text-transform: uppercase; }
  .menu-footer ul {
    list-style: none; }
  .menu-footer a.active {
    text-decoration: underline; }

.menu-langs {
  position: relative;
  display: inline-block;
  min-width: 150px;
  margin: 1em 0 0;
  border: #fff solid 1px; }
  .menu-langs:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    top: 12px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent; }
  .menu-langs:hover li, .menu-langs:focus li {
    display: block; }
  .menu-langs li {
    display: none; }
  .menu-langs li.active {
    display: block; }
  .menu-langs a, .menu-langs span {
    display: block;
    padding: 0.2em 0.4em;
    text-transform: uppercase;
    transition: color 0.2s, background 0.2s; }
  .menu-langs a:hover, .menu-langs span:hover, .menu-langs a:focus, .menu-langs span:focus {
    color: #946153;
    text-decoration: none;
    background: #fff;
    transition: color 0.2s, background 0.2s; }

.footer-address-item {
  display: flex; }
  .footer-address-item svg {
    width: 15px;
    height: 18px;
    margin: 5px 10px 0 0;
    fill: #fff; }

.other-hotels {
  display: flex;
  font-size: 0.8rem; }

.logo-coq img {
  display: block;
  margin: 5px auto 0;
  position: relative;
  left: 5px; }

.logo-hoteliers {
  padding: 0 0 0 30px;
  text-align: center; }
  .logo-hoteliers img {
    display: block;
    width: 163px;
    height: 88px;
    margin: 5px 0 0; }

.handicap {
  margin: 1.5em 0;
  text-align: center; }
  .handicap svg {
    width: 18px;
    height: 18px; }

.footer-bottom {
  background: #fff;
  padding: 10px 0; }

.annulation-resa {
  display: flex;
  justify-content: center; }

.copyrights {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  padding: 0 40px;
  margin: 1.5em auto;
  text-align: center; }
  .copyrights > div {
    display: flex;
    align-items: center; }
  .copyrights > div:before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    margin: 0 20px;
    background: #946153; }
  .copyrights > div:first-child:before {
    display: none; }
  .copyrights a {
    color: #946153;
    text-decoration: underline; }
  .copyrights a:hover, .copyrights a:focus {
    text-decoration: none; }

.menu-categories {
  margin-bottom: 3em; }
  .menu-categories ul {
    list-style: none; }
  .menu-categories a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
    color: #fff;
    font-family: RetroSignature, cursive;
    font-size: 5rem;
    text-shadow: rgba(0, 0, 0, .5) 0 0 5px;
    background-position: center;
    background-size: cover;
    text-align: center; }
  .menu-categories a:hover div, .menu-categories a:focus div {
    opacity: 1;
    transition: opacity 0.2s; }
  .menu-categories div {
    z-index: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(148, 97, 83, 0.8);
    transition: opacity 0.2s; }
  .menu-categories span {
    position: relative; }

.img-deco-events {
  position: absolute;
  right: 0;
  top: -60px; }

.event {
  margin-bottom: 2em; }

.event-full {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 635px;
  padding-top: 70px;
  background-position: center;
  background-size: cover; }
  .event-full h2, .event-full .header-title span, .header-title .event-full span {
    margin-bottom: 0.2em; }

.event-full-content {
  position: relative;
  width: 90%;
  max-width: 555px;
  padding: 120px 20px 20px;
  text-align: center;
  background: rgba(255, 255, 255, .93); }
  .event-full-content .home-event-big-date {
    width: 150px;
    top: -75px;
    left: calc(50% - 75px);
    right: auto; }
  .event-full-content .home-event-date {
    justify-content: center; }

.single-event .home-event-date {
  justify-content: center; }
  .single-event .text img {
    max-width: 100%;
    height: auto !important; }

@media all and (max-width: 920px) and (min-width: 768px) {
  .menu-categories a {
    font-size: 4rem; } }

@media all and (max-width: 767px) {
  .menu-categories.cat-active a {
    font-size: 2.5rem; } }

.switcher-blog {
  height: 500px; }

.header-blog {
  position: relative;
  min-height: 110px;
  margin: 4em 0 3em; }

.img-deco-blog {
  z-index: 0;
  position: absolute;
  left: 0;
  top: -80px; }

.blog-post {
  position: relative;
  flex-basis: calc(33.3% - 1.5em);
  height: 560px;
  margin: 0 0 2em;
  background-position: center;
  background-size: cover; }
  .blog-post:hover .blog-post-content, .blog-post:focus .blog-post-content {
    opacity: 1;
    transition: opacity 0.3s; }

.blog-post-content {
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 15px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  transition: opacity 0.3s; }
  .blog-post-content .text {
    color: #fff; }
  .blog-post-content h2, .blog-post-content .header-title span, .header-title .blog-post-content span {
    margin-top: 1em;
    font-size: 1.4rem; }
  .blog-post-content h2 a, .blog-post-content .header-title span a, .header-title .blog-post-content span a {
    color: #fff; }

.blog-post-cat {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20px;
  text-align: center; }

.blog-date {
  font-weight: bold; }
  .blog-date a {
    color: #fff; }

#blog-paginator {
  margin: 2em 0 0;
  text-align: center; }
  #blog-paginator ul {
    display: flex;
    justify-content: center;
    list-style: none; }
  #blog-paginator a {
    display: inline-block;
    padding: 0.3em 1em;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    background: #946153;
    border-radius: 8px;
    transition: transform 0.3s, color 0.2s, background 0.2s; }
  #blog-paginator a:hover, #blog-paginator a:focus {
    color: #946153;
    background: #36454b; }

.single-post h2, .single-post .header-title span, .header-title .single-post span {
  text-align: left !important; }

.single-post-img {
  display: block;
  margin: 0 0 2em; }

.single-post-date {
  color: #36454b;
  text-align: center; }
  .single-post-date a {
    color: inherit;
    text-decoration: underline; }

.ariane {
  margin: 1em 0;
  font-size: 0.9rem;
  text-align: center; }
  .ariane ul {
    list-style: none; }
  .ariane li {
    display: inline-block; }
  .ariane li:not(:last-child):after {
    content: '›'; }
  .ariane a {
    color: #946153;
    border-bottom: transparent solid 1px;
    transition: color 0.2s, border 0.2s; }
  .ariane a:hover, .ariane a:focus {
    color: #36454b;
    border-bottom: solid 1px;
    transition: color 0.2s, border 0.2s; }

html.swipebox-html.swipebox-touch {
  overflow: hidden; }

#swipebox-overlay img {
  border: none; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  user-select: none;
  background: #0d0d0d; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition : transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
  #swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
  #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle; }
  #swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box; }
    #swipebox-slider .slide .swipebox-video-container .swipebox-video {
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden;
      position: relative; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  #swipebox-slider .slide-loading {
    background: url("https://360.agencewebcom.com/web/uploads/api/images_sites/swipebox/loader.svg") no-repeat center center; }

#swipebox-bottom-bar, #swipebox-top-bar {
  transition : 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 15px;
  line-height: 43px;
  font-family: Roboto, Helvetica, Arial, sans-serif, sans-serif;
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev, #swipebox-next, #swipebox-close {
  background-image: url(https://360.agencewebcom.com/web/uploads/api/images_sites/swipebox/icons.svg);
  background-repeat: no-repeat;
  border: none;
  text-decoration: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev, #swipebox-next {
  position: absolute;
  top: 50%; }

#swipebox-prev {
  background-position: -32px 13px;
  left: 0; }

#swipebox-next {
  background-position: -78px 13px;
  right: 0; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation : rightSpring 0.3s;
  animation : rightSpring 0.3s; }
  .swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation : leftSpring 0.3s;
    animation : leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition : all 0.3s ease;
  content : ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }
  .swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565; }
  .swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565; }
  .swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1; }
  .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

.gallery {
  padding: 50px 0;
  margin: 0 20px; }

.grid-item {
  width: -webkit-calc(25% - 10px);
  width: calc(25% - 10px);
  display: inline-block; }

.grid-item {
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .grid-item:hover .grid-item-overlay, .grid-item:focus .grid-item-overlay {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .grid-item img {
    display: block;
    width: 100%;
    height: auto; }

.grid-item-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, .75);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .grid-item-overlay svg {
    fill: #fff;
    width: 37px;
    height: 37px; }

.team-name {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase; }

@media screen and (max-width: 1023px) {
  .grid-sizer, .grid-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); } }

@media screen and (max-width: 767px) {
  .grid-sizer, .grid-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 4px; } }

@media screen and (max-height: 850px) {
  .menu li {
    margin-bottom: 0.9em; } }

@media screen and (max-height: 720px) {
  .menu {
    font-size: 0.9rem; }
    .menu li {
      margin-bottom: 0.8em; } }

@media screen and (max-height: 720px) {
  /* tablet */
    .menu {
      font-size: 0.7rem; }
      .menu li {
        margin-bottom: 0.8em; }
    .menu-panel img {
      margin-bottom: 10px; }
    .menu-address-item {
      font-size: 0.7rem; } }

@media screen and (max-width: 1299px) {
  .header-title h2, .header-title .header-title span, .header-title .header-title span, .header-title span {
    font-size: 1.1rem; }

  .menu-panel img {
    margin-bottom: 10px; }

  .home-post {
    margin-top: -190px; }

  .home-event-btns .btn {
    margin-bottom: 1em; }

  .img-deco-bar {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 1em;
    text-align: center; }

  .logo-footer img {
    width: 150px; } }

@media screen and (max-width: 1100px) {
  .home-event {
    margin-top: -20px; }

  .footer-col:first-child {
    padding-right: 10px; }
    .footer-col:nth-child(2) {
      padding-left: 10px;
      padding-right: 10px; }
    .footer-col:nth-child(3) {
      padding-left: 10px;
      padding-right: 10px; }
    .footer-col:last-child {
      padding-left: 10px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ov-x {
    overflow-x: auto;
    height: 320px; } }

@media screen and (max-width: 1280px) {
  .home-offer {
    flex-basis: 100%;
    height: 300px;
    width: 300px;
    margin: 0 auto 2em; } }

@media screen and (max-width: 1023px) {
  .first-block {
    height: 50%; }

  .logo-slide {
    top: 25%; }

  .content {
    padding: 16px; }

  .home-offer {
    flex-basis: 100%;
    height: 300px;
    width: 300px;
    margin: 0 auto 2em; }

  .home-post {
    margin-top: 1em; }
    .home-post img {
      display: block;
      width: 100%;
      height: auto; }
    .home-post .right {
      text-align: left; }

  .home-event img {
    display: block;
    width: 100%;
    height: auto; }

  .switcher-item:hover, .switcher-item:focus {
    flex-basis: 40%; }

  .switcher-item-off {
    padding-left: 12px;
    padding-right: 12px; }

  .img-deco, .img-deco-tr {
    display: none; }

  .content-large-label img {
    max-width: 150px;
    margin-top: 2em; }

  .img-deco-bar-content {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    left: auto;
    top: auto; }

  .has-border {
    border-width: 5px; }

  .come-item {
    flex-basis: 48%;
    margin: 0 1% 2% !important; }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center; }

  .footer-col {
    padding: 0;
    margin: 0 0 2em;
    border-right: none; }
    .footer-col:first-child {
      padding-right: 0; }
    .footer-col:nth-child(2) {
      padding-left: 0;
      padding-right: 0; }
    .footer-col:nth-child(3) {
      padding-left: 0;
      padding-right: 0; }
    .footer-col:last-child {
      padding-left: 0; }

  .footer-address-item {
    justify-content: center; } }

@media screen and (max-width: 767px) {
  .intro-btn-wrapper a {
    margin: 5px; }

  ._location .content-item {
    margin: 1em 0; }
    ._location .content-item.content-56026 {
      margin-bottom: 0; }
      ._location .content-item.content-56026 .content-img-tohide {
        display: none; }
      ._location .content-item.content-56026 + .mts {
        margin-top: 0; }

  .real h2, .real .header-title span, .header-title .real span {
    line-height: 0.8em; }

  ._offers h2 strong, ._offers .header-title span strong, .header-title ._offers span strong {
    margin-bottom: 15px; }

  .m-h2 h2, .m-h2 .header-title span, .header-title .m-h2 span {
    font-size: 3.2rem; }

  ._location h1 {
    margin-top: 3em; }

  ._location .m-h2 h2, ._location .m-h2 .header-title span, .header-title ._location .m-h2 span, ._location .m-h2 .header-title span, ._location .header-title .m-h2 span {
    font-size: 3rem; }

  ._seminary h1 b {
    font-size: 55px; }

  .content-item {
    margin: 3em 0; }

  h2.like-h1, .header-title span.like-h1 {
    margin: 0; }

  .blog-post {
    height: 475px;
    flex-basis: 100%; }
    .blog-post .blog-post-content {
      opacity: 1; }

  h1 {
    margin: 1.1em 0 1.1em; }

  .slider-svg {
    z-index: 101;
    bottom: 0; }

  .menu-lang-top {
    top: 111px; }

  .header-title a {
    padding: 10px; }

  .btn-visit {
    width: 110px;
    height: 110px;
    font-size: 0.9rem; }
    .btn-visit strong {
      font-size: 3.5rem; }

  body {
    padding-top: 120px; }

  h1 {
    font-size: 1.1rem; }
    h1 strong {
      font-size: 3.5rem; }

  h2.like-h1 strong, .header-title span.like-h1 strong {
    font-size: 3.5rem; }

  .gride-reverse [class^='col']:first-child {
    margin-left: 0;
    margin-right: 0; }
    .gride-reverse [class^='col']:last-child {
      margin-left: 0;
      margin-right: 0; }

  .first-block {
    height: calc(100vh - 180px);
    position: relative; }

  ._index .first-block {
    height: 65vh; }

  .m-first-block-h100 {
    height: 60vh; }

  .pdf-target {
    padding-bottom: 40px;
    padding-top: 10px; }

  .header-content {
    flex-direction: column;
    align-items: stretch;
    height: 120px; }
    .header-content > div:first-child {
      display: none; }
    .header-content > div {
      height: 79px; }
    .header-content > div:first-child, .header-content > div:last-child {
      flex-basis: unset;
      height: 41px; }
    .header-content > a {
      padding-right: 10px;
      text-align: right; }

  .btn-menu {
    padding-left: 10px;
    padding-right: 10px;
    top: 79px;
    background: #fff;
    left: 20px;
    height: 41px; }
    .btn-menu.active {
      transform: translateX(0);
      top: 10px; }

  .menu-panel {
    width: 100%;
    padding: 70px 20px 20px;
    transform: translateX(-100%); }

  .menu-img {
    display: none; }

  .menu {
    padding-top: 20px;
    margin-bottom: 1em; }
    .menu li {
      margin-bottom: 1em; }
    .menu svg {
      width: 20px;
      height: 20px; }

  .menu-address {
    font-size: 0.8rem; }

  .menu-address-item {
    margin-top: 0.5em; }

  .btn-book {
    justify-content: center;
    width: 33%;
    max-width: none; }

  .btn-book-restaurant {
    justify-content: center;
    width: 33%;
    max-width: none; }

  .content {
    padding: 12px; }

  .col4, .col6, .col8 {
    flex-basis: 100%;
    margin: 0 0 1em; }

  .switcher {
    flex-direction: column;
    height: auto; }

  .switcher-full {
    display: none; }

  .switcher-item {
    flex-basis: 320px;
    height: 320px;
    margin-bottom: 1em; }
    .switcher-item:hover, .switcher-item:focus {
      flex-basis: 320px;
      height: 320px; }

  .switcher-item-on {
    padding: 12px; }

  .has-offer-tag .offer-tag, .offer-tag {
    display: none; }

  .mosaic-item {
    flex-basis: 100%; }
    .mosaic-item:nth-child(4n - 3), .mosaic-item:nth-child(4n) {
      flex-basis: 100%; }

  .home-offer-content h2, .home-offer-content .header-title span, .header-title .home-offer-content span {
    font-size: 1.7rem; }

  .btn-page {
    height: 280px; }

  .social-item {
    flex-basis: 50%; }

  .room {
    height: auto; }
    .room h2, .room .header-title span, .header-title .room span {
      left: 12px;
      top: 230px;
      bottom: auto;
      font-size: 1.3rem;
      text-shadow: rgba(0, 0, 0, .5) 0 0 3px; }

  .room-slideshow {
    height: 320px; }

  .room-content {
    position: static;
    max-width: none;
    height: auto;
    padding: 0; }

  .btn-fullscreen {
    left: auto;
    right: 10px;
    top: 10px; }
    .btn-fullscreen svg {
      width: 35px;
      height: 26px; }

  .room-service, .bar-service {
    margin: 20px 10px; }

  .img-deco-bar {
    display: none; }

  .img-deco-bar-right {
    position: static;
    right: auto;
    top: auto; }
    .img-deco-bar-right img {
      margin-left: auto;
      margin-right: auto;
      margin-top: 1em; }

  .content-large-label img {
    display: none; }

  .offer {
    flex-direction: column-reverse; }

  .img-deco-events {
    display: none; }

  .home-event-big-date {
    font-size: 0.8rem; }

  .come-item {
    flex-basis: 100%;
    margin: 0 0 2% !important; }

  .copyrights {
    flex-direction: column;
    align-items: center; }
    .copyrights > div:before {
      display: none; }

  .single-post .text img {
    max-width: 100%;
    height: auto !important;
    margin: 0 !important;
    float: none !important; }

  .home-offer {
    width: 230px;
    height: 230px;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto; }

  .content-large-btns .btn {
    margin-bottom: 1em; }

  .header-blog {
    margin: 0; } }

.map-btn {
  background: #36454b;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 100%;
  display: block; }
  .map-btn svg {
    width: 30px;
    height: 30px;
    fill: #fff; }

.map-bubble {
  min-width: 300px; }

.ibubble-bg {
  min-height: 110px; }

.map-bubble .h4, .ibubble .h4 {
  font-weight: 700;
  font-size: 17px; }

.map-container {
  position: relative;
  height: 80%; }

#map {
  height: 100%;
  background: #e0e0e0; }

.map-ul {
  display: none; }

.menu-map {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7); }
  .menu-map > ul {
    padding: 15px;
    margin: 0; }
  .menu-map li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    width: 165px; }
  .menu-map li.active .menu-poi, .menu-map li.active .map-menu-btn {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }

.map-menu-btn {
  background: none;
  border: none;
  opacity: 0.6;
  display: block;
  width: 100%;
  color: white;
  font-size: 1rem;
  transition: opacity 0.2s; }
  .map-menu-btn:hover, .map-menu-btn:focus {
    opacity: 1;
    transition: opacity 0.2s; }

.btn-poi-icon {
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin: 0 auto 5px;
  background: #946153;
  border-radius: 50%; }
  .btn-poi-icon img {
    width: 100%;
    display: block; }

.poi-list {
  position: absolute;
  width: 100%;
  padding: 15px 10px;
  left: 0;
  bottom: 90px;
  background: white;
  box-shadow: rgba(0, 0, 0, .3) 0 0 3px;
  max-height: 360px;
  overflow: auto;
  transition: opacity 0.2s; }
  .poi-list:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
    bottom: -8px;
    border-style: solid;
    border-width: 8px 9px 0 9px;
    border-color: #fff transparent transparent transparent; }
  .poi-list li {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0 0 10px; }
  .poi-list li:last-child {
    margin-bottom: 0; }
  .poi-list button {
    cursor: pointer;
    display: block;
    margin: auto;
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    transition: color 0.2s; }
  .poi-list button:hover, .poi-list button:focus {
    color: #946153;
    transition: color 0.2s; }

@media all and (min-width: 1042px) {
  .map-ul {
    display: block; }

  .map-btn {
    display: none; } }

.ptr {
  cursor: pointer; }

.how-to-come {
  margin: 0 20px 20px;
  text-align: center;
  display: flex;
  justify-content: center; }

.how-to-come-item {
  position: relative; }
  .how-to-come-item img {
    display: block;
    width: 100%;
    height: auto; }
  .how-to-come-item:hover .how-to-come-item-content, .how-to-come-item:focus .how-to-come-item-content, .how-to-come-item.active .how-to-come-item-content {
    opacity: 1;
    transition: opacity 0.3s; }

.how-to-come-bg {
  position: relative;
  height: 250px; }

.full {
  width: 100%;
  height: 100%; }

.how-to-come-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: white; }

.how-to-come-item-content {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  left: 0;
  top: 0;
  text-align: center;
  background: #000;
  transition: opacity 0.3s; }
  .how-to-come-item-content svg {
    display: inline-block;
    fill: #946153;
    width: 28px;
    height: 28px;
    margin: 0 0 10px; }

.how-to-come-text {
  color: white;
  font-size: 0.95rem;
  text-align: center;
  overflow: auto;
  max-height: 220px; }

@media all and (max-width: 767px) {
  .how-to-come {
    margin-left: 0; }

  .how-to-come-bg {
    height: 340px; } }

.gift {
  display: none;
  position: fixed;
  left: 10px;
  top: 145px;
  z-index: 120;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  padding: 10px 10px 10px 14px; }
  .gift svg {
    width: 50px;
    height: 50px; }
  .gift.small {
    top: 5px; }

#svg-gift .st0 {
  fill: #434343; }
  #svg-gift .st1 {
    fill: #d33c3c;
    stroke: #9e9e9e;
    stroke-width: 10;
    stroke-miterlimit: 10; }
  #svg-gift .st2 {
    fill: #fff; }
  #svg-gift .st3 {
    font-family: Roboto, Helvetica, Arial, sans-serif; }
  #svg-gift .st4 {
    font-size: 125.3811px; }

.sticker {
  position: fixed;
  z-index: 110;
  right: 55px;
  top: 80px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swing 2s ease-in-out 0s infinite alternate;
  animation: swing 2s ease-in-out 0s infinite alternate;
  text-decoration: none;
  transform: rotate(10deg);
  text-transform: uppercase;
  color: #191918;
  opacity: 0.85;
  margin: 10px 0;
  font-weight: 400;
  transition: opacity 0.3s; }
  .sticker strong, .sticker b {
    color: #698892;
    font-weight: 700;
    font-size: 25px; }
  .sticker i, .sticker em {
    font-style: normal;
    font-size: 12px; }
  .sticker .trait {
    background: #946153;
    width: 2px;
    height: 60px;
    margin: auto; }
  .sticker .etiquette {
    background: #fff;
    text-align: center;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    border: 2px solid #946153;
    position: relative;
    z-index: -1;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .sticker:hover {
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.3s; }

@-webkit-keyframes swing {
  from {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }

  to {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); } }

@keyframes swing {
  from {
    transform: rotate(10deg); }

  to {
    transform: rotate(-10deg); } }

@media all and (max-width: 767px) {
  .sticker {
    right: 40px;
    top: 108px;
    opacity: 1;
    display: none; }
    .sticker .etiquette {
      width: 120px;
      height: 120px; }
    .sticker .invert-txt {
      font-size: 15px; }
    .sticker i, .sticker em {
      font-style: normal;
      font-size: 10px; }
    .sticker .trait {
      height: 15px; }

  ._index .sticker {
    display: block; }
    ._index .gift {
      display: none; } }

.faq-subtitle {
  color: #000001; }

.faq-qrs-container {
  margin-top: 40px; }

.faq-qr {
  border-bottom: 1px solid #000; }
  .faq-qr:first-child {
    border-top: 1px solid #000; }

.faq-question {
  font-weight: bold;
  cursor: pointer;
  display: table; }

.faq-question-col {
  display: table-cell;
  vertical-align: middle;
  color: #000001; }

.faq-question-col-1 {
  width: 100%; }

.faq-question-col-2 {
  padding-right: 20px; }

.faq-toggle-icon {
  display: inline-block;
  font-size: 20px; }

.faq-response {
  display: none;
  padding-left: 20px; }

.faq-qr.active .faq-toggle-icon {
  transform: rotate(90deg); }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px white;
  box-shadow: inset 0 0 12px 4px white; }
  .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden; }
  .selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }
  .selectize-control.plugin-remove_button [data-value] .remove {
    /* fixes ie bug (see #392) */
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #333;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05); }
  .selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #000; }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none; }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #808080; }
  .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: white;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .selectize-control.multi .selectize-input.has-items {
    padding: 5px 8px 2px; }
  .selectize-input.full {
    background-color: white; }
  .selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important; }
  .selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
  .selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
  .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #666;
    color: white;
    border: 1px solid #333; }
  .selectize-control.multi .selectize-input > div.active {
    background: #333;
    color: white;
    border: 1px solid #000; }
  .selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #fff;
    background: #b3b3b3;
    border: 1px solid #808080; }
  .selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 1px !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .selectize-input > input::-ms-clear {
    display: none; }
  .selectize-input > input:focus {
    outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: white;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden; }
  .selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; }
  .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 5px 8px; }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .selectize-dropdown .optgroup-header {
    color: #303030;
    background: white;
    cursor: default; }
  .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68; }
  .selectize-dropdown .active.create {
    color: #495c68; }
  .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer; }
  .selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
    cursor: text; }
  .selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent; }
  .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }
  .selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }
  .selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .selectize-control.multi .selectize-input.disabled [data-value], .selectize-control.multi .selectize-input.disabled [data-value] .remove {
      border-color: #e6e6e6; }
    .selectize-control.multi .selectize-input.disabled [data-value] .remove {
      background: none; }
  .selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #525252;
    background-image: -moz-linear-gradient(top, #666, #333);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#333));
    background-image: -webkit-linear-gradient(top, #666, #333);
    background-image: -o-linear-gradient(top, #666, #333);
    background-image: linear-gradient(to bottom, #666, #333);
    background-repeat: repeat-x;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='argb(#666)', endColorstr='argb(#333)', GradientType=0)";
    -webkit-box-shadow: "0 1px 0 rgba(black, 0.2), inset 0 1px rgba(white, 0.03)";
    box-shadow: "0 1px 0 rgba(black, 0.2), inset 0 1px rgba(white, 0.03)"; }
    .selectize-control.multi .selectize-input [data-value].active {
      background-color: #1f1f1f;
      background-image: -moz-linear-gradient(top, #333, #000);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#000));
      background-image: -webkit-linear-gradient(top, #333, #000);
      background-image: -o-linear-gradient(top, #333, #000);
      background-image: linear-gradient(to bottom, #333, #000);
      background-repeat: repeat-x;
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='argb(#333)', endColorstr='argb(#000)', GradientType=0)"; }
  .selectize-control.single .selectize-input {
    -webkit-box-shadow: "0 1px 0 rgba(black, 0.05), inset 0 1px 0 rgba(white, 0.8)";
    box-shadow: "0 1px 0 rgba(black, 0.05), inset 0 1px 0 rgba(white, 0.8)";
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='argb(#fefefe)', endColorstr='argb(#f2f2f2)', GradientType=0)"; }

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }
  .selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0; }
  .selectize-dropdown .optgroup:first-child {
    border-top: 0 none; }

.selectize-input, .selectize-control.multi .selectize-input.has-items {
  border: 1px solid #000;
  padding: 15px 10px; }

.maskingtape {
  position: relative; }
  .maskingtape img {
    width: 180px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 101; }

.contact-pup {
  position: fixed;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none; }

.contact-pup-trigger {
  position: absolute;
  width: 100%;
  height: 100%; }

.contact-pup-out {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.contact-pup-in {
  background: #fff;
  max-width: 520px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 45px;
  font-size: 16px;
  line-height: 29px; }
  .contact-pup-in p {
    margin: 0; }

.closepup-contact {
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px; }
  .closepup-contact svg {
    width: 15px;
    height: 15px;
    fill: #666; }
