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

h1 {
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-transform: capitalize;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

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

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

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

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

p {
  margin-bottom: 5px;
  color: #b2b2b2;
  font-size: 13px;
  line-height: 26px;
}

a {
  color: #00e;
}

.button {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 28px;
  border-radius: 20px;
  background-color: #1c1a4f;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

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

.navigation {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #1c1a4f;
  background-color: #fff;
  text-align: center;
}

.brand {
  top: 14px;
  float: none;
}

.brand.w--current {
  display: block;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  float: none;
  text-align: center;
}

.navigation-link {
  margin-top: 20px;
  padding: 10px 7px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

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

.navigation-link.w--current {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #1c1a4f;
  color: #fff;
}

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

.navigation-link.es.g {
  padding-right: 20px;
}

.navigation-link.openmenu {
  margin-top: 5px;
}

.navigation-link.bac._9 {
  padding-right: 20px;
}

.navigation-link.ba {
  padding-left: 0px;
}

.banner {
  height: 700px;
  padding-top: 131px;
}

.section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: transparent;
}

.section.gray {
  background-color: #f0f5f7;
}

.section.parallax {
  padding-bottom: 10px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #1c1a4f, rgba(28, 26, 79, 0.8)), url('../images/Analisi-Cliniche-Tilocca.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.form {
  padding-top: 0px;
}

.section.form.co {
  padding-top: 20px;
}

.section.mappa {
  position: static;
}

.top-title {
  margin-bottom: 60px;
  text-align: center;
}

.lighter {
  color: #fff;
  font-weight: 400;
}

.blue {
  color: #2ca6d9;
}

.sub-title {
  color: #000;
  font-size: 15px;
  line-height: 30px;
}

.sub-title.dark {
  color: #fff;
}

.sub-title.nnn {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 17px;
  line-height: 26px;
}

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

.services-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 30%;
  background-color: #2ca6d9;
  background-image: url('../images/e821ee_1eb8096752bb4d4bb62db0b213db06a3-mv2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.services-icon.icon-2 {
  background-color: transparent;
  background-image: url('../images/e821ee_70d13f9608a9472e9afb7b06e4790627-mv2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.services-icon.icon-3 {
  background-image: url('../images/heartbeat_ffffff_100.png');
}

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

.text-link {
  display: block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #2ca6d9;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover {
  color: #b2b2b2;
}

.plus {
  position: relative;
  top: 2px;
  font-size: 20px;
  font-weight: 400;
}

.team-content {
  margin-top: 20px;
}

.team-sub-title {
  margin-top: -7px;
  margin-bottom: 15px;
  color: #b2b2b2;
}

.team-sub-title.red-color {
  color: #1c1a4f;
}

.team-sub-title.red-color.mod-esa {
  margin-left: 20px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom: 1px solid #1c1a4f;
  text-align: left;
}

.social-team {
  margin-top: 20px;
}

.social-icon {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/facebook.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-icon:hover {
  background-color: transparent;
}

.social-icon.twitter {
  background-color: transparent;
  background-image: url('../images/google-plus.png');
  background-position: 0px 0px;
  background-size: cover;
}

.social-icon.rss {
  background-image: url('../images/rss_ffffff_100.png');
}

.social-icon.linkdin {
  background-image: url('../images/linkedin_ffffff_100.png');
}

.white {
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.text-field {
  display: inline-block;
  width: 371px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 18px;
  float: left;
  border-width: 0px;
  border-color: #000;
  font-size: 13px;
}

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

.features-wrapper {
  margin-bottom: 30px;
}

.features-wrapper.esami-mod {
  text-align: left;
}

.features-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  float: left;
  background-color: #fff;
  background-image: url('../images/buildings.png');
  background-position: 50% 50%;
  background-size: cover;
}

.features-icon.icon-2 {
  background-image: url('../images/medical.png');
  background-position: 50% 50%;
  background-size: cover;
}

.features-icon.icon-3 {
  background-image: url('../images/medical-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.features-icon.icon-4 {
  background-image: url('../images/electrocardiogram-inside-heart.png');
  background-position: 50% 50%;
  background-size: cover;
}

.features-icon.icon-5 {
  background-image: url('../images/user-md_2ca6d9_100.png');
}

.features-icon.icon-6 {
  background-image: url('../images/ambulance_2ca6d9_100.png');
}

.features-content {
  position: relative;
  overflow: hidden;
}

.features-content.mod-test {
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-icon {
  width: 25px;
  height: 30px;
  margin-right: 8px;
  float: left;
  background-image: url('../images/plus-square_e64949_100.png');
  background-position: 0px 31%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.list-icon.aree._1 {
  margin-left: 0px;
  padding-left: 0px;
}

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

.client-wrapper {
  width: 20%;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1c1a4f;
}

.copyright {
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.copyright._2-c {
  float: right;
}

.red-seperator {
  position: absolute;
  top: -32px;
  right: 50%;
  display: inline-block;
  padding: 20px 42px;
  border-radius: 20px;
  background-color: #e64949;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.inner-banner {
  height: 170px;
  background-image: url('../images/brickwall_2X.png');
  background-size: 110px;
  background-repeat: repeat;
  background-attachment: fixed;
}

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

.field-label {
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 800;
}

.field-label.cont {
  color: #777474;
}

.another-text-field {
  height: 45px;
  margin-bottom: 15px;
  border-radius: 4px;
  color: #b2b2b2;
}

.another-text-field.area {
  padding-bottom: 103px;
}

.success-message {
  padding-top: 26px;
  padding-bottom: 26px;
  border-radius: 5px;
  background-color: #17ad32;
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
}

.error-message {
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #e36868;
  text-align: center;
}

.banner-title {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.banner-title.esami {
  padding-right: 10px;
  padding-left: 20px;
  font-size: 32px;
  font-weight: 300;
  text-transform: none;
}

.banner-title.esami.bacheca {
  line-height: 40px;
}

.responsive-menu {
  float: none;
}

.container-navbar {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.slider {
  height: 700px;
}

.text-span {
  color: #fff;
  font-weight: 700;
}

.text-span._2 {
  border-bottom: 2px solid #1c1a4f;
  color: #fff;
}

.text-span._3 {
  color: #1c1a4f;
}

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

.icon {
  font-size: 24px;
}

.icon:hover {
  color: #1c1a4f;
}

.sl-2 {
  background-image: url('../images/e821ee_bf8d624c41ec4c42b24b9bd5d5f261b9.png');
  background-position: 50% 50%;
  background-size: cover;
}

.sl-3 {
  background-image: url('../images/e821ee_2be77472b611433492f5802422aeee2d.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-image {
  height: 400px;
  background-image: url('../images/Centro-Analisi.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.h1 {
  margin-bottom: 25px;
  color: #1c1a4f;
  text-align: center;
}

.h1._00 {
  margin-bottom: 26px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 11px;
  border-bottom: 1px solid #1c1a4f;
  text-align: center;
}

.txt-cod {
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
}

.colonna-1 {
  margin-bottom: 20px;
}

.row {
  margin-bottom: 20px;
}

.h1-dire {
  color: #1c1a4f;
}

.txt-dot {
  margin-top: 25px;
  color: #333;
}

.txt-dot.h {
  color: #1c1a4f;
  font-weight: 700;
}

.d-home-hero {
  height: 700px;
}

.d-home-hero-slider {
  height: 450px;
}

.div-image {
  width: auto;
  height: 220px;
  float: none;
  background-image: url('../images/e821ee_9b4bd0b2bbe24bf3974b74391a2b205d.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.div-image._2b {
  background-image: url('../images/e821ee_a99bc9a5070248a485d690f46e2a8a6d.png');
  background-position: 50% 50%;
  background-size: cover;
}

.colonna-1-div-image {
  height: 201px;
  padding-left: 10px;
}

.div-colo {
  width: 100%;
  height: 100%;
  background-image: url('../images/e821ee_3bc1e2340e3c4180a858355c077f9747.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-colo._2c {
  background-image: url('../images/e821ee_4b996c755a9a4926b42a0ce3fdbea6e5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-colo._2c._2f {
  background-image: url('../images/e821ee_3d439e22e9c946c5b0a81082433c84a7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-colo._2d {
  background-image: url('../images/e821ee_58e6b35816ea4c3a88fad425d91d520e.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-colo._2d.g {
  background-image: url('../images/e821ee_73840c87204d44539d444d8d90696da7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-colo._2e {
  background-image: url('../images/e821ee_56194d9b1ea1491caf0dc5854742060c.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.row-div {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/BG-STUZZICHERIA.jpg');
  background-position: 0px 0px;
  background-size: 300px;
}

.slide-2:hover {
  opacity: 1;
}

.slide-nav {
  color: #000;
}

.slide-1 {
  background-color: #fff;
  background-image: url('../images/BG-STUZZICHERIA.jpg');
  background-position: 0px 0px;
  background-size: 300px;
  opacity: 1;
}

.div-principale {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.div-principale:hover {
  background-color: #ffd941;
  opacity: 0.85;
}

.h-slider {
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

.divslide {
  display: block;
  width: 800px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.row-sl-1 {
  margin-top: 10px;
}

.colonna-sl-1 {
  padding-right: 0px;
  padding-left: 0px;
}

.colonna-sl-1._20 {
  padding-right: 0px;
}

.section-generale {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/BG-STUZZICHERIA.jpg');
  background-position: 0px 0px;
  background-size: 300px;
}

.div-image-slider {
  width: 430px;
  height: 450px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 0px;
  float: left;
  border-radius: 15px;
  background-image: url('../images/e821ee_cb9668f69460450aa8fda4d53503f3df.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-image-slider._23 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-image-slider._23.solo {
  background-image: url('../images/BG-STUZZICHERIA.jpg');
  background-position: 0px 0px;
  background-size: 300px;
}

.div50 {
  height: 50%;
}

.div50.ca {
  width: 500px;
  height: 220px;
  float: right;
  border-radius: 15px;
  background-image: url('../images/e821ee_939e0faca4d24d4db68eff3ee2152484.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div50.ca1 {
  width: 500px;
  height: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: right;
  border-radius: 15px;
  background-image: url('../images/e821ee_0e1a86e862dc4e20a7d6f55d047b15a0.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-3 {
  background-image: url('../images/BG-STUZZICHERIA.jpg');
  background-position: 0px 0px;
  background-size: 300px;
}

.colona-sider4 {
  height: 228px;
}

.div-slider-4 {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-image: url('../images/e821ee_a7ae89f23ef94bcfa6e5991d730d4ce7.jpg');
  background-position: 0px 0px;
  background-size: 512px;
}

.div-slider-4._234 {
  background-image: url('../images/e821ee_42fd49dfab4c4508803799d5d3a50f5d.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.colonna-slider-4 {
  height: 228px;
}

.row-slider-4 {
  margin-top: 10px;
}

.colonna-slider-4-3 {
  height: 206px;
}

.div-slider-4-colonna-3 {
  height: 100%;
  border-radius: 15px;
  background-image: url('../images/e821ee_cc4364278b9d482a814e275be9704af5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-4 {
  background-image: url('../images/BG-STUZZICHERIA.jpg');
  background-position: 0px 0px;
  background-size: 300px;
}

.container-form {
  border-bottom: 1px solid #fff;
}

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

.footer-link:hover {
  font-style: italic;
}

.hero-section-esami {
  display: block;
  height: 350px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/e821ee_cebc1d896610471890b5ebebad1c900c.png'), url('../images/Modulistica-Esami.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.hero-section-esami.aree-a {
  background-image: url('../images/Bg-Aree-Applicative.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-esami.bachec {
  background-image: url('../images/Bacheca-medici-centro-analisi.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.hero-section-esami.bachec.aggiornamenti {
  background-image: url('../images/Aggiornamenti.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/Aggiornamenti.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.hero-section-esami.modu {
  background-image: url('../images/Modulistica-Esami.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-esami.servizi {
  background-image: url('../images/Servizi-Centro-Analisi-Tilocca.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section-esami.contatti {
  background-image: url('../images/Contatti-Centro-Analisi-Tilocca.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section-esami.lab {
  background-image: url('../images/e821ee_be6817a4ea2540f9b3aaf8a70b5a2427.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-esami {
  display: block;
  margin-top: 0px;
  padding-top: 86px;
  padding-right: 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-esami {
  margin-top: 0px;
  padding-top: 0px;
}

.row-esami {
  margin-top: 0px;
  padding-top: 50px;
}

.column-1 {
  display: block;
  padding-right: 10px;
  background-color: rgba(28, 26, 79, 0.81);
  text-align: left;
}

.text-span-esami {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px #000;
}

.section-2 {
  height: 800px;
}

.link-block-modulo {
  width: 100%;
  height: 100%;
}

.link-modulo {
  color: #777474;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.link-modulo:hover {
  font-style: italic;
}

.link-modulo.div {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.link-modulo.div:hover {
  border-bottom: 2px solid #1c1a4f;
  font-style: normal;
}

.link-modulo.div.new {
  margin-top: 5px;
  float: left;
  font-size: 12px;
}

.link-modulo.div.new:hover {
  border-bottom-style: none;
  font-style: italic;
}

.link-modulo.div.servizi:hover {
  border-bottom-style: none;
}

.h2-esami {
  margin-top: 5px;
  color: #1c1a4f;
  font-size: 20px;
  font-weight: 800;
}

.h2-esami.mod {
  margin-bottom: 30px;
  text-align: center;
}

.h2-esami.strum {
  border-bottom: 1px solid #1c1a4f;
  font-size: 26px;
  text-align: center;
}

.paragrafo-esami {
  color: #1c1a4f;
  font-weight: 600;
}

.link-button {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  clear: right;
  background-color: #b43434;
  text-align: center;
}

.row-esami-2 {
  border-bottom: 1px none #1c1a4f;
}

.section-image-esami {
  height: 300px;
  background-image: url('../images/Provette-Analisi-Cliniche.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.colonna-esami {
  padding-left: 30px;
}

.section-row {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/BG-STUZZICHERIA.jpg');
  background-position: 0px 0px;
  background-size: 300px;
}

.row-strumentazioni-in-uso {
  margin-top: 20px;
  margin-bottom: 10px;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.drop-list.w--open {
  background-color: #fff;
}

.row-aree {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-aree-apllicative {
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: right;
  border: 1px solid #1c1a4f;
  background-color: #fff;
  color: #1c1a4f;
}

.button-aree-apllicative:hover {
  background-color: #1c1a4f;
  color: #fff;
}

.section-row-aree {
  padding-top: 20px;
  padding-bottom: 10px;
}

.txt {
  color: #1c1a4f;
  font-size: 22px;
  font-weight: 700;
}

.section-decreti-circolari {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-decreti {
  margin-top: 10px;
  color: #1c1a4f;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.colonna-1-decre {
  height: 150px;
}

.colonna-1-decre._2345 {
  opacity: 1;
}

.image-decreti {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-decreti {
  width: 100%;
  height: 100%;
  opacity: 1;
}

._369 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-bottom: 23px;
  opacity: 0;
}

._369:hover {
  border: 1px none #1c1a4f;
  background-color: #fff;
  opacity: 1;
  color: #000;
}

.text-clicca {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-clicca:hover {
  color: #000;
}

.footer-link-div {
  display: block;
  height: 100%;
  padding-top: 0px;
  color: #1c1a4f;
  font-weight: 800;
  text-decoration: none;
}

.txfs {
  margin-right: 5px;
}

.row-ba {
  margin-bottom: 20px;
  border: 1px none #b43434;
}

.unordered-list {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-modulistica {
  margin-top: 5px;
  color: #777474;
  text-decoration: none;
}

.link-scarica-ora {
  width: 100%;
  height: 100%;
}

.paragrafo-servizi-online {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  color: #777474;
  font-size: 14px;
  font-weight: 700;
}

.paragrafo-contatti {
  color: #333;
  font-size: 17px;
  font-weight: 600;
}

.text-span-blue {
  color: #1c1a4f;
}

.section-image-300 {
  height: 300px;
  background-image: url('../images/Gela-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-image-300._2g {
  background-image: url('../images/Gela-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-image-300._2g.lic {
  background-image: url('../images/Licata.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-image-300._2g.lic.bute {
  background-image: url('../images/Butera.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-map {
  height: auto;
  margin-bottom: 20px;
  padding-top: 40px;
}

.map {
  height: 300px;
}

.row-testo {
  padding-top: 131px;
}

.container-testo {
  padding-top: 131px;
}

.container-privacy {
  padding: 10px;
}

.div-news {
  display: block;
  width: 600px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  float: none;
  background-color: #1c1a4f;
  text-align: center;
}

.h2-news {
  margin-top: 0px;
  color: #fff;
  font-size: 26px;
  text-align: left;
}

.text-rosso {
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-align: left;
}

.paragrafo-nero {
  color: #fff;
  text-align: justify;
}

.colonna-2 {
  height: 300px;
  margin-top: 1px;
}

.image-1 {
  display: block;
  float: none;
  text-align: center;
}

.text-s {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}

.section-strutt {
  position: relative;
  height: 49vw;
  margin-top: auto;
  margin-bottom: auto;
}

.section-strutt.ciao {
  height: auto;
  padding: 20px 60px;
}

.text-sedi {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1c1a4f;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.container-sedi7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.slider-sedi {
  height: 450px;
}

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

.slider-struttura-3 {
  background-image: url('../images/e821ee_9b4bd0b2bbe24bf3974b74391a2b205d.png');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-slider {
  font-size: 24px;
}

.section-sede {
  padding-bottom: 20px;
  background-image: url('../images/BG-STUZZICHERIA.jpg');
  background-position: 0px 0px;
  background-size: 300px;
}

.section-sed {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-div-butera {
  background-image: url('../images/BG-STUZZICHERIA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.conta {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.slide-nav-final {
  margin-top: 10px;
  padding-top: 20px;
  font-size: 10px;
}

.h1-slider {
  float: left;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
}

.button-contatti {
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  float: right;
  background-color: #1c1a4f;
}

.row-diagnostica {
  margin: 20px 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-one {
  height: 300px;
  padding-right: 0px;
  background-image: url('../images/Centro-Analisi-Tilocca.jpg');
  background-position: 0px 0px;
  background-size: 480px;
}

.column-one.two {
  height: 300px;
  background-color: #1c1a4f;
  background-image: none;
}

.text-bacheca {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.txt-bach {
  margin-top: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #b43434;
  color: #b43434;
  font-size: 14px;
}

.paragrafo-bacheca {
  color: #fff;
  font-size: 14px;
}

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

.text-settori {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.list-item-new {
  margin-bottom: 10px;
}

.section-diagnostica {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-accedi {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  float: left;
  background-color: #1c1a4f;
  text-align: center;
}

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

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

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

.html-embed {
  height: 300px;
}

.div-block {
  margin-top: 10px;
  float: left;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

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

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

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

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

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

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

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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;
  line-height: 35px;
  font-weight: 300;
}

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

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

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

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

.link {
  color: #fff;
}

.icon-7 {
  margin-right: 12px;
  margin-left: -3px;
}

.icon-8 {
  margin-right: 7px;
}

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

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

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

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

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

  .brand {
    top: 1px;
  }

  .brand.w--current {
    top: 3px;
  }

  .navigation-link {
    max-width: 100%;
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 20px;
    color: #fff;
  }

  .navigation-link.es {
    padding-left: 0px;
  }

  .navigation-link.ese {
    padding-left: 0px;
  }

  .navigation-link.openmenu {
    color: #1c1a4f;
  }

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

  .navigation-link.openmenu.w--current {
    margin-bottom: 10px;
    background-color: #fff;
  }

  .navigation-link.bac {
    padding-right: 40px;
    padding-left: 0px;
  }

  .navigation-link.ba {
    padding-left: 0px;
  }

  .banner {
    height: 600px;
    padding-top: 73px;
    background-position: 37% 50%;
  }

  .text-field {
    width: 344px;
  }

  .banner-title.esami.bacheca {
    margin-bottom: 5px;
  }

  .hamburger.w--open {
    background-color: #2ca6d9;
  }

  .responsive-menu {
    background-color: #1c1a4f;
  }

  .column-1 {
    margin-bottom: 0px;
  }

  .colonna-2 {
    height: 100%;
  }

  .section-strutt {
    height: 100vw;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph {
    width: 100%;
    margin-bottom: 0px;
  }

  .paragraph.a {
    width: 205%;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .navigation-link.es {
    margin-left: 10px;
    padding-left: 10px;
  }

  .navigation-link.bac {
    margin-left: 10px;
    padding-left: 10px;
  }

  .banner {
    height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 166, 217, 0.7)), to(hsla(0, 0%, 100%, 0.92))), url('../images/slide-one.jpg');
    background-image: linear-gradient(180deg, rgba(44, 166, 217, 0.7), hsla(0, 0%, 100%, 0.92)), url('../images/slide-one.jpg');
    background-position: 0% 0%, 37% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

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

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

  .sub-title {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .team-wrapper {
    margin-bottom: 40px;
  }

  .team-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-field {
    width: 100%;
    margin-right: 0px;
    float: none;
  }

  .client-wrapper {
    width: 33.333%;
    margin-bottom: 25px;
  }

  .red-seperator {
    top: -52px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 26px;
  }

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

  .d-home-hero-slider {
    height: 450px;
  }

  .div-image {
    height: 150px;
  }

  .div-image._2a {
    height: 150px;
  }

  .div-image._2b {
    height: 150px;
  }

  .colonna-1-div-image {
    height: 150px;
  }

  .slide-1 {
    height: auto;
  }

  .div-principale {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .h-slider {
    padding-left: 10px;
  }

  .divslide {
    width: auto;
  }

  .div-image-slider._23.solo {
    width: 47%;
    height: 100%;
  }

  .colona-sider4 {
    height: 150px;
  }

  .colonna-slider-4 {
    height: 150px;
  }

  .div-slider-4-colonna-3 {
    height: 150px;
  }

  .hero-section-esami.lab {
    height: 100vh;
    background-image: url('../images/e821ee_be6817a4ea2540f9b3aaf8a70b5a2427.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/e821ee_be6817a4ea2540f9b3aaf8a70b5a2427.jpg'), linear-gradient(180deg, transparent, transparent);
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .colonna-1-decre {
    height: auto;
    margin-bottom: 20px;
  }

  .paragrafo-servizi-online {
    padding-left: 10px;
  }

  .paragrafo-contatti {
    padding-left: 10px;
  }

  .row-4 {
    width: 480px;
  }

  .form-mobi {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-link.es {
    padding-left: 10px;
  }

  .navigation-link.bac {
    padding-left: 10px;
  }

  .banner {
    height: 634px;
    padding-top: 56px;
  }

  .section {
    margin-top: 40px;
    padding-top: 30px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .top-title {
    color: transparent;
  }

  .sub-title.dark {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
  }

  .team-sub-title.red-color.mod-esa {
    padding-right: 10px;
  }

  .features-wrapper {
    padding-right: 10px;
  }

  .client-wrapper {
    width: 100%;
    text-align: center;
  }

  .banner-title {
    padding-right: 10px;
    font-size: 30px;
  }

  .banner-title.esami {
    margin-bottom: auto;
    font-size: 27px;
  }

  .banner-title.esami.bacheca {
    font-size: 29px;
  }

  .hamburger.w--open {
    background-color: #1c1a4f;
  }

  .icon {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    font-size: 20px;
  }

  .h1 {
    text-align: left;
  }

  .h1._00 {
    font-size: 25px;
  }

  .div-image {
    height: 150px;
  }

  .div-image._2a {
    height: 160px;
  }

  .div-image._2b {
    height: 150px;
  }

  .colonna-1-div-image {
    height: 150px;
    margin-bottom: 20px;
  }

  .div-colo {
    margin-bottom: 0px;
  }

  .div-colo._2d {
    width: auto;
    height: 96%;
  }

  .row-div {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-principale {
    width: auto;
  }

  .h-slider {
    padding-left: 10px;
  }

  .divslide {
    width: auto;
    max-width: 1200px;
  }

  .div-image-slider {
    width: 300px;
    height: 200px;
    float: left;
  }

  .div-image-slider._23.solo {
    width: 43%;
    height: auto;
  }

  .div50.ca {
    width: 300px;
    float: none;
  }

  .div50.ca1 {
    width: 300px;
    float: none;
  }

  .colona-sider4 {
    height: 150px;
    margin-bottom: 10px;
  }

  .div-slider-4 {
    margin-bottom: 0px;
  }

  .colonna-slider-4 {
    height: 150px;
  }

  .row-slider-4 {
    margin-top: 0px;
  }

  .colonna-slider-4-3 {
    height: 0px;
  }

  .div-slider-4-colonna-3 {
    width: 100%;
    height: 154px;
  }

  .hero-section-esami.lab {
    height: 300px;
    margin-top: auto;
  }

  .row-esami {
    padding-top: 0px;
  }

  .column-1 {
    margin-bottom: auto;
    padding-right: 10px;
  }

  .text-span-esami {
    font-size: 29px;
  }

  .link-modulo.div.new {
    float: none;
  }

  .h2-esami {
    font-size: 16px;
  }

  .h2-esami.strum {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-aree-apllicative {
    margin-left: 10px;
    float: none;
  }

  .row-4 {
    width: 320px;
  }

  .row-testo {
    padding-top: 10px;
  }

  .container-testo {
    padding-top: 10px;
  }

  .colonna-1-d {
    margin-top: 10px;
  }

  .colonna-2 {
    height: 100%;
  }

  .section-strutt {
    height: 98%;
  }

  .section-strutt.ciao {
    padding-right: 0px;
    padding-left: 0px;
  }

  .conta {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    margin-top: 400px;
    text-align: center;
  }

  .h1-slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-contatti {
    margin-top: 0px;
    float: none;
  }

  .column-one.two {
    height: auto;
    padding-bottom: 10px;
  }

  .h2 {
    padding-left: 10px;
  }

  .button-accedi {
    margin-left: 10px;
  }

  .column-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph.a {
    width: auto;
  }

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

