@font-face {
font-family: 'fontawesome';
src: url('../fonts/fontawesome.eot');
src: url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome.svg#fontawesome') format('svg'), url('../fonts/fontawesome.woff') format('woff'), url('../fonts/fontawesome.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #53938d
}
.testo {
	width: 80%;
	/*width: 600px;
	margin: 100px auto;*/
}
.testo .cbp-qtrotator {
	/*width: 600px;*/
	width: 100%;
	height: 180px;
	position: relative;
	float: left;
	margin: 0;
	padding-top: 11px
}
.testo .cbp-qtcontent {
	width: 100%;
	height: auto;
	position: absolute;
	min-height: 180px;
	top: 0;
	z-index: 2;
	display: none
}
.testo .cbp-qtrotator .cbp-qtcontent.current {
	display: block
}
.testo .cbp-qtrotator blockquote {
	margin: 40px 0 0 0;
	padding: 0
}
.testo .cbp-qtrotator blockquote p {
	/*font-size: 2em;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;*/
	text-align:justify;
}
.testo .cbp-qtrotator blockquote footer {
	/*font-size: 1.2em;*/
	font-size: 1.8em;
}
.testo .cbp-qtrotator blockquote footer:before {
	content: '― '
}
.testo .cbp-qtrotator .cbp-qtcontent img {
	/*float: right;
	margin: 50px 0 0 50px*/
	float:left;
	margin:30px 10px 0 0;
}
.testo .cbp-qtprogress {
	position: absolute;
	background: #fff;
	height: 1px;
	width: 0%;
	z-index: 1000;
	max-width:100%;
	display:block;
}
