/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
strong {
  font-weight: bold !important;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, p {
  margin: 0;
  padding: 0;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 'Arial', sans-serif;
  /*background: #303591;*/
  font-size: 100%;
  height: 100%;
}
img {
  max-width: 100%;
}
#container {
  width: 100%;
  max-width: 1200px;
  min-height: 100%;
  height: auto !important;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 5px 10px 25px #000, -5px 10px 25px #000;
	    position: relative;
    top: 80px;
}
.content {
  width: 100%;
  padding: 0 20px;
  max-width: 1100px;
  margin: 60px auto 40px;
  overflow: auto;
}
/*HEADER*/
header {
  width: 100%;
  max-width: 1200px;
  height: 5.75em;
  line-height: 5.75em;
  background-color: #22262b;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 1000
}
header .plus18 {
  float: left;
}
header .plus18 p {
  color: #1a1a1a;
  padding: 0 0 0 2em;
  font-size: 0.9em;
}
header .plus18 a {
  text-decoration: none;
  color: #4a599f;
}
header .plus18 a:hover {
  color: #1e9cd8;
}
header .certificazioni {
  float: right;
}
header .certificazioni img {
  vertical-align: middle;
  padding: 0 0.8em 0 0;
  max-height: 2.8em;
}
/* FOOTER */
.footer {
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px;
}
.foot {
	height:26px;
}
/*MENU*/
#menu {
  width: 100%;
  height: 5em;
  line-height: 5em;
  background-color: #fff;
  display: none
}
#menu img {
  float: left;
  padding: 1.2em 0 1.2em 1.6em;
  display: block;
  max-width: 100%;
}
#menu nav {
  float: left;
  padding: 0 0 0 3em;
}
#menu nav ul {
  display: block;
  list-style: none;
}
#menu nav ul li {
  float: left;
  padding: 0 1.25em;
}
#menu nav ul li a {
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500;
}
#menu nav ul li a:hover {
  color: #ffcd00;
}
#menu nav ul li a.attiva {
  color: #1bb14c;
}
/*SOTTOMENU*/
#sottomenu {
  width: 100%;
  height: 4em;
  background-color: #1BB14C;
}
/*MENU RESPONSIVE*/
#menuResponsive {
  display: none;
}
#menuResponsive ul li a.attiva {
  color: #1bb14c;
}
.menuButton {
  display: none;
  float: right;
  padding-right: 1.6em;
}
.closeButton {
  display: none;
}
div.testoBottone {
  float: right;
  line-height: 3em;
  padding: 0 1.6em 0 0;
  vertical-align: center;
}
.bottone {
  background: #ffcd00;
  padding: 0.5em 0.6em;
  border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  border: solid 0.125em #ffcd00;
  transition: 0.6s;
  color: #303591;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'gotham_htf', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.1em;
}
.bottone:hover {
  border: solid 0.125em #ffcd00;
  color: #ffcd00;
  background: none;
}
/*CONTENUTO*/
#contenuto {
  position: relative;
  clear: both;
  background-color: #fff;
  padding-bottom: 60px;
}
.content h1 {
  color: #303591;
  padding: 10px 0 30px;
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'gotham_htf', Arial, sans-serif;
  font-weight: 700;
}
#contenuto h2 {
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: 700;
}
#contenuto h3 {
  color: #303591;
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: 700;
}
#contenuto p {
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 25px;
}
#contenuto ul {
  padding: 0 40px 20px;
}
#contenuto ul li {
  font-size: 17px;
  line-height: 25px;
}
#link {
  color: #303591;
}
#link:hover {
  color: #1e9cd8;
}
.elencoBonus a {
  color: #303591;
}
.elencoBonus a:hover {
  color: #1e9cd8;
}
.elencoBonus {
  margin-top: -7px;
  font-size: 17px;
}
/*TABELLA*/
#contenuto table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
}
td, th {
  padding: 13px;
  text-align: left;
  color: #000;
}
th {
  font-weight: 700;
  color: #fff;
  background-color: #1BB14C;
}
th:nth-of-type(1) {
  border-right: 1px solid #000
}
td:nth-of-type(1) {
  border-right: 1px solid #000
}
th:nth-of-type(2) {
  border-right: 1px solid #000
}
td:nth-of-type(2) {
  border-right: 1px solid #000
}
th:nth-of-type(3) {
  border-right: 1px solid #000
}
td:nth-of-type(3) {
  border-right: 1px solid #000
}
th:nth-of-type(4) {
  border-right: 1px solid #000
}
td:nth-of-type(4) {
  border-right: 1px solid #000
}
th:nth-of-type(5) {
  border-right: 1px solid #000
}
td:nth-of-type(5) {
  border-right: 1px solid #000
}
th:nth-of-type(6) {
  border-right: 1px solid #000
}
td:nth-of-type(6) {
  border-right: 1px solid #000
}
th:nth-of-type(7) {
  border-right: 1px solid #000
}
td:nth-of-type(7) {
  border-right: 1px solid #000
}
th:nth-of-type(8) {
  border-right: 1px solid #000
}
/* Righe pari */
tr:nth-of-type(odd) {
  background: rgba(20, 27, 77, 0.1);
}
/* Righe pari */
tr:nth-of-type(odd) {
  background: #fff;
}
/* Righe dispari */
tr:nth-of-type(even) {
  background: rgba(20, 27, 77, 0.05);
}
.testoPiccolo {
  margin-bottom: 40px;
}
#contenuto p.testoPiccolo {
  font-size: 15px;
}
.bold {
  font-weight: 700;
}
.blu {
  color: #303591;
  text-transform: uppercase;
}
.giallo {
  color: #ffcd00;
}
.rosso {
  color: #c73701;
}
.piccolo {
  font-size: 12px;
}
#contenuto p.noMargin {
  padding-bottom: 10px;
}
/*ACCORDION*/
#accordion h2 {
  font-size: 20px;
  padding-bottom: 10px;
}
#accordion h3 {
  font-size: 20px;
  font-weight: 600;
}
#accordion h3:nth-of-type(2) {
  margin-top: 50px;
}
#accordion ul li {
  padding-bottom: 7px;
}
#accordion ul li a {
  color: #303591;
}
#accordion ul li a:hover {
  color: #1e9cd8;
}
.ui-accordion .ui-accordion-header {
  color: #fff;
  background-color: #1BB14C;
  border: 2px solid #1BB14C;
  font-family: 'gotham_htf', Arial, sans-serif;
  font-weight: 600;
}
.ui-accordion-header:hover {
  background-color: #fff;
  border: 2px solid #1BB14C;
  color: #1BB14C;
}
.fa-caret-right {
  margin-right: 8px;
}
.disableScroll {
  overflow: hidden;
}
#scarica {
  padding: 1em 0 3em 0;
  text-align: center;
}
#scarica a {
  /* margin: 0 1.5em 0.5em;
    display: inline-block;
    width: 220px;*/
}
.scaricaSito {
  border: 1px solid #1BB14C;
  background-color: #1BB14C;
  padding: 8px 20px;
  margin-right: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
/*.scaricaSito:hover {
    border: solid 0.125em #303591;
    color: #ffcd00;
    background: #303591;;
}*/
.scaricaBis {
  background: #fff;
  padding: 0.4em 0.8em;
  border-radius: 0.7em;
  -webkit-border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  border: solid 0.125em #303591;
  transition: 0.6s;
  color: #303591;
  ;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'gotham_htf', Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
  display: inline-block;
  margin: 7px 12px;
}
.scaricaBis:hover {
  border: solid 0.125em #303591;
  color: #fff;
  background: #303591;
  ;
}
#tornasu {
  position: fixed;
  width: 45px;
  height: 45px;
  border-radius: 15%;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 30px;
  right: 60px;
  display: none;
  z-index: 999;
}
.fa-arrow-up {
  position: absolute;
  top: 7px;
  left: 7px;
  color: rgba(111, 111, 111, 0.7);
}
.fa-arrow-up:hover {
  color: rgba(170, 170, 170, 0.7);
}
/*COMING SOON*/
.comingSoon h3 {
  text-align: center;
  padding: 250px 0 250px;
  color: #006d00;
  font-family: 'gotham_htf', Arial, sans-serif;
  font-weight: 700;
  font-size: 3.5em;
}
#spazio {
  height: 40px;
}
.elencoPromozione li {
  padding-bottom: 0.5em;
}
.elencoPromozione li:first-child {
  padding-top: 0.5em;
}
/*Banner Cookie*/
.disclaimerCookie {
  position: fixed;
  bottom: 0;
  left: 0;
  max-height: 0;
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  z-index: 1000;
}
.disclaimerCookie a {
  text-decoration: none;
  cursor: pointer;
  color: #ffcd00;
}
.disclaimerCookie a:hover {
  color: #fff;
}
.disclaimerCookieText {
  margin: 15px auto;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  padding: 5px 15px;
}
.disclaimerCookie.on {
  max-height: 200px;
  transition: all 0.5s ease-in-out;
}
a.cookieButton {
  display: block;
  position: relative;
  margin: 10px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffcd00;
  border: 1px solid #ffcd00;
  cursor: pointer;
  font-size: 13px;
  width: 130px;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  padding: 3px;
}
a.cookieButton:hover {
  background-color: transparent;
  border: 1px solid #ffcd00;
}
/*Fine Cookie*/

@media only screen and (max-width: 1200px) {
  header {
    height: 10em;
    line-height: 2em;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
  }
}
@media screen and (max-width: 997px) {
  .webonly {
    display: none;
  }
  .mobileonly {
    display: block;
  }
  header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column-reverse;
  }
  .table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 998px) {
  .webonly {
    display: block;
  }
  .mobileonly {
    display: none;
  }
}