:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  letter-spacing: -3px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

h5 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  color: #7d7d7d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #5c5c5c;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.button {
  color: #333;
  text-align: center;
  letter-spacing: -1px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  margin-top: 30px;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

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

.header {
  height: 100%;
  min-height: 0;
  padding: 20px;
}

.slider {
  height: 100%;
}

.slide-nav {
  display: none;
}

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

.slide-2 {
  background-image: url('../images/slide2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-container {
  text-align: right;
  width: 75%;
  margin-top: 275px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.right-icon {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 30px;
  transition: all .5s;
  display: block;
}

.right-icon:hover {
  color: #fff;
  background-color: rgba(51, 51, 51, .49);
}

.left-icon {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 30px;
  transition: all .5s;
  display: block;
}

.left-icon:hover {
  color: #fff;
  background-color: rgba(51, 51, 51, .49);
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .57), rgba(0, 0, 0, .57));
  width: 100%;
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  float: left;
}

.nav-link {
  float: none;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-top: 13px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.nav-link:hover {
  color: #e3e3e3;
}

.nav-link.w--current {
  color: #fff;
  transition: all .5s;
}

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

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

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

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

.grey-box {
  text-align: center;
  background-color: #f5f5f5;
  background-image: linear-gradient(#fff, #fff);
  height: auto;
  min-height: 600px;
  padding-top: 150px;
  padding-left: 100px;
  padding-right: 100px;
}

.about-photo {
  background-image: url('../images/Anziani_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.row {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.about-photo-2 {
  background-image: url('../images/servizi-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 600px;
}

.portfolio {
  padding-left: 10px;
  padding-right: 10px;
}

.break---numbers {
  padding: 50px 20px;
}

.contact {
  text-align: center;
  height: auto;
  min-height: 400px;
  margin-bottom: 0;
  padding: 50px 20px 0;
}

.contact-form {
  margin-top: 100px;
  margin-bottom: 100px;
}

.label {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.text-field {
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-area {
  letter-spacing: -1px;
  height: 350px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.footer {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-content {
  background-color: #242424;
  background-image: linear-gradient(rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/residenza-per-anziani.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 5px;
  padding: 50px;
}

.footer-text {
  color: #fff;
  margin-top: 28px;
  line-height: 28px;
}

.services {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.services-photo {
  background-image: url('../images/struttura.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.services-1 {
  text-align: center;
  background-color: #f5f5f5;
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .75s;
  overflow: hidden;
}

.services-1:hover {
  background-color: #e3e1d3;
  background-image: none;
}

.services-2 {
  text-align: center;
  background-color: #f5f5f5;
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .75s;
}

.services-2:hover {
  background-color: #e0cece;
  background-image: none;
}

.services-3 {
  text-align: center;
  background-color: #f5f5f5;
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .75s;
}

.services-3:hover {
  background-color: #d1d7e0;
  background-image: none;
}

.break---quotes {
  text-align: center;
  padding: 100px 20px;
}

.quote-slider {
  background-color: #fff;
  height: 100px;
}

.quote-1, .quote-2 {
  text-align: center;
  padding-top: 30px;
}

.quote-text {
  color: #333;
  letter-spacing: -1.5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

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

.preloader {
  z-index: 2000;
  text-align: center;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  padding-top: 275px;
  display: none;
  position: absolute;
}

.brand-image {
  margin-right: 70px;
}

.footer-logo {
  width: auto;
  display: inline-block;
}

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

.portfolio-thumbnail {
  width: 100%;
  height: auto;
}

.portfolio-lightbox {
  width: 100%;
  transition: all .5s;
}

.portfolio-lightbox:hover {
  opacity: 1;
  transition: none;
}

.portfolio-hover-colour {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  position: absolute;
}

.colour {
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .5s;
}

.colour:hover {
  opacity: 1;
}

.white {
  color: #fff;
  transform: none;
}

.portfolio-inner {
  border: 1px solid #fff;
  height: 100%;
  padding-top: 40%;
}

.r {
  color: #9e1010;
  font-size: 49px;
}

.sez {
  height: 1200px;
}

.video {
  height: 100vh;
}

.s {
  color: #e61212;
  height: 300px;
  margin-top: 0;
  font-size: 24px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.n {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/casa-di-riposo-di-lusso-.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 0;
}

.n.nn {
  padding-top: 240px;
}

.sezione {
  margin-top: 182px;
}

.imagine {
  margin-top: 0;
  position: static;
}

.con {
  background-image: linear-gradient(#000, #000);
  margin-top: 1px;
  position: relative;
  top: -1032px;
  left: 0;
  right: 0;
}

.m {
  background-image: linear-gradient(rgba(255, 255, 255, .96), rgba(255, 255, 255, .96));
  height: 300px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1px;
  position: relative;
}

.div {
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  align-items: center;
  height: 417.469px;
  padding: 4% 125px 15% 40px;
  display: flex;
}

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

.la.o {
  overflow: visible;
}

.desc {
  text-align: center;
  margin-top: 0;
  padding: 40px;
  font-size: 17px;
}

._2 {
  background-image: linear-gradient(rgba(243, 235, 235, .5), rgba(243, 235, 235, .5));
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.nio {
  padding-left: 200px;
  padding-right: 200px;
  font-size: 16px;
}

.k {
  margin-top: 66px;
  position: static;
}

.descrizione {
  padding: 16px;
  font-size: 17px;
  line-height: 27px;
  display: block;
}

.paragraph, .paragraph-2 {
  text-align: justify;
}

.heading {
  text-align: center;
  overflow: hidden;
}

.heading-2 {
  margin-bottom: 15px;
}

.paragraph-4 {
  text-align: center;
  font-size: 17px;
}

.heading-3 {
  font-size: 18px;
}

.heading-4 {
  margin-bottom: 24px;
}

.heading-5 {
  margin-bottom: 28px;
}

.section {
  margin-top: 88px;
  margin-bottom: 50px;
}

.paragraph-5 {
  text-align: center;
  margin-top: 47px;
  padding: 25px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.container {
  height: auto;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 29px;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
}

.columns {
  margin-bottom: 28px;
}

.text-block {
  color: #fff;
  margin-top: 28px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.text-block.aa1 {
  margin-top: 5px;
}

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

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

.text-block-copy {
  color: #fff;
  margin-top: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.text-block-2 {
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
}

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

.div-block-235 {
  padding-top: 150px;
}

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

.text-block-17 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.text-block-18 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-17 {
  background-color: rgba(0, 0, 0, .03);
  height: 2px;
  margin-top: 20px;
}

.text-block-19 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.container-12 {
  margin-top: 100px;
}

html.w-mod-js [data-ix="title-slide-in-1"], html.w-mod-js [data-ix="title-slide-in-2"], html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="services-slide-up-1"], html.w-mod-js [data-ix="services-slide-up-2"], html.w-mod-js [data-ix="services-slide-up-3"] {
  opacity: 0;
}

html.w-mod-js [data-ix="preloader-fade-out"] {
  opacity: 1;
  display: block;
}

html.w-mod-js [data-ix="page-load-fade-in"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 46px;
  }

  h2 {
    font-size: 32px;
    line-height: 31px;
  }

  h4 {
    margin-top: 5px;
  }

  h5 {
    margin-bottom: 15px;
    font-size: 15px;
  }

  p {
    font-size: 13px;
    line-height: 21px;
  }

  .button {
    margin-top: 15px;
  }

  .slide-container {
    width: 85%;
    margin-top: 250px;
  }

  .navbar {
    position: absolute;
    top: 0;
  }

  .nav-container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
  }

  .menu-button {
    z-index: 0;
    margin-top: 30px;
    padding-top: 10px;
    position: absolute;
    top: 0;
    right: 19px;
  }

  .menu-button:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-icon {
    color: #fff;
  }

  .nav-link, .nav-link.w--current {
    color: #333;
    text-align: center;
  }

  .grey-box {
    height: auto;
    min-height: 400px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-photo, .about-photo-2 {
    height: 400px;
  }

  .break---numbers {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services-photo {
    height: 400px;
  }

  .services-1, .services-2, .services-3 {
    height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .break---quotes {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .quote-text {
    letter-spacing: -1px;
    font-size: 17px;
    line-height: 26px;
  }

  .preloader {
    z-index: 2000;
    padding-top: 200px;
  }

  .mobile-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand-image {
    width: 40px;
    margin-left: 5px;
    padding-top: 30px;
  }

  .footer-logo {
    width: 75px;
  }

  .colour {
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
  }

  .portfolio-inner {
    padding-top: 35%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 0;
  }

  .slide-container {
    margin-top: 100px;
  }

  .navbar {
    position: absolute;
  }

  .nav-container {
    justify-content: space-between;
    display: flex;
  }

  .brand {
    padding-left: 5px;
  }

  .nav-menu {
    padding-top: 60px;
  }

  .menu-button {
    background-image: linear-gradient(#328b39, #328b39);
    border-radius: 29px;
    padding: 19px;
    right: 21px;
  }

  .nav-link {
    padding-bottom: 15px;
  }

  .about {
    padding-top: 0;
  }

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

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

  .grey-box {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding: 20px;
  }

  .about-photo {
    height: 250px;
  }

  .row {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
  }

  .about-photo-2 {
    height: 250px;
    margin-top: 0;
  }

  .portfolio {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .break---numbers {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-content {
    text-align: center;
    padding: 20px;
  }

  .footer-text {
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .services-photo {
    height: 250px;
  }

  .services-1, .services-2, .services-3 {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .column {
    margin-top: 20px;
    padding: 0;
  }

  .preloader {
    padding-top: 100px;
  }

  .mobile-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand-image {
    width: 129px;
    margin-top: 19px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

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

  .portfolio-column {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .colour {
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
    padding: 20px;
  }

  .m {
    height: auto;
  }

  .div {
    padding-top: 0%;
  }

  .la {
    margin-top: -198px;
    font-size: 42px;
  }

  .la.o {
    margin-top: -51px;
  }

  .descrizione {
    text-align: center;
  }
}

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

  h2 {
    font-size: 28px;
    line-height: 27px;
  }

  h4 {
    font-size: 14px;
    line-height: 15px;
  }

  h5 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }

  .header {
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-container {
    margin-top: 130px;
  }

  .navbar {
    position: absolute;
  }

  .nav-container {
    justify-content: space-between;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    text-align: center;
    width: 100%;
    padding-top: 40px;
    position: absolute;
  }

  .menu-button {
    color: #000;
    background-image: linear-gradient(rgba(58, 141, 80, .92), rgba(58, 141, 80, .92));
    border-radius: 34px;
    margin-top: 50px;
    padding: 10px;
    font-size: 34px;
  }

  .menu-button.w--open {
    z-index: 1;
    color: #000;
  }

  .nav-icon {
    color: #fff;
  }

  .about {
    padding-top: 0;
  }

  .left-column, .right-column {
    margin-top: 20px;
  }

  .grey-box {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .about-photo {
    height: 200px;
  }

  .row {
    flex-direction: row;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .about-photo-2 {
    height: 200px;
  }

  .portfolio {
    float: none;
    padding-top: 20px;
    padding-left: 15px;
  }

  .break---numbers {
    padding-bottom: 10px;
  }

  .contact {
    margin-top: 30px;
    padding-top: 30px;
  }

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

  .services-photo {
    height: 200px;
  }

  .services-1, .services-2, .services-3 {
    margin-top: 0;
  }

  .break---quotes {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-slider {
    height: 130px;
  }

  .quote-text {
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand-image {
    width: 105px;
    margin-top: 33px;
    margin-left: 2px;
    margin-right: 13px;
    padding-top: 0;
    display: inline-block;
  }

  .colour {
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
  }

  .white {
    font-size: 12px;
    line-height: 16px;
    transform: none;
  }

  .portfolio-inner {
    padding-top: 30%;
  }

  .a {
    margin-top: 204px;
  }

  .m {
    height: auto;
    margin-top: 121px;
  }

  .div {
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .la {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 50px;
  }

  .descrizione {
    letter-spacing: 0;
    font-size: 15px;
  }

  .heading {
    margin-top: 204px;
  }

  .column-2, .column-3 {
    height: auto;
  }

  .paragraph-3 {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 20px;
    display: block;
  }

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


