/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */

/* CSS Document */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');


:root {
  --cBlu: #026cce;  

  --cRosso: #e62b21;
  --cDRosso: #c91617; 
  
  --cVerde: #3aaa35;
  --cDVerde: #007c7c;

  --cCiano: #3399cc;
  
  --cLGrigio: #616e76; 
  --cGrigio: #555555;
  
  --cLNero: #0f181e;
  --cNero: #000000;
  
  --cLBianco: #f1f2f3;  
  --cBianco: #FFFFFF;
  
  --cShadow: #33333366; 
}



/* SYSTEM */

.wide {
  margin: 0 -9999px;
  padding: 0px 9999px;
  position: relative;
/*  background-color: var(--cBianco);*/
}

.wide.odd { background-color: var(--cDRosso); }

.wide.even { background-color: var(--cCiano); }

.half-pb { padding-bottom: 0.5em; }
.half-pt { padding-top: 0.5em; }


.padding-vertical { padding-bottom: 1em; padding-top: 1em; }
.padding-vertical2 { padding-bottom: 2em; padding-top: 2em; }
.padding-vertical3 { padding-bottom: 3em; padding-top: 3em; }
.padding-vertical4 { padding-bottom: 4em; padding-top: 4em; }
.padding-left { padding-left: 15px; }
.padding-right { padding-right: 15px; }
.padding-top { padding-top: 1em; }
.padding-bottom { padding-bottom: 1em; }
.padding-top2 { padding-top: 2em; }
.padding-bottom2 { padding-bottom: 2em; }
.padding-top3 { padding-top: 3em; }
.padding-bottom3 { padding-bottom: 3em; }
.padding-top4 { padding-top: 4em; }
.padding-bottom4 { padding-bottom: 4em; }
.nopadding-top { padding-top: 0;}
.nopadding-bottom { padding-bottom: 0;}
.margin-top { margin-top: 1em !important; }
.margin-bottom { margin-bottom: 1em !important;}
.margin-top2 { margin-top: 2em !important; }
.margin-bottom2 { margin-bottom: 2em !important; }
.nomargin { margin: 0 !important;}
.nomargin-top { margin-top: 0;}
.nomargin-bottom { margin-bottom: 0;}
.h-100 { height: 100%; }
.w-100 { width: 100%; }
.m-auto { margin: auto auto; }
.mx-auto { margin: auto 0; }
.my-auto { margin: 0 auto; }
.mt-auto { margin-top: auto; }
.mb-auto { margin-bottom: auto; }
.alpha { padding-left: 0px; }
.omega { padding-right: 0px; }

.table { margin: 0; padding: 1em 0; }

.grid-flex {
  width: 100%;
  float: left;
  position: relative;
  display: block;
}

.row-flex  {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.d-flex,
.row-flex  {
  -ms-box-orient: horizontal;
  display: -webkit-box;/* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -moz-box;
  display: -ms-flexbox;/* TWEENER - IE 10 */
  display: -moz-flex;
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  position: relative;
}

.d-flex {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;

}

/*FIX SAFARI*/
.row-flex:before, .row-flex:after { display: none; }


/*.d-flex-column  {  */
/*  display: flex;*/
/*  flex-direction: column; */
/*}*/

/*.sm-d-flexr-row  { flex-direction: row-reverse; }*/
/*.sm-d-flexr-column { flex-direction: column-reverse; }*/

.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.row-fullR {
  width: 50vw;
  position: relative;
  margin-left: -50vw;
  left: 50vw;
}

#page { 
  overflow: hidden;
/*  background-color: #003c84;
	-webkit-appearance: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  box-shadow: 5px 5px 20px #666666;
  margin: 50px 0 20px;*/
}

/* DEFAULT */

body {
  background: none no-repeat scroll 0 0 var(--cBianco);
  background-color: var(--cBianco);
  font: 16px/1.4 Arial, Helvetica, sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: var(--cLGrigio);
  margin: 0px 0px;
}

h1, h2, h3, h4, h5, h6, p,
.h1, .h2, .h3, .h4, .h5, .h6 { 
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
  color: var(--cLGrigio);
  line-height: 1.4;
}

h1.vbig, .h1.vbig { font-weight: 400; font-size: 5.111em; line-height: 1; } /*92*/

h1, .h1 { font-weight: 400; font-size: 2.666em; line-height: 1.2; } /*48*/

h2, .h2 { font-weight: 400; font-size: 2.222em; line-height: 1.2; } /*40*/

h3, .h3 { font-weight: 400; font-size: 1.7772em; line-height: 1.3; } /*32*/

h4, .h4 { font-weight: 400; font-size: 1.333em; line-height: 1.4; } /*24*/

h5, .h5 { font-weight: 400; font-size: 0.888em; line-height: 1.4; } /*16*/

h6, .h6 { font-weight: 400; font-size: 0.777em; line-height: 1.4; } /*14*/

p.big { font-size: 1.166em; } /*21*/

p, ul ol { 
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  color: var(--cLGrigio);
  line-height: 1.4;
  font-weight: 400;
  margin-top: 0px;
}

ul, ol {}


ul.bullet-image {  list-style: outside url("../images/arrow.png") none; padding-left: 3em; }
ul.list-unstyled {  list-style: outside none none; padding-left: 2em; }
ul.list-bullet { padding-left: 1.5em; list-style: outside none none;  }
ul.list-bullet li { display: block; margin-bottom: 0.3em; }
ul.list-bullet li:before {
    content: '\e804';
    font-family: "fontello";
    font-size: 1em;
    float: left;
    margin-top: 0px;
    margin-left: -1.4em;
    color: var(--cLGrigio);
}

ul.list-inumber { padding-left: 2em; }

ul.list-inumber li { margin-bottom: 0.5em; }

ul.list-inumber li:before {
  font-family: "fontello";
  content: "";
  font-size: 1em;
  top: -0.3em;
  left: 0.1em;
  position: relative;
}

ul.list-inumber li:nth-child(1):before {
  content: '\e802';
}

ul.list-inumber li:nth-child(2):before {
  content: '\e801';
}

ul.list-inumber li:nth-child(3):before {
  content: '\e803';
}


ol.list-increment { counter-reset: item; padding-left: 0em; }
ol.list-increment li { display: block; }
ol.list-increment li:before { font-weight: 400; content: counters(item, ".") ". "; counter-increment: item;  }


ol.list-number { padding-left: 2em; counter-reset: item; }
ol.list-number li { position: relative; display: block; margin-bottom: 0.3em; }

ol.list-number li:after {
  font-weight: 400;
  content: "◆";
  position: absolute;
  left: -1em;
  top: -14px;
  font-size: 1em;
  color: var(--cLGrigio);
  z-index: 1;
}
ol.list-number li:before { 
  font-weight: 400;
  content: counters(item, ".") ""; counter-increment: item; 
  color: var(--cLGrigio);
  font-size: 1em;
  z-index: 2;
  position: relative;
  top: 0px;
  left: -1em;
}


.thin { font-weight: 100!important; }
.extra-light { font-weight: 200!important; }
.light { font-weight: 300!important; }
.normal { font-weight: 400!important; }
.medium { font-weight: 500!important; }
.semi-bold { font-weight: 600!important; }
.bold { font-weight: 700!important; }
.extra-bold { font-weight: 800!important; }
.ultra-bold { font-weight: 900!important; }


/* STYLE */

a, img { border: 0 none; 
  -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
}

.transition {
  -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
}

.cover img,
.img-cover { width: 100%; height: 50vw; height: auto; object-fit: cover; object-position: 50% 50%;  object-position: center top; }

a:link, a:visited, li a:link, li a:visited { color: var(--cVerde); text-decoration: none; }

a:hover, a:focus, li a:hover { color: var(--cVerde); outline: none; }

a:active, li a:active, a.active, li a.active { color: var(--cDVerde);  }

.marker, .form-required, .request { color: var(--cLGrigio); float: left; margin-right: 0.2em; }

.evidenza { color: var(--cLNero); }
.Verde { color: var(--cVerde); }
.DVerde { color: var(--cDVerde); }
.Ciano { color: var(--Ciano); }
.Blu { color: var(--cBlu); }
.Rosso { color: var(--cRosso); }
.DRosso { color: var(--cDRosso); }
.LGrigio, .CText { color: var(--cLGrigio); }
.Grigio { color: var(--cGrigio); }
.LBianco { color: var(--cBianco); }
.Bianco { color: var(--cBianco); }
.Nero { color: var(--cNero); }
.LNero { color: var(--cLNero); }

.fprimary { font-family: 'Roboto', sans-serif; }
.fsecondary { }

.bgVerde { background-color: var(--cVerde); }
.bgDVerde { background-color: var(--cDVerde); }
.bgCiano { background-color: var(--Ciano); }
.bgBlu { background-color: var(--cBlu); }
.bgRosso { background-color: var(--cRosso); }
.bgDRosso { background-color: var(--cDRosso); }
.bgLGrigio { background-color: var(--cLGrigio); }
.bgGrigio { background-color: var(--cGrigio); }
.bgLBianco { background-color: var(--cBianco); }
.bgBianco { background-color: var(--cBianco); }
.bgNero { background-color: var(--cNero); }
.bgLNero { background-color: var(--cLNero); }


strong,b { font-weight: 700; color:var(--cLNero); }

span.sup { 
  font-size: 70%; position: relative; top: -0.5em; 
  font-size: 50%; top: -1em;
}

sub { font-size: 70%; position: relative; top: 2px; }

.virgole {
  position: relative;
  padding: 0.2em 1em;
}

.virgole span.virgole {
  color: var(--cDRosso);
  font-weight: 400;
  font-size: 170%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
}

.virgole span.virgole:last-child {
  left: auto;
  top: auto;
  right: auto;
  bottom: -0.3em;
  padding-left: 0.2em;
}


.btn { border: none; padding: 0.6em 1em 0.8em; }

.btn,
.btn-primary, .btn-secondary,
.btn-tab { 
  border: 1px solid var(--cDVerde) !important;
  background-color: var(--cDVerde) !important; 
  font-family: 'Roboto', sans-serif !important;
  font-size: 1em; 
  font-size: 0.888em;
  font-weight: 400;
  color: var(--cBianco) !important;
  padding: 1em 2em;
  padding: 0.5em 2em;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  -o-b-border-radius: 4px; 
  -ms-border-radius: 4px; 
  border-radius: 4px; 
  text-decoration: none; 
  -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
  outline: none;
  text-transform: none;
  white-space: normal;
  text-align: center;
  text-decoration: none!important;
}

.btn:hover {
  border-color: var(--cVerde) !important;   
  background-color: var(--cVerde) !important;
  color: var(--cBianco) !important;
}

.btn-primary,
.webform-client-form .form-actions .form-submit {
  border-color: var(--cVerde) !important;   
  background-color: var(--cVerde) !important;
  color: var(--cBianco) !important;
}

.btn-primary:hover,
.webform-client-form .form-actions .form-submit:hover {
  border-color: var(--cDVerde) !important;   
  background-color: var(--cDVerde) !important;
  color: var(--cBianco) !important;
}

.btn-primary.focus, .btn-primary:focus {
  outline: none !important;
}

.btn-secondary {
  border-color: var(--cLGrigio) !important;   
  background-color: var(--cLGrigio) !important;
  color: var(--cBianco) !important;

}

.btn-secondary:hover {
  border-color: var(----cVerde) !important;   
  background-color: var(----cVerde) !important;
  color: var(--cBianco) !important;
}

.btn .icon-custom:before {  
  -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
/*  color: #96d915;*/
  font-size: 1em;
  font-weight: 400;
  position: relative;
/*  top: 2px;*/
}

.btn:hover .icon-custom:before { color: var(--cBianco) !important; }
.icon-custom:before { font-weight: 400; }

.icon-aslide { font-size: 2em; }
.icon-ssize { font-size: 2em; }
.icon-msize { font-size: 3em; }
.icon-bsize { font-size: 4em; }

.box-radius {
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  -o-b-border-radius: 4px; 
  -ms-border-radius: 4px; 
  border-radius: 4px; 
}


/*https://www.colorzilla.com/gradient-editor/*/
.gradient-hor { 
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f181e+0,0c222c+100 */
  background: var(--cLGrigio);
  background: -moz-linear-gradient(left,  #0f181e 0%, #0f181e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #0f181e 0%,#0f181e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #0f181e 0%,#0f181e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f181e', endColorstr='#0f181e',GradientType=1 ); /* IE6-9 */
}

/*https://www.colorzilla.com/gradient-editor/*/
.gradient-ver { 
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f181e+0,0c222c+100 */
  background: var(--cLGrigio);
  background: -moz-linear-gradient(top,  #0f181e 0%, #0f181e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #0f181e 0%,#0f181e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #0f181e 0%,#0f181e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f181e', endColorstr='#0f181e',GradientType=0 ); /* IE6-9 */
}


/*SCROLL-TO-TOP*/
.scroll-to-top {
  position: fixed;
  display: none;
  text-align: center;
  color: var(--cLGrigio);
  background: none;
  line-height: 1;
  z-index: 98;
  background:var(--cBianco);
  padding: 0;
  right: 0.5em;
  bottom: 0.5em;
  width: 2em;
  height: 2em;
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px;
  -o-b-border-radius: 50px; 
  -ms-border-radius: 50px; 
  border-radius: 50px; 
  -webkit-transition: all 0.25s ease-in-out 0s; 
  -moz-transition: all 0.25s ease-in-out 0s; 
  -o-transition: all 0.25s ease-in-out 0s; 
  -ms-transition: all 0.25s ease-in-out 0s; 
  transition: all 0.25s ease-in-out 0s; 
}
.scroll-to-top a { color: var(--cLGrigio); }
.scroll-to-top a:focus, .scroll-to-top a:hover { color: var(--cLGrigio); }
.scroll-to-top:hover {  -webkit-filter: invert(.2);  filter: invert(.2); }
.scroll-to-top i { color: var(--cLGrigio); font-size: 1em; line-height: 0; }

/* EFFECT */
.rotate45,
.rotate90 {
  -webkit-transform:rotate(0deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(0deg); /* Firefox */
  -o-transform:rotate(0deg); /* Opera */
  -ms-transform:rotate(0deg); /* IE 9 */
  transform:rotate(0deg); /* tutti i nuovi browser */
  -webkit-transition: all 0.25s 0s ease-in-out;
  -moz-transition: all 0.25s 0s ease-in-out;
  -o-transition: all 0.25s 0s ease-in-out;
  -ms-transition: all 0.25s 0s ease-in-out;
  transition: all 0.25s 0s ease-in-out;
}

.rotate45:hover,
.active .rotate45 {
  -webkit-transform:rotate(45deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(45deg); /* Firefox */
  -o-transform:rotate(45deg); /* Opera */
  -ms-transform:rotate(45deg); /* IE 9 */
  transform:rotate(45deg); /* tutti i nuovi browser */
}

.rotate90:hover,
.active .rotate90 {
  -webkit-transform:rotate(90deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(90deg); /* Firefox */
  -o-transform:rotate(90deg); /* Opera */
  -ms-transform:rotate(90deg); /* IE 9 */
  transform:rotate(90deg); /* tutti i nuovi browser */
}

.rotate45-icon:before {
  -webkit-transform:rotate(0deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(0deg); /* Firefox */
  -o-transform:rotate(0deg); /* Opera */
  -ms-transform:rotate(0deg); /* IE 9 */
  transform:rotate(0deg); /* tutti i nuovi browser */
  -webkit-transition: all 0.25s 0s ease-in-out;
  -moz-transition: all 0.25s 0s ease-in-out;
  -o-transition: all 0.25s 0s ease-in-out;
  -ms-transition: all 0.25s 0s ease-in-out;
  transition: all 0.25s 0s ease-in-out;
}

/* .rotate-icon:hover:before, */
/* .btn-actions:hover .rotate-icon:before, */
.active .rotate45-icon:before {
  -webkit-transform:rotate(-90deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(-90deg); /* Firefox */
  -o-transform:rotate(-90deg); /* Opera */
  -ms-transform:rotate(-90deg); /* IE 9 */
  transform:rotate(-90deg); /* tutti i nuovi browser */
}

/* .rotate90-icon:before, */
.wrapper-tendina .rotate90-icon:before {
  -webkit-transform:rotate(0deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(0deg); /* Firefox */
  -o-transform:rotate(0deg); /* Opera */
  -ms-transform:rotate(0deg); /* IE 9 */
  transform:rotate(0deg); /* tutti i nuovi browser */
  -webkit-transition: all 0.25s 0s ease-in-out;
  -moz-transition: all 0.25s 0s ease-in-out;
  -o-transition: all 0.25s 0s ease-in-out;
  -ms-transition: all 0.25s 0s ease-in-out;
  transition: all 0.25s 0s ease-in-out;
}

/* .rotate-icon:hover:before, */
/* .btn-actions:hover .rotate-icon:before, */
/* .active .rotate90-icon:before, */
.wrapper-tendina .active .rotate90-icon:before {
  -webkit-transform:rotate(-180deg); /* Chrome, iOS, Safari e Android */
  -moz-transform:rotate(-180deg); /* Firefox */
  -o-transform:rotate(-180deg); /* Opera */
  -ms-transform:rotate(-180deg); /* IE 9 */
  transform:rotate(-180deg); /* tutti i nuovi browser */
}



/*STRUCTURE*/
/* .structure { max-width: 2000px; } */
/*.structure .container-fluid.grid { padding-left: 0; padding-right: 0; }*/

.fancybox-skin {
  position: relative;
  background: rgb(249, 249, 249);
}
.fancybox-inner .btn-close {
  background-color: rgba(255,255,255,0.6);
  background-color: rgb(249, 249, 249);
  position: fixed;
  top: 2em;
  right: 2em;
  width: auto;
  z-index: 1;
  border-radius: 50%;
}
/* .fancybox-close.fancybox-close-custom, */
.fancybox-close {
  background: url(https://cdn.iubenda.com/close.png) no-repeat scroll 0 0 transparent;
  border: medium none;
  display: block;
  height: 24px;
  position: absolute;
  right: -9px;
  top: -10px;
  width: 23px;
  z-index: 10010;
}

br.xs { display: none; } 

.border { border: 1px solid var(--cLGrigio); }
.border-top { border-top: 1px solid var(--cLGrigio); }
.border-bottom { border-bottom: 1px solid var(--cLGrigio); }


.alert.alert-success { 
  /* color: var(--cDRosso);
  background-color: rgb(236,145,40,0.2);
  border-color: rgb(236,145,40,0.4); */
}

.form-group.error .control-label, .form-group.error label, 
.form-group.has-error .control-label, .form-group.has-error label {
  color: var(--cDRosso);
  font-weight: 400;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.popup-disclaimer {display: none; }


/* EFFECT */
@keyframes fade-in {
  from { opacity: 0.3; }
  to { opacity: 1; }
}

/* SWIPER */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  margin: 0 0.5em;
  width: 1em;
  height: 1em;
}

/*COUNTDOWN*/
#countdown { font-family: Helvetica,Arial,sans-serif; font-family: 'Roboto', sans-serif; text-align: center; font-size: 0.888em; text-transform: none; color: var(--cBianco); font-weight: 400; 
  display: inline-block;
}
#countdown .f-s-2x { font-family: 'Roboto', sans-serif; font-size: 1.7772em; color: var(--cBianco); font-weight: 700; }
/*#countdown .wdl-subtext { color: #000; font-size: 18px; text-transform: none;}*/
/*#countdown .giorni { color: #DA9486; }*/
/*#countdown .ore { color: #21395D; }*/
/*#countdown .minuti { color: #AFB255; }*/
/*#countdown .secondi { color: #C54264; }*/
#countdown span.box { 
  background-color: transparent;
  border: 0px solid red;
  /* background-color: var(--cWhite);  */
  /* -webkit-border-radius: 8px;  */
  /* -moz-border-radius: 8px; */
  /* border-radius: 8px; */
  /* padding: 0.5em 0.5em 1em; */
  /* -webkit-box-shadow: 0px 0px 15px 10px #e0e6ed; */
  /* -moz-box-shadow: 0px 0px 15px 10px #e0e6ed; */
  /* box-shadow: 0px 0px 15px 10px #e0e6ed; */
  /* min-width: 10em; */
  /* padding: 0; */
  padding: 0 0.1em; 
  /* min-width: 5em; */
}
#countdown span:not(.wdl-subtext) { display: inline-block; margin: 10px; margin: 0px !important; }
#countdown .f-s-2x { margin: 0 !important; margin-bottom: 0 !important; margin-top: 15px !important; margin: 15px 10px 0px !important; margin: 0px !important; }




/*TOP*/
.top { }
.top .logo img { max-width: 15em; }
.top .layout-top { padding: 1.5em 15px; }
.top .layout-tlinea { margin: 0; border-bottom: 4px solid var(--cVerde); }


/* HEADER */
.header { 
  position: relative;  
}


/* CONTATTI */
.contatti {}

.contatti .block-system { float: left; }

.contatti .wrapper-modulo {
  background-color: var(--cLBianco);
  margin: 0;  
  -webkit-border-radius: 16px; 
  -moz-border-radius: 16px;
  -o-b-border-radius: 16px; 
  -ms-border-radius: 16px; 
  border-radius: 16px;
}

.contatti .grid-modulo {
  padding: 2em 1em;
}


.contatti .wrapper-info.d-flex > div {
  margin: 0 0 auto auto
}
.contatti .wrapper-info.d-flex .box-image {
  margin: 0 1em auto 0;
  width: 5em;
}

.contatti .wrapper-info .box-info {
  padding-bottom: 1em; 
}

.contatti .wrapper-info .box-stitolo {
  padding-bottom: 1em; 
}

.contatti .wrapper-info .sconto { 
  background-color: var(--cVerde);
  color: var(--cBianco);
  padding: 0.1em 0.2em;
  font-weight: 700;
}


/* PROMOZIONI */
.promo .swiper-promo .swiper-slide { height: auto; }

.promo .swiper-promo .swiper-wrapper {  }

.promo .swiper-promo .wrapper-content {
  background-color: var(--cLBianco);
  height: 100%;
  padding-bottom: 0.5em;
}

.promo .swiper-promo .wrapper-content .wrapper-image { 
  background-color: var(--cLBianco);
  padding-bottom: 1em; 
} 

.promo .swiper-promo .wrapper-content .wrapper-caption { 
  background-color: var(--cLBianco);
} 

.promo .swiper-promo .wrapper-content .gutter { padding: 0 1em 1em; }


.promo .wrapper-swiper .swiper-button {
  display: none;
}
.promo .wrapper-swiper.wrapper-swiper-button {
  padding-top: 4em;
}
.promo .wrapper-swiper.wrapper-swiper-button .swiper-button {
  display: block;
  top: -2em;
}



.promo .wrapper-swiper .swiper-button {}

.promo .wrapper-swiper .swiper-button-prev, 
.promo .wrapper-swiper .swiper-button-next { color: var(--cDVerde); outline: none; }

.promo .wrapper-swiper .swiper-button-prev {
  right: 3em;
  position: absolute;
  left: auto;
}

.wrapper-swiper .swiper-button-next:after, 
.wrapper-swiper .swiper-rtl .swiper-button-prev:after,
.wrapper-swiper .swiper-button-prev:after, 
.wrapper-swiper .swiper-rtl .swiper-button-next:after { font-size: 1.7772em; } 


/* .wrapper-swiper .swiper-button-next:after, 
.wrapper-swiper .swiper-rtl .swiper-button-prev:after { content: '\e902'; font-family: "fontello"; } */

/* .wrapper-swiper .swiper-button-prev:after, 
.wrapper-swiper .swiper-rtl .swiper-button-next:after { content: '\e903'; font-family: "fontello"; } */



.promo .wrapper-swiper .swiper-pagination {
  display: none;
}

.promo .wrapper-swiper.wrapper-swiper-pagination .swiper-pagination {
  display: block;
}

.promo .wrapper-swiper .swiper-pagination {
  bottom: 0em;
  margin: 0;
  padding: 0.5em 0 1em;
  padding: 1em 0 0.5em;
  position: relative;
  font-size: 1em;
}

.promo .wrapper-swiper.wrapper-swiper-pagination .swiper-pagination-bullet {
  background-color: var(--cWhite);
  border: 1px solid var(--cLGrigio);
  margin: 0 0.5em;
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
}

.promo .wrapper-swiper.wrapper-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--cLGrigio);
  border-color: var(--cLGrigio);
}




/*INVIATO*/
.termine,
.inviato { 
  background-color: var(--cLBianco);
  min-height: 50vh; 
}


/*FOOTER*/
.footer.container { display: none; }

.footer-first a {  }
.footer-first a.infodent { color: var(--cVerde); }
.footer-first a.bplus { color: var(--cCiano); text-decoration: underline; }

.footer-first .h6 { color: var(--cLGrigio); }

.footer-first .wrapper-credits { text-align: left; }

.footer-first .wrapper-iubenda { text-align: right; }
.footer-first .wrapper-iubenda span { margin: 0 0.5em 0 0; }
.footer-first .wrapper-iubenda span.spacer { font-size: 0; }



/*  WEBFORM  */
.webform-client-form p,
.webform-client-form label {   }


.webform-component,
.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset,
.webform-component label,
.webform-component .description,
.webform-client-form .form-actions {
  font-family: 'Roboto', sans-serif;
  display: inline;
  float: left;
  margin: 0.5em 0px;
  margin: 0.8em 0 0em;
  position: relative;
  font-weight: 400;
  font-size: 1em;
}

.webform-component label,
.webform-component .description {
  font-family: 'Roboto', sans-serif;
  display: inline;
  float: left;
  margin: 0.5em 0 0.5em;
  font-size: 1em;
  text-transform: none;
  position: relative;
  color: var(--cLGrigio); 
  font-weight: 400;
  width: 100%;
  line-height: 1.4;
}

.webform-component .description { }

.webform-component input,
.webform-component select,
.webform-component textarea,
.webform-client-form fieldset {
  border: 0px solid var(--cLGrigio); 
  background:  none no-repeat scroll 0 0 transparent;
  background-color: var(--cBianco); 
  display: inline;
  float: left;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  position: relative;
  padding: 0;
  height: 100%;
  color: var(--cLGrigio); 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  -o-b-border-radius: 4px; 
  -ms-border-radius: 4px; 
  border-radius: 4px; 
  box-shadow: none;
}

.webform-component input,
.webform-component select,
.webform-component textarea { border: 1px solid var(--cLGrigio); font-size: 0.888em; height: 2.5em; }
.webform-component textarea { resize: none; padding-left: 1.5em; padding-right: 1.5em; }

.webform-component select {  }


.webform-component input:focus, 
.webform-component input:active, 
.webform-component select:focus, 
.webform-component select:active, 
.webform-component textarea:focus, 
.webform-component textarea:active {
  border-color: var(--cDVerde);
  background-color: var(--cBianco);
  /* box-shadow: inset 0 1px 1px var(--cRed); */
  box-shadow: 0px 0px 15px var(--cShadow);
}


.webform-component.webform-component-checkboxes { margin-bottom: 0.5em; }

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  margin-top: 5px;

  width: 100%;
  float: left;
}

.webform-component .form-type-checkbox label,
.webform-component .form-type-checkbox .description,
.webform-component .form-type-radio label,
.webform-component .form-type-radio .description {
  text-transform: none;
  font-size: 1em;
  font-size: 0.888em;
  color: var(--cLGrigio);
  font-weight: 400;
  line-height: 1.4;
  width: 100%;
  margin: 0.3em 0.2em;
  padding-left: 3em;
  padding-left: 2.5em;
  padding-left: 2em;
}

.webform-component .form-type-checkbox input,
.webform-component .form-type-radio input {
  margin: 0.2em 0;
  margin-left: -20px;
  margin: 0.1em 0 0.2em -25px;
  margin-left: -30px;
  width: auto;
  margin: 0em 0 0.2em -2.5em;
  margin: 0em 0 0.2em -2em;
  /* margin: -0.1em 0 0.2em -3.5em; */
  /* margin: -0.1em 0 0.2em -3em; */

  width: 1.2em;
  height: 1.2em;

}

.webform-component .form-type-checkbox,
.webform-component .form-type-radio {
  width: 25%;
/* width: 20%; */
/* width: 50%; */
/* width: 35%;*/
/* padding-left: 1.6em; */
}

.webform-component.campo-list .form-type-checkbox,
.webform-component.campo-list .form-type-radio {
  width: 100%;
}

.webform-component.campo-2col .form-type-checkbox,
.webform-component.campo-2col .form-type-radio {
  width: 50%;
}

.webform-component.campo-3col .form-type-checkbox,
.webform-component.campo-3col .form-type-radio {
  width: 33%;
}

.webform-component.domanda { margin-bottom: 1em; }

.webform-component.domanda label,
.webform-component.domanda .description { font-weight: 400; font-size: 1em; margin: 0.5em 0 0.5em; }

.webform-component.domanda label strong,
.webform-component.domanda .description strong { margin-left: -2em; position: absolute; }

.webform-component .form-type-checkbox label,
.webform-component .form-type-checkbox .description,
.webform-component .form-type-radio label,
.webform-component .form-type-radio .description {  font-weight: 400; margin: 0.5em 0; }

.webform-component.domanda input,
.webform-component.domanda select,
.webform-component.domanda textarea { }


.webform-component.campo-datalist {}
.webform-component.campo-datalist .webform-container-inline {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.webform-component.campo-datalist .webform-container-inline .form-item {
  min-width: 33%;
  margin: 0.15em 0.25rem;
}
.webform-component.campo-datalist .webform-container-inline .form-item:first-child { margin-left: 15px; margin-right: 0; }
.webform-component.campo-datalist .webform-container-inline .form-item:last-child { margin-right: 15px; margin-left: 0;}



.webform-component.campoform label,
.webform-component.campoform .description { font-weight: 400; font-size: 0.888em;  margin: 0.5em 0 0.5em; }

.webform-component.campoform .form-type-checkbox label,
.webform-component.campoform .form-type-checkbox .description,
.webform-component.campoform .form-type-radio label,
.webform-component.campoform .form-type-radio .description { font-weight: 400; }


.webform-component.campoform input,
.webform-component.campoform select,
.webform-component.campoform textarea { }


.webform-component.campoform.campo-altro { padding-bottom: 1em; }

.webform-component.highlight label {
  color: var(--cDRosso);
}


.webform-component .form-control { color: var(--cLNero); padding: 0.5em 1em; }
.webform-component .form-control::-webkit-input-placeholder { color: var(--cGrigio);  }/* Chrome/Opera/Safari */
.webform-component .form-control::-moz-placeholder { color: var(--cGrigio);  }/* Firefox 19+ */ 
.webform-component .form-control:-ms-input-placeholder { color: var(--cGrigio);  }/* IE 10+ */ 
.webform-component .form-control:-moz-placeholder { color: var(--cGrigio);  }/* Firefox 18- */

.webform-component.campoform select.form-control:invalid {  color: var(--cGrigio); }

.webform-client-form fieldset { background: none; border: none; box-shadow: none; margin: 0; padding: 0; }
.webform-client-form .panel-body { padding: 0; }

.webform-client-form .webform-component-fieldset.fieldset-wrapper-modulo { margin-top: 1em; }



.webform-component.webform-component-markup { width: 100%; margin-top: 0; padding: 0 15px; padding-bottom: 0em; }

.webform-component-markup.webform-component--wrapper-modulo--campi { padding: 0; margin: 0em 0 -1em; width: 100%; text-align: left;  }
.webform-component-markup .campi { font-family: 'Roboto', sans-serif; font-size: 0.722em; line-height: 1.4; font-weight: 400; color: var(--cLGrigio); margin: 1em 0 0; }

.webform-component.privacy .form-type-checkbox, 
.webform-component.privacy .form-type-radio { width: 100%; margin: 0; }

.webform-component.privacy { padding-top: 0; margin-bottom: 0; }
.webform-component.privacy a { color: var(--cLNero); font-weight: 400; text-decoration: underline; }

.webform-component.privacy .control-label { text-transform: none; font-size: 0.722em; line-height: 1.4; font-weight: 400; color: var(--cLGrigio); width: 100%; margin: 0.5em 0 0.5em; }

.webform-client-form .form-actions { 
  position: relative; text-align: center; float: left; width: 100%; margin: 3em 0 1em; margin: 1.5em 0 1em;
}

.webform-client-form .form-actions .form-submit { 
  font-family: 'Roboto', sans-serif;
  font-size: 1em; 
  font-size: 0.888em;
  font-weight: 400;
  padding: 1em 2em;
  padding: 0.8em 4em;
  text-shadow: none;
  text-transform: none;
  z-index: 1;
  /* text-transform: uppercase; */
  position: relative;
  outline: none;
  width: 100%;
}

.form-actions .icon { display: none; }

.webform-client-form .form-actions .form-submit:hover {  }


/*==================================================
=    Bootstrap 3 Media Queries     =
==================================================*/

.img-responsive { display: inline-block; }


/*==========  Mobile First Method  ==========*/

 /* Custom, iPhone Retina */ 
  @media only screen and (min-width : 300px) {

      body { font-size: 16px; }

  }

 /* Extra Small Devices, Phones */ 
  @media only screen and (min-width : 575px) {
      
      body { font-size: 16px; }
  
  }

 /* Small Devices, Tablets */
  @media only screen and (min-width : 768px) {

      body { font-size: 17px; }

  }

 /* Medium Devices, Desktops */
  @media only screen and (min-width : 992px) {

      body { font-size: 17px; }

  }

 /* Large Devices, Wide Screens */
  @media only screen and (min-width : 1200px) {

      body { font-size: 18px;  }

  }


 /* Large Devices, Wide Screens */
  @media only screen and (min-width : 1600px) {



}





/*==========  Non-Mobile First Method  ==========*/


  /* Large Devices, Wide Screens LG */
  @media only screen and (max-width : 1200px) {
      


  
  }

  /* Large Devices, Wide Screens LG */
  @media only screen and (max-width : 1199px) {
      


  }


  /* Medium Devices, Laptop MD*/
  @media (min-width: 992px) and (max-width: 1199px) { 
      



  }

  /* Medium Devices, Desktops MD*/
  @media only screen and (max-width : 991px) {


      /*FOOTER*/
      .footer-first .wrapper-company,
      .footer-first .wrapper-credits,
      .footer-first .wrapper-iubenda { text-align: left; padding-top: 0.5em; }


  }

 /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {

      .sm-d-flexr-column { flex-direction: column-reverse; }
  
      /* CONTATTI */
      .contatti .grid-modulo {
        max-width: 75%;
        margin: auto;
      }
  
  
  }

  /* Small Devices, Tablets SM*/
  @media only screen and (max-width : 767px) {

      br { display: none; } 
      br.xs { display: block; } 
      
      .wrapper-bottone .bottone,
      .bottone { text-align: left; text-align: center;  }
      
      .layout-mobile { padding-left: 0; padding-right: 0; }
      .container-mobile { max-width: 600px; }


      .xs-d-flexr-row  { flex-direction: row-reverse; }
      .xs-d-flexr-column { flex-direction: column-reverse; }


      /*TOP*/
      /* .top .ltop img { max-width: 65%; } */
      
      /* CONTATTI */
      .contatti .wrapper-info.d-flex .box-image {
        margin-right: 1em;
        width: 5em;
      }
          
      
      .contatti .grid-modulo { padding: 2em 1em; }


      /*INVIATO*/
      
      
      /* .inviato .wrapper-logo { padding-bottom: 2em; }  

      .inviato .layout-inviato .wrapper-inviato { order: 2; padding-top: 0; }
      .inviato .layout-inviato .wrapper-visual { order: 1; padding-bottom: 2em; }

      .inviato .visual img {
        position: relative;
        left: 0;
        top: 1em;
        max-width: 100%;
      } */




      /*FOOTER*/
      .footer-first .wrapper-company,
      .footer-first .wrapper-credits,
      .footer-first .wrapper-iubenda {  }

      .footer-first .wrapper-iubenda span {
        margin-left: 0;
        clear: both;
        display: block;
        margin-bottom: 1em; 
      }

      /* WEBFORM */
      /* .webform-client-form fieldset { padding: 0; padding-bottom: 1em; } */        
      
      .contatti .wrapper-modulo {  }      
      
      .webform-component.campoform label,
      .webform-component.campoform .description,
      .webform-component.domanda label,
      .webform-component.domanda .description {   }      
      
      .webform-component input, .webform-component select, .webform-component textarea {  }
      
      .webform-component .form-type-checkbox,
      .webform-component .form-type-radio,
      .webform-component.campo-list .form-type-checkbox,
      .webform-component.campo-list .form-type-radio,
      .webform-component.campo-2col .form-type-checkbox,
      .webform-component.campo-2col .form-type-radio,
      .webform-component.campo-3col .form-type-checkbox,
      .webform-component.campo-3col .form-type-radio { width: 100%; }
      
      /* .webform-component .form-type-checkbox,
      .webform-component .form-type-radio { width: 50%; } */

      .webform-component.campoform label, 
      .webform-component.campoform .description {  }
      .webform-component input,
      .webform-component select,
      .webform-component textarea {  } 

      .webform-component-markup .campi,
      .webform-component.privacy .control-label {  } 

      .webform-client-form .form-actions {  }



  }


  @media only screen and (max-width : 600px) {


  
  }

  @media only screen and (max-width : 575px) {
  
  
  
  }

  /* Mobile Large, Extra Small Devices, Phones XS*/ 
  @media only screen and (max-width : 480px) {


  
  }


 /* Mobile Medium, iPhone Retina */ 
  @media only screen and (max-width : 374px) {


        
  }

 /* Mobile Small, Custom iPhone Retina */ 
  @media only screen and (max-width : 320px) {



  }

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {  }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {  }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {  }


@media (max-width: @screen-xs-max) {  }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {  }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {  }
@media (min-width: @screen-lg-min) {  }

 /*==========  CROSS BROWSER  ==========*/

/*HOOK EXPLORER11*/
@media all and (-ms-high-contrast:none) { 

}


