@font-face {
  font-family: "segoeui";
  src: url("font/segoeui.eot");
  src: local("segoeui"), url("font/segoeui.woff") format("woff"),
    url("font/segoeui.ttf") format("truetype");
}

.btnBackPrd {
  text-align: right;
  padding: 10px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}

.btnBackPrd i {
  vertical-align: bottom;
  font-size: 22px;
}

.descrizioneNewsArea {
  text-align: justify;
  color: #000;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  min-height: 90px;
}

.pt20 {
  padding-top: 20px;
}

.areaBtn {
  background: #dadfe1;
  border-radius: 50%;
  width: 49%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 6px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.areaBtnCat {
  background: #dadfe1;
  font-size: 18px;
  width: 48%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.5s ease-in-out;
  padding-left: 45px;
  padding-right: 45px;
  cursor: pointer;
  min-height: 50px;
  font-weight: 700;
  color: #000;
}

.areaBtnCat:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  color: #000;
}

.areaBtnCatmobile {
  background: #dadfe1;
  font-size: 18px;
  width: 48%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 24px;
  transition: all 0.5s ease-in-out;
  padding-left: 45px;
  padding-right: 45px;
  cursor: pointer;
  min-height: auto;
  font-weight: 700;
  color: #000;
}

.areaNome {
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  color: #000;
}

.sepAreas {
  height: 2px;
  background: #dadfe1;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10%;
  margin-right: 10%;
}

.areaBtn:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.2);
}

#pr_F42434_pr {
  background-color: #f42434 !important;
  transition: all 0.5s ease-in-out;
}

#pr_a8a1c1_pr {
  background-color: #a8a1c1 !important;
  transition: all 0.5s ease-in-out;
}

#pr_0075A8_pr {
  background-color: #0075a8 !important;
  transition: all 0.5s ease-in-out;
}

#pr_849794_pr {
  background-color: #849794 !important;
  transition: all 0.5s ease-in-out;
}

#pr_DADFE1_pr {
  background-color: #dadfe1 !important;
  transition: all 0.5s ease-in-out;
}

#pr_77BC1F_pr {
  background-color: #77bc1f !important;
  transition: all 0.5s ease-in-out;
}

.headerProduct {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  background: #dadfe1;
  margin-top: 10px;
  padding: 10px;
}

.bgdetailPrd {
  background: #fff;
  border: 1px solid #dadfe1;
  min-height: 220px;
}

.img-responsive {
  display: block;
  width: 100%;
}

.img-responsive-80 {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.img-responsive-90 {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.activePrinc {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-top: 50px;
  padding-left: 10px;
}

.listLink {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  color: #000;
  padding-left: 10px;
}

.listLink img {
  vertical-align: middle;
  width: 50px;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.height10 {
  height: 5px;
}

.height50 {
  height: 50px;
}

#areaSelect .active .areaBtn {
  transform: scale(1.2);
}

#areaSelect .active .areaBtnCat {
  transform: scale(1.1);
  background: #004d71;
  color: #fff;
}

.sanitario {
  margin-top: 0px;
  background: #0075a8;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 17px;
  margin-right: 20px;
}

#imgpersonaleMng img {
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 998;
}

#imgpersonaleMng:hover img {
  transition: all 0.5s ease-in-out;
}

.boxnameMng {
  width: 270px;
  /*background: #7da8ae;*/
  background: #ab1368;
  background-position: 95% 15%;
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  position: relative;
  z-index: 999;
  transition: all 0.8s ease-out;
  margin: 0 auto;
  margin-top: -45px;
  padding: 4px;
}

.nomeboxMng {
  font-size: 20px;
  color: #fff;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 10px;
  font-weight: 500;
  text-align: left;
}

.ruoloboxMng {
  color: #fff;
  font-size: 13px;
  margin-right: 5%;
  margin-left: 20px;
  font-style: italic;
  text-align: left;
}

#imgpersonaleMng:hover .boxnameMng {
  transition: all 0.8s ease-out;
  background: #004e72;
  background-position: 95% 15%;
}

.sepMng {
  height: 0.1px;
  border: 1px dashed #c1c1c1;
  margin-top: 20px;
}

.descrizioneH h1 {
  font-size: 25px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 20px;
}

.descrizioneA h1 {
  font-size: 25px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 5px;
}

.descrizioneH evidenziato div {
  text-align: center;
}

.descrizioneBox2 {
  margin-top: 30px;
  margin-left: 0px;
  padding-right: 50px;
}

.descrizioneBox2 p {
  margin-left: 0px;
}

.descrizioneBox2 h1 {
  font-size: 25px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 20px;
}

.descrizioneBox10 h1 {
  font-size: 25px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;

  margin-bottom: 20px;
}

.descrizioneBox2 h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 0px;
  margin-bottom: 10px;
}

.immagineBox2 {
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 65px;
}

.descrizioneBox3 {
  margin-top: 20px;
  margin-left: 0px;
  padding-right: 0px;
  text-align: justify;
}

.descrizioneBox3 p {
  font-size: 16px;
  margin-left: 0px;
  text-align: justify;
}

.embed-container {
  position: relative;
  margin-left: 10px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 20px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container-area {
  position: relative;
  margin-left: 0px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 20px;
}
.embed-container-area iframe,
.embed-container-area object,
.embed-container-area embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow {
  padding: 10px;
  background: #000;
}

.slideshowBottom {
  margin-top: 20px;
}

#gallery-thumbs-bottom {
  margin-top: 50px;
}

.videoArea {
  margin-top: 7%;
}

.videoAreaTrasplantando {
  margin-top: 7%;
  margin-right: 20px;
  padding-bottom: 35px;
}

.videoAreaNeo {
  margin-top: -5%;
}

.bgVideoNeo {
  background: url("../img/videoNeo.png") no-repeat;
}

#videoAbout {
  margin-top: 0px;
  margin-left: 00px;
  width: 95% !important;
}

.height10 {
  height: 10px;
}

.subTitleAbout {
  background: #dee3eb !important;
  padding-top: 18px;
  padding-right: 20px;
  text-align: center;
  padding-left: 13px;
  padding-bottom: 22px;
  font-size: 23px;
  width: 100%;
  margin-top: 40px;
  font-style: italic;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

.iconLink {
  margin-top: 10px;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
}

.textIcon {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-left: 30px;
}

.descrizioneBox4 {
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 0px;
}

.descrizioneBox4 h2 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 10px;
  margin-bottom: 10px;
}

.descrizioneBox4 p {
  font-size: 14px;
  text-align: justify;
}

.immagineBox4 {
  margin-top: 35px;
  margin-left: 0px;
}

.readMoreAbout {
  background: #dee3eb url("../img/btnricerca.png") no-repeat;
  background-position: right;
  padding: 5px;
  cursor: pointer;
  margin-top: 76px;
  margin-left: 30px;
  text-align: left;
  margin-right: 0px;
}

#readMoreContent {
  display: none;
}

.descrizioneBox5,
.descrizioneBox6 {
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 20px;
}

.descrizioneBox6 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.img4 {
  margin-top: 40px;
  margin-left: 0px;
  margin-right: 0px;
}

.descrizioneBox7 {
  margin-top: 30px;
  margin-left: 0px;
  background: url("../img/pagine/icone/image13.png") no-repeat;
  background-position: left center;
  background-size: 20%;
}

.descrizioneBox7 h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-left: 100px;
}

.descrizioneBox10 {
  margin-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: justify;
}

.descrizioneBox10 p {
  text-align: justify;
}

.descrizioneBox10 h2 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 10px;
  margin-bottom: 10px;
}

.descrizioneBox8 {
  margin-top: 30px;
  margin-left: 10px;
  background: url("../img/pagine/icone/image14.png") no-repeat;
  background-position: top left;
  margin-right: 0px;
  background-size: 22%;
}

.descrizioneBox8 h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-left: 100px;
}

.descrizioneBox9 h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 20px;
}

.descrizioneBox8 p {
  padding-left: 125px;
  text-align: justify;
}

.descrizioneBox7 p {
  padding-left: 100px;
  text-align: justify;
}

.box1 {
  position: absolute !important;
  width: 127px;
  height: 89px;
  left: 44%;
  cursor: pointer;
}

.box2 {
  position: absolute !important;
  width: 180px;
  height: 108px;
  left: 55%;
  cursor: pointer;
  margin-top: 7%;
}

.box3 {
  position: absolute !important;
  width: 127px;
  height: 107px;
  left: 32%;
  cursor: pointer;
  margin-top: 7%;
}

.box4 {
  position: absolute !important;
  width: 127px;
  height: 107px;
  left: 32%;
  cursor: pointer;
  margin-top: 19%;
}

.box5 {
  position: absolute !important;
  width: 127px;
  height: 107px;
  left: 44%;
  cursor: pointer;
  margin-top: 26%;
}

.box6 {
  position: absolute !important;
  width: 127px;
  height: 107px;
  left: 56%;
  cursor: pointer;
  margin-top: 19%;
}

/* TOOLTIP */
.tooltip {
  position: relative;
  overflow: hidden;
}
.tooltip:hover {
  overflow: visible;
}
.tooltip:hover .tooltip-content {
  opacity: 1;
}
.tooltip .tooltip-content {
  background: #fff;
  box-shadow: 0 5px 25px 5px rgba(205, 210, 214, 0.8);
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1px;
  max-width: 320px;
  min-width: 320px;
  padding: 1em;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
  text-align: left;
  font-family: "Montserrat", sans-serif !important;
}
.tooltip .tooltip-content::after {
  background: #fff;
  content: "";
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}
.tooltip.top .tooltip-content {
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* transform: translateX(0%); */
}
.tooltip.top .tooltip-content::after {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
.tooltip.bottom .tooltip-content {
  bottom: calc(-100% - 1.8em);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.bottom .tooltip-content::after {
  top: -5px;
}
.tooltip.right .tooltip-content {
  left: calc(100% + 1.5em);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.right .tooltip-content::after {
  left: -5px;
  margin-top: -5px;
  top: 50%;
}
.tooltip.left .tooltip-content {
  right: calc(100% + 1.5em);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.left .tooltip-content::after {
  right: -5px;
  margin-top: -5px;
  top: 50%;
}

#presence {
  margin-top: 50px;
}

.text-bigger {
  font-size: 20px;
}

.subtitle2 {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 50px;
}

.subtitle2 h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.titlenumber.first {
  padding-left: 60px;
}

.titlenumber {
  margin-top: 20px;
}

#commitee evidenziato div {
  background: #dee3eb !important;
  padding-top: 18px;
  padding-right: 20px;
  text-align: center;
  padding-left: 13px;
  padding-bottom: 18px;
  width: 74%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 12%;
}

.menuAree {
  margin-bottom: 50px;
}

.menuAreeLink {
  margin-bottom: 10px;
  text-align: left;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}

.menuAreeLink:hover {
  padding-left: 20px;
  transition: all 0.5s ease-in-out;
}

.descrizionePagina {
  margin-left: 100px;
  background: #dadfe1;
  padding: 10px;
  margin-top: 15px;
}

.descrizionePaginaArea {
  margin-left: 100px;
  background: #dadfe1;
  padding: 10px;
  margin-top: 48px;
  padding-bottom: 15px;
}

.mr10 {
  margin-right: 10px;
}

.mlr5 {
  margin-right: 5px;
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px !important;
}

.imgTerapeutica figure.effect-milo h2 {
  font-size: 16px;
  background: #fff;
  color: #000;
  right: 10px;
  bottom: 10px;
  padding: 0.1em 0.7em;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
  text-transform: none;
}

.textBottom {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 22px;
  background: #dadfe1;
  text-align: center;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 25px;
}

.textBottomPath {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 19px;
  background: #dadfe1;
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 25px;
}

.accordion {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0 auto;
  list-style: none outside;
}

.accordion-item-hd {
  border-bottom: 1px solid #dadfe1;
  display: block;
  padding: 15px 30px 15px 0;
  position: relative;
  cursor: pointer;
  font-size: 1.17em;
}

.accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 1000px;
  margin-bottom: 30px;
  padding-top: 20px;
  -webkit-transition: max-height 1s ease-in, margin 0.3s ease-in,
    padding 0.3s ease-in;
  transition: max-height 1s ease-in, margin 0.3s ease-in, padding 0.3s ease-in;
}

.accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  text-align: center;
  font-size: 25px;
  line-height: 1;
}

.accordion-item-bd {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.15s ease-out, margin-bottom 0.3s ease-out,
    padding 0.3s ease-out;
  transition: max-height 0.15s ease-out, margin-bottom 0.3s ease-out,
    padding 0.3s ease-out;
}

.accordion-item-input {
  display: none;
}

.bgGray {
  background: #dadfe1;
  margin-top: 30px !important;
}

.bgWhite {
  background: #fff;
}

.img-responsive {
  width: 100%;
  display: block;
}

.h3News {
  padding-top: 0px;
  padding-left: 20px;
  text-align: left;
  padding-bottom: 10px;
}

.boxNews {
  background: #fff;

  margin-top: 20px;
  margin-bottom: 20px;
}

.dataNewsArea {
  padding-top: 10px;
  text-align: left;
  padding-left: 20px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.titoloNewsArea {
  padding-top: 0px;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  min-height: 90px;
}

.descrizioneNewsArea p {
  padding-top: 5px;
  text-align: left;
  padding-left: 10px;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 20px;
  color: #000;
  padding-right: 10px;
}

.ml20mr5 {
  margin-left: 20px;
  margin-right: 10px;
}

.ml15mr10 {
  margin-left: 15px;
  margin-right: 15px;
}

.ml5mr20 {
  margin-left: 10px;
  margin-right: 20px;
}

.btnAllAreaNews {
  color: #fff;
  background: #004d71;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px;
  margin-left: 40%;
  margin-right: 40%;
  margin-bottom: 20px;
  text-align: center;
}

.descrizioneareaD2 h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.descrizioneareaD2 {
  margin-left: 0px;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  padding-right: 45px;
}
.descrizioneareaD2 p {
  margin-left: 0px;
}

.descrizioneareaApps h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.descrizioneareaApps2 h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.descrizioneareaApps2 {
  margin-left: 0px;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  padding-right: 45px;
}

.descrizioneareaApps {
  margin-left: 0px;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  padding-right: 45px;
}
.descrizioneareaApps p {
  margin-left: 0px;
}

.descrizionearea h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.descrizionearea {
  margin-left: 0px;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  padding-right: 45px;
}

.descrizioneareatop50 {
  margin-left: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 50px !important;
  padding-right: 45px;
}

.descrizionearea p {
  margin-left: 0px;
}

.descrizioneareaNeo p {
  margin-left: 0px;
}

.descrizioneareaNeo h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.descrizioneareaNeo {
  margin-left: 0px;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  padding-right: 45px;
}

.descrizioneareaPath h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.descrizioneareaPath {
  margin-left: 0px;
  padding-top: 20px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  padding-right: 45px;
}

.descrizioneareaPath p {
  margin-left: 0px;
}

.descrizioneareaBox h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.descrizioneareaBox {
  margin-left: 0px;
  padding: 20px !important;

  margin-top: 0px !important;
}

.descrizioneareaInfo h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.descrizioneareaInfo {
  margin-left: 0px;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-top: 10px !important;
  padding-right: 45px;
}

.descrizioneareaBox p {
  margin-left: 0px;
  text-align: justify;
}

.pad20 {
  padding: 20px;
}

.mtop0 {
  margin-top: 0 !important;
}

.mtop-10 {
  margin-top: -10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.descrizionearea.mtop0 h2 {
  margin-top: 0 !important;
}

.sample-img .item {
  position: relative;
  margin-top: 5px !important;
  overflow: hidden;
  margin-right: 10px !important;
  margin-left: 0px !important;
}

.boxPatologia {
  margin-top: 10px;
}

.boxSites {
  margin-top: 0px;
  text-align: left;
}

.nomePathol {
  font-size: 20px;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: #004d71;
  color: #fff;
}

.sepBox {
  height: 40px;
}

.titleBox {
  text-align: left;
  padding-left: 40px;
  padding-top: 0px;
  font-weight: 700;
  color: #000;
  font-size: 22px;
}

.titleBoxSost {
  text-align: left;
  padding-left: 0px;
  padding-top: 0px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
}

.descBox {
  padding-left: 30px;
  padding-top: 10px;
  padding-right: 60px;
  padding-bottom: 10px;
  color: #000;
  min-height: 176px;
}

.descBox p {
  text-align: justify;
}

.descBoxSmall {
  padding-left: 30px;
  padding-top: 15px;
  padding-right: 60px;
  padding-bottom: 10px;
  color: #000;
  min-height: 176px;
}

.descBoxSmall p {
  text-align: justify;
}

.descBoxRespirar {
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 60px;
  padding-bottom: 10px;
  color: #000;
  min-height: 176px;
}

.descBoxRespirar p {
  text-align: justify;
}

.descBoxSost {
  padding-left: 50px;
  padding-top: 10px;
  padding-right: 60px;
  padding-bottom: 10px;
  color: #000;
}

#simpleImg {
  margin-top: 20px;
  margin-bottom: 20px;
}

.appStyle {
  padding-left: 100px;
  padding-top: 50px;
}

.appStyle img {
  width: 50%;
}

#simpleImg .overlay {
  display: block;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}

.img-link i {
  font-size: 40px;
  color: #fff;
}

.top50 {
  margin-top: 50px;
}

.padtop0 {
  padding-top: 0 !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml100 {
  margin-left: 100px;
}

.descrizioneareaTop {
  margin-top: 30px;
  margin-bottom: 30px;
}

.descrizioneareaTop p {
  font-size: 20px;
  line-height: 25px;
}

.descrizioneareaNeo h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 0px;
  margin-bottom: 10px;
}

.descrizioneareaNeo {
  margin-left: 30px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  padding-right: 5px;
}

.descrizioneareaNeo p {
  margin-left: 0px;
}

.imgInfoNeo {
  margin-bottom: 20px;
}

.briciole {
  font-size: 14px;
}

.areaTitle {
  text-align: left;
  text-transform: uppercase;
}

.padb20 {
  padding-bottom: 20px;
}

.padleft10 {
  padding-left: 10px;
}

.references {
  padding-top: 10px;
  font-size: 12px;
  line-height: 14px;
}

.references a {
  color: #000;
}

.withRef .reference {
  padding-top: 20px;
  font-size: 12px;
  line-height: 14px;
  padding-left: 10px;
}

.withRef .reference a {
  color: #000;
}

.btnMas {
  font-size: 17px;
  padding: 10px;
  background: #dee3eb;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.boxElPais {
  margin-top: 30px;
  padding: 20px;
  background: #33718d;
  color: #000;
  margin-bottom: 10px;
}

.boxElPais h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  text-transform: none;
  margin-left: 10px;
  margin-bottom: 10px;
}

.boxElPais h2:not(:first-child) {
  color: #fff;
}

.boxElPais p {
  color: #fff;
}

.gallery-thumbs-container-bottom {
  margin-top: -30px;
  margin-left: 10px;
  margin-bottom: 30px;
}

.gallery-thumbs-container-bottom .bx-wrapper {
  margin-top: 53px !important;
}

.no-padding {
  padding: 0px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.sixteen.columns.percent {
}

.pb0 {
  padding-bottom: 0px !important;
}

.archivioNews {
  font-size: 20px;
  text-align: left;
  line-height: 39px;
  margin-left: 0px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.sepgray1News {
  height: 1px;
  background: #dadfe1;
  margin-bottom: 10px;
  margin-top: 20px;
}

.titoloNews {
  text-align: left;
  font-size: 17px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-weight: 700;
  padding-right: 10px;
  padding-top: 10px;
  min-height: 45px;
}

.dateNews {
  text-align: left;
  font-size: 15px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.descNews {
  text-align: left;
  font-size: 15px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 10px;
  min-height: 45px;
}

.readMoreNews {
  font-size: 16px;
  color: #fff;
  background: #2da5da;
  padding: 9px;
  margin-right: 33%;
  width: 50%;
  margin-top: 16px;
  margin-left: 0px;
}

.bgRightNews {
  background: #dadfe1;
  margin-top: 40px;
  padding: 2px;
}

.boxSubscribe {
  background: #fff;
  padding: 10px;
}

.titleSubscribe {
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
}

.bntOpenSubscribe {
  margin-top: 10px;
  background: #f7f7f7;
  padding: 3px;
  cursor: pointer;
}

#paramsNews {
  background: url(../img/bg_search.png) no-repeat;
  background-position: right;
  border: none;
  padding-left: 10px;
}

.btnMasRed {
  font-size: 16px;
  color: #fff;
  background: #004d71;
  padding: 10px;
  margin-left: 40%;
  width: 20%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.boxPagina {
  margin-top: 10px;
}

.titleBoxPag {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  background: #fff;
  padding-bottom: 20px;
  padding-left: 10px;
}

.titleBoxPagBis {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  background: #ffffff;
  padding-bottom: 20px;
  padding-left: 10px;
}

.ion-social-twitter-outline {
  color: #2da5da !important;
}

.ion-social-youtube-outline {
  color: #f42434 !important;
}

.ion-social-linkedin-outline {
  color: #0075a8 !important;
}

.titNewsHist {
  font-size: 22px;
  padding-top: 20px;
  text-align: left;
  padding-left: 20px;
  font-weight: 700;
}

.subtitNewsHist {
  font-size: 18px;
  padding-top: 10px;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 25px;
}

.btnHistNews {
  font-size: 16px;
  color: #fff;
  background: #004d71;
  padding: 12px;
  margin-left: 40%;
  width: 40%;
  margin-top: 28px;
}

.TitHistNews {
  text-align: left;
  padding-top: 30px;
  font-size: 25px;
  padding-bottom: 50px;
}

.DescHistNews {
  text-align: left;
  padding-bottom: 30px;
  padding-right: 50px;
}

.DescHistNews {
  text-align: left;
}

.imgNewsHist {
  margin-top: 30px;
  margin-left: 50px;
  margin-bottom: 30px;
}

.BtnPdfHistNews {
  font-size: 16px;
  color: #fff;
  background: #004d71;
  padding: 12px;
  margin-left: 30%;
  width: 40%;
  margin-top: 28px;
}

.boxContactNews {
  margin-top: 30px;
  /*background: #2da5da;*/
  padding-top: 10px;
  padding-bottom: 30px;
}

.titBoxContactNews {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding-bottom: 20px;
}

.nameBoxContactNews {
  font-size: 16px;
  color: #000;
}

.emailBoxContactNews,
.telBoxContactNews {
  font-size: 15px;
  color: #000;
}

.dateNewsArchive {
  padding-top: 10px;
  text-align: left;

  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.titoloNewsArchive {
  padding-top: 10px;
  text-align: left;
  min-height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.descrizioneNewsArchive {
  padding-top: 5px;
  text-align: left;
  padding-left: 0px;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 0px;
  color: #000;
  padding-right: 10px;
  min-height: 70px;
}

.readMoreNewsArchive {
  font-size: 16px;
  color: #fff;
  background: #2da5da;
  padding: 10px;
  margin-right: 33%;
  width: 33%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.boxTwitter {
  margin-top: 40px;
  text-align: center;
}

.boxTwitterHome {
  margin-top: 20px;
  text-align: center;
}

.boxSocial ul {
  text-align: center;
}

.boxSocial ul li {
  display: inline-block;
  text-align: center;
  padding-right: 10px;
}

.boxSocial {
  margin-top: 40px;
  background: #dadfe1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.boxSocial ul li i {
  font-size: 30px;
  color: #000;
}

.boxSocialHome ul {
  text-align: center;
}

.boxSocialHome ul li {
  display: inline-block;
  text-align: center;
  padding-right: 10px;
}

.boxSocialHome {
  margin-top: 20px;
  background: #dadfe1;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 60%;
  margin-left: 20%;
}

.boxSocialHome ul li i {
  font-size: 30px;
  color: #000;
}

.titleSocial {
  font-size: 25px;
  padding-bottom: 20px;
  text-align: left;
}

.titleSocialY {
  font-size: 25px;
  padding-bottom: 0px;
}

.textSocial {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
}

.boxExternal {
  margin-top: 20px;
  background: #dadfe1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.titolonewspunta {
  color: #000;
}

.descnewspunta {
  color: #000;
}

.subSost {
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 35px;
}

.subSostBCorp {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 5px;
}

.descBgSost {
  background: #7ea7ac;
  margin-bottom: 30px;
}

.descBgSost p {
  padding: 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 22px;
}

.desc2Sost {
  padding-right: 60px;
  margin-bottom: 30px;
  margin-top: 80px;
}

.desc2Sost p {
  margin-left: 0px;
}

.img2Sost {
  margin-top: 30px;
  margin-bottom: 30px;
}

.absTextSost {
  position: absolute;
  width: 50%;
  margin-top: 60px;
  margin-left: 50px;
}

.absTextSost p {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
}

.desc4Sost {
  margin-bottom: 30px;
}

.desc4Sost p {
  margin-left: 0px;
}

.titGraphSost {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.desc5Sost {
  padding-right: 50px;
}

.desc5Sost p {
  margin-left: 0px;
}

.subTit2Sost {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

#videoPlayerEng {
  margin-bottom: 30px;
}

.boxLastAnnual {
  margin-right: 0px;
  background: url(../img/boxlastannual.png) no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 30px;
  margin-bottom: 30px;
}

.titoloAnnualBox {
  padding-top: 40%;
  font-weight: 700;
  font-size: 17px;
}

.annoAnnualBox {
  padding-top: 10px;
  font-size: 17px;
  padding-bottom: 20px;
}

.pdfAnnualBox {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}

.imgDigital {
  margin-left: 20px;
}

.boxSubcribeForm {
  background: #000;
  height: 300px;
  color: #fff;
  margin-top: 20px;
}

.boxPaginaBisL {
  margin-right: 20px;
  margin-top: 20px;
}

.boxPaginaBisR {
  margin-left: 20px;
  margin-top: 20px;
}

.listOldAnnual ul li {
  text-align: right;
  font-size: 18px;
  border-top: 1px solid #dadfe1;
  padding: 25px;
  font-weight: 700;
}

.listOldAnnual ul li i {
  padding-left: 30px;
}

.listOldAnnual {
  margin-top: 50px;
  margin-left: 20px;
}

.listOldAnnual ul li a {
  color: #000;
}

.lastBorder {
  border-bottom: 1px solid #dadfe1;
}

.desc2Etica {
  padding-right: 60px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.desc2Etica p {
  margin-left: 0px;
  text-align: justify;
}

.bgGrayEtica {
  background: #dadfe1;
  margin-top: 15px !important;
}

.imagePadding {
  padding: 35px 20px 20px 20px;
}

.descEticaBottom {
  text-align: center;
  background: #dee3eb;
  padding: 15px;
  font-size: 17px;
  padding-left: 10%;
  padding-right: 10%;
}

.descEticaBottom p {
  text-align: center;
}

.descrizioneH blockquote {
  margin: 0 0 0px;
  padding: 0;
  text-align: right;
  padding: 10px;
  margin-top: -32px;
  padding-right: 20%;
  background: #dee3eb;
}

.descrizioneH blockquote p {
}

.desc2Sost {
  padding-left: 30px;
  margin-bottom: 30px;
  margin-top: 0px;
}

.desc2Sost p {
  margin-left: 0px;
}

.imgIconFoun {
  padding-left: 30px;
}

.textIconFound {
  text-align: left;
  padding-left: 20px;
}

.desc2Fund {
  padding-top: 50px;
  padding-left: 30px;
}

.desc3Fund {
  padding-top: 80px;
  padding-left: 30px;
}

.desc3Fund ul {
  padding-left: 80px;
  padding-top: 20px;
  padding-right: 50px;
  list-style: disc;
  font-size: 15px;
}

.desc3Fund p {
  font-size: 15px;
}

.desc4Fund {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
}

.desc4Fund p {
  font-size: 15px;
}

.desc5Fund {
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

.desc6Fund {
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

.desc6Fund p {
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
}

.desc6Fund p a {
  color: #000;
}

.desc2Sost2 {
  padding-right: 20px;
  margin-bottom: 30px;
  margin-top: 25px;
  text-align: justify;
  font-size: 17px;
  line-height: 25px;
}

.desc2Sost2BCorp {
  padding-right: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
  text-align: justify;
  font-size: 17px;
  line-height: 25px;
}

.desc2Sost2BCorp p {
  margin-left: 0px;
}

.desc2Sostdx2 {
  padding-left: 30px;

  margin-top: 10px;
  text-align: justify;
  font-size: 17px;
  padding-right: 30px;
  line-height: 25px;
}

#lista_news {
  margin-top: 20px;
}

.imgPedala {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-right: 20px;
}

.desc2Sostdx2Obj {
  padding-left: 0px;
  margin-bottom: 30px;
  margin-top: 0px;
  text-align: justify;
  font-size: 17px;
  line-height: 25px;
}

.desc2Sost2 p {
  margin-left: 0px;
  text-align: justify;
}

.imgsxSost {
  margin-top: 20px;
  margin-right: 30px;
}

.imgdxSost {
  margin-top: 30px;
  margin-left: 30px;
}

.imgdxSostObject {
  margin-top: 27px;
  margin-left: 0px;
  text-align: left;
}

.imgdxSostObject img {
  width: 300px;
}

.bgGraySost {
  background: #dee3eb;
  margin-top: 30px !important;
}

#videoHome {
  margin-top: 50px;
  margin-bottom: 20px;
}

.bntOpenSubscribe .form-control {
  width: 100%;
  height: 30px;
}

#tooltipSost .tooltip-top,
#tooltipSost .tooltip-right,
#tooltipSost .tooltip-bottom,
#tooltipSost .tooltip-left {
  position: relative;
  outline: none;
}
#tooltipSost .tooltip-top:before,
#tooltipSost .tooltip-right:before,
#tooltipSost .tooltip-bottom:before,
#tooltipSost .tooltip-left:before {
  content: attr(data-tooltip);
  padding: 8px 16px;
  color: #555;
  white-space: pre;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  z-index: 998;
}
#tooltipSost .tooltip-top:after,
#tooltipSost .tooltip-right:after,
#tooltipSost .tooltip-bottom:after,
#tooltipSost .tooltip-left:after {
  /*  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  z-index: 999;*/
}
#tooltipSost .tooltip-top:before,
#tooltipSost .tooltip-top:after,
#tooltipSost .tooltip-right:before,
#tooltipSost .tooltip-right:after,
#tooltipSost .tooltip-bottom:before,
#tooltipSost .tooltip-bottom:after,
#tooltipSost .tooltip-left:before,
#tooltipSost .tooltip-left:after {
  position: absolute;
  cursor: default;
  opacity: 0;
  background-color: #fff;
  pointer-events: none;
  transition: all ease-out 0.15s;
  box-shadow: none;
}
#tooltipSost .tooltip-top:hover:before,
#tooltipSost .tooltip-top:hover:after,
#tooltipSost .tooltip-right:hover:before,
#tooltipSost .tooltip-right:hover:after,
#tooltipSost .tooltip-bottom:hover:before,
#tooltipSost .tooltip-bottom:hover:after,
#tooltipSost .tooltip-left:hover:before,
#tooltipSost .tooltip-left:hover:after {
  opacity: 1;
  margin: 0;
}

#tooltipSost .tooltip-top:before {
  bottom: calc(100% + 8px + 4px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#tooltipSost .tooltip-top:after {
  bottom: calc(100% + 3px + 4px);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
#tooltipSost .tooltip-top:before,
#tooltipSost .tooltip-top:after {
  left: 50%;
  margin-bottom: -4px;
}

#tooltipSost .tooltip-right:before {
  left: calc(100% + 8px + 4px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#tooltipSost .tooltip-right:after {
  left: calc(100% + 3px + 4px);
  -webkit-transform: translateY(-50%) rotate(-315deg);
  transform: translateY(-50%) rotate(-315deg);
}
#tooltipSost .tooltip-right:before,
#tooltipSost .tooltip-right:after {
  top: 50%;
  margin-left: -4px;
}

#tooltipSost .tooltip-bottom:before {
  top: calc(100% + 8px + 4px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#tooltipSost .tooltip-bottom:after {
  top: calc(100% + 3px + 4px);
  -webkit-transform: translateX(-50%) rotate(-225deg);
  transform: translateX(-50%) rotate(-225deg);
}
#tooltipSost .tooltip-bottom:before,
#tooltipSost .tooltip-bottom:after {
  left: 50%;
  margin-top: -4px;
}

#tooltipSost .tooltip-left:before {
  right: calc(100% + 8px + 4px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#tooltipSost .tooltip-left:after {
  right: calc(100% + 3px + 4px);
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
#tooltipSost .tooltip-left:before,
#tooltipSost .tooltip-left:after {
  top: 50%;
  margin-right: -4px;
}

.btnEthics {
  background: #7ea8ad;
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 10px;
  width: 100%;
  margin-left: 0%;
  margin-bottom: 0.6rem;
}

#scrollStep1 a {
  cursor: pointer;
}

.step1 .graphic {
  width: 252px;
  background: url(../img/1.png) left top no-repeat !important;
  margin-top: 25%;
}

.step1 h2 a {
  color: #6ec4e8;
  background: url() right bottom no-repeat;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
}

.step1 h2 {
  padding: 20px 0 0px 0px !important;
}

.step1 h2 span {
  font-size: 15px;
  line-height: 20px;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
}

.step1 {
  margin-right: 0% !important;
  height: 200px;
  text-align: left !important;

  width: 70% !important;
}

.halfImage {
  width: 10%;
  margin-top: 20px;
}

.halfImageStep3 {
  width: 13%;
  margin-top: 20px;
}

.halfImageRight {
  width: 25%;
  margin-top: 20px;
}

.halfImageRightHalf {
  width: 50%;
  margin-top: 20px;
}

.halfImageRight70 {
  width: 70%;
  margin-top: 20px;
}

.step2 {
  padding-left: 70% !important;
  margin-top: -19% !important;
  height: 202px;
  background: transparent !important;
  position: absolute !important;
}

.step2 h2 {
  padding: 48px 0 0px 0px !important;
  font-family: "Montserrat", sans-serif !important;
}

.step2 h2 span {
  font-size: 15px;
  line-height: 20px;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
}
.step2 h2 a {
  font-family: "Montserrat", sans-serif !important;
}

.txtStep.active {
  background: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  z-index: 10 !important;
}

.step1 .txtStep {
  float: right !important;
  padding: 5px 5px 5px 45px;
  text-align: left;
  margin-right: 30%;
  margin-top: -14%;
}

.absImageStep2 {
  position: absolute;
  margin-left: -3%;
  z-index: 2;
}

.absImageStep1 {
  position: absolute;
  margin-left: 0%;
  z-index: 2;
}

.absImageStep3 {
  position: absolute;
  margin-left: 0%;
  margin-top: 2%;
  z-index: 2;
}

.absImageStep4 {
  position: absolute;
  margin-left: 0%;
  z-index: 2;
}

.absImageStep5 {
  position: absolute;
  margin-left: 0%;
  margin-top: 2%;
  z-index: 2;
}

.absImageStep6 {
  position: absolute;
  margin-left: 0%;
  z-index: 2;
}

.step h2 a {
  cursor: pointer;
}

.step2 .txtStep {
  border-color: #ffdf00 !important;
  margin-left: -100px !important;
  width: 100% !important;
  background: #fff !important;
}

.step3 {
  text-align: left !important;
}

.step3 a {
  font-family: "Montserrat", sans-serif !important;
}

.step3 h2 {
  padding: 150px 0 8px 0 !important;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
}

.step3 h2 span {
  font-size: 15px;
  line-height: 20px;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
}

.step3 .txtStep {
  width: 46% !important;
  position: absolute;
  margin-top: -14%;
}

.step4 {
  padding-left: 70% !important;
  margin-top: -5%;
}

.absQuestion {
  position: absolute;
  left: 17%;
  top: 91%;
}

.absQuestion img {
  width: 25%;
}

.absQuestionStep5 {
  position: absolute;
  left: 15%;
  /* top: -7%; */
  margin-top: -4%;
}

.absQuestionStep5 img {
  width: 25%;
}

.absQuestionStep6 {
  position: absolute;
  right: 0%;
  /* top: -7%; */
  margin-top: -4%;
}

.absQuestionStep6 img {
  width: 25%;
}

.absQuestionRight {
  position: absolute;
  right: 0%;
  top: 67%;
}

.absQuestionRight img {
  width: 35%;
}

.step4 h2 {
  padding: 150px 0 8px 0 !important;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
}

.step4 h2 span {
  font-size: 15px;
  line-height: 20px;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
}

.step4 h2 a {
  font-family: "Montserrat", sans-serif !important;
}

.step4 .txtStep {
  width: 95% !important;
  margin-top: 8% !important;
  margin-left: -27% !important;
}

.step5 {
  text-align: left !important;
}

.step5 h2 {
  padding: 200px 10px 0px 0px !important;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
}

.step5 h2 a {
  font-family: "Montserrat", sans-serif !important;
}

.step5 h2 span {
  font-size: 15px;
  line-height: 20px;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
}

.step6 {
  padding-left: 70% !important;
  height: 213px;
  background: transparent !important;
}

.step6 h2 {
  padding: 50px 10px 0px 0px !important;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
}

.step6 h2 span {
  font-size: 15px;
  line-height: 20px;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
}

.step6 h2 a {
  font-family: "Montserrat", sans-serif !important;
}

.step5 .txtStep {
  float: left !important;
  margin-top: -12% !important;
  margin-bottom: 30px;
}

.step6 .txtStep {
  margin-left: -25% !important;
  width: 94% !important;
}

.accessData {
  margin-top: 0px;
  font-size: 50px;
  color: #004d71;
  line-height: 56px;
}

.downloadDatos {
}

.downloadDatos li {
  display: inline-block;
  width: 19%;
  vertical-align: top;
}

.downloadDatos li img {
  display: block;
  width: 70%;
}

.line1 img {
  width: 85%;
  margin-left: 50%;
  margin-top: 10%;
}

.line2 {
  position: absolute;
  left: 0;
  z-index: 0;
}

.line2 img {
  width: 63%;
  margin-top: 13%;
  margin-left: 12%;
}

.line3 img {
  width: 50%;
  margin-left: 33%;
  margin-top: 6%;
}

.line4 {
  position: absolute;
  left: 0;
}

.line4 img {
  width: 63%;
  margin-top: 9%;
  margin-left: 12%;
}

.line5 img {
  width: 35%;
  margin-left: 52%;
  margin-top: 4%;
}

.step h2 {
  line-height: 17px !important;
  background: transparent !important;
}

.txtStep {
  border-radius: 0px !important;
}

.halfImage,
.halfImageRight,
.halfImageRight70,
.halfImageRightHalf,
.downloadDatos img,
.halfImageStep3 {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  /*  cursor: pointer;*/
}

.halfImage:hover {
  cursor: pointer;
}

.halfImage.activeColor,
.halfImageRight.activeColor,
.halfImageRight70.activeColor,
.halfImageRightHalf.activeColor,
.downloadDatos img.activeColor,
.halfImageStep3.activeColor {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.step {
  cursor: pointer;
}

.step1 .txtStep,
.step3 .txtStep,
.step5 .txtStep,
.step7 .txtStep {
  float: right;
  padding: 5px 5px 5px 6px !important;
  text-align: left;
}

.txtStep {
  padding: 5px 5px 5px 5px !important;
}

.container .sixteensmall.columns {
  width: 100%;
}

.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
}
.row .col {
  flex: 1;
}
.row .col:last-child {
  margin-left: 1em;
}

/* Accordion styles */
.tabs {
  overflow: hidden;
}

.tabs .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tabs .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #2c3e50;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tabs .tab-label:hover {
  background: #1a252f;
}
.tabs .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tabs .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
.tabs .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tabs .tab-close:hover {
  background: #1a252f;
}

.tabs input:checked + .tab-label {
  background: #1a252f;
}
.tabs input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  text-align: left;
}

.marginToprare {
  margin-top: 230px;
}

.accordion {
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 20px;
}
.accordion input {
  display: none;
}
.accordion input + label {
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: 300;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #000;
  background: transparent;
  margin-bottom: 0px;
  border-top: 1px solid #dadfe1;
  font-size: 18px;
  text-align: left;
}
.accordion label i {
  font-size: 0.9em;
  position: absolute;
  right: 15px;
  top: 25px;
}
.accordion label i.fa-chevron-down {
  right: 20px;
  left: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #dadfe1;
}
.accordion input:checked + label {
  color: #77bc1f;
  font-weight: 700;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #77bc1f;
  border-left: 1px solid #77bc1f;
  border-right: 1px solid #77bc1f;
  border-bottom: 0px solid #77bc1f;
  font-size: 18px;
}

.accordion input:checked + label.resp {
  color: #0075a8;
  font-weight: 700;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #0075a8;
  border-left: 1px solid #0075a8;
  border-right: 1px solid #0075a8;
  border-bottom: 0px solid #0075a8;
  font-size: 18px;
}

.accordion input:checked + label.neon {
  color: #a8a1c1;
  font-weight: 700;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #a8a1c1;
  border-left: 1px solid #a8a1c1;
  border-right: 1px solid #a8a1c1;
  border-bottom: 0px solid #a8a1c1;
  font-size: 18px;
}

.accordion input:checked + label.cardio {
  color: #f42434;
  font-weight: 700;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #f42434;
  border-left: 1px solid #f42434;
  border-right: 1px solid #f42434;
  border-bottom: 0px solid #f42434;
  font-size: 18px;
}

.accordion input:checked + label.transp {
  color: #849794;
  font-weight: 700;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #849794;
  border-left: 1px solid #849794;
  border-right: 1px solid #849794;
  border-bottom: 0px solid #849794;
  font-size: 18px;
}

.accordion input:checked + label i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion input + label.resp {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif !important;
}
.accordion .item {
  transform: scaleY(0);
  transform-origin: top;
  max-height: 0px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #77bc1f;
  border-left: 1px solid #77bc1f;
  border-right: 1px solid #77bc1f;
  padding: 0 15px;
  font-weight: normal;
  font-size: 18px;
  background: #fff;
  color: #000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.accordion .item.respY {
  transform: scaleY(0);
  transform-origin: top;
  max-height: 0px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #0075a8;
  border-left: 1px solid #0075a8;
  border-right: 1px solid #0075a8;
  padding: 0 15px;
  font-weight: normal;
  font-size: 18px;
  background: #fff;
  color: #000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.accordion .item.neonY {
  transform: scaleY(0);
  transform-origin: top;
  max-height: 0px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #a8a1c1;
  border-left: 1px solid #a8a1c1;
  border-right: 1px solid #a8a1c1;
  padding: 0 15px;
  font-weight: normal;
  font-size: 18px;
  background: #fff;
  color: #000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.accordion .item.cardioY {
  transform: scaleY(0);
  transform-origin: top;
  max-height: 0px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #f42434;
  border-left: 1px solid #f42434;
  border-right: 1px solid #f42434;
  padding: 0 15px;
  font-weight: normal;
  font-size: 18px;
  background: #fff;
  color: #000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.accordion .item.transpY {
  transform: scaleY(0);
  transform-origin: top;
  max-height: 0px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #849794;
  border-left: 1px solid #849794;
  border-right: 1px solid #849794;
  padding: 0 15px;
  font-weight: normal;
  font-size: 18px;
  background: #fff;
  color: #000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

#item1:checked ~ #content1,
#item2:checked ~ #content2,
#item3:checked ~ #content3,
#item4:checked ~ #content4 {
  max-height: 400px;
  transform: scaleY(1);
}
.accordion .item h4,
.accordion .item p {
  margin: 0;
  padding: 0;
}
.accordion .item h4 {
  padding: 10px;
}
.accordion .item p {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
}

.linkAccordion {
  font-weight: 300;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #000;
  background: transparent;
  margin-bottom: 0px;
  border-top: 1px solid #dadfe1;
  font-size: 18px;
  text-align: left;
}

.bgAcqua {
  background: #7ea7ac;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  padding: 35px 40px;
  line-height: 20px;
}

.boxImageRare {
  margin-top: 30px;
}

.boxImageResp {
  margin-top: 20px;
}

.boxImageResp {
  margin-top: 20px;
}

.rareleft {
  margin-left: 15px;
}

.rareleftright {
  margin-left: 5px;
  margin-right: 10px;
}

.rareleftrightcenter {
  margin-left: 10px;
  margin-right: 5px;
}

.rareright {
  margin-right: 15px;
}

.boxTextRare {
  background: #004d71;
  padding: 10px;
  font-size: 16px;
  color: #fff;
}

.boxTextRareSmall {
  background: #004d71;
  padding: 10px;
  font-size: 16px;
  color: #fff;
}

.areeH1 {
  text-align: center;
  margin-top: 30px;
  text-transform: none;
  font-size: 25px;
  line-height: 40px;
}

.paragrafRare {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.aree2 {
  text-align: left;
  margin-top: 30px;
  text-transform: none;
  font-size: 25px;
  line-height: 40px;
  margin-left: 30px;
}

.paragrafRare2 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  text-align: justify;
  padding-right: 10px;
}

.paragrafRare2Transpl {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 30px;
  text-align: justify;
  padding-right: 10px;
}

.fontweight500 {
  font-weight: 500;
}

.halfparagrafRare {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.bgAcquaHeaderBlack {
  text-align: left;
  margin-left: 1%;
  font-size: 25px;
  color: #000;
  font-weight: 700;
}

.bgAcquaHeaderWhite {
  text-align: left;
  margin-left: 1%;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  line-height: 35px;
}

.bgAcquaSubHeaderWhite {
  text-align: left;
  margin-left: 1%;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
}

.subTitleRare {
  text-align: left;
  margin-top: 30px;
  text-transform: none;
  font-size: 22px;
  line-height: 35px;
  color: #000;
}

.boxHitosRare {
  background: rgba(110, 196, 232, 0.6);
  color: #000;
  padding: 25px;
  font-size: 18px;
  margin-bottom: 50px;
}

.absTitleRare {
  position: absolute;
  z-index: 999;
  margin-top: -28%;
  margin-left: 10%;
  text-align: left;
  font-size: 30px;
  color: #fff;
}

.descAbsRare {
  font-size: 16px;
  color: #fff;
  margin-left: 50%;
  margin-top: 20px;
  margin-right: 20px;
}

.descAbsRare a {
  color: #fff;
}

.bgSlate {
  background: #dadfe1;
  margin-top: 30px !important;
}

.subTitleRareSlate {
  text-align: justify;
  margin-top: 15px;
  text-transform: none;
  font-size: 22px;
  line-height: 35px;
  color: #000;
  margin-left: 50px;
  font-weight: 700;
}

.textRareSlate {
  margin-left: 50px;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 40px;
}

.bgGrayRare {
  background: #f7f7f7;
  margin: 20px !important;
}

.imageChip {
  padding: 30px;
}

.imageEnzima {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}

.titleChip {
  text-align: left;
  margin-top: 30px;
  margin-left: 0px;
  font-size: 22px;
  font-weight: 700;
}

.titleChipEstela {
  text-align: left;
  margin-top: 30px;
  margin-left: 30px;
  font-size: 22px;
  font-weight: 700;
}

.titleChipEnzima {
  text-align: left;
  margin-top: 30px;
  margin-left: 30px;
  font-size: 22px;
  font-weight: 700;
}

.descChip {
  text-align: justify;
  margin-top: 88px;
  margin-left: 0px;
  font-size: 18px;
  line-height: 25px;
}

.descChipEstela {
  text-align: justify;
  margin-top: 45px;
  margin-left: 30px;
  font-size: 18px;
  line-height: 25px;
  padding-right: 10px;
}

.descChipEnzima {
  text-align: justify;
  margin-top: 55px;
  margin-left: 30px;
  font-size: 18px;
  line-height: 25px;
  margin-right: 10px;
}

.margin-right-110px {
  margin-right: 110px;
}

.buttonRareChip {
  margin-top: 83px;
  background: #004d71;
  color: #fff;
  width: 50%;
  margin-left: 25%;
  padding: 10px;
  margin-bottom: 0px;
}

.buttonRareCardioVasc {
  margin-top: 15px;
  background: #004d71;
  color: #fff;
  width: 50%;
  margin-left: 25%;
  padding: 10px;
  margin-bottom: 0px;
}

.buttonRare {
  margin-top: 30px;
  background: #004d71;
  color: #fff;
  width: 50%;
  margin-left: 25%;
  padding: 10px;
  margin-bottom: 0px;
}

.buttonRarePedala {
  margin-top: 40px;
  background: #004d71;
  color: #fff;
  width: 50%;
  margin-left: 25%;
  padding: 10px;
  margin-bottom: 3px;
}

.buttonRareNeonStart {
  margin-top: 15px;
  background: #004d71;
  color: #fff;
  width: 50%;
  margin-left: 25%;
  padding: 10px;
  margin-bottom: 0px;
}

.buttonRareSmall {
  margin-top: 25px;
  background: #004d71;
  color: #fff;
  width: 50%;
  margin-left: 25%;
  padding: 10px;
  margin-bottom: 0px;
}

.buttonRare2 {
  margin-top: 8px;
  background: #004d71;
  color: #fff;
  width: 50%;
  margin-left: 25%;
  padding: 10px;
  margin-bottom: 0px;
}

.buttonRare3 {
  margin-top: 30px;
  background: #004d71;
  color: #fff;
  width: 30%;
  margin-left: 35%;
  padding: 10px;
  margin-bottom: 30px;
}

.buttonRare4 {
  margin-top: 30px;
  background: #004d71;
  color: #fff;
  width: 50%;
  margin-left: 25%;
  padding: 10px;
  margin-bottom: 17px;
}

.buttonRare5 {
  margin-top: 30px;
  background: #004d71;
  color: #fff;
  width: 50%;
  margin-left: 25%;
  padding: 10px;
  margin-bottom: 25px;
}

.buttonRare6 {
  margin-top: 30px;
  background: #004d71;
  color: #fff;
  width: 30%;
  margin-left: 35%;
  padding: 10px;
  margin-bottom: 25px;
}

.buttonSosten {
  margin-top: 20px;
  background: #004d71;
  color: #fff;
  width: 50%;
  margin-left: 25%;
  padding: 10px;
  margin-bottom: 7px;
}

.buttonSostenCardio {
  margin-top: 30px;
  background: #004d71;
  color: #fff;
  width: 50%;
  margin-left: 25%;
  padding: 10px;
  margin-bottom: 15px;
}

.pad40 {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.buttonSust {
  margin-top: 95px;
  background: #004d71;
  color: #fff;
  width: 50%;
  margin-left: 22%;
  padding: 10px;
  margin-bottom: 30px;
}

.buttonSustPage {
  /* margin-top: 30px; */
  background: #004d71;
  color: #fff;
  width: 65%;
  /* margin-left: 22%; */
  padding: 10px;
  margin-bottom: 15px;
}

.mtop110 {
  margin-top: 120px;
}

.chipHeader {
  background: #57c8e7;
  margin-top: 20px;
  padding: 10px;
  font-size: 18px;
  color: #000;
}

.pinkChip {
  font-size: 20px;
  color: #b90066;
  font-weight: 700;
  text-align: left;
  margin-top: 20px;
}

.descPageChip {
  text-align: left;
  margin-top: 20px;
  margin-right: 60px;
}

.chipPoint {
  margin-top: 20px;
}

.yellowHChip {
  color: rgba(220, 95, 19, 0.6);
  font-size: 20px;
  margin-top: 20px;
  font-weight: 700;
  text-align: left;
}

.descYellowChip {
  text-align: left;
  margin-top: 20px;
}

.descYellowChip ul {
  list-style: disc;
  margin-left: 40px;
  margin-bottom: 30px;
}

.ideaChipHeader {
  color: #57c8e7;
  font-size: 20px;
  margin-top: 0px;
  font-weight: 700;
  text-align: left;
  margin-left: 50px;
}

.ideaChipDesc {
  text-align: left;
  margin-left: 50px;
  margin-top: 20px;
  margin-right: 30px;
}

.titleChipNumber {
  font-size: 20px;
  color: #b90066;
  font-weight: 700;
  text-align: left;
  margin-top: 30px;
}

.m-t-20 {
  margin-top: 20px;
}

.boxHospitalChip {
  color: #000;
  padding: 20px;
  text-align: left;
  background: #57c8e7;
  font-weight: 700;
  font-size: 20px;
  min-height: 100px;
}

.cistHeader {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  background: #7ea7ac;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.defiHeader {
  color: #fff;
  text-align: left;
  font-size: 20px;
  line-height: 25px;
  background: #57c8e7;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.imgAsma {
}

.ml5mr5 {
  margin-left: 10px;
  margin-right: 10px;
}

.h3NewsCino {
  padding-top: 10px;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
}

.btnCinos {
  background: #dadfe1;
  font-size: 20px;
  padding: 10px;
  line-height: 25px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000;
  width: 40%;
  margin-left: 30%;
}

.pad10 {
  padding: 10px;
}

.boxTimeline {
  background: url("../img/aree/icon/line_data.png") no-repeat;
  min-height: 600px;
  background-position: 0% 60%;
}

.boxdate {
  background: url("../img/aree/icon/icon_cale.png") no-repeat;
  background-position: 0% 20%;
  background-size: 20%;
}

.titleTimeline {
  padding-left: 130px;
  font-size: 16px;
  color: #6ec4e8;
  text-align: left;
  font-weight: 700;
  padding-top: 20px;
}

.descTimeline {
  padding-left: 130px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 13px;
}

.titleTimelineNoPad {
  padding-left: 0px;
  font-size: 16px;
  color: #6ec4e8;
  text-align: left;
  font-weight: 700;
  padding-top: 20px;
}

.descTimelineNoPad {
  padding-left: 0px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 13px;
  padding-right: 20px;
}

.m-top-negative {
  margin-top: -50px;
}

.m-top-negative100 {
  margin-top: -100px;
}

.m-top-negative200 {
  margin-top: -180px;
}

.sepTimeline {
  margin-top: 250px;
}

.numbersChip {
  font-size: 40px;
  margin-top: 20px;
  background: #b90066;
  width: 33%;
  text-align: center;
  margin-left: 33%;
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 50%;
  color: #fff;
}

.textNumber {
  margin-top: 20px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.numbersChipSmall {
  font-size: 30px;
  margin-top: 20px;
  background: #dadfe1;
  width: 33%;
  text-align: center;
  margin-left: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 50%;
  color: #000;
}

.textNumberSmall {
  margin-top: 20px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.absVideoRare {
  margin-top: -42%;
  width: 63%;
  margin-left: 36%;
}

.twitterChip {
  margin-top: 20px;
}

.bntChipGreen {
  color: #fff;
  text-align: center;
  padding: 15px 10px 15px 10px;
  font-size: 16px;
  background: #00af41;
  font-weight: 700;
}

.boxCistiGreen {
  background: #00af41;
  padding: 10px;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
}

.boxDefiGreen {
  background: #57c8e7;
  padding: 10px;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
}

.research {
  font-size: 25px;
  line-height: 43px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: left;
}

.researchJob {
  font-size: 30px;
  line-height: 43px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: left;
}

.boxResearch {
  background: #7ea7ac;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 85px;
  padding-right: 85px;
  margin-top: 20px;
  font-size: 17px;
  color: #fff;
}

.textResearch {
  margin-top: 30px;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 30px;
}

.textResearchGray {
  margin-top: 40px;
  font-size: 15px;
  text-align: justify;
  background: #dadfe1;
  padding: 20px;
}

.textResearch a {
  color: #000;
}

.boxCompany {
  margin-top: 20px;
  margin-bottom: 20px;
}

.textCompany2 {
  position: absolute;
  z-index: 999;
  /* top: 0; */
  margin-top: -38%;
  width: 36%;
  left: 57%;
  text-align: justify;
  font-size: 13px;
  padding: 39px;
  background: rgba(255, 255, 255, 0.9);
}
.textCompany {
position: absolute;
    z-index: 999;
    /* top: 0; */
    margin-top: -38%;
    width: 66%;
    left: 35%;
    text-align: justify;
    font-size: 13px;
    padding: 44px;
    background: rgba(255, 255, 255, 0.9);
}

#map #map-holder {
  height: 100px;
  width: 100%;
  display: block;
  opacity: 1;
  margin-top: 20px;
}

.mapresearch {
  margin-top: 20px;
}

#google-map {
  width: 100%;
  max-width: 100%;
  height: 450px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.titleCapitolo {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.gm-style-iw {
  width: 100% !important;
  min-height: 150px;
}

#TELE,
#LAMP,
#PIL {
  cursor: pointer;
}

.researchToolTip {
  bottom: 30% !important;
  left: 50% !important;
}

#respPipeline,
#neoPipeline,
#rarePipeline {
  margin-top: 30px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-50 {
  margin-top: 50px;
}

.areaPipeline {
  cursor: pointer;
}

.titleTool {
  font-size: 18px;
  text-align: center;
  width: 50%;
  margin-left: 25%;
  font-weight: 700;
}

.imgNews {
  margin-right: 20px;
}

.bgAcqua2 {
  background: #7ea7ac;
  color: #fff;
  font-size: 21px;
  margin-top: 20px;
  padding: 35px 85px;
  line-height: 30px;
}

.bgCorona {
  background: #006c9a url("../corona/bgCorona.png") no-repeat;
  background-position: top right;
  min-height: 110px;
}

.descCoronaHome {
  font-size: 15px;
  color: #fff;
  padding-left: 35px;
  padding-top: 30px;
  text-align: right;
  padding-right: 100px;
}

.titoloCoronaHome {
  font-size: 35px;
  color: #fff;
  padding-left: 25px;
  padding-top: 25px;
  text-align: left;
}

.titoloCorona {
  font-size: 35px;
  color: #006aa7;
  padding-bottom: 45px;
  padding-top: 25px;
  text-align: left;
}

.arrowCorona {
  text-align: right;
  padding: 10px;
  color: #fff;
  margin-top: -35px;
  text-decoration: underline;
}

.claimHome {
  font-size: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16%;
  padding-right: 16%;
  line-height: 60px;
  font-weight: 700;
}

.sepCoronaBis {
}

.CoronaBox {
  margin-bottom: 30px;
}

.descEmCorona {
  font-size: 16px;
  font-style: italic;
  text-align: left;
  color: #006aa7;
  text-align: left;
  line-height: 25px;
}

.subtitoloCorona {
  font-size: 22px;
  color: #006aa7;
  padding-top: 35px;
  text-align: left;
  line-height: 25px;
}

.descCorona {
  font-size: 15px;
  color: #000;
  text-align: left;
  padding-top: 20px;
  line-height: 20px;
  padding-right: 20px;
}

.infoCorona {
  margin-top: 25px;
  margin-bottom: 25px;
}

.boxLinkCorona {
  margin-top: 35px;
}

.titoloLinkCorona {
  padding: 20px;
  min-height: 30px;

  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin-top: 5px;
  font-size: 20px;
}

.titoloLinkCorona img {
  vertical-align: middle;
  float: right;
}

.imglinkCorona img {
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.border1 {
  background: #009490;
}

.border2 {
  background: #f32836;
}

.border3 {
  background: #00758d;
}

.containerVideoCorona {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 20px;
}

.containerVideoBCorp {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.areaTitleHome {
  font-size: 35px;
  padding-top: 25px;
  padding-bottom: 80px;
  font-weight: 700;
}

.areaTitleHomeNews {
  font-size: 35px;
  padding-top: 25px;
  padding-bottom: 30px;
  font-weight: 700;
}

.containerVideoBCorp2 {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.immaginearea,
.immaginearea2 {
  text-align: center;
  margin-top: 60px;
}

.mt20 {
  margin-top: 20px;
}

.boxDonazioniCorona {
  background: #006c9a;
  margin-top: 30px !important;
  text-align: left;
  padding-bottom: 20px;
}

.boxCifreCorona {
  background: #2d918f;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  padding-bottom: 20px;
}

.subtitoloCoronaBox {
  font-size: 35px;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
  line-height: 40px;
}

.subtitoloCoronaBox span {
  font-weight: 500;
}

.itemCoronaImg {
  padding-left: 30px;
  float: left;
  padding-bottom: 20px;
}

.itemCoronaImg img {
  vertical-align: middle;
  margin-top: 0px !important;
  width: 80px;
  padding-left: 30px;
}

.itemCoronatext {
  float: left;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  padding-left: 20px;
  padding-top: 10px;
  text-align: left;
}

.rightCoronaText {
}

.sepCorona {
  height: 2px;
  width: 50px;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 20px;
}

.itemCoronatext span {
  font-size: 40px;
  font-weight: 700;
}

.responsive-image {
  display: block;
  width: 100%;
}

.reference {
  font-size: 11px;
  text-align: left;
}

.text-center {
  text-align: center;
}

#rareDiseases .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
#rareDiseases .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 7px;
  background-color: #6ec4e8;
  left: 50%;
  margin-left: -4px;
}
#rareDiseases .timeline > li {
  margin-bottom: 20px;
  position: relative;
}
#rareDiseases .timeline > li:before,
#rareDiseases .timeline > li:after {
  content: " ";
  display: table;
}
#rareDiseases .timeline > li:after {
  clear: both;
}
#rareDiseases .timeline > li:before,
#rareDiseases .timeline > li:after {
  content: " ";
  display: table;
}
#rareDiseases .timeline > li:after {
  clear: both;
}
#rareDiseases .timeline > li > .timeline-panel {
  width: 42%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 5px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background: #fff;
}
#rareDiseases .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
#rareDiseases .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
#rareDiseases .timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #6ec4e8;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  cursor: pointer;
}
#rareDiseases .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
#rareDiseases .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
#rareDiseases .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
#rareDiseases .timeline-badge.primary {
  background-color: #2e6da4 !important;
}
#rareDiseases .timeline-badge.success {
  background-color: #3f903f !important;
}
#rareDiseases .timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
#rareDiseases .timeline-badge.info {
  background-color: #5bc0de !important;
}
#rareDiseases .timeline-title {
  margin-top: 0;
  color: inherit;
}
#rareDiseases .timeline-body > p,
#rareDiseases .timeline-body > ul {
  padding-left: 0px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 13px;
}

#rareDiseases .timeline-body {
  display: none;
}
#rareDiseases .timeline-body > p + p {
  margin-top: 5px;
}
#rareDiseases h4.timeline-title {
  padding-left: 10px;
  font-size: 16px;
  color: #6ec4e8;
  text-align: left;
  font-weight: 700;
  padding-top: 20px;
  background: transparent;
  text-transform: none;
}

#rareDiseases h4.timeline-title a {
  padding-left: 10px;
  font-size: 16px;
  color: #6ec4e8;
  text-align: left;
  font-weight: 700;
  padding-top: 20px;
  background: transparent;
  text-transform: none;
}

.closeButton {
  position: absolute;
  right: -10px;
  top: 10px;
  cursor: pointer;
}

.closeButton img {
  width: 50%;
}

.text-bold {
  font-weight: 700;
}

.dividerRare {
  height: 3px;
  background: #000;
  margin-top: 30px;
  margin-bottom: 20px;
  display: none;
}

div[class^="openBody_"] {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.mb30 {
  margin-bottom: 20px;
}

.respright {
  margin-right: 15px;
}

.respleftright {
  margin-right: 10px;
  margin-left: 5px;
}

.resprightleft {
  margin-right: 5px;
  margin-left: 10px;
}

.respleft {
  margin-left: 15px;
}

.chcleftright {
  margin-right: 10px;
  margin-left: 5px;
}

.chcrightleft {
  margin-right: 5px;
  margin-left: 10px;
}

.chcleft {
  margin-left: 50px;
}

.chcright {
  margin-right: 50px;
}

.chcbottom {
  margin-bottom: 60px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space60 {
  height: 60px;
}

.space80 {
  height: 80px;
}

.text-left {
  text-align: left;
}

#content1 ul {
  margin-left: 30px;
  font-size: 10px;
  list-style: square;
  margin-bottom: 20px;
}

.text-justify {
  text-align: justify;
}

.titleBoxNeon {
  text-transform: none;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
  padding-left: 10px;
  font-weight: 700;
}

.descBoxNeon {
  padding-left: 0px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 10px;
  color: #000;
}

.descBoxNeonStart {
  padding-left: 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  color: #000;
}

.descBoxNeon p,
.descBoxNeonStart p {
  text-align: justify;
}

.adjustIframe {
  margin-top: 35px;
  margin-left: 20px;
  margin-right: 20px;
}

.descBoxCardio {
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  color: #000;
}

.descBoxCardio p {
  font-size: 15px;
  text-align: justify;
  margin-left: 0px;
}

.descBoxCardioPedala {
  padding-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  color: #000;
}

.descBoxCardioPedala p {
  font-size: 15px;
  text-align: justify;
  margin-left: 0px;
}

.descBoxTransp {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  color: #000;
}

.descBoxTransp p {
  font-size: 15px;
  text-align: justify;
  margin-left: 0px;
}

.padB10 {
  padding-bottom: 20px;
}

.textWhiteCardio {
  font-size: 23px;
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 14%;
  line-height: 25px;
  color: #fff;
}

.listCardio {
  margin-top: 20px;
  list-style: none;
  width: 103%;
  margin-bottom: 12px;
}

.listCardio li {
  display: inline-block;
  width: 32%;
}

.boxLinkCardio {
  background: #6ec4e8;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.textBlackCardio {
  margin-top: 10%;
  margin-right: 10%;
  font-size: 16px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 25px;
}

.btnTransp {
  margin-top: 15px;
}

.btnTransp img {
  width: 50%;
}

.padt40 {
  padding-top: 80px;
}

.bcorp h1 {
  text-align: left;
  margin-left: 40px;
  font-size: 30px;
  line-height: 45px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 2px;
  color: #004d71;
}

#videoPlayerBCorp {
  margin-left: 40px;
  width: 96.5% !important;
}

.img-responsive {
  width: 100%;
  display: block;
}

.img-responsive-eight {
  width: 90%;
  display: block;
}

.imageCorpPad {
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.descrizioneBCorp {
  font-family: "segoeui";
  font-size: 14px;
  color: #000;
  text-align: justify;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.descrizioneBCorp p {
  text-align: justify;
}

.descrizioneBCorp h5 {
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  font-weight: 300;
  text-align: left;
  color: #004d71;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.textBlue {
  color: #004d71;
  font-weight: 700;
}

.pdr10 {
  padding-right: 10px;
}

.padb40 {
  padding-bottom: 40px;
}

.mb20 {
  margin-bottom: 20px;
}

.mtop40 {
  margin-top: 40px;
}

.padl40 {
  padding-left: 40px;
}

.padl30 {
  padding-left: 30px;
}

.space15 {
  height: 15px;
}

.space5 {
  height: 5px;
}

.bgWeact {
  background: url("../img/sust/bgwe.png") no-repeat;
  height: 190px;
  width: 100%;
  background-size: cover;
}

.textWeact {
  text-align: center;
  margin-left: 15%;
  margin-right: 5%;
  padding-top: 6%;
}

.pl30 {
  padding-right: 40px;
}

.pr30 {
  padding-right: 30px;
}

.pr50 {
  padding-right: 50px;
}

.boxPage {
  background: #fff;
}

.titoloPagHome {
  padding-left: 20px;
  padding-top: 10px;
  text-align: left;
  font-size: 19px;
  color: #004d71;
}

.boxmright15 {
  margin-right: 15px;
}

.boxmleft5right10 {
  margin-right: 10px;
  margin-left: 5px;
}

.boxmleft20 {
  margin-left: 20px;
}

.descPagHome {
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 14px;
  padding-right: 10px;
  min-height: 180px;
}

.moreBoxHome {
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: left;
  margin-left: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.titolonewspuntaHome {
  font-size: 16px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 22px;
  padding-left: 5px;
  padding-right: 10px;
  color: #000;
}

.numbcountHome {
  color: #fff;
  font-size: 12px;
  padding-top: 27px;
  font-weight: 700;
}

.descnewspuntaHome {
  font-size: 15px;
  text-align: left;
  padding-left: 0px;
  padding-right: 20px;
  color: #000;
}

.titolonewspuntaaltreHome {
  font-size: 16px;
  padding-bottom: 25px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}

.marr10 {
  margin-right: 10px;
}

.marrl5 {
  margin-right: 5px;
  margin-left: 5px;
}

.marl10 {
  margin-left: 10px;
}

.moreNews {
  padding: 10px;
  background: #dadfe1;
  color: #000;
  font-size: 17px;
  text-align: center;
  width: 20%;
  margin-left: 40%;
}

.mtop83 {
  margin-top: -60px;
}

.footerSocial {
  margin-left: 10px;
}

.footerSocial li {
  display: inline-block;
}

.descJob {
  font-size: 17px;
  text-align: justify;
  padding-top: 20px;
  line-height: 25px;
}

.font-bold {
  font-weight: 700;
}

.boxJobPage {
  background: #7ea7ac;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 85px;
  padding-right: 85px;
  margin-top: 20px;
  font-size: 17px;
  color: #fff;
}

.jobEver {
  text-align: left;
  margin-top: 30px;
  text-transform: none;
  font-size: 30px;
  line-height: 40px;
  margin-left: 50px;
  padding-bottom: 53px;
}

.imgEver {
  margin-top: 40px;
  padding-right: 20px;
  padding-bottom: 30px;
}

.jobEverText {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 50px;
  text-align: justify;
  padding-right: 50px;
  padding-bottom: 50px;
  font-size: 17px;
}

.imgVital {
  margin-top: 50px;
}

.imgRVital {
  margin-top: 140px;
  padding-right: 30px;
}

.jobEverText ul {
  margin-left: 50px;
  list-style: disc;
}

.boxSocialJob ul {
  text-align: center;
}

.boxSocialJob ul li {
  display: inline-block;
  text-align: center;
  padding-right: 10px;
}

.boxSocialJob {
  margin-top: 20px;
  background: #dadfe1;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 60%;
  margin-left: 20%;
}

.boxSocialJob ul li i {
  font-size: 30px;
  color: #000;
}

.linkedinText {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
}

.ptop20 {
  padding-top: 30px;
}

.descChain p {
  text-align: justify;
}

.descChain h3 {
  padding-bottom: 30px;
}

#testopagine table {
  border: 1px solid #dadfe1;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#testopagine table td {
  border: 1px solid #dadfe1;
  padding: 10px;
  text-align: left;
}
.mtop20 {
  margin-bottom: 20px;
}

.mtn15 {
  margin-top: -15px;
}

.mt20 {
  margin-top: 20px;
}

.imgSmallAir {
  margin-bottom: 10px;
}

.pbot20 {
  padding-bottom: 20px;
}

#boxGoals img {
  margin-bottom: 17px;
  margin-top: 5px;
}

.imgPlaneta {
  margin-top: 30px;
}

.newlogo {
  text-align: left;
  margin-top: 25px;
}

.newlogo img {
  max-width: 100%;
  height: auto;
  margin-right: 20px;
}

#errorMsg {
  display: none;
  color: #f00;
  font-size: 20px;
}

.descrizioneVideo {
  margin-top: 10px;
}

.descrizioneVideo h3 {
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 24px !important;
  color: #ab1368 !important;
}

.descrizioneVideo a {
  padding-bottom: 20px;
  font-size: 18px;
  color: #ab1368 !important;
  line-height: 25px;
}

/*
skins available:
	- futuristicElectricBlue
	- futuristicChrome
	- universalBlack
	- universalWhite
	- giant
	- elegantMinimal
*/

/* the container */
.vp1_html5 {
  background: #000000;
  display: none;
}
.vp1_html5 video {
  margin-bottom: 0;
}

.vp1_html5 p {
  margin: 1em 0px;
}

.hideElement {
  display: none;
}

/* jquery ui styles */
.ui-slider-handle {
  position: absolute;
  z-index: 2;
  display: block;
  margin-left: -0.6em;
  cursor: default;
  outline: none;
}

.ui-slider-range {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border: 0 none;
  position: absolute;
  z-index: 1;
}

.ui-progressbar {
}
.ui-progressbar-value {
  height: 100%;
}

/* futuristicElectricBlue */
.vp1_html5.futuristicElectricBlue {
  position: relative;
  font: 11px Arial, Helvetica, sans-serif;
}

.vp1_html5.futuristicElectricBlue .VideoControls {
  position: absolute;
  left: 0;
  bottom: 0px;
  float: left;
  clear: both;
  width: 100%;
  background: url(images/futuristicElectricBlue/controllers_bg.jpg) 0 0 repeat-x;
}

/* rewind */
.vp1_html5.futuristicElectricBlue .VideoRewind {
  float: left;
  cursor: pointer;
  display: block;
  width: 39px;
  height: 19px;
  margin: 1px 0px 0px 0px;
  background: url(images/futuristicElectricBlue/rewind-off.png) no-repeat;
}
.vp1_html5.futuristicElectricBlue .VideoRewind:hover {
  background: url(images/futuristicElectricBlue/rewind-on.png) no-repeat;
}

/* play */
.vp1_html5.futuristicElectricBlue .VideoPlay {
  float: left;
  cursor: pointer;
  display: block;
  width: 57px;
  height: 19px;
  margin: 1px 0px 0px -10px;
  background: url(images/futuristicElectricBlue/play-off.png) no-repeat;
}
.vp1_html5.futuristicElectricBlue .VideoPlay:hover {
  background: url(images/futuristicElectricBlue/play-on.png) no-repeat;
}
/* pause */
.vp1_html5.futuristicElectricBlue .VideoPause {
  width: 57px;
  height: 19px;
  background: url(images/futuristicElectricBlue/pause-off.png) no-repeat;
}
.vp1_html5.futuristicElectricBlue .VideoPause:hover {
  background: url(images/futuristicElectricBlue/pause-on.png) no-repeat;
}

/* buffer */
.vp1_html5.futuristicElectricBlue .VideoBuffer {
  position: absolute;
  height: 5px;
  margin: 7px 0px 0px 100px;
  background: url(images/futuristicElectricBlue/seek_bg.png) 0 0 repeat-x;
}
.vp1_html5.futuristicElectricBlue .VideoBuffer .ui-widget-content {
}
.vp1_html5.futuristicElectricBlue .VideoBuffer .ui-widget-header {
  background: #999999;
}

/* seek */
.vp1_html5.futuristicElectricBlue .VideoSeek {
  float: left;
  cursor: pointer;
  position: relative;
  height: 5px;
  margin: 7px 0px 0px 14px;
  background: none;
}

.vp1_html5.futuristicElectricBlue .VideoSeek .ui-slider-handle {
  display: none;
}

.vp1_html5.futuristicElectricBlue .VideoSeek .ui-slider-handle.ui-state-hover {
  background: #fff;
}

.vp1_html5.futuristicElectricBlue .VideoSeek .ui-slider-range {
  background: #91b3ff;
}

/* timer */
.vp1_html5.futuristicElectricBlue .VideoTimer {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 3px;
  right: 87px;
  color: #999;
  font-size: 11px;
  font-weight: normal;
}
/* fullscreen */
.vp1_html5.futuristicElectricBlue .VideoFullScreen {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 39px;
  height: 19px;
  background: url(images/futuristicElectricBlue/fullscreen-off.png) 0 0
    no-repeat;
}
.vp1_html5.futuristicElectricBlue .VideoFullScreen:hover {
  background: url(images/futuristicElectricBlue/fullscreen-on.png) 0 0 no-repeat;
}
.vp1_html5.futuristicElectricBlue .VideoFullScreenIn {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 39px;
  height: 19px;
  background: url(images/futuristicElectricBlue/fullscreen-in-off.png) 0 0
    no-repeat;
}
.vp1_html5.futuristicElectricBlue .VideoFullScreenIn:hover {
  background: url(images/futuristicElectricBlue/fullscreen-in-on.png) 0 0
    no-repeat;
}

/* volume container */
.vp1_html5.futuristicElectricBlue .VolumeAll {
  float: left;
  position: absolute;
  bottom: 0px;
  right: 29px;
  overflow: hidden;
  width: 48px;
  height: 19px;
}

.vp1_html5.futuristicElectricBlue .VolumeAll:hover {
  height: 130px;
  padding-bottom: 5px;
}

/* volume slider */
.vp1_html5.futuristicElectricBlue .VolumeSlider {
  position: relative;
  height: 100px;
  width: 7px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #444;
  background: #333333;
  left: 20px;
  bottom: -13px;
}
.vp1_html5.futuristicElectricBlue .VolumeAll:hover .VolumeSlider {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.vp1_html5.futuristicElectricBlue .VolumeSlider .ui-slider-handle {
  display: none;
}

.vp1_html5.futuristicElectricBlue
  .VolumeSlider
  .ui-slider-handle.ui-state-hover {
  background: #fff;
}

.vp1_html5.futuristicElectricBlue .VolumeSlider .ui-slider-range {
  background: #91b3ff;
}

/* volume button Mute & UnMute*/
.vp1_html5.futuristicElectricBlue .VolumeButton {
  position: absolute;
  bottom: 0px;
  padding-right: 0px;
  display: block;
  width: 48px;
  height: 19px;
  background: url(images/futuristicElectricBlue/volume-off.png) no-repeat;
}

.vp1_html5.futuristicElectricBlue .VolumeButton:hover {
  background: url(images/futuristicElectricBlue/volume-on.png) no-repeat;
}

.vp1_html5.futuristicElectricBlue .VolumeButtonMute {
  position: absolute;
  bottom: 0px;
  padding-right: 0px;
  display: block;
  width: 48px;
  height: 19px;
  background: url(images/futuristicElectricBlue/volumeMute-off.png) no-repeat;
}
.vp1_html5.futuristicElectricBlue .VolumeButtonMute:hover {
  background: url(images/futuristicElectricBlue/volumeMute-on.png) no-repeat;
}

/* info but */
.vp1_html5.futuristicElectricBlue .VideoInfoBut {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 4px;
  right: 127px;
  width: 12px;
  height: 12px;
  background: url(images/futuristicElectricBlue/info-off.png) no-repeat;
}
.vp1_html5.futuristicElectricBlue .VideoInfoBut:hover {
  background: url(images/futuristicElectricBlue/info-on.png) no-repeat;
}
.vp1_html5.futuristicElectricBlue .VideoInfoBox {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 20px;
  height: 110px;
  overflow: hidden;
  background: url(images/futuristicElectricBlue/infoBox_bg.png) 0 0 repeat-x;
  padding: 0px 10px 10px 10px;
  text-align: left;
}
.vp1_html5.futuristicElectricBlue .VideoInfoBox .movieTitle {
  color: #91b3ff;
  font-size: 12px;
  font-weight: bold;
}
.vp1_html5.futuristicElectricBlue .VideoInfoBox .movieDesc {
  font: 11px Arial, Helvetica, sans-serif;
  color: #ffffff;
  line-height: 1.4em;
}

/* futuristicChrome */
.vp1_html5.futuristicChrome {
  position: relative;
  font: 11px Arial, Helvetica, sans-serif;
}

.vp1_html5.futuristicChrome .VideoControls {
  position: absolute;
  left: 0;
  bottom: 0px;
  float: left;
  clear: both;
  width: 100%;
  background: url(images/futuristicChrome/controllers_bg.jpg) 0 0 repeat-x;
}

/* rewind */
.vp1_html5.futuristicChrome .VideoRewind {
  float: left;
  cursor: pointer;
  display: block;
  width: 39px;
  height: 19px;
  margin: 1px 0px 0px 0px;
  background: url(images/futuristicChrome/rewind-off.png) no-repeat;
}
.vp1_html5.futuristicChrome .VideoRewind:hover {
  background: url(images/futuristicChrome/rewind-on.png) no-repeat;
}

/* play */
.vp1_html5.futuristicChrome .VideoPlay {
  float: left;
  cursor: pointer;
  display: block;
  width: 57px;
  height: 19px;
  margin: 1px 0px 0px -10px;
  background: url(images/futuristicChrome/play-off.png) no-repeat;
}
.vp1_html5.futuristicChrome .VideoPlay:hover {
  background: url(images/futuristicChrome/play-on.png) no-repeat;
}
/* pause */
.vp1_html5.futuristicChrome .VideoPause {
  width: 57px;
  height: 19px;
  background: url(images/futuristicChrome/pause-off.png) no-repeat;
}
.vp1_html5.futuristicChrome .VideoPause:hover {
  background: url(images/futuristicChrome/pause-on.png) no-repeat;
}

/* buffer */
.vp1_html5.futuristicChrome .VideoBuffer {
  position: absolute;
  height: 5px;
  margin: 7px 0px 0px 100px;
  background: url(images/futuristicChrome/seek_bg.png) 0 0 repeat-x;
}
.vp1_html5.futuristicChrome .VideoBuffer .ui-widget-content {
}
.vp1_html5.futuristicChrome .VideoBuffer .ui-widget-header {
  background: #999999;
}

/* seek */
.vp1_html5.futuristicChrome .VideoSeek {
  float: left;
  cursor: pointer;
  position: relative;
  height: 5px;
  margin: 7px 0px 0px 14px;
  background: url(images/futuristicChrome/seek_bg.png) 0 0 repeat-x;
  background: none;
}

.vp1_html5.futuristicChrome .VideoSeek .ui-slider-handle {
  display: none;
}

.vp1_html5.futuristicChrome .VideoSeek .ui-slider-handle.ui-state-hover {
  background: #fff;
}

.vp1_html5.futuristicChrome .VideoSeek .ui-slider-range {
  background: #dedede;
}

/* timer */
.vp1_html5.futuristicChrome .VideoTimer {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 3px;
  right: 87px;
  color: #999;
  font-size: 11px;
  font-weight: normal;
}
/* fullscreen */
.vp1_html5.futuristicChrome .VideoFullScreen {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 39px;
  height: 19px;
  background: url(images/futuristicChrome/fullscreen-off.png) 0 0 no-repeat;
}
.vp1_html5.futuristicChrome .VideoFullScreen:hover {
  background: url(images/futuristicChrome/fullscreen-on.png) 0 0 no-repeat;
}
.vp1_html5.futuristicChrome .VideoFullScreenIn {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 39px;
  height: 19px;
  background: url(images/futuristicChrome/fullscreen-in-off.png) 0 0 no-repeat;
}
.vp1_html5.futuristicChrome .VideoFullScreenIn:hover {
  background: url(images/futuristicChrome/fullscreen-in-on.png) 0 0 no-repeat;
}

/* volume container */
.vp1_html5.futuristicChrome .VolumeAll {
  float: left;
  position: absolute;
  bottom: 0px;
  right: 29px;
  overflow: hidden;
  width: 48px;
  height: 19px;
}

.vp1_html5.futuristicChrome .VolumeAll:hover {
  height: 130px;
  padding-bottom: 5px;
}

/* volume slider */
.vp1_html5.futuristicChrome .VolumeSlider {
  position: relative;
  height: 100px;
  width: 7px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #444;
  background: #333333;
  left: 20px;
  bottom: -13px;
}
.vp1_html5.futuristicChrome .VolumeAll:hover .VolumeSlider {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.vp1_html5.futuristicChrome .VolumeSlider .ui-slider-handle {
  display: none;
}

.vp1_html5.futuristicChrome .VolumeSlider .ui-slider-handle.ui-state-hover {
  background: #fff;
}

.vp1_html5.futuristicChrome .VolumeSlider .ui-slider-range {
  background: #d7d7d7;
}

/* volume button Mute & UnMute*/
.vp1_html5.futuristicChrome .VolumeButton {
  position: absolute;
  bottom: 0px;
  padding-right: 0px;
  display: block;
  width: 48px;
  height: 19px;
  background: url(images/futuristicChrome/volume-off.png) no-repeat;
}

.vp1_html5.futuristicChrome .VolumeButton:hover {
  background: url(images/futuristicChrome/volume-on.png) no-repeat;
}

.vp1_html5.futuristicChrome .VolumeButtonMute {
  position: absolute;
  bottom: 0px;
  padding-right: 0px;
  display: block;
  width: 48px;
  height: 19px;
  background: url(images/futuristicChrome/volumeMute-off.png) no-repeat;
}
.vp1_html5.futuristicChrome .VolumeButtonMute:hover {
  background: url(images/futuristicChrome/volumeMute-on.png) no-repeat;
}

/* info but */
.vp1_html5.futuristicChrome .VideoInfoBut {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 4px;
  right: 127px;
  width: 12px;
  height: 12px;
  background: url(images/futuristicChrome/info-off.png) no-repeat;
}
.vp1_html5.futuristicChrome .VideoInfoBut:hover {
  background: url(images/futuristicChrome/info-on.png) no-repeat;
}
.vp1_html5.futuristicChrome .VideoInfoBox {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 20px;
  height: 110px;
  overflow: hidden;
  background: url(images/futuristicChrome/infoBox_bg.png) 0 0 repeat-x;
  padding: 0 10px 10px 10px;
  text-align: left;
}
.vp1_html5.futuristicChrome .VideoInfoBox .movieTitle {
  color: #dedede;
  font-size: 12px;
  font-weight: bold;
}
.vp1_html5.futuristicChrome .VideoInfoBox .movieDesc {
  font: 11px Arial, Helvetica, sans-serif;
  color: #ffffff;
  line-height: 1.4em;
}

/* universalBlack */
.vp1_html5.universalBlack {
  position: relative;
  font: 11px Arial, Helvetica, sans-serif;
}

.vp1_html5.universalBlack .VideoControls {
  position: absolute;
  left: 0;
  bottom: 0px;
  float: left;
  clear: both;
  width: 100%;
  background: url(images/universalBlack/controllers_bg.png) 0 0 repeat-x;
}

/* rewind */
.vp1_html5.universalBlack .VideoRewind {
  float: left;
  cursor: pointer;
  display: block;
  width: 39px;
  height: 20px;
  margin: 2px 0px 0px 0px;
  background: url(images/universalBlack/rewind-off.png) no-repeat;
}
.vp1_html5.universalBlack .VideoRewind:hover {
  background: url(images/universalBlack/rewind-on.png) no-repeat;
}

/* play */
.vp1_html5.universalBlack .VideoPlay {
  float: left;
  cursor: pointer;
  display: block;
  width: 47px;
  height: 21px;
  margin: 1px 0px 0px 0px;
  background: url(images/universalBlack/play-off.png) no-repeat;
}
.vp1_html5.universalBlack .VideoPlay:hover {
  background: url(images/universalBlack/play-on.png) no-repeat;
}
/* pause */
.vp1_html5.universalBlack .VideoPause {
  width: 47px;
  height: 21px;
  background: url(images/universalBlack/pause-off.png) no-repeat;
}
.vp1_html5.universalBlack .VideoPause:hover {
  background: url(images/universalBlack/pause-on.png) no-repeat;
}

/* buffer */
.vp1_html5.universalBlack .VideoBuffer {
  position: absolute;
  height: 3px;
  margin: 9px 0px 0px 101px;
  background: #999;
}
.vp1_html5.universalBlack .VideoBuffer .ui-widget-content {
}
.vp1_html5.universalBlack .VideoBuffer .ui-widget-header {
  background: #ffffff;
}

/* seek */
.vp1_html5.universalBlack .VideoSeek {
  float: left;
  cursor: pointer;
  position: relative;
  height: 3px;
  margin: 9px 0px 0px 15px;
}

.vp1_html5.universalBlack .VideoSeek .ui-slider-handle {
  display: none;
}

.vp1_html5.universalBlack .VideoSeek .ui-slider-handle.ui-state-hover {
  background: #fff;
}

.vp1_html5.universalBlack .VideoSeek .ui-slider-range {
  background: #00adef;
}

/* timer */
.vp1_html5.universalBlack .VideoTimer {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 4px;
  right: 56px;
  color: #999;
  font-size: 11px;
  font-weight: normal;
}
/* fullscreen */
.vp1_html5.universalBlack .VideoFullScreen {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 1px;
  right: 5px;
  width: 27px;
  height: 18px;
  background: url(images/universalBlack/fullscreen-off.png) 0 0 no-repeat;
}
.vp1_html5.universalBlack .VideoFullScreen:hover {
  background: url(images/universalBlack/fullscreen-on.png) 0 0 no-repeat;
}
.vp1_html5.universalBlack .VideoFullScreenIn {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 1px;
  right: 5px;
  width: 27px;
  height: 18px;
  background: url(images/universalBlack/fullscreen-in-off.png) 0 0 no-repeat;
}
.vp1_html5.universalBlack .VideoFullScreenIn:hover {
  background: url(images/universalBlack/fullscreen-in-on.png) 0 0 no-repeat;
}

/* volume container */
.vp1_html5.universalBlack .VolumeAll {
  float: left;
  position: absolute;
  bottom: -1px;
  right: 5px;
  overflow: hidden;
  width: 48px;
  height: 18px;
}

.vp1_html5.universalBlack .VolumeAll:hover {
  height: 130px;
  padding-bottom: 8px;
}

/* volume slider */
.vp1_html5.universalBlack .VolumeSlider {
  position: relative;
  height: 100px;
  width: 6px;
  visibility: hidden;
  opacity: 0;
  background: #333333;
  left: 9px;
  bottom: -15px;
}
.vp1_html5.universalBlack .VolumeAll:hover .VolumeSlider {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.vp1_html5.universalBlack .VolumeSlider .ui-slider-handle {
  display: none;
}

.vp1_html5.universalBlack .VolumeSlider .ui-slider-handle.ui-state-hover {
  background: #fff;
}

.vp1_html5.universalBlack .VolumeSlider .ui-slider-range {
  background: #00adef;
}

/* volume button Mute & UnMute*/
.vp1_html5.universalBlack .VolumeButton {
  position: absolute;
  bottom: 2px;
  padding-right: 0px;
  display: block;
  width: 23px;
  height: 18px;
  background: url(images/universalBlack/volume-off.png) no-repeat;
}

.vp1_html5.universalBlack .VolumeButton:hover {
  background: url(images/universalBlack/volume-on.png) no-repeat;
}

.vp1_html5.universalBlack .VolumeButtonMute {
  position: absolute;
  bottom: 2px;
  padding-right: 0px;
  display: block;
  width: 23px;
  height: 18px;
  background: url(images/universalBlack/volumeMute-off.png) no-repeat;
}
.vp1_html5.universalBlack .VolumeButtonMute:hover {
  background: url(images/universalBlack/volumeMute-on.png) no-repeat;
}

/* info but */
.vp1_html5.universalBlack .VideoInfoBut {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 1px;
  right: 87px;
  width: 25px;
  height: 18px;
  background: url(images/universalBlack/info-off.png) no-repeat;
}
.vp1_html5.universalBlack .VideoInfoBut:hover {
  background: url(images/universalBlack/info-on.png) no-repeat;
}
.vp1_html5.universalBlack .VideoInfoBox {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 22px;
  height: 110px;
  overflow: hidden;
  background: url(images/universalBlack/infoBox_bg.png) 0 0 repeat-x;
  padding: 0 10px 10px 10px;
  text-align: left;
}
.vp1_html5.universalBlack .VideoInfoBox .movieTitle {
  color: #00adef;
  font-size: 12px;
  font-weight: bold;
}
.vp1_html5.universalBlack .VideoInfoBox .movieDesc {
  font: 11px Arial, Helvetica, sans-serif;
  color: #ffffff;
  line-height: 1.4em;
}

/* universalWhite */
.vp1_html5.universalWhite {
  position: relative;
  font: 11px Arial, Helvetica, sans-serif;
}

.vp1_html5.universalWhite .VideoControls {
  position: absolute;
  left: 0;
  bottom: 0px;
  float: left;
  clear: both;
  width: 100%;
  background: url(images/universalWhite/controllers_bg.png) 0 0 repeat-x;
}

/* rewind */
.vp1_html5.universalWhite .VideoRewind {
  float: left;
  cursor: pointer;
  display: block;
  width: 39px;
  height: 20px;
  margin: 2px 0px 0px 0px;
  background: url(images/universalWhite/rewind-off.png) no-repeat;
}
.vp1_html5.universalWhite .VideoRewind:hover {
  background: url(images/universalWhite/rewind-on.png) no-repeat;
}

/* play */
.vp1_html5.universalWhite .VideoPlay {
  float: left;
  cursor: pointer;
  display: block;
  width: 47px;
  height: 21px;
  margin: 1px 0px 0px 0px;
  background: url(images/universalWhite/play-off.png) no-repeat;
}
.vp1_html5.universalWhite .VideoPlay:hover {
  background: url(images/universalWhite/play-on.png) no-repeat;
}
/* pause */
.vp1_html5.universalWhite .VideoPause {
  width: 47px;
  height: 21px;
  background: url(images/universalWhite/pause-off.png) no-repeat;
}
.vp1_html5.universalWhite .VideoPause:hover {
  background: url(images/universalWhite/pause-on.png) no-repeat;
}

/* buffer */
.vp1_html5.universalWhite .VideoBuffer {
  position: absolute;
  height: 3px;
  margin: 9px 0px 0px 101px;
  background: #333333;
}
.vp1_html5.universalWhite .VideoBuffer .ui-widget-content {
}
.vp1_html5.universalWhite .VideoBuffer .ui-widget-header {
  background: #666666;
}

/* seek */
.vp1_html5.universalWhite .VideoSeek {
  float: left;
  cursor: pointer;
  position: relative;
  height: 3px;
  margin: 9px 0px 0px 15px;
}

.vp1_html5.universalWhite .VideoSeek .ui-slider-handle {
  display: none;
}

.vp1_html5.universalWhite .VideoSeek .ui-slider-handle.ui-state-hover {
  background: #fff;
}

.vp1_html5.universalWhite .VideoSeek .ui-slider-range {
  background: #ff002a;
}

/* timer */
.vp1_html5.universalWhite .VideoTimer {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 4px;
  right: 56px;
  color: #333333;
  font-size: 11px;
  font-weight: normal;
}
/* fullscreen */
.vp1_html5.universalWhite .VideoFullScreen {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 1px;
  right: 5px;
  width: 27px;
  height: 18px;
  background: url(images/universalWhite/fullscreen-off.png) 0 0 no-repeat;
}
.vp1_html5.universalWhite .VideoFullScreen:hover {
  background: url(images/universalWhite/fullscreen-on.png) 0 0 no-repeat;
}
.vp1_html5.universalWhite .VideoFullScreenIn {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 1px;
  right: 5px;
  width: 27px;
  height: 18px;
  background: url(images/universalWhite/fullscreen-in-off.png) 0 0 no-repeat;
}
.vp1_html5.universalWhite .VideoFullScreenIn:hover {
  background: url(images/universalWhite/fullscreen-in-on.png) 0 0 no-repeat;
}

/* volume container */
.vp1_html5.universalWhite .VolumeAll {
  float: left;
  position: absolute;
  bottom: -1px;
  right: 5px;
  overflow: hidden;
  width: 48px;
  height: 18px;
}

.vp1_html5.universalWhite .VolumeAll:hover {
  height: 130px;
  padding-bottom: 8px;
}

/* volume slider */
.vp1_html5.universalWhite .VolumeSlider {
  position: relative;
  height: 100px;
  width: 6px;
  visibility: hidden;
  opacity: 0;
  background: #333333;
  left: 9px;
  bottom: -15px;
}
.vp1_html5.universalWhite .VolumeAll:hover .VolumeSlider {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.vp1_html5.universalWhite .VolumeSlider .ui-slider-handle {
  display: none;
}

.vp1_html5.universalWhite .VolumeSlider .ui-slider-handle.ui-state-hover {
  background: #fff;
}

.vp1_html5.universalWhite .VolumeSlider .ui-slider-range {
  background: #ff002a;
}

/* volume button Mute & UnMute*/
.vp1_html5.universalWhite .VolumeButton {
  position: absolute;
  bottom: 2px;
  padding-right: 0px;
  display: block;
  width: 23px;
  height: 18px;
  background: url(images/universalWhite/volume-off.png) no-repeat;
}

.vp1_html5.universalWhite .VolumeButton:hover {
  background: url(images/universalWhite/volume-on.png) no-repeat;
}

.vp1_html5.universalWhite .VolumeButtonMute {
  position: absolute;
  bottom: 2px;
  padding-right: 0px;
  display: block;
  width: 23px;
  height: 18px;
  background: url(images/universalWhite/volumeMute-off.png) no-repeat;
}
.vp1_html5.universalWhite .VolumeButtonMute:hover {
  background: url(images/universalWhite/volumeMute-on.png) no-repeat;
}

/* info but */
.vp1_html5.universalWhite .VideoInfoBut {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 1px;
  right: 87px;
  width: 25px;
  height: 18px;
  background: url(images/universalWhite/info-off.png) no-repeat;
}
.vp1_html5.universalWhite .VideoInfoBut:hover {
  background: url(images/universalWhite/info-on.png) no-repeat;
}
.vp1_html5.universalWhite .VideoInfoBox {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 21px;
  height: 110px;
  overflow: hidden;
  background: url(images/universalWhite/infoBox_bg.png) 0 0 repeat-x;
  padding: 0 10px 10px 10px;
  text-align: left;
}
.vp1_html5.universalWhite .VideoInfoBox .movieTitle {
  color: #ff002a;
  font-size: 12px;
  font-weight: bold;
}
.vp1_html5.universalWhite .VideoInfoBox .movieDesc {
  font: 11px Arial, Helvetica, sans-serif;
  color: #ffffff;
  line-height: 1.4em;
}

/* giant */
.vp1_html5.giant {
  position: relative;
  font: 11px Arial, Helvetica, sans-serif;
}

.vp1_html5.giant .VideoControls {
  position: absolute;
  left: 0;
  bottom: 45px;
  float: left;
  clear: both;
  width: 100%;
}

/* rewind */
.vp1_html5.giant .VideoRewind {
  float: left;
  cursor: pointer;
  display: block;
  width: 58px;
  height: 58px;
  margin: 15px 0px 0px 20px;
  background: url(images/giant/rewind-off.png) no-repeat;
}
.vp1_html5.giant .VideoRewind:hover {
  background: url(images/giant/rewind-on.png) no-repeat;
}

/* play */
.vp1_html5.giant .VideoPlay {
  float: left;
  cursor: pointer;
  display: block;
  width: 88px;
  height: 88px;
  margin: 0px -2px 0px -6px;
  background: url(images/giant/play-off.png) no-repeat;
}
.vp1_html5.giant .VideoPlay:hover {
  background: url(images/giant/play-on.png) no-repeat;
}
/* pause */
.vp1_html5.giant .VideoPause {
  width: 88px;
  height: 88px;
  background: url(images/giant/pause-off.png) no-repeat;
}
.vp1_html5.giant .VideoPause:hover {
  background: url(images/giant/pause-on.png) no-repeat;
}

/* buffer */
.vp1_html5.giant .VideoBuffer {
  position: absolute;
  height: 17px;
  margin: 35px 0px 0px 225px;
  background: url(images/giant/seek_bg.png) 0 0 repeat-x;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 0 0px;
}
.vp1_html5.giant .VideoBuffer .ui-widget-content {
}
.vp1_html5.giant .VideoBuffer .ui-widget-header {
  background: #cccccc;
  height: 13px;
  margin-top: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* seek */
.vp1_html5.giant .VideoSeek {
  position: absolute;
  height: 13px;
  margin: 37px 0px 0px 229px;
  cursor: pointer;
}

.vp1_html5.giant .VideoSeek .ui-slider-handle {
  width: 19px;
  height: 19px;
  margin-left: -10px;
  top: -5px;
  border: 2px solid #ffffff;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background: #000000;
}

.vp1_html5.giant .VideoSeek .ui-slider-handle.ui-state-hover {
  background: #04abf2;
}

.vp1_html5.giant .VideoSeek .ui-slider-range {
  background: #04abf2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: -2px;
}

/* timer */
.vp1_html5.giant .VideoTimer {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 53px;
  color: #fff;
  padding: 7px 0px 0px 17px;
  font-size: 10px;
  font-weight: bold;
  background: url(images/giant/timer.png) 0 0 no-repeat;
  width: 45px;
  height: 21px;
}
/* fullscreen */
.vp1_html5.giant .VideoFullScreen {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 23px;
  width: 29px;
  height: 29px;
  background: url(images/giant/fullscreen-off.png) 0 0 no-repeat;
}
.vp1_html5.giant .VideoFullScreen:hover {
  background: url(images/giant/fullscreen-on.png) 0 0 no-repeat;
}
.vp1_html5.giant .VideoFullScreenIn {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 23px;
  width: 29px;
  height: 29px;
  background: url(images/giant/fullscreen-in-off.png) 0 0 no-repeat;
}
.vp1_html5.giant .VideoFullScreenIn:hover {
  background: url(images/giant/fullscreen-in-on.png) 0 0 no-repeat;
}

/* volume container */
.vp1_html5.giant .VolumeAll {
  float: left;
  position: absolute;
  margin: 16px 0px 0px 153px;
  overflow: hidden;
  width: 58px;
  height: 58px;
}

.vp1_html5.giant .VolumeAll:hover {
  height: 220px;
  background: url(images/giant/VolumeSliderBg.png) 18px 10px no-repeat;
  left: 0px;
  bottom: 14px;
  padding-bottom: -1258px;
}

/* volume slider */
.vp1_html5.giant .VolumeSlider {
  position: relative;
  height: 140px;
  width: 23px;
  visibility: hidden;
  opacity: 0;
  left: 18px;
  bottom: -17px;
}
.vp1_html5.giant .VolumeAll:hover .VolumeSlider {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.vp1_html5.giant .VolumeSlider .ui-slider-handle {
  width: 19px;
  height: 19px;
  left: 0px;
  margin-bottom: -8px;
  margin-left: 0;
  border: 2px solid #ffffff;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background: #000000;
}

.vp1_html5.giant .VolumeSlider .ui-slider-handle.ui-state-hover {
  background: #04abf2;
}

.vp1_html5.giant .VolumeSlider .ui-slider-range {
  background: #04abf2;
  width: 11px;
  left: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* volume button Mute & UnMute*/
.vp1_html5.giant .VolumeButton {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 58px;
  height: 58px;
  background: url(images/giant/volume-off.png) no-repeat;
}

.vp1_html5.giant .VolumeButton:hover {
  background: url(images/giant/volume-on.png) no-repeat;
}

.vp1_html5.giant .VolumeButtonMute {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 58px;
  height: 58px;
  background: url(images/giant/volumeMute-off.png) no-repeat;
}
.vp1_html5.giant .VolumeButtonMute:hover {
  background: url(images/giant/volumeMute-on.png) no-repeat;
}

/* info but */
.vp1_html5.giant .VideoInfoBut {
  float: left;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 116px;
  width: 29px;
  height: 29px;
  background: url(images/giant/info-off.png) no-repeat;
}
.vp1_html5.giant .VideoInfoBut:hover {
  background: url(images/giant/info-on.png) no-repeat;
}
.vp1_html5.giant .VideoInfoBox {
  display: none;
  position: absolute;
  left: 10px;
  top: 0px;
  height: 110px;
  overflow: hidden;
  background: url(images/giant/infoBox_bg.png) 0 0 repeat-x;
  padding: 0 10px 10px 10px;
  margin-bottom: 100px;
  text-align: left;
}
.vp1_html5.giant .VideoInfoBox .movieTitle {
  color: #ff002a;
  font-size: 12px;
  font-weight: bold;
}
.vp1_html5.giant .VideoInfoBox .movieDesc {
  font: 11px Arial, Helvetica, sans-serif;
  color: #ffffff;
  line-height: 1.4em;
}

/* elegantMinimal */
.vp1_html5.elegantMinimal {
  position: relative;
}

.vp1_html5.elegantMinimal .VideoControls {
  position: absolute;
  left: -70px;
  top: -70px;
  clear: both;
  width: 100%;
  height: 100%;
}

/* rewind */
.vp1_html5.elegantMinimal .VideoRewind {
  display: none;
}

/* play */
.vp1_html5.elegantMinimal .VideoPlay {
  position: absolute;
  cursor: pointer;
  display: block;
  width: 140px;
  height: 140px;
  left: 50%;
  top: 50%;
  background: url(images/elegantMinimal/play-off.png);
}
.vp1_html5.elegantMinimal .VideoPlay:hover {
  background: url(images/elegantMinimal/play-on.png) no-repeat;
}
/* pause */
.vp1_html5.elegantMinimal .VideoPause {
  width: 140px;
  height: 140px;
  background: url(images/elegantMinimal/pause-off.png) no-repeat;
}
.vp1_html5.elegantMinimal .VideoPause:hover {
  background: url(images/elegantMinimal/pause-on.png) no-repeat;
}

/* buffer */
.vp1_html5.elegantMinimal .VideoBuffer {
  display: none;
}
.vp1_html5.elegantMinimal .VideoBuffer .ui-widget-content {
}
.vp1_html5.elegantMinimal .VideoBuffer .ui-widget-header {
}

/* seek */
.vp1_html5.elegantMinimal .VideoSeek {
  display: none;
}

.vp1_html5.elegantMinimal .VideoSeek .ui-slider-handle {
  display: none;
}

.vp1_html5.elegantMinimal .VideoSeek .ui-slider-handle.ui-state-hover {
}

.vp1_html5.elegantMinimal .VideoSeek .ui-slider-range {
}

/* timer */
.vp1_html5.elegantMinimal .VideoTimer {
  display: none;
}
/* fullscreen */
.vp1_html5.elegantMinimal .VideoFullScreen {
  display: none;
}

.vp1_html5.elegantMinimal .VideoFullScreenIn {
  display: none;
}

/* volume container */
.vp1_html5.elegantMinimal .VolumeAll {
  display: none;
  height: 18px;
}

/* volume slider */
.vp1_html5.elegantMinimal .VolumeSlider {
  display: none;
}
.vp1_html5.elegantMinimal .VolumeAll:hover .VolumeSlider {
  display: none;
}

.vp1_html5.elegantMinimal .VolumeSlider .ui-slider-handle {
  display: none;
}

.vp1_html5.elegantMinimal .VolumeSlider .ui-slider-handle.ui-state-hover {
}

.vp1_html5.elegantMinimal .VolumeSlider .ui-slider-range {
}

/* volume button Mute & UnMute*/
.vp1_html5.elegantMinimal .VolumeButton {
  display: none;
}

.vp1_html5.elegantMinimal .VolumeButtonMute {
  display: none;
}

/* info but */
.vp1_html5.elegantMinimal .VideoInfoBut {
  display: none;
}

.vp1_html5.elegantMinimal .VideoInfoBox {
  display: none;
}
.vp1_html5.elegantMinimal .VideoInfoBox .movieTitle {
  display: none;
}
.vp1_html5.elegantMinimal .VideoInfoBox .movieDesc {
  display: none;
}

.jconfirm-open {
  background: rgba(0, 0, 0, 0.9);
}
.contenutoPDF {
  background-image: url("https://www.chiesi.es/img/bg_foster-cambia-el-chi.jpg");
  color: white;
  font-weight: 600;
  font-family: ff1;
  line-height: 1.042;
  font-style: normal;
  font-weight: normal;
  padding: 5% 2%;
  min-height: 350px;
}
.contenutoPDF a {
  color: white !important;
}
.contenutoPDF a:visited {
  color: white !important;
}
.contenutoPDF h5 {
  color: white !important;
}
