html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

video.bgvid {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 3;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}

a:hover {
  color: #F7931D;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}

#main-content {
  top: 0;
  position: fixed;
  height: 100%;
  font-weight: 100;
  color: white;
  text-align: right;
  display: table;
  width: 40%;
  box-sizing: border-box;
  right: 0;
}

#logo_soolid {
  width: 12.5rem;
  cursor: pointer;
}

#logo_soolid #layer_background path,
#logo_soolid #layer_cube path {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}

#logo_soolid:hover #layer_background path {
  fill: white;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}

#logo_soolid:hover #layer_cube path {
  fill: transparent;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}

.display-table_cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 0 7.5rem 0 0;
}

.text-animation {
  text-transform: uppercase;
  font-size: 5rem;
  font-family: 'DINCond-Medium', Arial, helvetica, sans-serif;
}

.language {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #CCC;
  z-index: 9999;
}

.language .active {
  color: #444;
}

.soolid-state-ribbon {
  position: fixed;
  right: 0;
  top: 5%;
  z-index: 999;
  right: -5px;
  transition-property: right;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.soolid-state-ribbon:hover {
  right: 0;
}

.soolid-state-ribbon a {
  display: block;
  background-color: transparent;
  background-image: url(https://www.soolid.it/images/ribbon@2x.png);
  background-size: contain;
  font-size: 0;
  color: #fff;
  height: 134px;
  width: 50px;
}

@media only screen and (max-width: 960px) {
  .soolid-state-ribbon {
    top: auto;
    bottom: 5%;
  }
}

nav {
  text-align: center;
  height: 100%;
  width: 60rem;
  position: fixed;
  right: 0;
  top: 0;
  background: white;
  color: #8F8F8F;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  opacity: 0;
  display: none;
  font-size: 1.6rem;
  z-index: 99999;
}

.menu-logo {
  width: 13rem;
}

.soolid-description {
  overflow: auto;
  height: 100%;
  text-align: center;
  padding: 7rem 7rem 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.black-screen {
  display: none;
}

h1 {
  font-size: 2.4rem;
  margin: 7rem 0 2rem;
}

b {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.black-screen {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

nav div.close-menu {
  position: fixed;
  top: 5rem;
  color: white;
  left: -8rem;
  font-size: 1.6rem;
  z-index: 9999;
}

nav div.close-menu svg {
  width: 4rem;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}

nav div.close-menu:hover svg {
  opacity: 0.5;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}

nav div {
  line-height: normal;
}

nav p {
  padding-bottom: 2rem;
}

.recapiti {
  text-align: center;
  margin-top: 7rem;
  display: inline-block;
}

.recapiti li:last-child {
  width: 100%;
  margin-top: 3rem;
  padding-bottom: 0;
}

.recapiti li:last-child li {
  float: none;
  width: auto;
  display: inline;
  padding: 0 1.5rem;
}

.recapiti li:last-child li:hover svg path {
  fill: orange;
}

.piva {
  position: absolute;
  font-size: 1.2rem;
  bottom: 1rem;
  right: 1rem;
}

.recapiti li {
  width: 50%;
  float: left;
  padding-bottom: 2rem;
}

@font-face {
  font-family: 'din_lightregular';
  src: url(https://www.soolid.it/../fonts/din_light-webfont.eot);
  src: url(https://www.soolid.it/../fonts/din_light-webfont.eot) format("embedded-opentype"), url(https://www.soolid.it/../fonts/din_light-webfont.woff2) format("woff2"), url(https://www.soolid.it/../fonts/din_light-webfont.woff) format("woff"), url(https://www.soolid.it/../fonts/din_light-webfont.ttf) format("truetype"), url(https://www.soolid.it/fonts/din_light-webfont.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINCond-Light';
  src: url(https://www.soolid.it/../fonts/DINCond-Light.eot);
  src: url(https://www.soolid.it/../fonts/DINCond-Light.eot) format("embedded-opentype"), url(https://www.soolid.it/../fonts/DINCond-Light.woff) format("woff"), url(https://www.soolid.it/../fonts/DINCond-Light.ttf) format("truetype"), url(https://www.soolid.it/fonts/DINCond-Light.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINCond-Medium';
  src: url(https://www.soolid.it/../fonts/DINCond-Medium.eot);
  src: url(https://www.soolid.it/../fonts/DINCond-Medium.eot) format("embedded-opentype"), url(https://www.soolid.it/../fonts/DINCond-Medium.woff) format("woff"), url(https://www.soolid.it/../fonts/DINCond-Medium.ttf) format("truetype"), url(https://www.soolid.it/fonts/DINCond-Medium.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINCondBlack';
  src: url(https://www.soolid.it/../fonts/DINCond-Black.otf);
  src: url(https://www.soolid.it/../fonts/DINCond-Black.eot);
  src: url(https://www.soolid.it/../fonts/DINCond-Black.eot) format("embedded-opentype"), url(https://www.soolid.it/../fonts/DINCond-Black.woff2) format("woff2"), url(https://www.soolid.it/../fonts/DINCond-Black.woff) format("woff"), url(https://www.soolid.it/../fonts/DINCond-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
  height: 100%;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: scroll;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: white;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.background-section,
.section {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.section-copy {
  font-family: 'din_lightregular';
  position: absolute;
  bottom: 7.5rem;
  left: 7.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  transform: translate(-100%, 0%);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 9999;
  color: white;
  font-weight: 100;
  line-height: normal;
}

.section-copy h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.4rem;
}

video {
  z-index: 9;
}

.section {
  overflow: hidden;
}

.section::after {
  content: "";
  background: url(https://www.soolid.it/images/layer.png);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
}

@media only screen and (max-width: 960px) {
  .soolid-description {
    padding: 2rem;
    box-sizing: inherit;
    overflow: scroll;
    height: 100%;
  }

  .recapiti {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }

  nav {
    width: 100%;
  }

  nav div.close-menu {
    left: 3rem;
    top: 3rem;
  }

  #Stroke-3 {
    stroke: black;
  }

  #Rectangle-5,
  #Rectangle-6 {
    fill: black;
  }

  .menu-logo {
    width: 10rem;
  }

  h1,
  .section-copy h2 {
    font-size: 1.8rem;
  }

  nav,
  .section-copy {
    font-size: 1.4rem;
  }

  h1,
  .recapiti {
    margin-top: 2rem;
  }

  .language {
    font-size: 1.6rem;
  }

  #main-content {
    height: auto;
  }

  #main-content .display-table_cell {
    padding: 2rem 2rem 0 0;
  }

  #main-content #logo_soolid {
    width: 8rem;
  }

  .section-copy {
    bottom: 2rem;
    left: 2rem;
  }

  .recapiti li {
    width: 100%;
    float: none;
    text-align: center;
  }

  .piva {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 2rem;
  }
}

html {
  font-size: 62.5%;
}

.legal-doc {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.legal-doc header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.legal-doc h1,
.legal-doc h2 {
  font-weight: 700;
  font-size: 3.5rem;
}

.legal-doc h1 {
  font-family: "DINCondBlack";
  font-size: 7rem;
  color: #5e5e5e;
}

.legal-doc h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #5f5f5f;
}

.legal-doc h2 span {
  color: #a1a1a6;
}

.legal-doc .language-switch {
  text-transform: uppercase;
}

.legal-doc .language-switch a {
  color: #a1a1a6;
  font-family: "Open Sans", sans-serif;
}

.legal-doc .language-switch a:hover,
.legal-doc .language-switch a .selected {
  color: #5f5f5f;
}

.legal-doc .main-title {
  text-align: center;
  margin-bottom: 130px;
}

.legal-doc .main-title h1 {
  margin-bottom: 0;
}

.legal-doc .main-title small {
  font-size: 2.3rem;
  font-family: "din_lightregular";
  color: #a1a1a6;
}

.doc-content {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.doc-content a {
  word-break: break-all;
}

.doc-content p {
  line-height: 24px;
  margin: 20px 0;
}

.doc-content ul {
  margin-left: 30px;
}

.doc-content ul li {
  list-style: circle;
  line-height: 150%;
}

.doc-content strong {
  display: block;
  font-weight: bold;
}

.doc-content table td,
.doc-content table th {
  padding: 15px;
}

.doc-content table th {
  font-weight: bold;
  background-color: #f1f1f1;
}

.doc-content table tr:nth-child(even) {
  background-color: #f8f8f8;
}


/*# sourceMappingURL=style.css.map*/