@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #FFF;
  color: #414042;
  font-family: "Alegreya Sans", sans-serif;
  font-variant: normal;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 200; }

a:link, a:visited {
  color: #B71C21;
  text-decoration: none; }

a:hover, a:active {
  text-decoration: underline; }

figure {
  margin: 0 0 1em 0;
  line-height: 0; }

p {
  clear: both; }

img {
  width: 100%; }

iframe {
  border: none; }

input {
  border-radius: 0; }

.header {
  width: 100%;
  max-width: 1400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0; }

.header__wrapper {
  position: relative;
  margin: 15px;
  min-height: 75px; }

.header__wrapper.header__wrapper--has-submenu {
  min-height: 100px; }

.footer {
  width: 100%;
  max-width: 1400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

.footer__wrapper {
  margin: 0 15px;
  font-size: 12px;
  font-size: 0.75rem; }

main {
  width: 100%;
  max-width: 1400px;
  margin: 0 15px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.main__wrapper {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 40px; }
  .main__wrapper.main__wrapper--no-pt {
    padding-top: 0; }
  .main__wrapper.main__wrapper--storia-pre {
    min-height: 0 !important;
    margin-bottom: 6px; }
  @media screen and (min-width: 48em) {
    .main__wrapper {
      min-height: 630px; } }

header::after, main::after, .article__copy::after,
.masonry-wrapper::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.main__footer-pagination {
  clear: both;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 25px; }

.grid-sizer, .article--bacheca, .article--news, .article--storia {
  width: 100%;
  margin-bottom: 6px; }

.gutter-sizer {
  width: 6px; }

.grid-sizer, .gutter-sizer {
  margin: 0; }

@media screen and (min-width: 48em) {
  .grid-sizer, .article--bacheca, .article--news, .article--storia {
    width: 49.5%; }

  .gutter-sizer {
    width: 6px; } }
@media screen and (min-width: 62em) {
  .grid-sizer, .article--bacheca, .article--news, .article--storia {
    width: 24.5%;
    max-width: 346px;
    /*293px;*/ }

  .gutter-sizer {
    width: 6px; } }
@media screen and (min-width: 75em) {
  .grid-sizer, .article--bacheca, .article--news, .article--storia {
    width: 24.6%;
    max-width: 348px; }

  
  .gutter-sizer {
    width: 6px; } }

    .grid-sizer-youtube .grid-sizer,.grid-sizer-youtube .article--news{ width: 100%;  margin-bottom: 6px; }
    .grid-sizer-youtube .grid-sizer{  margin: 0; }

    @media screen and (min-width: 48em) {
      .grid-sizer-youtube .grid-sizer,.grid-sizer-youtube .article--news{  width: 49.5%; }
      .gutter-sizer { width: 6px; } 
    }
    
    @media screen and (min-width: 62em) {
      .grid-sizer-youtube .grid-sizer,.grid-sizer-youtube .article--news{
        width: 33%;
        max-width: none!important; 
        /*293px;*/ }

      .gutter-sizer {  width: 6px; } 
    }
    @media screen and (min-width: 75em) {
      .grid-sizer-youtube  .grid-sizer,.grid-sizer-youtube .article--news{
        width: 33%;
        max-width: none!important; 
      } 
        .gutter-sizer { width: 6px; } 
    }
    
.header__brand-logo {
  display: block;
  width: 62px;
  height: 0;
  padding-top: 62px;
  margin: 24px auto;
  overflow: hidden;
  background-image: url(../img/logo.svg);
  background-size: 62px 62px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #B71C21; }
  .no-svg .header__brand-logo {
    background-image: url(../img/logo.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .header__brand-logo {
        background-image: url(../img/logo@2x.png); } }

.header__brand-payoff {
  display: block;
  width: 100%;
  max-width: 430px;
  height: 0;
  padding-top: 12px;
  margin: 0 auto 24px auto;
  overflow: hidden;
  background-image: url(../img/apsm.svg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  color: #B71C21; }
  .no-svg .header__brand-payoff {
    background-image: url(../img/apsm.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .header__brand-payoff {
        background-image: url(../img/apsm@2x.png); } }

.menu-toggle {
  position: absolute;
  top: 18px;
  right: 0;
  background: none;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem; }
  .menu-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 10px;
    background-color: #414042; }
  .menu-toggle .sr-only {
    display: none; }

.header__lang-switch {
  font-size: 16px;
  font-size: 1rem; }

.header__lang-switch__item {
  position: relative;
  margin: 0;
  /*&:first-of-type::after {
  	content: '|';
  	position: absolute;
  	right: -12px;	
  }*/ }
  .header__lang-switch__item:link, .header__lang-switch__item:visited {
    color: #414042; }
  .header__lang-switch__item:last-of-type {
    margin-right: 0; }

.header__nav {
  display: none; }

.header__nav-menu,
.header__nav-menu__submenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  border-top: 1px solid #414042; }

.header__nav-menu__item {
  border-bottom: 1px solid #414042;
  font-size: 18px;
  font-size: 1.125rem; }
  .header__nav-menu__item a:link, .header__nav-menu__item a:visited {
    display: block;
    padding: 0.5em 0;
    color: #414042;
    text-decoration: none; }

.header__nav-menu__submenu .header__nav-menu__item:last-of-type {
  border-bottom: none; }
.header__nav-menu__submenu .header__nav-menu__item a:link, .header__nav-menu__submenu .header__nav-menu__item a:visited {
  color: #B71C21; }

.header__nav-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center; }

.header__nav-links__item {
  border-bottom: 1px solid #A7A9AC;
  font-size: 16px;
  font-size: 1rem; }
  .header__nav-links__item a:link, .header__nav-links__item a:visited {
    display: inline-block;
    padding: 0.5em 0.1em;
    color: #A7A9AC;
    text-decoration: none; }

/*
.header__search {
	padding-top: 0.7em;
	padding-bottom: 0.2em;
	
	.header__search__wrap {
	  position: relative;
	  display: inline-block;
	  height: 16px;
	  padding: 0;
	}
	
	input[type="text"] {
		display: inline-block;
		position: absolute;
		top: 0;
		right: -12px;
		width: 0;
		height: 20px;
		padding: 3px 24px 3px 6px;
		@include font-size(1);
		line-height: 1;
		font-family: $font-main;
		border: none;
		outline: none;
		cursor: pointer;
		background: none;
		transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
		z-index: 3;
	}
	
	input[type="text"]:focus:hover {
		border-bottom: 1px solid $color-text;
	}
	
	input[type="text"]:focus {
		width: 120px;
		border-bottom: 1px solid $color-text;
		cursor: text;
		z-index: 1;
	}
	input[type="submit"] {
		position: absolute;
		top: 0;
		right: -10px;
		display: inline-block;
		width: 20px;
		height: 20px;
		padding: 3px;
		
		background-color: transparent;
		@include background-image(icn_cerca, 16px 16px);
		background-position: center center;
		background-repeat: no-repeat;
		text-indent: -10000px;
		line-height: 1;
		border: none;
		cursor: pointer;
		z-index: 2;
	}	
}*/
.header__search {
  height: 40px;
  padding-top: 0.7em;
  padding-bottom: 0.2em; }
  .header__search .header__search__form {
    position: relative;
    float: right;
    width: 0%;
    height: 20px;
    margin-right: 48%;
    min-width: 20px;
    overflow: hidden;
    transition: all 0.3s; }
    .header__search .header__search__form.searchbox-open {
      width: 100%;
      height: 23px;
      margin-right: 0; }
  .header__search #search__input {
    top: 0;
    right: 0;
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0px 20px 0px 10px;
    border: 0;
    outline: 0;
    color: #414042;
    background-color: #fff;
    cursor: text;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    border-bottom: 1px solid #414042; }
    .header__search #search__input::-webkit-input-placeholder {
      color: #414042; }
    .header__search #search__input:-moz-placeholder {
      color: #414042; }
    .header__search #search__input::-moz-placeholder {
      color: #414042; }
    .header__search #search__input:-ms-input-placeholder {
      color: #414042; }
  .header__search #search__submit, .header__search .search__icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #414042;
    background-color: transparent;
    background-image: url(../img/icn_cerca.svg);
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10000px; }
    .no-svg .header__search #search__submit,
    .no-svg .header__search .search__icon {
      background-image: url(../img/icn_cerca.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .header__search #search__submit,
        .no-svg .header__search .search__icon {
          background-image: url(../img/icn_cerca@2x.png); } }

@media screen and (min-width: 48em) {
  .header__brand-logo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 10; }

  .header__brand-payoff {
    position: relative;
    top: 12px; }

  .menu-toggle {
    display: none; }

  .header__nav {
    display: block !important;
    clear: both;
    margin-top: 32px; }

  .header__nav-menu {
    position: relative;
    border: none; }

  .header__nav-menu__item {
    display: inline-block;
    margin: 0 1em;
    border: none;
    font-size: 16px;
    font-size: 1rem; }
    .header__nav-menu__item a:link, .header__nav-menu__item a:active {
      padding: 0;
      line-height: 1.2em;
      color: #414042;
      text-decoration: none; }
    .header__nav-menu__item.header__nav-menu__item--current, .header__nav-menu__item.header__nav-menu__item--current-parent {
      border-bottom: 3px solid #414042; }

  .header__nav-menu__submenu {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    border: none; }

  .header__nav-menu .header__nav-menu__submenu .header__nav-menu__item--current {
    border-bottom: 3px solid #B71C21; }

  .header__nav-menu__submenu {
    display: none; }

  .header__nav-menu__item--current-parent .header__nav-menu__submenu,
  .header__nav-menu__item--current .header__nav-menu__submenu {
    display: block; }

  .header__nav-links__item {
    border-bottom: none;
    font-size: 12px;
    font-size: 0.75rem; }
    .header__nav-links__item a:link, .header__nav-links__item a:visited {
      color: #414042; }

  .header__search {
    position: absolute;
    top: 0;
    right: 0; }
    .header__search .header__search__form {
      margin-right: 0; }
    .header__search #search__input {
      max-width: 140px; }

  .header__lang-switch {
    position: absolute;
    top: 40px;
    right: 0;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem; } }
.footer a:link, .footer a:visited {
  color: inherit; }

.main__wrapper--bg-light {
  background-color: #EBEBEB; }

.main__wrapper--bg-dark {
  background-color: #EBEBEB; }

.main__wrapper--bg-gray {
  background-color: #F1F1F2; }

.main__wrapper--bg-yellow {
  background-color: #e3eaf1; }

.main__wrapper--no-pb {
  padding-bottom: 0; }

.article--centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.article--align-center {
  text-align: center; }

.article--w420 {
  max-width: 450px;
  padding: 15px; }

.article--w480 {
  max-width: 510px;
  padding: 15px; }

.article--w510 {
  max-width: 540px;
  padding: 15px; }

.article__title {
  margin-top: 0.9em;
  margin-bottom: 0.8em;
  color: #414042;
  font-weight: 300; }

.article__title--page-title {
  color: #B71C21;
  text-align: center; }

.article__title--search-results {
  padding-left: 6px;
  padding-right: 6px; }

.article__title--size-s, .article--bacheca .article__title,
.article--news .article__title,
.article--storia .article__title, .article--detail .article__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2em; }

.article__title--size-m, .article__title {
  font-size: 24px;
  font-size: 1.3rem;
  line-height: 1.3em; }

.article__title--size-l, .article__title--page-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2em; }

.article__title--medium {
  font-weight: 500; }

.article__copy--size-s {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em; }

.map iframe {
  height: 600px; }

.list--small-dot {
  margin: 0;
  padding-left: 0;
  list-style-type: none; }
  .list--small-dot li::before {
    content: '•';
    margin-right: 0.5em; }

@media screen and (min-width: 48em) {
  .column {
    width: 50%;
    margin-bottom: 2em;
    display: block;
    margin: 0 auto; }

  .column.supporter-item {
    padding-right: 0; }

  .column.supporter-item:first-of-type {
    padding-right: 6px; } }
.column a {
  color: inherit; }

.article--bacheca {
  background-color: #EBEBEB; }

.article--news {
  background-color: #EBEBEB; }

.article--storia {
  background-color: #e3eaf1; }

.article__permalink {
  display: block;
  padding: 12px;
  text-decoration: none;
  transition: background-color 500ms ease-in-out; }
  .article__permalink:hover, .article__permalink:active {
    text-decoration: none; }

.no-touchevents .article__permalink:hover, .no-touchevents .article__permalink:active {
  background-color: rgba(0, 0, 0, 0.1); }

.article__time {
  display: block;
  margin-bottom: 0.5em;
  color: #B71C21;
  font-size: 12px;
  font-size: 0.75rem; }

.article--bacheca .article__title,
.article--news .article__title,
.article--storia .article__title {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-weight: 500;
  text-align: left;
  color: #414042; }

.article__title--highlight {
  color: #B71C21; }

.article__figure {
  background-color: #EBEBEB; }

.article--bacheca .article__copy,
.article--news .article__copy,
.article--storia .article__copy {
  line-height: 1.4em;
  color: #414042; }

.main__footer-pagination {
  text-align: center; }

.main__footer-pagination .footer-pagination__item {
  display: inline-block;
  padding: 0.2em;
  margin: 0 6px;
  color: #414042;
  text-decoration: none; }

.main__footer-pagination .footer-pagination__item--current {
  color: #B71C21; }

.main__wrapper .back {
  float: right;
  width: 30px;
  height: 43px;
  padding-top: 26px;
  margin: 12px 12px 0 0;
  font-size: 10px;
  font-size: 0.625rem;
  background-image: url(../img/icn_close.svg);
  background-size: 23px 23px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #414042;
  text-indent: -999999px; }
  .no-svg .main__wrapper .back {
    background-image: url(../img/icn_close.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .main__wrapper .back {
        background-image: url(../img/icn_close@2x.png); } }
  @media screen and (min-width: 48em) {
    .main__wrapper .back {
      position: absolute;
      top: 0;
      right: 0; } }

.article--detail {
  clear: both; }
  .article--detail .article__time {
    margin-bottom: 1em; }
  .article--detail .article__figure {
    margin-bottom: 1.75em; }

.article--detail .article__title {
  font-weight: 500; }

.article__share {
  clear: both;
  margin-top: 6em;
  padding-left: 1em;
  font-size: 12px;
  font-size: 0.75rem;
  background-image: url(../img/arrow_r.svg);
  background-size: 12px 12px;
  background-position: left center;
  background-repeat: no-repeat; }
  .no-svg .article__share {
    background-image: url(../img/arrow_r.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .article__share {
        background-image: url(../img/arrow_r@2x.png); } }

.article__share .article__share__item {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  color: #414042; }
  .article__share .article__share__item:first-of-type::after {
    content: '|';
    position: absolute;
    right: -12px; }

.supporter-item figure {
  padding: 6px;
  margin-bottom: 0.75em;
  background-color: #fff;
  transition: background-color 500ms ease-in-out; }
  .supporter-item figure img {
    width: auto; }
.supporter-item a:link, .supporter-item a:active, .supporter-item a:hover {
  text-decoration: none; }

.no-touchevents .supporter-item:hover figure, .no-touchevents .supporter-item:active figure {
  background-color: rgba(255, 255, 255, 0.5); }

.mail-link {
  font-size: 22px;
  font-size: 1.375rem; }
  .mail-link:link, .mail-link:active, .mail-link:visited {
    color: #414042;
    text-decoration: none; }
  @media screen and (min-width: 48em) {
    .mail-link {
      font-size: inherit; } }

.icn-social {
  display: inline-block;
  width: 21px;
  height: 0;
  padding-top: 21px;
  margin: 1em 0;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat; }

.icn-social--facebook {
  background-image: url(../img/icn_facebook.svg);
  background-size: 21px 21px; }
  .no-svg .icn-social--facebook {
    background-image: url(../img/icn_facebook.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .icn-social--facebook {
        background-image: url(../img/icn_facebook@2x.png); } }

.article_newsletter-box__form input {
  font-family: "Alegreya Sans", sans-serif;
  text-align: center; }
.article_newsletter-box__form input[type="email"] {
  padding: 5px;
  border: none;
  min-width: 215px; }
.article_newsletter-box__form input[type="submit"] {
  margin-top: 1em;
  color: #B71C21;
  cursor: pointer;
  border: none;
  background: transparent; }

.main__wrapper--home {
  position: relative;
  min-height: 0;
  overflow: hidden;
  line-height: 1; }

.slideshow__item {
  width: 100%;
  height: 500px;
  line-height: 1;
  background-size: cover;
  background-position: center center; }

.slideshow__item figcaption {
  position: absolute;
  bottom: 0;
  right: 6px;
  font-size: 12px;
  font-size: 0.75rem; }
  .slideshow__item figcaption a {
    color: #fff; }

.main__text {
  position: absolute;
  bottom: 0.875em;
  left: 0;
  right: 0;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  z-index: 100; }

.photo-credits {
  position: absolute;
  display: block;
  bottom: 0.875em;
  right: 6px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-size: 0.75rem;
  z-index: 100; }
  .photo-credits a {
    color: #fff; }

@media screen and (min-width: 48em) {
  .slideshow__item {
    height: 625px; }

  .main__text {
    font-size: 48px;
    font-size: 3rem; } }
.main__wrapper--bg-gray .article__title--page-title,
.main__wrapper--bg-gray a:link, .main__wrapper--bg-gray a:active, .main__wrapper--bg-gray a:hover {
  color: #414042; }

.testo_small {
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 auto;
  width: 400px; }
  .testo_small ul {
    margin-top: 0; }

.red {
  color: #B71C21 !important; }

.title {
  color: #B71C21;
  border-bottom: 1px solid #B71C21;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 300; }

.p_b_25px {
  padding-bottom: 25px; }

.sociolink {
  color: #414042 !important;
  text-decoration: none;
  position: relative; }
  .sociolink::before {
    width: 20px;
    content: '-';
    top: -3px; }

.sociolink:hover {
  color: #414042 !important;
  text-decoration: none; }

.socio, .socio:hover {
  color: #414042;
  text-decoration: none; }
  .socio::before, .socio:hover::before {
    content: '-';
    margin-right: 0.5em;
    top: -3px;
    position: relative; }

.sociosostenitore {
  color: #414042 !important;
  text-decoration: none;
  position: relative; }

/*# sourceMappingURL=main.css.map */
