/* LISTE AUTOMATICHE */
.automatic-list{
	padding: 15px 0px;
	position: relative;
}
.automatic-list h2{
	font-size: 40px;
	font-weight: 600;
	letter-spacing:0.4px;
	color: #1c326b;
	margin-top: 0px;
	margin-bottom: 15px;
}
.automatic-list h3{
	font-size: 18px;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.automatic-list .box1{
	text-align: left;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.automatic-list .box1,
.automatic-list .box2{
	background-color: #ffffff;
	margin-bottom: 20px;
}
.automatic-list .tag-container{
	position: absolute;
	right: 0px;
	top: 10px;
	margin-right: 12px;
}
.automatic-list .tag{
	background-color: #FFF;
	padding: 4px 10px;
	font-size: 12px;
	color: #1c487e;
	border-radius: 20px;
	text-transform: uppercase;
	margin-right: 10px;
}
.automatic-list .box1 .post-image{
	min-height: 125px;
}
.automatic-list .box2 .post-image{
	min-height: 250px;
}
.automatic-list .box1 .post-image,
.automatic-list .box2 .post-image{
	background-size: cover;
	background-position: center;
}
.automatic-list .text{
	padding: 15px;
	color: #68c1f4;
	line-height: 20px;
	font-weight: bold;
}
.automatic-list .box2 .text{
	padding: 15px 0px;
}
.automatic-list .box1 .text .text-content,
.automatic-list .box2 .text .text-content{
	min-height: 50px;
	max-height: 50px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
.automatic-list .box2 .text .text-content{
	font-size: 20px;
	line-height: 25px;
}
.automatic-list .box3{
	min-height: 286px;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 30px;
	padding: 20px 20px;

}
.automatic-list .box3 *{
	color: #ffffff;
	font-weight: bold;
}
.automatic-list .title{
	font-size: 16px;
}
.automatic-list h4{
	font-size: 40px;
}
.automatic-list .text .text-content-center{
	position: relative;
	min-height: 165px;
	text-align: center;
}
.automatic-list .text .text-content-center>div{
	position: absolute;
	min-height: 50px;
	top: 30%;
}
.automatic-list .text .btn-link{
	font-size: 12px;
}
.automatic-list .btn{
	width: 100%;
	padding: 3px 20px;
	color: #ffffff;
}
.automatic-list .btn-loader{
	background-color: #a9bac8;
}
.automatic-list .filter-section{
	background-image: -webkit-linear-gradient(180deg, #00728b 0%, #1c487e 100%);
	background-image: linear-gradient(270deg, #00728b 0%, #1c487e 100%);
	padding: 25px 0px;
	margin-bottom: 25px;
}
.automatic-list .filter-section h2,
.automatic-list .filter-section h3{
	color: #ffffff;
}
.automatic-list .filter-section .row{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.automatic-list .filter-section .filter-tab{
	margin: 0px 10px;
	background-color: #ffffff;
	padding: 6px 20px;
	border-radius: 6px;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
	align-items: center;
}
.automatic-list .filter-section .active{
	background-color: #1daeec;
}
.automatic-list .filter-section .active .text>*{
	color: #ffffff;
}
.automatic-list .filter-section a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-web-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.automatic-list .filter-section .ico{
	color: #59758d;
	font-size: 42px;
}
.automatic-list .filter-section .active .ico{
	color: #ffffff;
}
.automatic-list .filter-section .text{
	padding: 14px 10px;
}
.automatic-list .filter-section h4{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 2px;
	margin-top: 0px;
	color: #1daeec;
}
.automatic-list .filter-section p{
	font-size: 11px;
	letter-spacing: 0.24px;
	margin-bottom: 0px;
	color: #6B889F;
}
/* LISTE AUTOMATICHE */

/* LOADER */
.loader-element{
	display: none;
}
/* LOADER */

/* SPINNER */
#wrapper-spinner{
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
#wrapper-spinner .spinner{
	position: relative;
	top: 50%;
}
#wrapper-spinner .spinner:before{
	content: ' ';
	display: block;
	height: 75px;
	width: 75px;
	margin: 0px auto;
	border-radius: 50%;
	border: 3px solid #cef;
	border-color: #00aeef transparent #00aeef transparent;
	animation: framerate 1.0s linear infinite;
}
@keyframes framerate{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* SPINNER */

/* SWIPER */
.automatic-list .swiper-container{
	position: initial;
}

.automatic-list .swiper-container .btn-next,
.automatic-list .swiper-container .btn-prev{
	margin-bottom: -100px;
	bottom: 50%;
	top: auto;
}
/* SWIPER */

/* PORTI */
.imageMap{
	width: 100%;
}
.buttonMap{
	padding: 5px 20px !important;
}

@media screen and (max-width: 900px){
	.buttonMap{
		width: 100%;
		margin-bottom: 10px;
	}
}
/* PORTI */

/* FOOTER DATI SOCIETA' */
.socialData{
	font-size: 12px;
	text-align: center;
	padding: 10px 0px;
	line-height: 16px;
}

.socialData img{
	width: 50px;
	margin: 7.5px 0px;
}
/* FOOTER DATI SOCIETA' */

/* BANNER ELENCO FORMATTER */
.box-promo{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 280px;
	max-height: 300px;
}
/* BANNER ELENCO FORMATTER */

/* CONTATORE LANDING */
.counter-style img{
	text-align:center;
	margin: 50px auto;
}
/* CONTATORE LANDING */

/* PARAGRAFO */
.image img{
	width: 100%;
}
/* PARAGRAFO */