
/*colori
#5A230E MARRONE SCURO
#6B341F
*/

ol, ul { list-style: none; }
ul{  -webkit-padding-start: 0px;}
table { border-collapse: collapse;  border-spacing: 0}

header { margin-right: auto; margin-left: auto; max-width: 320px; margin-top:0px;}

/** * Styling top level items */
.nav a, .nav label {
  display: block;
  padding: 8px;
  color: #5A230E;
  background-color: #ffffff;
  box-shadow: inset 0 -1px #5A230E;
  -webkit-transition: all .75s ease-in;
  transition: all .75s ease-in;
  /*ps__20170227*/
  line-height:18px;
}

.nav a:focus, .nav a:hover, .nav label:focus, .nav label:hover {
 /* color: rgba(255, 255, 255, 0.5); */
  color:#ffffff;
  background: #5A230E;
}

.nav label { cursor: pointer; }

/** * Styling first level lists items */
.group-list a, .group-list label {
  padding-left: 14px;
  background: #ffffff;
  box-shadow: inset 0 -1px #5A230E;
}

.group-list a:focus, 
.group-list a:hover, 
.group-list label:focus, 
.group-list label:hover { background: #5A230E; }

/** * Styling second level list items */
.sub-group-list a, .sub-group-list label {
  padding-left: 24px;
  background: #ffffff;
  box-shadow: inset 0 -1px #5A230E;
}

.sub-group-list a:focus, 
.sub-group-list a:hover, 
.sub-group-list label:focus, 
.sub-group-list label:hover { background: #5A230E; }




/** * Styling third level list items */
.sub-sub-group-list a, .sub-sub-group-list label {
  padding-left: 32px;
  background: #ffffff;
  box-shadow: inset 0 -1px #5A230E;
}

.sub-sub-group-list a:focus, 
.sub-sub-group-list a:hover, 
.sub-sub-group-list label:focus, 
.sub-sub-group-list label:hover { background: #5A230E; }

/** * Hide nested lists */
.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1.75s ease-in-out;
  transition: max-height 1.75s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */max-height: 1000px; }

/** * Rotating chevron icon */
label > span {
  float: right;
  -webkit-transition: -webkit-transform 1.65s ease;
  transition: transform 1.65s ease;
}
.nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*ps__*/
label{margin-bottom:0px;}

.sub-sub-group-list .msel{background: #5A230E; color:#FFFFFF;}




	