/* ==========================================================================
   style by Filippo Montanari - www.fpeitalia.com
   fpe2015
   ========================================================================== */

@font-face {
  font-family: 'GothamNarrow-Light';
  src: url('GothamNarrow-Light.eot?#iefix') format('embedded-opentype'),  url('GothamNarrow-Light.otf')  format('opentype'),
	     url('GothamNarrow-Light.woff') format('woff'), url('GothamNarrow-Light.ttf')  format('truetype'), url('GothamNarrow-Light.svg#GothamNarrow-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamNarrow-Thin';
  src: url('GothamNarrow-Thin.eot?#iefix') format('embedded-opentype'),  url('GothamNarrow-Thin.otf')  format('opentype'),
	     url('GothamNarrow-Thin.woff') format('woff'), url('GothamNarrow-Thin.ttf')  format('truetype'), url('GothamNarrow-Thin.svg#GothamNarrow-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamNarrow-Bold';
  src: url('GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),  url('GothamNarrow-Bold.otf')  format('opentype'),
	     url('GothamNarrow-Bold.woff') format('woff'), url('GothamNarrow-Bold.ttf')  format('truetype'), url('GothamNarrow-Bold.svg#GothamNarrow-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	outline: none !important;
}
html, body {
    height:100%;
}
body {
    font: 20px "GothamNarrow-Light";
}
body.noscroll {
	overflow: hidden;
}
strong, h1 {
	font-family: 'GothamNarrow-Bold';
	font-weight: normal;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}


#container {
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: auto;
   min-height: 100%;
   /*background: red*/
}
#l {
	float: left;
	width: 25%;
	position: relative;
	height: 100%;
}
#r {
	float: right;
	width: 75%;
	position: relative;
	height: auto;
	min-height: 100%;
}
header {
	padding: 30px 0 15% 84px;
}
header a {
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 125px;
	height: 195px;
	text-indent: -9999px;
}

/* MENU */
#apri-menu {
	display: none;
}
.nav-cont {
	width: 253px;
	float: right;
	position: relative;
	height: 100%;
	z-index: 900;
}
.noscroll .nav-cont {
	z-index: 10;
}
nav {
	position: fixed;
	height: auto;
   min-height: 100%;
	background: #fff;
}
nav ul {
	float: right;
	list-style-type: none;
	margin: 0; padding: 0;
}
nav li {
	width: 253px;
}
nav li a {
	display: block;
	width: 205px;
	text-decoration: none;
	text-transform: uppercase;
	color: #1c1818;
	text-align: right;
	padding: 17px 48px 17px 0;
}
nav li a.selected, nav li a:hover { background: #e31e2e; color: #fff; }
nav li.active a, nav li.active li a:hover { background: url(../images/bgr_nav-active.gif) no-repeat right; color: #1c1818; }
nav ul ul {
	width: 204px;
	background: #e31e2e;
	position: absolute;
	top: 0;
	right: -204px;
	height: auto;
   min-height: 100%;
   display: none;
}
nav li ul li a {
	display: block;
	width: 164px;
	margin: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 17px 0 17px 0;
}
nav ul ul a:hover { background: #e31e2e; color: #000; }
nav li.active ul a  { color: #fff; }
nav li.active ul .active a, nav li.active ul a:hover { color: #000; }
nav li.nav-chi ul { padding-top: 180px; }
nav li.nav-cosa ul { padding-top: 80px; }
nav li.nav-come ul { padding-top: 320px; }
/*nav li.nav-progetti ul { padding-top: 330px; }*/
nav li.nav-progetti ul { padding-top: 380px; }
.nav-divisioni-tit {
	color: #000 !important;
	border-bottom: 1px solid #000;
}
.nav-divisioni {
	font-size: 15px;
}
.active .nav-divisioni a { color: #fff !important; }
.active .nav-divisioni a:hover { color: #000 !important; }

.nav-foot {
	clear: both;
	padding: 40px 48px 0 20px;
}
@media screen and (max-height: 650px){
	.nav-foot {
		padding: 10px 48px 0 20px;
	}
}
a.goto-home {
	display: inline-block;
	background: url(../images/bgr_a-home.gif) no-repeat;
	width: 20px;
	height: 21px;
	text-indent: -9999px;
}
.lang {
	float: right;
}
.lang a {
	font-size:12px;
	color: #585858;
	text-decoration: none;
}
.lang a:hover {
	color: #e31e2e;
}


section {
	width: 100%;
	min-width: 942px;
	display: block;
	position: absolute;
	left: 0;
	height:auto;
	min-height: 100%;
}
section a {
	color: #000;
}
section a:hover {
	color: #e31e2e;
}
#home section a:hover {
	color: inherit;
}
.line {
	background: url(../images/line.png) no-repeat bottom;
	width: 8px;
}

/* HOMEPAGE */
.tf_container a {
	text-decoration: none;
	color: #000;
}
.home-0 { background: url(../images/home0.jpg) no-repeat; }
.home-1 { background: url(../images/home1.jpg) no-repeat; }
.home-2 { background: url(../images/home2.jpg) no-repeat; }
.home-3 { background: url(../images/home3.jpg) no-repeat; }
.home-0,.home-1,.home-2,.home-3 {
	background-size: cover;
	width: 100%;
}
.home-0 .txt {
	font: 65px/60px "GothamNarrow-Thin";
	text-transform: uppercase;
	width: 555px;
	text-align: left;
	position: absolute;
	left: 40%;
	top: 270px;
	margin-left: -155px;
	z-index: 200;
}
.home-0-more-a {
	width: 32px;
	height: 20px;
	background: url(../images/flip.png) no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 5px 0 0 4px;
}
.home-0-more-a-close {
	width: 43px;
	height: 43px;
	background: url(../images/close.png) no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 5px 0 0 4px;
}
.home-0-more {
	display: none;
	background: #fff;
	padding: 20px;
	font-size: 28px;
	line-height: normal;
	text-transform: none;
	position:absolute;
	top: 0;
}
.home-1 .txt {
	font: 111px/100px "GothamNarrow-Thin";
	text-transform: uppercase;
	width: 525px;
	text-align: left;
	position: absolute;
	left: 40%;
	top: 137px;
	margin-left: -272px;
	z-index: 200;
}
.home-1 .txt2 {
	font: 40px/40px "GothamNarrow-Thin";
	text-transform: uppercase;
	width: 470px;
	text-align: left;
	position: absolute;
	left: 40%;
	top: 350px;
	margin-left: -110px;
	z-index: 200;
}
.home-2 .txt {
	font: 111px/100px "GothamNarrow-Thin";
	text-transform: uppercase;
	width: 700px;
	text-align: left;
	position: absolute;
	left: 40%;
	top: 137px;
	margin-left: -304px;
	z-index: 200;
}
.home-2 .txt2 {
	font: 40px/40px "GothamNarrow-Thin";
	text-transform: uppercase;
	width: 525px;
	text-align: left;
	position: absolute;
	left: 40%;
	top: 350px;
	margin-left: -175px;
	z-index: 200;
}
.home-3 .txt {
	font: 111px/100px "GothamNarrow-Thin";
	text-transform: uppercase;
	width: 855px;
	text-align: left;
	position: absolute;
	left: 40%;
	top: 137px;
	margin-left: -317px;
	z-index: 200;
}
.home-3 .txt2 {
	font: 40px/40px "GothamNarrow-Thin";
	text-transform: uppercase;
	width: 590px;
	text-align: left;
	position: absolute;
	left: 40%;
	top: 350px;
	margin-left: -152px;
	z-index: 200;
}
/* HACK PER SISTEMARE KERNING SU IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   .home-2 .txt, .home-3 .txt {
   	letter-spacing: -2.5px;
   }
}
.acrostico {
	display: inline-block;
	width: 175px;
	height: 81px;
	margin-left: 20px;
}
.achi { background:url(../images/acrostico-chi.png) no-repeat; }
.acosa { background:url(../images/acrostico-cosa.png) no-repeat; }
.acome { background:url(../images/acrostico-come.png) no-repeat; }

#home .line {
	height: 293px;
	position: absolute;
	top: 0;
	left: 40%;
	z-index: 2;
	display: none;
}
/* PONTIGGIA */
.pontiggia-cta {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
.overlay {
	background: url(../images/bgr_overlay.png);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	display: none;
	overflow: auto;
}
#pontiggia {
	width:999px;
	height: 540px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -270px 0 0 -500px;
	background: #fff;
}
#pontiggia .head {
	background: #e31e2e;
	color: #fff;
	text-align: center;
	padding: 20px;
	position: relative;
}
#pontiggia .overlay-cta-close {
	background: url(../images/bgr_pontiggia-close.png) no-repeat;
	width: 36px;
	height: 37px;
	text-indent: -9999px;
	position: absolute;
	top: 25px;
	right: 20px;
}
#pontiggia .head h3 {
	padding: 0;
	margin: 0;
	font: normal 22px/22px 'GothamNarrow-Light';
}
#pontiggia .head h3 strong {
	font-size: 30px;
}
#pontiggia .col {
	width: 333px;
	float: left;
	text-align: center;
	height: 453px;
	box-sizing: border-box;
	background: url(../images/bgr_pontiggia.jpg) no-repeat;
	font-size: 22px;
}
#pontiggia .col.p1 { background-position: 0 0; padding-top: 54px; }
#pontiggia .col.p2 { background-position: -333px 0; padding-top: 160px; }
#pontiggia .col.p3 { background-position: -666px 0; padding-top: 214px; }

/* ORGANIZZAZIONE */
#organizzazione section {
	background: url(../images/bgr_organizzazione.jpg) fixed;
	background-size: cover;
}
#organizzazione .line {
	height: 113px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
	display: none;
}
#organizzazione h1 {
	font: 73px/70px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;
	width: 590px;
	position: absolute;
	left: 50%;
	margin:75px 0 0 -398px;
}
#organizzazione .infografica, #metodologia .infografica {
	background: url(../images/bgr_organizzazione-infog.png) no-repeat;
	width: 537px;
	height: 537px;
	position: relative;
	margin: 320px auto 100px;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}
#organizzazione .infografica p, #metodologia .infografica p, #innovazione .infografica p {
	margin: 0;
	padding: 160px 60px 0;
}
#organizzazione .infografica strong, #metodologia .infografica strong, #innovazione .infografica strong {
	color: #fff;
	font-size:25px;
}
.info {
	width: 340px;
	background: url(../images/bgr_organizzazione-box.png);
	padding: 30px;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: 25px;
	color: #fff;
	font-size:19px;
	line-height: 23px;
	text-align: left;
}
.infografica .item {
	position: absolute;
	height: 280px;
	color: #746e5b;
	font: 17px/17px "GothamNarrow-Bold";
	text-transform: uppercase;
	text-align: center;
}
.infografica .item1, .infografica .item2, .infografica .item3 {
	display: none;
}
.infografica .item1 {
	background: url(../images/bgr_organizzazione-infog-1.png) no-repeat right top;
	width: 295px;
	height: 162px;
	top: -65px;
	left: -95px;
}
.infografica .item2 {
	background: url(../images/bgr_organizzazione-infog-2.png) no-repeat;
	width:302px;
	height: 256px;
	top: 300px;
	left: -110px;
}
.infografica .item3 {
	background: url(../images/bgr_organizzazione-infog-3.png) no-repeat;
	width:307px;
	height: 302px;
	top: 210px;
	left: 437px;
}
.infografica .item div {
	box-sizing: border-box;
	height: 84px;
	padding-top: 17px;
}
#organizzazione .infografica .item1 div {
	background: url(../images/icons/team.png) no-repeat 210px 3px;
	background-size: 80px;
	padding-right: 95px;
}
#organizzazione .infografica .item2 div {
	background: url(../images/icons/metodologie.png) no-repeat 228px 3px;
	background-size: 68px;
	padding-right: 80px;
	margin-top: 173px;
}
#organizzazione .infografica .item3 div {
	background: url(../images/icons/capacita.png) no-repeat 3px 3px;
	background-size: 77px;
	padding-left: 95px;
	padding-right: 10px;
	margin-top: 218px;
}

/* METODOLOGIA */
#metodologia section {
	background: url(../images/bgr_metodologia.jpg) fixed;
	background-size: cover;
}
#metodologia .line {
	height: 113px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
	display: none;
}
#metodologia h1 {
	font: 73px/70px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;
	width: 590px;
	position: absolute;
	left: 50%;
	margin:75px 0 0 -398px;
}
#metodologia .infografica .item1 div {
	background: url(../images/icons/attivare.png) no-repeat 215px 3px;
	background-size: 65px;
	padding-right: 95px;
}
#metodologia .infografica .item2 div {
	background: url(../images/icons/fidelizzare2.png) no-repeat 224px 7px;
	padding-right: 80px;
	margin-top: 173px;
}
#metodologia .infografica .item3 div {
	background: url(../images/icons/misurare.png) no-repeat 3px 18px;
	background-size: 77px;
	padding-left: 95px;
	padding-right: 10px;
	margin-top: 218px;
}


/* INNOVAZIONE */
#innovazione section {
	background: url(../images/bgr_metodologia.jpg) fixed;
	background-size: cover;
}
#innovazione .line {
	height: 113px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
	display: none;
}
#innovazione h1 {
	font: 73px/70px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;
	width: 590px;
	position: absolute;
	left: 50%;
	margin:75px 0 0 -370px;
}
#innovazione .info {
	width: 450px;
	background: url(../images/bgr_organizzazione-box.png);
	padding: 30px;
	position: absolute;
	top: -70px;
	left: 40%;
	margin-left: 25px;
	color: #fff;
	font-size:19px;
	line-height: 23px;
	text-align: left;
}
#innovazione .infografica {
	background: url(../images/bgr_innovazione-infog.png) no-repeat;
	width: 588px;
	height: 820px;
	position: relative;
	margin: 320px auto 100px;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}
#innovazione .infogr-obj {
	position: absolute;
	font-size: 17px;
	line-height: 1.3;
	display: none;
}
.infogr-obj.circle {
	width: 217px;
	height: 217px;
	background: rgba(255,255,255,.4);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.infogr-obj .innov-ico-titolo {
	position: absolute;
	width: 100%;
	height: 100%;
}
.infogr-obj .innov-ico {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.infogr-obj .innov-ico-text {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.infogr-obj.circle:hover {
	background: rgba(255,255,255,1);
}
.infogr-obj.circle:hover .innov-ico-titolo {
	opacity: 0;
}
.infogr-obj:hover {
	z-index: 10;
}

#innovazione .incubazione {
	width: 150px;
	height: 280px;
	background: url('../images/infogr-innovazione-incubazione.png') no-repeat left top;
	left: -62px;
	top: 85px;
}
#innovazione .buonaidea {
	width: 160px;
	height: 280px;
	background: url('../images/infogr-innovazione-buonaidea.png') no-repeat left top;
	left: 488px;
	top: 280px;
}

#innovazione .ambiente {
	left: 125px;
	top: 105px;
	cursor: pointer;
}
#innovazione .ambiente .innov-ico-titolo {
	background: url('../images/infogr-innovazione-ambiente.png') no-repeat left top;
}
#innovazione .ambiente .innov-ico {
	background: url('../images/icons/ambiente.png') no-repeat center center;
}
#innovazione .ambiente .innov-ico-text {
	padding: 40px 20px;
	top: 20px;
}
#innovazione .ambiente:hover .innov-ico {
	top: -100px;
}
#innovazione .ambiente:hover .innov-ico-text {
	opacity: 1;
}

#innovazione .tempo {
	left: 280px;
	top: 185px;	
	cursor: pointer;
}
#innovazione .tempo .innov-ico-titolo {
	background: url('../images/infogr-innovazione-tempo.png') no-repeat right top;
}
#innovazione .tempo .innov-ico {
	background: url('../images/icons/tempo.png') no-repeat center center;
}
#innovazione .tempo .innov-ico-text {
	padding: 40px 30px;
	top: 10px;
}
#innovazione .tempo:hover .innov-ico {
	top: -100px;
}
#innovazione .tempo:hover .innov-ico-text {
	opacity: 1;
}

#innovazione .pluralita {
	left: 140px;
	top: 280px;	
	cursor: pointer;
}
#innovazione .pluralita .innov-ico-titolo {
	background: url('../images/infogr-innovazione-pluralita.png') no-repeat left bottom;
}
#innovazione .pluralita .innov-ico {
	background: url('../images/icons/pluralita.png') no-repeat center center;
}
#innovazione .pluralita .innov-ico-text {
	padding: 40px 20px;
	top: -20px;
}
#innovazione .pluralita:hover .innov-ico {
	top: 100px;
}
#innovazione .pluralita:hover .innov-ico-text {
	opacity: 1;
}

#innovazione .end {
	position: absolute;
	width: 516px;
	height: 297px;
	background: url('../images/bgr-innovazione-end.png') no-repeat left top;
	left: 180px;
	top: 520px;
}
#innovazione .end p {
	margin-top: 5px;
	font-size: 20px;
}
#innovazione .end strong {
	color: #000;
}
#innovazione .end .freccia {
	position: absolute;
	background: url('../images/freccia-right.png') no-repeat left top;
	width: 64px;
	height:64px;
	top: 185px;
	left: -32px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#innovazione .end:hover .freccia {
	left: -15px;
}


/* DAMA HUB */
#dama-hub section {
	background: url(../images/bgr_metodologia.jpg) fixed;
	background-size: cover;
}
#dama-hub .line {
	height: 105px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -8px;
	display: none;
}
#dama-hub h1 {
	font: 73px/70px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;
	width: 800px;
	position: absolute;
	left: 50%;
	margin:75px 0 0 -398px;
}
#dama-hub h2.sottotitolo {
	font: 30px "GothamNarrow-Thin";	
	text-align: right;
	width: 400px;
	position: absolute;
	left: 50%;
	margin: 150px 0 0 0px;
	color: #fff;
	line-height: 1;
}
#dama-hub .info {
	width: 230px;
	background: url(../images/bgr_organizzazione-box.png);
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 170px;
	color: #fff;
	font-size:19px;
	line-height: 1.5;
	text-align: right;
}
#dama-hub .infografica {
	background: url(../images/bgr_damahub-infog.png) no-repeat;
	width: 710px;
	height: 730px;
	position: relative;
	margin: 250px auto 100px;
}
#dama-hub .infogr-obj.logo {
	background: url(../images/infogr-damahub-logo.png) no-repeat;
	width: 305px;
	height: 200px;
	position: absolute;	
	top: 40px;
	left: 150px;
}
#dama-hub .infogr-obj.screenshots {
	position: absolute;
	width: 500px;
	height: 450px;
	top: 185px;
	left: -50px;
}
#dama-hub .screenshots .immagini {
	position: absolute;
	top: 0;
	left: 0;
	width: 479px;
	height: 314px;
	margin-top: 85px;
	background: url(../images/infogr-damahub-screenshot-main.jpg) no-repeat;
	-moz-box-shadow: 8px 8px rgba(0,0,0,.1);
	box-shadow: 8px 8px rgba(0,0,0,.1);
}
#dama-hub .screenshots .immagini.principale {
	background: url(../images/infogr-damahub-screenshot-main.jpg) no-repeat;
}
#dama-hub .screenshots .immagini.utenti {
	background: url(../images/infogr-damahub-screenshot-utenti.jpg) no-repeat;
}
#dama-hub .screenshots .immagini.punti {
	background: url(../images/infogr-damahub-screenshot-punti.jpg) no-repeat;
}
#dama-hub .screenshots .immagini.rush {
	background: url(../images/infogr-damahub-screenshot-rush.jpg) no-repeat;
}
#dama-hub .screenshots .immagini.imm-hidden{
	display: none;
}
#dama-hub .text {	
	color: #fff;
	font-weight: bold;
}
#dama-hub .screenshots .braccio.utenti .line {
	width: 100%;
	height: 100%;
	top: 0;
	left: 110px;
	background: url(../images/infogr-damahub-line1.png) no-repeat;
}
#dama-hub .screenshots .braccio.utenti .freccia {
	width: 66px;
	height: 66px;
	position: absolute;
	top: 145px;
	left: 60px;
	background: #e31e2e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
}
#dama-hub .screenshots .braccio .freccia:after {
	width: 66px;
	height: 66px;
	background: url(../images/infogr-damahub-freccia-right.png) no-repeat;
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 24px;
}
#dama-hub .screenshots .braccio.utenti .text {	
	position: absolute;
	top: 165px;
	left: 145px;
}
#dama-hub .screenshots .braccio.utenti .freccia:hover {
	border: 2px solid rgba(255,255,255,1);
}

#dama-hub .screenshots .braccio.punti .line {
	width: 100%;
	height: 100%;
	top: 20px;
	left: 365px;
	background: url(../images/infogr-damahub-line3.png) no-repeat;
}
#dama-hub .screenshots .braccio.punti .freccia {
	width: 66px;
	height: 66px;
	position: absolute;
	top: 190px;
	left: 320px;
	background: #e31e2e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
}
#dama-hub .screenshots .braccio.punti .text {	
	position: absolute;
	top: 210px;
	left: 400px;
}
#dama-hub .screenshots .braccio.punti .freccia:hover {
	border: 2px solid rgba(255,255,255,1);
}

#dama-hub .screenshots .braccio.rush .line {
	width: 100%;
	height: 100%;
	top: 10px;
	left: 200px;
	background: url(../images/infogr-damahub-line2.png) no-repeat;
}
#dama-hub .screenshots .braccio.rush .freccia {
	width: 66px;
	height: 66px;
	position: absolute;
	top: 275px;
	left: 145px;
	background: #e31e2e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
}
#dama-hub .screenshots .braccio.rush .text {	
	position: absolute;
	top: 290px;
	left: 230px;
	line-height: 1;
}
#dama-hub .screenshots .braccio.rush .freccia:hover {
	border: 2px solid rgba(255,255,255,1);
}

#dama-hub ul.dettagli {
	width: 820px;
	height: 950px;
	position: relative;
	margin: -90px auto 100px;
	list-style-type: none;
}
#dama-hub ul.dettagli li.dettagli-ul {
	width: 390px;
	height: 750px;
	float: left;
	margin-left: -40px;
}
#dama-hub ul.dettagli li.dettagli-ul.rivolto {
	margin-right: 30px;
}
#dama-hub ul.dettagli li.dettagli-ul h2 {
	text-align: left;
	color: #000;
	font: 45px "GothamNarrow-Thin";
}
#dama-hub ul.dettagli li.dettagli-ul h2:before {
	width: 68px;
	height: 67px;
	background: url(../images/infogr-damahub-line-left.png) no-repeat;
	content: "";
	display: block;
	position: absolute;	
	margin-top: -80px;
	margin-left: 240px;
}
#dama-hub ul.dettagli .info {
	position: absolute;
	top: 140px;
	left: -15px;
	text-align: left;
	width: 240px;
	padding: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#dama-hub ul.dettagli .info-hidden {
	display: none;
}
#dama-hub ul.dettagli .info .direzione{
	min-height: 300px;
}
#dama-hub ul.dettagli .info .digital{
	min-height: 310px;
}
#dama-hub ul .circle {
  width: 125px;
  height: 125px;
	background: #e31e2e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#dama-hub ul .circle:hover {
  width: 125px;
  height: 125px;
	background: #e31e2e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,1);
}
#dama-hub ul h3 {
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  padding: 25px 15px;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
	border-width: 2px;
}
#dama-hub ul h3 i {
  width: 66px;
  height: 66px;
  background: url(../images/infogr-damahub-freccia-right.png) no-repeat; 
  display: inline-block;
  margin-left: 38px;
  margin-top: 10px;
}
#dama-hub ul h3.direzione {  
  padding: 35px 15px;
}
#dama-hub ul h3.marketing {  
  padding: 25px 15px;
}
#dama-hub ul h3.marketing i {  
  margin-top: 5px;
}
#dama-hub ul h3.digital {  
  padding: 25px 15px;
}
#dama-hub ul h3.digital i {  
  margin-top: 5px;
}
#dama-hub ul h3:before {
	width: 90px;
	height: 1px;
	background: url(../images/infogr-damahub-line.png) no-repeat;
	content: "";
	display: block;
	position: absolute;	
	margin-top: 33px;
}
#dama-hub ul h3.direzione:before {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	 transform: rotate(30deg);
	 left: 72px;
	 margin-top: 60px;
}
#dama-hub ul h3.marketing:before {
	 left: 65px;
	 margin-top: 35px;
}
#dama-hub ul h3.digital:before {
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	 transform: rotate(-30deg);
	 left: 72px;
	 margin-top: 0px;
}

#dama-hub ul.dettagli li.serve h2 {
	text-align: right;
}
#dama-hub ul.dettagli li.serve h2:before {
	width: 68px;
	height: 67px;
	background: url(../images/infogr-damahub-line-right.png) no-repeat;
	content: "";
	display: block;
	position: absolute;	
	margin-top: -80px;
	margin-left: 155px;
}
#dama-hub ul.dettagli .serve .info {	
	top: 140px;
	left: 240px;
}
#dama-hub ul.dettagli .info .evoluzione {
	min-height: 320px;
}
#dama-hub ul.dettagli .info .programma {
	min-height: 320px;
}
#dama-hub ul .serve h3 {
  margin-left: 300px;
}
#dama-hub ul .serve h3:before {
	width: 90px;
	height: 1px;
	background: url(../images/infogr-damahub-line.png) no-repeat;
	content: "";
	display: block;
	position: absolute;	
	margin-top: 30px;
	margin-left: -47px;
}
#dama-hub ul .serve h3.evoluzione:before {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	margin-top: 65px;
	margin-left: -53px;
}
#dama-hub ul .serve h3.programma:before {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	margin-top: 10px;
	margin-left: -53px;
}
#dama-hub ul .serve h3 i {
  background: url(../images/infogr-damahub-freccia-left.png) no-repeat; 
  margin-left: 34px;
}
#dama-hub ul h3 {  
  padding: 35px 15px;
}


#dama-hub ul.bullet-list {  
	list-style-type: none;
	float: none;
	margin: 0;
	padding: 0;
}
#dama-hub ul.bullet-list li span {  
	width: 7px;
	height: 7px;
	background: #e31e2e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 10px;
}
#dama-hub .overlay img {
	max-width: 100%;
}
#dama-hub .overlay .title {
	background-color: #e52435;
}



/* DICONO-DI-NOI */
#dicono-di-noi section {
	background: url(../images/bgr_organizzazione.jpg) fixed;
	background-size: cover;
}
#dicono-di-noi .line {
	height: 113px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
	display: none;
}
#dicono-di-noi h1 {
	font: 73px/70px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;
	width: 590px;
	position: absolute;
	left: 50%;
	margin:75px 0 0 -418px;
}
#dicono-di-noi .item {
	width: 830px;
	margin: 30px auto;
}
#dicono-di-noi .item.first {
	margin-top: 210px;
}
#dicono-di-noi .item .data {
	text-transform: uppercase;
	font: 46px/46px "GothamNarrow-Thin";
	color: #fff;
	text-align: right;
	padding: 0 0 20px;
}
#dicono-di-noi .item img, #dicono-di-noi .item iframe {
	float:left;
	margin-top: -60px;
}
#dicono-di-noi .item .txt {
	background-color: rgba(255, 255, 255, 0.3);
	float: right;
	font-size: 16px;
	color: #231f20;
	padding: 35px;
	width: 406px;
}
#dicono-di-noi .item .txt h2 {
	color: #fff;
	font: 22px 'GothamNarrow-Bold';
	margin-top: 0;
}
#dicono-di-noi .item .link {
	background: url(../images/bgr_diconodinoi-data.png) no-repeat right bottom;
	height: 80px;
	float: right;
	clear: right;
	width: 476px;
}
#dicono-di-noi .item .link a {
	color: #3d3831;
	font: 17px/80px 'GothamNarrow-Bold';
	display: block;
	text-decoration: none;
	padding-left: 90px;
	text-transform: uppercase;
}
#dicono-di-noi .item .link.pdf a { background: url(../images/bgr_link-pdf.png) no-repeat left center; }
#dicono-di-noi .item .link.www a { background: url(../images/bgr_link-www.png) no-repeat left center; }
#dicono-di-noi .item .link.video a { background: url(../images/bgr_link-video.png) no-repeat left center; }



/* NUMERI */
#numeri section {
	background: url(../images/bgr_organizzazione.jpg) fixed;
	background-size: cover;
}
#numeri .line {
	height: 125px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -218px;
	display: none;
}
#numeri h1 {
	font: 97px/97px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;
	width: 710px;
	position: absolute;
	left: 50%;
	margin:75px 0 0 -355px;
}
#numeri dl {
	margin: 200px auto 50px;
	width: 785px;
	position: relative;
}
#numeri dl:after {
    content:'';
    display:table;
    clear:both;
}
#numeri dt, #numeri dd {
	margin: 0 0 40px 0;
	padding: 22px 0 0 0;
	height: 105px;
	display: table;
}
#numeri dt {
	float: right;
	width: 300px;
	padding-right: 180px;
	color: #fff;
	font: 30px/30px 'GothamNarrow-Bold';
	text-transform: uppercase;
}
#numeri dd {
	float: left;
	width: 170px;
	background: url(../images/bgr_numeri-dd.png) no-repeat;
	text-align: center;
	padding-right: 122px;
	color: #746e5b;
}
#numeri dl p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#numeri dd p {
	padding:0 15px;
	font-size: 17px;
	line-height: 17px;
}
#numeri dd span {
	font: 53px/53px 'GothamNarrow-Bold';
}
#numeri .extra {
	position: absolute;
	right: 0;
	width: 385px;
}
#numeri .extra dt {
	float: left;
	padding: 0;
	text-align: right;
	height: 131px;
	font-size: 24px;
	line-height: 24px;
	color: #756f5c;
	width: 145px;
}
#numeri .extra dd {
	background: url(../images/bgr_numeri-dd-extra.png) no-repeat;
	height: 131px;
	width: 130px;
	padding:0 0 0 102px;
	float: right;
	color: #fff;
}
#numeri .extra dd span {
	font-size: 42px;
	line-height: 42px;
}
#numeri .extra1 { top: 250px; }
#numeri .extra2 { top: 590px; }
#numeri .extra3 { top: 930px; }

/* STORIA */
#storia section {
	background: url(../images/bgr_organizzazione.jpg) fixed right top;
	background-size: 100% 100%;
}
#storia section.nuovasede {
	background: url(../images/bgr_nuovasede.jpg) no-repeat fixed right;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
#storia .line {
	height: 125px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -218px;
	display: none;
}
#storia h1 {
	font: 97px/97px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;
	width: 355px;
	position: absolute;
	left: 50%;
	margin:75px 0 0 -375px;
}
.timeline {
	background: url(../images/bgr_timeline.png) repeat-y top center;
	padding: 430px 0 30px;
}
.timeline ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 700px;
}
.timeline ul li {
	position: relative;
	margin-bottom: 60px;
}
.is-hidden {
	opacity: .2;
}
.bounce-in {
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	opacity: 1;
}
.timeline ul li:before,
.timeline ul li:after {
    content: " ";
    display: table;
}
.timeline ul li:after { clear: both; }
.timeline .bullet {
	width: 14px;
	height: 13px;
	background: url(../images/bullet.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
}
.timeline .bullet.is-hidden {
	opacity: 1;
	background-size: 8px;
	margin: -4px 0 0 -4px;
	width: 8px;
	height: 8px;
}
.timeline .bullet.bounce-in {
	background-size: 14px;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.timeline .data {
	font: 69px/69px 'GothamNarrow-Thin';
	/*color: #857a52;*/
	color: #fff;
	width: 320px;
	height: 100%;
	position: absolute;
}
.timeline .r .data { text-align: right; }
.timeline .desc {
	background: #fff;
	font-size: 22px;
	padding: 22px;
	width: 270px;
	position: relative;
	z-index: 100;
}
.timeline .l .data { right: 0; }
.timeline .l .desc { float: left; box-shadow: 10px 10px 0 0 #9e977b; }
.timeline .r .data { left: 0; }
.timeline .r .desc { float: right; box-shadow: -10px 10px 0 0 #9e977b; }
.timeline ul li .data div {
	display: table;
	width: 100%;
	height: 100%;
}
.timeline ul li .data span {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
/* angolino */
.timeline .desc span {
	background: #fff;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 50;
}
.timeline .l .desc span { right: -10px; box-shadow: 10px 0px 0 0 #9e977b; }
.timeline .r .desc span { left: -10px; box-shadow: 0px 10px 0 0 #9e977b; }

/* DIVISIONI */
#divisioni section {
	background: url(../images/bgr_divisioni.jpg) fixed;
	background-size: cover;
}
#divisioni .line {
	height: 130px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -215px;
	display: none;
}
#divisioni .line2 {
	height: 460px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 336px;
	display: none;
}
#divisioni .txt {
	width: 710px;
	margin: 75px auto 0;
}
#divisioni .txt h1 {
	font: 98px/98px "GothamNarrow-Thin";
	text-transform: uppercase;
	margin:0 0 10px;
}
#divisioni .txt h2 {
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	margin: 0;
}
#divisioni .txt h2 strong {
	font-size: 37px;
}
#divisioni .txt p {
	margin-top: 10px;
}
.hex {
	position: relative;
	width: 830px;
	margin: 40px auto 0;
	height: 430px;
}
.hex a.item {
	display: table;
	background: url(../images/bgr_divisione-hex.png) no-repeat;
	width: 255px;
	height: 122px;
	padding-bottom: 40px;
	color: #cecdce;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font: 15px/15px "GothamNarrow-Bold";
	position: absolute;
}
.hex a.item span {
	display: table-cell;
	vertical-align: middle;
}
.hex a:hover.item {
	color: #000;
	margin-bottom: 10px;
	-webkit-transform: translateX(0px) translateY(-15px);
	transform: translateX(0px) translateY(-15px);
	-webkit-transition: all 2000ms ease;
	transition: all 200ms ease;
	font-size: 18px;
	line-height: 18px;
}
.hex a.item.disabled, .hex h2.disabled {
	opacity: .5;
}
.hex a.item1 {
	top: 0;
	left: 233px;
}
.hex a.item2 {
	top: 63px;
	left: 15px;
}
.hex a.item3 {
	top: 145px;
	left: 222px;
}
.hex a.item4 {
	top: 204px;
	left: 0px;
}
.hex a.item5 {
	width: 213px;
	height: 106px;
	background: url(../images/bgr_divisione-hex-5.png) no-repeat;
	top: 157px;
	left: 487px;
}
.hex a.item5 div {
	height: 65px;
	width: 65px;
	background: url(../images/right.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	bottom: -35px;
	display: none;
}
.hex h2 {
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	position: absolute;
	top: 110px;
	left: 467px;
}
.hex h2 strong {
	font-size: 37px;
}
.hex h2.hover  {
	-webkit-transform: translateX(0px) translateY(-15px);
	transform: translateX(0px) translateY(-15px);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	opacity: 1;
}
.hex .point {
	width: 9px;
	height: 9px;
	background: url(../images/point.png) no-repeat;
	position: absolute;
	top: 204px;
	left: 477px;
}
.hex .description {
	background: #fff;
	width: 305px;
	z-index: 100;
	position: absolute;
	right: 0;
	padding: 15px;
	box-shadow: 10px 10px 0 0 #B2BAB7;
	font-size: 16px;
	display: none;
}
.hex .description span {
	font: 18px/18px "GothamNarrow-Bold";
	color: #e31e2e;
	text-transform: uppercase;
}
.hex .description ul {
	list-style-type: none;
	padding: 10px 0 0 0;
	margin: 0;
} 
.hex .description ul li {
	background: url(../images/point.png) no-repeat 3px 5px;
	background-size: 5px;
	padding-left: 15px;
}
/* COSMETICA */
#cosmetica section {
	background: url(../images/bgr_divisioni.jpg) fixed;
	background-size: cover;
}
#cosmetica .line {
	height: 115px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -246px;
	display: none;
}
#cosmetica h1 {
	font: 84px/84px "GothamNarrow-Thin";
	text-transform: uppercase;
	margin:0 0 10px;
	width: 460px;
	position: absolute;
	left: 50%;
	margin:70px 0 0 -370px;
}
.certificazione {
	position: absolute;
	left: 50%;
	margin: 84px 0 0 280px;
}
#cosmetica .content {
	margin-top: 300px;
}
.cosmetica-img-desc {
	float: left;
	background: #ebedeb url(../images/bgr_cosmetica-content.png) repeat-x bottom;
}
#cosmetica .box {
	width: auto;
	overflow: hidden;
}
ul.nav-cosmetica {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.nav-cosmetica li {
	display: inline-block;
	float: left;
	margin:0 1px 0 0;
}
ul.nav-cosmetica li a {
	display: block;
	background: #656563;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 20px/20px 'GothamNarrow-Light';
	padding: 15px;
	margin-top: 10px;
}
ul.nav-cosmetica li a:hover {
	opacity: .8;
}
ul.nav-cosmetica li a.active {
	background: #fff;
	color:#000;
	margin-top: 0;
	padding: 20px 15px;
}
ul.nav-cosmetica li a.active:hover {
	opacity: 1;
}
#cosmetica .description {
	background: #ebedeb url(../images/bgr_cosmetica-content.png) repeat-x bottom;
	padding: 10px 20px;
	min-height: 473px;
}
.description.metodologia, .description.servizi,
#cosmetica .img.img2, #cosmetica .img.img3 {
	display: none;
}

#contattaci section, #after-contattaci section,
#progetti section, #cookies section {
	background: #edeff0;
	/*background-size: 50%;*/
}

/* CLIENTI */
#clienti section {
	background: #edeff0 url(../images/bgr_clienti.jpg) no-repeat center top;
}
#clienti .line {
	height: 91px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -38px;
	display: none;
}
#clienti h1 {
	font: 87px/87px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;
	width: 620px;
	margin: 55px auto 0;
}
#clienti section>ul {
    list-style-type: none;
    padding: 0;
    margin: 70px auto 30px;
    text-align: center;
    width: 730px;
}
@media only screen and (min-width:1500px) {
	#clienti section>ul {
		width: 1120px;
	}
}
#clienti section>ul>li {
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
    width: 355px;
}
#clienti section ul ul {
	background: url(../images/bgr_clienti-ul-ul.png);
	text-transform: uppercase;
	font: normal 18px 'GothamNarrow-Light';
	color: #9c9f93;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 15px 20px;
}
#clienti section h3 {
	background: url(../images/bgr_clienti-h3.png);
	text-transform: uppercase;
	font: normal 30px 'GothamNarrow-Light';
	color: #9c9f93;
	text-align: left;
	margin: 0;
	padding: 15px 20px;
	position: relative;
}
#clienti section h3:before {
	background: #e31e2e;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	content: " ";
	display: block;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -7px;
}
#clienti section li:nth-child(2) h3:before { background: #028593; }
#clienti section li:nth-child(3) h3:before { background: #689362; }
#clienti section li:nth-child(4) h3:before { background: #0064a6; }
#clienti section li:nth-child(5) h3:before { background: #c91f26; }
#clienti section li:nth-child(6) h3:before { background: #028593; }
#clienti section li:nth-child(7) h3:before { background: #e8cd32; }
#clienti section li:nth-child(8) h3:before { background: #34c0cf; }


/* PROGETTI */
#progetti .line {
	height: 104px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 98px;
	display: none;
}
#progetti h1 {
	font: 87px/87px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;
	width: 710px;
	position: absolute;
	left: 50%;
	margin:55px 0 0 -370px;
}
#progetti ul.lista {
	list-style-type: none;
	padding: 0;
	margin: 170px auto 40px;
	width: 665px;
	max-width: 1050px;
}
@media only screen and (min-width:1500px) {
	#progetti ul.lista {
		list-style-type: none;
		padding: 0;
		margin: 170px auto 40px;
		width: 1010px;
	}
}
#progetti ul.lista>li {
	display: block;
	width: 319px;
	position: relative;
	padding: 0;
	margin: 25px 0 0 0;
	float: left;
}
#progetti ul.lista>li:nth-child(odd) {
	margin-right: 25px;
}
@media only screen and (min-width:1500px) {
	#progetti ul.lista>li:nth-child(odd) {
		margin-right: 25px;
	}
	#progetti ul.lista>li {
		margin-right: 25px;
	}
	#progetti ul.lista>li:nth-child(3n+0) {
		margin-right: 0;
	}
}
#progetti ul.lista>li>a {
	display: block;
	text-decoration: none;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	height: 175px;
	color: #fff;
	padding: 65px 25px 0;
	/*box-shadow: 0 0 5px 0px #838987;*/
	background: url(../images/bgr_progetti-list-a.png) no-repeat;
}
#progetti ul.lista>li span {
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
}
#progetti ul.lista>li>a:hover span {
	display: none;
}
#progetti ul.lista li.bosch>a, #progetti ul.lista li.bosch .prog-dettaglio .title { background-color: #028593; }
#progetti ul.lista li.bosch>a:hover { background: url(../images/progetti/bgr_bosch.jpg); }
#progetti ul.lista li.regina>a, #progetti ul.lista li.regina .prog-dettaglio .title { background-color: #fb7600; }
#progetti ul.lista li.regina>a:hover { background: url(../images/progetti/bgr_regina.jpg); }
#progetti ul.lista li.mdc>a, #progetti ul.lista li.mdc .prog-dettaglio .title { background-color: #bbac8e; }
#progetti ul.lista li.mdc>a:hover { background: url(../images/progetti/bgr_mdc.jpg); }
#progetti ul.lista li.nissan>a, #progetti ul.lista li.nissan .prog-dettaglio .title { background-color: #c3092f; }
#progetti ul.lista li.nissan>a:hover { background: url(../images/progetti/bgr_nissan.jpg); }
#progetti ul.lista li.gourmet>a, #progetti ul.lista li.gourmet .prog-dettaglio .title { background-color: #a1c738; }
#progetti ul.lista li.gourmet>a:hover { background: url(../images/progetti/bgr_gourmet.jpg); }
#progetti ul.lista li.barilla>a, #progetti ul.lista li.barilla .prog-dettaglio .title { background-color: #5f2c0a; }
#progetti ul.lista li.barilla>a:hover { background: url(../images/progetti/bgr_barilla.jpg); }
#progetti ul.lista li.bausch>a, #progetti ul.lista li.bausch .prog-dettaglio .title { background-color: #689362; }
#progetti ul.lista li.bausch>a:hover { background: url(../images/progetti/bgr_bausch.jpg); }
#progetti ul.lista li.granarolo>a, #progetti ul.lista li.granarolo .prog-dettaglio .title { background-color: #45b8a4; }
#progetti ul.lista li.granarolo>a:hover { background: url(../images/progetti/bgr_granarolo.jpg); }
#progetti ul.lista li.meda>a, #progetti ul.lista li.meda .prog-dettaglio .title { background-color: #f59331; }
#progetti ul.lista li.meda>a:hover { background: url(../images/progetti/bgr_meda.jpg); }
#progetti ul.lista li.sanpellegrino>a, #progetti ul.lista li.sanpellegrino .prog-dettaglio .title { background-color: #6f7060; }
#progetti ul.lista li.sanpellegrino>a:hover { background: url(../images/progetti/bgr_sanpellegrino.jpg); }
#progetti ul.lista li.douglas>a, #progetti ul.lista li.douglas .prog-dettaglio .title { background-color: #34c0cf; }
#progetti ul.lista li.douglas>a:hover { background: url(../images/progetti/bgr_douglas.jpg); }
#progetti ul.lista li.sanpellegrinomerch>a, #progetti ul.lista li.sanpellegrinomerch .prog-dettaglio .title { background-color: #0a1847; }
#progetti ul.lista li.sanpellegrinomerch>a:hover { background: url(../images/progetti/bgr_sanpellegrinomerch.jpg); }
#progetti ul.lista li.heineken>a, #progetti ul.lista li.heineken .prog-dettaglio .title { background-color: #0b6026; }
#progetti ul.lista li.heineken>a:hover { background: url(../images/progetti/bgr_heineken.jpg); }
#progetti ul.lista li.cleaningdance>a, #progetti ul.lista li.cleaningdance .prog-dettaglio .title { background-color: #f9481f; }
#progetti ul.lista li.cleaningdance>a:hover { background: url(../images/progetti/bgr_cleaningdance.jpg); }
#progetti ul.lista li.pds>a, #progetti ul.lista li.pds .prog-dettaglio .title { background-color: #1b0801; }
#progetti ul.lista li.pds>a:hover { background: url(../images/progetti/bgr_pds.jpg); }
#progetti ul.lista li.cono>a, #progetti ul.lista li.cono .prog-dettaglio .title { background-color: #feca30; }
#progetti ul.lista li.cono>a:hover { background: url(../images/progetti/bgr_cono.jpg); }
#progetti ul.lista li.santarosa>a, #progetti ul.lista li.santarosa .prog-dettaglio .title { background-color: #046fab; }
#progetti ul.lista li.santarosa>a:hover { background: url(../images/progetti/bgr_santarosa.jpg); }
#progetti ul.lista li.allianz>a, #progetti ul.lista li.allianz .prog-dettaglio .title { background-color: #004d93; }
#progetti ul.lista li.allianz>a:hover { background: url(../images/progetti/bgr_allianz.jpg); }
#progetti ul.lista li.expo>a, #progetti ul.lista li.expo .prog-dettaglio .title { background-color: #e8cd32; }
#progetti ul.lista li.expo>a:hover { background: url(../images/progetti/bgr_expo.jpg); }
#progetti ul.lista li.barattolino>a, #progetti ul.lista li.barattolino .prog-dettaglio .title { background-color: #1ad09a; }
#progetti ul.lista li.barattolino>a:hover { background: url(../images/progetti/bgr_barattolino.jpg); }
#progetti ul.lista li>a:hover {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
#progetti ul.lista li div.ico {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 25px;
	right: 25px;
}
#progetti ul.lista div.ico1 {
	background: url(../images/icons/progetto-ico1.png) no-repeat;
}
#progetti ul.lista li a:hover div.ico {
	display: none;
}
/* PROGETTI DETTAGLIO */
.prog-dettaglio {
	background: #edeff0;
	position: static;
	margin: 40px auto;
	max-width: 1200px;
	min-width: 1000px;
	padding: 0 0 20px 0;
}
.prog-dettaglio .title {
	height: 130px;
	background: url(../images/bgr_prog-dettaglio-tit.png) no-repeat center;
	color: #fff;
	padding: 40px 60px 0;
	position: relative;
}
.prog-dettaglio .overlay-cta-close {
	background: url(../images/bgr_overlay-close.png) no-repeat;
	width: 43px;
	height: 43px;
	text-indent: -9999px;
	position: absolute;
	top: 60px;
	right: 60px;
}
.prog-dettaglio .title h3 {
	font: normal 40px 'GothamNarrow-Thin';
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.prog-dettaglio .title h4 {
	font: normal 26px 'GothamNarrow-Thin';
	padding: 0;
	margin: 0;
}
.keyf {
	height: 150px;
	background: #fff;
	position: relative;
}
.keyf-tit {
	font: 20px/60px 'GothamNarrow-Light';
	color: #878889;
	text-transform: uppercase;
	background: #d5d7d8;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	width: 150px;
	text-align: center;
	height: 60px;
	position: absolute;
	top: 45px;
	left: -45px;
}
.keyf ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 60px;
}
.keyf ul li {
	display: inline-block;
	width: 160px;
	height: 45px;
	float: left;
	background: #fff;
	margin: 0;
	padding: 105px 10px 0;
	text-align: center;
	font-size: 15px;
	color: #a1a1a1;
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
}
.keyf ul li.off {
	opacity: .5;
}
.keyf ul li.db { background-image: url(../images/icons/keyf/db.png); }
.keyf ul li.premi { background-image: url(../images/icons/keyf/premi.png); }
.keyf ul li.engagement { background-image: url(../images/icons/keyf/engagement.png); }
.keyf ul li.backoffice { background-image: url(../images/icons/keyf/backoffice.png); }
.keyf ul li.pianoc { background-image: url(../images/icons/keyf/pianoc.png); }
.keyf ul li.pianoc2 { background-image: url(../images/icons/keyf/pianoc2.png); }
.keyf ul li.stats { background-image: url(../images/icons/keyf/stats.png); }
.keyf ul li.card { background-image: url(../images/icons/keyf/card.png); }
.keyf ul li.coupon { background-image: url(../images/icons/keyf/coupon.png); }
.keyf ul li.com { background-image: url(../images/icons/keyf/com.png); }
.keyf ul li.consulenza { background-image: url(../images/icons/keyf/consulenza.png); }
.keyf ul li.iw { background-image: url(../images/icons/keyf/iw.png); }
.keyf ul li.premiocerto { background-image: url(../images/icons/keyf/premiocerto.png); }
.keyf ul li.puntidigitali { background-image: url(../images/icons/keyf/puntidigitali.png); }
.keyf ul li.logistica { background-image: url(../images/icons/keyf/logistica.png); }
.keyf ul li.monitor { background-image: url(../images/icons/keyf/monitor.png); }
.keyf ul li.barcode { background-image: url(../images/icons/keyf/barcode.png); }
.keyf ul li.calendario { background-image: url(../images/icons/keyf/calendario.png); }
.keyf ul li.digital { background-image: url(../images/icons/keyf/digital.png); }
.keyf ul li.scuola { background-image: url(../images/icons/keyf/scuola.png); }
.keyf ul li.gara { background-image: url(../images/icons/keyf/gara.png); }
.keyf ul li.dataentry { background-image: url(../images/icons/keyf/dataentry.png); }
.keyf ul li.backoffice2 { background-image: url(../images/icons/keyf/backoffice2.png); }
.keyf ul li.mailing { background-image: url(../images/icons/keyf/mailing.png); }
.keyf ul li.ecommerce { background-image: url(../images/icons/keyf/ecommerce.png); }
.keyf ul li.soluzionetech { background-image: url(../images/icons/keyf/soluzionetech.png); }
.keyf ul li.interaction { background-image: url(../images/icons/keyf/interaction.png); }
.keyf ul li.usex { background-image: url(../images/icons/keyf/usex.png); }
.keyf ul li.postale { background-image: url(../images/icons/keyf/postale.png); }
.keyf ul li.depositi { background-image: url(../images/icons/keyf/depositi.png); }
.keyf ul li.ivr { background-image: url(../images/icons/keyf/ivr.png); }
.keyf ul li.tv { background-image: url(../images/icons/keyf/tv.png); }
.prog-dettaglio .content {
	padding: 30px 0 30px 0;
	width: 565px;
	float: left;
	font-size: 18px;
}
.prog-dettaglio .content p.bullet strong {
	color: #e31e2e;
}
.prog-dettaglio p {
	padding: 0 20px 0 60px;
}
.prog-dettaglio p.bullet {
	background: url(../images/bgr_linea-oriz.png) no-repeat left 8px;
}
.prog-dettaglio .content ol {
	list-style-type: disc;
	margin: 0 0 0 60px;
	padding: 0 0 0 20px;
}
.prog-dettaglio .content ol li {
	display: list-item;
	padding: 0px 0 15px;
}
#progetti .prog-img {
	float: right;
	padding-top: 20px
}

/* CONTATTACI */
#contattaci h1, #after-contattaci h1 {
	font: 87px/87px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: center;
	margin: 55px 0 60px;
}
#contattaci .line, #after-contattaci .line {
	height: 104px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -102px;
	display: none;
}
#contattaci .content, #after-contattaci .content {
	width: 700px;
	margin: 20px auto;
}
#contattaci .col {
	width: 49%;
}

/* COOKIES */
#cookies h1 {
	font: 87px/87px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: center;
	margin: 55px 0 0;
}
#cookies .line {
	height: 104px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -92px;
	display: none;
}
#cookies .content {
	width: 700px;
	margin: 40px auto;
	font-size: 15px;
}
.prbl {
	table-layout:fixed;
	width:100%;
	overflow:hidden;
	word-wrap:break-word;
}

/* FORM */
.form-row {
	clear: both;
	padding: 5px 0;
}
.form-col-left {
	float: left;
	width: 50%;
}
.form-col-right {
	float: right;
	width: 50%;
}
.form-col-wide {
	
}
label {
	color: #9c9f93;
	cursor: pointer;
	display: block;
	padding-bottom: 5px;
}
input.text, select, textarea {
	vertical-align: middle;
	border: 0;
	font: 19px 'GothamNarrow-Light';
	border: 1px solid #fff;
}
select {
	width: 98%;
	height: 32px;
}
textarea {
	width: 96%;
	padding:5px;
}
input.text {
	width: 93%;
	z-index: 3;
	padding:5px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #e31e2e;
}
input[type=submit] {
	background: #e31e2e;
	color: #fff;
	border: 0;
	padding: 15px 0;
	text-align: center;
	font: 30px/30px 'GothamNarrow-Thin';
	text-transform: uppercase;
	width: 98%;
}
input:hover[type=submit] {
	background: #9c9f93
}
input[type=file] {
	font: 15px 'GothamNarrow-Light';
}

/* ==========================================================================
   Stuff
   ========================================================================== */
.red {
	color: #e31e2e;
}
#disclaimer {
	height: 80px; overflow: auto;
	border: 1px solid White;
	padding: 3px 5px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
}
.tLeft { text-align: left; }
.tCenter { text-align: center; }
.tRight { text-align: right; }
.floatL { float: left; }
.floatR { float: right; }
.big { font-size: 28px; line-height: 30px; }
.medium { font-size: 12px; line-height: 14px; }
.small { font-size: 10px; line-height: 12px; }
.cookie { clear:both; }
.cookie a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	background: #bbac8e;
	float: right;
	padding: 3px 10px;
	color:#fff;
	border-radius: 5px 5px 0 0;
	margin-right: 18px;
}
.cookie a:hover { background: #c91f26 }

/* Errori */
input.error, select.error  {
	border: 1px solid #C91F26 !important;
}
div.errorPage {
	border: 3px solid #fbc2c4;
	padding: 10px 10px 10px 10px;
	color: #9e2f14;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	background: #fce9e9;
}
.errorPage a {
	color: #C91F26 !important;
}
div.error {
	border: 1px solid #c91f26;
	border-radius: 5px;
	padding: 5px 5px 5px 35px;
	margin-top: 4px;
	color: #9e2f14;
	line-height: 15px;
	background: #fce9e9 url(../images/error.gif) no-repeat 10px center;
}
div.notice {
	border: 3px solid #d0de92;
	padding: 10px 10px 10px 10px;
	background-color:#ebf1cd;
	color: #315307;
	font-size: 12px; font-weight: bold;
	margin-bottom: 20px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { display: block; clear: both; padding: 0; margin: 0; position: relative; height: 0; font-size: 0px; line-height: 0; }