<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 */
#focuson {
	width: 100%;
	margin-top: 40px;
}
#focuson .title_container {
	background-color: #820527;
	font-weight: bold;
	width: 98%;
	color: #FFF;
	padding: 1%;
}
#focuson .title_container .left_side {
	float: left;
}
#focuson .title_container .right_side {
	float: right;
    font-size: 0;
    margin-top: 3px;
    padding: 0;
    z-index: 30;
}
#nav_focus_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_focus_home a.activeSlide {
    background: url("../images/icons/nav_active.png") no-repeat scroll center center transparent;
}
#focuson .slide {
	width: 100%;
}
#focuson .slide .titolo {
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
	margin-top: 10px;
}
#focuson .slide .immagine_testo {
	margin-top: 10px;
}
#focuson .slide .immagine_testo a {
	float: left;
	width: 20%;
}

#focuson .slide .immagine_testo .right_side {
	float: right;
	font-size: 15px;
	color: #666;
	width: 80%;
}

.t1_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_carosello_btn:hover {
	background-color: rgba(215, 33, 13, 0.9);
}

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

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

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



/**/

#focus_on-carousel .tx_titolo {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#focus_on-carousel .immagine_testo {
	width: 100%;
}

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

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

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


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