.common-wrapper,
.blog-wrapper {
	margin: 0 -64px 0 -64px;
}

.list-box-wrapper .blog-wrapper {
	margin: 0 0 0 0;
}

.blog-wrapper .blog-box {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
}

/*
.blog-wrapper .dark-style {
	background: rgb(38,51,57);
	background: -webkit-linear-gradient(left, rgba(38,51,57,1) 3%, rgba(38,51,57,0.85) 55%, rgba(38,51,57,0.3) 100%);
	background: -o-linear-gradient(left, rgba(38,51,57,1) 3%, rgba(38,51,57,0.85) 55%, rgba(38,51,57,0.3) 100%);
	background: linear-gradient(to right, rgba(38,51,57,1) 3%, rgba(38,51,57,0.85) 55%, rgba(38,51,57,0.3) 100%);
}
*/
.blog-wrapper .light-style {
	background: rgb(255, 255, 255, .7);
}

.blog-wrapper .blog-box .light-style .blog-item-content {
	/*
		border:solid 1px #ddd;
		*/
	border-left-color: transparent;
}

.blog-wrapper .row.box-background {
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

.blog-wrapper .row.box-background>[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

/*
	.blog-wrapper .blog-box .dark-style:after {
		content:"";
		position:absolute;
		top:0;
		left:50%;
		transform:translate(-50%,0);
		height:100%;
		width:100%;
		z-index:-1;
		background:url(../img/hompages/header_ufficio_stampa.jpg) no-repeat center top;
		background-size:cover !important;
	}
	*/
.list-box-wrapper .blog-wrapper .blog-box:after {
	display: none;
}

.blog-wrapper .blog-box .blog-item-content {
	padding: 0 0 0 0;
	border: solid 1px transparent;
}

.blog-wrapper .blog-box .blog-header-item-2 .blog-item-content {
	padding: 64px 32px 64px 32px;
}

.list-box-wrapper .blog-wrapper .blog-box .blog-item-content {
	padding: 0 0 0 0;
}

.blog-wrapper .blog-box .blog-item-content h3.title {
	font-size: 30px;
	line-height: 40px;
	padding: 0 0 0 0;
	margin: 0 0 48px 0;
	vertical-align: bottom;
}

.blog-wrapper .blog-box .blog-item-content h4.subtitle {
	font-size: 24px;
	line-height: normal;
	padding: 0 0 0 0;
	margin: 0 0 50px 0;
	border: 0;
	font-weight: 300;
}

.blog-wrapper .blog-box .blog-item-content p.abstract {
	font-size: 18px;
	line-height: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
	text-align: justify;
	width: 100%;
	max-width: 430px;
	font-weight: 300;
}

.blog-wrapper .blog-box .blog-item-content.last-post-list h3.title {
	font-size: 24px;
}

.blog-wrapper .blog-box .blog-item-content.last-post-list h4.subtitle {
	font-size: 16px;
}

.blog-wrapper .blog-box .blog-item-content.last-post-list p.abstract {
	font-size: 14px;
}

.blog-wrapper .blog-box .dark-style .blog-item-content h3.title,
.blog-wrapper .blog-box .dark-style .blog-item-content.last-post-list h3.title {
	color: #ffa939;
	border-bottom: solid 1px rgba(255, 255, 255, .5);
}

.blog-wrapper .blog-box .dark-style .blog-item-content h4.subtitle,
.blog-wrapper .blog-box .dark-style .blog-item-content.last-post-list h4.subtitle {
	color: #fff;
}

.blog-wrapper .blog-box .dark-style .blog-item-content p.abstract,
.blog-wrapper .blog-box .dark-style .blog-item-content.last-post-list p.abstract {
	color: rgba(255, 255, 255, .5);
}

.blog-wrapper .blog-box .blog-item-content ul.post-list:not(.row) {
	list-style: none;
	margin: 0 0 0 0;
	display: block;
	width: 100%;
	padding: 0 0 0 0;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list.row {
	list-style: none;
	padding: 0 0 0 0;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list:not(.row)>li {
	background: #fff;
	margin: 0 0 32px 0;
	padding: 0 0 0 0;
	box-shadow: 0 0 4px 1px rgb(0 0 0 / 10%);
}

.blog-wrapper .blog-box .blog-item-content ul.post-list.row>li {
	margin: 0 0 32px 0;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list>li .post-item {
	background: #fff;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
	height: 100%;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list .post-picture {
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	max-width: 170px;
	background: #eee;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list .post-image {
	height: 100%;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list .post-image a {
	display: block;
	height: 100%;
	max-height: 170px;
	overflow: hidden;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list .post-image a img.img-fluid {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 0;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list .post-item .post-image a img.img-fluid {
	object-position: 50% 50%;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list .post-text {
	-ms-flex: 0 0 calc(100% - 170px);
	flex: 0 0 calc(100% - 170px);
	max-width: calc(100% - 170px);
	padding: 16px 16px 42px 16px;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list .post-text a.post-title {
	color: #1A3542;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list .post-text a.post-title>h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	color: #1A3542;
	border-bottom: solid 1px rgba(112, 112, 112, .5);
	text-transform: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list .post-abstract {
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	overflow: hidden;
	height: auto;
	max-height: calc(18px * 7);
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	text-overflow: ellipsis;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list.tag-post .post-abstract {
	max-height: calc(18px * 3);
	-webkit-line-clamp: 3;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list .post-abstract * {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list .post-link,
.blog-wrapper .blog-box .blog-item-content ul.post-list .post-link a {
	font-size: 14px;
	font-weight: 600;
}

.blog-wrapper .blog-box .blog-item-content ul.post-list .post-date {
	position: absolute;
	right: 16px;
	bottom: 5px;
	font-size: 14px;
	text-align: right;
	width: auto;
}

.blog-wrapper .section-content {
	padding: 0 64px 0 64px;
	margin: 0 0 64px 0;
	text-align: center;
}

.blog-wrapper .section-content.dark-box {
	background: rgba(38, 51, 57, 1);
	padding-top: 32px;
	padding-bottom: 32px;
}

.blog-wrapper .section-content h3 {
	color: #263339;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	border-color: rgba(38, 51, 57, .5);
}

.blog-wrapper .section-content.dark-box h3 {
	color: #fff;
	border-color: rgba(255, 255, 255, .5);
}

.blog-wrapper .section-content.dark-box h4 {
	color: #fff;
	border-color: rgba(255, 255, 255, .5);
}

.blog-wrapper .section-content p {
	color: rgba(38, 51, 57, .75);
	line-height: normal;
	font-weight: 300;
	font-size: 18px;
	text-transform: none;
	padding: 0 0 0 0;
	margin: 0 0 42px 0;
}

.blog-wrapper .section-content.dark-box p {
	color: rgba(255, 255, 255, .75);
}

.blog-news-box {
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
}

.blog-news-box>a,
.blog-news-box>a * {
	text-decoration: none;
}

.blog-news-box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-news-box .blog-box-news-contents {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	background: rgba(38, 51, 57, 1);
	padding: 16px 16px 16px 16px;
}

.section-content.dark-box .blog-news-box .blog-box-news-contents {
	background: rgba(255, 255, 255, 1);
}

.blog-news-box .blog-box-news-contents {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	background: rgba(38, 51, 57, 1);
	padding: 16px 16px 16px 16px;
}

.blog-news-box .blog-box-news-contents h3 {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 16px 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 16px !important;
	text-transform: none !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	text-align: left !important;
	border-bottom: solid 1px rgba(255, 255, 255, .5) !important;
}

.section-content.dark-box .blog-news-box .blog-box-news-contents h3 {
	color: rgba(38, 51, 57, 1) !important;
	border-bottom: solid 1px rgba(38, 51, 57, .5) !important;
}

.blog-news-box .blog-box-news-contents p {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	width: auto;
	background: transparent;
	color: rgba(255, 255, 255, .8);
	text-transform: none;
	font-size: 14px;
	text-align: justify;
	line-height: 19px !important;
	max-height: 95px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	padding: 0 0 0 0;
	margin: 0 0 16px 0;
}

.section-content.dark-box .blog-news-box .blog-box-news-contents p {
	color: rgba(38, 51, 57, .8);
}

.blog-news-box .blog-box-news-contents .post-link {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}

.blog-news-box .blog-box-news-contents .post-link>a {
	color: #fff;
}

.section-content.dark-box .blog-news-box .blog-box-news-contents .post-link,
.section-content.dark-box .blog-news-box .blog-box-news-contents .post-link>a {
	color: rgba(38, 51, 57, 1);
}

.blog-news-box .blog-box-news-contents .post-date {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-align: right;
}

.section-content.dark-box .blog-news-box .blog-box-news-contents .post-date {
	color: rgba(38, 51, 57, 1);
}

.box-rubriche {
	padding: 0 0 0 0;
}

.box-rubriche .box-two-elements.box-dark {
	background: #263339;
	border: solid 1px transparent;
	padding: 0 32px 0 32px !important;
}

.box-rubriche .box-two-elements.box-light {
	background: #fff;
	/*
		border:solid 1px #ddd;
		border-left:solid 1px transparent;
		*/
	padding: 0 32px 0 32px !important;
}

.box-rubriche .box-two-elements>h3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	border-bottom: solid 1px;
	margin: 64px 32px 48px 32px;
	padding: 0 0 0 0;
	line-height: 40px;
	text-transform: uppercase;
}

.box-rubriche .box-two-elements>p {
	font-size: 18px;
	line-height: normal;
	padding: 0 0 0 0;
	margin: 0 32px 0 32px;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box-rubriche .box-two-elements.box-dark>h3 {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, .5) !important;
}

.box-rubriche .box-two-elements.box-dark>p {
	color: #fff;
}

.box-rubriche .box-two-elements.box-light>h3 {
	color: #263339;
	border-bottom-color: rgba(38, 51, 57, .5) !important;
}

.box-rubriche .box-two-elements.box-light>p {
	color: #263339;
}

.box-rubriche .box-two-elements .box-single {
	padding: 32px 32px 64px 32px !important;
}

.box-rubriche .box-two-elements .box-single .blog-news-box {
	position: relative;
}

.box-rubriche .box-two-elements .box-dark .box-single .blog-news-box {
	box-shadow: none;
}

.box-rubriche .box-two-elements.box-dark .box-single .blog-news-box .blog-box-news-contents {
	background: #fff;
}

.box-rubriche .box-two-elements.box-dark .box-single .blog-news-box .blog-box-news-contents h3 {
	color: #263339 !important;
	border-bottom: solid 1px rgba(38, 51, 57, .5) !important;
}

.box-rubriche .box-two-elements.box-dark .box-single .blog-news-box .blog-box-news-contents p {
	color: #263339;
}

.box-rubriche .box-two-elements.box-dark .box-single .blog-news-box .blog-box-news-contents .post-link,
.box-rubriche .box-two-elements.box-dark .box-single .blog-news-box .blog-box-news-contents .post-link>a {
	color: #263339;
}

.box-rubriche .box-two-elements.box-dark .box-single .blog-news-box .blog-box-news-contents .post-date {
	color: #263339;
}


.common-wrapper .default-content-wrapper,
.blog-wrapper .articolo-wrapper {
	background: #fff;
	border: solid 1px #ddd;
	margin: 0 64px 64px 64px;
	min-height: 65vh;
}

.blog-wrapper .articolo-wrapper img.articolo-header {
	border-bottom: solid 1px #ddd;
	margin-bottom: 0;
}

.blog-wrapper .articolo-wrapper .blog-header-image {
	display: block;
	overflow: hidden;
	border-bottom: solid 1px #ddd;
	margin: 0 0 64px 0;
	height: 635px;
}

.blog-wrapper .articolo-wrapper .blog-header-image img.articolo-header {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-wrapper .articolo-wrapper h1.title {
	position: relative;
	font-size: 30px;
	margin: 64px 64px 16px 64px;
	padding: 0 200px 0 0;
	line-height: normal;
	text-transform: none;
	border-color: rgba(0, 0, 0, .16);
	text-align: left;
	text-transform: uppercase;
}

.blog-wrapper .articolo-wrapper div.title-image {
	position: relative;
	margin: 64px 64px 64px 0;
}

.comunicazione-libera-adozioni-wrapper .blog-wrapper .articolo-wrapper h1.title,
.archivio-saggi-wrapper .blog-wrapper .articolo-wrapper h1.title,
.pagina-registrazione .blog-wrapper .articolo-wrapper h1.title {
	border: none;
	text-align: left;
	padding: 0 0 0 0;
	margin-bottom: 64px;
}

.comunicazione-libera-adozioni-wrapper .blog-wrapper .articolo-wrapper h2,
.archivio-saggi-wrapper .blog-wrapper .articolo-wrapper h2,
.pagina-registrazione .blog-wrapper .articolo-wrapper h2 {
	font-size: 22px;
	text-transform: uppercase;
}

.comunicazione-libera-adozioni-wrapper .blog-wrapper .articolo-wrapper h2.subsection,
.archivio-saggi-wrapper .blog-wrapper .articolo-wrapper h2.subsection,
.pagina-registrazione .blog-wrapper .articolo-wrapper h2.subsection {
	font-size: 18px;
	text-transform: none;
}

.blog-wrapper .articolo-wrapper h1.title>span {
	position: absolute;
	right: 0;
	bottom: 4px;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: normal;
	text-transform: none;
	border: 0;
	text-align: right;
}


.blog-wrapper .box-background .blog-item-content .home-header {
	margin: 128px 0 0 64px;
	max-width: 75%;
	position: relative;
	top: 0;
}

.blog-wrapper .box-background .blog-item-content .home-header h1.title {
	font-size: 60px;
	font-weight: 500;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #fff;
	border: 0;
	text-transform: none;
	text-shadow: 0 0 1px rgba(11, 59, 103, .2), 0 0 15px rgba(11, 59, 103, .2), 0 0 15px rgba(11, 59, 103, .2);
}

.blog-wrapper .box-background .blog-item-content .home-header h2.subtitle {
	font-size: 40px;
	font-weight: 100;
	margin: 24px 0 0 0;
	padding: 0 0 0 0;
	color: #fff;
	border: 0;
	text-transform: none;
	text-shadow: 0 0 1px rgba(11, 59, 103, .2), 0 0 10px rgba(11, 59, 103, .2), 0 0 10px rgba(11, 59, 103, .2);
}

.blog-wrapper .box-background .blog-item-content .home-header p.text:before {
	content: "";
	display: block;
	height: 3px;
	width: 40%;
	margin: 24px 0 24px 0;
}

/*
	.blog-wrapper .box-background .blog-item-content .home-header h2.subtitle:after {
		content:"";
		display:block;
		height:3px;
		width:40%;
		background:#ffaf04;
		margin:24px 0 0 0;
	}
	*/
.blog-wrapper .box-background .blog-item-content .home-header h3 {
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
	color: #ffaf04;
	border: 0;
	text-transform: uppercase;
}

.blog-wrapper .box-background .blog-item-content .home-header p {
	font-size: 18px;
	font-weight: 100;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #fff;
	border: 0;
	text-transform: none;
}

.blog-wrapper .articolo-wrapper h2.subtitle {
	font-size: 24px;
	font-weight: 300;
	margin: 0 64px 64px 64px;
	padding: 0 0 0 0;
	line-height: normal;
	text-transform: none;
	text-align: left;
}

.blog-wrapper .articolo-wrapper .content-multilcols {
	margin: 0 64px 0 64px;
	padding: 0 0 64px 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 64px;
	-moz-column-gap: 64px;
	column-gap: 64px;
	text-align: justify;
	font-size: 18px;
	color: #000;
	line-height: normal;
}

.blog-wrapper .articolo-wrapper .content-multilcols.single-col {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.blog-wrapper .articolo-wrapper .content-text {
	margin: 0 64px 0 64px;
	padding: 0 0 64px 0;
	/*-webkit-column-count:1;*/
	/*-moz-column-count:1;*/
	/*column-count:1;*/
	-webkit-column-gap: 64px;
	-moz-column-gap: 64px;
	column-gap: 64px;
	text-align: left;
	font-size: 18px;
	color: #000;
	line-height: normal;
}

.comunicazione-libera-adozioni-wrapper .blog-wrapper .articolo-wrapper .content-text,
.archivio-saggi-wrapper .blog-wrapper .articolo-wrapper .content-text,
.pagina-registrazione .blog-wrapper .articolo-wrapper .content-text {
	text-align: left;
}

.blog-wrapper .articolo-wrapper .content-multilcols img.articolo-body {
	margin: 24px 0 24px 0;
	padding: 0 0 0 0;
}



.list-box-wrapper .blog-wrapper .post-picture {
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	max-width: 170px;
}

.list-box-wrapper .blog-wrapper .post-text {
	-ms-flex: 0 0 calc(100% - 170px);
	flex: 0 0 calc(100% - 170px);
	max-width: calc(100% - 170px);
}

.list-box-wrapper .blog-wrapper .post-picture {}

.list-box-wrapper .blog-wrapper .post-picture .post-image {
	height: 100%;
}

.list-box-wrapper .blog-wrapper .post-picture .post-image>a {
	display: block;
	height: 100%;
	overflow: hidden;
}

.list-box-wrapper .blog-wrapper .post-picture .post-image>a.pdf-content {
	background: #eee;
	position: relative;
}

.list-box-wrapper .blog-wrapper .post-picture .post-image>a.pdf-content>i.file-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 120px;
}

.blog-wrapper .articolo-wrapper .eventoMappa {
	width: 100%;
	height: 500px;
}

.blog-wrapper .articolo-wrapper .event-box-wrapper {
	background: #f5f5f5;
	margin: 64px 64px 32px 0;
	padding: 16px;
	margin-bottom: 32px;
}

.blog-wrapper .articolo-wrapper .event-box-wrapper h3 {
	border: 0;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	line-height: normal;
	text-transform: none;
	color: #555;
	font-size: 22px;
}

.blog-wrapper .articolo-wrapper .event-box-wrapper hr {
	margin: 5px 0 15px 0;
}

body.body-divisione-ufficio-stampa .box-square.set-height-as-width {
	text-align: right;
}

body.body-divisione-ufficio-stampa .box-square>.box-square-news-content {
	top: 0;
	right: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}

body.body-divisione-ufficio-stampa .box-square>.box-square-news-content>h5 {
	flex: none;
	width: 100%;
	word-break: break-word;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 20px;
	max-height: 60px;
	margin: 0 0 5px 0;
	overflow: hidden;
}

body.body-divisione-ufficio-stampa .box-square>.box-square-news-content>p {
	flex: auto;
	font-size: 14px;
	margin: 0 0 0 0;
	width: 100%;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 16px;
	max-height: 32px;
	margin-bottom: auto;
}

body.body-divisione-ufficio-stampa .box-square>.box-square-news-content>h4 {
	flex: 0;
	font-size: 14px;
	margin: 0 0 0 0;
	width: 100%;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 16px;
	max-height: 32px;
}

body.body-divisione-ufficio-stampa .box-square>.box-square-news-content>h4.text-icon {
	position: relative;
	padding-left: 20px;
}

body.body-divisione-ufficio-stampa .box-square>.box-square-news-content>h4.text-icon>i {
	position: absolute;
	left: 0;
}

body.body-divisione-ufficio-stampa .box-square>.box-square-news-content {
	top: 0;
	right: 50%;
}




body.body-divisione-ufficio-stampa .box-square>img.image-cover {
	width: 50%;
	border-left: solid 1px #ddd;
}

body.body-divisione-ufficio-stampa .blog-wrapper .blog-box .blog-item-content ul.post-list .post-image a {
	height: auto;
	max-height: none;
	border-right: solid 1px #ddd;
}

body.body-divisione-ufficio-stampa .blog-wrapper .blog-box .blog-item-content ul.post-list .post-item .post-image a {
	height: 100%;
}

body.body-divisione-ufficio-stampa .blog-wrapper .blog-box .blog-item-content ul.post-list:not(.row) .row.row-nomargin:not(.post-item) .post-image a img.img-fluid {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: initial;
	object-position: 0 0;
}


@media (min-width: 1200px) and (max-width: 1900px) {
	.blog-news-box .blog-box-news-contents p {
		-webkit-line-clamp: 4;
	}

	.blog-news-box .blog-box-news-contents {
		height: calc(50% + 30px);
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {

	.box-rubriche .box-two-elements.box-dark,
	.box-rubriche .box-two-elements.box-light {
		padding: 0 0 0 0 !important;
	}

	.box-rubriche .box-two-elements .box-single {
		padding-bottom: 32px !important;
	}

	.box-rubriche .box-two-elements>h3 {
		margin-top: 32px;
	}

	.blog-news-box .blog-box-news-contents h3 {
		margin-bottom: 8px !important;
	}

	.blog-news-box .blog-box-news-contents p {
		margin-bottom: 8px !important;
		line-height: 16px !important;
	}

	.blog-wrapper .row.box-background>div:first-of-type {
		-ms-flex: 0 0 calc(100% - 450px);
		flex: 0 0 calc(100% - 450px);
		max-width: calc(100% - 450px);
	}

	.blog-wrapper .row.box-background>div:last-of-type {
		-ms-flex: 0 0 450px;
		flex: 0 0 450px;
		max-width: 450px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.blog-news-box .blog-box-news-contents h3 {
		margin-bottom: 8px !important;
	}

	.blog-news-box .blog-box-news-contents p {
		text-align: left;
		-webkit-line-clamp: 3;
		margin-bottom: 8px !important;
		line-height: 16px !important;
	}

	.blog-wrapper .row.box-background>div:first-of-type {
		-ms-flex: 0 0 calc(100% - 450px);
		flex: 0 0 calc(100% - 450px);
		max-width: calc(100% - 450px);
	}

	.blog-wrapper .row.box-background>div:last-of-type {
		-ms-flex: 0 0 450px;
		flex: 0 0 450px;
		max-width: 450px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-box .blog-header-wrapper .blog-header-item-1 {
		background: transparent !important;
	}

	.blog-wrapper .row.box-background>div:first-of-type {
		-ms-flex: 0 0 calc(100% - 450px);
		flex: 0 0 calc(100% - 350px);
		max-width: calc(100% - 350px);
	}

	.blog-wrapper .row.box-background>div:last-of-type {
		-ms-flex: 0 0 450px;
		flex: 0 0 350px;
		max-width: 350px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.blog-wrapper .blog-box .blog-item-content ul.post-list .post-text a.post-title>h3 {
		margin: 0 0 8px 0;
	}

	.blog-wrapper .blog-box .blog-item-content ul.post-list .post-abstract {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		height: 54px;
		margin: 0 0 8px 0;
	}
}

@media (max-width: 1450px) {
	.blog-wrapper .blog-box .blog-item-content ul.post-list.row>li.col-xl-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.blog-wrapper .light-style {
		background: rgb(11, 59, 103, 1);
	}
}

@media (max-width: 767px) {
	.blog-wrapper .light-style {
		height: 100vh;
		max-height: calc(100vh - 50px);
	}

	.blog-wrapper .blog-box .blog-header-item-2 .blog-item-content {
		height: 100%;
	}

	.blog-wrapper .blog-box .blog-header-item-2 .blog-item-content iframe.twitter-timeline {
		height: 100% !important;
	}
}