html {
  scroll-behavior: smooth;
}

body {
  font-family: Lato, sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.5em;
  overflow-x: hidden;
}

a {
  position: relative;
}
a:hover {
  text-decoration: none;
}

a.anchor-scroll-widget {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

.ls400 {
  letter-spacing: 0.4em;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.ttu {
  text-transform: uppercase;
}

.tdu {
  text-decoration: underline;
}

.white {
  color: #ffffff !important;
}

.yellow {
  color: #f0c750 !important;
}

.brown {
  color: #333333 !important;
}

.size14 {
  font-size: 14px;
}

.size18 {
  font-size: 18px;
}

.size30 {
  font-size: 30px;
}

.logo-block {
  margin-top: 50px;
  display: block;
}

.playfair-display {
  font-family: "Playfair Display", sans-serif;
}

.bg-brown {
  background-color: #74252d;
}

.bg-img-big {
  background-image: url("../image/hero-banner/hero-banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 92vh;
}
@media (max-width: 440px) {
  .bg-img-big {
    height: 80vh;
    background-size: 100%;
    background-attachment: scroll;
    background-position: center;
  }
}

.bg-img-big-en {
  background-image: url("../image/hero-banner/hero-banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 92vh;
}
@media (max-width: 440px) {
  .bg-img-big-en {
    height: 80vh;
    background-size: 100%;
    background-attachment: scroll;
    background-position: center;
  }
}

.action-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}
.action-fixed a.logo {
  padding: 20px;
  display: inline-block;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .action-fixed {
    position: absolute;
    padding: 0px 0px 20px 20px;
  }
  .action-fixed a.logo {
    padding: 12px;
    display: inline-block;
    max-width: 150px;
  }
}

.book-now {
  display: block;
  text-align: center;
  float: right;
  background-color: #f0c750;
  min-width: 350px;
  padding: 15px;
  text-transform: uppercase;
  font-size: 12px;
  color: #74252d;
  letter-spacing: 0.4em;
  font-weight: 400;
  z-index: 3;
}
@media (max-width: 1279px) {
  .book-now {
    min-width: 220px;
  }
}
@media (max-width: 440px) {
  .book-now {
    min-width: auto;
  }
}
.book-now:hover {
  background-color: #333333;
  color: #ffffff;
}

.container-motto {
  position: relative;
}

.motto {
  color: #ffffff;
  font-size: 18px;
  text-align: right;
  letter-spacing: 0.4em;
  position: absolute;
  right: 20px;
  top: 100px;
  font-weight: 300;
}
@media (max-width: 440px) {
  .motto {
    top: auto;
    bottom: 15%;
    right: 20px;
    left: 20px;
    color: #74252d;
  }
}

.menu {
  padding-left: 0px;
  list-style-type: none;
  text-align: center;
  margin-bottom: 0px;
}
.menu li {
  display: inline-block;
}
.menu li a {
  padding: 20px 40px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
@media (max-width: 440px) {
  .menu li a {
    padding: 10px;
    letter-spacing: normal;
  }
}

#menu-no-fixed {
  z-index: 5;
  position: relative;
}

.menu-fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .menu-fixed {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
  }
}

.block-testo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block-testo p {
  width: 60%;
}
@media (max-width: 440px) {
  .block-testo p {
    width: 100%;
  }
}

.icon-ul {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .icon-ul {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .icon-ul {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}
.icon-ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 0px 20px;
  letter-spacing: 0.4em;
  min-width: 271px;
}
@media (max-width: 440px) {
  .icon-ul li {
    flex-direction: row;
    margin: 0;
    justify-content: flex-start;
  }
  .icon-ul li span {
    padding: 0px 15px;
  }
}
@media (max-width: 440px) and (max-width: 770px) {
  .icon-ul li span {
    font-size: 13px;
  }
}

.photogallery {
  display: block;
  padding: 10px 40px;
  border: solid 1px #f0c750;
  color: #74252d;
  letter-spacing: 0.4em;
  z-index: 3;
}
.photogallery:hover {
  background-color: #f0c750;
  border: solid 1px #74252d;
  color: #74252d;
  text-decoration: none;
}

.room-flex {
  display: flex;
  flex-direction: row;
}
@media (max-width: 770px) {
  .room-flex {
    flex-wrap: wrap;
    width: 100%;
  }
}
.room-flex .room-img-size {
  width: 45%;
  min-height: 291px;
}
@media (max-width: 770px) {
  .room-flex .room-img-size {
    width: 100%;
    min-height: auto;
  }
}
.room-flex .room-image {
  height: 100%;
  position: relative;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 770px) {
  .room-flex .room-image {
    width: 100%;
    height: auto;
  }
}
.room-flex .img-photogallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.room-flex .info {
  padding: 0px 15px;
  width: 60%;
}
@media (max-width: 770px) {
  .room-flex .info {
    padding: 15px 0px;
    width: 100%;
  }
}
.room-flex .info .cta-room {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.room-flex .info .cta-room a {
  display: block;
  text-align: center;
  background-color: #f0c750;
  padding: 15px;
  font-size: 12px;
  color: #74252d;
  font-weight: 700;
  flex-grow: 1;
  width: 50%;
  letter-spacing: 0.4em;
  z-index: 3;
}
.room-flex .info .cta-room a:hover {
  background-color: #74252d;
  color: #f0c750;
}
.room-flex .info .cta-room span {
  flex-grow: 1;
  padding: 0px 15px;
  width: 50%;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4em;
}
@media (max-width: 440px) {
  .room-flex .info .cta-room span {
    padding-right: 0px;
    letter-spacing: normal;
  }
}
.room-flex .info .icon-ul {
  flex-wrap: nowrap;
}
@media (max-width: 440px) {
  .room-flex .info .icon-ul {
    flex-wrap: wrap;
  }
}
.room-flex .info .icon-ul li {
  letter-spacing: normal;
  padding: 0px;
  min-width: auto;
}
@media (max-width: 770px) {
  .room-flex .info .icon-ul li {
    width: 100%;
    justify-content: flex-start;
  }
}
.room-flex .info .icon-ul li span {
  min-height: 80px;
}
@media (max-width: 770px) {
  .room-flex .info .icon-ul li span {
    min-height: auto;
  }
}

.nl-flex {
  display: flex;
  flex-direction: row;
}
.nl-flex .room-img-size {
  width: 45%;
  min-height: 291px;
}
@media (max-width: 770px) {
  .nl-flex .room-img-size {
    width: 100%;
    min-height: auto;
    display: none !important;
  }
}
.nl-flex .room-image {
  height: auto;
  position: relative;
  width: 100%;
}
@media (max-width: 770px) {
  .nl-flex .room-image {
    width: 100%;
    height: auto;
  }
}
.nl-flex .img-photogallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.nl-flex .nl-info {
  padding: 0px 15px;
  width: 60%;
  text-align: center;
}
@media (max-width: 770px) {
  .nl-flex .nl-info {
    padding: 15px 0px;
    width: 100%;
  }
}
.nl-flex .nl-info span {
  color: #f0c750;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.nl-flex .nl-info h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 300;
  margin: 13px 0px;
  text-transform: uppercase;
}
.nl-flex .nl-info .nl-block {
  z-index: 9;
  position: relative;
  font-weight: 300;
}
.nl-flex .nl-info .nl-block .field-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 440px) {
  .nl-flex .nl-info .nl-block .field-name {
    flex-direction: column;
    margin: 0px 15px;
  }
}
.nl-flex .nl-info .nl-block .field-name input {
  width: 50%;
  margin: 15px;
  border: solid 1px #f0c750;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
@media (max-width: 440px) {
  .nl-flex .nl-info .nl-block .field-name input {
    width: 100%;
  }
}
.nl-flex .nl-info .nl-block .field-name input::placeholder {
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
.nl-flex .nl-info .nl-block .field-name input:-ms-input-placeholder {
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
.nl-flex .nl-info .nl-block .field-name input::-ms-input-placeholder {
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
.nl-flex .nl-info .nl-block .field-mail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nl-flex .nl-info .nl-block .field-mail input {
  margin: 15px;
  width: 100%;
  border: solid 1px #f0c750;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
.nl-flex .nl-info .nl-block .field-mail input::placeholder {
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
.nl-flex .nl-info .nl-block .field-mail input:-ms-input-placeholder {
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
.nl-flex .nl-info .nl-block .field-mail input::-ms-input-placeholder {
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
.nl-flex .nl-info .nl-block .checkbox {
  text-align: left !important;
  margin: 15px;
}
.nl-flex .nl-info .nl-block .checkbox label {
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.nl-flex .nl-info .nl-block .checkbox label a {
  color: #333333;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 300;
  display: block;
  margin: 0px 5px;
}
.nl-flex .nl-info .nl-block .checkbox label input[type=checkbox] {
  appearance: none;
  outline: none;
  content: none;
}
.nl-flex .nl-info .nl-block .checkbox label input[type=checkbox]:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 15px;
  color: transparent !important;
  background: #ffffff;
  width: 15px;
  height: 15px;
  border: 1px solid #f0c750;
}
.nl-flex .nl-info .nl-block .checkbox label input[type=checkbox]:checked:before {
  color: #333333 !important;
}
.nl-flex .nl-info .nl-block .btn-nl-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nl-flex .nl-info .nl-block .btn-nl-container .btn-nl {
  display: block;
  width: 100%;
  margin: 15px;
  background-color: #f0c750;
  border: solid 1px #f0c750;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 0px;
  color: #74252d;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.nl-flex .nl-info .nl-block .btn-nl-container .btn-nl:hover {
  background-color: #333333;
  color: #ffffff;
  border: solid 1px #333333;
}

.info-address {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 440px) {
  .info-address {
    flex-wrap: wrap;
  }
}
.info-address iframe {
  flex-grow: 1;
  width: 60%;
}
@media (max-width: 440px) {
  .info-address iframe {
    width: 100%;
  }
}
.info-address .address {
  flex-grow: 1;
  width: 40%;
}
@media (max-width: 440px) {
  .info-address .address {
    width: 100%;
    padding: 15px 0px !important;
  }
}

.cta-direction {
  font-weight: 700;
  border-bottom: 1px solid #f0c750;
  letter-spacing: 0.4em;
  font-size: 12px;
  padding-bottom: 5px;
  z-index: 3;
  display: inline-block;
}
.cta-direction:hover {
  color: #f0c750 !important;
  border-bottom: solid 1px #74252d;
}

.whatsapp {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.d-flex-fixed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.d-flex-fixed .menu {
  flex-grow: 2;
  padding: 14px 0px;
}
.d-flex-fixed .book-now {
  align-self: flex-end;
  flex-grow: 1;
  position: absolute;
  right: 0;
}

.container-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 440px) {
  .container-footer {
    flex-direction: column;
  }
}
.container-footer span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.container-footer p,
.container-footer a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}
.container-footer .countries ul {
  padding-left: 0px;
  list-style-type: none;
}
.container-footer .countries ul li {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
.container-footer .social ul {
  padding-left: 0px;
  list-style-type: none;
}
.container-footer .social ul li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 440px) {
  .container-footer div {
    margin: 20px 0px;
  }
}

.sub-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 440px) {
  .sub-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.sub-footer p,
.sub-footer a {
  color: #333333;
  font-size: 13px;
}

@media (max-width: 1024px) {
  #mobileAncheNo {
    display: none;
  }
}

.contact-mail {
  display: block;
  margin-top: 20px;
  color: #333333;
}
.contact-mail:hover {
  color: #f0c750;
  text-decoration: underline;
}

#podcamp-widget {
  z-index: 3;
  position: relative;
}

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