.benvenuto { margin-bottom: 75px !important; }
.benvenuto h3 { text-transform: uppercase; font-size: 34px; line-height: 36px; color: #1e1d90; }
.benvenuto .cycloneslider,
.benvenuto .cycloneslider img {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	
	-webkit-box-shadow: 0 0 0 5px #1874C6;
	-moz-box-shadow: 0 0 0 5px #1874C6;
	box-shadow: 0 0 0 5px #1874C6;
	
	overflow: hidden;
}

/* 	----------------------------------------------------------------------------------------------	
										D - WIDE BACKGROUND																											
	----------------------------------------------------------------------------------------------	*/

.wide-background { padding-top: 35px; padding-bottom: 35px; background: #eee; }
.wide-background .row-fluid { margin-bottom: 0; } 

.wide-background.section-servizi {
	background: url(../../img/bg-sf-blu.png) top left repeat-x;
	padding-bottom: 0;
}
/* 	----------------------------------------------------------------------------------------------	
										D - PARALLAX																								
	----------------------------------------------------------------------------------------------	*/

.parallax {
	background-color: #ddd;
	background-image: url(../../img/prlx.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;	
}

/* 	----------------------------------------------------------------------------------------------	
										D - SHADOW																								
	----------------------------------------------------------------------------------------------	*/

.shadow { width: 100%; height: 30px; margin-bottom: 35px; background-size: 100% 100%; background-repeat: no-repeat; }
.wide-shadow { width: 100%; float: left; height: 30px; background-position: top center; background-size: 100% 100%; position: absolute; left: 0; right: 0; }

.shadow1 { background-image: url(../../img/shadow/book-shdw.png); }
.shadow2 { background-image: url(../../img/shadow/book2-shdw.png); }
.shadow3 { background-image: url(../../img/shadow/book3-shdw.png); }
.shadow4 { background-image: url(../../img/shadow/book4-shdw.png); }
.shadow5 { background-image: url(../../img/shadow/center-shdw.png); }
.shadow6 { background-image: url(../../img/shadow/weight-shdw.png); }
.shadow7 { background-image: url(../../img/shadow/linear-shdw.png); }
.shadow8 { background-image: url(../../img/shadow/disk-shdw.png); }

/* 	----------------------------------------------------------------------------------------------	
										D - QUOTE																								
	----------------------------------------------------------------------------------------------	*/

.quote { margin-bottom: 0 !important; }
.wide-background.quote { padding-top: 0; padding-bottom: 0; margin-bottom: 0 !important; background: #1874c6 url(../../img/bg-quote.jpg) top center no-repeat; background-size: 100% auto; }
.quote-container { padding: 45px 0; text-align: center; }

.quote h1, 
.quote h1 a {
    font-size: 34px;
    line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.quote h2,
.quote h2 a {
	font-size: 20px;
	line-height: 22px;
	color: #beb7db;
	text-transform: uppercase;
	margin: 0;
}

.quote p,
.quote p a { 
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	margin: 0;
}
/* 	----------------------------------------------------------------------------------------------	
										D - NEW QUOTE																								
	----------------------------------------------------------------------------------------------	*/
	
.wide-background.newQuote {
	padding-top: 50px; 
	padding-bottom: 50px; 
	background: #1874c6 url(../../img/bg-quote-mezzo.jpg) top center no-repeat;
	 background-size: cover;
	text-align: center;
	margin-bottom: 75px !important;
	
	position: relative;
	z-index: 1;
}

.wide-background.newQuote:before {
	background: url(../../img/corda.jpg) repeat-x;
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	rigth: 0;
	z-index: 2;
	
	width: 100%;
	height: 9px;
	display: block;
}

.wide-background.newQuote:after {
	background: url(../../img/corda.jpg) repeat-x;
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	rigth: 0;
	z-index: 2;
	
	width: 100%;
	height: 9px;
	display: block;
}

.wide-background.newQuote .row-fluid {  margin-bottom: 0 !important;  }

.wide-background.newQuote .quote-container {
	position: relative;
	z-index: 3;
	padding: 0;
	text-align: center;
}

.wide-background.newQuote h1 {
	margin-top: 0;
	margin-bottom: 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 30px;
	
	position: relative;
}

.wide-background.newQuote h2 {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}

.wide-background.newQuote a.btn-newQuote {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	border: 3px solid #beb7db;
	color: #beb7db;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 25px;
	text-shadow: none;
	text-transform: uppercase;
}

.wide-background.newQuote a.btn-newQuote:hover {
	background: #5a4e9a;
	border: 3px solid #5a4e9a;
	color: #fff;
	text-shadow: none;
}

/* 	----------------------------------------------------------------------------------------------	
										D - SLIDER MASK																						
	----------------------------------------------------------------------------------------------	*/
.slider-mask { position: relative; }

.slider-mask:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	content: '';
	background: url(../../img/mask.png);
	background-size: 100% 100%;
	z-index: 999;
}

