#wpadminbar{
	display: none;
}
html{
	margin: 0 !important;
}

body {
    font-family: 'Exo', sans-serif;
    line-height: 1.4;
    color: #004EA8;
}
body.stop-scroll, html.stop-scroll, #page.stop-scroll {
    overflow: hidden !important;
    position: relative;
}
.clear {
    clear: both;
}
.break-10 {
    height: 10px;
}
.break-15 {
    height: 15px;
}
.break-20 {
    height: 20px;
}
.break-30 {
    height: 30px;
}
.break-40 {
    height: 40px;
}
.break-50 {
    height: 50px;
}
.break-60 {
    height: 60px;
}

a {
    text-decoration: none;
    color: #004EA8;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
a:hover {
    color: #004EA8;
    text-decoration: none;
}

#loading-page {
    background-color: #004EA8;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#loading-page .modulo{
	animation:modulo-rotate 1s infinite;
}
#page {
	overflow-x: hidden;
}
#main {}
.wrapper {}

#masthead {
	padding: 35px 0;
	z-index: 999;
}
#masthead .logo{
	margin-left: -32px;
}
#masthead .logo svg{
	max-width: 100%;
}
#masthead .icon{
	padding: 10px 0;
	cursor: pointer;
	background: none;
	width: 100%;
	border: none;
}
#masthead #btnmenu{
	width: 16px;
	height: 14px;
	position: relative;
	cursor: pointer;
}
#masthead #btnmenu *{
	-webkit-transition: all 0.2s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
	-moz-transition: all 0.2s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
	-ms-transition: all 0.2s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
	-o-transition: all 0.2s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
	transition: all 0.2s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
}
#masthead #btnmenu .line{
	position: absolute;
	left: 0;
	width: 16px;
	height: 2px;
	background-color: #fff;
}
#masthead #btnmenu .line.up{
	top: 0;
}
#masthead #btnmenu .line.md{
	top: 50%;
	margin-top: -1px;
}
#masthead #btnmenu .line.dw{
	bottom: 0;
}
#masthead #btnmenu.open .line.up{
	opacity: 0;
}
#masthead #btnmenu.open .line.md.a{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transition: rotate(45deg);
	-ms-transition: rotate(45deg);
	-o-transition: rotate(45deg);
}
#masthead #btnmenu.open .line.md.b{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transition: rotate(-45deg);
	-ms-transition: rotate(-45deg);
	-o-transition: rotate(-45deg);
}
#masthead #btnmenu.open .line.dw{
	opacity: 0;
}
#masthead.scroll{
	padding: 8px 0;
	background-color: #fff;
}
#masthead.scroll .logo #logo-color,
#masthead.scroll .icon svg .color{
	fill:#004EA8;
}
#masthead.scroll #btnmenu .line{
	background-color: #004EA8;
}
#masthead.open{
	background-color: #004EA8;
}
#masthead.open .logo #logo-color,
#masthead.open .icon svg .color{
	fill:#ffffff;
}
#masthead.open .line-blu{
	border-color: rgba(255, 255, 255, 0.2);
}
#masthead.open #btnmenu .line{
	background-color: #fff;
}

#menu{
	left: 0;
	top: 100%;
	z-index: 888;
	font-weight: 600;
	font-size: 1.2rem;
	overflow-y: scroll;
	display: none;
}
#menu.open{
	top: 0;
	display: flex;
}
#menu .site-map{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu a, #footer .sitemap a{
	display: block;
	line-height: 30px;
	margin: 13px 0;
}
#menu .asset a, #footer .sitemap .asset a{
	line-height: 36px;
}
#menu .modulo, #footer .sitemap .modulo{
    top: -3px;
    position: relative;
}
#footer .sitemap{
	font-weight: 600;
	font-size: 1.2rem;
}

#popup{
	z-index: 2000;
	background-color: rgba(0,0,0,.8);
}

/* SECTIONS */

section {}

#home-visual .video{
	opacity: 0;
}
#home-visual .play{
	right: 0;
    top: 50%;
    margin: -20px -20px 0 0;
    position: absolute;
}
#home-visual .sx{
	left: 0;
}
#home-visual.on .sx{
	left: -100px;
	opacity: 0;
}
#home-visual.on .video{
	opacity: 1;
	z-index: 20;
	cursor: pointer;
}
#home-visual .icon-stop{
	display: none;
}
#home-visual.on .play{
	display: none;
}
#home-visual.on .icon-stop{
	display: block;
}
#home-visual.on .icon-play{
	display: none;
}
.video-referenza{
	background-position: center center;
	background-size: cover;
}
.video-referenza .play{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.video-referenza video,
.video-referenza.on .play,
.video-referenza .icon-stop,
.video-referenza.on .icon-play{
	opacity: 0;
}
.video-referenza.on:hover .play,
.video-referenza.on video,
.video-referenza.on .icon-stop{
	opacity: 1;
}
#home-asset .title .arrow{
	right: 0;
	top: 18px;
}
#home-asset .asset a:hover svg{
	animation:single-pulse 1s 1;
}

#single p img{
	max-width: 100%;
	height: auto;
}

#asset .focus .head{
    margin-bottom: 10px;
    line-height: 1.2;
    padding-right: 25px;
    padding-left: 24px;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	color: #004EA8;
}
#asset .focus .head .modulo{
	height: 13px;
    width: 13px;
    position: absolute;
    left: 0;
}
#asset .focus .head .title{
	top: 1px;
	position: relative;
}
#asset .focus .head .icon{
	right: 8px;
	top: 4px;
	display: none;
}
#asset .focus .head.active{
	cursor: pointer;
}
#asset .focus .head.active .icon{
	display: block;
}
#asset .focus .head.active:hover,
#asset .focus .head.active.on{
/* 	background: #eee; */
/* 	color: #fff; */
}
#asset .focus .head.active.on .icon{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
#asset .focus .more{
	display: none;
	margin-bottom: 30px;
}
#asset .evento .head{
    margin-bottom: 20px;
    line-height: 1.2;
    padding-right: 25px;
    padding-left: 110px;
}
#asset .eventi-container .evento .data{
	color: #fff;
    font-size: 0.9rem;
    padding: 2px 0 1px;
    width: 96px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 1px;
}
#asset .eventi-container .evento .more p{
    padding-left: 110px;
    position: relative;
}
#asset .eventi-container .evento .more p b{
	background-color: #eee;
    font-size: 0.95rem;
    padding: 2px 5px 1px;
    width: 96px;
    position: absolute;
    left: 0;
    top: 1px;
}

#asset .download a{
    background-color: #004EA8;
    color: #fff;
}
#asset .nav-assets a.active:after{
	content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #004EA8;
    border-radius: 50%;
    margin-left: -5px;
}
#asset .nav-assets a .tooltips{
	text-align: center;
    opacity: 0;
    top: -20px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    background-color: #fff;
    font-size: 0.8rem;
}
#asset .nav-assets a:hover .tooltips, #asset .nav-assets a:focus .tooltips{
	opacity: 1;
}
#asset .nav-assets .linea-temporale{
	border-bottom: 1px dashed #ccc;
	margin-top: 10px;
}

#clienti .visual .play{
	right: 0;
    top: 50%;
    margin: -20px -20px 0 0;
    position: absolute;
}
#clienti .visual .opacity{
	opacity: 0.9;
}
#clienti .visual.on .video{
	z-index: 20;
}
#clienti .slide .video{
	opacity: 0;
}
#clienti .slide .sx{
	left: 0;
}
#clienti .slide.on .sx{
	left: -100px;
	opacity: 0;
}
#clienti .slide .dx{
	right: 0;
}
#clienti .slide.on .dx{
	right: -100px;
	opacity: 0;
}
#clienti .slide.on .video{
	opacity: 1;
}
#clienti .slide .icon-stop{
	display: none;
}
#clienti .slide.on .play{
	opacity: 0;
}
#clienti .slide.on .icon-stop{
	display: block;
}
#clienti .slide.on .icon-play{
	display: none;
}
#clienti .lSSlideOuter .lSPager.lSpg{
	margin: 0;
	
}

#login,
#search,
#form-contatti{
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 80, 168, 0.98);
	width: 100%;
	height: 100%;
	left: 0;
	top: 100vh;
	overflow-y: scroll;
/*
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);;
*/
}

#login .box,
#search .box,
#form-contatti .box{
	position: absolute;	
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	padding: 50px;
}
#login.open,
#search.open,
#form-contatti.open{
	top: 0;
}
#login .chiudi,
#search .chiudi,
#form-contatti .chiudi{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #004EA8;
	color: #fff;
	line-height: 50px;
	font-size: 1.2rem;
	text-align: center;
	cursor: pointer;
}

/* TEXT */
b, .b, strong, .strong {
    font-weight: 600;
}
.text-blu{
	color: #004EA8;
}
.text-white{
	color: #ffffff;
}
.text-grey{
	color: #999;
}
.small-90{
	font-size: 90%;
}

/* ELMENTI RICORRENTI */
.top-0{
	top: 0;
}
.start-0{
	left: 0;
}
.end-0{
	right: 0;
}
.social svg{
	width: 32px;
	height: 32px;
}
.cursor{
	cursor: pointer;
}
.contenuto{
	margin-top: -130px;
	position: relative;
}
.contenuto h5{
	margin-bottom: 1rem;
}
.contenuto ul{
	list-style: none;
    padding-left: 20px;
}
.contenuto ul li{
	position: relative;
	padding-bottom: 1rem;
}
.contenuto ul li:before{
	content: "";
	height: 4px;
	width: 12px;
	background-color: #004EA8;
	position: absolute;
	left: -20px;
	top: 9px;
}
.t-0{
	top: 0;
}
.l-0{
	left: 0;
}
.related-asset a{
	line-height: 36px;
    margin: 10px 0;
}
.news .post .data{
	bottom: 0;
    left: 0;
    font-size: 0.8rem;
    padding: 5px 9px;
}
.readmore *{
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.readmore{
	font-size: 0.9rem;
}
.readmore .modulo{
	margin-top: -3px;
	margin-right: 8px;;
}
.readmore .testo{}
.readmore .arrow{
	margin-left: 10px;
}
.readmore:hover .modulo{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.padding-header{
	padding-top: 160px;
}
.visual{
	background-color: #004EA8;
	background-position: center center;
	background-size: cover;
	height: 420px;
}
.box-blu{
	background-color: #004EA8;
	color: #fff;
}
.box-blu a{
	color: #fff;
}
.box-white{
	background-color: #fff;
}
.box-grey{
	background-color: #ddd;
}
.color-red{
	color: #B81215;
}
.color-grey{
	color: #5D5C5C;
}
.line-sx{
	border-left: 1px solid;
}
.line-dx{
	border-right: 1px solid;
}
.line-blu{
	border-color: rgba(0, 78, 168, 0.7);
}
.line-white{
	border-color: rgba(255, 255, 255, 0.2);
}
.line-grey{
	border-color: rgba(0, 0, 0, 0.12);
}
.line-4{
	left: 33.333%;
}
.linea-area{
	width: 0px;
	height: 12px;
    overflow: hidden;
    margin-top: 13px;
}
.linea-area.on{
	width: 72px;
}
.linea-area .linea{
	height: 8px;
	width: 8px;
	background-color: #004EA8;
}
.linea-area .linea-3{
	width: 24px;
}
.linea-area .linea-6{
	width: 48px;
}
.modulo-big{
	position: relative;
	top: -7px;
}
.quote{
	line-height: 1.4;
}
.sfumatura-black{
	height: 30%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.99) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.99) 1%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.99) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.centercss{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.centerheightcss{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transition: translateY(-50%);
	-ms-transition: translateY(-50%);
	-o-transition: translateY(-50%);
}
.zoomthumb, a .zoomthumb{
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
.zoomthumb:hover, a:hover .zoomthumb{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transition: scale(1.1);
	-ms-transition: scale(1.1);
	-o-transition: scale(1.1);
}
.cube{
	display: block;
}
.responsive{
	display: none;
}
.divascookies {
    border: 3px solid #fff;
    border-radius: 20px;
    left: 50%;
    top: 50% !important;
    width: 540px;
    max-width: 90%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.relative{
	position: relative;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
    width: 100% !important;
}
.transitions{
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.transitions-easeInQuart, .start{
	-webkit-transition: all 250ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
	-moz-transition: all 250ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
	-o-transition: all 250ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
	transition: all 250ms cubic-bezier(0.895, 0.030, 0.685, 0.220); /* easeInQuart */
}
.animate{
	-webkit-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
	-moz-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
	-o-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
	transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220); /* easeInQuart */
}
.animate.opacity.off,
.start.opacity.off{
	opacity: 0;
}
.animate.scale.off,
.start.scale.off{
	opacity: 0;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transition: scale(0.6);
	-ms-transition: scale(0.6);
	-o-transition: scale(0.6);
}
.animate.movedx.off,
.start.movedx.off{
	opacity: 0;
	right: -100px;
}
.animate.movedx.on,
.start.movedx.on{
	right: 0;
}
.animate.movesx.off,
.start.movesx.off{
	opacity: 0;
	left: -100px;
}
.animate.movesx.on,
.start.movesx.on{
	left: 0;
}
.z-10{
	z-index: 10;
}
.z-20{
	z-index: 20;
}
.play{
	cursor: pointer;
	border-radius: 50%;
	background-color: rgba(0, 80, 168, 0.5);
	width: 39px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #fff;
}
.play.zoom{
	border: 2px solid #fff;
	line-height: 35px;
}
.play:hover{
	background-color: rgba(0, 80, 168, 1);
}
.pulse{
	border-radius: 50%;
	animation:shadow-pulse 1.6s infinite;
}
.pulse-white{
	border-radius: 50%;
	animation:shadow-pulse-white 1.6s infinite;
}
.battito:hover{
	animation:shadow-pulse 1s 1;
}
@keyframes shadow-pulse {
	0% {
		box-shadow:0 0 0 0 rgba(0,78,168,0.8);
	}
	
	100% {
		box-shadow:0 0 0 35px rgba(0,78,168,0);
	}
}
@-o-keyframes shadow-pulse {
	0% {
		box-shadow:0 0 0 0 rgba(0,78,168,1);
	}
	
	100% {
		box-shadow:0 0 0 50px rgba(0,78,168,0);
	}
}
@-ms-keyframes shadow-pulse {
	0% { box-shadow:0 0 0 0 rgba(0,78,168,1);	}
	100% { box-shadow:0 0 0 50px rgba(0,78,168,0);	}
}
@-moz-keyframes shadow-pulse {
	0% {
		box-shadow:0 0 0 0 rgba(0,78,168,1);
	}
	
	100% {
		box-shadow:0 0 0 50px rgba(0,78,168,0);
	}
}
@-webkit-keyframes shadow-pulse {
	0% {
		box-shadow:0 0 0 0 rgba(0,78,168,1);
	}
	
	100% {
		box-shadow:0 0 0 50px rgba(0,78,168,0);
	}
}
@keyframes shadow-pulse-white {
	0% {
		box-shadow:0 0 0 0 rgba(255,255,255,0.8);
	}
	
	100% {
		box-shadow:0 0 0 35px rgba(255,255,255,0);
	}
}
@-o-keyframes shadow-pulse-white {
	0% {
		box-shadow:0 0 0 0 rgba(255,255,255,1);
	}
	
	100% {
		box-shadow:0 0 0 50px rgba(255,255,255,0);
	}
}
@-ms-keyframes shadow-pulse-white {
	0% { box-shadow:0 0 0 0 rgba(255,255,255,1);	}
	100% { box-shadow:0 0 0 50px rgba(255,255,255,0);	}
}
@-moz-keyframes shadow-pulse-white {
	0% {
		box-shadow:0 0 0 0 rgba(255,255,255,1);
	}
	
	100% {
		box-shadow:0 0 0 50px rgba(255,255,255,0);
	}
}
@-webkit-keyframes shadow-pulse-white {
	0% {
		box-shadow:0 0 0 0 rgba(255,255,255,1);
	}
	
	100% {
		box-shadow:0 0 0 50px rgba(255,255,255,0);
	}
}
@keyframes single-pulse {
	0% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
}
@-o-keyframes single-pulse {
	0% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
}
@-ms-keyframes single-pulse {
	0% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
}
@-moz-keyframes single-pulse {
	0% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
}
@-webkit-keyframes single-pulse {
	0% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
}
@keyframes modulo-rotate {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
@-o-keyframes modulo-rotate {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
@-ms-keyframes modulo-rotate {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
@-moz-keyframes modulo-rotate {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
@-webkit-keyframes modulo-rotate {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
.form-input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0;
    font-weight: 400;
    line-height: 1.5;
    color: #004EA8;
    background-color: rgba(0,0,0,0);
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    border-bottom: 1px dashed rgba(0,78,168,0.3);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#form-contatti .form-input, #footer .form-input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(0,0,0,0);
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-input {
    height: auto;
}
span.wpcf7-list-item{
	margin: 0 3px 0 0;
    top: -2px;
    position: relative;
}
.img-back{
	background-position: center center;
	background-size: cover;
}

/* PLUGIN */
.wpcf7 .wpcf7-form-control-wrap input:not([type=checkbox]),
.wpcf7 .wpcf7-form-control-wrap textarea,
.wpcf7 .wpcf7-form-control-wrap select,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item{
	width: 100%;
}
.fbc-page .fbc-wrap .fbc-items li.active a{
	color: #fff;
}
.fbc-page .fbc-wrap .fbc-items li:first-child{
	padding-left: 0;
}
.lSAction > a{
	z-index: 100;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.captcha-image{
	width: 100%;
}
/*
.grecaptcha-badge{
	display: none !important;
}
*/