.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #121212;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
}

h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #212121;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'Droid Sans', sans-serif;
  color: #9061c2;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

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

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

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

p {
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 25px;
}

a {
  color: #313131;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
  font-family: 'Playfair Display', sans-serif;
  color: #616161;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

strong {
  font-size: 18px;
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-left: 3px solid #9061c2;
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.banner {
  position: relative;
  height: 100vh;
  background-color: #303030;
}

.banner._6 {
  height: 20vh;
  background-color: transparent;
}

.navigation {
  position: absolute;
  width: 100%;
  padding: 35px 25px 20px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.14);
  background-color: transparent;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu.center-menu {
  display: block;
  float: none;
  text-align: center;
}

.nav-menu.right {
  float: right;
}

.brand-logo {
  top: 8px;
  display: inline-block;
  float: none;
}

.brand-logo.float-left {
  float: left;
}

.align-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.align-center.with-pading {
  padding-top: 15px;
}

.navigation-link {
  padding: 15px 15px 12px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.navigation-link:hover {
  color: #fff;
}

.navigation-link.w--current {
  border-radius: 5px;
  background-color: #9061c2;
  color: #fff;
}

.navigation-link.dropdown {
  padding-right: 35px;
}

.navigation-link.dark {
  color: hsla(0, 0%, 46.7%, 0.8);
  font-weight: 500;
}

.navigation-link.dark:hover {
  color: #212121;
}

.follow-text {
  display: inline-block;
  margin-right: 5px;
  font-family: Playball, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.follow-text.in-footer {
  position: relative;
  top: -19px;
  color: #fff;
  font-size: 21px;
}

.align-right {
  text-align: right;
}

.align-right.top-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sociall-wrapper {
  position: relative;
  top: -4px;
  display: inline-block;
  float: right;
}

.social-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-icon:hover {
  background-color: #9061c2;
  opacity: 1;
}

.social-icon.twitter {
  background-image: url('../images/font-awesome_4-6-3_google-plus_100_0_ffffff_none_1font-awesome_4-6-3_google-plus_100_0_ffffff_none.png');
  background-size: 20px;
}

.social-icon.twitter.biger {
  background-size: 20px;
}

.social-icon.google {
  background-image: url('../images/fa-twitter_100_0_ffffff_none_1fa-twitter_100_0_ffffff_none.png');
  background-size: 16px;
}

.social-icon.instagram {
  background-image: url('../images/font-awesome_4-6-3_instagram_100_0_ffffff_none_1font-awesome_4-6-3_instagram_100_0_ffffff_none.png');
  background-size: 18px;
}

.social-icon.biger {
  width: 50px;
  height: 50px;
  background-size: 16px;
}

.big-slider {
  height: 100%;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.arrow {
  width: 70px;
  height: 70px;
  margin-right: 25px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 24px;
}

.arrow:hover {
  background-color: #9061c2;
}

.arrow.right {
  margin-right: 0px;
  margin-left: 25px;
}

.container-center {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-center.in-slider {
  top: 50%;
}

.container-center.in-pages {
  top: 60%;
}

.section {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section.without-image {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.prallax {
  background-color: #9061c2;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.space {
  height: 20px;
}

.sub-text {
  margin-bottom: 8px;
  padding-top: 52px;
  padding-bottom: 34px;
  font-family: 'Droid Sans', sans-serif;
  color: #7f7e80;
  font-size: 30px;
  line-height: 42px;
  text-align: justify;
  text-transform: none;
}

.sub-text.aa {
  color: #9061c2;
}

.padding-both {
  padding-right: 151px;
  padding-left: 151px;
}

.video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url("https://assets.website-files.com/61f009f233a9c2059ca12ce2/61f00b09cea91933081f4ca4_l'ultima%20cena%20vara%20.jpeg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url("https://assets.website-files.com/61f009f233a9c2059ca12ce2/61f00b09cea91933081f4ca4_l'ultima%20cena%20vara%20.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.call-us {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 10;
  display: none;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #02adad;
  background-image: url('../images/font-awesome_4-6-3_phone_100_0_ffffff_none-3_1font-awesome_4-6-3_phone_100_0_ffffff_none (3).png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.services-wrapper {
  position: relative;
  width: 33.333%;
  height: 600px;
  max-height: 600px;
  float: left;
  clear: right;
  background-color: #fff;
}

.services-wrapper.color {
  padding-top: 85px;
  padding-right: 70px;
  padding-left: 70px;
  background-color: #fafafa;
  text-align: left;
}

.services-wrapper.color.purple {
  width: 100%;
  height: 750px;
  max-height: 750px;
  padding: 30px;
  background-color: #9061c2;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.services-wrapper.photo-1 {
  background-image: url('../images/se-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-wrapper.photo-2 {
  background-image: url('../images/se-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-wrapper.photo-3 {
  background-image: url('../images/se-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.services-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  background-image: url('../images/cooker.png');
  background-position: 0px 0px;
  background-size: 100px;
}

.services-icon.icon-2 {
  background-image: url('../images/meat.png');
  background-size: 100px;
}

.services-icon.icon-3 {
  background-image: url('../images/cutlery.png');
  background-position: 50% 50%;
  background-size: 100px;
}

.day {
  color: hsla(0, 0%, 100%, 0.65);
  font-style: italic;
}

.white-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
}

.white-heading.big {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 36px;
}

.white-font {
  color: #fff;
}

.center-div {
  position: absolute;
  left: 50px;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.center-div.add-center {
  text-align: center;
}

.line-divider {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
}

.button {
  display: inline-block;
  padding: 17px 23px 15px;
  border-radius: 5px;
  background-color: #9061c2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #121212;
}

.button.white {
  background-color: #fff;
  color: #9061c2;
}

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

.button.submit {
  width: 30%;
  height: 50px;
  float: left;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.button.in-blog {
  color: #fff;
}

.right-section {
  position: relative;
  z-index: 1;
  height: 100%;
  max-height: 750px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fafafa;
  box-shadow: none;
}

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

.tabs-menu {
  text-align: center;
}

.tab-content {
  margin-top: 70px;
}

.tab-content.less-margin {
  margin-top: 40px;
}

.tab-link {
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 0px 10px;
  background-color: transparent;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #9061c2;
  font-size: 14px;
  font-weight: 500;
}

.tab-link:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.tab-link.w--current {
  border-bottom-color: #9061c2;
  background-color: transparent;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.tab-icons {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
  background-image: url('../images/fruit.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.tab-icons.icon-2 {
  background-image: url('../images/pizza.png');
  background-size: 50px;
}

.tab-icons.icon-3 {
  background-image: url('../images/ice-cream.png');
  background-size: 50px;
}

.tab-icons.icon-4 {
  background-image: url('../images/beer.png');
  background-size: 50px;
}

.tab-text {
  position: relative;
  top: 18px;
  display: inline-block;
  font-size: 15px;
}

.menu-items {
  padding: 20px 20px 18px;
  border-bottom: 1px dashed #d8d8d8;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: left;
}

.item-name {
  display: inline-block;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.item-name.price {
  margin-right: 5px;
  font-family: Playball, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.item-name.tag {
  font-family: 'Playfair Display', sans-serif;
  color: #b4b4b4;
}

.item-name.tag.dollar {
  margin-right: 2px;
  font-family: Poppins, sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
}

.biger {
  margin-top: 32px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.biger._1 {
  color: #7f7e80;
  text-align: justify;
}

.biger._3 {
  color: #000;
}

.biger._3 {
  margin-top: auto;
  color: #7f7e80;
  text-align: justify;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-padding {
  margin-bottom: 0px;
}

.hide-section {
  overflow: hidden;
}

.show-text {
  font-family: Playball, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 60px;
  font-weight: 400;
  text-transform: capitalize;
}

.dynamic-list {
  padding-right: 55px;
  padding-left: 55px;
}

.image-popup {
  position: relative;
  width: 16.666%;
  float: left;
}

.footer {
  padding-top: 65px;
  padding-bottom: 65px;
  border-bottom-left-radius: 5px;
  background-color: #212121;
}

.line-divider-footer {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #353535;
}

.lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9061c2), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #9061c2, hsla(0, 0%, 100%, 0));
}

.zoom-icon-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.zoom-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url('../images/font-awesome_4-6-3_search_100_0_ffffff_none-2_1font-awesome_4-6-3_search_100_0_ffffff_none (2).png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.zoom-icon:hover {
  background-color: #9061c2;
}

.arrow-dropdown {
  margin-top: 18.5px;
  margin-right: 15px;
  font-size: 12px;
}

.dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.85);
}

.dropdown-link {
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: 'Playfair Display', sans-serif;
  color: #b4b4b4;
}

.dropdown-link:hover {
  color: #fff;
}

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

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

.slide-2 {
  background-image: url('../images/varicedde-.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/vericedde-3.jpeg');
  background-position: 50% 54px;
  background-size: cover;
}

.center {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.big-title-slider {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}

.navigation-style-2 {
  position: absolute;
  width: 100%;
  padding: 35px 25px 20px;
  background-color: transparent;
}

.float-right {
  position: absolute;
  right: 25px;
  bottom: 25px;
  text-align: right;
}

.navigation-style-3 {
  position: absolute;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.inner-banner {
  height: 500px;
  background-image: url('../images/backg-2.png'), url('../images/sub.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-attachment: scroll, fixed;
}

.inner-banner.in-blog-page {
  position: relative;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inner-banner.color {
  background-color: #9061c2;
  background-image: url('../images/backg-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.subscribe-text {
  width: 70%;
  height: 50px;
  padding-top: 6px;
  padding-left: 20px;
  float: left;
  border-style: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #363636;
  font-family: 'Playfair Display', sans-serif;
}

.subscribe-text:hover {
  background-color: #303030;
  color: #fff;
}

.subscribe-text:active {
  color: #fff;
}

.subscribe-text:focus {
  color: #fff;
}

.subscribe-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  float: left;
}

.menu-wrapper {
  margin-bottom: 20px;
  background-color: #fafafa;
}

.menu-wrapper.with-padding {
  padding: 20px 0px 0px;
  box-shadow: 0 2px 0 0 #f1f1f1;
}

.menu-photo {
  width: 120px;
  height: 120px;
  margin-right: 10px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-photo.no-left {
  display: block;
  width: 240px;
  height: 240px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.menu-content {
  position: relative;
  overflow: hidden;
  height: 120px;
  max-height: 120px;
  padding: 20px;
}

.menu-content.auto {
  height: auto;
  max-height: 100%;
  padding-right: 35px;
  padding-left: 35px;
}

.float-left {
  float: right;
}

.top-space {
  margin-top: 10px;
}

.top-small-space {
  margin-top: 15px;
}

.form-wrapper {
  margin-top: 40px;
  padding-right: 0px;
  text-align: left;
}

.float-field {
  width: 48%;
  margin-right: 10px;
  float: left;
}

.float-field.not-full {
  width: 97%;
}

.float-field.date {
  width: 15%;
}

.text-field {
  height: 50px;
  padding-left: 20px;
  border-style: none;
  border-radius: 5px;
  background-color: #e8ebee;
  font-family: 'Playfair Display', sans-serif;
}

.text-field:active {
  background-color: #dce1e6;
  color: #313131;
}

.text-field:focus {
  background-color: #dce1e6;
  color: #313131;
}

.text-field.center-date {
  padding-left: 12px;
  text-align: center;
}

.text-field.area {
  padding-top: 12px;
  padding-bottom: 40px;
}

.label {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  float: left;
  font-family: 'Playfair Display', sans-serif;
  color: #616161;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.submit-button {
  display: block;
  width: 100%;
  margin-top: 10px;
  float: left;
  text-align: center;
}

.info-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.info-wrapper.no-line {
  border-bottom-style: none;
}

.icon-icon {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  float: left;
  background-image: url('../images/phone-call-2.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.icon-icon.marker {
  background-image: url('../images/search-marker.png');
  background-size: 60px;
}

.info-content {
  position: relative;
  top: 15px;
  overflow: hidden;
  text-align: left;
}

.number {
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.hide {
  display: none;
}

.success-message {
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 5px;
  background-color: #589b39;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 16px;
}

.error-message {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #c52020;
  color: #fff;
}

.blog-post-wrapper {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-decoration: none;
}

.left-image-blog {
  width: 250px;
  height: 250px;
  margin-right: 35px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-content {
  position: relative;
  overflow: hidden;
  padding-right: 49px;
}

.data-created {
  font-family: 'Playfair Display', sans-serif;
  color: #919191;
  font-size: 16px;
}

.blog-title {
  font-family: Playball, sans-serif;
  font-size: 34px;
}

.background-blog-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/backg-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-navigation {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.source-link {
  color: #919191;
  text-decoration: none;
}

.source-link:hover {
  text-decoration: underline;
}

.tabs {
  margin-top: 50px;
}

.top-margin {
  margin-top: 1px;
  text-align: center;
}

.top-margin.less-space {
  margin-top: 20px;
}

.footer-icon {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-image: url('../images/phone-call-4.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.footer-icon.addres {
  background-image: url('../images/placeholder-1_1placeholder (1).png');
  background-size: 60px;
}

.footer-icon.email {
  background-image: url('../images/envelope-1_1envelope (1).png');
  background-size: 60px;
}

.copyright {
  margin-bottom: 0px;
  color: #b7b7c7;
  font-size: 14px;
}

.link-2 {
  display: inline-block;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #6f81fd;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}

.link-2.white {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #b7b7c7;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0px;
  text-decoration: none;
}

.link-2.white:hover {
  color: #fff;
}

.webflow-logo-tiny {
  width: 18px;
  margin-right: 4px;
  opacity: 0.9;
}

.paragraph-tiny {
  font-family: 'Playfair Display', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.left-copyright-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-copyright-flex.right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.made-with-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.made-with-webflow.left-margin {
  margin-top: 0px;
  margin-left: 10px;
  color: #b7b7c7;
}

.made-with-webflow.left-margin:hover {
  color: #fff;
}

.center-2 {
  text-align: center;
}

.center-2.color {
  color: #919197;
  letter-spacing: 0px;
}

.big {
  color: #9061c2;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-4 {
  background-image: url('../images/varicedde-caltanissetta.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.chef-photo {
  width: 90%;
  float: right;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-2 {
  display: none;
  padding-top: 334px;
  background-image: url('../images/varicedde-2-.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.paragraph {
  color: #7f7e80;
  font-size: 17px;
  line-height: 30px;
  text-align: justify;
}

.text-span {
  font-family: Playball, sans-serif;
  color: #9061c2;
  font-size: 35px;
}

.text-span-2 {
  font-family: Playball, sans-serif;
  color: #9061c2;
  font-size: 30px;
}

.text-span-3 {
  font-family: Playball, sans-serif;
  color: #9061c2;
  font-size: 30px;
}

.paragraph-2 {
  color: #0f0202;
  font-size: 20px;
}

.text-span-4 {
  font-family: Playball, sans-serif;
  font-size: 30px;
}

.text-span-5 {
  font-family: Playball, sans-serif;
  font-size: 30px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.column {
  text-align: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-family: 'Droid Sans', sans-serif;
}

.heading-2 {
  font-family: Playball, sans-serif;
}

.heading-3 {
  font-family: Playball, sans-serif;
}

.heading-4 {
  font-family: Playball, sans-serif;
}

.heading-5 {
  font-family: Playball, sans-serif;
}

.heading-6 {
  font-family: Playball, sans-serif;
}

.heading-7 {
  font-family: Playball, sans-serif;
}

.heading-8 {
  font-family: Playball, sans-serif;
}

.heading-9 {
  font-family: Playball, sans-serif;
}

.heading-10 {
  font-family: Playball, sans-serif;
}

.paragraph-3 {
  color: #030202;
  font-size: 17px;
  text-align: justify;
}

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

.heading-11 {
  font-family: Playball, sans-serif;
}

.heading-12 {
  font-family: Playball, sans-serif;
}

.heading-13 {
  font-family: Playball, sans-serif;
}

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

.heading-14 {
  font-family: Playball, sans-serif;
}

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

.heading-15 {
  font-family: Playball, sans-serif;
}

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

.heading-16 {
  font-family: Playball, sans-serif;
}

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

.paragraph-9 {
  color: #020000;
  font-size: 17px;
  text-align: justify;
}

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

.paragraph-11 {
  color: #0e0202;
  font-size: 17px;
  text-align: justify;
}

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

.paragraph-13 {
  color: #000;
  text-align: justify;
}

.paragraph-14 {
  color: #000;
  font-size: 17px;
}

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

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

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

.paragraph-18 {
  color: #7f7e80;
  font-size: 17px;
  text-align: justify;
}

.section-3 {
  padding-top: 67px;
  padding-bottom: 338px;
  background-image: url('../images/11.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-3.programma {
  height: 50vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/83236157_115532259985359_6013367763916029952_n.jpg');
  background-position: 50% 50%;
}

.section-3.programma._5 {
  height: 50vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/83236157_115532259985359_6013367763916029952_n.jpg');
  background-position: 50% 100%;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-4.kk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-17 {
  margin-top: 20px;
  font-family: Playball, sans-serif;
  color: #9061c2;
  text-align: left;
}

.heading-17._3 {
  text-align: center;
}

.heading-17.e {
  margin-top: 0px;
}

.columns-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  text-align: justify;
}

.v {
  font-size: 108px;
}

.c {
  font-size: 50px;
}

.image {
  margin-right: 100px;
}

.div-block {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  text-align: center;
}

.text-block {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
}

.text-block-2 {
  margin-top: 5px;
  font-family: 'Droid Sans', sans-serif;
}

.text-block-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-block-3.t {
  margin-top: 20px;
  margin-bottom: 30px;
}

.rich-text-block {
  text-align: justify;
}

.rich-text-block._2 {
  margin-bottom: 20px;
}

.bold-text {
  font-size: 50px;
}

.image-3 {
  margin-top: 20px;
}

.text-block-4 {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: none;
}

.text-block-6 {
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.div-block-4 {
  width: 7%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  text-align: center;
}

.image-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}

.text-block-7 {
  margin-right: 10px;
  margin-bottom: 20px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-6 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}

.text-span-7 {
  font-weight: 700;
}

.bold-text-2 {
  color: #9061c2;
  font-size: 35px;
}

.text-block-8 {
  margin-top: 20px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: right;
}

.lightbox-link {
  margin-bottom: 20px;
  cursor: pointer;
}

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

.navbar {
  background-color: transparent;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  display: block;
  margin-left: 1px;
  padding-right: 0px;
  text-align: center;
}

.text-block-9 {
  color: #000;
  text-align: center;
}

.html-embed {
  margin-right: 10px;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-38._3 {
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-38._33 {
  margin-left: 20px;
}

.div-block-38.f {
  margin-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.column-30 {
  padding-right: 5px;
  padding-left: 5px;
}

.div-block-240 {
  height: 300px;
}

.text-block-25 {
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.link-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/linea-rossa-bio-molino-ferrara.jpg');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  cursor: pointer;
}

.link-block-16:hover {
  background-image: url('../images/linea-rossa-bio-molino-ferrara.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-block-16.f {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Rappresentazioni-sacre-9.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Rappresentazioni-sacre-9.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.link-block-16.f:hover {
  background-image: url('../images/Rappresentazioni-sacre-9.jpeg');
  background-position: 100% 50%;
  background-size: cover;
}

.link-block-16.b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/23-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/23-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-16.b:hover {
  background-image: url('../images/23-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-16.a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/realmaes3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/realmaes3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-16.a:hover {
  background-image: url('../images/realmaes3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-16.e {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/IMG_2258.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/IMG_2258.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-16.e:hover {
  background-image: url('../images/IMG_2258.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.link-block-16.s {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/gesunaz1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/gesunaz1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-16.s:hover {
  background-image: url('../images/gesunaz1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.link-block-16.d {
  background-image: url('../images/Anteprima-Vare.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-16.d:hover {
  background-image: url('../images/Anteprima-Vare.JPG');
  background-position: 100% 50%;
  background-size: cover;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  background-color: transparent;
}

.columns-12 {
  margin-bottom: 10px;
}

.column-29 {
  padding-right: 5px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.div-block-241 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-13 {
  background-color: #fff;
}

.column-31 {
  border-right: 1px solid rgba(0, 0, 0, 0.22);
}

.div-block-242 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/cropped-caltanissetta-panorama.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.text-block-26 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}

.div-block-243 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
}

.div-block-243:hover {
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.link-block-17 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .banner {
    height: 650px;
  }

  .nav-menu.right {
    margin-top: 0px;
    background-color: #fafafa;
  }

  .brand-logo.float-left {
    top: 9px;
  }

  .navigation-link.dark.w--current {
    border-radius: 0px;
    color: #fff;
  }

  .padding-both {
    padding-right: 50px;
    padding-left: 50px;
  }

  .services-wrapper {
    width: 100%;
  }

  .dynamic-list {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-popup {
    width: 33.3333%;
  }

  .hamburger.w--open {
    margin-top: 5px;
    padding: 13px;
    background-color: #9061c2;
  }

  .left-copyright-flex {
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .left-copyright-flex.right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .section.without-image {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.prallax {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-both {
    padding-right: 90px;
    padding-left: 90px;
  }

  .call-us {
    right: 10px;
    bottom: 10px;
  }

  .right-section {
    height: 1200px;
    max-height: 1200px;
  }

  .tab-link {
    display: block;
    width: 28%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .item-name {
    display: block;
    text-align: center;
  }

  .item-name.price {
    display: inline-block;
  }

  .item-name.tag {
    display: inline-block;
  }

  .item-name.left-mobile {
    display: block;
    text-align: left;
  }

  .no-padding {
    text-align: center;
  }

  .show-text {
    font-size: 36px;
  }

  .big-title-slider {
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 70px;
  }

  .navigation-style-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .inner-banner {
    height: 350px;
  }

  .subscribe-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-wrapper.with-padding {
    margin-right: 80px;
    margin-left: 80px;
  }

  .float-field {
    width: 97%;
  }

  .blog-post-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mobile-center {
    text-align: center;
  }

  .copyright {
    margin-bottom: 0px;
  }

  .left-copyright-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .left-copyright-flex.right {
    padding-left: 0px;
  }

  .made-with-webflow.left-margin {
    margin-left: 15px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  h3 {
    text-align: center;
  }

  p {
    font-size: 15px;
    text-align: center;
  }

  .navigation {
    display: block;
  }

  .brand-logo.float-left.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .align-center {
    height: auto;
  }

  .follow-text.in-footer {
    font-size: 18px;
  }

  .arrow {
    display: none;
  }

  .arrow.right {
    display: none;
  }

  .section.without-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sub-text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .padding-both {
    padding-right: 20px;
    padding-left: 20px;
  }

  .white-heading.big {
    line-height: 40px;
  }

  .button.submit {
    width: 100%;
    float: none;
    border-radius: 5px;
  }

  .right-section {
    height: 1200px;
    max-height: 1200px;
  }

  .right-section.on-mobile {
    height: 900px;
    max-height: 900px;
  }

  .tab-link {
    width: 100%;
  }

  .image-popup {
    width: 50%;
  }

  .big-title-slider {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .subscribe-text {
    width: 100%;
    float: none;
    border-radius: 5px;
  }

  .menu-wrapper.with-padding {
    margin-right: 0px;
    margin-left: 0px;
  }

  .menu-photo {
    width: 100%;
    height: 200px;
  }

  .float-field {
    width: 100%;
  }

  .float-field.not-full {
    width: 100%;
  }

  .float-field.date {
    width: 25%;
  }

  .left-image-blog {
    width: 100%;
    margin-bottom: 10px;
  }

  .mobile-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .left-copyright-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .made-with-webflow.left-margin {
    margin-left: 0px;
  }

  .flex-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-2 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-3 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-4 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-5 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-6 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-8 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-9 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-10 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    text-align: center;
  }

  .paragraph-18 {
    text-align: center;
  }

  .section-3.programma {
    height: 200px;
  }

  .section-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-17 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .heading-17._3 {
    font-size: 30px;
    line-height: 35px;
  }

  .columns-11 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-5 {
    display: none;
  }

  .text-block {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    margin-right: 20px;
  }

  .icon-5 {
    display: none;
  }

  .div-block-3 {
    display: none;
  }

  .text-block-5 {
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    font-size: 12px;
  }

  .div-block-4 {
    margin-bottom: 20px;
  }

  .bold-text-2 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  .container-2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-9 {
    font-size: 13px;
    text-align: center;
  }

  .div-block-38.f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-30 {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-29 {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-26 {
    font-size: 35px;
  }

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

