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

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

/* 	----------------------------------------------------------------------------------------------	
										D - PARALLAX																								
	----------------------------------------------------------------------------------------------	*/

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

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

.shadow { width: 100%; height: 30px; margin-bottom: 35px; background-size: 98% 100%; background-repeat: no-repeat; background-position: center; }
.shadow0 { width: 100%; height: 30px; background-size: 98% 100%; background-repeat: no-repeat; background-position: center; }
.wideShadow { width: 100%; margin-bottom: 50px; position: relative; }
.wideShadowLow { width: 100%; margin-bottom: 25px; position: relative; }
.wideShadow0 { width: 100%; margin-bottom: 0px; position: relative; }
.wideShadow0:after,
.wideShadowLow:after,
.wideShadow:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -960px;
	bottom: -48px;
	height: 48px;
	width: 1920px;
	background-image: url(../img/shadow/shdw00.png);
	background-size: 100% 100%; 
	z-index: 99;
}

.shadow1, .shadow1:after { background-image: url(../img/shadow/book-shdw.png); }
.shadow2, .shadow2:after { background-image: url(../img/shadow/book2-shdw.png); }
.shadow3, .shadow3:after { background-image: url(../img/shadow/book3-shdw.png); }
.shadow4, .shadow4:after { background-image: url(../img/shadow/book4-shdw.png); }
.shadow5, .shadow5:after { background-image: url(../img/shadow/center-shdw.png); }
.shadow6, .shadow6:after { background-image: url(../img/shadow/weight-shdw.png); }
.shadow7, .shadow7:after { background-image: url(../img/shadow/linear-shdw.png); }
.shadow8, .shadow8:after { background-image: url(../img/shadow/disk-shdw.png); }
.shadow9, .shadow9:after { background-image: url(../img/shadow/center-shdw-80.png); }
.shadow10, .shadow10:after { background-image: url(../img/shadow/shdw00.png); }
.shadow11, .shadow11:after { background-image: url(../img/shadow/shdw01.png); }
.shadow12, .shadow12:after { background-image: url(../img/shadow/shdw02.png); }
.shadow13, .shadow13:after{ background-image: url(../img/shadow/shdw03.png); }
.shadow14, .shadow14:after { background-image: url(../img/shadow/shdw04.png); }
.shadow15, .shadow15:after { background-image: url(../img/shadow/shdw05.png); }

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

.quote { 
	margin-bottom: 0 !important; 
	position: relative; 
}
.quote { 
	padding-top: 0; 
	padding-bottom: 0; 
	margin-bottom: 35px !important;
	background: #826427 url(../img/prlx.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.quote-container { padding: 25px 0; text-align: center; }

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

.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;
}*/

.newQuote .row-fluid {  margin-bottom: 0 !important;  }
.newQuote .quote-container { position: relative; z-index: 3; padding: 0; text-align: center; }
.newQuote h1 {
	margin: 0 0 25px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
.newQuote h2 {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}
.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);
}
.newQuote a.btn-newQuote:hover {
	background: #826427;
	border: 3px solid #826427;
	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);/*** IMG NON TROVATA ***/
	background-size: 100% 100%;
	z-index: 999;
}

