/* Generated by less 2.2.0 */
.translate-50Y {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.translate-50X {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.translate-50 {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* CUSTOMS */
/* ARCHIVE */
.archive h1 {
  font-family: 'intro_regular';
}
.archive a {
  text-decoration: none;
}
.archive__page-titles {
  font-family: 'intro_regular';
  text-align: center;
}
.archive__footer {
  text-align: center;
  font-size: 0.6em;
}
/*Years Archive*/
.archive__yearsList-wrapper {
  padding: 40px 0;
}
.archive__yearsList-wrapper h3 {
  margin-bottom: 40px;
  color: #a9d5e8;
}
.archive__yearsList-item {
  position: relative;
}
.archive__yearsList-item:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}
.archive__yearsList-itemlink {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 10px;
  left: 5px;
  text-align: center;
  background: #f9d22b;
  color: #ffffff;
  font-size: 2em;
  font-weight: 700;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
html.no-touch .archive__yearsList-itemlink:hover {
  background: #a9d5e8;
  color: #555555;
}
.archive__yearsList-itemlink span {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*Years Page*/
.archive__yearPage-itemlink h3 {
  color: #ffffff;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
html.no-touch .archive__yearPage-itemlink:hover h3 {
  color: #ffffff;
}
.archive__yearPage-itemlink {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f9d22b;
  color: #ffffff;
  font-weight: 700;
  display: block;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
html.no-touch a.archive__yearPage-itemlink:hover {
  background: #a9d5e8;
  color: #ffffff;
}
/*Event Page*/
.event__yearPage-desc > p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.event__yearPage-desc-infos > span {
  display: inline-block;
  margin: 0 10px 10px 0;
}
/* Oppure singole classi 
.event__yearPage-desc-infos-date, .event__yearPage-desc-infos-users, .event__yearPage-desc-infos-teachers {
    display: block;
    margin-top: @margin-half;
    margin-bottom: @margin-half;    
}*/
a.archive__eventPage-list-item {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f9d22b;
  color: #ffffff;
  font-weight: 700;
  display: block;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
html.no-touch a.archive__eventPage-list-item:hover {
  background: #a9d5e8;
  color: #ffffff;
}
.archive__eventPage-list-item h3 {
  color: #ffffff;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
html.no-touch .archive__eventPage-list-item:hover h3 {
  color: #ffffff;
}
.archive__eventPage-list-item h3 small {
  font-size: 0.5em;
}
/* RESULTS PAGE */
.archive__resultsPage-wrapper,
.archive__resultsPage-desc {
  margin: 0;
  padding: 0;
}
.archive__resultsPage-cell {
  padding: 0;
  margin: 0;
  width: 20%!important;
}
@media all and (max-width: 900px) {
  .archive__resultsPage-cell {
    width: 25%!important;
  }
}
@media all and (max-width: 767px) {
  .archive__resultsPage-cell {
    width: 33.3333%!important;
  }
}
@media all and (max-width: 600px) {
  .archive__resultsPage-cell {
    width: 50%!important;
  }
}
@media all and (max-width: 350px) {
  .archive__resultsPage-cell {
    width: 100%!important;
  }
}
.archive__resultsPage-cell .elementPeriodic {
  color: #ffffff;
  font-size: 2em;
  font-weight: 700;
  font-family: 'intro_regular';
  padding: 20px 10px;
  line-height: 1.12em;
}
.archive__resultsPage-cell .elementValue {
  color: #ffffff;
  font-size: 2em;
  font-weight: 700;
  padding: 10px 10px 20px 10px;
  -webkit-word-wrap: break-word;
  word-wrap: break-word;
}
.archive__resultsPage-cell .elementValue span {
  font-size: 0.5em;
}
.archive__resultsPage-cell .elementName {
  background: #205064;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
}
.archive__resultsPage-cell-inner {
  background: #5aa2c0;
  margin: 2px;
}
