@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Palanquin:400,600,100);
@import url(//fonts.googleapis.com/css?family=Ubuntu);
@import "animate.css";
/*========================================================
	Main Styles
=========================================================*/
body{ background-color: #fff }
.badge {
	background: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.body__mod {
	background: url("../images/parallax1.jpg") no-repeat;
}
@media (max-width: 991px) {
	.clearboth {
		clear: both;
	}
}
.fa {
	line-height: inherit;
}
[class*='fa-']:before {
	font-weight: 400;
	font-family: 'FontAwesome';
	color: inherit;
	font-size: 20px;
}
.txt-clr1 {
	color: #fff;
}
.txt-clr2 {
	color: #333333;
}
.txt-clr3 {
	color: #fe8315;
}
.txt-clr4 {
	color: #edb712;
}
.txt-clr5 {
	color: #1abfa4;
}
.txt-clr5 {
	color: #262626;
}
.clr-primary {
	color: #26dac3;
}
.clr-secondary {
	color: #fbbe04;
}
.clr-secondary a:hover {
	color: #26dac3;
}
.ttu {
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.ins767 {
		padding-left: 8%;
		padding-right: 8%;
	}
}
em {
	font-style: normal;
}
.md-add {
	margin-top: -19px;
}
/*=======================================================
	Main Layout
=========================================================*/
* + .row {
	margin-top: 23px;
}
.row + * {
	margin-top: 30px;
}
.row + .row {
	margin-top: 30px;
}
* + .btn-wr {
	margin-top: 37px;
}
h2 + img {
	margin-top: 23px;
}
h2 + h5 {
	margin-top: 16px;
}
h5 + p {
	margin-top: 10px;
}
* + h5 {
	margin-top: 20px;
}
* + ul.clr-secondary {
	margin-top: 25px;
}
* + p {
	margin-top: 5px;
}
* + .offs {
	margin-top: 40px;
}
p + .offs {
	margin-top: 0;
}
p + .btn-primary__mod,
.offs + .btn {
	margin-top: 10px;
}
* + .offs2 {
	margin-top: 0px;
}
/*=======================================================
	Components
=========================================================*/
/*==================   Block-icon     ===================*/
.block-icon {
	background: rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 17px 0px 20px;
	position: relative;
}
.lt-ie9 .block-icon {
	background: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
	zoom: 1;
}
.block-icon:hover .icon {
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.block-icon .block_caption {
	color: #fff;
	padding-left: 55px;
	padding-right:10px
}
.block-icon .block_caption a {
	margin-top: 2px;
}
.block-icon .icon {
	position: absolute;
	left: 21px;
	top: 26px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.block-icon .icon .fa:before {
	font: 400 42px/28px 'FontAwesome';
	color: #fbbe04;
}
.block-icon__skin {
	background: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.block-icon__skin .icon {
	position: absolute;
	display: inline-block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	left: 0px;
	top: 20px;
	background: #fbbe04;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.block-icon__skin .icon .fa:before {
	font: 400 30px/65px 'FontAwesome';
	color: #fff;
}
.block-icon__skin .block_caption {
	padding: 0px 10px 0px 82px;
}
.block-icon__skin + .block-icon__skin {
	margin-top: -10px;
}
.block-icon__skin__mod .icon {
	width: 82px;
	height: 82px;
	line-height: 82px;
	top: 20px;
}
.block-icon__skin__mod .icon .fa:before {
	font: 400 36px/82px 'FontAwesome';
}
.block-icon__skin__mod .block_caption {
	padding: 0px 10px 0px 100px;
}
.block-icon__mod {
	background-color:rgba(35,125,117,0.8);
}
/*==================    P404   =================*/
.p404 {
	padding-top: 22px;
	padding-bottom: 74px;
}
.p404 h1 {
	font-size: 120px;
}
.p404 h1 em {
	font-size: 70px;
	text-transform: none;
	display: block;
	margin-top: -25px;
}
.p404 * + p {
	margin-top: 29px;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
	content: " ";
	display: table;
}
.box:after {
	clear: both;
}
.box:before,
.box:after {
	content: " ";
	display: table;
}
.box:after {
	clear: both;
}
.box_aside {
	float: left;
}
.box_aside img {
	margin-right: 30px;
}
@media (max-width: 479px) {
	.box_aside {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.box_cnt__no-flow {
	overflow: hidden;
}
@media (max-width: 479px) {
	.box_aside {
		float: none;
		text-align: center;
	}
}
.btn-wr-header {
	float: right;
}
/*==================  Stuck menu  ======================*/
.stuck_container {
	padding: 21px 0px 23px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.52);
}
.isStuck {
	background: #237d75;
	padding: 0px 0;
	z-index: 999;
	box-shadow: 0 1px 2px #bbb;
}
@media only screen and (max-width: 992px) {
	.isStuck {
		display: none !important;
	}
}
.isStuck .sf-menu ul {
	top: 40px;
}
.isStuck .sf-menu ul ul {
	top: 0;
}
/*==================     ToTop     ======================*/
.toTop {
	width: 47px;
	height: 47px;
	font-size: 24px;
	line-height: 47px!important;
	font-weight: 700;
	color: #fff!important;
	background: #237d75;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: fixed;
	right: 66px;
	bottom: 180px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}
.toTop:hover {
	color: #fff;
	background: #333333;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transform: scale(1.2);
}
@media only screen and (max-width: 1399px) {
	.toTop {
		display: none !important;
	}
}
/*==================   Tumbnail    ======================*/
.thumb {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.thumb img {
	width: 100%;
	height: auto;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.thumb_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #ffffff;
	background: transparent;
}
.thumb_overlay:before {
	content: '\f065';
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 20px;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.lt-ie9 .thumb_overlay:before {
	display: none;
}
.thumb:hover .thumb_overlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
	background: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
	zoom: 1;
}
.thumb:hover .thumb_overlay:before {
	opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
	display: block;
}
.thumb:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*==================  RD Parallax    ======================*/
.parallax {
	position: relative;
	overflow: hidden;
}
.parallax_image,
.parallax_pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: center center;
	will-change: transform;
}
.parallax_image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.parallax_pattern {
	background-repeat: repeat;
}
.parallax_cnt {
	position: relative;
	color: #fff;
	padding-top: 34px;
	padding-bottom: 88px;
}
.parallax_cnt * + .row {
	margin-top: 35px;
}
@media (max-width: 767px) {
	.parallax_image,
	.parallax_pattern {
		background-position: 60% center;
	}
}
.parallax2 .parallax_cnt {
	padding-bottom: 42px;
}
.parallax2 .parallax_cnt * + .row {
	margin-top: 24px;
}
.parallax2__mod .parallax_cnt {
	padding-bottom: 50px;
}
.parallax3 .parallax_cnt {
	padding-top: 0px;
	padding-bottom: 24px;
}
@media (max-width: 767px) {
	.parallax3 .parallax_cnt {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
.parallax3 .parallax_cnt h1 + .btn {
	margin-top: 36px;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: left;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.rd-mobilemenu.active {
	right: 0;
}
.rd-mobilemenu_ul {
	position: fixed;
	top: -56px;
	left: 0;
	bottom: -56px;
	width: 240px;
	padding: 132px 0 76px;
	color: #a5bfd2;
	background: rgba(43, 54, 67, 0.97);
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
	background: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3643', endColorstr='#ff2b3643');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3643', endColorstr='#ff2b3643');
	zoom: 1;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.rd-mobilemenu_ul a {
	display: block;
	padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
	background: #313e4e;
	color: #ffffff;
}
.rd-mobilemenu_ul a:hover {
	background: #26dac3;
	color: #ffffff;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -17.5px;
	width: 32px;
	height: 32px;
	font: 400 10px 'FontAwesome';
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ffffff;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
	content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
	background: #2b3643;
	color: #a5bfd2;
}
.rd-mobilemenu_ul a.rd-with-ul {
	position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
	padding-left: 40px;
	border: none;
	padding-top: 14px;
	padding-bottom: 16px;
}
.rd-mobilemenu_ul ul ul {
	border: none;
	box-shadow: none;
	background: transparent;
}
.rd-mobilemenu_ul ul ul li {
	border: none;
	box-shadow: none;
}
.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
	color: inherit;
	padding-top: 14px;
	padding-bottom: 16px;
	border: none;
	box-shadow: none;
}
.rd-mobilemenu_ul ul ul a.active {
	background: #313e4e;
	color: #ffffff;
}
.rd-mobilemenu_ul ul ul a:hover {
	background: #26dac3;
	color: #ffffff;
}
.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}
.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	background: #2b3643;
	color: #ffffff;
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
}
.rd-mobilepanel_title {
	position: fixed;
	padding-left: 10px;
	top: 4px;
	left: 56px;
	right: 56px;
	color: #ffffff;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rd-mobilepanel_toggle {
	position: fixed;
	top: 4px;
	left: 8px;
	width: 48px;
	height: 48px;
	background-color: #252e3a;
	border: 1px solid #ffffff;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.rd-mobilepanel_toggle:hover {
	-moz-box-shadow: inset 0 0 10px -2px #ffffff;
	-webkit-box-shadow: inset 0 0 10px -2px #ffffff;
	box-shadow: inset 0 0 10px -2px #ffffff;
}
.rd-mobilepanel_toggle span {
	position: relative;
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
	top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #ffffff;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
	transition: background .3s 0s ease;
	background: transparent;
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (max-width: 767px) {
	body {
		padding-top: 56px;
	}
	.rd-mobilemenu,
	.rd-mobilepanel {
		display: block;
	}
}
@media (max-width: 359px) {
	.rd-mobilepanel_title {
		font-size: 18px;
	}
}
/*========================================================
	HEADER  Section
=========================================================*/
header {
	background: url("../images/head.jpg"), #ffffff center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 55px;
}
@media (max-width: 979px) {
	header {
		background-attachment: scroll;
	}
}
header * + .row {
	margin-top: 72px;
}
header .btn-wr-header {
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}
header .btn-wr-header .btn + .btn {
	margin-left: 5px;
}
@media (max-width: 991px) {
	header {
		text-align: center;
	}
	header .btn-wr-header,
	header .navbar-brand {
		float: none;
		display: inline-block;
	}
}
.header__mod {
	padding-bottom: 0;
}
main {
	background: #fff;
}
footer {
	padding-top: 55px;
	padding-bottom: 14px;
	background: #fff;
}
footer h5 + ul {
	margin-top: 9px;
}
footer ul li a {
	color: #26dac3;
}
footer .social .fa {
	padding-left: 23px;
	font-family: 'Palanquin', sans-serif;
	position: relative;
}
footer .social .fa:before {
	font-size: 13px;
	position: absolute;
	color: #fbbe04;
	top: 0;
	left: 0;
}
footer .fb-plug-wr {
	margin-top: -20px;
	min-height: 225px;
}
footer hr {
	display: block;
	border: none;
	height: 1px;
	width: 100%;
	background: #464646;
	margin-top: 35px;
}
footer .navbar-brand {
	padding-left: 38px;
	float: none;
	display: inline-block;
	color: #fff;
}
footer .navbar-brand:before {
	position: absolute;
	content: url(../images/logo_img-footer.png);
	width: 28px;
	height: 34px;
	left: 0;
	top: 9px;
}
footer .navbar-brand a {
	font-size: 20px;
}
footer .navbar-brand a:hover,
footer .navbar-brand a:focus {
	color: #ffffff;
	text-decoration: none;
}
footer .rights {
	display: inline-block;
	margin-left: 5px;
}
/*========================================================
	MEDIA QUERIES
=========================================================*/
@media (max-width: 500px) {
	.row .col-xs-6 {
		clear: both;
		width: 100%;
		margin-top: 20px;
	}
}
@media (max-width: 550px) {
	.row .col-xs-4 {
		clear: both;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.row .col-xs-12 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	h2 + img {
		display: inline-block;
	}
}
@media (max-width: 991px) {
	.row .col-sm-12 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.row .col-md-4 {
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.row .col-sm-6 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.p-Sezione{
	line-height:1;
	font-size:19px;
	padding-right:10px;	
}

.bollo-sezione{
	width:40px; 
	height:40px; 
	background-color:#f7a600;
	border-radius:50%;
	font-size:20px; 
	padding-top:4px; 
	text-align:center; 
	position:absolute; 
	font-weight:700;
	top:-5px; 
	left:10px	
}

.bollo-sezione-b{
	width:40px; 
	height:40px; 
	background-color:#237d75;
	border-radius:50%;
	font-size:20px; 
	padding-top:0px; 
	text-align:center; 
	position:absolute; 
	font-weight:700;
	top:-5px;
	left:10px
}

.relative{
	position:relative;
}

.min-h-sezione{
	min-height:100px
}

.min-h-capitolo{
	font-size:12px;
	
	min-height:140px
}

.marginTop20{
	margin-top:20px;
}

.bk-yellow{
	background-color:#f7a600;
}
.autoriFoto{
	border:10px solid #ba9b4e;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, Gecko */
	box-sizing: border-box;
}
.text-yellow{
	color:#f7a600;
}
.bk-white{
	color:#fff;
}
.bk-blue{
	background-color:#286da0;
}
.noAbsolute{
	width:40px; 
	height:40px; 
	background-color:#f7a600;
	border-radius:50%;
	font-size:20px; 
	padding-top:1px; 
	text-align:center; 
	margin-left:15px;
	margin-top: 4px;
	
}
@media (min-width: 991px) and (max-width: 1199px) {
	.min-h-sezione{
		min-height:140px
	}
}

/* CUSTOM */

.S-Title{
	color:#237d75;
	font-size:24px;
	text-transform:uppercase;
	font-weight: 700;
	line-height:1em
}
.approfondimenti{
	background-image:url(images/lente.png);
	background-position:right top;
	background-repeat:no-repeat;
	min-height:130px;
}
.numberAp{
	width:80px;
	font-size:20px;
	font-weight: 700;
	color:#237d75;
}
.titolo_sottocap{
	text-decoration:underline;
	font-size:20px;
	font-weight: 700;
	color:#237d75;
	line-height:1.2em
}
.titolo_immagini{
	text-decoration:underline;
	font-size:20px;
	font-weight: 700;
}

.sottotitolo_sottocap{
	margin-top:0px;	
	font-size:20px;
	font-weight: 400;
	line-height:1.2em
}
.immaginiEtabelle
{
	background-image:url(images/photog.png);
	background-position:right top;
	background-repeat:no-repeat;
	min-height:90px;
}
.sommario
{
	background-image:url(images/bookg.png);
	background-position:right top;
	background-repeat:no-repeat;
	min-height:120px;
}
.ul-sub{
	margin-left:15px;
}
.ul-title{
	font-size:20px;
}
.ul-prime li{
	list-style-type:disc;
	font-size:20px;
	font-weight: 100;
}

.ul-prime li ul li{
	list-style-type:none;
	
}
.ul-sub li{
	list-style-type:none;
	font-size:20px;
	font-weight: 100;
}
.titolo-som{
	font-size:22px;
	font-weight: 700;
}

.marger{
	margin-top: 0px !important;
	margin-bottom: 10px;
}