.navigation-clean {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
  border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.row-gradient-1 {
  background: linear-gradient(to bottom, #9a2d28 0%, #ec5130 7%, #e7322b 100%);
  min-height: 300px;
}

.row-gradient-2 {
  background: linear-gradient(to bottom, #354147 0%, #607681 7%, #495a63 100%);
  min-height: 300px;
}

.row-gradient-separatore-3 {
  background: linear-gradient(to bottom, #787878 0%, #e5e5e5 100%);
  min-height: 20px;
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
}

.row-gradient-separatore-2 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
  min-height: 50px;
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
}

.row-gradient-separatore {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  min-height: 20px;
}

.parallax {
  background-image: url("../../assets/img/img-top-03.jpg");
  height: 556px;
  /*background-attachment: fixed;*/
  background-position: right;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  margin-left: -15px;
  margin-right: -15px;
}

.parallax-interne {
  background-image: url("../../assets/img/img-top-interne.jpg");
  height: 230px;
  /*background-attachment: fixed;*/
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
}

.parallax-interne-mobile {
  background-image: url("../../assets/img/img-top-interne-mobile.jpg");
  height: 200px;
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
}

.parallax3 {
  background-image: url("../../assets/img/img-top-07.jpg");
  height: 200px;
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
}

.parallax4 {
  background-image: url("../../assets/img/img-top-08.jpg");
  height: 200px;
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
}

.parallax2 {
  background-image: url("../../assets/img/img-top-04.jpg");
  height: 556px;
  /*background-attachment: fixed;*/
  background-position: right;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  margin-left: -15px;
  margin-right: -15px;
}

