@charset "UTF-8";


/* ********************************** */
/* css/lib/reset.css */


/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, select, textarea, p, blockquote, th, td 
{ margin:0; padding:0; }

/* Removes list-style from lists */
ol,ul { list-style:none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style:normal; font-weight:normal; }

/* Removes list-style from lists */
table { border-collapse:collapse; border-spacing:0; }

/* Removes border from fieldset and img */
fieldset,img { border:0; }

/* Left-aligns text in caption and th */
caption,th { text-align:left; }

/* Removes quotation marks from q */
q:before, q:after { content:''; }

/* Removes underline from links */
a:link, a:visited { text-decoration:none; }


/* ********************************** */
/* css/lib/classes.css */




/* Class */
.clear {
	display: block;
	clear: both;
	height: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
}

.hidden {
	display: block;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	height: 0;
	min-height: 0;
	width: 0;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.replace {
	display: block;
	text-align: left;
	text-indent: -999em;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: no-repeat 0 0 transparent;
	border: none;
}

.imgContainer {
	position: relative;
	display: block;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}

.imgContained {
	min-width: 100%;
	height: 100%;
}

.floatedItem {
	position: relative;
	display: block;
	float: left;
}

.fullScreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

.first-row {
	clear: both;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}


/* Google Maps (per mostrare che funziona) */
#map_canvas {
	min-height: 10px;
}


/* ********************************** */
/* css/gen/general.css */


/* CSS Document */

@font-face {
    font-family: 'source_sans_proregular';
    src: url('font/sourcesanspro-regular-webfont.eot');
    src: url('font/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sourcesanspro-regular-webfont.woff') format('woff'),
         url('font/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('font/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proitalic';
    src: url('font/sourcesanspro-italic-webfont.eot');
    src: url('font/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sourcesanspro-italic-webfont.woff') format('woff'),
         url('font/sourcesanspro-italic-webfont.ttf') format('truetype'),
         url('font/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_probold_italic';
    src: url('font/sourcesanspro-bolditalic-webfont.eot');
    src: url('font/sourcesanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sourcesanspro-bolditalic-webfont.woff') format('woff'),
         url('font/sourcesanspro-bolditalic-webfont.ttf') format('truetype'),
         url('font/sourcesanspro-bolditalic-webfont.svg#source_sans_probold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'straitregular';
    src: url('font/strait-regular-webfont.eot');
    src: url('font/strait-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/strait-regular-webfont.woff') format('woff'),
         url('font/strait-regular-webfont.ttf') format('truetype'),
         url('font/strait-regular-webfont.svg#straitregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'BreeSerif-Regular';
		src: url('font/breeserifregular.eot');
		src: url('font/breeserifregular.eot?#iefix') format('embedded-opentype'),
			 url('font/breeserifregular.woff') format('woff'),
			 url('font/breeserifregular.ttf') format('truetype'),
			 url('font/breeserifregular.svg#breeserifregular') format('svg');
		font-weight: normal;
		font-style: normal;
}

.sprite{
	background-image: url(img/sprite.png);
}
.spriteButtons{
	background: transparent url(img/spriteButtons.png);
}
html, body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #e8e9e8;
}

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header {
	position:relative;
}

#content {
	clear: both;
	position:relative;
	background-color: #e8e9e8;
	width:960px;
	margin:0 auto;
}

#footer {
	position:relative;
	width:100%;
}


/* ********************************** */
/* css/gen/header.css */


/* CSS Document */

#header{
	background: url(img/banner3.jpg) #c7c8c7 center top no-repeat;
	height: 471px;
	margin: 0 auto;
}
/*#sloganHeader{
	background: url(img/titleLogo.png) center center no-repeat;
	width: 684px;
	height: 138px;
	margin-top: 90px;
}*/
#sloganHeader{
	background: url(img/titleLogo2.png) center center no-repeat;
	width: 960px;
	height: 50px;
	margin-top: 148px;
}
#h_logoLink{
	background: url(img/sprite.png) no-repeat -368px 0;
	width: 131px;
	height: 131px;
	position: absolute;
	z-index: 6;
	margin-left: 415px;
}
#searchContainer form{
	position: absolute;
	width:300px;
	margin-top: 20px;
	margin-left: 0px;
	z-index: 5;
}
#valueSearch{
	position:absolute;
	left:60px;
	top:0;
	height: 35px;
	width: 150px;
	color: #00a648;
	font-size: 13px;
	font-family: 'straitregular';
	border: none;
	background: none;
}
.labelSearch {
	color:#00a648;
	font-family: 'straitregular';
	font-size: 13px;
	position:absolute;
	top:10px;
	left:60px;
}
#submitSearch{
	width: 35px;
	height: 35px;
	float: left;
	display: block;
	margin-left: 13px;
	margin-right: 15px;
	text-indent: -9999px;
	cursor: pointer;
}
#valueSearchLabel {
	cursor: pointer !important;
}
#containerMenu{
	background: url(img/backgroundHeader.png) center -10px no-repeat;
	height: 137px;
	z-index: 2;
	position: relative;
}
#menuManage{
	width: 388px;
	float: left;
}
#menuProducts{
	float: right;
	width: 393px;
}
.slashLoginLabel{
	color: #e8e9e8;
}
#menuManage, #menuProducts{
	margin-top: 78px;
}
#menuList .menuContainer{
	float: left;
	border-right: #00a749 solid 2px;
	padding-right: 15px;
	padding-left: 15px;
}
#menuList .menuContainer:hover a{
	color: #00a749;
}
#menuList .menuContainer:nth-child(4){
	border-right: none;
}
#menuList .menuContainer a{
	font-family: 'straitregular';
	color: #221f20;
	font-size: 18px;
	text-transform: uppercase;
}
#menuProducts .labelMenuProducts{
	float: left;
	border-right: #f32018 solid 2px;
	padding-right: 15px;
	padding-left: 15px;
}

#menuProducts .labelMenuProducts a{
	font-family: 'straitregular';
	color: #e8e9e8;
	font-size: 18px;
	text-transform: uppercase;
}
#menuListProducts > .labelMenuProducts > .linksMenuProduct {
	padding-bottom: 60px;
}
#menuProducts #menuListProducts .labelMenuProducts:last-child {
	border: none;
}
.arrowClickMenu{
	display:none;
	background-position: -462px -169px;
	height: 10px;
	left: 79px;
	line-height: 50px;
	position: absolute;
	top: 8px;
	width: 17px;
}
#menuProducts .labelMenuProducts:hover .linksMenuProduct{
	color: #f32018;
}
#menuProducts .labelMenuProducts .loginLink:hover{
	color: #f32018;
}
#menuProducts .labelMenuProducts .accountLink:hover{
	color: #f32018;
}
#menuProducts .labelMenuProducts:hover .arrowClickMenu{
	background-position: -480px -169px;
}
.linkShoppingCart {
	display:block;
	height:45px;
	width:215px;
	position:absolute;
	right:0;
	top:15px;
	z-index:100;
}
.labelCart{
	position: absolute;
	top: 12px;
	right: 65px;
	text-align: right;
	color: #f32018;
	z-index: 5;
	font-family: 'straitregular';
	font-size: 13px;
	line-height:21px;
}
.labelCart .contentCart{
	font-family: 'BreeSerif-Regular';
	font-size: 20px;
	line-height: 13px;
}
.linkShoppingCart:hover .labelCart{
	color: #e8e9e8;
}
.h_iconCart {
	display:block;
	width:40px;
	height:34px;
	position:absolute;
	right:15px;
	top:5px;
	background:url(img/sprite.png) no-repeat -406px -338px;
}
.linkShoppingCart:hover .h_iconCart {
	background:url(img/sprite.png) no-repeat -446px -338px;
}

/* submenu */
.submenu{
	position: absolute;
	width: 960px;
	z-index: 1;
	left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.firstLevelSubmenu{
	margin-top: 23px;
	background: url(img/backFirstLevelSubmenu.png);
	visibility: hidden;
	z-index: 5;
}
.secondLevelSubmenu{
	background: url(img/backSecondLevelSubmenu.png) repeat-x 0px 0px;
	visibility: hidden;
	z-index: 2;
}
.listSubmenu{
	width: 930px;
	padding-top: 7px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
}
.listFirstSubmenu{
	background: url(img/backVoiceFirstLevelSubmenu.png);
	text-align: right;
}
.listSecondSubmenu{
	background: url(img/backVoiceSecondLevelSubmenu.png);
}
#menuProducts #menuListProducts .labelMenuProducts .firstLevelSubmenu .listSubmenu .voiceSubMenu .linksFirstSubmenu{
	font-size: 12px;
}
#menuProducts #menuListProducts .labelMenuProducts .secondLevelSubmenu .listSubmenu .voiceSubMenu .linksSecondSubmenu{
	font-size: 12px;
}
#menuProducts #menuListProducts .labelMenuProducts .firstLevelSubmenu .listSubmenu .voiceSubMenu:hover .linksFirstSubmenu{
	color: #f32018;
}
#menuProducts #menuListProducts .labelMenuProducts .secondLevelSubmenu .listSubmenu .voiceSubMenu:hover .linksSecondSubmenu{
	color: #191919;
}
#menuProducts #menuListProducts .labelMenuProducts .firstLevelSubmenu .listSubmenu .voiceSubMenu{
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #f32018;
	height: 15px;
	margin-bottom: 4px;
}
#menuProducts #menuListProducts .labelMenuProducts .secondLevelSubmenu .listSubmenu .voiceSubMenu{
	border-right: 1px solid #191919;
}
#menuProducts #menuListProducts .labelMenuProducts .firstLevelSubmenu .listSubmenu .voiceSubMenu:first-child{
	padding-left: 0px;
}
#menuProducts #menuListProducts .labelMenuProducts .firstLevelSubmenu .listSubmenu .voiceSubMenu:last-child{
	padding-right: 0px;
	border-right: 0;
}
.productSubmenu .listFirstSubmenu .secondLevelSubmenu {
	visibility: hidden;
	margin-top: 5px;
	padding-top: 10px;
	background-position: 0 5px;
}
.firstLevelSubmenu.selected,
.secondLevelSubmenu.selected {
	visibility: visible !important;
}
.linksFirstSubmenu:hover{
	position: relative;
/* 	padding-bottom: 60px; */
	z-index: 10;
}





/* _______________________________

			box login			
_________________________________*/
.loginLinksBox {
	left: 582px;
	position: absolute;
	top: 30px;
}
.slashLoginLabel {
	color:white;
}
.loginLink, .accountLink {
	color: #fff;
	font-family: 'straitregular';
	font-size: 13px;
}
#boxLogin {
	padding:10px;
	background:url(img/patternBlack.png);
	width:450px;
}
.titleContentBox{
	color: #191919;
	font-size: 18px;
	font-family: 'BreeSerif-Regular';
	font-weight: normal;
	line-height: 26px;
}
.loginBox{
	padding: 15px;
	background:#e8e9e8;
}
.registrationBox {
	margin-top:10px;
	background:#e8e9e8;
	padding: 15px;
}
#boxFormHomeLogin {
	margin-top:15px;
}
/* css per form */

/* Alert */
.mailAlert {
	display: block;
	text-align: center;
	padding: 10px 15px;
	font-weight: normal;
	font-size: 13px;
}

.mailAlert strong {
	text-transform: uppercase;
	font-weight: bold;
}

.cartLoginLabelInput.error,
.mailLabelCheckbox.error {
	color: #c72319;
}

.mailAlert.alertError {
	background-color: #c72319;
	color: #FFF;
}

.mailAlert.alertOK {
	background-color: #298400;
	color: #FFF;
}


/* Mail */

.loginFieldBox  {
	position: relative;
	margin-bottom: 10px;
	height: auto;
	background: #c7c7c7;
}
.homeLoginLabelInput {
	position: absolute;
	top: 5px;
	left: 10px;
	color: white;
	font-size: 18px;
	font-family: 'BreeSerif-Regular';
	text-transform: uppercase;
}
.homeLoginInput {
	height: 35px;
	background: #c7c7c7;
	border: medium none;
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
}

.loginBoxSubmit {
	text-align: right;
	clear:right;
}

/* fine css per form */

.linkForgotPassword{
	height: 23px;
	float: right;
}
.linkForgotPassword, .linkRegistration{
	color: #a0a0a0;
	font-size: 13px;
	font-family: 'straitregular';
}
.linkRegistration {
	color:#f32018;
}
#loginSubmit{
	width: 401px;
	margin-left:19px;
	height: 35px;
	background-position: -287px 0;
	display: block;
	text-align: right;
	padding-right: 15px;
	font-size: 20px;
	color: #f32018;
	font-family: 'straitregular';
	text-transform: uppercase;
	line-height: 35px;
	border: none;
	cursor: pointer;
}

#loginSubmit:hover, .linkRegistration:hover, .linkForgotPassword:hover{
	color: #191919;
}


/* __________________________________

		slider informazioni
____________________________________*/




#infoSliderBox {
	height: 45px;
	margin: 334px auto 0;
	overflow: hidden;
	position: relative;
	width: 960px;
	z-index: 100;
}

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 45px; /* Same as showcase javascript option */
	overflow: hidden;
}

p.longText{
	letter-spacing: -0.05px;
}
/* Container when content is shown as one page */
.showcase-onepage
{
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

.showcase-content-container
{
	background-color: #2a2a2a;
}

/* Navigation arrows */
.showcase-arrow-previous, .showcase-arrow-next
{
	position: absolute;
	/*background: url('../images/arrows.png');*/
	width: 30px;
	height: 45px;
	top: 0;
	cursor: pointer;
	z-index:900;
}

.showcase-arrow-previous
{
	left: 0;
	background:url(img/sprite.png) no-repeat -368px -293px;
}

.showcase-arrow-previous:hover
{
	background:url(img/sprite.png) no-repeat -428px -293px;
}

.showcase-arrow-next
{
	right: 0;
	background:url(img/sprite.png) no-repeat -398px -293px;
}

.showcase-arrow-next:hover
{
	background:url(img/sprite.png) no-repeat -458px -293px;
}

/* Content */
.showcase-content
{
	background-color: #2a2a2a;
	text-align: center;
}
	
.showcase-content-wrapper
{
	text-align: center;
	height: 45px;
	width: 960px;
	display: table-cell;
	vertical-align: middle;
}
.showcase-content-wrapper p {
	width:960px;
	height:45px;
	color:white;
	background:#2a2a2a;
	font:18px 'source_sans_proitalic', arial;
	line-height:45px;
}
.showcase-content-wrapper p .bold {
	font:18px 'source_sans_probold_italic';
}
.showcase-content-wrapper p .boldGreen {
	font:18px 'source_sans_probold_italic';
	color:#00a648;
}

/* Styling the tooltips */
.showcase-plus-anchor
{
	/*background-image: url('../images/plus.png');*/
	background-repeat: no-repeat;
}

.showcase-plus-anchor:hover
{
	background-position: -32px 0;
}

div.showcase-tooltip
{
	background-color: #fff;
	color: #000;
	text-align: left;
	padding: 5px 8px;
	background-image: url(../images/white-opacity-80.png);
}

/* Styling the caption */
.showcase-caption
{
	color: #000;
	padding: 8px 15px;
	text-align: left;
	position: absolute;
	bottom: 10px; left: 10px; right: 10px;
	display: none;
	background-image: url(../images/white-opacity-80.png);
}
	
.showcase-onepage .showcase-content
{
	margin-bottom: 10px;
}

/* Button Wrapper */
.showcase-button-wrapper
{
	clear: both;
	margin-top: 10px;
	text-align: center;
}

.showcase-button-wrapper span
{
	margin-right: 3px;
	padding: 2px 5px 0px 5px;
	cursor: pointer;
	font-size: 12px;
	color: #444444;
}

.showcase-button-wrapper span.active
{
	color: #fff;
}

/* Thumbnails */
.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
{
	background-color: #000;
}

.showcase-thumbnail-wrapper
{
	overflow: hidden;
}
	
.showcase-thumbnail
{
	width: 120px;
	height: 90px;
	cursor: pointer;
	border: solid 1px #333;
	position: relative;
}
	
.showcase-thumbnail-caption
{
	position: absolute;
	bottom: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.showcase-thumbnail-content
{
	padding: 10px;
	text-align: center;
	padding-top: 25px;
}

.showcase-thumbnail-cover
{
	background-image: url(../images/black-opacity-40.png);
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}
	
.showcase-thumbnail:hover
{
	border: solid 1px #999;
}
	
.showcase-thumbnail:hover .showcase-thumbnail-cover
{
	display: none;
}

.showcase-thumbnail.active
{
	border: solid 1px #999;
}
	
.showcase-thumbnail.active .showcase-thumbnail-cover
{
	display: none;
}

.showcase-thumbnail-wrapper-horizontal
{
	padding: 10px;
}

	.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
	{
		margin-right: 10px;
		width: 116px;
	}

.showcase-thumbnail-wrapper-vertical
{
	padding: 10px;
}

	.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
	{
		margin-bottom: 10px;
	}
	
.showcase-thumbnail-button-backward,
.showcase-thumbnail-button-forward
{
	padding: 7px;
	cursor: pointer;
}

.showcase-thumbnail-button-backward
{
	padding-bottom: 0px;
	padding-right: 0px;
}

.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
{
	background-image: url(../images/arrows-small.png);
	background-repeat: no-repeat;
	display: block;
	width: 17px;
	height: 17px;
}

.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
{
	background-position: 0 -51px;
	margin-left: 55px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
{
	background-position: -17px -51px;
}

.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
{
	background-position: 0 -34px;
	margin-left: 55px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
{
	background-position: -17px -34px;
}

.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
{
	background-position: 0 -17px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
{
	background-position: -17px -17px;
}

.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
{
	background-position: 0 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
{
	background-position: -17px 0;
}

/* Hide button text */
.showcase-thumbnail-button-forward span span,
.showcase-thumbnail-button-backward span span
{
	display: none;
}
	










#infoSlider
{
    width:960px;
    height:45px;
    margin: 0 auto;
    background:#2a2a2a url(img/loading.gif) no-repeat 50% 50%;    
    /* Do not alter the below settings */
    white-space:nowrap;
    position:relative;
    font-size:0px;
}
#infoSlider>* {display:none;}
  
/*-------- div.item is each thumbnail's wrapper created by the javascript ------*/
#infoSlider div.item 
{
   	width:960px;
    background-color:#2a2a2a;
    text-align:center;
    position:relative;
}


#infoSlider img 
{
    border:none;
}


/*---------built-in navigation buttons-------*/
#infoSlider.navPrev, #infoSlider.navNext, #infoSlider.navPlay, #infoSlider.navPause 
{
    width:16px; height:22px; position:absolute;  
    background:url(navButtons.png); 
    display:inline-block; z-index:5; cursor:pointer;
}
#infoSlider.navPrev {background-position:0 -22px;top:60px;left:-40px;}
#infoSlider.navPrev:hover {background-position:0 -44px;}
#infoSlider.navPrevDisabled, #infoSlider.navPrevDisabled:hover {background-position:0 0;cursor:default;}

#infoSlider.navNext {background-position:-16px -22px;top:60px;right:-40px;} 
#infoSlider.navNext:hover {background-position:-16px -44px;} 
#infoSlider.navNextDisabled, #infoSlider.navNextDisabled:hover {background-position:-16px 0; cursor:default;} 

#infoSlider.navPause, #infoSlider.navPlay {left:360px;top:130px;}
#infoSlider.navPause {background-position:0 -66px;} 
#infoSlider.navPause:hover {background-position:0 -88px;} 
#infoSlider.navPlay {background-position:-16px -66px;} 
#infoSlider.navPlay:hover {background-position:-16px -88px;} 

.navPrev, .navPlay, .navPause, .navNext 
{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
}
       
/*---------built-in navigation bullets--------*/
/* Note: the navBullets won't be available when "scrollByEachThumb" was set to false in the Javascript.*/
#infoSlider .navBullets
{
    display:block;
    height:13px;
    width:960px;
    text-align:center;
    margin-top:10px;
}
#infoSlider .navBullets a {
	background:red;
	display:inline-block;
	height:13px;
	width:13px;
	margin-left:4px;
	margin-right:4px;
	background:url(img/sprite.png) no-repeat -381px -293px;
}
#infoSlider .navBullets a.active {
	background:url(img/sprite.png) no-repeat -368px -293px;
}

/*--------- class1 that is for the slide with HTML content------------*/
.text {
	width:960px;
	height:45px;
	color:white;
	font:14px 'source_sans_proitalic', arial;
	line-height:45px;
}
.text .bold {
	font:16px 'source_sans_probold_italic';
}
.text .boldGreen {
	font:16px 'source_sans_probold_italic';
	color:#00a648;
}

/* --------- Others ------- */
#infoSlider
{
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.infoSliderBoxLink {
	color: #F32018;
	font-family: 'straitregular';
	font-size: 13px;
}

/*** box comunicazioni importanti ***/
#communication{
	background: white;
	width: 600px;
}
.titleCommunication {
	padding: 10px;
	padding-bottom: 5px;
    color: #191919;
    font: 18px/26px "BreeSerif-Regular";
}
.textCommunication{
	padding: 10px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 18px;
}
.communicationFancybox .fancybox-item.fancybox-close{
	display: block;
}

.cookie-banner{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 9999;
	background: black;
	color: white;
	font-size: 12px;
	font-family: 'source_sans_proregular';
}
.cookie-banner a{
	color: white;
	text-decoration: underline;
	margin-left: 5px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	* display:inline;
}


/* ********************************** */
/* css/gen/footer.css */


/* CSS Document */

#footer{
	background-color: #2d2d2d;
	height: 127px;
	padding-top: 10px;
	width:100%;
}
#contentFooter{
	height: 94px;
	background: url(img/backFooter.png) repeat-y;
}
#f_logo{
	background-position: -368px -131px;
	width: 94px;
	height: 94px;
	float: left;
}
#f_company{
	width: 470px;
	float: left;
}
.f_companyData{
	width: 360px;
	float: right;
}
.f_companyDataLabel{
	font-family: 'BreeSerif-Regular';
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
}
.f_companyDataValue{
	font-family: 'source_sans_proregular';
	color: #fff;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}
.f_companyDataValue a{
	color: #fff;
}
.addressInfo .f_companyDataLabel{
	display: none;
}
.copyright{
	font-family: 'BreeSerif-Regular';
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
#social {
	float: right;
	margin-top: 28px;
	margin-right: 15px;
}
#social .socialList li{
	float: left;
	margin-left: 10px;
}
#social .facebookSocial, #social .twitterSocial{
    text-decoration: none;
	text-indent: -9999px;
	display: block;
}
#social .facebookSocial{
	height: 38px;
	width: 18px;
	background-position: -480px -131px;
}
#social .facebookSocial:hover{
	background-position: -462px -131px;
}
#social .twitterSocial{
	height: 27px;
	width: 38px;
	background-position: -368px -225px;
	margin-top: 6px;
}
#social .twitterSocial:hover{
	background-position: -406px -225px;
}
#linksFooter{
	margin-top: 10px;
}
#linksPage {
	float: left;
	margin-left: 0;
}
#linksPage .listLinksPage li:last-child{
	border-right: none;
}
#linksPage .listLinksPage li {
	float: left;
	border-right: 1px solid #f32018;
	padding-left: 5px;
	padding-right: 5px;
}
#linksPage .listLinksPage li a{
	color: #727272;
	font-family: 'straitregular';
	font-size: 13px;
}
#linksPage .listLinksPage li a:hover{
	color: #f32018;
}
#credits{
	float: right;
}
#digitlifeLink{
	background-position: -368px -252px;
	width: 64px;
	height: 7px;
}


/* ********************************** */
/* css/gen/content.css */


/* CSS Document */




/* ********************************** */
/* js/lib/fancybox/jquery.fancybox.css */

/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	/*-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;*/
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('img/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('img/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('img/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
