/*------------------*/
/*   	HP			*/
/*------------------*/

.swiper-container{
	width: 100%; 
}

.banner-container{
	width: 100%;
	background: #fff;
	background-position: center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

.swiper-slide{
	background: #fff;
	background-position: center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto !important;
	background-repeat: no-repeat;
}

.swiper-slide .claim_wrapper,
.banner-container .claim_wrapper{
	color: #000;
	font-size: 2.5vw;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 2.5vw;
	width: 50%;
	height: 100%;
	position: absolute;
}

.banner-container .claim,
.swiper-slide .claim{
	position: absolute;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	color: #000;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	text-align: right;
}

.banner-container .claim{
	left: 43%;
	font-size: 2.2vw;
	line-height: 3vw;
}

.swiper-slide .claim{
	left: 35%;
	font-size: 2.5vw;
	line-height: 3.5vw;
}

.banner-container .claim_wrapper_left,
.swiper-slide .claim_wrapper_left{
	left: 0;
}

.banner-container .claim_wrapper_right,
.swiper-slide .claim_wrapper_right{
	right: 0;
}

.banner-container .claim b,
.swiper-slide .claim b{
	text-transform: uppercase;
	font-weight: 500;
}
	
.banner-container .claim_white,
.swiper-slide .claim_white{
	color: #fff;
	text-shadow: 0px 0px #fff;
}

.banner-container .claim_black,
.swiper-slide .claim_black{
	color: #000;
	text-shadow: 0.5px 0.5px #cbccce;
}

.swiper-slide .cc_call_to_action:link,
.swiper-slide .cc_call_to_action:visited{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	background: #033D4F;
	padding: 8px 20px;
	bottom: 15%;
	left: 50%;
	margin-left: -140px;
	width: 240px;
}
					   
.swiper-button-next{
	right: 30px !important;
}

.swiper-button-prev{
	left: 30px !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 10px 20px !important;
}

.banner-container .messaggio_promozionale,
.swiper-slide .messaggio_promozionale{
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	text-align: right;
	bottom: 8px;
	position: absolute;
	width: 100%;
	text-shadow: 0.5px 0.5px #666;
	line-height: 12px;
	right: 25px;
	text-transform: none;
}

.ticker_container {
	display: block;
	width: auto;
	background: #fff;
	padding: 6px 6px 2px 6px;
	overflow: hidden;
	margin: 0 auto;
}

.breaking-news-ticker{
	border: 1px solid #666 !important;
	background: #fff;
	height: 40px;
	line-height: 40px !important;
	border-radius: 8px !important;
	font-size: 18px;
}

.bn-label{
	background-color: #666;
	color: #FFF;
	font-weight: bold;
}

/* SHORTNEWS */

.shortnews_icon{
	display:inline-block;
	float: left;
	border-radius: 100%;
	height: 28px;
	width: 28px;
	margin: 5px 5px 5px 40px;
	text-align: center;
}

.shortnews_icon > svg{
	color: #fff;
	display: block;
	margin: 0.33em 0 0 0.41em;
	font-size: 17px;
}

.bn-news ul li{
	color: #333;
}
.bn-news ul li a{
	margin: 0;
	padding: 0;
	color: #666;
}
.bn-news ul li a:hover{
	color: #069;
}

.hp_identity_wrapper{
	width: 100%;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	margin-top: 4px !important;
}

.hp_identity_image{
	display: block;
	width: 19vw;
	height: 17vw;
	background: #e2e2e2;
	margin: 0 auto 4px auto;
}

.hp_identity_image div.v-icon-left,
.hp_identity_image div.v-icon-right,
.hp_identity_image div.h-icon-top,
.hp_identity_image div.h-icon-bottom{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.hp_identity_factoring{
	background-image: url('../images/icon_box_factoring.png');
}

.hp_identity_banking{
	background-image: url('../images/icon_box_banking.png');
}

.hp_identity_cqs{
	background-image: url('../images/icon_box_cqs.png');
}

.hp_identity_pegno{
	background-image: url('../images/icon_box_pegno.png');
}

.hp_identity_servizi{
	background-image: url('../images/icon_box_servizi.png');
}

.hp_identity_image div.v-icon-left,
.hp_identity_image div.v-icon-right{
	width: 10vw;
	height: 100%;
}

.hp_identity_image div.v-icon-left{
	float: left;
	margin: 0 0 0 3.8vw;
}

.hp_identity_image div.v-icon-right{
	float: right;
	margin: 0 3.4vw 0 0;
}

.hp_identity_image div.h-icon-top{
	width: 100%;
	height: 10vw;
	margin: 2.5vw 0 0 0;
	float: left;
}

.hp_identity_image div.h-icon-bottom{
	width: 100%;
	height: 10vw;
	float: left;
}

.hp_identity_image div.v-text-wrapper{
	height: 100%;
	width: 1.8vw;
	position: relative;
    display: inline-block;
}

.hp_identity_image div.v-text-wrapper-right{
    margin: 0 0 0 0.4vw;
}

.hp_identity_image div.v-text-wrapper-left{
    margin: 0 0 0 2.5vw;
}

.hp_identity_image div.h-text-wrapper-top{
	margin: 2.5vw 0 0.3vw 0;
}

.hp_identity_image div.h-text-wrapper-bottom{
    margin: 0.3vw 0 0 0;
}

.hp_identity_image div.h-text-wrapper{
	width: 100%;
	height: 1.9vw;
	float: left;
}

.hp_identity_image div.v-text,
.hp_identity_image div.h-text {
	font-weight: 500;
	font-size: 2.6vw;
	line-height: 0.8;
	text-align: center;
}

.hp_identity_image div.v-text {
	position: absolute;
	top: 50%;
	left: 50%;
}

.rotate-text-bt {
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}

.rotate-text-tb {
	-moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	transform:  translateX(-50%) translateY(-50%) rotate(90deg);
}

a.scopri{
	display: block;
	padding: 8px 30px;
	background-color: #808080;
	color: #fff;
	width: 120px;
	margin: 0 auto;
	text-align: center;
}

.box_product_container{
	display: flex;
	padding: 30px 0;
}

.box_product_container > div{
	flex: 1;
}

.box_product_container .one_full > div,
.box_product_container .one_fourth > div,
.box_product_container .one_third > div,
.box_product_container .one_half > div{
	height: 100%;
}

div.box_product{
	text-align: center;
	outline: 1px solid #666;
	height: 100%;
	display: inline-block;
}

a.box_product{
	display: inline-block;
	text-align: center;
	outline: 1px solid #666;
	height: 100%;
	-webkit-transition: outline .2s linear;
	-moz-transition: outline .2s linear;
	-o-transition: outline .2s linear;
	-ms-transition: outline .2s linear;
	transition: outline 0.2s linear;
}

a.box_product:hover{
	outline-width: 5px;
}

div.box_product .icon_wrapper, 
a.box_product .icon_wrapper {
    margin: -29px 0 0 -38px;
    background: #fff;
    width: 75px;
    text-align: center;
    position: absolute;
    left: 50%;
}

.box_product_container .first div.box_product .icon_wrapper,
.box_product_container .first a.box_product .icon_wrapper {
	margin-left: -37px !important;	
}

.box_product_container .last div.box_product .icon_wrapper,
.box_product_container .last a.box_product .icon_wrapper {
	margin-left: -37px !important;	
}

div.box_product h2,
div.box_product h3,
a.box_product h2,
a.box_product h3{
	margin: 50px 0 20px 0;
}

div.box_product p,
a.box_product p{
	padding: 0 30px 30px;
	color: #666;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.4px;
}

a.box_product_factoring{
	outline-color: #577936;
}

a.box_product_banking{
	outline-color: #033d4f;
}

a.box_product_deposito{
	outline-color: #0087A8;
}

a.box_product_titoli{
	outline-color: #7b0046;
}

a.box_product_servizi{
	outline-color: #8f2d25;
}

a.box_product .icon_wrapper::before{
	color: #666;
}

a.box_product_factoring .icon_wrapper::before{
	color: #577936 !important;
}

a.box_product_factoring .icon_wrapper::before{
	color: #577936 !important;
}

a.box_product_banking .icon_wrapper::before{
	color: #033d4f !important;
}

a.box_product_deposito .icon_wrapper::before{
	color: #0087A8 !important;
}

a.box_product_titoli .icon_wrapper::before{
	color: #7b0046 !important;
}

a.box_product_servizi .icon_wrapper::before{
	color: #8f2d25 !important;
}

a.box_product a:link,
div.box_product a:link{
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 0 0 10px 0;
}

.goto_calcola:link,
.goto_calcola:visited{
	color: #0087A8;
	font-weight: 700;
	margin-top: 10px;
	font-size: 20px;
}

/*
.box_product{
	text-align: center;
	letter-spacing: 0.8;
	margin: -40px 0 0 0;
	padding: 30px 0 0 0;
	outline: 1px solid #666;
	min-height: 185px;
	-webkit-transition: outline .2s linear;
	-moz-transition: outline .2s linear;
	-o-transition: outline .2s linear;
	-ms-transition: outline .2s linear;
	transition: outline .2s linear;
}

.box_product:hover, .box_product_hover{
	outline-width: 5px;
}

a.box_product_wrapper{
	display: block;
}



.box_product_wrapper i{
	color: #666;
}

.box_product h3{
	padding: 0;
	margin: -5px 0 20px 0;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;	
}

.box_product p{
	padding: 0 40px 13px;
	color: #666;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.4px;
}

*/

/*------------------*/
/*   	Mission		*/
/*------------------*/

.adesioni_wrapper{
	overflow: hidden;
	margin: 30px 0;
}

.adesioni{
	float: left;
	margin: 0 40px 0 0;
}

.box_activity{
	float: left;
	width: 100%;
	margin: 20px 0 50px 0;
	border-radius: 8px;
}

.box_activity a:link,
.box_activity a:visited{
	display: block;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 20px;
}

.box_activity a:hover{
	color: #fff;
}

.box_activity a span{
	display: inline-block;
	margin: -3px 0 0 0;
}

.box_activity svg {
	font-size: 25px;
	margin: 0 0 0 20px;
}

.box_activity_imprese{
	background-color: #577936;
}

.box_activity_privati{
	background-color: #033d4f;
}

.vantaggi{
	color: #000;
}

.vantaggi svg{
	color: #000;
	font-size: 35px;
	float: left;
	padding: 2px 6px 0 0;
}

.requisiti_factoring{
	background-color: #cbccce;
	height: 210px;
}

h6.documenti_factoring{
	text-align: center;
	padding: 8px 0;
	font-size: 18px;
	background: #cbccce;
}

.requisiti_factoring ul {
	padding: 25px;
}

.requisiti_factoring ul li{
	border-bottom: 1px solid #666;
	padding: 5px 0;
	font-size: 14px;
}

.requisiti_factoring ul li:last-child{
	border-bottom: 0px;
}

.scheda_prodotto_wrapper{
	width: 300px;
	margin: 0 auto;
	padding: 5px 0;
}

.scheda_prodotto_wrapper a.download_text{
	font-size: 20px;
	padding: 3px 0 0 0;
}

.scheda_prodotto_wrapper a.download_icon_link:before{
	font-size: 30px;
}

/* Conti */

.side_servizio_clienti{
	background-color: #fff;
	border: 4px solid #CBCCCE;
	border-radius: 8px;
	text-align: center;
	padding: 35px 0;
	margin: 35px 0 55px 0;
}

.side_servizio_clienti h4{
	font-weight: 500;
	letter-spacing: -1px;
}

h4 div.side_icon_wrapper{
	margin: -65px 0 0 50%;
	left: -30px;
	background: #fff;
	border: 4px solid #CBCCCE;
	border-radius: 100%;
	padding: 9px;
	position: absolute;
}

/*
h4 div.side_icon_wrapper{
	margin: -65px 0 0 50%;
	left: -25px;
	background: #fff;
	border: 4px solid #CBCCCE;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	padding: 10px;
	position: relative;
}
*/

.side_servizio_clienti h4 div.side_icon_wrapper svg{
	font-size: 30px;
	width: 30px;
	height: 30px;
}

.side_servizio_clienti h4 span{
	padding: 10px 0;
	width: 100%;
	display: block;
}

.side_servizio_clienti p {
	text-align: center;
	margin: 15px 0 0 0;
	font-weight: 400;
}

.side_servizio_clienti p b{
	font-weight: 700;
	font-size: 30px;
}

.side_servizio_clienti a:link,
.side_servizio_clienti a:visited{
	font-weight: 600;
	font-size: 16px;
	margin: 10px 0;
}

.side_servizio_clienti .download a:link,
.side_servizio_clienti .download a:visited{
	font-weight: 400;
	margin: 5px 0;
}

.side_servizio_clienti .side_filiale_wrapper{
	margin: 20px 0 30px 0;
}

.side_servizio_clienti .side_filiale_wrapper .geomarker{
	color: #666;
	margin: 0;
}

.side_filiale_wrapper .sede{
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin: 0;
}

.side_filiale_wrapper .address,
.side_filiale_wrapper .telephone,
.side_filiale_wrapper .direction {
	font-size: 15px;
	margin: 0;
}

.side_filiale_wrapper .directions {
	margin: 5px 0;
}

.side_filiale_wrapper .directions a:link,
.side_filiale_wrapper .directions a:visited {
	color: #000;
	font-size: 15px;
	font-weight: 500;
}

.box_chart_histo{
	height: 250px;
	margin-bottom: 30px;
}

.tassi_in_vigore{
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #808080
}

.imposta_di_bollo{
	width: 50%;
	font-size: 12px;
	text-align: left;
	color: #808080;
	font-weight: 500;
	margin: 0 0 -70px 20px;
	padding: 8px;
	border: 2px solid #0087A8;
	border-radius: 8px;
}

.box_caratteristiche{
	border: 5px solid;
	border-radius: 8px;
	padding: 20px;
	color: #666666;
	text-align: center;
	margin: 30px 0;
	font-size: 18px;
	display: none;
}

.box_caratteristiche_deposito{
	border-color: #0087A8;
}

.box_neutral,
.box_factoring,
.box_cc_banking,
.box_cc_deposito,
.box_cc_titoli,
.box_cc_servizi{
	width: 100%;
	padding: 15px 0;
	color: #000000;
	display: inline-block;
}

.box_factoring p,
.box_cc_banking p,
.box_cc_deposito p
.box_cc_titoli p,
.box_servizi p{
	color: #000000;
	font-size: 17px;
	font-weight: 400;
}

.box_factoring ul li,
.box_cc_banking ul li,
.box_cc_deposito ul li,
.box_cc_titoli ul li{
	text-align: center;
	padding: 8px 0 0 15px;
}

.box_servizi ul li{
	text-align: left;
	padding: 8px 0 0 9px;
}

.conto_corrente_wrapper,
.conto_deposito_wrapper{
	margin-bottom: 80px;
	padding-top: 40px;
}

.apertura_conto_corrente,
.apertura_conto_deposito{
	float: left;
	width: 33%;
	text-align: center;
}

.apertura_conto_titoli{
	float: left;
	width: 50%;
	text-align: center;
}

.apertura_conto_imprese{
	width: 50%;
}

.apertura_conto_corrente_corporate{
	float: left;
	width: 100%;
	text-align: center;
}

.apertura_conto_corrente a:link,
.apertura_conto_corrente a:visited,
.apertura_conto_corrente_corporate a:link,
.apertura_conto_corrente_corporate a:visited,{
	color: #033D4F;
}

.apertura_conto_deposito a:link,
.apertura_conto_deposito a:visited{
	color: #0087A8;
}

.apertura_conto_titoli a:link,
.apertura_conto_titoli a:visited{
	color: #7B0046;
}

.apertura_conto_corrente svg,
.apertura_conto_deposito svg,
.apertura_conto_titoli svg,
.apertura_conto_corrente_corporate svg{
	font-size: 40px;
}

.apertura_conto_corrente span,
.apertura_conto_deposito span,
.apertura_conto_titoli span,
.apertura_conto_corrente_corporate span {
	display: block;
	font-weight: 500;
	font-size: 20px;
	margin: 10px 0 0 0;
	line-height: 18px;
}

.apertura_conto_corrente svg,
.apertura_conto_corrente_corporate svg {
	color: #033D4F;
}

.apertura_conto_corrente span,
.apertura_conto_corrente_corporate span {
	color: #033D4F;
}

.apertura_conto_deposito svg{
	color: #0087A8;
}

.apertura_conto_deposito span{
	color: #0087A8;
}

.apertura_conto_titoli svg{
	color: #7B0046;
}

.apertura_conto_titoli span{
	color: #7B0046;
}

.apertura_conto_corrente span span,
.apertura_conto_corrente_corporate span span, 
.apertura_conto_deposito span span,
.apertura_conto_titoli span span{
	font-weight: 400;
	font-size: 16px;
	margin: 0;
}

.icon_condizioni{
	display: block;
	text-align: center;
	cursor: pointer;
}

.icon_condizioni > div{
	border: 5px solid;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 0 auto 10px auto;
}

.icon_condizioni svg{
	font-size: 25px;
	position: relative;
	text-align: center;
	top: -13px;
	margin-top: 50%;
	/*
	left: 50%;
	margin-top: 50%;
	transform: translate(-50%, -50%);
	*/
}

.icon_condizioni_banking div{
	border-color: #033D4F;
}

.icon_condizioni_deposito div{
	border-color: #0087A8;
}

.icon_condizioni span{
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}

.carta{
	margin-bottom: 20px;
}

.carta div{
	float: left;
	margin: 0 0 20px 0;
}

.carta svg{
	font-size: 60px;
	float: left;
	margin-right: 15px;
}

.carta span{
	display: block;
	color: #333;
	font-weight: 700;
	font-size: 20px;
}

.carta p{
	font-size: 13px;
	color: #333;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

.carta .scopri_carta{
	display: block;
}

.carta .scopri_carta span{
	display: inline-block;
	font-size: 16px;
	margin: 5px 0 0 0;
}

.carta .scopri_carta svg{
	font-size: 22px;
	float: none;
	margin: 6px 0 -2px 5px;
}

.debit_card{
	color: #99ccff !important;
}

.card_prepaid{
	color: #cd7f32 !important;
}

.card_classic{
	color: #033d4f !important;
}

.card_gold{
	color: #C5B358 !important;
}

.card_platinum{
	color: #A9A9A9;
}

/* Conto Deposito */

.chart_histo {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.importo_wrapper{
	width: 300px;
	margin: 0 auto;
}

.importo_wrapper label{
	color: #999;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
	text-align: center;
}

.importo_wrapper .currency {
    font-size: 30px;
    font-weight: bold;
    padding: 0 15px;
    color: #999;
    border: 2px solid #ccc;
    border-right: 0;
    border-radius: 7px 0 0 7px;
    background: white;
    display: inline-block;
    margin-right: -4px;
}

#importo{
	font-size: 30px;
	text-align: center;
	margin: 0;
    padding: 0;
    border: 2px solid #ccc;
    border-left: 0;
    color: #666;
    border-radius: 0 7px 7px 0;
    font-weight: bold;
    width: 245px;
}

.rendimento_wrapper{
	width: 100%;
	margin: 10px 0;
}

.rendimento{
	border-left: 1px solid #cbccce;
	border-right: 1px solid #cbccce;
	border-bottom: 1px solid #cbccce;
	overflow: hidden;
	border-radius: 0 0 7px 7px;
}

.month{
	background: #0087A8;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-radius: 8px 8px 0 0;
	border: 1px solid #cbccce;
	padding: 3px;	
}

.tassi_wrapper, .interesse_wrapper, .montante_wrapper{
	float: left;
}

.tassi_wrapper{
	width: 30%;
	margin: 8px 0 0 0;
}

.tasso_wrapper{
	clear: both;
}

.tasso_label{
	font-size: 11px;
	color: #666;
	float: left;
	padding: 5px 10px;
}

.tasso{
	font-weight: 700;
	font-size: 18px;
	color: #666;
}

.interesse_wrapper, .montante_wrapper{
	float: left;
	text-align: center;
	padding: 5px 0;
	width: 35%;
}

.interesse_label, .montante_label{
	font-size: 14px;
	color: #000;
	font-weight: 600;
}

.interesse, .montante{
	font-weight: 700;
	font-size: 28px;
	color: #0087A8;
}

.disclaimer_calcolatore{
	font-size: 12px;
	text-align: center;
	color: #666;
}

/* Conto Titoli */

.wrapper_fondi{
	overflow: hidden;
}

.wrapper_fondi .one_third{
	text-align: center;
}

.wrapper_fondi h3{
	margin: 10px 0 10px 0;
	color: #7B0046;
	font-size: 16px
}

.wrapper_fondi .one_third p{
	font-size: 14px
}

.wrapper_fondi img{
	width: 200px;
}

/* Management / CDA */

.comitati ul{
	margin-bottom: 30px;
}

.comitati ul li{
	font-size: 16px;
	color: #000;
	line-height: 25px;
	font-weight: 300;
}

.comitati ul li span{
	color: #666;
}

.one_fifth_ceo{
	float: none;
	display: table;
	margin: 0 auto;
}

.one_fifth_ceo .carica_one_row{
	margin: 0 !important;
	height: 20px !important;
}

.one_full_ceo,
.one_half_ceo{
	display: table;
	margin: 0 auto;
}

.one_full_ceo div,
.one_half_ceo div{
	display: table-cell;
	text-align: center;
}

.one_full_ceo div > img{
	width: 90%;
}

.one_half_ceo div > img{
	width: 60%;
}

.one_fifth_ceo{
	float: none;
	display: table;
	margin: 0 auto;
}

.one_fifth_ceo .carica_one_row{
	margin: 0 !important;
	height: 20px !important;
}

.management .first > div,
.management .last > div,
.cda .first > div,
.cda .last > div{
	margin: 0 12px !important;	
}

.management,
.cda{
	float: left;
	width: 99.5%;
	text-align: left;
	margin: 30px 0 0 0;
	background-color: #fff;
	border-top: 0px solid #e0e0e0;
	border-bottom: 0px solid #e0e0e0;
}

.management h2,
.cda h3{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin: 0;
	text-align: center;
	line-height: 16px;
	padding: 4px 0;
}

.management .carica_one_row,
.management .carica_two_row,
.management .carica_three_row,
.cda .carica_one_row,
.cda .carica_two_row,
.cda .carica_three_row{
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #666;
	text-align: center;
	margin: 0 0 -15px 0;
	width: 100%;
	display: inline-block;
	height: 40px;
}

.management .carica_one_row,
.management .carica_two_row,
.management .carica_three_row{
	height: 55px;
}

.management > .one_half > div,
.cda > .one_half > div,
.management > .one_third > div,
.cda > .one_third > div,
.management > .one_fourth > div,
.cda > .one_fourth > div,
.management > .one_fifth > div,
.cda > .one_fifth > div,
.management > .one_sixth > div,
.cda > .one_sixth > div{
	text-align: center;
}

.management img,
.cda img{
	border-radius: 100%;
	border: 2px solid #cbccce;
	padding: 5px;
}

.cda img{
	width: 80%;
}

.management img{
	width: 92%;
}

.management .title_wrapper,
.cda .title_wrapper{
	height: 100px;
}

.management ul{
	margin: 0 auto;
	width: 93px;
}

.cda ul li{
	margin: 0 auto;
	width: 100%;
}

.management li,
.cda li{
	float: left;
	padding: 0px;
	margin: 0px 5px;
}

.management li a,
.cda li a{
	color: #fff;
	width: 36px;
	height: 36px;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
	background-color: #666;
	border-radius: 20px;
}

.management li a{
	float: left;
}

.cda li a{
	display: block;
	margin: 0 auto;
}

.management li a.linkedin{
	font-size: 23px;
	line-height: 35px;
	background: #0077B5;
	color: #fff;
}

.management p,
.cda p {
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
}

/*
.cda .one_fifth{
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
*/
.cv{
	display: none;
	border-top: 2px solid #cbccce;
	width: 100%;
	float: left;
	font-size: 13px;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0 10px 0 10px;
}

.cv .triangle {
	border: 2px solid #cbccce;
	border-width: 3px 3px 0 0;
	transform: rotate(-45deg);
	position: relative;
	left: 60px;
	top: -11px;
	width: 15px;
	height: 15px;
	background: #fff;
}

/*
.cv_move{
    -webkit-transform: translate(150px,0);
    -ms-transform: translate(150px,0);
    -moz-transform: translate(150px,0);
    -o-transform: translate(150px,0);
    transform: translate(150px,0);
}

.cv_zoom{
	-webkit-transform: scale(1.18) translate(20px, 50px);
	-ms-transform: scale(1.18) translate(20px, 50px);
    -moz-transform: scale(1.18) translate(20px, 50px);
    -o-transform: scale(1.18) translate(20px, 50px);
    transform: scale(1.18) translate(20px, 50px);
}
*/

/* Forum PA */

.ontop_image_forum_pa{
	background-image: url("../images/VI_Forum_Legal_PA.png");
}

.forum_legal_pa .one_half{
	text-align: center;
}

/*
.forum_legal_pa span{
	display: block;
	margin: 20px 0 10px 0;
}
*/

.forum_legal_pa img{
	margin: 0 auto 20px auto;
}

.forum_legal_pa ul#years_wrapper li{
	width: 33%;
}

.forum_legal_pa hr.years{
    width: 65%;
}

.edition{
	display: none;
}

.forum_legal_pa table ul,
.forum_legal_pa table ul li{
	list-style-type: square;
}

.forum_legal_pa table  ul{
	padding: 0 0 0 15px;
}

/* Eventi */

.eventi h3 span{
	font-size: 12px;
	display: block;
	margin: 0;
}

.event_closed{
	color: #cc3300;
	width: 100%;
	text-align: center;
}

.event_calendar{
	color: #000000;
	margin: 20px auto 50px auto !important;
	background-color: #CBCCCE;
	padding: 20px;
	width: 280px;
	border-radius: 4px;
	min-height: 100px;
}

.event_calendar svg{
	font-size: 40px;
}

.event_calendar span{
	display: block;
	font-size: 19px;
	margin: 10px 0;
	padding: 0;
}

.form_wrapper_eventi{
	width: 100%;
}

.form_wrapper_eventi .input-group .form-control{
	/*width: 94.5%;*/
	width: 100%;
}

.form_wrapper_eventi span{
	display: table-cell;
	margin: 0;
}

.form_wrapper_eventi button{
	margin: 30px auto;
}

/* Governance */

.tab_assemblea h2{
	line-height: 18px;
	font-size: 20px;
	margin: 0 0 15px 0;
}

.download_assemblea_group .download_icon_down::before {
    font-size: 34px;
    margin: -7px 0 0 0;
}

.download_assemblea_group h2{
	margin: 0 0 0 8px;
}

.assemblea_answer .download{
	margin: 0 0 0 6px;
}

.tab-pane .year{
	font-size: 28px;
	color: #000;
	font-weight: 500;
	margin: 15px 0 10px 0;
}		   
/* Privati */

.balloon{
	background: #033d4f;
	position: relative;
	text-align: center;
	font-size: 14px;
	border-radius: 20px;
	padding: 30px;
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	color: #fff;
	width: 100%;
}

.balloon_left,
.balloon_right{
	width: 50%;
}

.balloon_left{
	float: right
}

.balloon_factoring{
	width: 280px;
	margin: 0 auto !important;
	background-color: #577936;
}

.balloon_banking{
	width: 280px;
	margin: 0 auto 40px !important;
	background-color: #033d4f;
}					   
.balloon h6{
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

.balloon .email a:link,
.balloon .email a:visited{
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
	color: #fff;
}

/*
.balloon_right:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-top-color: #033d4f;
	border-bottom: 0;
	border-left: 0;
	margin-left: -25px;
	margin-bottom: -50px;
}

.balloon_left:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-top-color: #033d4f;
	border-bottom: 0;
	border-right: 0;
	margin-left: -25px;
	margin-bottom: -50px;
}
*/

.phone{
	width: 42px;
	height: 42px;
	margin: 0 auto 20px auto;
	border: 7px solid #fff;
	padding: 12px;
	border-radius: 40px;
}

.clock .fa-clock{
	font-size: 80px;
	margin-bottom: 20px;
}

.toll_free_number{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.wrapper_filiali{
	background-color: #cbccce;
	color: #000;
	padding: 30px 0;
	margin: 80px 0 0 0;
}

.wrapper_filiali h2{
	font-weight: 300;
}

.wrapper_filiali .directions{
	width: 36px;
	height: 48px;
	margin: 10px auto !important;
}

.wrapper_filiali h2,
.wrapper_filiali .one_third p{
	text-align: center;
	color: #000000;
	line-height: 1.3;
	font-weight: 300;
}

.wrapper_filiali .one_third p b{
	font-size: 16px;
	font-weight: 500;
}


/* Sostenibilità */

.susteinability{
	float: left;
	width: 48%;
	min-height: 230px;
}

.susteinability div{
	margin-bottom: 20px; 
}

.susteinability h3{
	border-bottom: 1px solid #cbccce;
	padding: 5px 0;
}

/* Comunicati */

.news_categories_wrapper{
	text-align: center;
}

.news_categories {
	display: inline-block;
	padding: 10px;
	background: #cbccce;
	border-radius: 8px;
}

.news_categories li{
	float: left;
	margin: 0 5px;
}

.news_categories li a{
	display: block;
	width: 110px;
	padding: 8px 0;
	border-radius: 8px;
	transition: all .1s ease-in-out;
}

.news_categories li a:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

a.news_category .circle{
	border-radius: 100%;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	padding: 13px;
	display: inline-table;
}

a.news_category svg {
	color: #fff;
	font-size: 1.5em;
}

a.news_category span{
	display: block;
	font-size: 13px;
	margin: 10px 0 0 0;
	letter-spacing: -0.5px;
}

/*
svg.news_category_disabled{
	background: #cbccce !important;
	border: 1px solid #dbdddf !important;
	color: #dbdddf !important;
}

span.news_category_text_disabled{
	color: #dbdddf;
}

.news_categories li a:hover span.news_category_text_disabled{
	color: #cbccce;
}
*/

.news_category_bg_active{
	background: #666;
}

svg.news_category_active{
	color: #ccc !important;
}

span.news_category_text_active{
	color: #ccc;
}

div.news_arte{
	background: #e5007d;
	border: 1px solid #e5007d;
}

div.news_eventi{
	background: #339933;
	border: 1px solid #339933;
}

div.news_business{
	background: #033d4f;
	border: 1px solid #033d4f;
}

div.news_corporate{
	background: #009ee3;
	border: 1px solid #009ee3;
}

div.news_rego{
	background: #336666;
	border: 1px solid #336666;
}

div.news_ps{
	background: #339999;
	border: 1px solid #669999;
}

ul#years_wrapper{
	overflow: hidden;
	padding-top: 10px;
	margin: 50px 0;
}

ul#years_wrapper li{
	float: left;
	width: 25%;
	text-align: center;
	margin-top: -36px;
}

hr.years {
  border: none;
  border-top: 3px dashed #666;
  color: #033d4f;
  width: 75%;
}

a.press_year:link,
a.press_year:visited{
	color: #666;
	display: inline-table;
}

.press_year div{
	color: #666;
	text-align: center;
	font-size: 20px
}

.press_year:before{
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-size: 26px;
	font-weight: 300;
	background-color: #fff;
	padding: 0 2px;
}

.press_year_active {
	margin-top: -2px;
}

.press_year_active div{
	color: #033d4f;
	font-weight: 700;
	font-size: 24px;
}

.press_year_active:before{
	color: #033d4f;
	font-weight: 700;
	content: "\f111";
	background-color: #fff;
	font-size: 30px;
}

#press .one_full,
#press .one_half,
#eventi .one_full,
#eventi .one_half,
#press_ps .one_full,
#press_ps .one_half{
	text-align: center;
}

.toggle_advanced_search{
	margin-bottom: 30px;
	color: #666 !important;
	display: inline-block;
}

.toggle_advanced_search span{
	color: #666;
	font-size: 20px;
	display: block;
	float:left;
	margin: -1px 8px 0 0;
}

.toggle_advanced_search svg{
	font-size: 30px;
    display: inline-block;
    margin: -4px 0 0 4px;
}

.advanced_search{
	background: #cbccce;
	padding: 50px 20px 15px 20px;
	border-radius: 8px;
	margin-bottom: 20px;
}

#advanced_search{
	display: none;
}

#date_search_wrapper,
#text_search_wrapper{
	display: none;
	margin: 0 0 20px 0;
}

#text_search_wrapper input{
	border-color: #666;
	background-color: #fff;
}

.period_wrapper{
	width: 300px;
	margin: 0 auto;
}

#interval_wrapper{
	display: none;
	position: relative;
	margin: 15px auto 0 auto;
	text-align: center;
}

#interval_wrapper .form-group,
#text_search_wrapper .form-group{
	display:inline-block;
	width: 230px;
}

.advanced_search button{
	display: inline-block;
	margin-top: 20px;
}

.advanced_search button:hover{
	background: #666;
	color: #fff;
	border-color: #fff;
}

#news_list{
	margin: 0 0 100px 0;
}

#news_list div.year_group{
	font-weight: 500;
	font-size: 35px;
	margin: 60px 0 0 0;
	color: #000000;
}

#news_list li{
	border-bottom: 1px solid #cbccce;
	overflow: hidden;
	padding: 20px 0;
}

#news_list li:last-child{
	border-bottom: 0px;
}

#news_list li,
#news_list a:link,
#news_list a:visited{
	color: #000000;
	font-size: 18px;
}

.news_date,
.news_ps_date{
	background-color: #033d4f;
	color: #fff;
	padding: 8px;
	border-radius: 0 8px 8px 0;
	float: left;
	font-weight: 400;
	text-align: center;
	clear: both;
	line-height: 25px;
	margin-right: 7px;
}

.news_ps_date{
	line-height: 17px;
}

.news_date div,
.news_ps_date div{
	text-align: center;
	height: 22px;
	width: 36px;
}

.news_title,
.news_ps_title{
	display: table;
    height: 60px;
    float: left;
    color: #666;
    width: 82%;
    margin-left: 10px;
}

.news_ps_title{
    height: 74px;
}

.news_title_details{
    height: 78px;
    width: 94%;
}

.wait_for_news{
	width: 100%;
	text-align: center;
	color: #033d4f;
	margin-top: 40px;
}

.note_ps .news_category_wrapper{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

#news_list li .news_category_wrapper,
#news_list li .news_ps_category_wrapper{
	float: left;
}

#news_list li .news_category_wrapper{
	height: 60px
}

#news_list li .news_ps_category_wrapper{
	height: 72px
}

.note_ps .news_category,
#news_list li .news_category{
	float: left;
	padding: 8px 8px 6px 8px;
	border-radius: 100%;
	width: 18px;
	text-align: center;
}

.note_ps .news_category{
	margin-left: 5px;
}

#news_list li .news_category{
	margin: -20px 0 0 5px;
	top: 50%;
	position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .note_ps .news_category,
	#news_list li .news_category{
		width: 2em;
	}
}

.note_ps svg,
#news_list li .news_category svg{
	color: #fff;
	font-size: 1em;
}

#news_list li .news_arte svg{
	background: #e5007d;
}

#news_list li .news_eventi svg{
	background: #339933;
}

#news_list li .news_business svg{
	background: #033d4f;
}

.note_ps .news_rego svg,
#news_list li .news_rego svg{
	background: #336666;
}

.note_ps .news_ps svg,
#news_list li .news_ps svg{
	background: #339999;
}

.note_ps .news_corporate svg,
#news_list li .news_corporate svg{
	background: #009ee3;
}

.note_ps{
	margin: 20px 0 30px 0;
	height: 48px;
	text-align: center;
}

.note_ps span{
	margin: 0 0 0 10px;
	color: #000;
	font-size: 13px;
	text-align: left;
}

.news_title div,
.news_ps_title div{
	font-weight: 400;
	display: table-cell;
    vertical-align: middle;
    line-height: 0.9;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

.news_title div b,
.news_ps_title div b,
.news_title div strong,
.news_ps_title div strong{
	font-weight: 500;
}

.news_title div a{
	font-size: 20px;
}

.news_title span.title,
.news_ps_title span.title{
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 0;
}

.news_title span.subtitle{
	font-size: 15px;
	color: #666;
}

.news_left, .news_right{
	float: left;
	width: 50%;
	margin-bottom: 50px;
}

.news_right .download{
	float: right;
}

div.news_day,
div.news_ps_day{
	font-size: 27px;
}

div.news_month,
div.news_ps_month{
	font-size: 16px;
	text-transform: uppercase;
}

div.news_ps_time{
	font-size: 13px;
	text-transform: uppercase;
	height: 12px;
}

div.news_year{
	font-size: 16px;
	text-transform: uppercase;
	height: 21px;
	margin-top: -3px;
}

#news_content_wrapper{
	font-size: 14px;
	padding: 50px 0 0 70px;
	float: left;
}

#news_content{
	text-align: justify;
}

/* Eventi */

#events_list div.year_group{
	font-weight: 500;
	font-size: 35px;
	margin: 60px 0 0 30px;
	color: #000000;
}

#events_list ul li{
	border-bottom: 1px solid #cbccce;
	overflow: hidden; 
}

#events_list ul li:last-child{
	border-bottom: 0px;
}

.event_left{
	float: left;
	text-align: center;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	padding: 30px;
	width: 80px;
}

.event_right{
	padding: 30px;
	color: #666;
}

.event_title{
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 23px;
	line-height: 23px;	
}

.event_content{
	margin: 20px 0;
	text-align: justify;
	line-height: 18px;
}

.event_left svg{
	font-size: 25px;
}

.event_time{
	padding: 0 0 20px 0;
}

.event_location{
	padding: 20px 0 0 0;
	border-top: 1px solid #cbccce;
}

.event_button:link,
.event_button:visited{
	display: block;
	float: left;
	padding: 5px 30px;
	background: #CBCCCE;
	border: 1px solid #666;
	margin: 0 10px 30px 0;
	color: #666666;
}

.event_button_blue:link,
.event_button_blue:visited{
	background: #033d4f;
	border: 1px solid #033d4f;
	color: #fff;
}

.event_closed{
	color: #FF0000;
}

#event_detail h1{
	font-size: 26px;
	line-height: 26px;
	text-align: center;
}

#event_detail .one_half{
	text-align: center;
}

.event_detail_date,
.event_detail_location{
	color: #000000;
	padding: 40px;
	background: #CBCCCE;
	display: table;
	margin: 30px auto !important;
	width: 280px;
}

.event_detail_date svg,
.event_detail_location svg{
	font-size: 32px;
}

.event_detail_date span,
.event_detail_location span{
	display: block;
	clear: both;
	font-size: 20px;
}

.event_detail_back{
	width: 165px;
	margin: 30px auto 0 auto;
	display: block;
}

.event_detail_back svg{
	float: left;
	font-size: 26px;
	padding: 0 5px 0 0;
}

.event_detail_back span{
	display: inline-block;
	font-size: 16px;
	margin: 2px 0 0 0;
}

/* Pillar 3 */

#pillar3 h1{
	margin-bottom: 10px;
}

#pillar3 h2{
	font-size: 25px;
	margin: 0 0 30px 0;
	font-weight: 400;
}

#pillar3 .one_full{
	text-align: center;
}

#pillar3 .pillar_list_wrapper{
	margin: 30px 0 100px 0;
}
/* Contatti */

#contatti .form_wrapper{
	margin-left: 70px;
}

#contatti .input-group .form-control,
#contatti textarea{
	width: 100%;
	box-sizing: border-box;
}

#contatti textarea{
	height: 200px;
}

#contatti .form_wrapper button{
	margin: 30px auto;
}

.h3_contatti{
	text-align: center;
	width: 100%;
	font-weight: 300;
	margin: 0;
	font-size: 16px;
	line-height: 15px;
	margin-top: -20px
}

.wrapper_filiali_contatti{
	background: #fff;
	margin: 0;
}

.directions_filiale{
	margin: 0 !important;
	text-align: center;
}

.directions_filiale a:link,
.directions_filiale a:visited{
	font-size: 12px;
	text-align: center;
}

/* Trasparenza */

.assemblea_answer,
.trasparenza_answer{
	display: none;
	margin: 0 0 60px 35px;
}

/* Conti Dormienti */

.rapporti_dormienti{
	width: 99.9%;
	float: left;
}

.rapporti_dormienti table{
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}

.rapporti_dormienti td{
	width: 33.3%;
}

.rapporti_dormienti td, .rapporti_dormienti th{
	border: 1px solid #CCCCCC;
	padding: 4px;
}

/* IPO */

#schede_adesione{
	padding: 50px 0;
}

.ipo_form{
	width: 500px;
	margin: 0 auto;
}

.ipo_news_list{
	margin-bottom: 50px;
}

/* IR */

.container_full_ir_mission{
	background-image: url('../images/ir_texture.png');
	background-repeat: repeat;
	background-position: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0 !important;
}

.container_full_ir_mission .ir{
	margin-top: 0 !important;
}

.ir_mission > div {
	padding: 30px;
}

.dati_finanziari_wrapper{
	padding: 20px 0;
}

.dati_finanziari_wrapper hr{
	width: 50%;
	opacity: 0.5;
}

.dati_finanziari_wrapper h3{
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}

.dati_finanziari_wrapper h3 b{
	font-size: 16px;
}

.dati_finanziari_wrapper .note{
	color: #fff;
	width: auto;
	display: inline-block;
	margin: 10px 10px -10px 10px;
	float: right;
	font-size: 10px;
	font-family: 'Arial Narrow', 'Roboto', sans-serif;
}

.fh_chart_pie {
    width: 100%;
    height: 150px;
    margin: 0 auto;
}

.ir {
	margin-top: 50px !important;
}

.ir #news_list{
	margin: 0
}

.ir .ir_contatti_wrapper{
	margin: 0 0 100px 0 !important;
}

.container_full_ir{
	background-color: #cbccce;
	padding-top: 100px;
}

.tutti{
	float: right;
	font-size: 16px;
	font-weight: 600;
}

.tutti a:link,
.tutti a:visited{
	color: #033D4F;
}

.pdfobject-container {
	height: 367px;
	border: 0;
	margin-bottom: 50px;
}

#presentations_list h2,
#conference_list h2,
#events_list h2{
	color: #666;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
}

#presentations_list div.presentation_wrapper,
#conference_list div.event_wrapper,
#events_list div.event_wrapper{
	margin: 25px 0;
}

#presentations_list div.date_wrapper,
#conference_list div.date_wrapper,
#events_list div.date_wrapper{
	color: #033D4F;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	float: left;
	height: 40px;
	width: 40px;
	line-height: 17px;
}

#conference_list div.calendar_icon,
#events_list div.calendar_icon{
	float: left;
}

#conference_list div.calendar_icon svg,
#events_list div.calendar_icon svg{
	color: #033D4F;
	font-size: 33px;
	margin: 0 10px 0 5px;
}

#conference_list span.event_date,
#events_list span.event_date{
	color: #033d4f;
	display: block;
	font-weight: 700;
}

#presentations_list .download{
	display: inline;
}

#presentations_list .title_wrapper,
#events_list .title_single{
	display: flex;
	align-items: center;
	height: 35px;
}

#events_list .title_wrapper,
#conference_list .title_wrapper{
	display: table;
	height: 35px;
}

#conference_list .title_wrapper span,
#events_list .title_wrapper span{
	display: table-cell !important;
	height: 34px;
	vertical-align: middle;
}

#presentations_list span.presentation_title,
#conference_list span.event_title,
#events_list span.event_title{
	color: #033d4f;
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-transform: none;
}

#conference_list .download,
#events_list .download{
	float: right;
	position: relative;
	top: -43px;
}

#embedded_presentation{
	height: 400px;
}

.strategia_wrapper{
	background: #CBCCCE;
	margin: 30px 0;
	padding: 60px 0;
}

.strategia_round_icon{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
}

.strategy_round_icon_1{
	background-image: url("../images/strategia_round_icon_1.png");
}

.strategy_round_icon_2{
	background-image: url("../images/strategia_round_icon_2.png");
}

.strategy_round_icon_3{
	background-image: url("../images/strategia_round_icon_3.png");
}

.strategia_wrapper h3{
	padding: 30px 0 0 0;
	font-size: 20px;
	text-align: center;
}

.target_wrapper{
	border-bottom: 1px solid #CBCCCE;
	margin: 30px 0 !important;
	display: inline-block;
	width: 90%;
	min-height: 170px;
	padding-bottom: 30px;
}

.piano_strategico{
	position: relative;
	text-align: center;
}

.piano_strategico .one_fourth{
	text-align: center ;
}

.target_wrapper h3{
	color: #666;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 18px;
}

.target_wrapper .number {
    color: #000;
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-align: center;
}

.target_wrapper .icon_wrapper{
	text-align: center;
	margin: 20px 0;
}

.target_wrapper .icon_wrapper svg{
	color: #666;	
}

.piano_strategico .download{
	display: inline-flex;
	margin-bottom: 30px;
}

.azionisti_last_update{
	margin: 30px 0;
	font-size: 14px;
	text-align: center;
}

.azionisti_wrapper{
	width: 60%;
	margin: 0 auto;
}

.ui-progress-bar {
	position: relative;
	height: 0px;
	padding-right: 2px;
	border-bottom: 5px solid #e0e0e0;
	margin-top: 0;
}

.ui-progress {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0px;
	border-bottom: 5px solid #033d4f;
}

.progress_label{
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	color: #666;
	position: absolute;
	float: right;
	right: 0;
	top: -25px;
}

.progress_bar_wrapper h5{
	font-size: 18px;
	line-height: 20px;
	margin: 30px 0 10px 0;
	font-style: 100;
}

.ir_contatti_wrapper{
	position: relative;
	text-align: center;
	width: 100%;
	margin: 100px 0;
}

.box_ir_contatti{
	display: inline-block;
	border: 1px solid #666666;
	width: 50%;
	padding: 40px 0;
}

.box_ir_contatti h3,
.box_ir_contatti p{
	margin: 0;
	padding: 0;
}

.box_ir_contatti a:link,
.box_ir_contatti a:visited,
.box_ir_contatti a:hover{
	color: #666666;
	font-size: 16px;
	font-weight: 300;
}

.box_ir_contatti hr{
	height: 1px;
	width: 40px;
	background: #666;
}

.box_ir_contatti .picture_wrapper{
	width: 160px;
	height: 112px;
	margin: -56px auto 20px auto;
}

.nota_dati_finanziari{
	margin-bottom: 50px;
}

.dividendi_table,
.analisti_table{
	border-collapse: collapse;
	margin: 30px 0;
	padding: 0;
	width: 99.9%;
	table-layout: fixed;
	text-align: center;
	font-size: 13px;
}

.dividendi_table tr,
.analisti_table tr {
  border-bottom: 1px solid #cbccce;
  padding: 10px 0;
}

.dividendi_table th,
.dividendi_table td,
.analisti_table th,
.analisti_table td {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}

.dividendi_table th,
.analisti_table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #033D4F;
  color: #fff;
}

.dividendi_table td:nth-child(1),
.analisti_table td:nth-child(1){
	color: #033D4F;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 14px;
}

.risultati_table_wrapper{
	display: none;
}

.risultati_table_wrapper .year_group{
	font-size: 35px;
	font-weight: 500;
	margin: 30px 0;
	width: 100%;
	text-align: center;
	color: #000000;
}

.risultati_table{
	border-collapse: collapse;
	margin: 30px 0 100px 0;
	padding: 0;
	width: 99.9%;
	table-layout: fixed;
	text-align: center;
	font-size: 13px;
}

.risultati_table tr {
	border-bottom: 1px solid #cbccce;
	padding: 10px 0;
}

.risultati_table th,
.risultati_table td {
	padding: 10px 0;
	text-align: center;
	border-right: 1px solid #cbccce;
}

.risultati_table th {
	font-size: 18px;
	letter-spacing: .1em;
	text-transform: uppercase;
	vertical-align: middle;
	background-color: #fff;
	color: #000;
}

.risultati_table td:nth-child(5), 
.risultati_table th:nth-child(5){
	border-right: 0;
}

.risultati_table td:nth-child(1){
	color: #033D4F;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 19px 0;
}

.risultati_table tr:nth-child(odd){
  background-color: #eceef1;
}

.risultati_table .download{
	position: relative;
	text-align: center;
	display: inline;
}

.risultati_table .download a,
.risultati_table .download div{
	padding: 0;
}

.risultati_table .download a:link{
	display: inline-block;
	float: none;
}

.result_date {
    display: block;
    color: #033d4f;
    font-weight: 500;
}

.last_update{
	font-size: 13px;
    text-align: center;
}

.teleborsa_wrapper p{
	font-size: 13px;
	margin-bottom: 40px;
	text-align: center;
}

#teleborsa {
    width: 100%;
    height: 1800px;
    overflow: hidden;
    margin-bottom: 40px;
}

/* Blocco Carte */

.blocco_carte p{
	margin: 0;
	padding: 0;
}

.blocco_carte .card_name{
	color: #033d4f;
	font-weight: 700;
	font-size: 18px;
	margin: 20px 0 0 0;
	display: block;
}

.blocco_carte .phone_number{
	color: #000;
	font-weight: 600;
	font-size: 18px;
}

/* Privacy */

.privacy_mobile_wrapper{
	margin: 0 0 0 50px;
}

.table_cookies{
	border: 1px solid #808080;
}

.table_cookies th,
.table_cookies td{
	border: 1px solid #808080;
	padding: 5px;
}

/* Dati Societari */

#dati_societari h2{
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	display: block;
}

#dati_societari div {
	padding: 50px 0;
	text-align: center;
}

#dati_societari p{
	text-align: center;
	width: 100%;
	padding: 50px 0 0 0;
}

/* Lavora con noi */

.hr_numbers_container{
	background: #ccf2ff;
	padding: 45px 0 20px 0;
}

.hr_numbers_container .one_half:after,
.hr_numbers_container .one_third:after,
.hr_numbers_container .one_fourth:after,
.hr_numbers_container .two_third:after,
.hr_numbers_container .three_fourth:after,
.hr_numbers_container .one_fifth:after,
.hr_numbers_container .one_sixth:after,
.hr_numbers_container .four_fifth:after{
    content: "\200B";
}

.hr_numbers_box{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 0;
	padding: 50% 0;
	border-radius: 50%;
	text-align: center;
}

.hr_numbers_box_green{
	background-color: #6bc76b;
}

.hr_numbers_box_red{
	background-color: #B83031;
}

.hr_numbers_box_yellow{
	background-color: #CC9C3C;
}

.hr_numbers_box_blue{
	background-color: #7084EC;
}

.hr_numbers_box_pink{
	background-color: #EC8470;
}

.hr_box_icon{
	margin: -85px 0 15px 0;
}

.hr_box_icon svg{
	color: #fff;
	font-size: 40px;
}

.hr_box_number{
	font-size: 48px;
	font-weight: 700;
	color: #fff;
}

.hr_box_text{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 12px 0 0 0;
}

.hr_box_number .sesso{
	font-size: 40px;
}

.donne_wrapper{
	margin-top: -55px;
}

.donne_wrapper > .hr_box_text,
.uomini_wrapper > .hr_box_text{
	margin-top: 0px;
}

.five_reasons li{
	padding: 20px 0 0 15px !important;
	font-weight: 300;
	text-align: justify !important;
	color: #666;
}

/* Ricerca */

#search_result{
	margin: 30px 0 100px 0;
}

.search_wrapper{
	margin: 20px 0;
	overflow: hidden;
}

.search_title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    line-height: 1.2;
    text-align: left;
}

.search_description {
	font-size: 16px;
	font-weight: 300;
	text-align: justify;
	width: 100%;
	margin: 0;
	word-wrap: break-word;
}

.search_date {
	float: left;
	width: auto;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.1;
	text-align: right;
	padding: 10px 0 0 0;	
}

/* Page Not Found */
.notfound{
	background-image: url("../images/404.png");
	background-repeat: no-repeat;
	width: 863px;
	height: 466px;
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 50px;
}

.page_not_found{
	position: absolute;
	padding: 0;
	margin: 110px 0 0 130px;
	color: #ababab;
	font-size: 21px;
 	font-family: 'Roboto', sans-serif;
	font-weight: 700;	
}

.notfound_disclaimer{
	position: absolute;
	padding: 0;
	margin: 427px 0 0 380px;
	color: #000;
	font-size: 14px;	
}

.notfound_disclaimer a:link, .notfound_disclaimer a:visited{
	color: #000;
	text-decoration: none;
}

.notfound_disclaimer a:hover{
	color: #000;
	text-decoration: underline;
}

.atlantide{
	background: #fcbb00;
	width: 100%;
	color: #666;
	margin: 0 0 40px 0;
	background:
		linear-gradient(90deg, transparent 0px, #fcbb00 0) top left,
		linear-gradient(225deg, transparent 15px, #fcbb00 0) top right,
		linear-gradient(315deg, transparent 15px, #fcbb00 0) bottom right,
		linear-gradient(90deg,  transparent 0px, #fcbb00 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	
}

.atlantide a:link,
.atlantide a:visited{
	display: block;
	text-align: center;
	font-weight: 700;
	color: #666;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0;
}


/* PROMOZIONE CONTI DEPOSITO */

.logo_cd_nuovi_tassi{
	margin: 35px 0;
	float: left;
}

.scopri_nuovi_tassi{
	float: right;
	background: #bc1c29;
	color: #fff;
	height: 23px;
	width: 170px;
	text-align: center;
	padding: 7px 0 2px;
	font-size: 16px;
	font-weight: 700;
	margin: 31px 0 0 0;
	border-radius: 6px;
}

.p_nuovi_tassi{
	clear: both;
}

/* BS SECURE CODE */

.container_secure_code{
	margin-bottom: 100px;
	margin-top: 0px !important;
}

.container_secure_code a.enroll:link,
.container_secure_code a.enroll:visited,
.container_secure_code a.enroll:hover{
	display: block;
	width: 180px;
	border-radius: 8px;
	background: #dcdbe1;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	margin: 0 auto;
	padding: 5px 0;
	height: 35px;
	border: 3px solid #000;
}

.container_secure_code .enroll span{
	display: block;
	float: left;
	margin: 8px 0 0 13px;
}

.container_secure_code .enroll svg{
	font-size: 29px;
	margin: 4px 12px 0 0;
	float: right;
}

.claim_wrapper a.enroll_claim:link,
.claim_wrapper a.enroll_claim:visited,
.claim_wrapper a.enroll_claim:hover{
	display: block;
	border-radius: 8px;
	color: #fff;
	border: 4px solid #fff;
	margin: 0 auto;
	padding: 10px 20px 0 20px;
	float: right;
	margin-top: 30px;
	background-color: #0087A8;
}

.claim_wrapper a.enroll_claim span{
	display: block;
	float: left;
	margin: -3px 20px 0 0;
	font-weight: 500;
	font-size: 24px;
}

.claim_wrapper a.enroll_claim svg{
	font-size: 50px;
}

.container_secure_code h2{
	margin-top: 30px;
	display: inline-block;
	font-size: 29px;
}

.secure_code_badge{
	display: block;
	margin: 30px auto;
	width: 150px;
}

/* Bubble iOS13 */

.ios13{
	border: 4px solid #d31414;
	background-color:#ccc;
	border-radius: 15px;
	color: #666;
	margin: 0;
	text-align:center;
}

.ios13-main{
	display:inline-block;
	padding: 15px;
}

.ios13-main p{
	font-size: 15px;
	line-height: 18px;
	color: #000;
	font-weight: 300;
	text-align: justify;
}

.ios13-main p b{
	text-align: left;
	font-weight: 700;
}

.arrow-before{
	position: absolute;
	width:0;
	height:0;
	border: 24px dashed transparent;
	font-size:0;
}

.ios13-right .arrow-before{
	left:100%;
	top:29px;
}

.ios13-right .arrow-before{
	border-left-style: solid;
	border-left-color: #d31414;
	margin-left: -14px;
}