/*!
	
	
	
	
*/
/*
Project variables
==============

Here are all the project variables, grouped by type.
No variable should be declared elsewhere.

*/
[data-icon]:before {
  font-family: "iconfont";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.shareToolBar {
  font-size: 26px;
}
@media only screen and (max-width: 649px) {
  .shareToolBar {
    font-size: 20px;
  }
}

@media only screen and (max-width: 649px) {
  div.mainContent.sz1 h1 {
    font-size: 44px;
  }
  div.mainContent.sz1 h4, div.mainContent.sz1 h5 {
    font-size: 24px;
    line-height: 30px;
  }
  div.mainContent.sz1 p {
    font-size: 20px;
    line-height: 26px;
  }
  div.mainContent.sz2 h1 {
    font-size: 48px;
  }
  div.mainContent.sz2 h4, div.mainContent.sz2 h5 {
    font-size: 28px;
    line-height: 34px;
  }
  div.mainContent.sz2 p {
    font-size: 24px;
    line-height: 30px;
  }
  div.mainContent.sz3 h1 {
    font-size: 52px;
  }
  div.mainContent.sz3 h4, div.mainContent.sz3 h5 {
    font-size: 32px;
    line-height: 38px;
  }
  div.mainContent.sz3 p {
    font-size: 28px;
    line-height: 34px;
  }
  div.mainContent.sz4 h1 {
    font-size: 56px;
  }
  div.mainContent.sz4 h4, div.mainContent.sz4 h5 {
    font-size: 36px;
    line-height: 42px;
  }
  div.mainContent.sz4 p {
    font-size: 32px;
    line-height: 38px;
  }
}

/*

Clearfix using overflow
(used in e-media)

*/
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/*

Background opacity for ie8

*/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bxslider {
  margin-top: 0;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;*/
  /*border: solid #f0f 1px;
  left: -5px;
  background: #fff;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("assets/bx_loader.gif") center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("assets/controls_speciale.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("assets/controls_speciale.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("assets/controls_speciale.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("assets/controls_speciale.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}

.me-plugin {
  position: absolute;
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

:root .mejs-poster img {
  display: none;
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url("assets/bigplay.svg") no-repeat;
}

.no-svg .mejs-overlay-button {
  background-image: url("assets/bigplay.png");
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url("assets/background.png");
  background: rgba(0, 0, 0, 0.9);
  /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
  background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
  background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));*/
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("assets/loading.gif") 50% 50% no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url("assets/background.png");
  background: rgba(0, 0, 0, 0.4);
  height: 30px;
  width: 100%;
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url("assets/controls.svg") no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
  background-image: url("assets/controls.png");
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  /*outline: solid 1px yellow;*/
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  /*-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;*/
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 30px 0;
  }
}

@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 30px 0;
  }
}

@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 30px 0;
  }
}

@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 30px 0;
  }
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 30px 0;
  }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #666;
  /*background: rgba(255,255,255,1);*/
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #00aeff;
  /*background: rgba(0,174,255,0.8);*/
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url("assets/background.png");
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */
@font-face {
  font-family: "brera-condensed_black";
  font-style: normal;
  font-weight: normal;
  src: url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brecnbl-webfont.eot");
  src: url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brecnbl-webfont.eot?#iefix") format("embedded-opentype"), url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brecnbl-webfont.woff") format("woff"), url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brecnbl-webfont.ttf") format("truetype"), url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brecnbl-webfont.svg#BreraCondensedBlack") format("svg");
}

@font-face {
  font-family: "brera-condensed_semibold";
  font-style: normal;
  font-weight: normal;
  src: url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brecnsb-webfont.eot");
  src: url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brecnsb-webfont.eot?#iefix") format("embedded-opentype"), url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brecnsb-webfont.woff") format("woff"), url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brecnsb-webfont.ttf") format("truetype"), url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brecnsb-webfont.svg#BreraCondensedSemiBold") format("svg");
}

@font-face {
  font-family: "brera_thin";
  font-style: normal;
  font-weight: normal;
  src: url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brerath-webfont.eot");
  src: url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brerath-webfont.eot?#iefix") format("embedded-opentype"), url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brerath-webfont.woff") format("woff"), url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brerath-webfont.ttf") format("truetype"), url("http://css2.corriereobjects.it/includes2007/static/fonts/brera/brerath-webfont.svg#BreraCondensedThin") format("svg");
}

@font-face {
  font-family: "solferino_italic";
  font-style: normal;
  font-weight: normal;
  src: url("http://css2.corriereobjects.it/includes2007/static/fonts/solferino/solferinotext-italic-webfont.eot");
  src: url("http://css2.corriereobjects.it/includes2007/static/fonts/solferino/solferinotext-italic-webfont.eot?#iefix") format("embedded-opentype"), url("http://css2.corriereobjects.it/includes2007/static/fonts/solferino/solferinotext-italic-webfont.woff") format("woff"), url("http://css2.corriereobjects.it/includes2007/static/fonts/solferino/solferinotext-italic-webfont.ttf") format("truetype"), url("http://css2.corriereobjects.it/includes2007/static/fonts/solferino/solferinotext-italic-webfont.svg") format("svg");
}

@font-face {
  font-family: "solferino_regular";
  font-style: normal;
  font-weight: normal;
  src: url("http://css2.corriereobjects.it/includes2007/static/fonts/solferino/solferinotext-regular-webfont.eot");
  src: url("http://css2.corriereobjects.it/includes2007/static/fonts/solferino/solferinotext-regular-webfont.eot?#iefix") format("embedded-opentype"), url("http://css2.corriereobjects.it/includes2007/static/fonts/solferino/solferinotext-regular-webfont.woff") format("woff"), url("http://css2.corriereobjects.it/includes2007/static/fonts/solferino/solferinotext-regular-webfont.ttf") format("truetype"), url("http://css2.corriereobjects.it/includes2007/static/fonts/solferino/solferinotext-regular-webfont.svg") format("svg");
}

@font-face {
  font-family: "iconfont";
  src: url("http://css2.corriereobjects.it/includes2007/static/fonts/icons/corrierespeciale.eot");
  src: url("http://css2.corriereobjects.it/includes2007/static/fonts/icons/corrierespeciale.eot?#iefix") format("embedded-opentype"), url("http://css2.corriereobjects.it/includes2007/static/fonts/icons/corrierespeciale.woff") format("woff"), url("http://css2.corriereobjects.it/includes2007/static/fonts/icons/corrierespeciale.ttf") format("truetype"), url("http://css2.corriereobjects.it/includes2007/static/fonts/icons/corrierespeciale.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "iconfont";
    src: url("http://css2.corriereobjects.it/includes2007/static/fonts/icons/corrierespeciale.svg#iconfont") format("svg");
}
}
/*
Base declarations
==============

The basic style declaration for all HTML elements. No further selector (classes, ids) are allowed.


*/
* {
  /*  Paul Irish box-sizing: border-box   http://www.paulirish.com/2012/box-sizing-border-box-ftw */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

button, button:hover, li:hover, a:hover, li, a, *:hover, * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

body {
  font: 16px/normal "solferino_regular", "Times New Roman", Georgia, Serif;
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: #222222;
}

hr {
  clear: both;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

p {
  margin: 0;
  padding-bottom: 40px;
}

em {
  font-style: italic;
}

.lt-ie9 a:active, .lt-ie9 a:visited {
  border: 0;
  outline: 0;
}

input[type="radio"], input[type="checkbox"] {
  outline: none;
}

a,
strong,
label,
h1,
h2,
h3 {
  color: #0f0f0f;
}

li {
  list-style: none;
  margin: 0;
}

.responsiveImage {
  padding: 0;
  /*width: 100%;*/
  max-width: 100%;
  height:auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 649px) {
  .responsiveImage {
    width: 100%;
  }
}
.responsiveImage.wp-post-image {
  width: 100%;
}

#content-to-read iframe[align=center],
#content-to-read iframe.aligncenter {
  display: block;
  margin: 0 auto;
}
#content-to-read iframe[align=left],
#content-to-read iframe.alignleft {
  display: block;
  float: left;
  margin: 20px 20px 20px 0;
}
#content-to-read iframe[align=right],
#content-to-read iframe.alignright {
  display: block;
  float: right;
  margin: 20px 0 20px 20px;
}
#content-to-read iframe {
  max-width: 100%;
}

.noBackground {
  background: none;
}

.absCaption {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.mejs-iphone .mejs-controls {
  display: none !important;
}

.coverImageCaption {
  position: absolute;
  background-color: #000;
  height: 200px;
  top: 100%;
  left: 0;
  width: 100%;
}

img {
  margin: 0;
}

video {
  margin: 0;
  padding: 0;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
video.iPad {
  height: 100% !important;
}

figcaption {
  font-family: "brera-condensed_semibold";
  color: #a7a7a7;
  background-color: #000;
  padding: 20px 40px;
  position: relative;
}

.mediaLeft {
  float: left;
  padding: 10px 40px 10px 40px;
  margin-left: -60px;
}

.mediaRight {
  float: right;
  padding: 10px 10px 10px 40px;
  margin-right: -60px;
}

.mediaCenter {
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.mediaCenter img, .mediaCenter.img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 649px) {
  .mediaLeft, .mediaRight, .mediaCenter {
    margin-left: -28px;
    padding-left: 28px;
    margin-right: -28px;
    padding-right: 28px;
    padding-bottom: 40px;
    width: auto !important;
    padding: 0;
    float: none;
  }
}
.mediaLeft p, .mediaRight p, .mediaCenter p {
  font-family: "brera-condensed_semibold";
  margin-top: 10px;
  font-size: 14px !important;
  max-width: 480px;
  padding-bottom: 20px;
  line-height: normal;
}
@media only screen and (max-width: 649px) {
  .mediaLeft p, .mediaRight p, .mediaCenter p {
    max-width: 100%;
    color: #a7a7a7;
    background-color: #000;
    padding: 20px 40px;
    position: relative;
    margin: 0 0 40px 0;
    font-size: 16px !important;
  }
}

/*video*/
.singleVideo {
  overflow: hidden;
  margin-bottom: 40px;
}
.singleVideo h3 {
  color: #000;
  padding: 10px 28px;
  background-color: #fff;
  font-family: "brera-condensed_semibold";
}
@media only screen and (max-width: 1023px) {
  .singleVideo {
    background: none;
  }
}
@media only screen and (min-width: 1024px) {
  .singleVideo {
    background-color: #333333;
  }
}
.singleVideo figure {
  margin: auto;
  /*max-width:852px;*/
}
.singleVideo.fullscreen figure {
  max-width: 100%;
}

.singleImage {
  margin-bottom: 40px;
}
.singleImage .bx-viewport > ul {
  margin-top: 0;
}

.mobileCover {
  position: relative;
  cursor: pointer;
  line-height: 0;
}
.mobileCover img {
  width: 100%;
  height: auto;
}
.mobileCover + video {
  display: none !important;
}

.videoGallery {
  background-color: #353535;
  padding: 60px 0;
  margin-bottom: 40px;
}
.videoGallery figcaption {
  background-color: #353535;
}
.videoGallery .bx-wrapper {
  background-color: #000;
  background-color: none;
  background-color: #353535;
}
.videoGallery ul {
  /*margin-left: -212px;*/
}
@media only screen and (max-width: 649px) {
  .videoGallery .bx-prev, .videoGallery .bx-next {
    display: none;
  }
}

.photoGallery {
  /* visible slide when slider init */
  margin-bottom: 40px;
}
.photoGallery h3 {
  color: #000 !important;
}
.photoGallery .backgroundMode {
  height: 100%;
}
.photoGallery .backgroundMode li {
  height: 100%;
}
.photoGallery .backgroundMode li figure {
  height: 100%;
}
.photoGallery .photoGalleryBackground {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.photoGallery img {
  height: auto;
  margin: auto;
}
.photoGallery figcaption {
  /*visibility:hidden;*/
  display: none;
}
.photoGallery .bx-viewport figcaption {
  visibility: visible;
}
.photoGallery .numberPage {
  margin-top: 40px;
  text-align: center;
  font-family: "brera-condensed_semibold";
}
@media only screen and (max-width: 649px) {
  .photoGallery .numberPage {
    display: none;
  }
}
.photoGallery .bx-wrapper {
  background-color: #000;
  /*@include breakpoint(s) {
  	background:none;
  }*/
}

.videoGallery h3, .photoGallery h3 {
  color: #a7a7a7;
  padding: 10px 28px;
  font-family: "brera-condensed_semibold";
}
.videoGallery video, .photoGallery video {
  margin: 0;
  padding: 0;
  display: block;
}
.videoGallery .bx-wrapper .bx-pager, .photoGallery .bx-wrapper .bx-pager {
  bottom: -39px;
}
.videoGallery .bx-wrapper .bx-pager.bx-default-pager a.active, .videoGallery .bx-wrapper .bx-pager.bx-default-pager a:hover, .photoGallery .bx-wrapper .bx-pager.bx-default-pager a.active, .photoGallery .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #00aeff;
}
.videoGallery .bx-wrapper .bx-pager.bx-default-pager a, .photoGallery .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
}
.videoGallery .bx-wrapper .bx-controls-direction a, .photoGallery .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -57px;
  outline: 0;
  width: 57px;
  height: 115px;
  text-indent: -9999px;
  z-index: 9999;
}
@media only screen and (max-width: 649px) {
  .videoGallery .bx-wrapper .bx-controls-direction a, .photoGallery .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 59px;
  }
}
.videoGallery .bx-wrapper .bx-prev, .photoGallery .bx-wrapper .bx-prev {
  left: 0px;
  background: url("assets/controls_speciale.png") no-repeat 0 -70px;
}
.videoGallery .bx-wrapper .bx-prev:hover, .photoGallery .bx-wrapper .bx-prev:hover {
  background-position: 0 -185px;
}
@media only screen and (max-width: 649px) {
  .videoGallery .bx-wrapper .bx-prev, .photoGallery .bx-wrapper .bx-prev {
    background-position: 0 -300px;
  }
  .videoGallery .bx-wrapper .bx-prev:hover, .photoGallery .bx-wrapper .bx-prev:hover {
    background-position: -31px -300px;
  }
}
.videoGallery .bx-wrapper .bx-next, .photoGallery .bx-wrapper .bx-next {
  right: 0px;
  background: url("assets/controls_speciale.png") no-repeat -62px -70px;
}
.videoGallery .bx-wrapper .bx-next:hover, .photoGallery .bx-wrapper .bx-next:hover {
  background-position: -62px -185px;
}
@media only screen and (max-width: 649px) {
  .videoGallery .bx-wrapper .bx-next, .photoGallery .bx-wrapper .bx-next {
    background-position: 0 -361px;
  }
  .videoGallery .bx-wrapper .bx-next:hover, .photoGallery .bx-wrapper .bx-next:hover {
    background-position: -31px -361px;
  }
}
.videoGallery ul, .photoGallery ul {
  /*margin-left: -212px;*/
}

/* parallax */
.singleImage.parallax .bx-wrapper {
  overflow: hidden;
}

.photoGallery.parallax .bx-wrapper {
  overflow: hidden;
}
.photoGallery.parallax .bxslider.parallax {
  /*position:fixed !important;*/
  position: absolute !important;
}

.videoGallery.parallax figure {
  overflow: hidden;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
	General template style
*/
h1 {
  text-align: center;
  font-size: 48px;
  margin: 0;
  font-weight: normal;
  font-family: "brera_thin";
  padding: 0 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 649px) {
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: left;
    padding: 0 28px;
  }
}
@media only screen and (min-width: 650px) {
  h1 {
    font-size: 44px;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    text-align: center;
    font-size: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    text-align: center;
    font-size: 58px;
  }
}
@media only screen and (min-width: 1366px) {
  h1 {
    text-align: center;
    font-size: 64px;
  }
}
@media only screen and (min-width: 1680px) {
  h1 {
    text-align: center;
    font-size: 76px;
  }
}
@media only screen and (min-width: 1920px) {
  h1 {
    text-align: center;
    font-size: 88px;
  }
}

h3 {
  margin: 0;
  font-weight: normal;
}

h4, h5 {
  font-size: 20px;
  margin: 0;
  font-family: "brera-condensed_black";
  padding-bottom: 20px;
  font-weight: normal;
}

.signature {
  *zoom: 1;
  margin: auto;
  padding: 0 40px;
  max-width: 852px;
  margin-bottom: 40px;
}
.signature:after {
  content: "";
  display: table;
  clear: both;
}
.signature h3 {
  font-size: 25px;
  float: left;
  font-family: "brera-condensed_semibold";
}
@media only screen and (max-width: 649px) {
  .signature h3 {
    padding-top: 4px;
    font-size: 20px;
  }
}
.signature h3 span {
  font-family: "solferino_italic", "Times New Roman", Georgia, Serif;
}
@media only screen and (max-width: 649px) {
  .signature {
    padding: 0 28px;
  }
}
@media only screen and (min-width: 650px) {
  .signature {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .signature {
    padding: 0 46px;
  }
}

.changeSize {
  font-family: "brera-condensed_semibold";
  color: #1a1a1a;
  display: inline-block;
  text-decoration: none;
  float: right;
  margin-top: .3em;
}
@media only screen and (min-width: 650px) {
  .changeSize {
    display: none;
  }
}
.changeSize .decreaseFont {
  font-size: 0.9375em;
  margin-right: 1.25em;
}
.changeSize .increaseFont {
  font-size: 1.25em;
}

.textContainer {
  margin: auto;
  max-width: 924px;
  padding: 0 110px;
  line-height: 22px;
  /*padding: 0 28px;*/
}
@media only screen and (min-width: 650px) {
  .textContainer p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 649px) {
  .textContainer {
    padding: 0 28px;
  }
}
@media only screen and (min-width: 650px) {
  .textContainer {
    padding: 0 110px;
  }
}
@media only screen and (min-width: 1024px) {
  .textContainer {
    padding: 0 110px;
  }
}

div.mainContent + header {
  border-top: 1px solid #e6e6e6;
}

header {
  *zoom: 1;
  min-height: 80px;
}
header:after {
  content: "";
  display: table;
  clear: both;
}

.shareToolBar {
  float: right;
  padding: 26px 40px 10px 10px;
}
.shareToolBar a {
  margin-left: 4px;
}
.shareToolBar a:hover {
  color: #00AEFF;
}
@media only screen and (min-width: 440px) and (max-width: 650px) {
  .shareToolBar {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 439px) {
  .shareToolBar {
    padding: 16px 0;
    float: none;
    text-align: center;
  }
}

.logo {
  width: 320px;
  height: 23px;
  display: block;
  float: left;
  margin-top: 28px;
  margin-left: 40px;
  /*
	@include breakpoint(s) {
  		width:240px;
  		margin-left:20px;
  }*/
}
.logo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 440px) and (max-width: 650px) {
  .logo {
    width: 240px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 439px) {
  .logo {
    margin-left: auto;
    margin-right: auto;
    width: 84%;
    float: none;
    text-align: center;
  }
}

/*
.icon-logo {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  display: inline-block;
  letter-spacing: -1.7px;
  word-spacing: -4px;
  color: inherit;
  zoom: 1;
  white-space: nowrap;
  text-decoration: inherit;
  text-transform: none;
  text-stroke: 1px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/hIEfix.png',sizingMethod=crop);
  text-shadow: -1px 0 0 rgba(35, 35, 35, 0.01);
  font-size: 24px;
  padding: 2px;
  padding:2px 0 10px 40px;

  @include breakpoint(s) {
  	font-size: 14px; 
  }
  @include breakpoint(m) {
  }

  @include breakpoint(l) {
  }
}*/
footer {
  background-color: #000;
  color: #ffffff;
  text-align: center;
  padding: 25px;
  font-family: "brera-condensed_semibold";
}
footer a {
  color: #ffffff;
  text-decoration: underline;
}