:root {
  color-scheme: light only;
}

/* Messaggi di conferma/errore form */
.success, .success-white {
  font-size: 16px !important;
  font-weight: 600;
  color: #fff !important;
  background: #2ecc71;
  border-radius: 6px;
  padding: 15px 20px !important;
  margin: 15px auto !important;
  text-align: center;
}

.error, .error-white {
  font-size: 16px !important;
  font-weight: 600;
  color: #fff !important;
  background: #e74c3c;
  border-radius: 6px;
  padding: 15px 20px !important;
  margin: 15px auto !important;
  text-align: center;
}

header.init .navbar-default-white a,
header.init #menu-center ul li a,
header.init .subnav a,
header.init .subnav div {
  color: #333333 !important;
}

.navbar-default-white {
  position: fixed;
  margin: 0 auto !important;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px groove rgba(255, 255, 255, 0);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, .0);
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  z-index: 9999;
}

header.init .navbar-default-white {
  top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: fixed !important;
  height: 80px !important;
}
header.init {
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

/*
@media (max-width: 1199px) {
  header.init {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  header.init .navbar-default-white {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    /* NO position: relative - lascia fixed
  }


  .navbar-toggle {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 4px !important;
    padding: 8px !important;
  }
}
*/

@media (max-width: 1199px) {
  header.init,
  header.init .navbar-default-white {

    overflow: visible !important;
  }
}
@media (max-width: 1199px) {
  .navbar-default-white.fullHeight {
    height: 100vh !important;
  }
}

@media (max-width: 1199px) {
  #main-menu.menu-show {
    top: 80px !important;
    height: auto !important;
    overflow-y: auto !important;
  }
}

@media (max-width: 1199px) {
  #main-menu.menu-show {
    padding-top: 15px !important;
	     padding-bottom: 15px !important;
    margin-top: 0 !important;
  }
  
  #main-menu nav {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  #main-menu.white {
    background: #ffffff !important;
    color-scheme: light !important;
  }
  
  #main-menu.white a {
    color: #333333 !important;
  }
}

@media (max-width: 991px) {
  #about-us-1 .row,
  #about-us-2 .row {
    display: flex;
    flex-wrap: wrap;
  }

  #about-us-1 .image-container,
  #about-us-2 .image-container {
    order: 2;
    min-height: 200px !important;
    height: 200px !important;
    width: 100% !important;
    float: none !important;
  }

  #about-us-1 .image-container ~ div,
  #about-us-2 .image-container ~ div,
  #about-us-1 div ~ .image-container,
  #about-us-2 div ~ .image-container {
    order: 1;
    width: 100% !important;
    float: none !important;
  }
}

/* Scritte slider */
.tp-caption.big-heading {
  font-weight: 800 !important;
  text-shadow: 4px 3px 1px rgba(0, 0, 0, 0.8) !important;
  color: #ffffff !important;
}

.tp-caption.sub-heading {
  font-weight: 700 !important;
  text-shadow: 4px 3px 1px rgba(0, 0, 0, 0.8) !important;
  color: #ffffff !important;
}

/* whitepage */
.azz {
  width: 100%;
  height: auto;
  color:#333;
  background: #d5e1ea;
}

.azz h1 {
  font-weight: 500;
  text-transform: none;
  letter-spacing: 2px;
}
.azz h2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
}
.azz h3 {
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}
.azz h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.azz em {
  display: block;
  font-style: italic;
  margin-bottom: 20px;
}
.azz article {
  padding: 0px 60px 0 0;
}

.sub-c {
	
	background: url(img/bg-cont.jpg)top fixed !important;
}

.sub-c {
    background: url(img/bg-cont.jpg) top center fixed !important;
    position: relative;
}

.sub-c::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
    z-index: 0;
    pointer-events: none;
}

#subheader .container {
    position: relative;
    z-index: 1;
}

.grc p {
 font-size: 18px;
	line-height:2;
}

