/* adjustments for specific market*/
/* replace gillsans with Lato, which supports more characters */
/* light 300 */
/*
@font-face {
  font-family: 'GillSansLight';
  font-weight: normal;
  font-style: normal;
  src: local('Lato Light'), local('Lato-Light'), url('@{font-path-market-overwrite}lato/lato-light-webfont.woff') format('woff');
}
 */
/* regular 400 */
@font-face {
  font-family: 'GillSans';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato/lato-regular-webfont.woff') format('woff');
}
/* semibold 600 */
@font-face {
  font-family: 'GillSans';
  font-style: normal;
  font-weight: 600;
  src: local('Lato SemiBold'), local('Lato-SemiBold'), url('../fonts/lato/lato-semibold-webfont.woff') format('woff');
}
/* bold 700 */
/*
@font-face {
	font-family: 'GillSansBold';
	font-style: normal;
	font-weight: 700;
	src: local('Lato Bold'), local('Lato-Bold'), url('@{font-path-market-overwrite}lato/lato-bold-webfont.woff') format('woff');
}
 */
.visual-intro__txt--press .intro-title {
  font-family: "GillSansBold", Arial, sans-serif;
  font-size: 23px;
  line-height: 1;
  text-transform: uppercase;
}
.main-content.archiviofotografico .box__title span img.label-img {
  display: none!important;
}
