<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-benvenuto h1 {
	text-transform: uppercase;
}

.section-benvenuto p {
	font-size: 20px;
	line-height: 26px;
}

.section-benvenuto a.custom-btn {
	background: #ffed00;
	padding: 12px 25px;
	color: #000;
	text-transform: uppercase;
	display: table;
	margin-top: 15px;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}

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

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

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

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

.parallax01 { background-image: url(../../img/prlx-2.jpg); margin-bottom: 0 !important }

/* 	----------------------------------------------------------------------------------------------	
										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: 35px !important; }
.quote-container { padding: 80px 0 65px; text-align: center; }

.quote h1,
.quote h1 a { 
	font-size: 38px;
	line-height: 42px;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 25px;
	
	position: relative;
}

.quote h1:before {
	content: '';
	z-index: 9999;
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	background: url(../../img/decor.png);
	background-size: 100% 100%;
}

.quote h1:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 5px;
	background: #ffed00;
}


.quote h2,
.quote h2 a {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	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: 180px; 
	padding-bottom: 80px; 
	background: #f0f0f0 url(../../img/prlx.jpg);
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	margin-bottom: 0 !important;
	
	position: relative;
	z-index: 1;
}

.wide-background.newQuote:before {
	background: url(../../img/texture.png) repeat;
	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-shadow: 2px 2px 2px #000;
	text-transform: uppercase;
	
	position: relative;
}

.wide-background.newQuote h1:before {
	content: '';
	z-index: 9999;
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	background: url(../../img/decor.png);
	background-size: 100% 100%;
}

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

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

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

.wide-background.newQuote a.btn-newQuote {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.wide-background.newQuote a.btn-newQuote:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.wide-background.newQuote a.btn-newQuote:hover, .wide-background.newQuote a.btn-newQuote:focus, .wide-background.newQuote a.btn-newQuote:active {
  color: #FFED00;
}
.wide-background.newQuote a.btn-newQuote:hover:before, .wide-background.newQuote a.btn-newQuote:focus:before, .wide-background.newQuote a.btn-newQuote:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

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

</pre></body></html>