:root {
  --gold: #ffc600;
}

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

h1 {
  color: #212121;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: #15860a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

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

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

p {
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

a {
  color: #b6b6b6;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

a:hover {
  color: #212121;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: #9b9b9b;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 40px;
  font-family: Droid Serif, serif;
}

li {
  margin-bottom: 5px;
}

blockquote {
  border-left: 2px solid #3d3d3d;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Droid Serif, serif;
  font-size: 18px;
  line-height: 26px;
}

.navigation {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 11px solid #3fa716;
  align-items: flex-start;
  display: flex;
}

.navigation-link {
  color: #a5a5a5;
  padding: 35px 15px 25px;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #313131;
}

.banner {
  height: 100%;
}

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

.line-bottom-menu {
  width: 100%;
  height: 1px;
  background-color: #4e4e4e;
  margin-top: 2px;
}

.big-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
}

.slide-navigation {
  height: 50px;
  opacity: 1;
  background-color: #fff;
  padding-top: 20px;
  font-size: 10px;
}

.arrow {
  width: 70px;
  height: 70px;
  opacity: .6;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-left: 20px;
  font-size: 25px;
  transition: opacity .4s;
}

.arrow:hover {
  opacity: 1;
}

.arrow.right {
  margin-right: 20px;
}

.social-icon-wrapper {
  z-index: 9998;
  position: absolute;
  top: 126px;
  left: 20px;
}

.like-buttton {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  background-image: url('../images/fa-thumbs-up_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 5px;
}

.social-icon {
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 5px;
  transition: background-color .4s;
}

.social-icon.facebook {
  background-image: url('../images/fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-left: 0;
}

.social-icon.facebook:hover {
  background-color: #fff;
  background-image: url('../images/fa-facebook_100_0_121212_none.png');
  background-size: 14px;
}

.social-icon.twitter {
  background-image: url('../images/fa-twitter_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.twitter:hover {
  background-color: #fff;
  background-image: url('../images/fa-twitter_100_0_121212_none.png');
  background-size: 14px;
}

.social-icon.instagram {
  background-image: url('../images/fa-instagram_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.instagram:hover {
  background-color: #fff;
  background-image: url('../images/fa-instagram_100_0_121212_none.png');
  background-size: 14px;
}

.social-icon.pin {
  background-image: url('../images/fa-pinterest-p_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon.pin:hover {
  background-color: #fff;
  background-image: url('../images/fa-pinterest-p_100_0_121212_none.png');
  background-size: 14px;
}

.social-icon.no-float {
  float: none;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.section {
  padding: 49px 10px 100px;
  position: relative;
}

.section.less-pading {
  padding-bottom: 50px;
}

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

.abstract-line {
  width: 10px;
  height: 100%;
  background-image: url('../images/patern.png');
  background-position: 50%;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 50px;
}

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

.align-center.line-below {
  border-bottom: 1px solid #e7e7e7;
}

.divider {
  height: 50px;
}

.tab-link {
  color: #a5a5a5;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 10px;
  font-weight: 500;
  transition: color .4s;
}

.tab-link:hover {
  color: #313131;
}

.tab-link.w--current {
  color: #313131;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
}

.tabs-content {
  text-align: center;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.big-divider {
  width: auto;
  height: 600px;
  background-image: url('../images/parafarmacia-progetto-salute.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.author-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .56), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}

.author-wrapper {
  text-align: center;
  position: relative;
}

.author-content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.heading-white {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.lighter-paragraph {
  color: #000;
  font-size: 12px;
}

.services-icon {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
}

.services-icon.icon-1 {
  background-image: url('../images/diaper.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
}

.services-icon.icon-2 {
  background-image: url('../images/flower-therapy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
}

.services-icon.icon-3 {
  background-image: url('../images/tablets.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
}

.services-icon.icon-4 {
  background-image: url('../images/eye-make-up.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
}

.services-icon.icon-5 {
  background-image: url('../images/heart.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
}

.services-icon.icon-6 {
  background-image: url('../images/ointment.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
}

.services-wrapper {
  margin-bottom: 20px;
}

.services-content {
  overflow: hidden;
}

.footer {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-logo {
  margin-bottom: 30px;
}

.social-footer {
  color: #fff;
  margin-bottom: 30px;
}

.contact-wrapper {
  z-index: 99999;
  width: 50%;
  opacity: 1;
  background-color: rgba(255, 255, 255, .97);
  padding: 0 45px 10px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.contact-content {
  text-align: center;
}

.map {
  height: 210px;
  margin-top: 4px;
}

.button {
  background-color: #222;
  margin-top: 22px;
  padding: 8px;
  font-size: 14px;
  transition: all .4s;
}

.button:hover {
  color: #fff;
  border-radius: 15px;
}

.button.line-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

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

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

.button.white-button:hover {
  color: #fff;
  background-color: #111;
  border-radius: 0;
}

.text-field {
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px #000;
  border-bottom: 2px #666;
  border-left: 2px solid #c4c4c4;
  border-right: 1px #000;
  margin-bottom: 5px;
  padding-bottom: 23px;
}

.text-field.text-area {
  height: auto;
  margin-bottom: 11px;
  padding-top: 0;
  padding-bottom: 10px;
  overflow: auto;
}

.text-field.mex {
  padding-bottom: 46px;
}

.success-message {
  background-color: #20e48e;
}

.form-paragraph {
  color: #fff;
  margin-bottom: 0;
}

.error-message {
  background-color: #f34b4b;
}

.close-contact {
  width: 50px;
  height: 50px;
  opacity: .6;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 2px solid #a5a5a5;
  border-radius: 100%;
  transition: opacity .4s;
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-contact:hover {
  opacity: 1;
}

.client-wrapper {
  width: 100%;
  height: 150px;
  opacity: .8;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  transition: opacity .4s;
}

.client-wrapper:hover {
  opacity: 1;
}

.clients-list {
  margin-top: 10px;
}

.dynamic-projects {
  margin-bottom: -1px;
  padding-left: 0;
  padding-right: 0;
}

.project-content {
  width: 50%;
  height: 350px;
  max-height: 350px;
  float: left;
  background-color: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.project-photo {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}

.project-title {
  color: #212121;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.view-more-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.project-line {
  width: 40px;
  height: 2px;
  background-color: #2e2e2e;
  margin-bottom: 15px;
}

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

.project-page-content {
  padding: 50px;
}

.project-page-title {
  color: #acacac;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}

.small-divider {
  height: 40px;
}

.project-paragraph {
  float: left;
  color: #7e7e7e;
  margin-right: 5px;
  display: inline-block;
}

.project-paragraph.bold {
  color: #6d6d6d;
  font-weight: 400;
}

.project-paragraph.no-float {
  float: none;
}

.journal-wrapper {
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 50px;
  padding-bottom: 50px;
}

.journal-photo {
  width: 350px;
  height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.journal-photo.bigger {
  width: 500px;
  height: 500px;
}

.journal-title {
  color: #212121;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

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

.slide-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/ptn-3.png'), url('../images/benssere-caltanissetta.png');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slide-1.photo-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/ptn-3.png'), url('../images/integrazione.jpg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, repeat-y;
  background-size: auto, auto, cover;
}

.slide-1.a {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/cosmesi.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.background-video {
  height: 100%;
  background-image: url('../images/ptn-3.png'), linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-position: 50%, 0 0;
}

.container-slider {
  z-index: 2;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-title {
  color: #fff;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.licens-photo-1 {
  width: 100px;
  height: 100px;
  background-image: url('../images/arch-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.licens-photo-1.photo-2 {
  background-image: url('../images/arch-2.jpg');
}

.licens-photo-1.photo-3 {
  background-image: url('../images/arch-1.jpg');
}

.clients-wrapper {
  background-color: #333;
  padding-top: 70px;
  padding-bottom: 70px;
}

.white-title {
  color: #fff;
}

.testimonials-tab {
  text-align: center;
  margin-top: 20px;
}

.testimonials-photo {
  width: 100px;
  height: 100px;
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .5s;
}

.testimonials-photo:hover, .testimonials-photo.w--current {
  opacity: 1;
}

.testimonials-photo.photo-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/team-01.jpg');
  background-position: 50% 2%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-photo.photo-1.w--current {
  opacity: 1;
}

.testimonials-photo.photo-2 {
  background-image: url('../images/team-03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-photo.photo-3 {
  background-image: url('../images/team-02.jpg');
  background-position: 50% 2%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-wrapper {
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}

.sotto-titoli {
  color: #fff;
  font-size: 24px;
}

.descrizione {
  color: #fff;
  font-size: 21px;
}

.descrizione._2 {
  color: #000;
  padding-top: 29px;
  font-size: 17px;
}

.zona-logo {
  text-align: center;
  align-items: center;
  display: flex;
}

.progetto {
  color: #0f721f;
  margin-top: 1px;
}

.descizione-attivit {
  font-size: 17px;
}

.il, .co {
  color: #0f721f;
}

.tab {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.tab1 {
  text-transform: uppercase;
  font-size: 11px;
}

.infanzia.w--current {
  width: 110px;
}

.cosmesi {
  width: 110px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 31px;
}

.fitoterapia {
  width: 110px;
  margin-right: 15px;
}

.oemopatia {
  width: 110px;
  margin-right: 1px;
}

.farmaci, .igiene {
  margin-left: 15px;
}

.logo {
  background-image: url('../images/logo-progetto-salute.png');
  background-position: 0 0;
  background-size: 271px;
  display: block;
}

.offerte.w--current {
  color: rgba(0, 0, 0, 0);
}

.scritta-offerte {
  color: #000;
}

.testo {
  padding-top: 40px;
  font-size: 17px;
}

.menu {
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
}

.link-brand {
  width: auto;
  height: auto;
}

.fotografia {
  height: 500px;
  background-image: url('../images/parafarmacia-progetto-salute-.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.sezione-prodotti {
  height: 724px;
  background-image: url('../images/IMG_6868.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.facebook {
  margin-top: 2px;
  margin-left: 762px;
}

.telefono {
  color: #000;
}

.creative {
  color: rgba(201, 27, 27, .96);
}

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

.foorm {
  margin-top: -35px;
  margin-bottom: 7px;
  padding-bottom: 5px;
}

.h2-cont {
  margin-bottom: 0;
  font-size: 20px;
}

.p-contact {
  margin-bottom: 0;
  font-size: 13px;
}

.wrapper-form {
  margin-top: 0;
  margin-bottom: 19px;
}

.link-footer {
  color: #000;
}

.container-privacy {
  padding: 10px;
}

.div-block {
  height: 210px;
}

.html-embed {
  height: 100%;
}

.section-2 {
  height: 236px;
}

.heading {
  text-align: center;
}

.div-block-2 {
  height: 100%;
  background-image: url('../images/SOCIAL.jpg');
  background-position: 50%;
  background-size: 101%;
}

.columns, .columns-2 {
  margin-bottom: 10px;
}

.bold-text {
  color: #0c0101;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  position: static;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.list-item {
  color: #030000;
  font-family: Poppins, sans-serif;
}

.bold-text-5 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-7, .bold-text-8 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.bold-text-9 {
  color: #0e0000;
  font-family: Poppins, sans-serif;
}

.bold-text-10, .bold-text-11 {
  color: #000;
  font-family: Poppins, sans-serif;
}

html.w-mod-js [data-ix="initial-appearance-line-bottom-menu"] {
  width: 0%;
}

html.w-mod-js [data-ix="initial-appearance-social-icon"] {
  opacity: 0;
  transform: scale(.1, 1);
}

html.w-mod-js [data-ix="initial-appearance-author-content"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="initial-appearance-author-overlay"] {
  opacity: 0;
}

html.w-mod-js [data-ix="initial-appearance-contact-wrapper"] {
  display: none;
  transform: translate(100%);
}

html.w-mod-js [data-ix="move-in-slide-text-on-hover"], html.w-mod-js [data-ix="move-in-slide-text-on-hover-2"], html.w-mod-js [data-ix="move-in-slide-text-on-hover-3"] {
  opacity: 0;
  transform: translate(0, -40px);
}

@media screen and (max-width: 991px) {
  .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-link {
    text-align: left;
    padding-top: 25px;
    padding-bottom: 15px;
    display: block;
  }

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

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

  .big-slider {
    height: 800px;
  }

  .arrow.right {
    font-size: 20px;
  }

  .abstract-line {
    display: none;
  }

  .contact-wrapper, .project-content, .project-photo {
    width: 100%;
  }

  .navigation-menu {
    background-color: #f7f7f7;
  }

  .menu-button {
    font-size: 49px;
  }

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

  .zona-logo {
    justify-content: center;
  }
}

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

  .big-slider {
    height: 700px;
  }

  .author-wrapper {
    margin-bottom: 20px;
  }

  .contact-wrapper {
    overflow: scroll;
  }

  .image-project {
    width: 100%;
    height: 100%;
  }

  .container-slider {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media screen and (max-width: 479px) {
  .big-slider {
    height: 650px;
  }

  .arrow {
    width: 50px;
    height: 50px;
    margin-left: 3px;
  }

  .arrow.right {
    margin-right: 3px;
  }

  .lighter-paragraph {
    font-size: 12px;
  }

  .services-icon.icon-1 {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .services-icon.icon-2, .services-icon.icon-3, .services-icon.icon-4, .services-icon.icon-5, .services-icon.icon-6 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-wrapper {
    display: none;
  }

  .text-field {
    margin-left: -10px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 0;
    font-size: 10px;
  }

  .project-page-content {
    padding: 30px 10px;
  }

  .journal-photo, .journal-photo.bigger {
    width: 200px;
    height: 200px;
  }

  .journal-title {
    line-height: 30px;
  }

  .slider-title {
    font-size: 30px;
    line-height: 36px;
  }

  .testimonials-photo {
    width: 50px;
    height: 50px;
    float: left;
  }

  .testimonials-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .progetto {
    font-size: 26px;
  }

  .descizione-attivit {
    padding: 10px;
    font-size: 14px;
  }

  .p-contact {
    padding: 0 10px;
  }
}


