@charset "UTF-8";
nav.top-bar a > img {
  margin: 2rem 0;
  height: 10rem; }

.shrink nav.top-bar a > img {
  margin: 0;
  height: 4rem; }

#footer {
  background: #293445;
  color: #999; }

.handwritten {
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-size: 3.1428571429rem;
  letter-spacing: 0px !important;
  position: relative;
  left: -5px;
  text-transform: capitalize; }

.slider-small {
  font-size: 0.8571428571rem;
  line-height: 0.8571428571rem; }

.modDefaultSlider {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }

.modDefaultSlider .sequence .bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(41, 52, 69, 0.5), rgba(41, 52, 69, 0));
  opacity: .9; }

.modDefaultSlider .sequence.accommodation {
  height: 400px !important; }

.title-area .name > h1 img {
  z-index: 100; }

.accommodation_capacity:before {
  content: "\a"; }

.accommodation_capacity {
  font-size: 0.8rem;
  opacity: 0.6;
  text-transform: none; }

.accommodation p.accommodation-meta {
  color: #000;
  font-size: 0.9rem;
  position: relative;
  top: -20px;
  margin-bottom: 0px; }

.dropdown > .child-menu a div.multi-line {
  line-height: 1.2rem;
  height: 60px;
  padding-top: 1rem; }

ul.accommodation-meta {
  margin: 0; }

ul.accommodation-meta li {
  list-style: none;
  line-height: 1.8em; }

.accommodation p.sub-text {
  font-size: 1.2rem; }

.accommodation .title h2 {
  margin-bottom: 1rem !important; }

figure {
  overflow: hidden;
  height: 250px;
  margin: 0 0 1.7rem 0;
  transition: box-shadow .4s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: solid 2px whitesmoke; }

.gallery figure, .box figure {
  height: 150px; }

.box figure {
  height: 12em; }

figure.large {
  height: calc(300px + 1.7rem);
  border: solid 4px whitesmoke; }

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 3.5s; }

figure:hover img {
  transform: scale(1.2); }

.gallery figcaption {
  width: calc(100% - 29px);
  position: absolute;
  bottom: 5px;
  left: 15px;
  background: rgba(0, 0, 0, 0.8);
  padding: .25rem .5rem;
  font-size: .8em;
  color: #fff;
  opacity: 0;
  transition: all .2s;
  transform: translateY(-1rem);
  pointer-events: none; }

.gallery figure:hover figcaption {
  transform: translateY(-1.7rem);
  opacity: 1; }

span.price-lbl {
  display: inline-block;
  width: 50%;
  text-transform: capitalize; }

span.price_title {
  text-transform: capitalize; }

span.price, span.capacity {
  font-size: 1.5rem;
  color: #000;
  display: inline-block;
  min-width: 3em;
  text-align: right;
  margin-right: .5em; }

span.price:before {
  content: '€';
  font-size: small; }

.tooltip2 {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-size: 1em; }

.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 27em;
  background-color: #999999;
  color: #fff;
  text-align: left;
  padding: 0.7em 1em;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  text-transform: initial;
  font-size: .8em; }

.tooltip2 .tooltiptext .emphasize {
  text-transform: capitalize;
  display: block;
  font-weight: bold; }

.tooltip2:hover .tooltiptext {
  visibility: visible; }

.tooltip2 .tooltiptext {
  top: -5px;
  right: 150%; }

.listing h4 {
  margin-bottom: 0px; }

.listing ul {
  margin-left: 0px;
  min-height: 10em; }

.listing ul li {
  list-style: none; }

div.price_table .row > div {
  line-height: 1.5rem;
  font-size: 1.1rem; }

.top-bar-section ul li > a {
  font-size: 0.9rem; }

.top-bar .name h1 a {
  padding: 0px; }

figcaption:first-letter, li.characteristic-val:first-letter {
  text-transform: capitalize; }

.member {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.member figcaption {
  position: relative;
  color: white;
  text-align: center;
  font-size: 3em;
  top: calc(-50% - 40px);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 5px; }

.member > .avatar {
  object-fit: cover;
  width: 250px;
  height: 250px; }

.member {
  margin: 0 0 1em; }

figure.grayscale:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

figure.grayscale img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

figure.grayscale {
  cursor: pointer; }

figure.grayscale:hover figcaption {
  opacity: 1; }

.row.listing > div:last-child {
  float: left; }

.box_capacity {
  display: block;
  color: #293445; }

.box_capacity > i.fas.fa-male {
  color: #293445;
  font-size: 1.3rem;
  width: 8px;
  margin: 0;
  padding: 0; }

#form-blocker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  text-align: center; }

img.magazine {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

img.magazine:hover {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.seasons-definition > .row > div {
  color: #555;
  font-size: 0.85rem !important;
  line-height: 1rem !important; }
