body {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
}

h4 {
  font-size: 20px;
  color: #e14f42;
  margin: 0;
  padding: 0;
  padding-top: 7px;
  font-weight: bold;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

/*Header*/

#header {
  background-color: #ffffff;
  width: 100%;
  height: 75px;
}

#header-conteiner {
  width: 1170px;
  margin: auto;
}

#sub-header {
  background-color: #36749d;
  width: 100%;
  height: 20px;
  display: none;
}

#header-bar {
  height: 0px;
  background-color: #00b9e2 !important;
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0;
}

#header-bar-conteiner {
  width: 1170px;
  margin: auto;
}

#logo {
  float: left;
  background: url(img/optima_new.svg) 0 0;
  background-repeat: no-repeat;
  width: 156px;
  height: 56px;
  margin-top: 10px;
  margin-right: 10px;
}

#logo-white {
  float: left;
  background: url(img/optima-white.svg) 0 0;
  background-repeat: no-repeat;
  width: 156px;
  height: 56px;
  margin-top: 10px;
  margin-right: 44px;
}

#logo-small {
  float: left;
  background: url(img/optima-white.svg) 0 0;
  background-repeat: no-repeat;
  width: 156px;
  height: 56px;
  margin-top: 10px;
  margin-right: 10px;
  display: none;
}

#social {
  float: right;

  color: #e14f42;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

#socialbianco {
  float: right;
  margin-top: 12px;
}

#header-vitamia {
  width: 1200px;
  height: 300px;
  margin: auto;
}
#central-vitamia {
  width: 1200px;
  margin: auto;
}
#left-vitamia {
  float: left;
  width: 800px;
}
#left-vitamia img {
  width: 100%;
  height: auto;
}
#right-vitamia {
  width: 400px;
  float: right;
}

#left-cinquanta {
  float: left;
  width: 700px;
}
#left-cinquanta img {
  width: 100%;
  height: auto;
}
#right-cinquanta {
  width: 500px;
  float: right;
}

#postprezzo {
  width: 380px;
  padding: 10px;
  background-color: #47ad68;
  color: #ffffff;
  font-size: 20px;
  margin-top: 10px;
}

/*Fine Header*/

/*Social ICON SVG*/

.social-facebook {
  background: url(img/fase1/icone/fb.svg) 0px 0px;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 2px;
}

.social-linkedin {
  background: url(img/fase1/icone/linkedin.svg) 0px 0px;
  width: 32px;
  height: 32px;
  float: left;
}

.social-youtube {
  background: url(img/fase1/icone/yt.png) 0px 0px;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 2px;
}

.social-instagram {
  background: url(img/fase1/icone/ig.png) 0px 0px;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 2px;
}

.social-flickr {
  background: url(img/flickr.svg) 0px 0px;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 2px;
}

.fb-white {
  background: url(img/fase1/icone/fb.svg) 0px 0px;
}

.gp-white {
  background: url(img/fase1/icone/linkedin.png) 0px 0px;
}

.yt-white {
  background: url(img/fase1/icone/yt.png) 0px 0px;
}

.is-white {
  background: url(img/fase1/icone/ig.png) 0px 0px;
}

.fl-white {
  background: url(img/flickr-bianco.svg) 0px 0px;
}

/*Fine Social ICON SVG*/

#menu-principale {
  list-style: none;
  text-transform: uppercase;
  font-size: 13px;
}
.bordo_rosso {
  border: 1px solid #00b9e2;
}
.bordo_bianco {
  border: 1px solid #fff;
}

#menu-principale ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#menu-principale li {
  float: left;
  text-align: center;
  margin-right: 8px;
}

#menu-principale li a {
  color: #00b9e2;
  text-decoration: none;
  padding: 3px;
}

#menu-principale li a:hover {
  color: #fff;
  background-color: #00b9e2;
}

#menu-principale li.active a {
  color: #fff;
  background-color: #00b9e2;
}

li.store a:hover {
  color: #fff !important;
  background-color: #db0466 !important;
}
li.store a {
  color: #db0466 !important;
  background-color: #fff !important;
  border: 1px solid #db0466 !important;
}
li.store {
  margin-right: 60px !important;
}
li.store2 {
  margin-right: 60px !important;
}

li.store2 a:hover {
  color: #fff !important;
  background-color: #db0466 !important;
}
li.store2 a {
  color: #fff !important;
  background-color: #db0466 !important;
}

/*Menu Header*/

#menu-piccolo {
  display: none;
  z-index: 1000;
  float: left;

  list-style: none;
  padding: 0px;
  margin: 30px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 13px;
}

#menu-piccolo ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#menu-piccolo li {
  float: left;
  text-align: center;
  margin-right: 8px;
}

#menu-piccolo li a {
  color: #fff;
  text-decoration: none;
  padding: 4px;
}

#menu-piccolo li a:hover {
  color: #00b9e2;
  background-color: #fff;
}

#menu-piccolo li.active a {
  color: #00b9e2;
  background-color: #fff;
}

#torna-su {
  font-size: 12px;
  margin-left: 180px;
}

.menu-mobile {
  display: none;
}

/*Fine Menu Header*/

/*Corpo testo*/
#lista-numerata {
  color: #ffffff;
}
#lista-numerata li {
  counter-increment: step-counter;
  margin-bottom: 15px;
  list-style: none;
  margin-top: 15px;
}

#lista-numerata li::before {
  content: counter(step-counter);
  margin-right: 10px;
  background-color: #ffffff;
  padding: 0px 8px;
  border-radius: 15px;
  color: #36749d;
  font-size: 23px;
}
.contenitore {
  width: 100%;
  margin: 10px 0px;
}

.contenitore-medium {
  width: 1170px;
  padding: 125px 0px 125px 0px;
  font-size: 22px;
  margin: 0 auto;
  color: #36749d;
}

.contenitore-medium a {
  color: #00b9e2 !important;
  text-decoration: underline;
}
.contenitore-medium-senza-top a {
  color: #00b9e2;
}

.contenitore-medium h3 {
  color: #00b9e2;
  margin: 15px 0px;
  padding: 0px;
}

.contenitore-medium h2 {
  color: #00b9e2;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-family: "UniSansHeavyItalicCAPS";
  text-transform: uppercase;
}

.contenitore-medium-senza-bottom {
  width: 1170px;
  padding: 40px 0px 0px 0px;
  margin: 60px auto 0px auto;
  font-size: 22px;
  color: #36749d;
}

.contenitore-medium-senza-bottom a {
  color: #e14f42;
}

.contenitore-medium-senza-bottom h3 {
  color: #e14f42;
  margin: 15px 0px;
  padding: 0px;
}

.contenitore-medium-senza-bottom h2 {
  color: #e14f42;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.contenitore-medium-senza-top {
  width: 1170px;
  padding: 0px 0px 40px 0px;
  margin: 0px auto 60px auto;
  font-size: 22px;
  color: #36749d;
}

.contenitore-medium-senza-top h3 {
  color: #e14f42;
  margin: 15px 0px;
  padding: 0px;
}

.contenitore-medium-senza-top h2 {
  color: #e14f42;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.contenitore-small {
  width: 900px;
  margin: auto;
  min-height: 300px;
  padding: 75px 0px 25px 0px;
  color: #36749d;
  font-size: 22px;
}

.contenitore-small h3 {
  color: #e14f42;
  margin: 15px 0px;
  padding: 0px;
}

.contenitore-small h2 {
  color: #e14f42;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.contenitore-small-interviste {
  width: 755px;
  margin: auto;
  min-height: 300px;
  padding: 75px 0px 25px 0px;
  color: #36749d;
  font-size: 28px;
}

.guarda-interviste {
  width: 100%;
  height: 138px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin: auto;
  line-height: 130px;
}

.colonna {
  display: inline-block;
  vertical-align: middle;
}

.sinistra {
  float: left;
  width: 45%;
  text-align: center;
}

.destra {
  float: right;
  width: 45%;
  text-align: center;
}

.left {
  float: left;
}

.trecolonne-destra {
  width: 25%;
  float: left;
}

.trecolonne-centro {
  width: 25%;
  float: left;
}

.trecolonne-sinistra {
  width: 25%;
  float: left;
}

.trecolonne-link a {
  text-decoration: none;
}

.window-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 820px;
  position: relative;
}

.image-full {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  background-color: #fff;
  -webkit-background-size: cover;
  background-attachment: inherit;
  min-height: 610px;
}

.parallax-small {
  min-height: 640px;
  margin-bottom: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}

.contenitore-copy {
  width: 1180px;
  margin: auto;
  text-align: left;
  color: #ffffff;
  padding-top: 120px;
}

.contenitore-puntivendita {
  padding-top: 450px;
}

.contenitore-basso {
  padding-top: 450px;
}

.copy {
  font-size: 23px;
  width: 490px;
  font-weight: 300;
  padding: 25px;
  background-color: #36749d;
  line-height: 30px;
}

.copy strong {
  font-weight: 700;
}

.copy br {
  line-height: 10px;
}

.copy a {
  color: #ffffff;
  text-decoration: none;
}

.copy a:hover {
  text-decoration: underline;
}

.contenitore-copy-small {
  padding-top: 220px;
}

.copy-small {
  width: 450px;
}

.extrasmall {
  font-size: 20px;
  padding: 20px;
}

.refresh {
  color: #ffffff;
  cursor: pointer;
  width: 100px;
  margin-left: 0px;
  margin-top: 200px;
  font-size: 26px;
}

.faccina {
  width: 45px;
  height: 45px;
  background-position: -790px -95px;
  background-size: 465px 290px;
  float: left;
}

.optima-people {
  background-color: #36749d;
  color: #ffffff;
  width: 45px;
  height: 45px;
  float: left;
  text-align: center;
  margin-left: 10px;
  font-size: 36px;
}

.optima-people:hover {
  background-color: #4f95bd;
}

.bottonescopridipiu {
  background-color: #e14f42;
  color: #ffffff;
  font-size: 18px;
  width: 220px;
  padding: 5px 0px;
  text-align: center;
  margin: 10px 0px;
}

.bottonescopridipiu a {
  text-decoration: none;
  color: #ffffff;
}

.bottonescopridipiu:hover {
  background-color: #e57165;
}

.bottoneblu {
  display: block;
  width: 280px;
  padding: 10px 0px;
  color: #ffffff;
  font-size: 18px;
  background-color: #36749d;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  border-radius: 4px;
}
.bottonerosso {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 28px;
  background-color: #e14f42;
  text-align: center;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bottonerosso:hover {
  opacity: 0.8;
}

.bottoneblu:hover {
  opacity: 0.8;
}

.campo-ricerca {
  width: 66%;
  float: left;
  margin-right: 20px;
}

.bottone-ricerca {
  -webkit-appearance: none;
  width: 29%;
  float: left;
  margin-right: 20px;
}

/***Box elementi***/

.box-elemento {
  width: 90%;
  padding-bottom: 10px;
  color: #e14f42;
  font-size: 18px;
}

.box-elemento a {
  text-decoration: none;
  color: #000000;
}

.box-elemento p {
  color: #000000;
  line-height: 20px;
  margin-top: 0px;
  font-size: 14px;
}

.various a {
  text-decoration: none;
  color: #000000;
}

/*Fine corpo testo*/

/*Blu*/

.blu {
  background-color: #36749d;
}

.blu-link a {
  color: #36749d;
  font-size: 24px;
}

/*Rosso*/

.rosso {
  background-color: #e14f42;
}

.rosso-link a {
  color: #e14f42;
  text-decoration: none;
}

/*Verde*/

.verde {
  background-color: #47ad68;
}

.verde-link {
  color: #47ad68;
}

.verde-link a {
  color: #47ad68;
  text-decoration: none;
}

/*Intermezzo*/

.intermezzo {
  color: #fff;
  width: 100%;
  font-size: 32px;
  padding: 30px 0px;
  font-weight: 700;
}

.contenuto-intermezzo {
  width: 1170px;
  margin: 0 auto;
}

.contenuto-intermezzo a {
  color: #ffffff;
}

.small {
  font-size: 40px;
}

.big {
  font-size: 60px;
}

.rassegna {
  float: none;
  width: 100%;
  padding: 1%;
  list-style: none;
}

.testata-stampa {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.bottone-puntivendita {
  -webkit-appearance: none;
  width: 40%;
  height: 36px;
  padding: 2px;
  background-color: #9e9e9e;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 33px;
}

.bottone-puntivendita a {
  text-decoration: none;
}

.bottone-puntivendita:hover {
  width: 40%;
  height: 36px;
  padding: 2px;
  background-color: #bfbfbf;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 33px;
}

.modulo-ricerca {
  margin-right: 20px;
}

/*Fine Intermezzo*/

/*Flickr*/

.flickr {
  width: 760px;
  margin-top: 0px;
  padding-top: 0px;
}

.titolo-flickr {
  font-size: 16px;
  width: 140px;
  margin: auto;
  font-weight: 700;
  margin-top: 40px;
}

.vai-su-flickr {
  width: 150px;
  height: 150px;
  float: left;
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  margin: 20px 8px;
}

.cella a {
  color: #000;
  text-decoration: none;
}

.cella-flickr {
  margin: 20px 1%;
  float: left;
  width: 150px;
  height: 275px;

  font-size: 14px;
  border-bottom: 1px solid #e14f42;
}

/*Fine Flickr*/

/*Item*/

.item {
  width: 280px;
  background-color: #fff;
  border-bottom: 2px solid #bdccd4;
  margin-right: 20px;
  margin-bottom: 20px;
}

.entry-title {
  line-height: 26px;
  font-size: 22px;
  margin: 0px;
  margin-bottom: 15px;
  word-wrap: break-word;
  margin-top: 5px;
}

.entry-title a {
  color: #000;
  text-decoration: none;
}

.item p a {
  color: #000;
  text-decoration: underline;
}

.etichetta {
  width: 115px;
  color: #fff;
  margin-top: 5px;
  text-transform: uppercase;
  padding: 2px 2px 2px 5px;
  font-size: 16px;
  height: 19px;
  line-height: 19px;
}

.item a {
  text-decoration: none;
}

.interview {
  width: 280px;
  height: 280px;
  float: left;
  margin: 0px 10px;
  text-align: center;
  color: #fff;
}

.foto-intervista {
  height: 338px;
  width: 740px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.etichetta-intervistato {
  font-size: 55px;
  color: #fff;
  margin-top: 180px;
  font-weight: bold;
  padding: 10px;
}

/*Fine Item*/

/*Footer*/

#footer {
  background-color: #8b8b8b;
  min-height: 240px;
  width: 100%;
  padding: 10px 0px;
  color: #ffffff;
}

#footer-container {
  width: 1170px;
  margin: auto;
}

#footer-container a {
  color: #ffffff;
}

#menu-footer {
  width: 100%;
  text-align: left;
  line-height: 40px;
  font-size: 11px;
  padding: 10px 0px 0px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
}

#menu-footer a {
  color: #fff;
  text-decoration: none;
  padding: 2px;
  margin: 0px 1px 0px 1px;
  text-transform: uppercase;
}

#menu-footer a:hover {
  background-color: #5fa6c9;
}

.colonna-destra {
  width: 50%;
  float: right;
}

.colonna-sinistra {
  width: 50%;
  float: left;
}

.colonna-testo {
  width: 760px;
  text-align: left;
}
.colonna-testo-cubi {
  width: 660px;
  text-align: left;
}

.immagine-cubi {
  width: 500px;
}

.immagine {
  width: 400px;
}
.immagine-ever {
}

/*Fine Footer*/

/*Form di Contatto*/

.input-form {
  font-family: "Lato", sans-serif;
  width: 98%;
  height: 30px;
  padding: 2px 1%;
  color: #535353;
  background-color: #f5f5f5;
  border: 1px solid #d7d7d7;
  font-size: 16px;
  font-weight: 300;
  -webkit-appearance: caret;
  box-sizing: unset;
}

::-webkit-input-placeholder {
  color: #535353;
}
::-moz-input-placeholder {
  color: #535353;
}
::-ms-input-placeholder {
  color: #535353;
}

label {
  font-weight: 300;
  display: block;
  font-size: 20px;
  color: #47ad68;
  margin: 5px 0px;
}

.bottone-form {
  -webkit-appearance: none;
  width: 100%;
  font-size: 60px;
  background-color: #98c23a;
  color: #fff;
  font-weight: 700;
  margin: 15px 0px;
  border: 0px;
  line-height: 75px;
  height: 75px;
}

.bottone-form:hover {
  width: 100%;
  background-color: #6fbc85;
  color: #fff;
  font-weight: 700;
  margin: 15px 0px;
  border: 0px;
  line-height: 75px;
  height: 75px;
}

.bottone-form a {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}

.bottone {
  -webkit-appearance: none;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}

.contattismall {
  z-index: 1001;
  position: fixed;
  width: 280px;
  right: 10px;
  bottom: 0px;
  padding: 0 10px;
  max-height: 0px;
  height: 472px;
  background-color: #47ad68;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  border-bottom: 0px;
  border-top: 0px;
}

.contattismall label {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin: 2px 0px;
}

.contattismall p {
  margin: 2px 0px;
  padding: 0px;
}

#contatti {
  margin-bottom: 35px;
}

#contatti a {
  color: #47ad68;
  font-size: 14px;
}

#contatti-small a {
  color: #ffffff;
  font-size: 12px;
}

.fTab {
  z-index: 1000;
  position: fixed;
  width: 140px;
  right: 10px;
  bottom: 0;

  padding: 5px 10px;
  background-color: #47ad68;
  color: #fff;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.fTab.active {
  bottom: 470px;
}

.fTab.active + .contattismall {
  max-height: 470px;
}

.input-form-small {
  width: 270px;
  height: 25px;
  padding: 2px;
  padding: 2px 4px;
  color: #535353;
  background-color: #f5f5f5;
  border: 1px solid #d7d7d7;
  -webkit-appearance: caret;
}

.bottone-form-small {
  -webkit-appearance: none;
  width: 274px;
  font-size: 30px;
  background-color: #47ad68;
  color: #fff;
  font-weight: 700;
  margin: 0px 0px;
  border: 0px;
  height: 35px;
  line-height: 35px;
}

.bottone-form-small:hover {
  text-decoration: underline;
}

.chiudi {
  width: 274px;
  color: #fff;
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}

.error {
  color: #f00;
  font-weight: 300;
  font-size: 16px;
}

video {
  width: 100%;
  height: auto;
}

video#bgvid {
  background: url(video/promo.jpg) no-repeat;
  background-size: cover;
}

#video-space {
  width: 100%;
  overflow: hidden;
  display: block;
  text-align: center;
  background-color: #fff;
  height: 780px;
}
.rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.punti-vendita {
  float: left;
  width: 30%;
  padding: 1%;
}

.partner {
  text-decoration: none;
  width: 98%;
  background-color: #36749d;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin: 1%;
}

.piu {
  vertical-align: middle;
  margin-right: 10px;
}

.guarda-tutte {
  font-size: 24px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
  font-weight: 700;
}

.regione {
  display: block;
  margin: 10px 0px;
  padding-left: 1%;
  width: 99%;
  background-color: #f0f0f0;
  color: #575757;
}

.testo-nel-footer {
  font-size: 12px;
  font-weight: 300;
  color: #e3e3e3;
  width: 100%;
}

.legenda {
  float: left;
}

.clock {
  width: 550px;
  margin: auto;
  text-align: center;
}

.clock-testo {
  font-size: 30px;
  font-weight: 300;
}

.watermark-OM {
  top: 0;
  right: 0;
  position: relative;
  text-align: right;
  margin-right: 10px;
}

.numero-verde {
  float: left;
  padding-left: 0px;
  margin-left: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.numero-verde strong {
  font-size: 20px;
}

.verifica-tariffa {
  border: 1px solid #ffffff;
  padding: 0px 10px;
  margin-top: 5px;
}

.pecetta {
  float: right;
  margin-right: 30%;
  background-color: #e14f42;
  padding: 10px 20px 10px 20px;
}

.nome_pecetta {
  font-size: 22px;
  font-weight: bold;
}

.job_pecetta {
  font-size: 18px;
  font-weight: 300;
}

.norefresh {
  margin-top: 200px;
}

.form-call-back,
.form-contatti {
  font-family: "Lato", sans-serif;
  cursor: pointer;
  width: 260px;
  padding: 0px 20px;
  height: 100px;
  color: #ffffff;
  background-color: #439b5c;
  margin: 5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  float: left;
  font-size: 18px;
  text-align: center;
}

.form-call-back:hover,
.form-contatti:hover {
  opacity: 0.9;
}

.contenitore-dei-bottoni {
  width: 620px;
  margin: auto;
}

.icone-calltoback {
  width: 40%;
}

#cookie-bar {
  background-color: rgba(0, 0, 0, 0.8);
  baheight: auto;
  line-height: 18px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
}

#cookie-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 5px 0px;
  padding: 0;
}

#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #47ad68;
}

#cookie-bar .cb-enable:hover {
  opacity: 0.9;
}

#cookie-bar .cb-disable {
  background: #990000;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #36749d;
}

#cookie-bar .cb-policy:hover {
  opacity: 0.9;
}

/*cinema*/

#cinema {
  width: 100%;
  background-color: #000000;
}

#cinema-contenitore {
  width: 1180px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

#cinema-sinistra {
  float: left;
  width: 385px;
}

#cinema-destra {
  float: right;
  width: 795px;
}

#scheda {
  width: 755px;
  height: 220px;
  padding: 20px;
  background-color: #36749d;
}

.copy-scheda {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

.copy-scheda a {
  color: #ffffff;
}

.copy-scheda a:hover {
  text-decoration: none;
}

.elecinema {
  display: inline-block;
  width: 262px;
}

.video-cinema:hover {
  opacity: 0.9;
}

#tv {
  width: 760px;
  font-size: 20px;
  padding: 5px 10px;
  background-color: #e14f42;
  color: #ffffff;
}

#postprezzo {
  width: 380px;
  padding: 10px;
  background-color: #47ad68;
  color: #ffffff;
  font-size: 20px;
}

.bonus {
  width: 760px;
  font-size: 20px;
  padding: 3px 10px;
  background-color: #e14f42;
  color: #ffffff;
  text-align: center;
}

.il-prezzo {
  width: 226px;
  height: 94px;
  padding: 5px 10px 0 10px;
  background-color: #0777a2;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  float: left;
  text-align: center;
}

.margin-r {
  margin-right: 10px;
}

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

.margin-l {
  margin-left: 10px;
}

.testo-prezzo {
  font-size: 30px;
  font-weight: bold;
}

.centoxcento {
  width: 100%;
  height: auto;
}

.smallscreen {
  display: none;
}

.bigscreen {
}

/*Mobile box*/

.upbox-offerte-mobile {
  width: 270px;
  margin: 2px;
  padding: 2px;
  float: left;
}

.box-offerte-mobile {
  width: 100%;
  border: 1px #dadada solid;
  background-color: #f6f6f6;
}

.titolo-box-offerte {
  width: 100%;
  text-align: center;
  margin: 20px 0px 10px 0px;
  font-weight: bold;
  font-size: 22px;
  color: #e14f42;
}

.descrizione-box-offerte {
  width: 100%;
  text-align: center;
  margin: 10px 0px 10px 0px;
  font-size: 19px;
  color: #36749d;
}

.prezzo-box-offerte {
  width: 160px;
  padding: 5px;
  color: #ffffff;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}

.prezzo-rosso-testo {
  color: #e14f42;
}

.prezzo-rosso {
  background-color: #e14f42;
}

.prezzo-blu {
  background-color: #36749d;
}

.prezzo-box-offerte-big {
  font-weight: 700;
  font-size: 22px;
}

.prezzo-box-offerte-small {
  font-size: 14px;
}

.nota-box-offerte {
  font-size: 14px;
  font-style: oblique;
  text-align: center;
  color: #36749d;
  margin-top: 10px;
  width: 100%;
  height: 10px;
}

#box-apn {
  width: 98%;
  padding: 1%;
  border: 0;

  color: #36749d;
  font-size: 16px;
}

#box-apn a {
  color: #36749d;
}

.box-grigio {
  width: 98%;
  padding: 1%;
  border: 0;
  background-color: #f6f6f6;
  color: #36749d;
  font-size: 16px;
}

.elementi-apn {
  width: 18%;
  padding: 2%;
  padding-right: 0px;
  float: left;
  font-weight: bold;
}
.g-recaptcha {
  transform-origin: left;
  -webkit-transform-origin: left;
  padding: 20px 0px 0px 0px;
  height: 41px;
}

#box-apn label {
  height: 20px;
  font-size: 13px;
  color: #36749d;
  margin: 0;
  font-weight: 400;
}

#box-apn input[type="text"] {
  width: 99%;
  padding-left: 1%;
  margin-top: 5px;
  color: #36749d;
  height: 41px;
  font-size: 12pximportant;
}

#box-apn select {
  width: 99%;
  padding-left: 1%;
  margin-top: 5px;
  color: #36749d;
  height: 41px;
  font-size: 12px !important;
  border-radius: 0px;
}

#box-apn input[type="button"] {
  width: 48%;
  margin-top: 25px;
  padding-right: 1%;
  background-color: #36749d;
  color: #ffffff;

  border: 0px;
  text-transform: uppercase;
  height: 41px;
}

.box-plus {
  width: 29%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  padding: 2%;
}
.tre-colonne {
  width: 31%;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  margin-bottom: 20px;
  padding: 0px 12px 0px 12px;
}
.tre-colonne img {
  width: 100%;
  height: auto;
}
.quattro-colonne {
  width: 20%;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  margin-bottom: 20px;
  padding: 2%;
}
.quattro-colonne img {
  width: 100%;
  height: auto;
}
.quattro-colonne-leaseplan {
  width: 20%;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  margin-bottom: 24px;
  padding: 0%;
}
.quattro-colonne-leaseplan img {
  width: 100%;
  height: auto;
}
.box-plus-small {
  width: 21%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  padding: 2%;
}
.box-plus-semi-small {
  width: 46%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  padding: 2%;
}
.text-rosso {
  font-size: 22px;
  color: #e14f42;
  font-weight: bold;
}
.text-blu {
  font-size: 18px;
  color: #36749d;
  font-style: oblique;
}
.show-mobile {
  display: none;
}
/*Fine Form di Contatto*/

/*Icone Gallery*/

.gallery-photo {
  width: 33%;
  float: left;
  text-align: center;
}

.gallery-photo:hover {
  animation-name: pulse_animation;
  animation-duration: 400ms;
  transform-origin: 70% 70%;
  animation-timing-function: linear;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.03);
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
  }
  100% {
    transform: scale(1);
  }
}
/*Fine Icone Gallery*/

/*Video Background*/
#wrapper {
  width: 100%;
  margin: 0 auto;
}

#videoContainer {
  position: relative;
  height: 50%;
}

#video {
  width: 100%;
}

#transcript p {
  font-family: "Varela Round", sans-serif;
  font-size: 18px;
  line-height: 36px;
  margin: 20px;
}

.highlight {
  color: #ff9900;
}
/*Fine Video Background*/

@media only screen and (min-width: 2100px) and (max-width: 2560px) {
  .window-parallax {
    min-height: 1100px;
  }
  .parallax-small {
    min-height: 770px;
  }
}

@media only screen and (max-width: 1499px) {
  .parallax-small {
    min-height: 500px;
  }
  .contenitore-copy-small {
    padding-top: 150px;
  }
  .contenitore-puntivendita {
    padding-top: 350px;
  }
  .contenitore-basso {
    padding-top: 350px;
  }
  .copy-small {
    width: 475px;
  }
}

@media only screen and (max-width: 1280px) {
  .window-parallax {
    min-height: 600px;
  }
}

@media only screen and (max-width: 1199px) {
  #header-bar {
    display: none;
  }
  .bordo_rosso {
    border: none;
  }

  .window-parallax {
    background-attachment: inherit;
    min-height: 600px;
  }
  .parallax-small {
    min-height: 350px;
    margin-bottom: 50px;
    background-attachment: inherit;
    background-position: 0px 10px;
  }
  /* ciotola h2 {
      font-size: 20px;
      line-height: 20px;
  }*/
  #menu-piccolo {
    display: none;
  }
  #logo {
    margin-right: 24px;
  }
  #sub-header {
    display: block !important;
  }

  #menu-principale li.active a {
    color: #fff;
  }
  #header-conteiner {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .contenitore-medium {
    width: 680px;
    padding: 55px 0px 55px 0px;
  }
  .contenitore-medium-senza-top {
    width: 680px;
    padding: 0px 0px 55px 0px;
  }
  .contenitore-medium-senza-bottom {
    width: 680px;
    padding: 55px 0px 0px 0px;
  }
  .intermezzo {
    font-size: 22px;
  }
  .immagine {
    width: 200px;
    text-align: right;
  }
  .immagine-cubi {
    width: 200px;
    text-align: right;
  }
  .immagine img {
    width: 90%;
  }
  .immagine-ever {
    width: 200px;
    text-align: center;
  }
  .immagine-ever img {
    width: 50%;
    height: 50%;
  }
  .intermezzo-right {
    float: none;
    font-size: 30px;
  }
  .contenitore-small {
    width: 738px;
    margin: auto;
  }
  .colonna-testo {
    margin: 0px;
  }

  .colonna-testo iframe {
    width: 40%;
    height: auto;
  }
  .contenuto-intermezzo {
    width: 748px;
  }
  .colonna-testo {
    width: 440px;
    font-size: 16px;
    margin-left: 20px;
  }
  .colonna-testo-cubi {
    width: 440px;
    font-size: 16px;
  }
  #footer-container {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .contenitore-copy {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .copy {
    width: 450px;
    font-size: 22px;
  }
  .contenitore-copy-small {
    padding-top: 50px;
  }
  .contenitore-puntivendita {
    padding-top: 350px;
  }
  .contenitore-basso {
    padding-top: 470px;
  }
  .copy-small {
    width: 450px;
  }
  .extrasmall {
    font-size: 20px;
    padding: 20px;
  }

  #sub-header {
    background-color: #36749d;
    width: 100%;
    height: 35px;
  }
  #menu-principale li {
    margin-right: 9px;
  }
  .refresh {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 100px;
  }
  .item {
    width: 225px;
  }
  .interview {
    width: 225px;
  }
  .interview img {
    width: 70%;
  }
  .rassegna {
    height: 130px;
  }
  .bottone-ricerca {
    width: 49%;
  }
  .partner {
    font-size: 20px;
    line-height: 60px;
  }
  .piu {
    display: none;
  }
  .punti-vendita {
    float: left;
    width: 48%;
    padding: 1%;
  }
  .big {
    font-size: 40px;
  }
  .pecetta {
    padding: 10px;
  }
  .nome_pecetta {
    font-size: 16px;
    font-weight: bold;
  }
  .job_pecetta {
    font-size: 12px;
  }
  .norefresh {
    margin-top: 100px;
  }
  .icone-calltoback {
    display: block;
  }
  #cinema-contenitore {
    width: 100%;
  }
  #cinema-sinistra {
    width: 30%;
  }
  #cinema-sinistra img {
    width: 100%;
    height: auto;
  }
  #cinema-destra {
    width: 70%;
  }
  .copy-scheda {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
  }
  #scheda {
    width: 98%;
    height: 220px;
    padding: 1%;
    background-color: #36749d;
  }
  .elecinema {
    display: inline-block;
    width: 32.9%;
  }
  .elecinema img {
    width: 100%;
    height: auto;
  }
  #header-vitamia {
    width: 100%;
    height: auto;
  }
  #header-vitamia img {
    width: 100%;
    height: auto;
  }
  #central-vitamia {
    width: 100%;
  }
  #left-vitamia {
    width: 98%;
    padding: 0 1%;
    float: none;
  }
  #right-vitamia {
    width: 98%;
    padding: 0 1%;
    float: none;
  }
  #left-cinquanta {
    width: 98%;
    padding: 0 1%;
    float: none;
  }
  #right-cinquanta {
    width: 98%;
    padding: 0 1%;
    float: none;
  }
  .preprezzo {
    width: 98%;
    padding: 1%;
    height: inherit;
    min-height: 80px;
  }
  #postprezzo {
    width: 98%;
    padding: 1%;
  }
  #tv {
    width: 98%;
    padding: 1%;
  }
  .bonus {
    width: 98%;
    padding: 1%;
  }
  .il-prezzo {
    width: 30%;
    padding: 1%;
    font-size: 30px;
    height: inherit;
  }
  .margin-r {
    margin-right: 1%;
  }
  .margin-lr {
    margin-left: 1%;
    margin-right: 1%;
  }
  .margin-l {
    margin-left: 1%;
  }
  .etichetta-svg {
    margin: 20px;
  }
  #header-vitamia {
    width: 100%;
    height: auto;
  }
  #header-vitamia img {
    width: 100%;
    height: auto;
  }
  #central-vitamia {
    width: 100%;
  }
  #left-vitamia {
    width: 100%;
    padding: 0 1%;
    float: none;
    text-align: center;
  }
  #right-vitamia {
    width: 98%;
    padding: 0 1%;
    float: none;
  }
  #left-cinquanta {
    width: 98%;
    padding: 1%;
    float: none;
    text-align: center;
  }
  #right-cinquanta {
    width: 98%;
    padding: 1%;
    float: none;
  }
  #postprezzo {
    width: 98%;
    padding: 1%;
  }
  .etichetta-svg {
    width: 100%;
    height: auto;
    margin: auto;
  }
}

@media only screen and (max-width: 794px) {
  .il-prezzo {
    width: 30%;
    padding: 1%;
    font-size: 30px;
    height: inherit;
  }
  .margin-r {
    margin-right: 1%;
  }
  .margin-lr {
    margin-left: 1%;
    margin-right: 1%;
  }
  .margin-l {
    margin-left: 1%;
  }
  .testo-prezzo {
    font-size: 60px;
  }
}

@media only screen and (max-width: 780px) {
  #left-vitamia img {
    width: 100%;
    height: auto;
  }
  #left-cinquanta img {
    width: 100%;
    height: auto;
  }
  .etichetta-svg {
    width: 100%;
    height: auto;
    margin: auto;
  }
  #right-vitamia {
    margin-top: 0px;
  }
  #right-cinquanta {
    margin-top: 0px;
  }
  .hidden-mobile {
    display: none;
  }
}

@media only screen and (max-width: 1048px) {
  .window-parallax {
    background-attachment: inherit !important;
    min-height: 350px;
  }
  .image-full {
    background-attachment: inherit !important;
    min-height: 350px;
  }
  .parallax-small {
    min-height: 260px;
    margin-bottom: 0px;
    margin-top: 30px;
    background-attachment: inherit;
  }
  .copy {
    width: 350px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    font-weight: bold;
  }
  .immagine {
    text-align: left;
  }
  .immagine-ever {
    text-align: center;
  }
  .contenitore-copy {
    padding-top: 50px;
  }
  .contenitore-puntivendita {
    padding-top: 250px;
  }
  .contenitore-basso {
    padding-top: 480px;
  }
  .refresh {
    margin-top: 50px;
  }
  #social {
    margin-right: 50px;
  }
  #sub-header {
    height: 0px;
  }
  .menu-mobile {
    display: inherit;
    cursor: pointer;
    background: url(img/nav.svg) no-repeat center center;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 1000;
  }

  #menu-principale li {
    float: none;
    display: block;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
  }
  #menu-principale li a {
    color: #00b9e2;
    text-decoration: none;
    padding: 4px;
  }
  #menu-principale li a:hover {
    color: #fff;
    background-color: #00b9e2;
  }
  #menu-principale li.active a {
    color: #fff;
    background-color: #00b9e2;
  }
  .foto-intervista {
    width: 100%;
    height: 150px;
    background-size: cover;
  }
  .watermark-OM img {
    width: 50px;
    height: auto;
    margin-top: -20px;
  }
  .guarda-interviste {
    width: 100%;
    height: auto;
    font-size: 16px;
  }
  .numero-verde {
    float: none;
    text-align: center;
  }
  .numero-verde strong {
    font-size: 16px;
  }
  .hidden-mobile {
    display: none;
  }
  .show-mobile {
    display: inherit;
  }
  #menu-footer a {
    display: block;
    text-align: center;
  }
  .intermezzo-left {
    font-size: 20px;
    margin-left: 30px;
  }
  #logo-white {
    display: none;
  }
  .testo-nel-footer {
    display: none;
  }
  #socialbianco {
    float: none;
    margin-top: 20px;
    text-align: center;
    margin-left: -60px;
    margin-bottom: 30px;
  }
  .verifica-tariffa {
    border: 0px;
    margin-top: 0px;
  }
  .norefresh {
    margin-top: 50px;
  }
  #cinema-sinistra {
    float: none;
    width: 100%;
  }
  #cinema-destra {
    float: none;
    width: 100%;
  }
  .elecinema {
    width: 32.7%;
  }
  .colonna-testo {
    width: 100%;
    font-size: 14px;
    margin-left: 20px;
  }
  .colonna-testo-cubi {
    width: 100%;
    font-size: 14px;
  }
  .colonna-testo ul {
    width: 450px;
  }
  .elementi-apn {
    width: 96%;

    padding: 1%;
    float: inherit;
  }
  #box-apn input[type="button"] {
    width: 48%;
    margin-top: 50px;
    padding-right: 1%;
    background-color: #36749d;
    color: #ffffff;
    border: 0px;
    text-transform: uppercase;
    height: 41px;
  }
  .immagine {
    display: none;
  }
  .immagine-cubi {
    width: 100%;
    height: auto;
    margin: 7% 0px;
  }
}

@media only screen and (max-width: 640px) {
  .refresh {
    margin-top: 50px;
  }
  .intermezzo-left {
    font-size: 20px;
    margin-left: 10px;
  }
  .contenitore-medium {
    width: 550px;
  }
  .contenitore-medium-senza-top {
    width: 550px;
  }
  .contenitore-medium-senza-bottom {
    width: 550px;
  }
  .contenitore-small {
    width: 550px;
  }
  .contenuto-intermezzo {
    width: 550px;
  }
  .contenitore-puntivendita {
    padding-top: 50px;
  }
  .contenitore-basso {
    padding-top: 50px;
  }
  .contenitore-copy {
    padding-top: 60px;
  }
  .refresh {
    margin-top: 30px;
  }
  .faccina {
    width: 25px;
    height: 25px;
  }
  .copy {
    width: 320px;
    font-size: 14px;
    line-height: 14px;
  }
  .rosso-link {
    font-size: 14px;
  }
  .contenitore-dei-bottoni {
    width: 310px;
    margin: auto;
  }
  .box-plus {
    width: 96%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding: 2%;
  }
  .quattro-colonne {
    width: 96%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 2%;
  }
  .quattro-colonne-leaseplan {
    width: 96%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 2%;
  }
  .tre-colonne {
    width: 96%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 2%;
  }
  .box-plus-small {
    width: 96%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding: 2%;
  }
  .box-plus-semi-small {
    width: 96%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding: 2%;
  }
  .box-plus-semi-small img {
    width: 100%;
    height: auto;
  }
  .gallery-photo img {
    width: 90%;
    height: 90%;
  }
}

@media only screen and (max-width: 480px) {
  .window-parallax {
    background-attachment: local;
    min-height: 260px;
  }
  .image-full {
    background-attachment: local;
    min-height: 260px;
  }
  .parallax-small {
    min-height: 140px;
    margin-bottom: 10px;
    background-attachment: inherit;
  }
  #social {
    display: none;
  }
  /* ciotola h2 {
      font-size: 16px;
      line-height: 18px;
  }
  
  h3 {
      font-size: 14px;
      line-height: 16px;
  }*/
  .copy {
    width: 120px;
    font-size: 12px;
    padding: 10px;
  }
  .contenitore-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contenitore-basso {
    width: 180px;
  }
  .colonna-testo {
    /*width: 280px;*/
    float: none;
    margin-left: 0px;
  }
  /*
  .colonna-testo img {
      width: 15%;
      height: 15%;
  } */
  .immagine-typ {
    width: 100% !important;
    height: 100% !important;
  }
  .colonna-testo ul {
    width: 280px;
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
  }
  .fiorella {
    width: 280px;
  }
  .colonna-destra {
    float: none;
    width: 100%;
  }
  .colonna-sinistra {
    float: none;
    width: 100%;
  }
  .contenitore-medium {
    width: 90%;
    padding: 25px 0px 25px 0px;
    margin: 0px auto 0px auto;
    font-size: 16px;
  }
  .contenitore-medium-senza-top {
    width: 90%;
    padding: 0px 0px 25px 0px;
    margin: 0px auto 0px auto;
  }
  .mobile-apn {
    width: 90%;
    padding: 0 1%;
    margin: auto;
  }
  .contenitore-medium-senza-bottom {
    width: 90%;
    padding: 25px 0px 0px 0px;
    margin: 0px auto 10px auto;
  }
  .contenitore-small {
    width: 280px;
  }
  .contenuto-intermezzo {
    width: 280px;
  }
  .big {
    font-size: 24px;
  }
  .bottone-puntivendita {
    width: 49%;
  }
  .trecolonne-sinistra,
  .trecolonne-centro,
  .trecolonne-destra {
    width: 50%;
    height: 500px;
    float: left;
  }
  .box-elemento {
    font-size: 17px;
  }
  .refresh {
    margin-top: 30px;
  }
  .bottonescopridipiu {
    display: none;
  }
  .cella-flickr {
    width: 140px;
    height: 290px;
    margin: 20px 0px;
  }
  .vai-su-flickr {
    width: 140px;
    height: 140px;
    margin: 20px 0px;
  }
  .immagine-ever {
    width: 100%;
  }
  .menu-mobile {
    display: inherit;
    cursor: pointer;
    background: url(img/nav.svg) no-repeat center center;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 1000;
  }

  #menu-principale li {
    float: none;
    display: block;
    font-size: 15px;
    text-align: left;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .bottone-form {
    font-size: 20px;
  }
  .campo-ricerca {
    width: 80%;
  }
  .bottone-ricerca {
    width: 100%;
  }
  .bottone-puntivendita {
    font-size: 14px;
  }
  .punti-vendita {
    float: left;
    width: 98%;
    padding: 1%;
  }
  .partner {
    font-size: 14px;
    line-height: 30px;
  }
  .optima-people {
    width: 25px;
    height: 25px;
    font-size: 20px;
  }
  .people {
    min-height: 350px;
    background-position: -200px 0;
  }
  .legenda {
    float: none;
    font-size: 12px;
    margin-top: 10px;
  }
  #menu-footer {
    font-size: 12px;
  }
  .contenitore-small {
    padding: 5px 0px 25px 0px;
  }
  .clock {
    width: 280px;
    margin: auto;
    text-align: center;
    font-size: 22px;
  }
  .clock-testo {
    font-size: 22px;
    font-weight: 300;
  }
  .rosso-link {
    font-size: 14px;
  }
  .rassegna {
    width: 280px;
    float: none;
    min-height: 30px;
    height: inherit;
  }
  .testo-nel-footer {
    font-size: 10px;
    line-height: 20px;
  }
  .acapo:before {
    content: "hiddentext";
    font-size: 0;
    display: block;
    line-height: 0;
  }
  #socialbianco {
    float: right;
    margin-bottom: 50px;
    margin-right: -45%;
  }
  .contattismall label {
    font-size: 12px;
  }
  .error {
    font-size: 12px;
  }
  .input-form-small {
    height: 18px;
  }
  .fTab {
    margin-right: -80px;
    right: 50%;
  }
  .pecetta {
    margin-right: 40%;
    padding: 5px;
    margin-top: 40px;
  }
  .nome_pecetta {
    font-size: 12px;
    font-weight: bold;
  }
  .job_pecetta {
    font-size: 11px;
  }
  .norefresh {
    margin-top: 30px;
  }
  .il-prezzo {
    display: none;
  }
  .margin-r {
    margin: 1% 0%;
  }
  .margin-lr {
    margin: 1% 0%;
  }
  .margin-l {
    margin: 1% 0%;
  }
  .etichetta-svg {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .preprezzo {
    display: none;
  }
  #tv {
    font-size: 18px;
  }
  .testo-prezzo {
    font-size: 45px;
  }
  img.smallscreen {
    display: inherit;
    width: 100%;
    height: auto;
  }
  .bigscreen {
    display: none;
  }
  .etichetta-svg {
    margin-top: 10px;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .copy {
    width: 350px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    font-weight: bold;
  }
}

#trasparenza p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

table p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.fix_chrome {
  margin-bottom: 0.1px;
}

/*Stili Ciotola*/

.accordion {
  background-color: #fff;
  color: #5d5d5d;
  cursor: pointer;
  padding: 16px;

  width: 100%;
  border: 0px solid #eee;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
}

.accordion span::after {
  content: "+";
  float: right;
  color: #36749d;
}
.attivo span::after {
  content: "+";
  float: right;
  color: #fff;
}

.attivo::after,
.accordion:hover span {
  background-color: #36749d;
  color: #fff;
}

.attivo::after,
.accordion:hover span {
  background-color: transparent;
  color: #36749d;
  content: "-";
  float: right;
}

.panel {
  padding: 0 12px !important;
  display: none;
  background-color: white;
  overflow: hidden;
  color: #36749d;
  text-align: left;
}

/* New Boostrap Menu */

.item-menu-text {
  font-weight: bolder;
  font-size: 10px;
  color: #000000 !important;
}

.menu-item-link:hover .item-menu-text {
  color: #00a9ea !important;
}

.componi-offerta {
  background-color: #ffffff !important;
  color: #ED1B7C!important;
  border: 1px solid #ED1B7C!Important;
  transition: 0.3s ease-in-out;
}

.componi-offerta:hover {
  background-color: #ED1B7C!Important;
  color: #ffffff !important;
  border: 1px solid #ED1B7C!Important;
}

#logo-optima {
  width: 160px;
}

#ricarica-sim {
  background: url(img/nav-img/euro.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 30px;
}

#ricarica-sim:hover {
  background: url(img/nav-img/euro-active.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 30px;
}

#chat-assistenza {
  background: url(img/nav-img/chat.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 30px;
}

#chat-assistenza:hover {
  background: url(img/nav-img/chat-active.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 30px;
}

#area-clienti {
  background: url(img/nav-img/clienti.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 30px;
}

#area-clienti:hover {
  background: url(img/nav-img/clienti-active.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 30px;
}

.menu-item-link:hover #area-clienti {
  background: url(img/nav-img/clienti-active.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 30px;
}

.menu-item-link:hover #chat-assistenza {
  background: url(img/nav-img/chat-active.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 30px;
}

.menu-item-link:hover #ricarica-sim {
  background: url(img/nav-img/euro-active.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 30px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-light .navbar-toggler {
  color: transparent !important;
  border-color: unset !important;
}

.navbar-toggler > img {
  width: 30px;
  height: 30px;
}

.navbar {
  max-width: 1260px !important;
  padding: 0;
}

@media screen and (max-width: 400px) {
  .navbar-collapse {
    left: 0% !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1140px) {
  .navbar-collapse {
    width: 30% !important;
    right: 0%;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .navbar-collapse {
    width: 50% !important;
    right: 0%;
  }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
  .navbar-collapse {
    width: 60% !important;
    right: 0%;
  }
}

@media screen and (min-width: 400px) and (max-width: 500px) {
  .navbar-collapse {
    width: 70% !important;
    right: 0%;
  }
}

@media  screen and (max-width: 1366px) {
  .navbar-collapse {
    position: absolute;
    z-index: 1048;
  }

  .menu-icon-group {
    width: 100% !important;
    font-size: 15px;
  }

  .item-menu-text {
    font-weight: normal !important;
    font-size: 15px;
    color: #000000 !important;
  }

  .componi-offerta {
    background-color: #ffffff !important;
    color: #ED1B7C!important;
    border: none !important;
    transition: 0.3s ease-in-out;
  }

  .componi-offerta:hover {
    background-color: #ED1B7C!important;
    color: #ffffff !important;
    border: none !important;
  }
}

/* subheader css style */

#header-offer {
  background-color: #db0466;
}
#svg {
  background-color: transparent;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  max-width: 50px;
  max-height: 50px;
}

/* gas image */

#svg #gas {
  cursor: pointer;
}

#svg:hover {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

#svg:hover #gas #pattern {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  fill: #db0466;
}

#gas:hover #pattern {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  fill: #db0466;
}

#gas-checkbox {
  display: none;
}

#gas-checkbox:checked + label #svg #pattern,
#gas-checkbox:checked + label #svg #subpattern {
  cursor: pointer;
  transition: 0.1s ease-in-out;
  background-color: #fff;
  fill: #db0466;
}

#gas-checkbox:checked + label #svg {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

/* internet image */

#svg #internet {
  cursor: pointer;
}

#svg:hover {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

#svg:hover #internet #pattern {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  fill: #db0466;
}

#internet:hover #pattern {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  fill: #db0466;
}

#internet-checkbox {
  display: none;
}

#internet-checkbox:checked + label #svg #pattern,
#internet-checkbox:checked + label #svg #subpattern {
  cursor: pointer;
  transition: 0.1s ease-in-out;
  background-color: #fff;
  fill: #db0466;
}

#internet-checkbox:checked + label #svg {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

/* energia image */

#svg #energia {
  cursor: pointer;
}

#svg:hover {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

#svg:hover #energia #pattern {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  fill: #db0466;
}

#energia:hover #pattern {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  fill: #db0466;
}

#energia-checkbox {
  display: none;
}

#energia-checkbox:checked + label #svg #pattern,
#energia-checkbox:checked + label #svg #subpattern {
  cursor: pointer;
  transition: 0.1s ease-in-out;
  background-color: #fff;
  fill: #db0466;
}

#energia-checkbox:checked + label #svg {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

/* mobile image */
#svg #mobile {
  cursor: pointer;
}

#svg:hover {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

#svg:hover #mobile #pattern {
  cursor: pointer;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  fill: #db0466;
}

#mobile:hover #pattern {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  fill: #db0466;
}

#svg:hover #mobile #pattern #subpattern {
  cursor: pointer;
  transition: 0.1s ease-in-out;
  background-color: #fff;
  fill: #db0466;
}

#mobile-checkbox {
  display: none;
}

#mobile-checkbox:checked + label #svg #pattern,
#mobile-checkbox:checked + label #svg #subpattern {
  cursor: pointer;
  transition: 0.1s ease-in-out;
  background-color: #fff;
  fill: #db0466;
}

#mobile-checkbox:checked + label #svg {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.text-verde {
  color: #ffd800;
}

.componi-offerta-btn > button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
}

.componi-offerta-btn:hover > button {
  background-color: #fff;
  color: #ED1B7C;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}

.componi-offerta-btn:active > button {
  background-color: #fff;
  color: #ED1B7C;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}

.btn:disabled {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
}

.title-subheader {
  line-height: 25px;
  font-family: "UniSansThinItalicCAPS";
  font-weight: 900 !important;
}

.subtitle-subheader {
  line-height: 25px;
  font-family: "UniSansHeavyItalicCAPS";
}

.border-titles {
  border-right: 1px solid #fff;
}

.service-title {
  font-size: 12px;
  padding-top: 5px;
}

.size-max {
  max-width: 1360px !important;
}


/* 04/06/2025 */
#menu-footer2025  { background-color: #8b8b8b;}
  
#menu-footer2025 a {
  font-size:10px;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  margin: 0px;
  text-transform: uppercase;
}
#menu-footer2025 a:hover {
  background-color: #5fa6c9;


