:root {
    --primario-5: #013654;
    --primario-7: #025787;
    --secondario-5: #DAAC53;
	--neutro-5: #4D4D4D;
}

h4 {
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	margin: 32px 0 56px;
}

/*VEDI NEWS*/
.menu-mob {
	display: none;
}

.box-toggle {
	display: none;
}

.top-news {
	position: relative;
	margin-top: 88px;
}

.top-news .flex.flex-wrap {
    align-items: stretch;
	margin: 0;
}

.top-news .col-60 {
	width: 57%;
	height: 448px;
}

.top-news .col-40 {
	width: 43%;
	background: #F6F6F6; 
	position: relative;
}

.top-news .back {
	position: absolute;
	right: 50%;
	top: -24px;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	background: #557EBB;
	padding: 10px 24px;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: .3px;
	color: #fff;
	text-transform: uppercase;
}

.tit-cat-news {
	width: 80%;
	padding-left: 48px;
}

.mese-news {
	font-size: 77px;
	font-weight: 500;
	line-height: 77px;
	text-align: center;
}

.giorno-news {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .6px;
	line-height: 15px;
	text-align: center;
}

.vedi-news {
	margin: 72px auto 64px;
}

.vedi-news p {
    max-width: 674px;
    margin: 0 auto;
    width: 100%;
}

/*LIST NEWS*/
.tit-pag {
	margin: 80px 0;
	text-transform: uppercase;
}

.flex.flex-wrap {
    margin: 0 0 176px;
}

.menu-cat-oriz {
	width: 100%;
	text-align: center;
}

.menu-cat-oriz a {
	display: inline-block;
	margin: 0 15px 24px;
	font-size: 16px;
	line-height: 24px;
}

.menu-cat-oriz a.cat-active {
	color: #557EBB;
	font-weight: 700;
}

.menu-cat-oriz a.active-label {
	font-weight: 700;
	color: #557EBB;
}

.col33 {
	width: calc(33.3333% - 20px);
    margin: 0 10px 24px;
}

.box-img-news {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-top: 50%;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.box-img-news .info-news {
	background: #fff;
	top: 24px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
}

.box-img-news .data-news {
	position: absolute;
    bottom: 16px;
    left: 0;
    background-color: var(--secondario-5);
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 0;
}

.box-img-news .tit-cat-news {
	width: 80%;
	padding-left: 16px;
}

.box-img-news .mese-news {
	font-size: 60px;
	line-height: 60px;
}

.box-img-news .giorno-news {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .3px;
	line-height: 11px;
}

.cat-news {
	font-size: 11px;
	font-weight: 600;
	color: #557EBB;
	line-height: 24px;
	letter-spacing: .6px;
}

.box-img-news .tit-news {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
}

.box-img-news .pulsante-pieno, .box-img-news .pulsante-pieno:active, .box-img-news .pulsante-pieno:hover, .box-img-news .pulsante-pieno:focus {
	position: absolute; 
	right: 24px;
	bottom: 24px;
}

.col-news:hover .box-img-news .pulsante-pieno {
    background: rgba(85,126,187,1);
}

/*gallery vedi news*/
.gallery-vedi-news {
	margin: 64px 0 0;
}

.box-img-gallery {
	height: 302px;
	position:relative;
	margin: 0 8px;
}

.slick-dots {
    bottom: auto;
    position: relative;
    padding: 0;
    text-align: center;
	margin: 32px 0 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button, .slick-dots li {
    width: 34px;
    height: 34px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
	position: relative;
}

.slick-dots li.slick-active button {
    width: 34px;
    height: 34px;
    border: 1px solid #557EBB;
    border-radius: 50%;
}

.slick-dots li button:before {
    background: #557EBB;
	content: '';
    text-align: center;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
    width: 8px;
	height: 8px;
	border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    width: 4px;
	height: 4px;
}

.menu-cat-oriz {
	width: 28%;
	float: left;
	text-align: left;
}

/*.list-news {
	width: 72%;
	float: left;
}*/

.col-news {
	float: left;
	width: 50%;
	padding: 0 12px;
	margin-bottom: 24px;
}

.col-news .info-news > a {
	background: #FAFAFA;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	overflow: hidden;
	float: left;
	width: 100%;
}

.list-news .row {
	margin-left: -12px;
	margin-right: -12px;
}

.menu-cat-oriz h5 {
	text-align: left;
	margin: 0 0 24px;
	color: #24383B;
	font-weight: 500;
}

.menu-cat-oriz ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}

.menu-cat-oriz ul li {
	float: left;
	clear: both;
	margin: 0 0 16px;
}

.menu-cat-oriz ul li a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	display: inline;
	border-bottom: 2px solid transparent;
	line-height: 26px;
	margin: 0;
}

.menu-cat-oriz ul li a.cat-active {
	color: #786E59;
	border-bottom-color: #786E59;
}

.box-contattaci {
    float: left;
	clear: both;
	max-width: 328px;
    position: relative;
    width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 300px;
	margin-top: 32px;
	display: table;
}

.box-contattaci * {
    position: relative;
    z-index: 1;
}

.box-contattaci .box-immagine {
	display: table-cell;
	vertical-align: middle;
	padding: 24px 8px 24px 24px;
}

.box-contattaci img {
	max-height: 64px;
}

.box-contattaci h6 {
    text-align: left;
    color: #24383B;
    margin: 24px 0 8px;
}

.box-contattaci p {
	font-weight: 500;
	font-size: 14px;
    color: #474747;
	letter-spacing: 0.5px;
	line-height: 16px;
	margin: 0;
}

.vedi-news .box-img-news {
	padding-top: 38.25%;
}

.cat-news {
	background: #AB9D7F;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 24px;
	top: -15px;
	margin-bottom: 0;
	border-radius: 0;
	position: absolute;
	left: 0;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-size: 16px;
}

.data-news:not(h6) {
	font-size: 16px;
}

.info-news {
	padding: 0;
	position: relative;
	z-index: 1;
}

.tit-news {
	color: #24383B;
	margin: 8px 0 16px;
	text-align: left;
	text-transform: none;
	font-weight: 400;
}

.info-news h3 {
	color: var(--primario-5);
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 24px 0 32px;
}

.txt-news, .txt-news p {
	font-size: 18px;
	font-weight: 400;
	color: var(--neutro-5);
	line-height: 28px;
}

.txt-news {
	margin-bottom: 24px;
}

.col-news a.pulsante, .col-news a.pulsante i {
	font-size: 13px;
	font-weight: 700;
	color: #F15A24;
	text-transform: uppercase;
}

.top-news {
	height: 440px;
	margin-top: 32px;
	display: table;
	padding: 0 0 56px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.top-news::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(17,32,77,0) 0%, #03060F 100%);
	display: block;
}

.top-news .tit-news {
	display: table-cell;
	vertical-align: bottom;
	padding: 0 15px;
}

.top-news .tit-news h4 {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	width: 100%;
	max-width: 812px;
	margin: 0 auto;
	float: none;
	text-align: left;
	text-transform: none;
}

.vedi-news {
	width: 100%;
	max-width: 812px;
	display: block;
	margin: 0 auto;
}

.vedi-news h3 {
	color: var(--primario-5);
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 24px 0;
}

.vedi-news .data {
	font-size: 13px;
	font-weight: 700;
	color: #11204D;
	margin: 32px 0 24px;
}

.vedi-news .content-news {
	font-size: 20px;
	font-weight: 300;
	color: #11204D;
	text-align: justify;
	margin: 32px 0;
}

.vedi-news .content-news h4 {
	font-size: 44px;
}

.vedi-news .content-news p {
	font-size: 20px;
	font-weight: 300;
	color: #11204D;
	max-width: 100%;
}

.vedi-news .content-news a {
	font-size: 20px;
	color: #11204D;
}

.vedi-news .txt-news {
	margin-bottom: 0;
}

/* style new */

.wrapper > .container {
	padding: 0 !important;
}

.riga-news {
	padding-bottom: 80px;
}

.riga-news .col-news {
	width: 100%;
	margin-bottom: 80px;
}

.menu-cat-oriz {
	width: 25%;
	float: left;
	text-align: left;
}

/*.list-news {
	width: 100%;
	float: left;
}*/

.vedi-news, .vedi-news p {
	max-width: 100%;
}

.pagecomposer-riga.title {
    padding: 64px 0;
}

.pagecomposer-riga.title h1 {
	font-weight: 700;
	text-align: center;
	margin: 0;
    color: #013654;
}

.riga-news .pagination {
    width: 100%;
    justify-content: center;
}

.riga-news .pagination ul {
	gap: 8px;
}

.riga-news .pagination li {
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
}

.riga-news .pagination li a[href] {
	border-radius: 8px;
	color: var(--primario-5);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	display: block;
}

.riga-news .pagination li.active a[href] {
	background-color: var(--primario-5);
	color: #fff;
}

.riga-news .col-news:nth-child(2n+1) {
    clear: both;
}

.riga-news .back-to-list {
	padding-top: 80px;
	text-align: center;
}

.riga-news .back-to-list .btn-primary-outline {
	width: 280px;
}

@media only screen and (max-width: 1600px) {
	/*vedi news*/
	.flex.flex-wrap {
		margin: 0 0 80px;
	}

	.top-news .col-60, .top-news .col-40 {
		width: 50%;
	}

	.top-news .info-news {
		padding: 0;
	}

	.top-news .mese-news {
		font-size: 50px;
		line-height: 50px;
	}

	.top-news .tit-cat-news {
		padding-left: 16px;
	}

	.top-news .tit-news {
		font-size: 26px;
		line-height: 34px;
	}
	/*list news*/
	.box-img-news .mese-news {
		font-size: 40px;
		line-height: 40px;
	}
}

@media only screen and (max-width:1199px) {
	/*LIST NEWS*/
	.col33.col-news {
		width: calc(50% - 20px);
	}
	.top-news .tit-news h4 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 1023px) {
	/*list news*/
	.tit-pag {
		margin: 80px 0 40px;
	}
}

@media only screen and (max-width: 991px) {
	.menu-desk {
		width: 100%;
		margin-bottom: 32px;
	}

	/*.list-news {
		width: 100%;
	}*/

	.box-contattaci {
		display: none;
	}
}

@media all and (min-width: 768px) {
	.menu-cat-oriz {
		padding-right: 32px;
	}
	
	.col-news:nth-child(2n+3) {
		clear: both;
	}

	.tit-news {
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		min-height: 76px;
	}
}

@media only screen and (max-width: 767px) {
	/*LIST NEWS*/
	.menu-desk {
		width: 100%;
		margin-bottom: 32px;
	}

	/*.list-news {
		width: 100%;
	}*/

	.menu-mob {
		display: block;
		background: #23406D;
		padding: 16px;
		color: #fff;
		font-size: 16px;
		position: relative
	}

	.menu-mob:after {
		content: "\f107";
		position: absolute;
		font: normal normal normal 20px/1 FontAwesome;
		right: 16px;
		color: #fff;
	}

	.box-toggle {
		background: #23406D;
		padding: 16px;
	}

	.menu-mob-item {
		margin: 0 0 16px;
	}

	.menu-mob-item a {
		color: #fff;
	}

	.col-news h3 {
		margin: 15px 0 10px;
	}

	.col33.col-news {
		width: 100%;
		margin: 32px 0 0;
	}

	/*VEDI NEWS*/
	.top-news .col-60, .top-news .col-40 {
		width: 100%;
	}

	.top-news .col-60 {
		height: 250px;
	}

	.top-news .info-news {
		position: initial;
		top: auto;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		left: auto;
		padding: 32px 12px;
		width: 100%;
	}

	.top-news .tit-news {
		font-size: 22px;
		line-height: 29px;
	}

	/*.vedi-news {
		margin: 40px 0;
	}*/

	.col-news {
		width: 100%;
	}

	.top-news {
		height: 340px;
	}
	
	/*.box-img-news {
		height: 228px;
	}*/
}

@media only screen and (max-width:599px) {
	/*list news*/
	.tit-pag {
		margin: 32px 0;
	}

	/*vedi news*/
	/*.top-news {
		margin-top: 56px;
	}*/
}