#divChromeWarning {
  position: absolute;
  z-index: 100;
  width: 100vw;
  text-align: center;
  font-size: 2em;
  top: 100px;
}

.adabe-prpr {
  padding-left: 50px;
  background-color: rgb(250, 250, 250);
  height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
}

.adabe-editor {
  padding-top: 80px;
  height: calc(100vh - 80px);
}

.adabe-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.adabe-prpr-category-title {
  align-self: center;
  font-family: "Nexa", "Helvetiva neue", "helvetiva", "Graphik Web", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}

.adabe-prpr-settings-caption {
  font-family: "Nexa", "Helvetiva neue", "helvetiva", "Graphik Web", sans-serif;
  font-size: 1em;
}

.adabe-prpr-category-header {
  font-family: "Nexa", "Helvetiva neue", "helvetiva", "Graphik Web", sans-serif;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1em;
}

.adabe-prpr-category-container {
  font-family: "Nexa", "Helvetiva neue", "helvetiva", "Graphik Web", sans-serif;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.adabe-prpr-category-container span {
  vertical-align: middle;
}

.adabe-prpr-settings-control {
  margin: 0px 50px 0px 0px;
}

.adabe-ppro {
  width: 200px;
  height: 200px;
  cursor: pointer;
  margin: 10px;
  float: left;
  position: relative;

  transition: transform 0.25s;
  transform: scale(1);

  background-color: white;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.adabe-ppro:hover {
  transform: scale(1.05);
}

.adabe-ppro img {
  max-width: 100%;
  max-height: 100%;

  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.adabe-ppro span {
  position: absolute;
  bottom: 0%;

  display: inline-block;
  width: 100%;
  text-align: center;
  height: 20px;
  background: #9999995b;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: "Nexa", "Helvetiva neue", "helvetiva", "Graphik Web", sans-serif;
}

.adabe-todo {
  border-width: 1px;
  border-radius: 4px;
  border-style: solid;

  width: 15px;
  height: 15px;

  vertical-align: middle;
}

.adabe-todo-green {
  border-color: rgb(96, 175, 93);
  background: rgb(61, 240, 55);
}

.adabe-todo-yellow {
  border-color: rgb(175, 174, 93);
  background: rgb(240, 228, 55);
}

.adabe-todo-red {
  border-color: rgb(175, 96, 93);
  background: rgb(240, 61, 55);
}

.adabe-ppro .adabe-todo {
  position: absolute;
  right: 4px;
  bottom: 5px;
}

body {
  margin: 0;
  padding: 0;
  /* font-family: sans-serif; */
}

.nav-bar {
  position: fixed;
  z-index: 100;
  background: pink;
  width: 100%;
  height: 80px;
}

.nav-bar img.logo {
  margin-left: 50px;
  position: absolute;
  /* Per non consumare spazio */
}

.nav-bar img.lente {
  position: absolute;
  /* Per non consumare spazio */
  right: 0;
  top: 0;
  margin-right: 50px;
  margin-top: 30px;
}

.nav-bar .menu {
  margin: auto;
  text-align: center;
  padding-top: 33px;
  padding-bottom: 33px;
}

.nav-bar .menu span {
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Nexa", "Helvetiva neue", "helvetiva", "Graphik Web", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.24px;
}

.nav-bar .menu span.active {
  border-bottom: 2px solid black;
}

.products {
  /* La larghezza è di default tutta la pagina, avendo display:block */
  /* Spazio per nav-bar  */
  padding-top: 80px;
  height: calc(100vh - 80px);
}

.footer {
  height: 100px;
}

.products .product {
  position: relative;
  /* Consente il posizionamento dei figli in modo assoluto rispetto a .product */
  font-family: "Nexa", "Helvetiva neue", "helvetiva", "Graphik Web", sans-serif;
  height: 100%;
}

.products .product img.product-img {
  position: relative;
  top: 50%;
  max-width: 100%;
  height: auto;
  transform: translateY(-50%);
  max-height: 80vh;
  left: 0;
}

.products .product .img-container {
  height: 100%;
}

.products .product .product-image {
  /* La larghezza viene presa in automatico da display:block, se si mette 100%, in combinazione con padding-left, allarga la pagina */
  /* width: 100%; */
  height: 100%;
}

.products .product .descr-top {
  display: none;
  position: absolute;
  text-align: center;
  z-index: 1;
  width: 100%;
}

.products .product .descr {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 50px;
  width: 290px;
}

.products .product .descr h1 {
  font-weight: bold;
  font-size: 36px;
}

.products .product .descr-top h1 {
  font-weight: bold;
  font-size: 42px;
  margin: 0;
  margin-top: -10px;
  margin-left: 20px;
  margin-right: 20px;
}

.product-image {
  margin-left: 100px;
  position: relative;
}

.product-image>img {
  height: 80vh
}

.ase-adabe {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}


/*
  SB!27/09/17 Riportato stile applicatio ad img in sito nidi.it, applicandolo al canvas che si comporta quindi come l'immagine
*/

.UFPEle .UPEVars {
  position: absolute;
  left: -80px;
  width: 70px;
  margin-left: 25px;
  /* Centratura verticale */
  top: 50%;
  transform: translateY(-50%);
}

/* Aspect orizzontale */
@media screen and (min-aspect-ratio: 660/640) {
  @media screen and (max-width: 1100px) {
    .product-image {
      margin-left: 0px;
    }

    .products .product .descr {
      display: none;
    }

    .products .product .descr-top {
      display: block;
    }
  }

  @media screen and (min-width: 1300px) {
    .UFPEle .UPEVars {
      left: -140px;
    }

    .product-image {
      margin-left: 180px;
    }
  }
}

/* Aspect verticale */
/* Sempre visualizzazione 'mobile' */
@media screen and (max-aspect-ratio: 660/640) {
  .product-image {
    margin-left: 0px;
  }

  .products .product .descr {
    display: none;
  }

  .products .product .descr-top {
    display: block;
  }

  .products .product .descr-top h1 {
    margin-top: 0px;
  }

  .UFPEle .UPEVars {
    left: 0px;
  }
}

/* Aspect molto verticale */
@media screen and (max-aspect-ratio: 500/640) {
  .products .product .descr-top h1 {
    margin-top: 0px;
  }
}

/* --- Animazione di fade in --- */
.products .product h1,
.products .product .descr span,
.adabe-arlink .adabe-arlink2 img {
  -webkit-animation: fade-in-from-right 0.5s ease 1;
  -moz-animation: fade-in-from-right 0.5s ease 1;
  animation: fade-in-from-right 0.5s ease 1;
}

@-webkit-keyframes fade-in-from-right {
  0% {
    -webkit-transform: translateX(50px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0px);
    opacity: 1
  }
}

@-moz-keyframes fade-in-from-right {
  0% {
    -moz-transform: translateX(50px);
    opacity: 0
  }

  100% {
    -moz-transform: translateX(0px);
    opacity: 1
  }
}

@keyframes fade-in-from-right {
  0% {
    transform: translateX(50px);
    opacity: 0
  }

  100% {
    transform: translateX(0px);
    opacity: 1
  }
}

.products .product .product-image,
.products .product .img-container {
  -webkit-animation: fade-in-from-left 1.5s ease 1;
  -moz-animation: fade-in-from-left 1.5s ease 1;
  animation: fade-in-from-left 1.5s ease 1;
}

@-webkit-keyframes fade-in-from-left {
  0% {
    -webkit-transform: translateX(-50px);
    opacity: 0
  }

  100% {
    -webkit-transform: translateX(0px);
    opacity: 1
  }
}

@-moz-keyframes fade-in-from-left {
  0% {
    -moz-transform: translateX(-50px);
    opacity: 0
  }

  100% {
    -moz-transform: translateX(0px);
    opacity: 1
  }
}

@keyframes fade-in-from-left {
  0% {
    transform: translateX(-50px);
    opacity: 0
  }

  100% {
    transform: translateX(0px);
    opacity: 1
  }
}

.products .product canvas {
  -webkit-animation: fade-in-opacity 0.5s ease 1;
  -moz-animation: fade-in-opacity 0.5s ease 1;
  animation: fade-in-opacity 0.5s ease 1;
}

@-webkit-keyframes fade-in-opacity {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes fade-in-opacity {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fade-in-opacity {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/* animazioni delle freccette */
.slider-decorator-0 {
  -webkit-animation: arrow-up 1s ease-in-out 3s infinite alternate;
  -moz-animation: arrow-up 1s ease-in-out 3s infinite alternate;
  animation: arrow-up 1s ease-in-out 3s infinite alternate;
}

.slider-decorator-1 {
  -webkit-animation: arrow-down 1s ease-in-out 3s infinite alternate;
  -moz-animation: arrow-down 1s ease-in-out 3s infinite alternate;
  animation: arrow-down 1s ease-in-out 3s infinite alternate;
}

@-webkit-keyframes arrow-down {
  0% {
    -webkit-transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(-50%, 10px);
  }
}

@-moz-keyframes arrow-down {
  0% {
    -moz-transform: translate(-50%, 0);
  }

  100% {
    -moz-transform: translate(-50%, 10px);
  }
}

@keyframes arrow-down {
  0% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(-50%, 10px);
  }
}

@-webkit-keyframes arrow-up {
  0% {
    -webkit-transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(-50%, -10px);
  }
}

@-moz-keyframes arrow-up {
  0% {
    -moz-transform: translate(-50%, 0);
  }

  100% {
    -moz-transform: translate(-50%, -10px);
  }
}

@keyframes arrow-up {
  0% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(-50%, -10px);
  }
}

/* Animazione colore callout */
.calloutIcon {
  -webkit-animation: calloutChangeColor infinite 2s ease-in-out alternate-reverse;
  -moz-animation: calloutChangeColor infinite 2s ease-in-out alternate-reverse;
  animation: calloutChangeColor infinite 2s ease-in-out alternate-reverse;
  fill-opacity: 0.7;
}

@-webkit-keyframes calloutChangeColor {
  from {
    fill: #444;
    border-color: #444
  }

  to {
    fill: #AAA;
    border-color: #AAA
  }
}

@-moz-keyframes calloutChangeColor {
  from {
    fill: #444;
    border-color: #444
  }

  to {
    fill: #AAA;
    border-color: #AAA
  }
}

@keyframes calloutChangeColor {
  from {
    fill: #444;
    border-color: #444
  }

  to {
    fill: #AAA;
    border-color: #AAA
  }
}

/*Centratura dei pallini dei valori variante*/
.slider-slide>div {
  text-align: center;
}

/* ---------------------------- */
