:root {
  --dark-orange: #00aba9;
  --white-2: #f49223;
  --steel-blue: #0070b7;
  --gold: #ffca28;
  --white: white;
  --black: black;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nexa, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 35px;
}

p {
  margin-bottom: 10px;
  font-family: Nexa, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.top-text {
  color: #919191;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.top-text:hover {
  text-decoration: underline;
}

.top-content {
  position: relative;
  top: 11px;
  overflow: hidden;
}

.social-icon {
  opacity: .6;
  cursor: pointer;
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: 7px;
  transition: opacity .4s;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.pin {
  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: 17px;
}

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

.navigation {
  background-color: var(--dark-orange);
}

.button {
  background-color: #3394ca;
  padding: 20px 30px 18px;
  transition: all .4s;
}

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

.button.color {
  background-color: #ff6853;
}

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

.button.color.in-mega {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.top-navigation {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 5px 16%;
  display: flex;
}

.navigation-menu {
  float: left;
  text-align: center;
}

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

.brand-logo {
  margin-top: 4px;
}

.brand-logo.logo-white.w--current {
  margin-top: 16px;
}

.navigation-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 32px;
  padding-bottom: 28px;
  font-size: 12px;
  font-weight: 500;
  transition: all .4s;
}

.navigation-link:hover {
  box-shadow: inset 0 -2px #fff;
}

.navigation-link.w--current {
  color: #fff;
  background-color: #3779ca;
  box-shadow: inset 0 -2px #fff;
}

.text-block {
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
}

.social-wrapper {
  float: right;
  height: 80px;
  padding-top: 22px;
}

.dropdown-list.w--open {
  background-color: #f8f8f8;
  background-image: url('../images/mega-banner.jpg');
  background-position: 95% -20px;
  background-repeat: no-repeat;
  background-size: 801px;
  width: 940px;
  left: -114px;
}

.dropdown-list.on-scroll.w--open {
  left: -516px;
}

.anal {
  font-family: PT Serif, serif;
  font-size: 30px;
  text-decoration: none;
}

.mobile-navigation {
  background-color: #276dc4;
}

.container {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #faaf52;
  border-radius: 0;
  height: 48px;
  padding: 11px 24px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  position: relative;
  overflow: hidden;
}

.button-6:hover {
  background-color: #f6a136;
}

.button-6.link-button {
  box-shadow: inset 3px 0 0 0 var(--dark-orange);
  color: #111;
  background-color: rgba(0, 0, 0, 0);
  transition: color .4s, background-color .4s;
}

.button-6.link-button:hover {
  background-color: var(--dark-orange);
  color: var(--dark-orange);
}

.button-6.link-button.text-white {
  color: #fff;
  box-shadow: inset 3px 0 #fff;
}

.button-6.link-button.text-white:hover {
  color: #000;
  box-shadow: inset 3px 0 rgba(0, 0, 0, .56);
}

.button-6.link-button.text-white._22 {
  background-color: var(--white-2);
  box-shadow: inset 3px 0 0 0 var(--dark-orange);
  color: #f49223;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-6.link-button.text-white._22.w--current {
  position: absolute;
  bottom: 18%;
  left: 15%;
  right: 15%;
}

.line-button-text {
  z-index: 1;
  color: var(--dark-orange);
  font-family: Nexa, sans-serif;
  font-weight: 700;
  position: relative;
}

.color-hover {
  background-color: #faaf52;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.color-hover.left {
  background-color: #fff;
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.color-hover.down {
  background-color: rgba(243, 22, 22, .5);
  height: 3px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-7 {
  background-color: var(--white-2);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 2px #000;
  margin-top: 11px;
  padding: 4px 15px;
  font-family: Nexa, sans-serif;
  font-size: 11px;
  text-decoration: none;
  transition: border .2s, background-color .2s, color .2s;
  display: inline-block;
}

.button-7:hover {
  border-color: var(--dark-orange);
  background-color: var(--dark-orange);
}

.button-7.top-donate-button {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1ca6ac;
  background-image: url('../images/Icon-arrow-right.png'), url('../images/message.png');
  background-position: 116%, 15px;
  background-repeat: no-repeat, no-repeat;
  background-size: 11px, 20px 20px;
  border-color: #1ca6ac;
  width: 180px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 4px;
  padding-left: 45px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 29px;
  transition: border .2s, background-color .2s, color .2s, background-position .2s, padding .2s;
}

.button-7.top-donate-button {
  float: right;
  background-color: var(--dark-orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/Icon-arrow-right.png'), url('../images/message.png');
  background-position: 116%, 15px;
  background-repeat: no-repeat, no-repeat;
  background-size: 11px, 25px 25px;
  border-color: #1ca6ac;
  width: 180px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 4px;
  padding-left: 45px;
  padding-right: 25px;
  font-family: Nexa, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 29px;
  transition: border .2s, background-color .2s, color .2s, background-position .2s, padding .2s;
}

.button-7.top-donate-button:hover {
  background-color: var(--white-2);
  background-position: 91%, -26px;
  border-color: #eeba47;
  padding-left: 15px;
  padding-right: 40px;
}

.button-7.item-block-button {
  border-color: var(--white-2);
  background-color: var(--white-2);
  cursor: pointer;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}

.button-7.item-block-button:hover {
  border-color: var(--dark-orange);
  background-color: var(--dark-orange);
}

.button-7.item-block-button.w--current {
  background-color: var(--dark-orange);
}

.button-7.yellow {
  border-color: var(--white-2);
  background-color: var(--white-2);
}

.button-7.yellow:hover {
  border-color: var(--dark-orange);
  background-color: var(--dark-orange);
}

.dropdown-link {
  text-align: justify;
  text-transform: uppercase;
  font-family: Nexa, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  background-color: var(--dark-orange);
  color: #fff;
}

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

.navbar {
  background-color: var(--dark-orange);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  float: none;
}

.nav-link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Nexa, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: background-color .2s;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, .1);
}

.nav-link.w--current {
  color: var(--white-2);
  border-top-width: 1px;
  border-top-color: #000;
}

.nav-link.dropdown-nav-link {
  padding-right: 30px;
}

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

.nav-link.dropdown-nav-link.w--open {
  color: #fff;
  background-color: rgba(0, 0, 0, .1);
}

.dropdown-list-2.w--open {
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}

.dropdown-icon {
  margin-right: 10px;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-container {
  float: left;
  margin-right: 120px;
  text-decoration: none;
}

.logo-container.w--current {
  flex: 1;
}

.top-some-block {
  float: left;
  background-color: var(--dark-orange);
  text-align: center;
  width: 40px;
  height: 40px;
}

.top-some-block:hover {
  background-color: var(--white-2);
}

.header-right-block {
  float: right;
  margin-top: 8px;
  margin-left: 120px;
}

.top-social-icon {
  opacity: .6;
  padding: 12px;
}

.top-social-icon:hover {
  opacity: 1;
}

.top-section {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 10px 12%;
  font-size: 13px;
  line-height: 29px;
  display: flex;
}

.logo-image {
  float: left;
  height: auto;
  margin-right: 13px;
}

.div-block-218 {
  width: 300px;
}

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

.dropdown-link-2 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Nexa, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .35s;
}

.dropdown-link-2:hover {
  background-color: var(--dark-orange);
  color: #fff;
}

.div-block-217-copy {
  float: right;
  width: 50%;
}

.hero-service-line {
  z-index: 1;
  background-color: var(--dark-orange);
  width: 40px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-down-intro {
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  padding-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.contact-text {
  text-shadow: 1px 1px 6px #000;
  margin-right: 10px;
}

.hero-down-heading {
  color: var(--dark-orange);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 16px;
  font-family: Nexa, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.hero-full-image {
  background-color: #111;
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-full-image.home-v5 {
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .61), rgba(17, 17, 17, .61)), url('../images/ottico-oftalmologo-a-catania-marco-zagari.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 60vh;
  display: flex;
}

.hero-service {
  flex: 1;
  margin-bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 32px;
  padding-right: 16px;
  position: relative;
  box-shadow: inset 0 1px rgba(255, 255, 255, .3);
}

.contact {
  color: #bbb;
  text-transform: uppercase;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.contact.home-v6 {
  color: #fff;
  margin-top: 20px;
  margin-right: 16px;
  position: absolute;
  top: 0;
  left: auto;
  right: 3%;
}

.hero-services {
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-v1 {
  color: #111;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
  box-shadow: 0 2px #ddd;
}

.link-v1:hover {
  box-shadow: 0 2px #111;
}

.link-v1.white-link {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  box-shadow: 0 2px rgba(255, 255, 255, .4);
}

.link-v1.white-link:hover {
  box-shadow: 0 2px #fff;
}

.div-block-219 {
  z-index: 9999;
  padding-bottom: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 0;
  margin-left: 16px;
  font-family: Nexa, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.div-block-220 {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-222 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.image {
  margin-top: 0;
}

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

.side-info {
  width: 50%;
  padding-left: 8%;
  padding-right: 8%;
}

.grey-text {
  color: #777;
  margin-bottom: 30px;
}

.wrapper {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.line-button-text-2 {
  z-index: 1;
  font-family: Nexa, sans-serif;
  font-weight: 700;
  position: relative;
}

.side-feature {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.side-media {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 6% 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.side-works-section {
  align-items: flex-start;
  padding-bottom: 128px;
  padding-right: 0%;
}

.section.no-paddings {
  padding: 0 0%;
}

.section.about-v1-hero {
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .47), rgba(17, 17, 17, .47)), url('../images/occhio-secco---marco-zagari.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.about-v1-hero.visita {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/visita-oculista-marzo-zagari.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.about-v1-hero.cataratta {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/cataratta-servizi-al-paziente-marco-zagari-catania.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section.about-v1-hero.esami-diagnostici {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/marco-zagari-chirurgo-oftalmologo.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.about-v1-hero.glaucoma {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/glaucoma-marco-zagari.jpg');
  background-size: auto, cover;
}

.section.about-v1-hero.maculopatia {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/maculopatia-marco-zagari.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.about-v1-hero.retinopatia {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/retinopatia-diabetica-marco-zagari.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.about-v1-hero.retinopatia.occhio-secco {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/occhio-secco---marco-zagari.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.about-v1-hero.strabismo {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/strabismo-marco-zagari.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.about-v1-hero.chirurgia-refrattiva {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/marco-zagari-chirurgo-oftalmologo.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.about-v1-hero.chirurgia-refrattiva.sono-candidato {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/sono-candidato-oculista-catania-marco-zagari.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.about-v1-hero.prk {
  background-color: var(--dark-orange);
  background-image: none;
}

.section.about-v1-hero.prk.tras {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/trans-prk-marco-zagari.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.about-v1-hero.prk.femto.femtocataratta {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/cataratta-marco-zagari.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.about-v1-hero.chirurgia-intraoculare {
  background-image: linear-gradient(rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/chirurgia-intraoculare-marco-zagari.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.dark {
  color: #fff;
  background-image: linear-gradient(to right, #40424b, #1c1d24);
}

.section.image-4 {
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/visita-completa---marco-zagari.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 30vh;
}

.section._222 {
  padding-top: 50px;
}

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

.full-width {
  width: 100%;
  height: auto;
}

.text-block-3 {
  color: var(--dark-orange);
  margin-bottom: 5px;
  font-family: Nexa, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.text-block-3.white {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.text-block-4 {
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 30px;
  font-family: Nexa, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-4.black {
  text-shadow: none;
}

.side-works-images-wrapper {
  flex: 0 auto;
  width: 75%;
  height: 280px;
  overflow: hidden;
}

.side-works-info {
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 30px;
  display: flex;
}

.side-works-link-text {
  z-index: 1;
  color: var(--dark-orange);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Nexa, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  top: 48%;
  left: -76px;
  transform: rotate(90deg);
}

.side-works-link-text:hover {
  color: var(--dark-orange);
}

.side-works-heading {
  text-align: left;
  margin-bottom: 40px;
  font-family: Nexa, sans-serif;
  font-size: 25px;
}

.side-works {
  width: 100%;
  display: flex;
  position: relative;
}

.side-works-link {
  z-index: 2;
  color: #111;
  cursor: pointer;
  background-color: #fff;
  width: 48px;
  text-decoration: none;
  transition: color .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.side-works-link:hover {
  background-color: var(--dark-orange);
  color: #fff;
}

.link-v2 {
  color: var(--dark-orange);
  font-family: Nexa, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: inline-block;
  box-shadow: 0 2px #ddd;
}

.link-v2:hover {
  box-shadow: 0 2px #111;
}

.link-v2.a1 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.link-v2.a1:hover {
  box-shadow: 0 2px 0 0 var(--dark-orange);
  color: var(--white-2);
}

.side-works-images {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.side-work-card {
  position: relative;
  overflow: hidden;
}

.card-hover {
  z-index: 1;
  color: #fff;
  background-color: rgba(17, 17, 17, .4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-hover-info {
  color: #fff;
  font-family: Nexa, sans-serif;
  font-size: 18px;
}

.card-hover-info.d {
  color: #fff;
}

.card-image {
  width: 100%;
}

.card-image.side-work {
  width: auto;
  max-width: none;
  height: 280px;
}

.info-list-item {
  padding-bottom: 22px;
  font-size: 13px;
  line-height: 20px;
}

.info-list-item.last {
  padding-bottom: 0;
}

.light-image-section-overlay {
  background-color: rgba(245, 245, 245, .9);
  background-image: linear-gradient(to right, #e9e9e9 23%, rgba(233, 233, 233, 0) 48%);
  padding-top: 90px;
  padding-bottom: 90px;
}

.light-image-section-overlay.with-image {
  background-color: rgba(0, 0, 0, .64);
  background-image: none;
  padding-bottom: 0;
}

.small-info-title {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  font-family: Nexa, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.info-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Nexa, sans-serif;
  font-weight: 300;
}

.light-image-section {
  background-image: url('../images/marco-zagari-chirurgo-oftalmologo.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.light-image-section.mob {
  display: none;
}

.container-3 {
  position: relative;
}

.right-column {
  padding-left: 35px;
}

.info-icon-wrapper {
  float: left;
  background-color: var(--white-2);
  width: 60px;
  height: 63px;
  margin-right: 19px;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.isolated-image {
  height: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.info-col-left {
  padding-bottom: 90px;
}

.link-block, .link-block-2, .link-block-3 {
  cursor: pointer;
}

.title-wrapper {
  margin-bottom: 35px;
}

.title-wrapper.centered {
  text-align: center;
  margin-bottom: 45px;
}

.section-divider-line {
  background-color: var(--white-2);
  width: 90px;
  height: 2px;
  margin-top: 20px;
  display: inline-block;
}

.section-title {
  color: var(--dark-orange);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Nexa, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.section-title.subtitle {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.section-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.tint {
  background-color: #fff;
}

.item-block-wrapper {
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.cause-image-link-block {
  background-color: #000;
}

.item-block-image {
  width: 100%;
  height: 200px;
}

.item-block-image:hover {
  opacity: .9;
}

.item-block {
  text-align: center;
  height: 140px;
  padding: 25px 15px;
  position: relative;
}

.item-block-title {
  color: var(--dark-orange);
  margin-bottom: 12px;
  font-family: Nexa, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.item-block-title:hover {
  color: var(--white-2);
}

.columns {
  margin-top: 40px;
}

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

.counter {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 88px 3% 96px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 24px;
  display: flex;
  box-shadow: 1px 0 rgba(255, 255, 255, .15);
}

.counter._4 {
  background-image: url('../images/win-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
}

.counter._2 {
  background-image: url('../images/mask-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
}

.counter._1 {
  text-align: center;
  background-image: url('../images/done-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
}

.counter._3 {
  background-image: url('../images/calendar-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
}

.counters {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/glaucoma-marco-zagari.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  display: flex;
}

.skill-circle {
  background-color: rgba(255, 255, 255, .12);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.skill-circle-bg {
  z-index: 2;
  background-color: rgba(17, 17, 17, .66);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
  position: relative;
}

.skill-progress {
  background-color: #faaf52;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.skill-progress._1 {
  background-color: #00aba9;
  height: 92%;
}

.skill-progress._3 {
  background-color: var(--steel-blue);
  height: 88%;
}

.skill-progress._4 {
  background-color: var(--gold);
  height: 70%;
}

.skill-progress._2 {
  background-color: var(--white-2);
  height: 75%;
}

.footer-contact-list-item {
  padding-left: 35px;
  position: relative;
}

.newsletter-field {
  float: left;
  border: 1px solid #fff;
  width: 70%;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.newsletter-field:hover {
  border-color: #000;
}

.newsletter-field:focus {
  border-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, .1);
}

.newsletter-form {
  margin-top: 14px;
  margin-bottom: 0;
}

.newsletter-submit {
  float: right;
  background-color: var(--white-2);
  text-transform: uppercase;
  width: 25%;
  height: 40px;
  font-family: Montserrat, sans-serif;
  transition: background-color .2s;
}

.newsletter-submit:hover {
  background-color: var(--gold);
}

.bottom-footer {
  background-color: #fff;
  margin-top: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-title {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Nexa, sans-serif;
  font-size: 20px;
}

.footer-contact-icon {
  width: 17px;
  position: absolute;
  top: 2px;
  left: 0;
}

.success-bg {
  color: #fff;
  background-color: #1ca6ac;
}

.link {
  color: #1ca6ac;
}

.link:hover {
  color: #e95500;
}

.link.bottom-footer-link {
  color: var(--dark-orange);
}

.link.bottom-footer-link:hover {
  color: var(--white-2);
}

.link.footer-link {
  color: #000;
}

.link.footer-link:hover {
  text-decoration: none;
}

.link.footer-link.paragraph-3 {
  color: #fff;
}

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

.footer-social-wrapper {
  margin-top: 9px;
}

.footer {
  background-color: var(--dark-orange);
  padding-top: 80px;
  font-size: 13px;
}

.error-bg {
  color: #d90303;
  padding-bottom: 4px;
  font-size: 12px;
}

.bottom-footer-text {
  color: #6d6d6d;
  font-family: Lato, sans-serif;
}

.intro-text {
  margin-bottom: 22px;
  font-family: Nexa, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.left-column {
  padding-right: 35px;
}

.info-row {
  margin-top: 45px;
}

.section-title-2 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.section-title-2.column-intro-title {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Nexa, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.overall-icon {
  float: left;
  width: 20px;
  margin-top: 3px;
  margin-right: 12px;
}

.small-info-block {
  width: 91%;
}

.highlight-block-overlay {
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  padding: 35px 40% 35px 35px;
  transition: background-color .2s;
}

.highlight-block-overlay:hover {
  background-color: rgba(0, 0, 0, .5);
}

.highlight-image-block {
  color: #fff;
  background-image: url('../images/Schermata-2019-05-07-alle-09.53.43.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.highlight-image-block._2 {
  background-image: url('../images/contatti.jpg');
  background-size: cover;
}

.dropdown-link-3 {
  text-align: justify;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

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

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

.navbar-2 {
  background-color: #eeba47;
}

.nav-menu-2 {
  float: none;
}

.nav-link-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  transition: background-color .2s;
}

.nav-link-2:hover {
  background-color: rgba(0, 0, 0, .1);
}

.nav-link-2.w--current {
  color: #000;
  border-top-width: 1px;
  border-top-color: #000;
}

.nav-link-2.dropdown-nav-link {
  padding-right: 30px;
}

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

.nav-link-2.dropdown-nav-link.w--open {
  color: #fff;
  background-color: rgba(0, 0, 0, .1);
}

.navbar-3 {
  background-color: #fff;
  display: none;
}

.heading {
  color: var(--dark-orange);
  text-transform: uppercase;
  font-family: Nexa, sans-serif;
}

.paragraph {
  font-family: Nexa, sans-serif;
  font-size: 17px;
}

.heading-2 {
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  font-family: Nexa, sans-serif;
}

.paragraph-2 {
  font-family: Nexa, sans-serif;
}

.paragraph-3 {
  color: #fff;
  font-family: Nexa, sans-serif;
  font-weight: 300;
}

.div-block-224 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/visita-completa---marco-zagari.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
}

.div-block-224.esami {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/chirurgia-refrattiva-marco-zagari.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-224._6 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/occhio-secco---marco-zagari.jpg');
  background-size: auto, cover;
}

.div-block-224._66 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/maculopatia-marco-zagari.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 1060px;
}

.link-block-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Nexa, sans-serif;
  text-decoration: none;
  display: flex;
}

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

.container-4 {
  margin-bottom: 60px;
}

.body {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-5 {
  color: #000;
  font-family: Salinasdemo, sans-serif;
  font-size: 300px;
  font-weight: 400;
  line-height: 350px;
}

.text-block-5.w {
  color: rgba(0, 0, 0, .96);
  margin-left: 170px;
  font-family: Julietta messie demo, sans-serif;
  font-size: 150px;
  line-height: 200px;
}

.background-video {
  background-image: linear-gradient(rgba(248, 248, 248, .6), #fff);
  height: auto;
}

.container-5 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: 50%;
}

.hero-social-icon {
  z-index: 1;
  position: relative;
}

.footer-v2-email {
  color: #777;
  text-decoration: none;
}

.footer-v2-email:hover {
  color: #111;
  text-decoration: underline;
}

.footer-v2-email.dark-bg {
  color: rgba(255, 255, 255, .7);
}

.footer-v2-email.dark-bg:hover {
  color: #fff;
}

.side-info-2 {
  width: 50%;
  padding-left: 8%;
  padding-right: 8%;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ddd;
}

.social-link.dark-bg {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4);
}

.about {
  align-items: center;
  display: flex;
}

.counter-number {
  font-size: 36px;
  line-height: 40px;
}

.grey-text-2 {
  color: #777;
}

.footer-v2-contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2 {
  color: #777;
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-v2.dark-bg {
  color: rgba(255, 255, 255, .7);
}

.page-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.page-wrapper.nav-left {
  margin-left: 0;
}

.paragraph-small {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 20px;
}

.side-image-back {
  width: 66.66%;
}

.side-image-back.left {
  margin-right: 33.33%;
}

.footer-text-right {
  margin-left: 16px;
}

.about-info {
  flex-direction: column;
  align-items: flex-start;
  width: 66.66%;
  padding: 16px 15px 0;
  display: flex;
}

.play-button {
  background-color: rgba(17, 17, 17, .7);
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.play-button.color-1 {
  background-color: #faaf52;
}

.counter-divider {
  background-color: #faaf52;
  width: 32px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.counter-divider.red {
  background-color: #ee4869;
}

.side-image-float {
  width: 66.66%;
  position: absolute;
  box-shadow: 8px 8px 28px rgba(0, 0, 0, .16);
}

.side-image-float.right {
  right: 15px;
}

.big-quote-text {
  flex: 1;
  font-size: 25px;
  line-height: 40px;
}

.footer-v2-follow {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-bottom-v2 {
  color: #7c8499;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-v2.dark-bg {
  color: rgba(255, 255, 255, .6);
  border-top-color: rgba(255, 255, 255, .2);
}

.about-image-wrapper {
  flex: 1;
  position: relative;
}

.about-heading {
  width: 50%;
  margin-top: -8px;
  margin-bottom: 24px;
}

.side-video {
  width: 83.33%;
  text-decoration: none;
  position: relative;
}

.side-video.right {
  margin-right: 16.66%;
}

.big-quote {
  align-items: flex-start;
  width: 66.66%;
  max-width: 700px;
  margin-left: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.video-time {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(17, 17, 17, .6);
  padding: 6px 12px;
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

.social-icons.left {
  justify-content: flex-start;
  margin-left: -4px;
}

.about-text {
  color: #000;
  text-align: left;
  column-count: 2;
  column-gap: 56px;
  width: 100%;
  padding-right: 56px;
  font-family: Nexa, sans-serif;
}

.footer-v2-nav-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -6px;
  display: flex;
}

.link-v2-2 {
  color: #111;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: inline-block;
  box-shadow: 0 2px #ddd;
}

.link-v2-2:hover {
  box-shadow: 0 2px #111;
}

.section-intro {
  text-align: center;
  flex-direction: column;
  max-width: 600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.section-intro.left {
  text-align: left;
  margin-left: 0;
}

.counters-2 {
  background-image: linear-gradient(to right, #40424b, #1c1d24);
  width: 100%;
  display: flex;
}

.counters-2.image-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/joshua-earle-541397-unsplash.jpg'), linear-gradient(to right, #40424b, #1c1d24);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-v2-contact {
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.big-quote-icon {
  width: 40px;
  margin-top: 6px;
  margin-right: 48px;
}

.footer-v2-contact-icon {
  width: 16px;
  margin-top: 2px;
  margin-right: 12px;
}

.about-image-link {
  z-index: 1;
  color: #fff;
  background-color: rgba(17, 17, 17, .6);
  background-image: url('../images/location-icon-white.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 6px 12px 6px 34px;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-image-link:hover {
  background-color: rgba(243, 22, 22, .5);
}

.footer-v2-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 16.66%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2-about {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 6%;
  display: flex;
}

.mini-heading {
  color: #bbb;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.footer-v2-heading {
  color: #111;
  margin-bottom: 24px;
}

.footer-v2-heading.text-white {
  color: #fff;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

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

.footer-v2-nav-link {
  color: #777;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 8px;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  color: #111;
  text-decoration: underline;
}

.footer-v2-nav-link.dark-bg {
  color: rgba(255, 255, 255, .7);
}

.footer-v2-nav-link.dark-bg:hover {
  color: #fff;
}

.footer-v-2-contact-list {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

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

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

.container-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.columns-3 {
  margin-top: 30px;
}

.link-2 {
  color: #fff;
}

.link-2.g, .link-3 {
  color: #000;
}

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

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

@media screen and (max-width: 991px) {
  .top-navigation {
    display: none;
  }

  .navigation-menu.right {
    background-color: rgba(0, 0, 0, .95);
  }

  .brand-logo.logo-white {
    margin-top: 5px;
  }

  .brand-logo.logo-white.w--current {
    margin-top: 4px;
  }

  .navigation-link {
    padding-top: 22px;
    padding-bottom: 20px;
  }

  .navigation-link.w--current {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list.on-scroll.w--open {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: auto;
  }

  .hamburger {
    color: #fff;
  }

  .hamburger.w--open {
    color: #276dc4;
    background-color: #fff;
  }

  .mobile-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-7.top-donate-button {
    letter-spacing: 0;
    letter-spacing: 0;
    height: 40px;
    margin-top: 0;
    margin-left: 6px;
    margin-right: 60px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 26px;
    display: none;
  }

  .button-7.yellow {
    margin-top: 8px;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    background-color: #e3ae3a;
    width: 50px;
    height: 40px;
    margin-top: -56px;
    padding-top: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button:hover {
    background-color: #ca982b;
  }

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

  .navbar {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #000;
    max-width: 1000px;
    position: absolute;
  }

  .nav-link {
    border-bottom: 1px solid #242424;
    max-width: 1000px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    transition: background-color .2s;
  }

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

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

  .dropdown {
    max-width: 1000px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .logo-container {
    margin-right: 0;
  }

  .top-some-block {
    width: 30px;
    height: 40px;
  }

  .header-right-block {
    margin-top: 4px;
  }

  .top-social-icon {
    padding: 13px 8px 8px;
  }

  .top-section {
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 29px;
    display: block;
  }

  .logo-image {
    height: auto;
    margin-right: 0;
  }

  .hero-down-intro {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-full-image {
    height: auto;
  }

  .hero-full-image.home-v5 {
    background-image: linear-gradient(rgba(17, 17, 17, .64), rgba(17, 17, 17, .64)), url('../images/ottico-oftalmologo-a-catania-marco-zagari.jpg');
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 60vh;
    min-height: 100vh;
    margin-top: 0;
  }

  .hero-service {
    flex-direction: column;
    flex-basis: 45%;
    align-items: flex-end;
    margin-bottom: 8px;
    padding-top: 24px;
    display: flex;
  }

  .contact {
    order: 1;
    margin-top: 48px;
    position: static;
  }

  .contact.home-v6 {
    margin-top: 80px;
    right: 2%;
  }

  .hero-services {
    flex-flow: column wrap;
    align-items: flex-end;
    display: flex;
  }

  .div-block-219 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: none;
    position: static;
  }

  .div-block-223 {
    position: absolute;
  }

  .side-info {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature {
    flex-wrap: wrap;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .side-feature.mobile-reversed {
    flex-wrap: wrap-reverse;
  }

  .side-media {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section {
    padding: 80px 3%;
  }

  .section.side-works-section {
    display: none;
  }

  .section.about-v1-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/benjaminrobyn-jespersen-438640.jpg');
    background-position: 0 0, 50% 0;
  }

  .side-works-images-wrapper {
    width: 100%;
    margin-top: 32px;
    overflow: auto;
  }

  .side-works-heading {
    text-align: center;
    margin-bottom: 16px;
  }

  .side-works {
    flex-direction: column;
  }

  .side-works-link {
    height: 280px;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .card-hover {
    height: 100%;
  }

  .card-image.side-work {
    height: 300px;
  }

  .info-list-item {
    padding-bottom: 13px;
  }

  .light-image-section-overlay {
    padding: 45px;
  }

  .light-image-section-overlay.with-image {
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .info-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .light-image-section {
    display: none;
  }

  .light-image-section.mob {
    display: block;
  }

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

  .info-icon-wrapper {
    margin-bottom: 6px;
  }

  .isolated-image {
    height: 430px;
  }

  .info-col-left {
    padding-bottom: 45px;
  }

  .title-wrapper.centered {
    margin-bottom: 20px;
  }

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

  .section-title {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 26px;
  }

  .section-title.subtitle {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .section-2 {
    padding: 45px;
    font-size: 13px;
  }

  .section-2.tint {
    padding: 45px;
  }

  .item-block-image {
    height: 143px;
  }

  .item-block {
    height: 130px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .item-block-title {
    font-size: 14px;
    line-height: 17px;
  }

  .counter {
    flex: 0 auto;
    width: 50%;
    padding-top: 96px;
    padding-bottom: 96px;
    box-shadow: 1px 0 rgba(255, 255, 255, .15), 0 1px rgba(255, 255, 255, .15);
  }

  .counters {
    flex-wrap: wrap;
  }

  .skill-circle-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  }

  .bottom-footer {
    margin-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .footer-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding-top: 45px;
    font-size: 12px;
    line-height: 19px;
  }

  .bottom-footer-col-left {
    padding-left: 0;
  }

  .intro-text {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
  }

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

  .info-row {
    margin-top: 21px;
  }

  .section-title-2 {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 26px;
  }

  .section-title-2.column-intro-title {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 27px;
  }

  .highlight-block-overlay {
    padding: 25px 20% 25px 25px;
  }

  .navbar-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(0, 0, 0, 0);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 200px;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #000;
    max-width: 1000px;
  }

  .nav-link-2 {
    border-bottom: 1px solid #242424;
    max-width: 1000px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    transition: background-color .2s;
  }

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

  .nav-link-2.w--current, .nav-link-2.dropdown-nav-link.w--open {
    color: #fff;
  }

  .navbar-3 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nav-menu-3 {
    background-color: var(--dark-orange);
  }

  .icon {
    color: var(--dark-orange);
  }

  .columns-2 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: auto;
    height: 100%;
    display: flex;
  }

  .div-block-224 {
    width: auto;
    height: 250px;
  }

  .column-2 {
    padding-left: 2px;
    padding-right: 2px;
    display: block;
  }

  .column-3, .column-4, .column-5 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .div-block-225 {
    padding-bottom: 120px;
    display: block;
  }

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

  .side-info-2 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .about {
    flex-direction: column-reverse;
  }

  .footer-v2-contacts {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .page-wrapper {
    margin-left: 0;
    padding-top: 64px;
  }

  .page-wrapper.nav-left {
    margin-left: 0;
  }

  .about-info {
    width: 100%;
    padding-top: 72px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-follow {
    width: 50%;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .about-image-wrapper {
    padding-left: 8px;
    padding-right: 50%;
  }

  .side-video.right {
    width: 100%;
    margin-right: 0%;
  }

  .big-quote {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .counters-2 {
    flex-wrap: wrap;
  }

  .about-image-link {
    left: 8px;
  }

  .footer-v2-nav {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-about {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-7.top-donate-button {
    background-position: 9px;
    width: 140px;
    margin-right: 50px;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 9px;
  }

  .menu-button {
    text-align: center;
    margin-top: -48px;
    margin-right: 10px;
    padding-top: 9px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .top-section {
    height: auto;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-image {
    margin-right: 4px;
  }

  .hero-down-intro {
    margin-top: 200px;
  }

  .hero-full-image.home-v5 {
    background-image: linear-gradient(rgba(17, 17, 17, .3), rgba(17, 17, 17, .3)), url('../images/ottico-oftalmologo-a-catania-marco-zagari.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 960px;
    background-attachment: scroll, fixed;
    height: 50vh;
    min-height: 50vh;
  }

  .hero-service {
    margin-bottom: 0;
    padding-top: 16px;
  }

  .hero-services {
    flex-direction: column;
    display: none;
  }

  .div-block-219 {
    flex-direction: row;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .side-works-link {
    height: 200px;
  }

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

  .light-image-section-overlay.with-image {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .info-col-left {
    padding-bottom: 25px;
  }

  .title-wrapper {
    margin-bottom: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 16px;
  }

  .section-title.subtitle {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .cause-list-item {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2, .section-2.tint {
    padding: 25px;
  }

  .item-block-wrapper {
    margin-bottom: 20px;
  }

  .item-block-image {
    height: auto;
  }

  .item-block {
    height: auto;
    padding-bottom: 30px;
  }

  .item-block-title {
    font-size: 18px;
    line-height: 19px;
  }

  .counter {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .bottom-footer {
    margin-top: 15px;
    padding: 15px 25px;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-title {
    margin-bottom: 7px;
  }

  .bottom-footer-col-right {
    padding-top: 9px;
    padding-left: 0;
  }

  .footer {
    padding-top: 25px;
  }

  .bottom-footer-col-left, .bottom-footer-text {
    text-align: left;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 16px;
  }

  .section-title-2.column-intro-title {
    margin-bottom: 14px;
    line-height: 22px;
  }

  .small-info-block {
    width: 100%;
  }

  .nav-link-2 {
    line-height: 10px;
  }

  .columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .column-2, .column-3, .column-4 {
    margin-bottom: 10px;
  }

  .page-wrapper {
    padding-top: 56px;
  }

  .footer-text-right {
    margin-left: 0;
    margin-right: 16px;
  }

  .big-quote-text {
    font-size: 19px;
    line-height: 32px;
  }

  .footer-bottom-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .about-heading {
    width: 75%;
  }

  .big-quote {
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }

  .about-text {
    column-count: 1;
    padding-right: 0;
  }

  .section-intro {
    margin-bottom: 64px;
  }

  .big-quote-icon {
    margin-right: 32px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .button-6.link-button.text-white._22 {
    height: auto;
  }

  .button-7 {
    margin-top: 7px;
  }

  .button-7.top-donate-button {
    width: 140px;
    height: 35px;
    margin-right: 26px;
    padding-top: 4px;
    font-size: 10px;
    display: none;
  }

  .menu-button {
    width: 30px;
    height: 35px;
    margin-top: -45px;
    padding-top: 8px;
  }

  .nav-link {
    border-bottom-color: #fff;
    display: block;
  }

  .logo-container {
    margin-right: 0;
  }

  .header-right-block {
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .top-section {
    box-shadow: none;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 7px;
    display: flex;
  }

  .logo-image {
    height: auto;
  }

  .hero-down-intro {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-down-heading {
    margin-left: 0;
  }

  .hero-full-image.home-v5 {
    background-image: linear-gradient(rgba(17, 17, 17, .3), rgba(17, 17, 17, .3)), url('../images/ottico-oftalmologo-a-catania-marco-zagari.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-service {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-219 {
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .side-info {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .line-button-text-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .side-feature {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.about-v1-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/occhio-secco---marco-zagari.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section._222.visite {
    padding: 50px 10px;
  }

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

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

  .side-works-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .card-image.side-work {
    height: 190px;
  }

  .info-list-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .light-image-section-overlay, .light-image-section-overlay.with-image {
    padding: 20px;
  }

  .small-info-title {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .info-paragraph {
    text-align: center;
    line-height: 17px;
  }

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

  .info-icon-wrapper {
    height: 70px;
    padding-top: 20px;
  }

  .title-wrapper {
    margin-bottom: 15px;
  }

  .section-title {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 20px;
  }

  .section-title.subtitle {
    font-size: 13px;
  }

  .section-2, .section-2.tint {
    padding: 20px;
  }

  .item-block-wrapper {
    margin-bottom: 25px;
  }

  .item-block {
    padding-top: 20px;
  }

  .counter {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .counters {
    flex-direction: column;
  }

  .skill-circle-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }

  .footer-contact-list-item {
    padding-left: 30px;
  }

  .newsletter-field {
    font-size: 12px;
  }

  .newsletter-submit {
    width: 30%;
  }

  .bottom-footer, .footer-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    font-size: 13px;
  }

  .intro-text {
    font-size: 14px;
    line-height: 19px;
  }

  .section-title-2 {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 20px;
  }

  .section-title-2.column-intro-title {
    font-size: 20px;
    line-height: 20px;
  }

  .highlight-block-overlay {
    padding: 20px 40px 20px 20px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .footer-v2-contacts {
    width: 100%;
  }

  .page-wrapper.nav-left {
    padding-top: 0;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .big-quote-text {
    text-align: center;
  }

  .footer-v2-follow {
    width: 100%;
  }

  .about-image-wrapper {
    padding-right: 8px;
  }

  .about-heading {
    width: 100%;
  }

  .big-quote {
    flex-direction: column;
    align-items: center;
  }

  .social-icons {
    justify-content: flex-start;
    margin-left: -1px;
  }

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

  .counters-2 {
    flex-direction: column;
  }

  .big-quote-icon {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .footer-v2-nav, .footer-v2-about {
    width: 100%;
  }

  .image-5 {
    margin-bottom: 0;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Julietta messie demo';
  src: url('../fonts/Julietta-Messie-Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Salinasdemo';
  src: url('../fonts/SalinasDemo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}