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

header { padding: 10px 0 0; position: relative; }
header img#logo { width: 100%; max-width: 350px; margin-top: 15px; }

.home header.fixed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 10px 0 0;
	background: rgba(255,255,255,.8) url(../../img/bg-head.png) top left repeat-x;
	background-size: auto 100%;
}

header .rightContainer { text-align: right; font-size: 12px; line-height: 14px; font-weight: 400; color: #333; }
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; border-right: 1px solid #ccc;  }
/*header .adressInfo .inline-element:last-child { padding-right: 0; border: 0; }*/
header .adressInfo a { color: #333; }
header .adressInfo a:hover { color: #52BFD3; }

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

.slider-container .tp-caption span#reg {
	position: relative;
	top: -25px;
	font-size: 38px;
}

/* 	----------------------------------------------------------------------------------------------
										D - BREADCRUMB
	----------------------------------------------------------------------------------------------	*/
.page-title {
	padding: 25px 0;
	margin-bottom: 0;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;

	background: #52BFD3 url(../../img/prlx-azzurro-2.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
.page-title:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: #fff;
}
.page-title:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: #fff;
}
.page-title h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 34px;
	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; }
