<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.t1_profile_col_photo {
	width: 32%
}

.t1_profile_col_text {
	width: 63%;
}

.profilo_img_container img {
	width: 100%;
}

.plugin_profile_title h1 {
	font-size: 38px;
}

.plugin_profile_title h2 {
	font-size: 28px;
	line-height: 120%;
	font-weight: 300;
}

.plugin_profile_hub_container {
	width: 100px;
	text-align: center;
	color: #333;
}

.plugin_profile_hub_img_container {
	width: 60px;
	text-align: center;
}

.plugin_profile_hub_text {
	font-size: 12px;
	line-height: 110%;
}

#triangle-up { 
	width: 0; 
	height: 0; 
	border-left: 50px solid transparent; 
	border-right: 0px solid transparent; 
	border-bottom: 30px solid #D5241C;
}

.plugin_profile_cta_btn_container {
	background-color: #D5241C;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
}

.plugin_profile_cta_btn {
	color: #D5241C;
	background-color: #fff;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

#profilo {
	width: 100%;
	margin-top: 40px;
}
#profilo .title_container {
	background-color: #820527;
	font-weight: bold;
	width: 98%;
	color: #FFF;
	padding: 1%;
}
#profilo .title_container .left_side {
	float: left;
}
#profilo .title_container .right_side {
	float: right;
    font-size: 0;
    margin-top: 3px;
    padding: 0;
    z-index: 30;
}
#nav_homenotizia_home a {
    background: url("../images/icons/nav_inactive.png") no-repeat scroll center center transparent;
    display: block;
    float: left;
    height: 15px;
    margin-left: 5px;
    width: 15px;
}
#nav_homenotizia_home a.activeSlide {
    background: url("../images/icons/nav_active.png") no-repeat scroll center center transparent;
}
#profilo .slide {
	width: 100%;
}
#profilo .slide .titolo {
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
	margin-top: 10px;
}
#profilo .slide .immagine_testo {
	margin-top: 10px;
}
#profilo .slide .immagine_testo a {
	float: left;
	width: 20%;
}
#profilo .slide .immagine_testo .right_side {
	float: right;
	font-size: 15px;
	color: #666;
	width: 80%;
}

.t1_profilo_sentence_left {
	top: -10px;
	left: 0;
	color: #ccc;
	font-size: 30px;
}

.t1_profilo_sentence_right {
	color: #ccc;
	font-size: 30px;
}

.t1_profilo_citazione_text {
	color: #999;
	font-style: italic;
	padding-left: 40px;
}

.t1_profilo_social_container {
	width: 100%;
}

.t1_profilo_call_container {
	width: 45%;
}


.t1_profilo_social_btn {
    border: 1px solid #D7210D;
    border-radius: 40px;
    color: #D7210D;
	width: 40px;
    height: 40px;
    text-align: center;
    transition: background 0.4s ease 0s, color 0.4s ease 0s;
}

.t1_profilo_social_btn_nofont {
    border: 1px solid #D7210D;
    border-radius: 40px;
	width: 40px;
    height: 40px;
    text-align: center;
    transition: background 0.4s ease 0s, color 0.4s ease 0s;
	background-position: 0px 0px;
}

.t1_profilo_social_btn_nofont:hover {
    background-color: #D7210D;
    border: 1px solid transparent;
    height: 40px;
    width: 40px;
	background-position: -40px 0px;
}

.t1_profilo_carosello_btn {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	background-color: rgba(138, 138, 142, 0.9);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: absolute;
}

.t1_profilo_carosello_btn:hover {
	background-color: rgba(215, 33, 13, 0.9);
}

.t1_profilo_carosello_btn i {
	line-height: 30px !important;
}

.t1_profilo_carosello_prev_btn {
	top: 170px;
	left: 0px;
}

.t1_profilo_carosello_next_btn {
	top: 170px;
	right: 0px;
}

/***/

#profilo-carousel {
	margin-left: -30px;
	margin-top: 30px;
}

.t1_focuson_item_container {
	margin-left: 30px;
}


#profilo-carousel .tx_titolo {
    font-size: 16px;
    margin-bottom: 10px;
	font-weight: 700;
	height: 48px;
	overflow: hidden;
}


#profilo-carousel .immagine_testo a {
    display: inline-block;
    width: 100%;
}

#profilo-carousel .immagine_testo a img {
    width: 100% !important;
}

#profilo-carousel .immagine_testo .tx_testo {
    margin-top: 10px;
}

/*solo un elemento*/
#profilo-carousel-off {
	
	margin-top: 30px;
}
#profilo-carousel-off .tx_titolo {
    font-size: 16px;
    margin-bottom: 10px;
	font-weight: 700;
	height: 68px;
	overflow: hidden;
}
#profilo-carousel-off .immagine_testo a img{
    display: inline-block;
    width: 100% !important;
}
#profilo-carousel-off  {
	width: 240px;
}
#profilo-carousel-off .immagine_testo .tx_testo {
    margin-top: 10px;
}
/*solo un elemento*/

.profilo_carosello_link {
	background-color: #D7210D;
	color: #fff;
	padding: 3px 6px;
	display: inline-block;
	width: auto !important;
	margin-top: 5px;
}

.profilo_carosello_link:hover {
	background-color: #EA230C;
}

@media only screen and (max-width:958px) {

	.t1_profilo_social_container {
		width: 100%;
	}
	
	.t1_profilo_call_container {
		width: 100%;
	}

}</pre></body></html>