:root {
  --goldenrod: #e88f2a;
  --linen: #faf3eb;
  --dark-slate-gray: #3d3833;
}

body {
  color: #333;
  background-color: #1c1a17;
  height: 100%;
  padding-left: 300px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #e88f2a;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 15px;
  font-family: Merriweather, serif;
}

a {
  color: #e88f2a;
}

a:hover {
  color: #5c5246;
}

li {
  margin-bottom: 6px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #2b2825;
  border-radius: 3px;
  margin-top: 15px;
  margin-right: 6px;
  padding: 4px 25px;
  font-family: Oswald, sans-serif;
  line-height: 40px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #e88f2a;
}

.button.slider-button {
  background-color: #e88f2a;
  margin-left: 8px;
  margin-right: 8px;
}

.button.slider-button:hover {
  color: #e88f2a;
  background-color: #fff;
}

.button.submit-button {
  width: 100%;
  margin-top: 10px;
}

.button.yellow {
  background-color: #e88f2a;
}

.button.yellow:hover {
  background-color: #3d3833;
}

.button.blog-archive {
  background-color: #e88f2a;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 30px;
  position: absolute;
  top: 19px;
  right: 53px;
}

.button.blog-archive:hover {
  background-color: #f1a348;
}

.navbar-left {
  text-align: center;
  background-color: #3d3833;
  background-image: url('../images/BB_piccola_caracas.jpeg');
  background-position: 50%;
  background-size: cover;
  border-right: 1px solid #cfcfcf;
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo-container {
  float: none;
  text-align: center;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 25px;
  display: block;
}

.nav-menu {
  float: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}

.logo-text {
  color: #3d3833;
  text-transform: uppercase;
  text-shadow: 0 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.logo-text.subtitle {
  opacity: .3;
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}

.nav-link {
  color: #1a0c0c;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  transition: background-color .2s;
  display: block;
}

.nav-link:hover {
  color: #fff;
  background-color: #e88f2a;
}

.nav-link.w--current {
  color: #e88f2a;
}

.nav-link.w--current:hover {
  color: #fff;
}

.menu-divider {
  background-color: #fff3;
  width: 50%;
  height: 1px;
  display: inline-block;
}

.nav-contact-block {
  color: #3d3833;
  margin-top: 25px;
}

.nav-social-button {
  opacity: 1;
  margin-left: 4px;
  margin-right: 4px;
}

.nav-social-button:hover {
  opacity: .3;
}

.nav-social-icon {
  filter: invert();
  width: auto;
  height: 43px;
}

.nav-social-icon._2 {
  filter: grayscale();
}

.nav-bottom-text {
  color: #3d3833;
  margin-top: 22px;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

.nav-bottom-text._2 {
  opacity: .5;
  color: #3d3833;
  margin-top: 5px;
  line-height: 11px;
}

.nav-bottom-text._2._1, .nav-bottom-text.a {
  color: #faf3eb;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.hero-slide {
  background-image: url('../images/foto-piccola-caracas.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url('../images/LICATA-SICILIA.jpg');
}

.hero-slide._3 {
  background-image: url('../images/Schermata-2017-06-09-alle-23.25.48.png');
}

.hero-slide-overlay {
  text-align: center;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding-top: 1px;
  padding-left: 35px;
  padding-right: 35px;
}

.hero-slide-button {
  color: #fff;
  background-color: #0000;
  width: 100px;
  height: 80px;
  font-size: 19px;
  transition: background-color .3s;
}

.hero-slide-button:hover {
  color: #000;
  background-color: #faf3eb;
}

.hero-slide-title {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 6px #0006;
  font-family: Oswald, sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 90px;
}

.hero-slide-title.subtitle {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 50px;
}

.section {
  background-color: #faf3eb;
  padding: 100px 35px;
}

.section.menu-page-section {
  padding-top: 0;
  padding-bottom: 80px;
}

.section.white {
  background-color: #fff;
}

.section.a {
  background-color: #fff;
  background-image: url('../images/banner-piccola-caracas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 67%;
}

.section._20 {
  background-image: linear-gradient(#fafafad4, #fafafad4), url('../images/ingresso.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 1980px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  text-align: center;
  margin-top: 47px;
  line-height: 23px;
}

.container.left-align {
  text-align: left;
  margin-bottom: 45px;
}

.container.align-left {
  text-align: left;
}

.container._211 {
  margin-top: 0;
}

.section-intro-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-intro-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.section-intro-title.subtitle {
  color: #e88f2a;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 21px;
}

.section-intro-title.small {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.image-section {
  background-image: url('../images/porto-di-licata.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.image-section.owner {
  background-image: url('../images/bb-licata.jpg');
  background-position: 50%;
}

.image-section-overlay {
  color: #fff;
  background-color: #00000030;
  width: 100%;
  height: 100%;
  padding: 125px 35px;
}

.image-section-overlay.owner {
  background-image: linear-gradient(to right, #0009, #0000);
}

.image-section-row {
  margin-top: 70px;
}

.image-section-icon {
  height: 80px;
  margin-bottom: 27px;
}

.image-section-column-title {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.menu-tabs {
  background-image: linear-gradient(#faf3ebf7, #faf3ebf7);
  border-radius: 20px;
  padding: 43px;
}

.menu-tabs-menu {
  border-radius: 3px;
  margin-top: 45px;
  display: inline-block;
  overflow: hidden;
}

.menu-tab-button {
  color: #080501;
  text-transform: uppercase;
  background-color: #faf3eb;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Oswald, sans-serif;
  line-height: 30px;
  transition: background-color .3s, color .35s;
}

.menu-tab-button:hover {
  color: #fff;
  background-color: #3d3935;
}

.menu-tab-button.w--current {
  color: #fff;
  background-color: #e88f2a;
}

.menu-tab-button.w--current:hover {
  background-color: #e88f2a;
}

.menu-tab-pane {
  padding-top: 30px;
}

.menu-list-item {
  text-align: left;
  border-bottom: 1px dashed #0003;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-right: 90px;
  position: relative;
}

.menu-item-title {
  margin-bottom: 3px;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 700;
}

.menu-item-title.description {
  color: #9e9e9e;
  font-family: Droid Sans, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.menu-item-price {
  float: none;
  color: #fff;
  background-color: #e88f2a;
  border-radius: 3px;
  margin-top: 9px;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 24px;
}

.link {
  color: #e88f2a;
}

.link:hover {
  color: #000;
}

.link.white {
  color: #3d3833;
}

.link.white:hover {
  opacity: 1;
  color: #ffffff80;
}

.hero-slide-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.intro-title {
  color: #eda03b;
  text-shadow: none;
  margin-top: 10px;
  margin-bottom: 14px;
  font-family: Satisfy, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.intro-title.slider-intro-title {
  text-shadow: 0 0 6px #0003;
  line-height: 40px;
}

.intro-title.tariife-1 {
  font-size: 30px;
}

.intro-title.tariife-1.mobile {
  text-align: center;
  margin-top: 12px;
}

.intro-title.tariife-1.mobile.no {
  display: none;
}

.footer {
  text-align: left;
  background-color: #3d3833;
  background-image: linear-gradient(#00000080, #00000080);
  padding: 65px 35px;
}

.menu-overlay {
  background-color: #3d3833e6;
  background-image: linear-gradient(#fff, #fff);
  width: 100%;
  height: 100%;
}

.section-divider-line {
  background-color: #00000017;
  width: 40%;
  height: 1px;
  margin: 27px auto 35px;
  display: block;
}

.gallery-thumb {
  border-radius: 4px;
  width: 100%;
  height: 150px;
}

.gallery-thumb.large {
  height: 675px;
}

.small-gallery-row {
  margin-bottom: 15px;
}

.small-gallery-lightbox {
  float: left;
  width: 97%;
}

.small-gallery-lightbox:hover {
  opacity: .8;
}

.small-gallery-lightbox._2 {
  float: right;
}

.small-gallery-lightbox._2:hover {
  opacity: .7;
}

.footer-row {
  text-align: left;
  align-items: center;
  display: flex;
}

.footer-col-left {
  text-align: right;
}

.footer-text {
  color: #fff;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.footer-text.small {
  font-size: 10px;
}

.go-to-top-link-block {
  text-align: left;
  background-color: #1c1a17;
  border-radius: 20%;
  width: 90px;
  height: 90px;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  transform: rotate(45deg);
}

.icon-go-to-top {
  opacity: .4;
  width: 100%;
  height: 100%;
  padding: 35px;
  position: absolute;
  transform: rotate(-45deg);
}

.icon-go-to-top:hover {
  opacity: 1;
}

.footer-col-right {
  text-align: left;
  flex: 0 auto;
}

.page-header {
  background-image: url('../images/Banner-piccoola-caracas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.page-header.reservations {
  background-image: url('../images/5D3_6565.JPG');
  background-position: 50% 0;
}

.page-header.gallery {
  background-image: url('../images/5D3_6621.JPG');
  background-size: cover;
}

.page-header.contact-us {
  background-image: url('../images/55d82b1aa811abde4e36a0d7_Coffee.jpg');
  background-position: 50%;
}

.page-header.contact-us.mare {
  background-image: url('../images/mare.jpg');
  background-position: 50%;
}

.page-header.blog-post {
  background-position: 50%;
}

.page-header.license {
  background-image: url('../images/Beans.jpg');
}

.page-header-overlay {
  color: #fff;
  background-color: #0000004a;
  padding-top: 145px;
  padding-bottom: 145px;
  position: relative;
}

.page-header-overlay.blog-post {
  padding-top: 135px;
  padding-bottom: 175px;
}

.page-header-overlay.tariffe {
  background-image: linear-gradient(#00000080, #00000080);
}

.menu-page-tabs-menu {
  margin-top: -70px;
}

.menu-page-tab-button {
  color: #fff;
  background-color: #0006;
  width: 25%;
  height: 70px;
  padding-top: 19px;
  padding-left: 58px;
  font-size: 13px;
  transition: background-color .2s;
  position: relative;
}

.menu-page-tab-button:hover {
  color: #fff;
  background-color: #3d3833;
}

.menu-page-tab-button.w--current {
  color: #fff;
  background-color: #e88f2a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.menu-page-tab-button.w--current:hover {
  background-color: #e88f2a;
}

.menu-page-tab-title {
  float: none;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.menu-page-tab-title.subtitle {
  opacity: .49;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.menu-tab-icon {
  float: left;
  height: 28px;
  margin-bottom: 0;
  position: absolute;
  top: 20px;
  left: 18px;
}

.menu-page-tab-pane {
  padding-top: 100px;
}

.menu-page-tabs-content {
  overflow: visible;
}

.gallery-lightbox {
  margin-bottom: 20px;
}

.gallery-lightbox:hover {
  opacity: .8;
}

.gallery-block-left {
  float: left;
  width: 50%;
}

.gallery-block-right {
  float: right;
  width: 50%;
  padding-left: 20px;
}

.contact-us-row {
  justify-content: center;
  display: flex;
}

.contact-us-image {
  background-image: url('../images/Schermata-2017-06-12-alle-09.56.06.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  width: 100%;
  height: 799px;
  overflow: hidden;
}

.contact-us-image._2 {
  background-image: url('../images/Interior-1.jpg');
  border-radius: 20px;
}

.contact-us-column {
  padding-left: 0;
  padding-right: 0;
}

.contact-us-column.text-left {
  padding: 0 45px;
}

.contact-us-column.text-right {
  padding-top: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.contact-us-column.form-left {
  padding-left: 45px;
  padding-right: 45px;
}

.logo-icon {
  opacity: 1;
  width: auto;
  height: 107px;
  margin-bottom: 13px;
}

.contact-us-map {
  height: 350px;
}

.field {
  border: 2px solid #fff;
  border-radius: 3px;
  width: 100%;
  height: 48px;
  margin-bottom: 4px;
  font-family: Merriweather, serif;
  font-size: 12px;
  transition: border .2s;
}

.field:hover {
  border-color: #e8e0d8;
}

.field:focus {
  border-color: #e88f2a;
  box-shadow: 0 0 13px #e88f2a80;
}

.field.area {
  height: 108px;
}

.field.first-half {
  float: left;
  width: 99%;
}

.field.last-half {
  float: right;
  width: 99%;
}

.contact-us-reservation-link-block {
  text-align: left;
  background-image: url('../images/Eating.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 487px;
  position: relative;
  overflow: hidden;
}

.reservation-link-block-overlay {
  background-image: linear-gradient(#0000, #000000a6 53%);
  width: 100%;
  padding: 100px 45px 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.reservation-overlay-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 44px;
}

.reservation-overlay-title._2 {
  font-size: 22px;
  font-weight: 300;
}

.success-bg {
  background-color: #0000;
  padding-top: 150px;
  padding-left: 0;
}

.success-text {
  color: #e88f2a;
  font-family: Satisfy, sans-serif;
  font-size: 27px;
  line-height: 30px;
}

.success-text._2 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 37px;
  line-height: 46px;
}

.error-bg {
  border-radius: 4px;
  padding-bottom: 5px;
}

.error-text {
  color: red;
  font-size: 11px;
}

.reservation-image-block {
  background-image: url('../images/prospetto-piccola-caracas.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 487px;
}

.reservation-image-block._2 {
  background-image: url('../images/terrazza-1.jpg');
}

.about-us-image {
  background-image: url('../images/foto-piccola-caracas.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 580px;
}

.about-us-text-col-right {
  padding-bottom: 28px;
  padding-left: 45px;
  padding-right: 45px;
}

.owner-image {
  border: 5px solid #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-bottom: 19px;
}

.owner-title {
  color: #e88f2a;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 21px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.owner-signature {
  color: #9e9e9e;
  margin-top: 38px;
  font-family: Reenie Beanie, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.event-image-section {
  background-image: url('../images/55d82b0753965dde61577b33_Spare-ribs.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.event-image-section._2 {
  background-image: url('../images/55d82b1aa811abde4e36a0d7_Coffee.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.event-image-section-overlay {
  color: #fff;
  text-align: left;
  background-color: #0000007d;
  width: 100%;
  height: 100%;
  padding: 90px 35px;
  transition: background-color .5s;
}

.event-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 61px;
  line-height: 60px;
}

.event-title._2 {
  color: #e88f2a;
  margin-bottom: 29px;
  font-size: 30px;
  line-height: 30px;
}

.event-info-title {
  color: #e88f2a;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.event-info-title._2 {
  color: #0a0a0a;
  margin-bottom: 45px;
  font-size: 34px;
  line-height: 30px;
}

.more-info-text {
  margin-left: 12px;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.footer-social-block {
  text-align: center;
  background-color: #47443e;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  padding-top: 6px;
  transition: background-color .25s;
}

.footer-social-block:hover {
  background-color: #e88f2a;
}

.image-background-section {
  background-color: #ffffff4a;
  background-image: url('../images/Servizi-Bed-and-Breakfast-Piccola-Caracas.jpg');
  background-position: -769px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0;
}

.image-background-section.coffee {
  background-image: url('../images/55d8297553965dde61577b1f_BG-coffee.jpg');
  background-position: 100%;
}

.rating-block {
  margin-top: 45px;
}

.star-rating {
  width: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.star-rating.gray {
  opacity: .2;
}

.rating-stars-wrapper {
  margin-bottom: 7px;
}

.rating-title {
  margin-bottom: 13px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 31px;
}

.rating-name {
  margin-top: 13px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.empty-state {
  background-color: #0000001a;
  border-radius: 3px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.blog-link-title {
  color: #1a1a1a;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.blog-link-title:hover {
  color: #e88f2a;
}

.blog-post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.blog-post-item {
  margin-bottom: 20px;
}

.blog-column-left {
  padding-left: 0;
}

.blog-text-column-right {
  padding-top: 75px;
  padding-left: 40px;
  padding-right: 40px;
}

.blog-post-text-block {
  text-align: left;
}

.image-background-overlay {
  background-image: linear-gradient(to right, #ffffffc9 58%, #ffffffed);
  padding: 100px 35px;
}

.event-column-right {
  padding-top: 32px;
  padding-left: 45px;
  padding-right: 45px;
}

.event-title-link {
  color: #333;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  transition: color .2s;
}

.event-title-link:hover {
  color: #e88f2a;
}

.event-overview-image {
  background-image: url('../images/Owner.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.events-row {
  margin-bottom: 20px;
}

.event-header-block {
  text-align: left;
  width: 500px;
}

.blog-date {
  color: #e88f2a;
  font-family: Satisfy, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.blog-post-author-block {
  float: none;
  color: #fff;
  text-align: left;
  background-color: #3d3833;
  width: 100%;
  padding: 18px 18px 18px 79px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-post-profile-image {
  float: left;
  border: 5px solid #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-left: 0;
  margin-right: 20px;
}

.blog-post-author-title {
  float: none;
  margin-top: 15px;
  font-size: 12px;
}

.blog-post-author-title.name {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.blog-post-block {
  z-index: 10;
  background-color: #fff;
  width: 70%;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 80px 140px;
  display: block;
  position: relative;
}

.image-link-block {
  width: 100%;
  height: 100%;
  transition: background-color .2s;
}

.image-link-block:hover {
  background-color: #e88f2acc;
}

.blog-author-wrapper {
  float: left;
  width: 265px;
}

.template-info-title {
  margin-top: 0;
}

.table-wrapper {
  background-color: #fff;
}

.table-row-rapper {
  border-bottom: 1px solid #00000017;
  padding: 11px;
  transition: background-color .2s;
}

.table-row-rapper:hover {
  background-color: #fcf8f5;
}

.table-row-rapper.title {
  color: #fff;
  background-color: #e88f2a;
}

.image-license-thumb {
  border-radius: 3px;
}

.empty-state-icon {
  height: 90px;
}

.empty-state-title {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 700;
}

.empty-state-title.subtitle {
  font-size: 15px;
  font-weight: 400;
}

.menu-white-wrapper {
  background-color: #ffffffb3;
  padding: 23px 13px 3px 0;
}

.paragraph {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}

.list-item {
  text-align: left;
}

.paragraph-2 {
  color: #100;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}

.paragraph-3 {
  color: #020000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}

.paragraph-4 {
  color: #0f0101;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}

.paragraph-5 {
  text-align: left;
  line-height: 19px;
}

.paragraph-6 {
  color: #000;
  text-align: justify;
  font-size: 16px;
}

.unordered-list {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 34px;
  display: block;
}

.text-block {
  width: 170px;
  height: 168px;
  margin-left: 73px;
  font-size: 17px;
  line-height: 40px;
}

.text-block.sui {
  height: 274px;
}

.descrizione {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 31px;
}

.row {
  padding-left: 0;
}

.row-2 {
  background-image: linear-gradient(#b1212180, #b1212180);
  border-bottom: 1px solid #000;
  height: 171px;
}

.row-2.l {
  height: 288px;
}

.row-2.acqua {
  background-image: linear-gradient(#0000, #0000);
  margin-left: 0;
}

.row-2.metallo, .row-2.legno, .row-2.fuoco {
  background-image: none;
  margin-left: 0;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  text-align: left;
  text-transform: lowercase;
  padding-top: 5%;
  font-family: Satisfy, sans-serif;
  font-size: 30px;
}

.text-block-6 {
  direction: ltr;
  text-align: left;
  text-transform: lowercase;
  padding-top: 5%;
  font-family: Satisfy, sans-serif;
  font-size: 30px;
}

.important-text {
  font-size: 18px;
}

.important-text-2 {
  font-size: 17px;
}

.important-text-3 {
  font-size: 16px;
}

.important-text-4, .important-text-5 {
  font-size: 17px;
}

.important-text-6, .important-text-7, .important-text-8, .important-text-9, .important-text-10 {
  font-size: 18px;
}

.m, .important-text-11 {
  font-size: 12px;
}

.q {
  font-size: 17px;
}

.mobile {
  margin-top: 38px;
}

.e {
  font-size: 16px;
  font-weight: 400;
}

.important-text-12, .important-text-13, .important-text-14 {
  font-size: 14px;
}

.suite {
  border-bottom: 1px solid #000;
  height: 500px;
  margin-left: 0;
}

.list-item-2, .list-item-3, .list-item-4 {
  list-style-type: none;
}

.list-item-5 {
  text-transform: none;
  list-style-type: none;
}

.list-item-6 {
  list-style-type: none;
}

.column-2 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.column-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.column-5, .column-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body {
  background-color: #faf3eb;
}

.camera-acqua {
  background-image: url('../images/camera-acqua.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 225px;
  width: 450px;
  height: 300px;
}

.camera-acqua-div {
  z-index: 9999;
  background-color: #000000a6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.text-block-7 {
  color: #faf3eb;
  font-size: 45px;
  line-height: 50px;
}

.metallo {
  background-image: url('../images/metallo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.section-3 {
  background-color: #0000;
  height: 50vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  height: 100%;
}

.text-block-8 {
  color: #e88f2a;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 107px;
}

.text-block-8.m.i.i2 {
  color: #faf3eb;
  text-shadow: 1px 1px 6px #000;
  justify-content: center;
  align-items: center;
  margin-top: 159px;
  font-family: Satisfy, sans-serif;
  font-size: 60px;
  line-height: 60px;
  display: flex;
}

.body-2 {
  background-color: #0000;
}

.important-text-15, .important-text-16, .important-text-17, .important-text-18, .important-text-19, .important-text-20, .important-text-21, .important-text-22, .important-text-23, .important-text-24, .important-text-25, .important-text-26, .important-text-27, .important-text-28, .important-text-29, .important-text-30 {
  font-size: 16px;
}

.column-7 {
  text-align: center;
}

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 125px;
  width: 300px;
  height: 300px;
}

.camera-metallo {
  background-image: url('../images/camera-metallo.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 450px;
  height: 300px;
}

.colazione {
  background-image: url('../images/Piccola-Caracas-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 450px;
  height: 300px;
}

.div-block-4 {
  background-image: url('../images/camera-acqua.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 450px;
  height: 300px;
}

.text-block-9 {
  color: #0a0a0a;
  justify-content: center;
  align-items: flex-start;
  padding-top: 135px;
  padding-left: 30px;
  font-family: Satisfy, sans-serif;
  font-size: 30px;
  display: flex;
}

.column-8 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.column-9 {
  justify-content: center;
  display: flex;
}

.column-10 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.camera-acua {
  background-image: url('../images/camera-acqua.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 15px;
  width: 450px;
  height: 300px;
}

.div-block-5 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.camera-fuoco {
  background-image: url('../images/camera-fuoco.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 15px;
  width: 450px;
  height: 300px;
}

.div-block-6 {
  background-image: url('../images/suite.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 450px;
  height: 300px;
}

.row-3 {
  display: flex;
}

.div-block-7 {
  background-image: url('../images/legno.jpg');
  background-position: 50%;
  background-size: cover;
  width: 450px;
  height: 300px;
}

.div-block-8 {
  padding-bottom: 20px;
}

.row-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  height: 25vh;
}

.row-5 {
  height: 100%;
  margin-bottom: 10px;
}

.column-11 {
  height: 100%;
  padding-left: 0;
  padding-right: 5px;
}

.column-12 {
  height: 100%;
  padding-left: 5px;
  padding-right: 0;
}

.div-block-10 {
  background-image: url('../images/camera-acqua.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-10-copy {
  background-image: url('../images/camera-metallo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-10-copy-1 {
  background-image: url('../images/legno.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-10-copy-copy {
  background-image: url('../images/camera-fuoco.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-11 {
  background-image: url('../images/suite.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
}

.div-block-12 {
  float: left;
  width: 30%;
}

.div-block-13 {
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
  display: block;
}

.column-13 {
  padding-left: 0;
  padding-right: 3px;
}

.column-14, .column-15 {
  padding-left: 3px;
  padding-right: 0;
}

.paragraph-7 {
  text-align: justify;
  margin-top: 25px;
  margin-bottom: 25px;
}

.paragraph-8 {
  text-align: justify;
}

.div-block-15 {
  text-align: center;
  padding: 15px;
}

.text-span {
  color: #e88f2a;
  font-size: 19px;
}

.text-block-10 {
  color: #b1b1b1;
  text-align: left;
}

.row-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  float: right;
}

.button-copy {
  float: right;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #2b2825;
  border-radius: 3px;
  margin-top: 0;
  margin-right: 0;
  padding: 4px 25px;
  font-family: Oswald, sans-serif;
  line-height: 40px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.button-copy:hover {
  color: #fff;
  background-color: #e88f2a;
}

.button-copy.slider-button {
  background-color: #e88f2a;
  margin-left: 8px;
  margin-right: 8px;
}

.button-copy.slider-button:hover {
  color: #e88f2a;
  background-color: #fff;
}

.button-copy.submit-button {
  width: 100%;
  margin-top: 10px;
}

.button-copy.yellow {
  background-color: #e88f2a;
}

.button-copy.yellow:hover {
  background-color: #3d3833;
}

.button-copy.blog-archive {
  background-color: #e88f2a;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 30px;
  position: absolute;
  top: 19px;
  right: 53px;
}

.button-copy.blog-archive:hover {
  background-color: #f1a348;
}

.image {
  position: static;
}

.div-block-16 {
  background-image: url('../images/camera-acqua-piccola-caracas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-block-11 {
  color: #e88f2a;
  font-family: Satisfy, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.div-block-17 {
  z-index: 1;
  background-color: #e88f2ab3;
  flex: 1;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-12 {
  color: #faf3eb;
  letter-spacing: 3px;
  margin-top: 12px;
  font-family: Satisfy, sans-serif;
  font-size: 25px;
}

.div-block-18 {
  z-index: 9999;
  background-color: #fff;
  position: relative;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 10px;
  display: flex;
  position: absolute;
}

.div-block-20 {
  background-color: #e88f2ab3;
  border-radius: 100px;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: auto;
  padding: 15px 10px;
  display: flex;
}

.div-block-16-copy {
  background-image: url('../images/camera-fuoco-piccola-caracas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-16-2 {
  background-image: url('../images/camera-legno-piccola-caracas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-16-copy-copy {
  background-image: url('../images/camera-metallo-piccola-caracas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-16-copy-copy-copy {
  background-image: url('../images/camera-suite-piccola-caracas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-21 {
  color: #0000;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-4 {
  text-align: center;
}

.paragraph-9 {
  color: #000;
}

.tabs-content {
  padding-top: 30px;
  padding-bottom: 0;
}

.paragraph-9-copy {
  color: #000;
  margin-bottom: 0;
}

.column-16, .column-17, .column-18, .column-19 {
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}

.row-7, .row-8 {
  margin-bottom: 6px;
}

.div-block-22 {
  padding-bottom: 100px;
}

.container-5 {
  height: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.html-embed-2 {
  width: 100%;
  height: 40vh;
  margin-bottom: 6px;
}

.tabs-content-copy {
  margin-top: 13px;
  padding-top: 0;
  padding-bottom: 0;
}

.column-20 {
  padding-left: 6px;
  padding-right: 3px;
}

.column-21, .column-22 {
  padding-left: 3px;
  padding-right: 6px;
}

.column-23 {
  padding-left: 6px;
  padding-right: 3px;
}

.section-4 {
  background-image: url('../images/camera.jpg');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
}

.html-embed-3 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 33vh;
}

.paragraph-10 {
  margin-bottom: -39px;
}

.paragraph-11 {
  text-align: justify;
  margin-bottom: 0;
}

.heading {
  font-family: Satisfy, sans-serif;
  font-size: 42px;
}

.row-9 {
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: #faf3eb;
  text-align: center;
  margin-top: 150px;
  font-family: Satisfy, sans-serif;
  font-size: 60px;
}

.fuoco {
  background-image: url('../images/camera-fuoco-piccola-caracas.jpg');
  background-position: 50% 96%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.text-block-16 {
  color: #faf3eb;
  text-align: center;
  margin-top: 190px;
  font-family: Satisfy, sans-serif;
  font-size: 60px;
}

.text-block-17 {
  color: #fdfdfd;
  margin-top: 190px;
  font-family: Satisfy, sans-serif;
  font-size: 60px;
}

.section-5 {
  background-image: url('../images/camera-legno-piccola-caracas.jpg');
  background-position: 0 0;
  background-size: 952px;
  height: 40vh;
}

.paragraph-12 {
  font-family: Varela, sans-serif;
  font-size: 20px;
}

.paragraph-13 {
  line-height: 34px;
}

.section-6 {
  height: 500px;
}

.container-6 {
  margin-top: 121px;
}

.container-7 {
  height: 375px;
}

.html-embed-4 {
  width: 100%;
  height: 100%;
}

.div-block-23 {
  background-image: url('../images/suite-piccola-caracas.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
}

.div-block-24 {
  width: 500%;
  height: 300px;
}

.container-8 {
  height: 400px;
}

.div-block-25 {
  text-align: center;
  height: 100%;
}

.heading-2 {
  text-align: center;
  margin-top: -56px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-3 {
  text-align: center;
  font-family: Satisfy, sans-serif;
  font-size: 26px;
}

.text-span-2 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
}

.text-span-3 {
  font-size: 18px;
  line-height: 30px;
}

.text-span-4 {
  font-size: 30px;
}

.row-10 {
  align-items: center;
  padding-bottom: 31px;
  display: flex;
}

.column-24 {
  text-align: center;
}

.row-11 {
  align-items: center;
  display: flex;
}

.logo-centro {
  font-size: 43px;
}

.paragraph-14 {
  text-align: left;
  font-size: 15px;
}

.html-embed-5, .html-embed-6, .html-embed-7 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.html-embed-7.no {
  display: none;
}

.column-25 {
  text-align: center;
}

.image-4 {
  margin-bottom: 82px;
}

.image-5 {
  margin-bottom: 127px;
}

.text-block-18 {
  color: #0b634e;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 23px;
}

.paragraph-15 {
  font-size: 15px;
}

.div-block-26 {
  height: 47%;
}

.a {
  display: none;
}

.body-3 {
  background-color: #0000;
}

.div-block-27 {
  height: 100vh;
}

.column-26 {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
}

.columns {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-27 {
  align-items: center;
  display: flex;
}

html.w-mod-js [data-ix="tab-menu-column"], html.w-mod-js [data-ix="tab-menu-column-2"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="slider-title"] {
  opacity: 0;
  transform: translate(0, -30px);
}

html.w-mod-js [data-ix="slider-title-2"], html.w-mod-js [data-ix="slider-title-3"] {
  opacity: 0;
}

html.w-mod-js [data-ix="slider-button-1"], html.w-mod-js [data-ix="slider-button-2"], html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-load"], html.w-mod-js [data-ix="fade-in-on-load-2"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"], html.w-mod-js [data-ix="fade-in-on-load-5"], html.w-mod-js [data-ix="fade-in-on-load-6"] {
  opacity: 0;
  transform: translate(0, -30px);
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 15px);
}

@media screen and (max-width: 991px) {
  body {
    padding-left: 220px;
  }

  h3 {
    font-size: 17px;
    line-height: 26px;
  }

  p {
    font-size: 12px;
  }

  .button {
    margin-top: 10px;
    font-size: 12px;
    line-height: 31px;
  }

  .button.blog-archive {
    top: 24px;
    right: 23px;
  }

  .navbar-left {
    width: 220px;
  }

  .nav-link {
    line-height: 5px;
  }

  .nav-social-icon {
    height: 17px;
  }

  .hero-slide-overlay {
    padding-top: 1px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .hero-slide-button {
    width: 50px;
  }

  .hero-slide-title {
    font-size: 65px;
    line-height: 60px;
  }

  .hero-slide-title.subtitle {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 30px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.menu-page-section {
    padding-bottom: 25px;
  }

  .section.a {
    background-attachment: fixed;
  }

  .section-intro-block {
    width: 90%;
  }

  .section-intro-title {
    font-size: 35px;
    line-height: 36px;
  }

  .section-intro-title.small {
    font-size: 26px;
    line-height: 26px;
  }

  .image-section {
    background-attachment: scroll;
  }

  .image-section-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-section-row {
    margin-top: 40px;
  }

  .image-section-icon {
    height: 60px;
  }

  .image-section-column-title {
    font-size: 15px;
    line-height: 19px;
  }

  .menu-tab-button {
    line-height: 20px;
  }

  .menu-tab-pane {
    padding-top: 35px;
  }

  .menu-list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 72px;
  }

  .menu-item-title {
    font-size: 13px;
  }

  .menu-item-title.description {
    font-size: 10px;
    line-height: 15px;
  }

  .menu-item-price {
    font-size: 13px;
    right: 11px;
  }

  .intro-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .footer {
    padding: 55px 25px 25px;
  }

  .section-divider-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .text-column-left {
    padding-right: 10px;
  }

  .gallery-column-right {
    padding-top: 72px;
  }

  .gallery-thumb {
    height: 80px;
  }

  .gallery-thumb.large {
    height: auto;
  }

  .footer-col-left {
    padding-top: 7px;
  }

  .go-to-top-link-block {
    width: 60px;
    height: 60px;
    margin-top: -69px;
    margin-bottom: -21px;
  }

  .icon-go-to-top {
    padding: 14px;
  }

  .page-header-overlay {
    padding: 90px 35px;
  }

  .page-header-overlay.menu {
    padding-top: 95px;
    padding-bottom: 165px;
  }

  .page-header-overlay.blog-post {
    padding-top: 75px;
  }

  .menu-page-tabs-menu {
    margin-top: -120px;
  }

  .menu-page-tab-button {
    text-align: center;
    height: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-page-tab-title.subtitle {
    margin-top: 4px;
    font-size: 10px;
  }

  .menu-tab-icon {
    float: none;
    position: static;
  }

  .menu-page-tab-pane {
    padding-top: 45px;
  }

  .gallery-lightbox {
    margin-bottom: 10px;
  }

  .contact-us-image {
    height: 280px;
  }

  .contact-us-column.text-left, .contact-us-column.text-right, .contact-us-column.form-left {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-us-reservation-link-block {
    height: 417px;
  }

  .reservation-link-block-overlay {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .reservation-overlay-title {
    font-size: 36px;
    line-height: 38px;
  }

  .reservation-overlay-title._2 {
    margin-top: 9px;
    font-size: 15px;
    line-height: 24px;
  }

  .reservation-image-block {
    height: 416px;
  }

  .reservation-image-column {
    padding-left: 6px;
    padding-right: 0;
  }

  .about-us-image {
    height: 680px;
  }

  .about-us-text-col-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-image-section-overlay {
    padding: 70px 35px 50px;
  }

  .event-title {
    font-size: 51px;
    line-height: 50px;
  }

  .image-background-section {
    background-position: 100%;
  }

  .rating-block {
    margin-top: 25px;
  }

  .blog-link-title {
    font-size: 23px;
    line-height: 28px;
  }

  .blog-post-image {
    height: 370px;
  }

  .blog-text-column-right {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-background-overlay {
    background-color: #ffffffe6;
    background-image: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .event-column-right {
    padding-left: 25px;
    padding-right: 25px;
  }

  .event-title-link {
    font-size: 25px;
    line-height: 26px;
  }

  .event-overview-image {
    height: 230px;
  }

  .events-row {
    margin-bottom: 10px;
  }

  .event-header-block {
    width: 420px;
  }

  .blog-post-author-block {
    padding-left: 30px;
  }

  .blog-post-block {
    width: 90%;
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .blog-author-wrapper {
    width: 235px;
  }

  .text-block-8.m.i.i2 {
    font-size: 61px;
  }

  .button-copy {
    margin-top: 10px;
    font-size: 12px;
    line-height: 31px;
  }

  .button-copy.blog-archive {
    top: 24px;
    right: 23px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-left: 0;
  }

  p {
    font-size: 12px;
  }

  .button, .button.slider-button {
    line-height: 30px;
  }

  .button.blog-read-more {
    margin-top: 0;
  }

  .navbar-left {
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0 0 auto;
  }

  .logo-container {
    float: left;
    width: 240px;
    margin-top: 13px;
    padding-top: 1px;
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: 4000;
    float: right;
    background-color: #faf3eb;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
  }

  .logo-text {
    text-align: left;
    font-size: 19px;
    line-height: 28px;
  }

  .nav-contact-block {
    display: block;
  }

  .hero-slider {
    height: 420px;
  }

  .hero-slide-overlay {
    padding-top: 41px;
  }

  .hero-slide-title {
    font-size: 45px;
    line-height: 40px;
  }

  .hero-slide-title.subtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .section {
    padding: 25px;
    font-size: 12px;
  }

  .section-intro-block {
    width: 100%;
  }

  .section-intro-title {
    font-size: 25px;
    line-height: 30px;
  }

  .section-intro-title.subtitle {
    margin-bottom: 9px;
    font-size: 18px;
  }

  .image-section-overlay {
    padding: 25px;
  }

  .image-section-icon {
    height: 50px;
    margin-bottom: 16px;
  }

  .menu-tabs-menu {
    margin-top: 25px;
  }

  .menu-list-item {
    padding-left: 0;
    padding-right: 57px;
  }

  .menu-item-title {
    font-size: 14px;
  }

  .menu-item-title.description {
    font-size: 11px;
    line-height: 16px;
  }

  .menu-item-price {
    right: 0;
  }

  .hero-slide-container {
    padding-left: 35px;
    padding-right: 35px;
    top: 53%;
  }

  .footer {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-overlay {
    padding-bottom: 0;
    position: relative;
  }

  .section-divider-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .text-column-left {
    padding-top: 0;
  }

  .gallery-column-right {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-thumb {
    height: auto;
  }

  .footer-col-left {
    text-align: center;
    padding-top: 15px;
    padding-left: 0;
  }

  .go-to-top-link-block {
    margin-top: -39px;
  }

  .go-to-top-link-block.w--current {
    width: 70px;
    height: 70px;
    margin-top: -38px;
    margin-bottom: -26px;
  }

  .icon-go-to-top {
    padding: 22px;
  }

  .footer-col-right {
    text-align: center;
    padding-top: 15px;
    padding-left: 0;
  }

  .page-header-overlay {
    padding: 120px 35px 50px;
  }

  .page-header-overlay.menu {
    padding-top: 115px;
    padding-bottom: 116px;
  }

  .page-header-overlay.blog-post {
    padding-top: 105px;
    padding-bottom: 165px;
  }

  .menu-page-tabs-menu {
    margin-top: -55px;
  }

  .menu-page-tab-button {
    text-align: left;
    background-color: #3d3833;
    border-bottom: 1px solid #534d47;
    width: 100%;
    height: 55px;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background-color .2s;
    display: block;
  }

  .menu-page-tab-button:hover {
    color: #fff;
    background-color: #e88f2a;
  }

  .menu-page-tab-title {
    font-size: 15px;
    line-height: 13px;
  }

  .menu-tab-icon {
    float: left;
    height: 26px;
    margin-right: 14px;
  }

  .menu-page-tab-pane {
    padding-top: 25px;
  }

  .gallery-lightbox {
    margin-bottom: 10px;
  }

  .gallery-block-left {
    padding-right: 10px;
  }

  .gallery-block-right {
    padding-left: 0;
  }

  .contact-us-column.text-left {
    padding: 0 0 15px;
  }

  .contact-us-column.text-right {
    padding-top: 35px;
  }

  .contact-us-column.form-left {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-column._2 {
    background-image: url('../images/Interior-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .logo-icon {
    float: left;
    height: 35px;
    margin-left: 20px;
    margin-right: 9px;
  }

  .contact-us-map {
    height: 370px;
    padding-bottom: 37px;
  }

  .contact-us-reservation-link-block {
    height: 307px;
  }

  .reservation-image-column {
    padding-left: 0;
  }

  .about-us-image {
    height: 290px;
  }

  .about-us-image-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-text-col-right {
    padding-left: 10px;
    padding-right: 0;
  }

  .event-image-section-overlay {
    padding: 110px 25px 20px;
  }

  .event-title._2 {
    margin-bottom: 20px;
  }

  .event-info-title._2 {
    margin-bottom: 25px;
  }

  .facts-column {
    padding-bottom: 14px;
  }

  .image-background-section {
    background-size: cover;
  }

  .gallery-column {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #e88f2a;
  }

  .blog-post-image {
    height: 250px;
  }

  .blog-post-item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .blog-column-left {
    padding-right: 0;
  }

  .blog-text-column-right {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-background-overlay {
    background-color: #fff;
    padding: 25px;
  }

  .event-column-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .event-header-block {
    width: 80%;
  }

  .blog-post-block {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-author-wrapper {
    width: 265px;
  }

  .menu-white-wrapper {
    padding: 0;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .text-block-8.m.i {
    padding-left: 14px;
    font-size: 54px;
  }

  .button-copy, .button-copy.slider-button {
    line-height: 30px;
  }

  .button-copy.blog-read-more {
    margin-top: 0;
  }

  .div-block-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-14, .paragraph-15 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .button {
    width: 100%;
    margin-top: 5px;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 30px;
  }

  .button.slider-button {
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
  }

  .button.overview-button {
    width: auto;
  }

  .button.event-button {
    margin-bottom: 10px;
  }

  .button.blog-archive {
    width: auto;
    display: block;
    position: static;
  }

  .nav-link {
    font-size: 13px;
    line-height: 4px;
  }

  .hero-slider {
    height: 400px;
  }

  .hero-slide-overlay {
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-slide-button {
    width: 30px;
    height: 70px;
    font-size: 14px;
    top: 50px;
  }

  .hero-slide-title {
    font-size: 30px;
  }

  .hero-slide-title.subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .section {
    padding: 20px;
  }

  .section.a {
    background-size: contain;
    width: 100%;
    height: 17%;
  }

  .section-intro-block {
    margin-bottom: 1px;
  }

  .section-intro-title {
    font-size: 26px;
    line-height: 28px;
  }

  .section-intro-title.subtitle {
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 14px;
  }

  .menu-tabs {
    padding: 30px 15px;
  }

  .menu-tabs-menu {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .menu-tab-button {
    border-radius: 3px;
    width: 100%;
    margin-bottom: 2px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-tab-button.w--current {
    margin-bottom: 10px;
  }

  .menu-list-item {
    margin-bottom: 7px;
    padding-bottom: 7px;
  }

  .hero-slide-container {
    padding-left: 45px;
    padding-right: 45px;
    top: 60%;
  }

  .intro-title {
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 20px;
  }

  .intro-title.slider-intro-title {
    line-height: 23px;
  }

  .intro-title.tariife-1.mobile {
    line-height: 39px;
  }

  .text-column-left {
    padding-top: 0;
  }

  .gallery-column-right {
    padding-top: 16px;
  }

  .small-gallery-row {
    margin-bottom: 8px;
  }

  .footer-row {
    flex-direction: column;
  }

  .go-to-top-link-block.w--current {
    margin-top: -48px;
    margin-bottom: -7px;
  }

  .page-header-overlay {
    padding: 110px 25px 35px;
  }

  .page-header-overlay.blog-post {
    padding-top: 95px;
    padding-bottom: 155px;
  }

  .contact-us-row {
    display: block;
  }

  .contact-us-image {
    height: 250px;
  }

  .contact-us-column.text-right {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-map {
    height: auto;
    padding-bottom: 0;
  }

  .reservation-overlay-title {
    font-size: 30px;
  }

  .reservation-image-block {
    height: 305px;
  }

  .about-us-image {
    height: 170px;
  }

  .about-us-image-column {
    padding-bottom: 0;
  }

  .event-image-section-overlay {
    padding: 100px 20px 30px;
  }

  .event-title {
    font-size: 29px;
    line-height: 30px;
  }

  .event-title._2 {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 23px;
  }

  .event-info-title {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 16px;
  }

  .event-info-title._2 {
    font-size: 24px;
  }

  .more-info-text {
    margin-left: 0;
    display: block;
  }

  .image-background-section {
    background-position: -261%;
  }

  .rating-title {
    font-size: 20px;
  }

  .blog-link-title {
    margin-top: 10px;
    line-height: 25px;
  }

  .blog-post-image {
    height: 140px;
  }

  .blog-text-column-right {
    padding-top: 15px;
  }

  .image-background-overlay {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .event-column-right {
    padding-top: 15px;
    padding-right: 0;
  }

  .event-title-link {
    font-size: 17px;
    line-height: 17px;
  }

  .event-overview-image {
    height: 170px;
  }

  .event-header-block {
    width: 90%;
  }

  .blog-date {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-post-author-block {
    padding-left: 30px;
    padding-right: 28px;
  }

  .blog-post-block {
    width: 100%;
    padding-bottom: 160px;
  }

  .blog-author-wrapper {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .table-column {
    padding-left: 0;
  }

  .table-title.title {
    font-family: Oswald, sans-serif;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-6 {
    text-align: center;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .unordered-list {
    font-size: 31px;
  }

  .text-block {
    height: 126px;
    margin-left: 0;
  }

  .row {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    display: flex;
  }

  .mobile {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 13px;
    line-height: 21px;
    list-style-type: none;
  }

  .column {
    flex: 0 auto;
  }

  .metallo {
    align-items: flex-end;
    padding-bottom: 30px;
  }

  .text-block-8.m {
    padding-top: 90px;
    padding-bottom: 22px;
    padding-left: 12px;
    font-size: 47px;
  }

  .text-block-8.m.i.i2 {
    color: #faf3eb;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 35px;
  }

  .camera-acua {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 31px;
    display: flex;
  }

  .row-4 {
    display: block;
  }

  .button-copy {
    width: 100%;
    margin-top: 5px;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 30px;
  }

  .button-copy.slider-button {
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
  }

  .button-copy.overview-button {
    width: auto;
  }

  .button-copy.event-button {
    margin-bottom: 10px;
  }

  .button-copy.blog-archive {
    width: auto;
    display: block;
    position: static;
  }

  .div-block-21 {
    padding-top: 50px;
  }

  .paragraph-9-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-20 {
    padding-right: 6px;
  }

  .column-21 {
    padding-left: 6px;
  }

  .column-23 {
    padding-right: 6px;
  }

  .text-block-13, .text-block-14 {
    text-align: center;
  }

  .paragraph-11 {
    font-size: 13px;
  }

  .row-9 {
    display: block;
  }

  .text-block-16 {
    font-size: 50px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .text-span-3 {
    font-size: 16px;
  }

  .row-11 {
    display: block;
  }

  .image-5 {
    margin-bottom: 20px;
  }

  .column-26 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


