.banners_separator {
	width: 100%;
	height: 80px;
}

.banners-box-style2 a.banner_link {
	text-decoration: none;
}


.banners-box-style2 .column {
    cursor: pointer;
    float: left;
    position: relative;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.banners-box-style2 a.banner_link .column .box-img-go-to {
	display: none;
	position: absolute;
	background: url(/web/img/bg/000000-50perc.png);
}
.banners-box-style2 a:hover.banner_link .column .box-img-go-to {
	display: block;
}
.banners-box-style2 .column .box-img-banner,
.banners-box-style2 .column .box-img-go-to {
	text-align: center;
    border: 1px solid #cccccc;
    border-bottom: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.banners-box-style2 .column .box-img-go-to .img-wrapper{
	position: relative;
	top: 50%;
}
.banners-box-style2 .column .box-img-go-to .img-wrapper img {
	position: relative;
	bottom: 27px;
}
.banners-box-style2 .column img.banner {
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	display: block;
}
.banners-box-style2 .column .blc_footer {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #FFF;
	background: #F18B00;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	text-transform: uppercase;
}


/* Inizio: Layout 2 colonne */
.banners-box-style2 .banner-layout-2-c .column {
	width: 437px;
}
.banners-box-style2 .banner-layout-2-c .column.ordine-1 {
	margin-left: 40px;
}
.banners-box-style2 .banner-layout-2-c .column.ordine-2 {
	margin-left: 25px;
}

.banners-box-style2 .banner-layout-2-c .column img.banner,
.banners-box-style2 .banner-layout-2-c .column .box-img-go-to {
	width: 435px;
	/*height: 197px;*/
	height: 136px;
}
.banners-box-style2 .banner-layout-2-c .column h2.head {
	color: #00488a;
	font-size: 22px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.banners-box-style2 .banner-layout-2-c .column .subhead {
	margin-top: 10px;
	font-size: 18px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #626262;
}

/* Fine: Layout 2 colonne */


/* Inizio: Layout 3 colonne */
.banners-box-style2 .banner-layout-3-c .column {
	width: 302px;
}
.banners-box-style2 .banner-layout-3-c .column.ordine-1 {
	margin-left: 25px;
}
.banners-box-style2 .banner-layout-3-c .column.ordine-2,
.banners-box-style2 .banner-layout-3-c .column.ordine-3 {
	margin-left: 15px;
}

.banners-box-style2 .banner-layout-3-c .column img.banner,
.banners-box-style2 .banner-layout-3-c .column .box-img-go-to {
	width: 300px;
	height: 136px;
}
.banners-box-style2 .banner-layout-3-c .column h2.head {
	color: #00488a;
	font-size: 22px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.banners-box-style2 .banner-layout-3-c .column .subhead {
	margin-top: 10px;
	font-size: 18px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #626262;
}

/* Fine: Layout 3 colonne */