header {
  position: fixed;
  overflow: visible;
  width: 100%;
  height: 90px;
  top: 0px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transition-property: background-color;
  transition-duration: 0.3s;
  z-index: 50;
}
header #snapper-toggler {
  display: none;
}
header .content-wrapper {
  position: relative;
  height: 90px;
}
@media screen and (max-width: 1050px) {
  header {
    height: 65px;
  }
  header .content-wrapper {
    height: 65px;
  }
  header #snapper-toggler {
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 50px;
    height: 50px;
    left: 3px;
    margin-top: -16px;
    background-image: url("../images/ic_menu_black_48dp_1x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    cursor: pointer;
    transition: border-color 0.3s;
  }
  header #snapper-toggler:hover {
    border-color: white;
  }
}
header .logo {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 0;
  overflow: visible;
  white-space: nowrap;
}
header .logo > a {
  display: block;
  text-decoration: none !important;
  font-size: 0;
}
header .logo > a.inverted {
  display: none;
}
header .logo > a > img {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -17px;
  vertical-align: middle;
}
header .logo > a > img:nth-child(1) {
  height: 90px;
}
header .logo > a > img:nth-child(2) {
  height: 38px;
}
@media screen and (max-width: 1050px) {
  header .logo {
    left: 60px;
  }
  header .logo > a > img {
    margin-bottom: -10px;
  }
  header .logo > a > img:nth-child(1) {
    height: 67.5px;
  }
  header .logo > a > img:nth-child(2) {
    height: 28.5px;
  }
}
header nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header nav ul {
  height: 55px;
  margin-top: 10px;
  margin-bottom: 0;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: black;
}
header nav ul li.separator {
  border-left: 1px solid #777777;
  padding-left: 5px;
  margin-left: 5px;
}
header nav ul li a.icon {
  position: relative;
  vertical-align: middle;
}
header nav ul li a.icon img {
  margin-left: 5px;
  margin-right: 0;
}
header nav ul li a.icon:hover img {
  opacity: 0.7;
}
header nav ul li a.icon .icon-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  display: block;
  height: 21px;
  width: 21px;
  line-height: 20px;
  font-size: 13px;
  font-family: sans-serif;
  border-radius: 11px;
  text-align: center;
  color: white;
  font-weight: 500;
  background-color: red;
  content: "2";
}
@media screen and (max-width: 480px) {
  header nav ul li a.icon {
    margin-left: 0;
  }
}
header nav ul li .demo,
header nav ul li .button-like {
  background-color: #82b53f;
  margin-left: 10px;
  font-weight: 600;
  border-radius: 4px;
}
header nav ul li .demo:hover,
header nav ul li .button-like:hover {
  color: white;
  background-color: #74a238;
}
header nav ul li .button-like {
  text-transform: uppercase;
  color: white;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
header nav ul li .currency-symbol {
  font-weight: 500;
}
header nav ul li:last-child a {
  padding-right: 0;
}
@media screen and (max-width: 1170px) {
  header nav ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1050px) {
  header nav ul li a {
    display: none;
  }
  header nav ul li.separator {
    margin-left: 0;
    padding-left: 0;
  }
  header nav ul li .demo,
  header nav ul li .button-like {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  header nav ul li .demo,
  header nav ul li .button-like {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  header nav ul#header-menu {
    margin-top: 24px;
  }
}
header nav ul#header-menu-top {
  height: 35px;
  margin-top: 0;
  margin-bottom: -1px;
}
@media screen and (max-width: 1050px) {
  header nav ul#header-menu-top {
    display: none;
  }
}
header nav ul#header-menu-top li a {
  height: 35px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 300;
}
header.inverted {
  background-color: transparent;
  box-shadow: none;
}
header.inverted .logo > a {
  display: none;
}
header.inverted .logo > a.inverted {
  display: block;
}
header.inverted nav ul li a {
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  transition-property: opacity;
  transition-duration: 0.3s;
}
header.inverted nav ul li a:hover {
  opacity: 0.75;
}
header.inverted nav ul li a.button-like {
  color: #383f51;
  background-color: white;
  text-shadow: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition-property: color;
}
header.inverted nav ul li a.button-like:hover {
  color: black;
  background-color: white;
  opacity: 1;
}
header.inverted nav ul#header-menu-top li a {
  text-shadow: 0 0 0 white, 0 1px 1px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1050px) {
  header.inverted #snapper-toggler {
    background-image: url("../images/ic_menu_white_48dp_1x.png");
  }
}
#gobba {
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  height: 1000px;
  background-image: url("../images/elaborazione_gradient_corretto_r1_c1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#gobba #gobba-shape {
  display: block;
  height: 700px;
  margin-right: -5%;
  background-image: url("../images/shape_home_nios4.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1500px) {
  #gobba #gobba-shape {
    margin-right: -10%;
  }
}
@media screen and (max-width: 1350px) {
  #gobba #gobba-shape {
    margin-right: -25%;
  }
}
@media screen and (max-width: 940px) {
  #gobba #gobba-shape {
    margin-left: -25%;
    margin-right: -50%;
  }
}
@media screen and (max-width: 860px) {
  #gobba #gobba-shape {
    height: 670px;
  }
}
@media screen and (max-width: 600px) {
  #gobba #gobba-shape {
    margin-left: -75%;
    margin-right: -100%;
  }
}
#gobba #gobba-white {
  width: 100%;
  height: 1000px;
  background-color: white;
}
