@font-face {
  src: url("fonts/Muli-SemiBold.ttf");
  font-family: MuliSemiBold;
}
@font-face {
  src: url("fonts/Muli-Regular.ttf");
  font-family: MuliRegular;
}
@font-face {
  src: url("fonts/Freight-Big-Book.otf");
  font-family: FreightBigBook;
}
@font-face {
  src: url("fonts/Muli-Italic.ttf");
  font-family: MuliItalic;
}
@font-face {
  src: url("fonts/Muli-Bold.ttf");
  font-family: MuliBold;
}
@font-face {
  src: url("fonts/PlayfairDisplay-Medium.ttf");
  font-family: PlayfairDisplay-Medium;
}
a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

body {
  overflow-x: hidden;
  font-family: MuliRegular;
  background: #E5E5E5;
}

@media (min-width: 768px) {
  header {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  header {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .navbar-collapse {
    background: rgba(192, 179, 160, 0.95);
    padding-bottom: 15px;
  }
}
header .navbar-brand-mobile {
  display: none;
  padding: 10px;
  min-height: 70px;
}
@media (max-width: 767px) {
  header .navbar-brand-mobile {
    display: block;
  }
}
header .navbar-brand-mobile img {
  max-width: 100px;
  height: auto;
}
header .navbar-brand-mobile img.logo-sub {
  display: none;
}
.subpage header .navbar-brand-mobile img.logo-home {
  display: none;
}
.subpage header .navbar-brand-mobile img.logo-sub {
  display: block;
}
@media (max-width: 767px) {
  header .navbar-toggle {
    margin-top: 18px;
  }
}
header .navbar-toggle .icon-bar {
  background: #fff;
}
.subpage header .navbar-toggle .icon-bar {
  background: #B18F46;
}
header .navbar-nav {
  display: table;
  margin: 0 auto;
  float: initial;
}
@media (max-width: 767px) {
  header .navbar-nav {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  header .navbar-nav li.active a:not(.brand)::after {
    width: calc(100% - 30px);
    transition: 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  header .navbar-nav a.brand {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1300px) {
  header .navbar-nav a.brand {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1300px) {
  header .navbar-nav a.brand a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1300px) {
  header .navbar-nav a.brand img {
    max-width: 150px;
    height: auto;
  }
}
@media (max-width: 767px) {
  header .navbar-nav a.brand {
    display: none;
  }
}
header .navbar-nav a:not(.brand) {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: MuliSemiBold;
}
@media (min-width: 769px) and (max-width: 1001px) {
  header .navbar-nav a:not(.brand) {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  header .navbar-nav a:not(.brand) {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: block;
  }
}
@media (min-width: 768px) {
  header .navbar-nav a:not(.brand) {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  header .navbar-nav a:not(.brand) {
    padding-left: 5px;
    padding-right: 5px;
    margin: 60px 5px 40px;
  }
}
@media (min-width: 769px) and (max-width: 1001px) {
  header .navbar-nav a:not(.brand) {
    padding-left: 2.5px;
    padding-right: 2.5px;
    font-size: 12px;
  }
}
header .navbar-nav a:not(.brand)::after {
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  header .navbar-nav a:not(.brand)::after {
    content: "";
    background: #fff;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  header .navbar-nav a:not(.brand)::after {
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  header .navbar-nav a:not(.brand):hover::after {
    width: calc(100% - 30px);
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  header .navbar-nav a:not(.brand)::before {
    font-family: MuliSemiBold;
    font-size: 14px;
    content: ">";
    position: absolute;
    right: 0;
    top: 10px;
  }
}
header .navbar-nav a:hover, header .navbar-nav a:focus {
  background: initial;
}
@media (min-width: 768px) {
  header .navbar-brand {
    height: 150px;
  }
}
@media (min-width: 769px) and (max-width: 1001px) {
  header .navbar-brand {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 769px) and (max-width: 1001px) {
  header .navbar-brand img {
    max-width: 120px !important;
    height: auto !important;
  }
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

main.bezna section.section-title {
  margin-bottom: 40px;
}

section.hp-top .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
section.hp-top .spodny-riadok {
  display: flex;
  position: absolute;
  bottom: 0;
  height: 100px;
  justify-content: space-between;
  width: 100%;
}
section.hp-top .spodny-riadok .lava-strana {
  padding-left: 50px;
}
section.hp-top .spodny-riadok .prava-strana {
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}
@media (max-width: 767px) {
  section.hp-top .spodny-riadok .prava-strana {
    width: 100%;
    padding: 10px 40px;
  }
}
section.hp-top .spodny-riadok .prava-strana .rezervovat {
  text-align: center;
  display: inline-block;
  background-color: #e04b21;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px;
}
section.hp-top .phone img, section.hp-top .info img {
  min-height: initial !important;
}
@media (max-width: 767px) {
  section.hp-top .phone, section.hp-top .info {
    display: none !important;
  }
}
section.hp-top .phone {
  display: flex;
  align-items: center;
}
section.hp-top .phone a {
  font-family: MuliSemiBold;
  font-size: 14px;
  color: #fff;
}
section.hp-top .phone img {
  width: 16px;
  height: 15px;
  margin-right: 10px;
}
section.hp-top .info .lang, section.hp-top .info .place {
  display: inline-block;
  font-family: MuliSemiBold;
  font-size: 14px;
  color: #fff;
}
section.hp-top .info .place {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
}
section.hp-top .info .place img {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  section.hp-top img {
    min-height: 400px;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  section.hp-top img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
  }
}
section.hp-top .desc {
  position: absolute;
  z-index: 1000;
  bottom: 30%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

section.hp-top .desc .virtual-tour {
  margin: 0;
  text-align: center;
  display: inline-block;
  border: solid 1px #FFF;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;   
}

section.hp-top .desc .virtual-tour:hover {
  color: #000000;
  background: #ffffff;
}

@media (max-width: 767px) {
  section.hp-top .desc {
    bottom: initial;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
section.hp-top .desc h1 {
  font-size: 125px;
  color: #fff;
  font-family: PlayfairDisplay-Medium;
  text-align: center;
}
@media (max-width: 767px) {
  section.hp-top .desc h1 {
    font-size: 60px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.hp-top .desc h1 {
    font-size: 82px;
    max-width: 100%;
  }
}

footer {
  background: #4B4B4B;
  padding-top: 60px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  footer .col-md-6 {
    padding-right: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  footer .col-md-6 {
    padding-right: 80px;
  }
}
footer .footer-content {
  padding-left: 11%;
  padding-right: 11%;
}
@media (max-width: 767px) {
  footer .footer-content {
    padding-left: 8%;
    padding-right: 8%;
  }
}
footer .footer-content h2 {
  font-family: PlayfairDisplay-Medium;
  font-size: 28px;
  color: #F5F4F2;
  margin-bottom: 30px;
  letter-spacing: 2.5px;
}
@media (min-width: 768px) and (max-width: 1300px) {
  footer .footer-content h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer .footer-content h2 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
footer .footer-content div {
  color: #F5F4F2;
}
@media (max-width: 767px) {
  footer .footer-content div {
    text-align: center;
  }
}
footer .footer-content a:not(.link) {
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #F5F4F2;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  footer .footer-content a:not(.link) {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
footer .footer-content .item {
  margin-top: 25px;
}
@media (max-width: 767px) {
  footer .footer-content .item {
    margin-top: 15px;
  }
}
footer .footer-content a:hover:not(.link) {
  color: #C0B3A0;
  transition: 0.3s ease;
}
footer .footer-content .menu a {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  text-decoration: underline;
  -ms-text-underline-position: below;
  text-underline-position: under;
}
footer .footer-content p {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #F5F4F2;
  font-size: 16px;
}
footer .footer-content .icons a:first-of-type {
  margin-right: 5px;
}
footer .footer-content .copyright {
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
@media (max-width: 767px) {
  footer .footer-content .copyright .col-md-4:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-content .copyright {
    margin-top: 50px;
    font-size: 14px;
  }
}
footer .footer-content .copyright a {
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
@media (max-width: 767px) {
  footer .footer-content .copyright a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  footer .footer-content .copyright {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  footer .footer-content .copyright.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  footer .footer-content .copyright.mobile {
    display: none;
  }
}
footer .footer-content .logo {
  margin-bottom: 50px;
}
footer .footer-content .logo img {
  max-width: 100%;
  height: auto;
}

section.contact-us {
  background: #C0B3A0;
}
section.contact-us .wrap {
  padding-left: 15% !important;
  padding-right: 15% !important;
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.contact-us .wrap {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  section.contact-us .wrap {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.contact-us .wrap {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
  }
}
@media (max-width: 767px) {
  section.contact-us .wrap {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
  }
}
section.contact-us h3,
section.contact-us h1 {
  text-align: center;
  color: #4b4b4b;
  padding-bottom: 70px;
  padding-top: 70px;
  font-size: 48px;
  font-family: PlayfairDisplay-Medium;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.contact-us h3,
  section.contact-us h1 {
    font-size: 32px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
section.contact-us h3 a,
section.contact-us h1 a {
  transition: 0.3s ease-in-out;
  position: relative;
}
section.contact-us h3 a::after,
section.contact-us h1 a::after {
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2.5px;
}
section.contact-us h3 a::after:hover,
section.contact-us h1 a::after:hover {
  width: 100%;
  transition: 0.3s ease-in-out;
}
section.contact-us h3 a:hover,
section.contact-us h1 a:hover {
  transition: 0.3s ease-in-out;
  color: #fff;
}

.p-main p {
  font-size: 15px;
  color: #4b4b4b;
  line-height: 1.75em;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .p-main p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  .p-main p {
    font-size: 14px;
  }
}

section.section-title.top {
  padding-top: 50px;
}
@media (max-width: 767px) {
  section.section-title.top {
    padding-top: 0px;
  }
}

section.section-title {
  padding-left: 15% !important;
  padding-right: 15% !important;
  margin-bottom: 110px;
  margin-top: 70px;
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.section-title {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  section.section-title {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  section.section-title {
    margin-bottom: 35px;
    margin-top: 0px;
  }
}
section.section-title h1, section.section-title h2 {
  text-align: center;
  font-size: 72px;
  color: #000;
  margin-bottom: 30px;
  font-family: PlayfairDisplay-Medium;
}
@media (max-width: 767px) {
  section.section-title h1, section.section-title h2 {
    font-size: 38px;
    letter-spacing: 2.5px;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.section-title h1, section.section-title h2 {
    font-size: 44px;
  }
}
section.section-title h3 {
  color: #B18F46;
  font-size: 36px;
  font-family: PlayfairDisplay-Medium;
  text-align: center;
}
@media (max-width: 767px) {
  section.section-title h3 {
    font-size: 24px;
  }
}
section.section-title p {
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  margin-bottom: 30px;
}
.divider .line {
  background: #B18F46;
  height: 125px;
  width: 1px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .divider .line {
    height: 75px;
  }
}
.divider .dot {
  background: #B18F46;
  height: 5px;
  width: 5px;
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: auto;
}

section.services-content {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  section.services-content {
    padding-bottom: 50px;
  }
}
section.services-content .row {
  margin-left: -3.5px;
  margin-right: -3.5px;
}
section.services-content .row .col-md-6 {
  padding-left: 3.5px;
  padding-right: 3.5px;
}
@media (max-width: 767px) {
  section.services-content .row .col-md-6:last-of-type {
    margin-top: 30px;
  }
}
section.services-content .wrap {
  padding-left: 15% !important;
  padding-right: 15% !important;
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.services-content .wrap {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  section.services-content .wrap {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
section.services-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  section.services-content .desc {
    padding-right: 30px;
  }
}
section.services-content .services-bg {
  width: 100%;
  height: 50%;
  background: #C0B3A0;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: -1;
}
@media (max-width: 767px) {
  section.services-content .services-bg {
    height: 300px;
    top: -25px;
  }
}
section.services-content h2 {
  font-family: PlayfairDisplay-Medium;
  font-size: 64px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  section.services-content h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.services-content h2 {
    font-size: 36px;
  }
}
section.services-content a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
section.services-content h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 1px;
  width: 105px;
  background: #B18F46;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  section.services-content h2::after {
    width: 75px;
  }
}
section.services-content a:hover h2::after {
  width: 145px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  section.services-content a:hover h2::after {
    width: 95px;
  }
}
section.services-content img {
  transition: 0.25s ease-in-out;
}
section.services-content img:hover {
  filter: brightness(1.25);
  transition: 0.25s ease-in-out;
}

section.accommodation {
  padding-left: 15% !important;
  padding-right: 15% !important;
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.accommodation {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  section.accommodation {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
section.accommodation img {
  transition: 0.25s ease-in-out;
}
section.accommodation img:hover {
  filter: brightness(1.25);
  transition: 0.25s ease-in-out;
}
section.accommodation .row {
  margin-left: -3.5px;
  margin-right: -3.5px;
}
section.accommodation .row .col-md-6 {
  padding-left: 3.5px;
  padding-right: 3.5px;
}
@media (max-width: 767px) {
  section.accommodation .row .col-md-6 {
    margin-top: 3.5px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 767px) {
  section.accommodation .col-md-6:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  section.accommodation .row:first-of-type {
    margin-bottom: 7px;
  }
}
section.accommodation img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.accommodation .desc {
  position: absolute;
  left: 70px;
  bottom: 85px;
  z-index: 1000;
  color: #fff;
}
@media (max-width: 767px) {
  section.accommodation .desc {
    left: 15px;
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.accommodation .desc {
    left: 35px;
    bottom: 40px;
  }
}
section.accommodation .desc a {
  max-width: 100%;
  display: inline-block;
}
section.accommodation .desc p {
  font-size: 14px;
  color: #fff;
}
section.accommodation .desc h2 {
  font-family: PlayfairDisplay-Medium;
  color: #fff;
  font-size: 48px;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  section.accommodation .desc h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.accommodation .desc h2 {
    font-size: 32px;
  }
}

section.acc-title {
  margin-bottom: 40px;
}

.mt175 {
  margin-top: 175px !important;
}
@media (max-width: 767px) {
  .mt175 {
    margin-top: 75px !important;
  }
}

section.hp-about {
  padding-left: 15% !important;
  padding-right: 15% !important;
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.hp-about {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  section.hp-about {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
section.hp-about .col-md-4 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  section.hp-about .col-md-4 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.hp-about .col-md-4 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  section.hp-about .row:first-of-type {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  section.hp-about .row:first-of-type .col-md-8 {
    order: 1;
  }
}
@media (max-width: 767px) {
  section.hp-about .row:first-of-type .col-md-4 {
    order: 2;
  }
}
section.hp-about h1, section.hp-about h2 {
  font-size: 72px;
  color: #000;
  margin-bottom: 70px;
  font-family: PlayfairDisplay-Medium;
}
@media (max-width: 767px) {
  section.hp-about h1, section.hp-about h2 {
    font-size: 42px;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.hp-about h1, section.hp-about h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1510px) and (max-width: 1700px) {
  section.hp-about h2 {
    font-size: 50px;
  }
}
section.hp-about img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
section.hp-about .row {
  margin-top: 110px;
}
@media (max-width: 767px) {
  section.hp-about .row {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  section.hp-about .row:last-of-type h1 {
    text-align: right;
  }
}
@media (min-width: 768px) {
  section.hp-about .row:last-of-type p {
    text-align: right;
  }
}

section.header-fixed {
  background: #fff;
  padding-bottom: 25px;
  height: 175px;
}
@media (max-width: 767px) {
  section.header-fixed {
    height: 75px;
    background: #e5e5e5;
  }
}
section.header-fixed header {
  position: relative;
}
section.header-fixed header li a {
  color: #B18F46 !important;
}
section.header-fixed header li a::after {
  background: #B18F46 !important;
}

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

section.header-fixed.relative {
  position: relative;
}

@media (max-width: 767px) {
  section.header-fixed.subpage.fixed {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
}
section.header-fixed.subpage.fixed .navbar-toggle .icon-bar {
  background: #B18F46;
}

@media (max-width: 767px) {
  section.header-fixed.subpage header li a {
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  section.header-fixed header li a::after {
    background: #fff !important;
  }
}

.mt-120 {
  margin-top: 120px !important;
}
@media (max-width: 767px) {
  .mt-120 {
    margin-top: 70px !important;
  }
}

.images-layout {
  padding-left: 15% !important;
  padding-right: 15% !important;
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1530px) {
  .images-layout {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  .images-layout {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  .images-layout {
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  .images-layout {
    margin-top: 30px;
  }
}
.images-layout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.images-layout h2 {
  color: #000;
  font-size: 72px;
  margin-bottom: 35px;
  font-family: PlayfairDisplay-Medium;
}
@media (max-width: 767px) {
  .images-layout h2 {
    margin-bottom: 20px;
    font-size: 38px;
  }
}
.images-layout ul {
  list-style-type: none;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .images-layout ul {
    margin-bottom: 30px;
  }
}
.images-layout ul li {
  position: relative;
  color: #4B4B4B;
  font-size: 15px;
}
.images-layout ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.images-layout ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  background: #c0b3a0;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: -17px;
}
.images-layout .row.multiple-images {
  margin-left: -3.5px;
  margin-right: -3.5px;
  margin-top: 7px;
}
.images-layout .row.multiple-images .col-md-7, .images-layout .row.multiple-images .col-md-5 {
  /*height: 450px;*/
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.images-layout .row.multiple-images .col-md-7 img, .images-layout .row.multiple-images .col-md-5 img {
  height: 450px;
  /*padding-left: 3.5px;
  padding-right: 3.5px;*/
}
@media (max-width: 767px) {
/*  .images-layout .row.multiple-images .col-md-7, .images-layout .row.multiple-images .col-md-5 {
    height: 250px;
  }*/

  .images-layout .row.multiple-images .col-md-7 img, .images-layout .row.multiple-images .col-md-5 img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .images-layout .row.multiple-images .col-md-5 {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .images-layout .row.multiple-images .top {
    margin-bottom: 7px;
  }
}

.show-more {
  text-align: center;
  margin-top: 35px;
}
.show-more a {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #B18F46;
  font-family: PlayfairDisplay-Medium;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .show-more a {
    font-size: 20px;
  }
}
.show-more a:hover {
  color: #4b4b4b;
  transition: 0.2s ease;
}
.show-more a::before {
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: #B18F46;
  position: absolute;
  left: -14px;
  top: 13px;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .show-more a::before {
    top: 11px;
  }
}
.show-more a::after {
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: #B18F46;
  position: absolute;
  right: -14px;
  top: 13px;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .show-more a::after {
    top: 11px;
  }
}
.show-more a:hover::after {
  background: #4b4b4b;
  transition: 0.2s ease;
}
.show-more a:hover::before {
  background: #4b4b4b;
  transition: 0.2s ease;
}

.section-description {
  padding-left: 15% !important;
  padding-right: 15% !important;
  margin-top: -20px;
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 1530px) {
  .section-description {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  .section-description {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (min-width: 768px) {
  .section-description .col-md-7 {
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  .section-description .col-md-7 {
    padding-right: 30px;
  }
}
.section-description h2 {
  font-size: 72px;
  color: #000;
  font-family: PlayfairDisplay-Medium;
}
@media (max-width: 767px) {
  .section-description h2 {
    font-size: 42px;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1530px) {
  .section-description h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
.section-description p {
  margin-top: 20px;
}
.section-description .content a {
  color: #4B4B4B;
  font-weight: bold;
}

section.services-content.menu h2::after {
  display: none;
}
section.services-content.menu img:hover {
  filter: brightness(1.15);
  transition: 0.25s ease-in-out;
}
section.services-content.menu .services-bg {
  height: 30%;
}
@media (max-width: 767px) {
  section.services-content.menu .services-bg {
    height: 205px;
  }
}

section.add-info {
  padding-left: 15% !important;
  padding-right: 15% !important;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.add-info {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  section.add-info {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  section.add-info {
    margin-top: 20px;
  }
}
section.add-info p {
  text-align: center;
}

section.la-carte {
  padding-left: 15% !important;
  padding-right: 15% !important;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1530px) {
  section.la-carte {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  section.la-carte {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 767px) {
  section.la-carte {
    margin-bottom: 60px;
  }
}
section.la-carte .carta-item:not(:nth-of-type(2)) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  section.la-carte .carta-item:not(:nth-of-type(2)) {
    margin-top: 25px;
  }
}
section.la-carte table:not(:first-of-type) {
  margin-top: 30px;
}
section.la-carte table {
  width: 100%;
  overflow-x: auto;
}
section.la-carte table td:nth-of-type(1) {
  width: 10%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  section.la-carte table td:nth-of-type(1) {
    padding-right: 5px;
    width: 15%;
  }
}
section.la-carte table td:nth-of-type(2) {
  width: 70%;
}
section.la-carte table td:nth-of-type(3) {
  width: 20%;
  text-align: right;
  padding-left: 15px;
}
@media (max-width: 767px) {
  section.la-carte table td:nth-of-type(3) {
    padding-left: 5px;
    width: 15%;
  }
}
section.la-carte table tr:first-of-type td:nth-of-type(1) {
  color: #4B4B4B;
  font-size: 15px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  section.la-carte table tr:first-of-type td:nth-of-type(1) {
    padding-top: 2.5px;
  }
}
@media (max-width: 767px) {
  section.la-carte table tr:first-of-type td:nth-of-type(1) {
    padding-bottom: 10px;
    font-size: 12px;
  }
}
section.la-carte table tr:first-of-type td:nth-of-type(2) {
  color: #B18F46;
  font-size: 18px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  section.la-carte table tr:first-of-type td:nth-of-type(2) {
    padding-bottom: 10px;
  }
}
section.la-carte table tr:first-of-type td:nth-of-type(3) {
  color: #B18F46;
  font-size: 15px;
  font-family: MuliBold;
  padding-bottom: 15px;
  text-align: right;
}
@media (max-width: 767px) {
  section.la-carte table tr:first-of-type td:nth-of-type(3) {
    padding-bottom: 10px;
    padding-top: 15px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  section.la-carte table tr:first-of-type td:nth-of-type(3) {
    text-align: right;
  }
}
section.la-carte table tr:nth-of-type(2) td:nth-of-type(1) {
  font-size: 12px;
  padding-bottom: 10px;
}
section.la-carte table tr:nth-of-type(2) td:nth-of-type(2) {
  font-family: MuliItalic !important;
  font-size: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  section.la-carte table tr:nth-of-type(2) td:nth-of-type(2) {
    padding-bottom: 10px;
  }
}
section.la-carte table h6 {
  color: #4B4B4B;
  font-size: 12px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.la-carte table h6 {
    padding-bottom: 10px;
  }
}
section.la-carte table small {
  font-family: MuliItalic !important;
  color: #4B4B4B;
  font-size: 12px;
}
@media (max-width: 767px) {
  section.la-carte .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
section.la-carte h2 {
  color: #B18F46;
  font-size: 48px;
  font-family: PlayfairDisplay-Medium;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section.la-carte h2 {
    font-size: 32px;
    line-height: 1.3em;
  }
}
section.la-carte h2 span {
  margin-left: 5px;
  margin-right: 5px;
}
section.la-carte .lang {
  font-family: MuliItalic !important;
}

.lista {
  padding: 10px;
  position: fixed;
  background-color: rgba(192, 179, 160, 0.8);
  width: auto;
  height: auto;
  right: 0;
  top: 200px;
  border-left: 1px white solid;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  z-index: 90000;
}
@media (max-width: 767px) {
  .lista {
    display: none;
  }
}
.lista .item {
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  width: 75px;
}
.lista .item img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */


/* MOBILE FIXED CTA */
#mobile-cta-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: none;
    z-index: 1000;
}

#mobile-cta-fixed .mobile-cta {
    width: 47%;
    margin: 10px 2%;
    float: left;
    text-align: center;
    color: #ffffff;
    background: #B18F46;
    /*border-radius: 5px;*/
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
    text-decoration: none;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.35);
}

#mobile-cta-fixed .mobile-cta:last-of-type {
    margin-left: 0;
}

/* MOBILE FIXED CTA */

