/* LOGO */
.navbar-brand .logotype,
.home-page .navbar-brand .logotype,
.navbar-absolute .navbar-brand .logotype {
    background-image: url('https://d19wu2mwi84gij.cloudfront.net/company/investitori/investitori_sgr_logo_w.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #333;
    display: block;
    height: 45px;
    max-width: 320px;
    width: 320px;
}
.home-page .navbar-brand .logotype strong {color: #333;display:none}
.home-page .navbar-brand .logotype small  {color: #333;display:none}
.product-page .navbar-brand .logotype,
.search-result .navbar-brand .logotype {
  background-image: url('https://d19wu2mwi84gij.cloudfront.net/company/investitori/investitori_sgr_logo.png');
}

@media (max-width: 480px) {
  .navbar-brand .logotype,
  .navbar-absolute .navbar-brand .logotype,
  .home-page .navbar-brand .logotype {
    background-image: url('https://d19wu2mwi84gij.cloudfront.net/company/investitori/investitori_sgr_logo_w.png');
  }
  .product-page .navbar-brand .logotype,
  .search-result .navbar-brand .logotype {
    background-image: url('https://d19wu2mwi84gij.cloudfront.net/company/investitori/investitori_sgr_logo_w.png');
  }
}
.main-raised {
    margin: -60px 30px 100px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.login-page .page-header::before, .landing-page .page-header::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, transparent 65%, #000000);
  opacity: 1;
}