@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,300,700,700italic,400italic,300italic); /*font-family: 'Roboto', sans-serif;*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); /*font-family: 'Montserrat', sans-serif;*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);/*font-family: 'Roboto Slab', serif;*/
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);/*font-family: 'Droid Serif', serif;*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,600italic,700,600,400italic,300,300italic);/*font-family: 'Open Sans', sans-serif;*/
/*GENERALI*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-moz-osx-font-smoothing: grayscale;
	outline: none;
}
body.ceu {
	background-color: #f0f0f0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 160%;
	font-weight: 400;
	color: #666;
	background: #fff;
	overflow-x: hidden;
}
body.ceu input.form-control_ceu, body.ceu textarea.form-control_ceu, body.ceu input.form-button_ceu,  body.ceu input.link-btn_ceu, .navigazione_ceu input{
	appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}

.content_ceu {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 80px 0;
	border-bottom: #ccc solid 1px;
	text-align: center;
}
.content_ceu div:last-child {
	margin-bottom: 0px;
}
.content_ceu.no-border_ceu {
	border: none;
}
.center_ceu {
	position: relative;
	width: 1300px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.center_ceu.center-left_ceu {
	text-align: left;
}
.center_ceu.testo-descr_ceu {
	padding:0 50px;
	text-align: left;
}
.content_ceu.grey {
	background: #eeeeee;
}
.col_ceu {
	display: inline-block;
	width: 48%;
}
.col03_ceu {
	display: inline-block;
	width: 32%;
	margin: 0 0.4%;
}
.col-center_ceu {
	position: relative;
	width: 500px;
	margin: 0 auto;
}
.col-center_ceu div:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
}
.titolo-page_ceu h1, .titolo-page_ceu h2 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.titolo-page_ceu h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: -0.035em;
	margin-top:30px;	
	    line-height: 35px;
}
.sottotitolo-page_ceu {
	margin-top: -20px;
}
.sx_ceu {
	position: relative;
	float: left;
	width: 920px;
	text-align: left;
}
.dx_ceu {
	position: relative;
	float: right;
	width: 300px;
	text-align: left;
}
.sx_ceu div:last-child, .dx_ceu div:last-child {
	margin-bottom: 0px;
}
.dx_ceu div.box_ceu:last-child {
	border-bottom: none;
}
.clear {
	clear: both;
}
img {
	border: none;
}
b, strong {
	font-weight: 700;
}
a, a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p a, p a:link {
	color: inherit;
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
body.ceu h1, body.ceu h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
	line-height: 70px;
	font-weight: 100;
	letter-spacing: -0.035em;
	color: #666;
	text-align: center;
	
	/*
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #818181;*/
}
body.ceu h3 {
	text-align: center;
}
body.ceu .content_ceu.grey h1, body.ceu .content_ceu.grey h2 {
	color: #aaa;
}
body.ceu .cont-foto {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}
body.ceu .cont-foto img {
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
}
/*END GENERALI*/
/*LINK BTN*/
.link-btn_ceu {
	display: inline-block;
	width: 300px;
	padding: 15px 15px;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #00cc66;
	border: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	cursor: pointer;
}
.link-btn_ceu:hover {
	background: #333;
	border: none;
	color: #fff;
}
.link-btn_ceu.green {
	background: #00cc66;
	border: none;
}
.link-btn_ceu.green:hover {
	background: #333;
	border: none;
	color: #fff;
}
.link-btn_ceu.red {
    background: #d01947;
   /* border: 1px solid #d01947;*/
}
.backred {
	background: red !important;
}
.link-btn_ceu.red:hover {
	background: #333;
	border: none;
	color: #fff;
}
.link-btn_ceu.grey {
	background: #8C8C8C;
	border: none;
}
.link-btn_ceu.grey:hover {
	background: #333;
	border: none;
	color: #fff;
}
.link-btn_ceu.fb {
	background-color: #2666a5;
}
.link-btn_ceu.fb:hover {
	background: #2666a5;
    border: none;
    color: #fff;
}
.slider_ceu .link-btn_ceu:hover, .home_ceu .header_ceu .link-btn_ceu:hover, .slider_ceu .link-btn_ceu.green:hover, .home_ceu .header_ceu .link-btn_ceu.green:hover {
	border: 1px solid #fff;
	color: #fff;
}
#nav_ceu .link-btn_ceu:hover {
	background: #fff;
}
a#login_ceu.link-btn_ceu {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 20px;
	margin-left: 5px;
    margin-top: 25px;
}
a#opensearch_ceu.link-btn_ceu {
	margin: 0;
}
.dx_ceu .link-btn_ceu {
	width: 100%;
}
.col-center_ceu .link-btn_ceu {
	width: 100%;
}
/*END LINK BTN*/
/*HEADER*/
.content_ceu.header_ceu {
	position: absolute;
	background: #fff;
	padding: 0;
	z-index: 1000;
	text-align: right;
}
.header-int_ceu {
	position: relative;
	height: 100px;
	line-height: 100px;
}
/*adattam. x Affiliati*/
.header_aff {
   width: 100%;
  /*	position: absolute;*/
	background: #fff;
	padding: 0;
	z-index: 1000;
	color: #fff;
border-bottom: #ccc solid 1px;
}
.header-int_aff {
	position: relative;
	height: 100px;
	line-height: 100px;
/*	float: left;*/
}
#logo_aff {
	float: left;
	max-height: 100px;
}
.poshomebutt {
 float: right; 
 margin-top: 0;
}
.affbutt {
    float: right;
    margin-top: 28px;
    margin-right: 15px;
}
.imglogoaff {
    max-height: 100px;
    float: left;
    margin: 1px 5px;
}

/*fine Affiliati*/
.content-global_ceu {
	padding-top: 100px;
}
.home_ceu .content-global_ceu {
	padding-top: 0px;
}
.home_ceu .content_ceu.header_ceu {
	position: absolute;
	border-bottom: none;
}
.home_ceu .content_ceu.header_ceu {
	background: transparent;
}
a#logo_ceu {
	display: block;
	position: absolute;
	width: 200px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -25px;
}
a#logo_ceu img {
	width: 100%;
}
.home_ceu a#logo_ceu {
	display: none;
}
a#openmenu_ceu {
	display: block;
	position: absolute;
	width: 51px;
	height: 52px;
	top: 50%;
	margin-top: -25px;
	left: 20px;
	background-image: url(../images/graficanew/icon/menu.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
}
.home_ceu ul.menu_ceu li a {
	color: #fff;
}
.home_ceu ul.menu_ceu li.sep {
	border-bottom-color: #fff;
}
.home_ceu a#openmenu_ceu {
	background-position: 0 -51px;
}
.mm-listview > li.closemenu_ceu {
     display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    top: 25px;
    right: 20px;
	padding:0px;
	text-indent: -99999px;
    background-image: url(../images/graficanew/icon/menuclose.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}
/*END HEADER*/
/*SLIDER IMG BIG HOME*/
.content_ceu.slider_ceu {
	overflow: hidden;
	padding: 0;
	border: none;
}
.content_ceu.slider_ceu .cont-foto {
	animation: 30s normal infinite imageMove;
	-webkit-animation: 30s normal infinite imageMove;
	-moz-animation: 30s normal infinite imageMove;
}
.content_ceu.slider_ceu .center_ceu {
	z-index: 10;
	text-align: center;
}
.content_ceu.slider_ceu .center_ceu .claim_ceu {
	display: table-cell;
	vertical-align: middle;
	width: inherit;
}
body.ceu .slider_ceu h1 {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 100px;
	text-align: center;
	font-weight: 700;
	background-image: url(/v3/store/images/graficanew/icon/logo-contributi-europa-white.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 85px;
	margin: 0px 0 115px 0;
	line-height: 80px;
	animation: 20s normal infinite imageMoveReverse;
	-webkit-animation: 20s normal infinite imageMoveReverse;
	-moz-animation: 20s normal infinite imageMoveReverse;
}
body.ceu .slider_ceu h1 span {
	font-size: 0.6em;
	letter-spacing: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	text-transform: lowercase;
}
.slider_ceu p {
	position: relative;
	color: #fff;
	text-align: center;
	margin-bottom: 130px;
}
.content_ceu#scrollhome {
	padding: 30px 0;
	padding-bottom: 20px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
.content_ceu#scrollhome h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	font-weight: 100;
	line-height: 50px;
	letter-spacing: -0.035em;
}
/*END SLIDER IMG BIG HOME*/
/*COME FUNZIONA*/
.col_ceu.ill-home_ceu {
	padding: 0 100px;
	font-size: 120%;
	font-weight: 400;
	vertical-align: top;
	margin-bottom:50px;
}
.col_ceu.ill-home_ceu img {
	height: 180px;
	margin-bottom: 60px;
}
.list-option_ceu {
	padding-top:30px;
	padding-bottom:30px;
	padding-left:60px;
	border-top: #cbcbcb solid 1px;
	text-align:left;
	background-image:url(../images/graficanew/icon/icon-ok.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.content-loghi_ceu {
	text-align:center;	
}
.content-loghi_ceu a {
	display:inline-block;
	margin-bottom:20px;
}
/*navigazione capitoli come funziona*/
#nav_ceu {
	position: fixed;
	top: 140px;
	right: 0;
	z-index: 1000;
	text-align: right;
}
#nav_ceu ul {
	position: relative;
	list-style: none;
}
#nav_ceu ul li {
	display: block;
	margin-bottom: 5px;
}
#nav_ceu ul li a {
	text-align: left;
	padding-left: 20px;
	margin-right: -230px;
	text-transform: capitalize;
}
#nav_ceu ul li a span {
	opacity: 0;
}
#nav_ceu ul li a:hover {
	margin-right: -150px;
}
#nav_ceu ul li a:hover span {
	opacity: 1;
}
.next_ceu {
	position: relative;
	width: 1px;
	height: 250px;
	margin: 0 auto;
	background-color: #CBCBCB;
}
.next_ceu a {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	left: -20px;
	background-color: #fff;
	background-image: url(../images/graficanew/icon/scroll-arrow.png);
	background-position: center -57px;
	background-size: 15px;
	background-repeat: no-repeat;
	border: #cbcbcb solid 1px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
.next_ceu a:hover {
	border-color: #00ce61;
	background-position: center 15px;
}
.next_ceu a.blue {
	background-image: url(../images/graficanew/icon/scroll-arrow-blue.png);
}
.next_ceu a.blue:hover {
	border-color: #00a8e7;
}
.next-number_ceu {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 0px;
	left: -20px;
	color: #00ce61;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	border: #00ce61 solid 1px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.next-number_ceu.blue {
	color: #00a8e5;
	border: #00a8e5 solid 1px;
}
/*end navigazione capitoli come funziona*/
/*tabella come funziona*/
.table_ceu {
	position: relative;
	overflow: hidden;
}
.table_ceu table {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}
.table_ceu table img {
	width: 28px;
}
.table_ceu table td, .table_ceu table th {
	padding: 40px 0px;
	width: 14.25%;
	overflow: hidden;
}
.table_ceu table thead th {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	font-weight: inherit;
}
.table_ceu table tbody td {
	font-weight: 700;
	color: #00cc66;
	border-bottom: 1px solid #ccc;
}
.table_ceu table tbody td:first-child {
	font-size: 160%;
	text-align: left;
	border-left: none;
}
.table_ceu table tbody td:nth-child(2) {
	font-size: 120%;
}
/*end tabella come funziona*/
/*focus dati contributi*/
.focusdati_ceu {
	vertical-align: top;
	padding: 50px 50px;
	color: #ccc;
}
.focusdati_ceu p {
	margin-bottom: 10px;
}
.focusdati_ceu p:last-child {
	margin-bottom: 0;
}
p.fd-num_ceu {
	font-family:serif;
	font-weight: 700;
	font-size: 100px;
	line-height: 100px;
	opacity:0;
}
.view p.fd-num_ceu {
	opacity:1;
}
p.fd-left_ceu {
	text-align: left;
}
p.fd-right_ceu {
	text-align: right;
}
p.fd-big_ceu {
	font-family: 'Roboto', sans-serif;
	font-size: 80px;
	line-height: 70px;
	font-weight: 100;
	letter-spacing: -0.055em;
}
p.fd-small_ceu {
	font-weight: 600;
	font-size: 22px;
	margin-top: 20px;
}
.fd-img_ceu, .fd-img_ceu img {
	width: 100%;
}
/*end focus dati contributi*/
/*END COME FUNZIONA*/
/*PAGE*/
.tit-blu_ceu, .tit-verde_ceu, .tit-grey_ceu, .tit-red_ceu, .tit-greylight_ceu {
	margin-bottom: 30px;
	letter-spacing: -0.03em;
	font-weight: 600;
}
.tit-blu_ceu {
	color: #00a8e5;
}
.tit-verde_ceu {
	color: #00cc66;
}
.tit-grey_ceu {
	color: #666;
}
.tit-red_ceu {
	color: #d01947;
}
.tit-greylight_ceu {
	color: #666;
}
/*END PAGE*/
/*ELENCO BANDI*/
.bando_ceu {
	position: relative;
	padding: 60px;
	background: #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bando_ceu:nth-child(odd) {
	background-color: #fff;
}
.titolo_ceu {
	color: #00a8e5;
	font-size: 160%;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: -0.04em;
}
.consulente_ceu .titolo_ceu {
	color: #00cc66;
	
    margin-top: 30px;
}
.intro_ceu {
	font-size: 90%;
	margin-bottom: 30px;
}
.consulente_ceu .img-consulente_ceu {
	margin-bottom: 20px;
}
.bando_ceu .link-btn_ceu {
	margin-top: 30px;
	display: block;
}
.navigazione_ceu {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}
.navigazione_ceu .tit-grey_ceu {
	margin-bottom: 15px;
	font-size: 14px;
	letter-spacing: -0.03em;
}
.navigazione_ceu input {
	display: inline-block;
	margin-right: 2px;
	width: 50px;
	height: 50px;
	line-height:45px;
	text-align: center;
    color: #fff;
    background: #00a8e5;
    border: 1px solid #00a8e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	cursor: pointer;
	font-size: 100%;
	font-weight:bold;
}

/*END ELENCO BANDI*/
/*FILTRI*/
/*___________________titoli filtri__________________*/
.filter-title_ceu {
	font-size: 14px;
	font-weight: 600;
	color: #00a8e5;
	padding: 4px 0;
}
.filter-title_ceu span {
	color: #666;
	font-weight: 400;
}
.bando_ceu .filter-title_ceu {
	margin-top: 10px;
}
.filter-group_ceu .filter-title_ceu {
	margin-bottom: 10px;
}
.area-testo-profilo_ceu .filter-title_ceu.area-geografica {
	background-image: url(/v3/store/images/graficanew/icon/filtro-area-geografica-grey.png);
}
.area-testo-profilo_ceu .filter-title_ceu.benificiari {
	background-image: url(/v3/store/images/graficanew/icon/filtro-beneficiari-grey.png);
}
.area-testo-profilo_ceu .filter-title_ceu.settore {
	background-image: url(/v3/store/images/graficanew/icon/filtro-settore-grey.png);
}
/*end titoli filtri*/
.filter-group_ceu {
	position: relative;
	margin-top: 20px;
}
.filter-group_ceu a.openfilter {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	border: #ccc solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 20px;
	background-image: url(/v3/store/images/graficanew/icon/ico-open-close.png);
	background-repeat: no-repeat;
	background-position: right 20px top 24px;
}
.filter-group_ceu a.openfilter.open {
	background-position: right 22px bottom 21px;
	color: #00a8e5;
}
/*grafica check*/
.checkbox_ceu {
	margin-bottom: 10px;
	font-size: 14px;
}
input.css-checkbox_ceu {
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
}
label.css-label_ceu {
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
	line-height: 18px;
	width: 85%;
}
input.css-radio_ceu {
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
}
/*end grafica check*/
.cont-check_ceu {
	padding: 25px;
	background-color: #eeeeee;
	border: #ccc solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	/**/
	display: none;
}
.cont-check_ceu.open {
	display: block;
}
.cont-check_ceu div:first-child {
	margin-top: 0px;
}
.form-control_ceu {
	display: block;
	color: #888;
	width: 100%;
	text-decoration: none;
	border: #ccc solid 1px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 15px 22px;
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: -0.03em;
}
.form-button {
	margin-bottom: 15px;
}
.form_li {
	position:relative;
	margin-bottom:15px;	
}
textarea.form-control_ceu {
	height: 400px;
	resize: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
textarea.textarea-mini_ceu.form-control_ceu {
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
}
/*END FILTRI*/
/*PAGE*/
.box_ceu {
	position: relative;
	border-bottom: #ccc solid 1px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.box_ceu div:last-child {
	margin-bottom: 0px;
	border: none;
}
.box_ceu div:first-child {
	margin-top: 0px;
}
.box_ceu input:last-child {
	margin-bottom: 0px;
}
.box_ceu.box-noborder_ceu {
	border: none;
}
.box_ceu.box-focus_ceu {
	padding: 60px;
	background: #eeeeee;
	border: none;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box_ceu.box-focus_ceu .filter-title_ceu {
	margin-top: 15px;
	margin-bottom: 20px;
}

.box_ceu.box_premium {
	padding: 50px 25px !important;
	background-color: #f1f1f1;
	border-radius:10px;
	text-align: left;
	border-bottom: none;
}





.area-testo-profilo_ceu {
	position: relative;
	margin-bottom: 40px;
	margin-top: 0px;
}
.area-testo-profilo_ceu .filter-title_ceu {
	margin-top: 15px;
	margin-bottom: 20px;
	color: #666;
}
.area-testo-profilo_ceu p {
	text-align: left;
	margin-bottom: 20px;
	font-size: 14px;
}
.area-testo-profilo_ceu p:last-child, .area-testo-profilo_ceu div:last-child {
	margin-bottom: 0px;
}
.area-testo_ceu {
	position: relative;
	margin-bottom: 60px;
	margin-top: 60px;
}
.area-testo_ceu p {
	text-align: justify;
	margin-bottom: 40px;
	margin-bottom: 0;
}

.area-testo_ceu p span {
	color:#666 !important;
}

.area-testo_ceu ul {
	text-align: justify;
	margin-bottom: 40px;
	list-style-position: inside;
}
.area-testo_ceu li {
	margin-bottom: 20px;
}
.area-testo_ceu p:last-child, .area-testo_ceu ul:last-child, .area-testo_ceu li:last-child {
	margin-bottom: 0px;
}
body.ceu .area-testo_ceu h3 {
	text-align: left;
	margin-bottom: 20px;
    margin-top: 40px;
	color: #00a8e5;
}
/*END PAGE*/
/*AZIONI BANDO / PROFILO BARRA BANDO*/
.semaforo_ceu {
	position: relative;
	height: 25px;
	margin-bottom: 20px;
}
.semaforo_ceu img {
	height: 100%;
}
/*__________________________________________________________ inizio bandoSidebar___*/
.actionbando_ceu {
	display: block;
	position: relative;
	font-size: 14px;
	letter-spacing: -0.03em;
	font-weight: 600;
	color: #666;
	height: 40px;
	margin-bottom: 15px;
	padding: 15px 0 0 75px;
	line-height: 18px;
}
.actionbando_ceu.attivo {
	color: #00cc66;
}
.actionbando_ceu span {
	padding-left: 5px;
	padding-bottom: 3px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 64px;
	height: 46px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: #d6d6d6;
	background-repeat: no-repeat;
	background-size: 38px;
	background-position: center 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	border: 1px solid #d1d1d1;
}
.actionbando_ceu.attivo span {
	/*color: #00a8e5; colore linee delle icone nei pulsanti*/
	color: #666;
	background-color: #00cc66;
	border: 1px solid #00cc66;
}
.actionbando_ceu:hover span {
	background-color: black;
}
.actionbando_ceu.attivo:hover span {
	background-color: #fff;
	background-position: center -76px;
}
.actionbando_ceu.elimina span {
    background-color: #d6d6d6;
    border: 1px solid #ed1c24;
    color: #ed1c24;
}
.actionbando_ceu span.tutti {
	padding-left: 5px;
	padding-bottom: 3px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 64px;
	height: 46px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 38px;
	background-position: center 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	border: none;
}
.actionbando_ceu.todos {
	display: block;
	position: relative;
	font-size: 14px;
	letter-spacing: -0.03em;
	font-weight: 600;
	color: #00cc66;
	height: 40px;
	margin-bottom: 15px;
	padding: 15px 0 0 75px;
	line-height: 18px;
}
/*__________________________________________________________ fine bandoSidebar___*/

.group-consulente_ceu {
	position: relative;
	border-bottom: #ccc solid 1px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.group-consulente_ceu div:last-child, .group-consulente_ceu a:last-child {
	margin-bottom: 0px;
}
.box-consulente_ceu {
	position: relative;
	margin-bottom: 20px;
	display: table;
}
.img-consulente_ceu {
	position: relative;
	width: 75px;
    height: 75px;
	overflow: hidden;
	display:table-cell;
	vertical-align:middle;
	/*background-image: url(/v3/store/images/graficanew/icon/consulente.png);*/
	background-repeat: none;
	background-position: center center;
	background-size: contain;
}
.img-consulente_ceu img {
	max-height:100%;
	max-width:100%;	
}

.bando_ceu .img-consulente_ceu {
	width: 150px;
}
.box-consulente_ceu .img-consulente_ceu img {
	max-height:100%;
	max-width:100%;	
}

p.desc-consulente_ceu {
	position: absolute;
	top: 30%;
	left: 100px;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -0.03em;
	width: 250px;
}
p.desc-consulente_ceu a {
	display: block;
	color: #00cc66;
	font-weight: 700;
	margin-bottom: 5px;
}
.icon-info_ceu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: #00cc66;
	color: #fff;
	line-height: 20px;
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
}
.box-info_ceu {
	position: relative;
	width: 100%;
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #00cc66;
	margin: 30px 0;
	display: none;
}
.box-info_ceu p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}
.box-info_ceu.open {
	display: block;
}
/*END AZIONI BANDO / PROFILO */

/*LOGIN*/



p.nota_ceu {
	font-size: 13px;
	color: #666;
	margin-top: 20px;
	text-align: center;
}
p.nota_ceu a {
	color: #666;
	text-decoration: underline;
}
p.nota_ceu a:hover {
	color: #00cc66;
}
.area-checkform_ceu {
	position: relative;
	margin: 30px 0 0 0;
}
.area-checkform_ceu .checkbox_ceu {
	width: 20%;
	margin: 0 0 5px 0;
	float: left;
}
/*END LOGIN*/

/*SEARCH TOP*/
.content-searchtop_ceu {
	text-align: left;
	background: #eeeeee;
	display: none;
}
.content-searchtop_ceu .center_ceu {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.5s 0.8s;
	-moz-transition: 0.5s 0.8s;
	-ms-transition: 0.5s 0.8s;
	-o-transition: 0.5s 0.8s;
	transition: 0.5s 0.8s;
}
.content-searchtop_ceu.open .center_ceu {
	opacity: 1;
}
/*END SEARCH TOP*/

/*BARRA TOP CEU*/
.barra-top_ceu {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 20px 20px;
	text-align:center;
}
body.homepage .barra-top_ceu {
	display: none;
}
.testo-barra-top_ceu .tit-red_ceu, .testo-barra-top_ceu .tit-verde_ceu {
	margin: 0px;
	line-height: inherit;
	font-size: 14px;
}
.testo-barra-top_ceu.new-message_ceu {
	font-weight: 700;
	padding-left: 30px;
	background-image: url(../images/graficanew/icon/message.png);
	background-size: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}
.barra-top_ceu > div, .barra-top_ceu > a {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
}
.barra-top_ceu > div:last-child, .barra-top_ceu > a:last-child {
	margin-right: 0;
}
.barra-top_ceu .link-btn_ceu {
	width: 220px;
}
.img-barra-top_ceu {
	padding-top: 8px;
}
/*END BARRA TOP CEU*/


/*AREA PROFILO STORICO / CHAT RICHIESTE*/
.storico_ceu {
	font-size: 90%;
	letter-spacing: -0.03em;
}
.storico_ceu span {
	color: #00cc66;
}
.data-storico_ceu {
	font-weight: 700;
	padding-left: 30px;
	color: #00cc66;
	background-image: url(../images/graficanew/icon/icon-storico.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px;
	margin-bottom: 20px;
}
.storico_ceu .new-message_ceu {
	font-weight: 700;
	color: #00cc66;
	padding-left: 30px;
	margin-top: 20px;
	background-image: url(../images/graficanew/icon/message.png);
	background-size: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}
.chat_ceu {
	position: relative;
	margin-bottom: 25px;
	width: 80%;
}
.chat_ceu.chat-my_ceu {
	float: right;
}
.chat_ceu.chat-consulente_ceu {
	float: left;
}
.soggetto-chat_ceu {
	color: #00cc66;
	margin-bottom: 10px;
}
.chat_ceu.chat-my_ceu .soggetto-chat_ceu {
	text-align: right;
}
.testo-chat_ceu {
	padding: 10px 20px;
	border: #ccc solid 1px;
	text-align: justify;
	font-size: 90%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}
.chat_ceu div:last-child {
	border: #ccc solid 1px;
}
.chat_ceu.chat-my_ceu .testo-chat_ceu {
        border: 1px solid #d4f7b4;
    background-color: #ddfcc1;
}
textarea.form-control-chat_ceu {
	height:120px;
}
/*END AREA PROFILO STORICO / CHAT RICHIESTE*/


/*FOOTER*/
.center_ceu.prefooter_ceu {
	border-bottom: #ccc solid 1px;
	padding-bottom: 80px;
	padding-top:80px;
	background:url(../images/graficanew/icon/logo-contributi-europa-blue.png) center top no-repeat;
	background-size:180px;
}
.center_ceu.footer_ceu {
	font-size: 90%;
}
.center_ceu.footer_ceu a {
	color: #666;
	text-decoration: none;
}
.foot-menu_ceu {
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	text-align: left;
}
.social_ceu {
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
}
.social_ceu a {
	display: inline-block;
}
.credit_ceu {
	display: inline-block;
	vertical-align: top;
	width: 31.3333%;
	text-align: right;
}
/*END FOOTER*/

/*COLORI*/
span.blue {
	color: #00a8e5;
}
span.green {
	color: #00cc66;
}
span.red {
	color: #d01947;
}
span.yellow {
	color: #ffde00;
}
/*END COLORI*/
/*SET MENU HIDDEN*/
#menuscroll_ceu {
	visibility: hidden;
}
#menuscroll_ceu.mm-menu.mm-offcanvas {
	visibility: visible;
}
.mm-menu.mm-offcanvas {
	display: none;
}
#menuscroll_ceu p {
	font-size: 90%;
	font-weight: 600;
}

/*END SET MENU HIDDEN*/


/**********ADD 2019************/

.box_ceu.box_premium.box_premium_big {
	padding: 75px 50px !important;
}

ul.list_check_ceu {
	position: relative;
    padding: 0;
    margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
    list-style: none;
}

ul.list_check_ceu:first-child {
	margin-top: 0;
}

ul.list_check_ceu:last-child {
	margin-bottom: 0;
}

ul.list_check_ceu li {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height: 22px;
	font-weight: 400;
	color:#818181;
	padding-left: 38px;
	margin-bottom: 15px;
}

ul.list_check_ceu li:last-of-type {
	margin-bottom:0 !important;
}

ul.list_check_ceu li i {
	position: absolute;
	top:0;
	left:0;
	font-size: 20px;
	color:#00cc66;
}

h4 {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #818181;
    margin-bottom: 5px;
    letter-spacing: -0.05em;
}

.box_premium_big h4 {
	font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
}

p.note_p {
	font-size: 14px;
    line-height: 20px;
    font-weight: 700;
	color:#00cc66;
    letter-spacing: -0.025em;
}

.box_premium_big p.note_p {
	font-size: 18px;
    line-height: 25px;
}

.box_premium_big ul.list_check_ceu {
	margin-top: 40px;
	margin-bottom: 40px;
}

.box_premium_big ul.list_check_ceu li {
	font-size:18px;
	line-height: 25px;
}

.icon_garanzia {
    position: relative;
    display: block;
	max-height: 130px;
	max-width:100%;
    margin: 40px 0;
}

.box_premium.box_premium_big.box_premium_sx {
	float:left;
	width:48%;
}

.box_premium.box_premium_big.box_premium_dx {
	float:right;
	width:48%;
	background-color: #fff;
}

body.ceu .box_premium_dx h3{
	font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #818181;
    margin-bottom: 20px;
	text-align: left;
}

/**********END ADD 2019************/



/*	====== MEDIA QUERY RESPONSIVE ========================================================== */


@media only screen and (min-width: 1024px) and (max-width:1550px) {
/*header*/
.header-int_ceu {
	position: relative;
	height: 70px;
	line-height: 70px;
}

.content-global_ceu {
	padding-top: 70px;
}
a#logo_ceu {
	width: 150px;
	height: 40px;
	margin-left: -75px;
	margin-top: -18px;
}
/*
.header-int_aff {
	position: relative;
	height: 70px;
	line-height: 70px;
}
#logo_aff , .imglogoaff {
	max-height: 70px;
}
.poshomebutt{
margin-top: 2%;
}
*/
a#openmenu_ceu {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	left: 20px;
}
.home_ceu a#openmenu_ceu {
	background-position: 0 -40px;
}
.mm-listview > li.closemenu_ceu {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 20px;
}
body.ceu .mm-panels > .mm-panel {
    padding-top: 70px;
}
/*end header*/
/*claim home*/
body.ceu .slider_ceu h1 {
	font-size: 80px;
	margin-bottom:30px;
	padding-top: 60px;
    line-height: 70px;
}
/*end claim home*/
/*struttura*/
.content_ceu {
	padding: 50px 0;
}
.center_ceu {
	width: 980px;
	margin-bottom: 55px;
}
.col-center_ceu {
    width: 400px;
}
.sx_ceu {
	width:700px;
}
.dx_ceu {
	width: 240px;
}
	
a#login_ceu.link-btn_ceu {
    margin-top: 15px;
}
	
a.link-btn_ceu, .link-btn_ceu {
	font-size: 12px;
	padding: 12px 0;
	width: 230px;
}
.area-checkform_ceu .checkbox_ceu {
    width: 33.3%;
}
.center_ceu.prefooter_ceu {
    padding-bottom: 55px;
}
.barra-top_ceu {
	padding:15px 15px;
}
.barra-top_ceu .link-btn_ceu {
    width: 180px;
    padding: 5px 0;
	    display: block;
    margin: 10px auto;
}
.barra-top_ceu > a:last-child {
    margin-right: auto;
}
/*end struttura*/
/*testi*/
body.ceu {
	font-size: 16px;
}
body.ceu h1, body.ceu h2 {
    font-size: 45px;
    line-height: 50px;
}
.titolo-page_ceu h3 {
	font-size: 22px;
}
.content_ceu#scrollhome h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
}
.checkbox_ceu {
    font-size: 13px;
}
.filter-group_ceu a.openfilter {
    font-size: 13px;
}
/*end testi*/
/*come funziona*/
.next_ceu {
    height: 150px;
}
.col_ceu.ill-home_ceu {
    padding: 0 50px;
}
.table_ceu table td, .table_ceu table th {
    padding: 30px 0px;
}
 .table_ceu table th {
    padding-top:0px;
}
.table_ceu table img {
    width: 20px;
}
.focusdati_ceu {
    padding: 20px 30px;
}
p.fd-num_ceu {
    font-size: 80px;
    line-height: 80px;
}
p.fd-left_ceu, p.fd-right_ceu {
	text-align:center;
}
p.fd-big_ceu {
    font-size: 60px;
    line-height: 55px;
}
p.fd-small_ceu {
    font-size:18px;
	    margin-top: 10px;
}
#nav_ceu ul li a {
    margin-right: -180px;
}
#nav_ceu ul li a:hover {
	margin-right: -90px;
}
	
/**********ADD 2019************/

.box_ceu.box_premium.box_premium_big {
	padding: 60px 40px !important;
}

ul.list_check_ceu {
	position: relative;
    padding: 0;
    margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
    list-style: none;
}

ul.list_check_ceu:first-child {
	margin-top: 0;
}

ul.list_check_ceu:last-child {
	margin-bottom: 0;
}

ul.list_check_ceu li {
	font-size:14px;
	line-height: 22px;
}

ul.list_check_ceu li:last-of-type {
	margin-bottom:0 !important;
}

ul.list_check_ceu li i {
	position: absolute;
	top:0;
	left:0;
	font-size: 20px;
	color:#00cc66;
}

.box_premium_big h4 {
	font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
}

p.note_p {
	font-size: 14px;
    line-height: 20px;
}

.box_premium_big p.note_p {
	font-size: 18px;
    line-height: 25px;
}

.box_premium_big ul.list_check_ceu {
	margin-top: 40px;
	margin-bottom: 40px;
}

.box_premium_big ul.list_check_ceu li {
	font-size:18px;
	line-height: 25px;
}
	
.icon_garanzia {
	max-height: 90px;
	max-width:100%;;
    margin: 30px 0;
}

/**********END ADD 2019************/	
	
	
	
/*end come funziona*/
	
/*spazi in verticale */
@media only screen and (min-height:650px) and (max-height:830px) {
.funziona_ceu .center_ceu {
    margin-bottom: 35px;
}
.funziona_ceu.content_ceu {
	padding:20px 0;
}
.funziona_ceu  .col_ceu.ill-home_ceu {
	margin-bottom:30px;
}
.funziona_ceu .col_ceu.ill-home_ceu img {
    height: 150px;
    margin-bottom: 40px;
}
}
	
/* end spazi in verticale*/
	
}

@media only screen and (max-width:1023px) {
.header-int_ceu {
	position: relative;
	height: 70px;
	line-height: 70px;
	background:#eeeeee;
}
.home_ceu a#logo_ceu {
    display: block;
}

.header-int_aff {
	position: relative;
	height: unset;
	line-height: unset;
	background:#eeeeee;
}
#logo_aff , .imglogoaff {
	max-height: 70px;
}
.poshomebutt{
margin-left: 1%;
margin-top: 15px;
float: none;
clear: both;
padding-bottom: 3px;
}
.header_aff {
border-bottom: none; 
}
.header-int_aff {
 background: none;
}
.home_ceu a#openmenu_ceu {
    background-position: 0 0;
}
.content-global_ceu {
padding-top: 120px;
/*	padding-top: 10px;*/	
}
a#logo_ceu {
	width: 150px;
	height: 40px;
	margin-left: -75px;
	margin-top: -18px;
}
a#openmenu_ceu {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	left: 20px;
}
.slider_ceu a.link-btn_ceu {
	display:none;	
}
body.ceu .slider_ceu h1 {
	background:none;
	padding-top:0;	
}
.content_ceu.slider_ceu {
	padding-top:50px;	
}
.mm-listview > li.closemenu_ceu {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 20px;
}
body.ceu .mm-panels > .mm-panel {
    padding-top: 70px;
}
body.ceu .slider_ceu h1 {
	font-size:60px;
	margin-bottom:30px;
	padding-top: 60px;
    line-height: 60px;
}
body.ceu .slider_ceu h1 span {
    line-height: 40px;
}
.content_ceu {
	/*padding: 40px 0;*/
	padding: 20px 0;
	text-align:left;
	border:0;
}
.center_ceu {
	width:80%;
	margin-bottom: 30px;
}
.titolo-page_ceu {
	width:100%;	
}
.titolo-page_ceu h1, .titolo-page_ceu h2 {
    width: 80%;
}
.titolo_ceu {
    font-size: 130%;
}
.col-center_ceu {
    width: 80%;
}
.sx_ceu {
	width:100%;
}
.dx_ceu {
	width: 100%;
	margin-top:50px;
}
.box_ceu {
	margin-bottom:0;
	border:0;	
}
.box_ceu.box-focus_ceu {
	padding:25px 35px;
	margin-bottom:30px;
}
.group-consulente_ceu {
	padding-bottom:0;
	border:0;	
}
.bando_ceu {
	padding:35px;	
}
a.link-btn_ceu, .link-btn_ceu {
	font-size: 12px;
	padding: 12px 0;
	width: 100%;
}
/*modifiche tasti header*/
a#opensearch_ceu.link-btn_ceu {
    position: absolute;
    left: 0px;
    top: 70px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	width:50% !important;
}
a.menuaffbutt.link-btn_ceu {
    position: relative !important;
    top: 0 !important;
    border-radius: 0px;
    width: 47% !important;
    margin-top: 3px;
    /*    float: left;*/
}
a#login_ceu.link-btn_ceu {
    width:100%;
    padding-left: auto;
    padding-right: auto;
    margin-right: auto;
    margin-left: auto;
	margin-top: auto;
	position: absolute;
    right: 0px;
    top: 70px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/*end modifiche tasti header*/
.bgfooter_ceu {
	    background: #eeeeee;
}
.center_ceu.prefooter_ceu {
    padding-bottom: 40px;
	background-position: left top;
	border:0;
	padding-bottom:0;
}
.foot-menu_ceu {
	width:100%;
	margin-bottom:30px;
	display:none;
}
.social_ceu {
	width:100%;
	margin-bottom:30px;
	display:none;
}
.credit_ceu {
	width:100%;
	margin-bottom:30px;	
	text-align:left;
}
.barra-top_ceu {
	padding:0px;
}
.barra-top_ceu .link-btn_ceu {
	padding:12px 0;
	margin:0;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	width:100%;
}
.barra-top_ceu > .img-barra-top_ceu, .barra-top_ceu > .testo-barra-top_ceu {
	display:none;
}
body.ceu {
	font-size: 16px;
}
body.ceu h1, body.ceu h2 {
    font-size: 30px;
    line-height: 32px;
	    text-align: center;
}
.titolo-page_ceu h3 {
	font-size: 22px;
}
.content_ceu#scrollhome h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
body.ceu.home_ceu  h1,  body.ceu.home_ceu  h2 {
	    text-align: center;
}
.checkbox_ceu {
    font-size: 13px;
	margin-bottom:15px;
}
.area-checkform_ceu .checkbox_ceu {
    width: 100%;
	margin-bottom:15px;
}
.filter-group_ceu a.openfilter {
    font-size: 13px;
}
.filter-title_ceu {
    background-position: left 5px;
}
.next_ceu {
    height:110px;
}
.col_ceu {
	width:100%;	
}
.col_ceu.ill-home_ceu {
    padding: 0;
	text-align:center;
	margin-bottom:60px;
	font-size:100%;
}
.col_ceu.ill-home_ceu img {
    height: 120px;
}
.table_ceu table td, .table_ceu table th {
    padding: 30px 0px;
}
 .table_ceu table th {
    padding-top:0px;
}
.table_ceu table img {
    width: 20px;
}
.focusdati_ceu {
    padding: 20px 30px;
	    width: 80%;
    text-align: center;
	margin:0 auto 30px auto;
	display:block;
}
p.fd-num_ceu {
    font-size: 80px;
    line-height: 80px;
	opacity:1;
}
p.fd-left_ceu, p.fd-right_ceu {
	text-align:center;
}
p.fd-big_ceu {
    font-size: 60px;
    line-height: 55px;
}
p.fd-small_ceu {
    font-size:18px;
	    margin-top: 10px;
}
#nav_ceu ul li a {
    margin-right: -180px;
}
#nav_ceu ul li a:hover {
	margin-right: -90px;
}
.nomobi {
	display:none;	
}
	
/**********ADD 2019************/

	.hide_mobile {
		display: none !important;
	}

.box_ceu.box_premium {
	padding: 50px 30px !important;
	max-width: none;
	margin-bottom: 40px;
}
	
	
.box_ceu.box_premium.box_premium_big {
	padding: 50px 30px !important;
	max-width: none;
	margin-bottom: 40px;
}
	
.box_premium_big h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
}
	
.box_premium_big ul.list_check_ceu li {
    font-size: 15px;
    line-height: 20px;
    padding-left: 38px;
    margin-bottom: 15px;
}
	
.box_premium.box_premium_big.box_premium_sx {
	float:none;
	width:100%;
}

.box_premium.box_premium_big.box_premium_dx {
	float:none;
	width:100%;
	margin-top: 40px;
	padding: 0 !important;
}

.icon_garanzia {
	max-height: 90px;
	max-width:100%;
    margin: 30px 0;
}
	
/**********END ADD 2019************/
	
	
@media only screen and (max-width:400px) {
body.ceu .slider_ceu h1 {
    font-size: 40px;
    margin-bottom: 30px;
    padding-top: 100px;
    line-height: 40px;
}
}
}


/*ANIMATION CSS*/
 @keyframes imageMove {
 50% {
 -ms-transform: scale3d(1.10, 1.10, 1.10);
 -webkit-transform: scale3d(1.10, 1.10, 1.10);
 transform: scale3d(1.10, 1.10, 1.10);
}
}
 @keyframes imageMoveReverse {
 50% {
 -ms-transform: scale3d(0.90, 0.90, 0.90);
 -webkit-transform: scale3d(0.90, 0.90, 0.90);
 transform: scale3d(0.90, 0.90, 0.90);
}
}
/*END ANIMATION CSS */
/*g.bona */
.ingrandito {
	font-size: larger;
}
.piccolo {
	font-size: 12px;
}
.piccolino {
	font-size: 10px;
   	color: #666;
}

.imglogo {
    max-width: 450px;
    max-height: 100px;
    float: left;
    margin: 5px;
}
.dicpdf {
 line-height: 20px;
 text-align: left;
float: left;
 width: 400px;
}
.funzionamento {
    /*position: relative; */
    /* float: left; */
    width: 70%;
    margin: -20px auto 12px;
    background: #00cc66;
    text-align: left;
    padding: 3Px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.titoloceu_univ h1 {
    margin-left: auto;
	 font-size: 200%;
    font-weight: bolder;
}
.titoloceu_univ h2 {
    margin-left: auto;
	 font-size: 160%;
    font-weight: bold;
}
.titoloceu_univ h3 {
    margin-left: auto;
	 font-size: 140%;
    font-weight: bold;
}
.ceuform {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
.asin {
    text-align: left;
}
.ades {
    text-align: right;
}
.centro {
    text-align: center;
}
.warncs {
    background-color: lightyellow;
    padding: 0 5px;
    font-size: 70%;
    line-height: 1.1;
}
.warnvt {
    background-color: yellow;
    padding: 0 5px;
    font-weight: bold;
    line-height: 1.2;
}
.notifica {
  color: darkgreen;
  font-weight: bold;
  width: 75%;
  background: yellow;
  text-align: left;
  padding: 3Px 7px;
  margin-left: 30px;
 -webkit-border-radius: 7px;
 -moz-border-radius: 7px;
  border-radius: 7px;
}
.ceuetic {
  color: darkgreen;
  font-size: 75%;
  text-align: left;
  margin-top: -22px;
}
/*adeguam anti bootstrap x box priv.*/
.form_li label.label {
    font-weight: normal;
    color: black;
    white-space: normal;
}