/* 	----------------------------------------------------------------------------------------------	
										C - HEADER 																											
	----------------------------------------------------------------------------------------------	*/

header { padding: 15px 0; position: relative; }
header img#logo { width: 100%; max-width: 400px; }

header .rightContainer { text-align: right; font-size: 12px; line-height: 14px; font-weight: 700; color: #333; margin-top: 30px; }
header .rightContainer span { font-size: 12px; line-height: 14px; font-weight: 400; color: #CCC; }
header .rightTextContainer { display: table; float: right; }
header .adressInfo { display: inline-block; text-align: right; }
header .adressInfo .inline-element { 
	display: inline-block;	
	padding: 3px 8px; 
	padding-right: 40px;
	background: url(../img/icon-mail.jpg) right no-repeat;
	background-size: auto 100%; 
}
header .adressInfo .inline-element:last-child { margin-left: 12px; background-image: url(../img/icon-indirizzo.jpg); }
header .adressInfo a { color: #333; }
header .adressInfo a:hover { color: #826427; }

/* 	----------------------------------------------------------------------------------------------	
										D - HEADER FIXED																												
	----------------------------------------------------------------------------------------------	*/
.header-fixed-enabled { display: none; }
.header-fixed-enabled.header-fixed { display: block; position: fixed; z-index: 99999; left: 0; right: 0; padding: 0; background: #fff; -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.04); -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.04); box-shadow: 0 3px 5px rgba(0,0,0,0.05); }
.header-fixed img#logo {
	max-height: 40px;
	margin: 10px 0;
}
header nav.menu.fixed-menu { text-align: right;	}
header nav.menu.fixed-menu ul { border-left: 1px solid #f0f0f0 }
header nav.menu.fixed-menu li a {
	padding: 0 15px;
	line-height: 60px;
	border-right: 1px solid #f0f0f0;
}
header nav.menu.fixed-menu li:hover a,
header nav.menu.fixed-menu li.current-menu-item a {
	background: #f0f0f0;
}


/* 	----------------------------------------------------------------------------------------------	
										D - PARALLAX HEADER																											
	----------------------------------------------------------------------------------------------	*/
.slide-container {
	position: relative;
	z-index: 5;
	background: #595671;
	
	padding: 35px 0;
	overflow: hidden;
}	
#parallax {	list-style: none; margin: 0; Padding: 0; position: absolute; width: 100%; height: 100%; overflow: hidden; border: 0; top: 0; }
#parallax li{ background: none; position: absolute; background-repeat: no-repeat; background-position: center top; text-align: center; border: 0; }


/* 	----------------------------------------------------------------------------------------------	
										D - MAIN SLIDER MASK																									
	----------------------------------------------------------------------------------------------	*/



.slider-container { position: relative; /*overflow: hidden;*/ }

.slider-container .up-mask {
	background: none top center no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	height: 30px;
	position: absolute;
}

.slider-container .dw-mask {
	background: none bottom center no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
	height: 30px;
	position: absolute;
}


/* 	----------------------------------------------------------------------------------------------	
										D - BREADCRUMB																													
	----------------------------------------------------------------------------------------------	*/
.page-title {
	padding: 25px 0;
	margin-bottom: 0;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	background: #826427 url(../img/prlx.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.page-title h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	margin: 0;
}

.page-title .breadcrumbs {
	background: #fff;
	background: rgba(255,255,255,.9);
	
	padding: 3px 5px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: table;
}
	
.page-title .breadcrumbs .breadcrumb-right { margin: 0 5px; }

