hr.ISstyle1 {
  position: relative;
  float: left;
  display: block;
  margin: 30px 0;
  width: 100%;
}
hr.ISstyle2 {
  position: relative;
  float: left;
  display: block;
  margin: 8px 0;
  width: 100%;
}

.titolo {
  height: 90px;
  border-top: 1px solid #fff;
  padding-top: 10px;
}

.divSocial {
  cursor: pointer;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #1f2042;
}
/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 15px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

#testatina {
  font-size: 20px;
  color: #dbb30b;
  line-height: 20px;
}
p {
  margin: 0px;
  font-weight: 400;
  font-size: 9pt;
}

h2 {
  font-family: "soleSansMed";
  margin: 0px;
  line-height: 1;
  font-size: 22px;
}

table {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  font-weight: 400;
  font-size: 9pt;
  text-align: right;
}

th,
td {
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
  height: 28px;
}

th {
  background-color: #4c4d67;
  text-transform: uppercase;
  height: 40px;
  /* font-family: Sole24Sans; */
}

.p1 tr:hover {
  background-color: #f9d434;
  color: #000;
}

.p2 tr:hover {
  background-color: #5f5689;
  color: #fff;
}

.p3 tr:hover {
  background-color: #086171;
  color: #fff;
}

.p4 tr:hover {
  background-color: #f88242;
  color: #fff;
}

/* --------------- CLASSI --------------- */

.sinistra {
  text-align: left;
  /* font-family: Sole24Sans; */
  font-size: 10pt;
}

.pos-39 {
  background-color: #ffd400;
  text-align: left;
  font-weight: 700;
  padding-left: 8px;
  color: #000;
  font-weight: 100;
}

.pos-1 {
  background-color: #0082b6;
  text-align: left;
  font-weight: 700;
  padding-left: 8px;
  color: #000;
  font-weight: 100;
}

.pos-5 {
  background-color: #00938d;
  text-align: left;
  font-weight: 700;
  padding-left: 8px;
  color: #000;
  font-weight: 100;
}

.pos-15 {
  background-color: #3bb98a;
  text-align: left;
  font-weight: 700;
  padding-left: 8px;
  color: #000;
  font-weight: 100;
}

.pos-25 {
  background-color: #9cce79;
  text-align: left;
  font-weight: 700;
  padding-left: 8px;
  color: #000;
  font-weight: 100;
}

.divLinka {
  top: -70px;
}
.gruppoClas {
  margin-bottom: 100px;
}
/* --------------- LAYOUT --------------- */

* {
  box-sizing: border-box;
}

[class*="grid-item"] {
  float: left;
  padding: 20px;
}

#contieniSel .grid-container {
  width: 100%;
  max-width: 1090px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  max-width: initial;
  padding-right: 0;
  padding-left: 0;
}

.grid-item {
  width: 100%;
  margin-top: 60px;
  padding: 10px;
}

body:after {
  display: none;
}

#wrapper {
  display: flex;
  width: 100%;
  background-color: #1a5a40 !important;
  margin-bottom: -20px;
}

/********************************************************** fine l24Menu*/
* {
  box-sizing: border-box;
}
.allineaSx {
  float: left;
}
.allineaDx {
  float: right;
}
.animato {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#bloccoMenu,
#l24Menu {
  height: 40px;
  display: block;
}
#l24Menu {
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 2;
  background: #3c6449;
  border-top: 1px solid #fff;
  border-bottom: 3px solid #fff;
}
#l24MenuCnt {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1200px;
  height: 40px;
  padding: 0 30px;
}
.selGrande {
  position: relative;
  width: 23.75%;
  height: 100%;
  margin-right: 2.5%;
}
.l24MenuBottone {
  border-bottom: 3px solid #fff;
  cursor: pointer;
}
.l24MenuBottone:hover {
  border-bottom: 3px solid #8d9496;
}
.l24MenuSelezionato {
  border-bottom: 3px solid #fff;
}

.selPiccolo {
  position: relative;
  width: 9.375%;
  height: 100%;
  margin-right: 2.5%;
}
.selPiccolo:first-of-type {
  margin-right: 0;
}

.l24MenuBase {
  position: relative;
  float: left;
  /*
	background: url(../img/menuSpunta.svg);
    background-repeat: no-repeat;
	*/
  width: 100%;
  padding-left: 11px;
  padding-right: 20px;
  margin-right: 30px;
  height: 100%;
  background-position-y: 10px;
  line-height: 31px;
  padding-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l24Random .l24MenuBase {
  width: calc(100% - 40px);
}

.l24MenuSelect {
  position: absolute;
  right: 0;
  width: 18px;
  height: 100%;
  top: 0;
}

.l24MenuSelectDn {
  background: url(../img/menuSelect.svg);
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.l24MenuSelectDn:hover {
  background: url(../img/menuSelectHover.svg);
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.l24MenuSelectUp {
  background: url(../img/menuSelectUp.svg);
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.l24MenuSelectUp:hover {
  background: url(../img/menuSelectUpHover.svg);
  background-repeat: no-repeat;
  background-position: 0 10px;
}

.l24MenuTornaSu {
  background: url(../img/menuTornaSu.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 32px 32px;
  position: relative;
  float: left;
  width: 32px;
  height: 100%;
  cursor: pointer;
}

.l24MenuTornaSu:hover {
  background: url(../img/menuTornaSuHover.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 32px 32px;
}

.l24MenuRandom {
  background: url(../img/menuRandom.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 32px 32px;
  position: absolute;
  right: 0;
  width: 32px;
  height: 100%;
  top: 0;
}

.l24MenuRandom:hover {
  background: url(../img/menuRandomHover.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 32px 32px;
}

.l24MenuCerca {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 40px);
  line-height: 32px;
  background: #fcefe6;
  margin-left: 5px;
  display: none;
}
/*
[contenteditable=true]:empty:before{
	content: attr(placeholder);
	color: #cabdad;
	display: block; 
	}
*/
.l24MenuLista {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  max-height: 287px;
  background: #fcefe6;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border-left: 1px solid #c4c1b4;
  border-right: 1px solid #c4c1b4;
  border-bottom: 1px solid #c4c1b4;
  display: none;
}

.l24MenuLista li:hover,
.l24MenuListaGrande li:hover {
  background-color: #eeded5;
}

.l24MenuLista ul,
.l24MenuListaGrande ul,
#mmCnt ul {
  list-style-type: none;
  margin: 0 2px 0 10px;
  padding: 0;
}

.l24MenuLista li {
  padding: 10px 5px;
  font-size: 14px;
  border-bottom: 1px solid #c4c1b4;
  color: #000;
}
.l24MenuLista li:last-child {
  border: none;
}

.l24MenuListaGrande li {
  padding: 5px 5px;
  font-size: 12px;
  border-bottom: none;
}

/*
.l24MenuListaGrande li:last-child {	
	padding: 5px 5px 0;
	}
*/

.l24MenuListaGrande .l24MenuGruppo {
  font-weight: bold;
  font-size: 14px;
}

.l24MenuListaGrande {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  max-height: none;
  background: #fcefe6;
  border-left: 1px solid #c4c1b4;
  border-right: 1px solid #c4c1b4;
  border-bottom: 1px solid #c4c1b4;
  display: none;
}

.l24MenuColFinale {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.l24MenuCol {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 1.25%;
  margin-right: 1.25%;
}

.l24MenuListaGrande table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}

.l24MenuListaGrande td {
  vertical-align: top;
  width: 16.66%;
  padding: 0 1% 0 1%;
}
.l24MenuDividi {
  border-left: 1px solid #cabdad;
  padding: 0 1% 0 0%;
}

.l24MenuItemSelezionato {
  background-color: #fff;
}

.l24MenuGruppoBold {
  font-weight: bold;
}
.l24MenuLista li.l24MenuGruppo:before {
  content: "";
  width: 4px;
  height: 20px;
  position: relative;
  float: left;
  background-color: red;
  top: -1px;
  left: -5px;
}
.selGrande {
  position: relative;
  width: 50%;
  height: 97%;
  margin-right: 2.5%;
  min-width: 240px;
}

.l24MenuNormale {
  padding-left: 15px !important;
}
.l24MenuGruppo39:before {
  background-color: #ffd400 !important;
}
.l24MenuGruppo1:before {
  background-color: #0082b6 !important;
}
.l24MenuGruppo5:before {
  background-color: #00938d !important;
}
.l24MenuGruppo15:before {
  background-color: #3bb98a !important;
}
.l24MenuGruppo25:before {
  background-color: #9cce79 !important;
}
.l24MenuGruppo4:before {
  background-color: #3ed6ff !important;
}
.l24MenuGruppo5:before {
  background-color: #999276 !important;
}
.l24MenuGruppo6:before {
  background-color: #78cc17 !important;
}
#l24MenuCnt {
  width: auto !important;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa {
  padding: 6px;
  font-size: 12px !important;
  width: 24px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.divSocial {
  cursor: pointer;
  width: auto;
  position: absolute;
  top: 6px;
  right: 0;
  text-align: center;
  color: #1f2042;
}
/********************************************************** fine l24Menu*/

div#bloccoIntro {
  margin-top: 110px;
}

.l24-float-right.nascosto {
  display: none;
}

.menuFisso {
  position: fixed;
  top: 65px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  #contieniSel .grid-container {
    width: 100%;
    grid-template-columns: 33% 33% 33%;
  }

  th,
  td {
    padding-left: 4px;
    padding-right: 3px;
  }
}

@media only screen and (max-width: 1007px) {
  .selPiccolo {
    width: 20.375%;
  }
  .selGrande {
    width: 65%;
  }
  th,
  td {
    padding-left: 6px;
    padding-right: 6px;
  }
  .ISpubb {
    width: 690px;
    height: 90px;
  }
  [class*="grid-container"] {
    width: 695px;
    grid-template-columns: 50% 50%;
  }

  .fa {
    padding: 10px 10px 10px 7px;
    font-size: 12px;
    width: 26px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    line-height: 6px;
  }

  #bloccoMenu,
  #l24Menu {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  #l24MenuCnt {
    padding: 0;
  }
  .l24MenuTornaSu {
    margin-left: 8px;
  }
  [class*="grid-container"] {
    width: 100%;
    grid-template-columns: auto;
  }
  .fa {
    padding: 10px 10px 10px 7px;
    font-size: 12px;
    width: 26px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    line-height: 6px;
    color: #1f2041;
  }
  .divLinka {
    top: 30;
  }

  .divSocial {
    top: -11px;
  }
  #l24MenuCnt {
    padding: 0;
  }
  .selGrande {
    position: relative;
    width: auto;
    height: 39px;
    margin-right: 0;
    min-width: 255px;
  }
  #selSocialMb {
    display: block;
  }
  #selSocial {
    display: none;
  }
  #selSocialMb.selPiccolo {
    position: relative;
    /* position: relative; */
    width: 100%;
    height: auto;
    /* top: -30px; */
    text-align: center;
    margin-bottom: 20px;
  }
  .divSocial {
    cursor: pointer;
    width: auto;
    position: relative;
    top: 6px;
    right: 0;
    text-align: center;
    color: #fff;
  }
  .btStondato {
    width: 280px;
    position: relative !important;
    top: -45px;
  }

  .menuFisso .selGrande {
    position: relative;
    width: calc(100% - 50px);
    height: 97%;
    margin-right: 0;
  }
  .l24MenuTornaSu {
    margin-left: 8px;
  }

  #contieniSel .grid-container {
    max-width: 100%;
    grid-template-columns: 100%;
  }
}
