* {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

{
  font-family: "Cormorant", serif;
}

body {
  padding: 0;
  margin: 0;
}

body.open.cabinet {
  overflow: hidden;
}

.container .col {
  padding: 0 20px;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

.icon.medium {
  width: 40px;
  height: 40px;
}

.icon.large {
  width: 50px;
  height: 50px;
}

.icon.quotes {
  background-image: url('img/icon-quote.svg');
}

.icon.email {
  background-image: url('img/icon-email.svg');
}

.icon.booking {
  background-image: url('img/icon-booking.svg');
}


.icon.phone {
  background-image: url('img/icon-phone.svg');
}


#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  border-bottom: 1px solid #eee;
}

#header,
#header nav {
  width: 100%;
}

#header nav li {
  list-style: none;
  text-align: center;
  border-right: 1px solid #eee;
}

#header nav li:last-child {
  border: 0;
}

#header nav li a {
  color: #999;
  background-color: rgba(255, 255, 255, .8);
  backdrop-filter: blur(10px);
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 25px 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Cormorant", serif;
  font-size: 1.1em;
  transition: color .5s ease-in-out, background-color .5s ease-in-out, padding .5s ease-in-out;
}

body.scroll #header nav li a,
body.scroll #header #button {
  padding: 15px 0;
}

#header nav li a:hover,
#header nav li a.selected {
  color: #000;
  background-color: #f6f5f5;
}

h3 {
  letter-spacing: 0.15em;
  font-family: "Cormorant", serif;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px 0;
}

#main {
  margin-top: 145px;
  transition: opacity .6s ease-in-out;
}

.container-full {
  width: 100%;
}

.container {
  margin: 0 auto;
}

.container-full.logo {
  text-align: center;
}

.container-full.logo img {
  width: 50px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.img-txt .txt,
.txt-img .txt {
  padding-top: 40px;
}

.img-txt .txt p,
.txt-img .txt p,
.txt p,
.qa .qa-content p {
  font-size: 0.75em;
  line-height: 1.5em;
  color: #777;
  text-align: justify;
}

.txt-img .img img,
.img-txt .img img {
  width: 100%;
  height: auto;
  display: block;
}

.quote {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,235,229,0.8) 100%);
}

.quote i {
  margin: 0 auto;
}

.quote blockquote {
  padding: 20px 0;
}

.quote blockquote p,
.container.baseline h2 {
  letter-spacing: 0.07em;
  font-family: "Cormorant", serif;
  font-size: 1.4em;
  font-style: italic;
  text-align: center;
  font-family: "Cormorant", serif;
}

.contact h3,
.contact .col,
.contact .col p,
.contact .col a {
  text-align: center;
}

.contact h3 {
  margin-bottom: 30px;
}

.contact .col .icon {
  margin: 0 auto 15px auto
}

.contact .col p {
  font-size: 0.75em;
  line-height: 1.5em;
  color: #777;
}

.contact .col a {
  color: #777;
  text-decoration: none;
}

.qa,
.gallery {
  padding: 0;
  margin: 0;
}

.qa li,
.gallery li {
  list-style: none;
}

.qa li {
  margin: 0 0 10px 0;
  display: block;
  transition: background-color .8s ease-in-out, margin .8s ease-in-out;
}

.qa li .qa-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: block;
  text-decoration: none;
  display: block;
  position: relative;
}

.qa li .qa-title::after {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  background-image: url('img/icon-plus.svg');
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center center;
  bottom: 10px;
  right: 0;
  opacity: 0.2;
  transition: opacity .6s ease-in-out;
}

.qa li .qa-title:hover::after,
.qa li.open .qa-title::after {
  opacity: 1;
}

.qa li .qa-title h4 {
  font-weight: lighter;
  font-size: 0.80em;
  color: #000;
  margin: 0;
  padding: 0;
}

.qa li .qa-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all .8s ease-in-out;
}

.qa li.open .qa-content {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

.qa li.open {
  margin: 30px 0;
}

.qa li.close {
  opacity: 0.5;
}

.qa li .qa-content p {
  margin: 0;
  padding: 10px 0 0 0;
  color: #000 !important;
}

.gallery img {
  display: block;
  margin: 0 auto;
}

.gallery img.landscape {
  width: 100%;
  height: auto;
}

.gallery img.portrait {
  width: 50%;
  height: auto;
}

.map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);	
}

body.legal #main a {
  color: #777;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 2px;
}

#footer {
  width: 100%;
  text-align: center;
}

#footer a {
  text-decoration: none;
  transition: color .6s ease-in-out;
}

#footer a,
#footer p {
  color: #777;
  font-size: 9pt;
}

#footer a:hover {
  color: #000;
}

#footer .row-full {
  border-top: 1px solid #eee;
  padding: 15px 0;
}

hr {
  border: 0;
  margin: 50px 0;
}

.modal.cabinet {
  background: #fff;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  overflow: scroll;
  position: fixed;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out, left 1s ease-in-out;
}

.modal .inner {
  padding: 100px 0;
}

.modal.legal {
  background: #eee;
  padding: 0;
  max-height: 0;
  margin-top: 0;
  text-align: left;
  overflow: hidden;
  transition: all 1s ease-in-out;
}

body.open.cabinet .modal.cabinet {
  opacity: 1;
  left: 0;
}

body.open.legal .modal.legal {
  max-height: 8000px;
  padding: 100px 0;
  margin-top: 15px;
}

body.open.cabinet #main {
  opacity: 0;
}

@media (max-width: 999px) {
  #header #button {
    color: #999;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(10px);
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 25px 0;
    font-family: "Open Sans";
    font-size: 1em;
    text-align: center;
    transition: padding .5s ease-in-out;
  }
  #header nav {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
  }
  body.menu #header nav {
  	max-height: 100vh;
  	opacity: 1;
  }
  #header #button,
  #header nav li {
    width: 100%;
  }
  .img-txt,
  .txt-img,
  .quote,
  .contact {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .quote {
    padding-bottom: 60px;
  }
  .quote blockquote p {
    width: 80%;
    margin: 0 auto;
  }
  .contact .col {
    clear: both;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .contact .col div {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .contact .col .icon {
    margin-right: 15px;
  }
  .contact .col .icon,
  .contact .col p {
    float: left;
  }
}

@media (min-width: 1000px) {
  .container {
    width: 900px;
  }
  .container .col {
    width: 50%;
    float: left;
  }
  .container .col.small {
    width: 33.33%;
  }
  #header #button {
    display: none;
  }
  #header nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header nav li {
    width: 33.33%;
  }
  .img-txt,
  .txt-img,
  .quote,
  .contact {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}