.home h3 a {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}

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

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

.wide-background.section-settori {
	background: url(../../img/bg-settori.jpg) center no-repeat;
	background-size: cover;
	
	padding-top: 70px;
	padding-bottom: 70px;
	
	position: relative;
	z-index: 1;
}

.wide-background.section-settori * { color: #fff; }

.wide-background.section-settori:before {
	background: url(../../img/msk-up-prlx.png) top center no-repeat;
	background-size: 1366px auto;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	rigth: 0;
	z-index: 2;
	
	width: 100%;
	height: 44px;
	display: block;
}

.wide-background.section-settori:after {
	background: url(../../img/msk-dw-prlx.png) bottom center no-repeat;
	background-size: 1366px auto;
	content: '';
	position: absolute;
	left: 0;
	rigth: 0;
	bottom: 0;
	z-index: 2;
	
	width: 100%;
	height: 44px;
	display: block;
}

.wide-background.section-settori .row-fluid {
	position: relative;
	z-index: 3;
}

.wide-background.section-settori .quote h1 { color: #F2942F; }
.wide-background.section-settori .quote-container { padding: 0 0 45px; }

.wide-background.bg-home {
	background: url(../../img/bg-wht.png) top left repeat-x;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.wide-background.bg-home .row-fluid {
	margin-bottom: 35px;
}

/* 	----------------------------------------------------------------------------------------------	
										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); }
.shadow9 { background-image: url(../../img/shadow/center-shdw-80.png); }
.shadow10 { background-image: url(../../img/shadow/shdw-quote.png); }

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

.quote { margin-bottom: 0 !important; }
.wide-background.quote { padding-top: 0; padding-bottom: 0; margin-bottom: 0 !important; background: #000 url(../../img/bg-quote.png) center left repeat-x; }
.quote-container { padding: 10px 0 15px; text-align: center; }

.wide-background.shadow.quote-shadow {
	background-color: transparent;
    background-position: top center;
    background-size: 1366px auto;
    background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	height: 44px;
	margin-bottom: 20px;
}

.quote h1,
.quote h1 a { 
	font-size: 38px;
	line-height: 42px;
	color: #F2942F;
	text-transform: uppercase;
	margin: 0;
}
.quote h2,
.quote h2 a {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.quote p,
.quote p a { 
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	margin: 0;
}

/* 	----------------------------------------------------------------------------------------------	
										D - NEW QUOTE																								
	----------------------------------------------------------------------------------------------	*/
	
.wide-background.newQuote {
	padding-top: 80px; 
	padding-bottom: 80px; 
	background: #f0f0f0;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	margin-bottom: 0 !important;
	
	position: relative;
	z-index: 1;
}
/*
.wide-background.newQuote:before {
	background: rgba(0,0,0,0.4);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	rigth: 0;
	bottom: 0;
	z-index: 2;
	
	width: 100%;
	height: 100%;
	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;
	
	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;
	margin-bottom: 25px;
}

.wide-background.newQuote a.btn-newQuote {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	border: 3px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 25px;
	text-shadow: none;
	background: rgba(0,0,0,.3);
}

.wide-background.newQuote a.btn-newQuote:hover {
	background: #F2942F;
	border: 3px solid #F2942F;
	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;
}


.intro-container {
	padding: 15px;
	background: #222;
	border-top: 5px solid #F2942F;
	border-bottom: 5px solid #F2942F;
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
	position: relative;
}

.intro-container:before {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	height: 20px;
	background-image: url(../../img/shadow/book3-shdw.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.intro-container,
.intro-container h1,
.intro-container p {
	color: #fff;
}

.intro-container p:last-child { margin-bottom: 0; }

.intro-container.servizi {
	background: #F2942F;
	border-top: 5px solid #222;
	border-bottom: 5px solid #222;
}

.intro-container.servizi,
.intro-container.servizi h1,
.intro-container.servizi p {
	color: #222;
}
