/* CSS Document */

.approfondimenti {
	position: relative;
}

.approfondimenti .tab_text {
	position: absolute;
	top: 0;
	background: #9acd32;
	font-size: 30px;
	left: 0;
	color: #FFFFFF;
	padding: 0 10px;
	height: 82px;
	width: 100%;
}

.approfondimenti-top-center .tab_text {
	background: #ffa500;
}

.approfondimenti-top-right .tab_text {
	background: #00bfff;
}

.thumb-container { position: relative;}

.thumb-container .tab_text {
	position: absolute;
	top: 0;
	background: #9acd32;
	font-size: 27px;
	left: 0;
	color: #FFFFFF;
	padding: 9px 14px;
	height: 85px;
	width: 100%;
	z-index: 100;
	line-height: 120%;
}

.intro_tab1 .tab_text {
	background: #9acd32;
}

.intro_tab2 .tab_text {
	background: #ffa500;
}

.intro_tab3 .tab_text {
	background: #00bfff;
}

.intro_tab4 .tab_text {
	background: #da70d6;
}
