/*
	Theme Name: FPE
	Theme URI: https://www.fpeitalia.com
	Description: Base
	Version: 1.0
	Author: Filippo Montanari
	Author URI: https://www.linkedin.com/in/filippomontanari/
	Text Domain: fpe
	Domain Path: /languages
*/
@font-face {
  font-family: 'GothamNarrow-Light';
  src: url('css/GothamNarrow-Light.eot?#iefix') format('embedded-opentype'),  url('css/GothamNarrow-Light.otf')  format('opentype'),
	     url('css/GothamNarrow-Light.woff') format('woff'), url('css/GothamNarrow-Light.ttf')  format('truetype'), url('css/GothamNarrow-Light.svg#GothamNarrow-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamNarrow-Thin';
  src: url('css/GothamNarrow-Thin.eot?#iefix') format('embedded-opentype'),  url('css/GothamNarrow-Thin.otf')  format('opentype'),
	     url('css/GothamNarrow-Thin.woff') format('woff'), url('css/GothamNarrow-Thin.ttf')  format('truetype'), url('css/GothamNarrow-Thin.svg#GothamNarrow-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamNarrow-Bold';
  src: url('css/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),  url('css/GothamNarrow-Bold.otf')  format('opentype'),
	     url('css/GothamNarrow-Bold.woff') format('woff'), url('css/GothamNarrow-Bold.ttf')  format('truetype'), url('css/GothamNarrow-Bold.svg#GothamNarrow-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
:root {
    --red: #e31e2e;
}
*, :focus {
    outline: none !important;
}
html, body {
    height: 100%;
}
body {
    font: 18px "GothamNarrow-Light";
}
body.noscroll {
	overflow: hidden;
}
body.page-template-template-contatti {
    overflow-x: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;
}

header {
	padding: 6px 0 0 13px;
	float: left;
}
header a {
	display: block;
	background: url(images/logo-mobile.png) no-repeat;
	background-size: cover;
	width: 89px;
	height: 27px;
	text-indent: -9999px;
}
footer {
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	text-transform: uppercase;
}
footer a {
	color: #000;
	text-decoration: none;
}

/* MENU */
#apri-menu {
	display: block;
	float: right;
	width: 54px;
	height: 40px;
	text-indent: -9999px;
	background: url(images/bgr_apri-menu.png) no-repeat top;
}
#apri-menu.selected {
	background: url(images/bgr_apri-menu.png) no-repeat bottom;
}
#apri-menu+ul {
    display: none;
}
.nav-cont {
	width: 100%;
	height: 45px;
	position: fixed;
	top: 0;
	border-bottom: 4px solid #cdcfc9;
	z-index: 10000;
	background: #fff;
}
nav {
	
}
.menu-principale {
	position: absolute;
	top: 40px;
	margin: 0;
	padding: 0;
}
nav ul {
	background: #e31e2e;
	width: 100%;
    list-style-type: none;
}
nav li {
	
}
ul.menu-principale>li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	text-align: right;
	padding: 7px 0 7px 0;
	font: 22px/22px 'GothamNarrow-Bold';
}
ul.menu-principale>li {
	border-bottom: 1px solid #f18f97;
	margin: 0 13px;
}
nav li a.selected, nav li a:hover {  }
nav li.active a, nav li.active li a:hover {  }
nav ul ul {
   padding: 0;
   margin: 0;
    list-style-type: none;
}
ul.menu-principale>li ul li a {
	font: 18px/18px 'GothamNarrow-Light';
	padding: 0 0 10px 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; }*/
/*ul.menu-principale>li a.nav-divisioni-tit {
	display: none;
}*/
/*.nav-divisioni {
	font-size: 15px;
}
.active .nav-divisioni a { color: #fff !important; }
.active .nav-divisioni a:hover { color: #000 !important; }*/

.nav-foot {
	display: none;
}
.lang {
	float: right;
}
.lang a {
	font-size:12px;
	color: #585858;
	text-decoration: none;
}
.lang a:hover {
	color: #e31e2e;
}


section {
	width: 100%;
	display: flex;
    flex-direction: column;
	left: 0;
	height:auto;
	min-height: 100%;
	margin-top: 44px;
    background-color: #edeff0;
    overflow: auto;
}
section h1 {
	font: 50px/50px "GothamNarrow-Thin";
	text-transform: uppercase;
	padding: 20px 13px;
	margin: 0;
}
section a {
	color: #000;
}
section a:hover {
	color: #e31e2e;
}
.line {
	background: url(images/line.png) no-repeat bottom;
	width: 8px;
}

/* HOMEPAGE */
#slideshow {
	
}
.home-0 { background: url(images/bg_gray.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%;
	position: relative;
}
.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: 19px/19px "GothamNarrow-Thin";
	text-transform: none;
	position:absolute;
	top: 0;
	left: 0;
}
.tf_slide {
	height: 100vh;
}
/*.tf_container a {
	text-decoration: none;
	color: #000;
}*/
.tf_container .txt {
	
	margin: 0 25px 0 25px;
	padding-top: 20px;
}
.tf_container .txt2 {
	font: 19px/19px "GothamNarrow-Thin";
	text-transform: uppercase;
	margin: 0 0 0 65px;
}
.home-0 .txt .intro {
	font: 30px/30px "GothamNarrow-Thin";
	text-transform: uppercase;

}


/* PONTIGGIA */
.pontiggia-cta {
	display: none;
}
.overlay {
	background: url(images/bgr_overlay.png);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:10000;
	display: none;
	overflow: auto;
}
#pontiggia {
	display: none;
}
.copyright {
    font-size: 12px;
    text-align: center;
    padding: 20px;
    margin-top: auto;
}

/* ORGANIZZAZIONE */
.page-template-template-organizzazione section {
	background: url(images/bgr_organizzazione.jpg) fixed;
	background-size: cover;
}
.page-template-template-organizzazione h1 {
	/*font: 73px/70px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;*/
	font-size: 35px;
	line-height: 35px;
}
.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;*/
	padding: 13px;
}
.page-template-template-organizzazione .infografica p, .page-template-template-metodologia .infografica p {
	/*margin: 0;
	padding: 160px 60px 0;*/
}
.page-template-template-organizzazione .infografica strong, .page-template-template-metodologia .infografica strong {
	/*color: #fff;
	font-size:25px;*/
}
.info {
	background: url(images/bgr_organizzazione-box.png);
	padding: 30px;
	color: #fff;
	font-size:19px;
	line-height: 23px;
	text-align: left;
}
.infografica .item {
	/*position: absolute;*/
	height: 84px;
	color: #746e5b;
	font: 17px/17px "GothamNarrow-Bold";
	text-transform: uppercase;
	text-align: center;
	/*width: 295px;*/
	background:#fff;
	margin-bottom: 10px;
	opacity: .8;
}
.infografica .item div {
	box-sizing: border-box;
	height: 84px;
	padding-top: 17px;
	padding-right: 80px;
}
.page-template-template-organizzazione .infografica .item1 div {
	background: url(images/icons/team.png) no-repeat right 3px;
	background-size: 80px;
}
.page-template-template-organizzazione .infografica .item2 div {
	background: url(images/icons/metodologie.png) no-repeat right 3px;
	background-size: 68px;
}
.page-template-template-organizzazione .infografica .item3 div {
	background: url(images/icons/capacita.png) no-repeat right 3px;
	background-size: 77px;
}

/* METODOLOGIA */
.page-template-template-metodologia section {
	background: url(images/bg_gray.jpg) fixed right top;
	background-size: 100% 100%;
}
.page-template-template-metodologia .line {
	height: 113px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
	display: none;
}
.page-template-template-metodologia h1 {
	/*font: 73px/70px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;
	width: 590px;
	position: absolute;
	left: 50%;
	margin:75px 0 0 -398px;*/
	font-size: 35px;
	line-height: 35px;
}
.page-template-template-metodologia .infografica .item {
	text-align: left;
	padding-left: 15px;
}
.page-template-template-metodologia .infografica .item1 div {
	background: url(images/icons/ambiente.png) no-repeat right 3px;
	background-size: 65px;
	padding-right: 80px;
}
.page-template-template-metodologia .infografica .item2 div {
	background: url(images/icons/fidelizzare2.png) no-repeat right 7px;
	padding-right: 80px;
}
.page-template-template-metodologia .infografica .item3 div {
	background: url(images/icons/capacita.png) no-repeat right 3px;
	background-size: 77px;
	padding-right: 80px;
}
.page-template-template-metodologia .infografica .item2 {
	margin-left: 30px;
}
.page-template-template-metodologia .infografica .item3 {
	margin-left: 60px;
}


/* DICONO-DI-NOI */
.page-template-template-dicono-di-noi section {
	background: url(images/bg_gray.jpg) fixed right top;
	background-size: 100% 100%;
}
.page-template-template-dicono-di-noi h1 {

}
.page-template-template-dicono-di-noi .item {
	padding: 30px 0;
}
.page-template-template-dicono-di-noi .item.first {
	padding-top: 0;
}
.page-template-template-dicono-di-noi .item .data {
	text-transform: uppercase;
	font: 25px/25px "GothamNarrow-Thin";
	color: #fff;
	padding: 0 20px 20px;
}
.page-template-template-dicono-di-noi .item img.cover, .page-template-template-dicono-di-noi .item iframe {
	width: 100%;
}
.page-template-template-dicono-di-noi .item .txt {
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 16px;
	color: #231f20;
	padding: 15px 20px;
    box-sizing: content-box;
}
.page-template-template-dicono-di-noi .item .txt h2 {
	color: #fff;
	font: 22px 'GothamNarrow-Bold';
	margin-top: 0;
}
.page-template-template-dicono-di-noi .item .link {
	background: url(images/bgr_diconodinoi-data.png) no-repeat right bottom;
	height: 80px;
}
.page-template-template-dicono-di-noi .item .link a {
	color: #3d3831;
	font: 17px/80px 'GothamNarrow-Bold';
	display: block;
	text-decoration: none;
	padding-left: 90px;
	text-transform: uppercase;
}
.page-template-template-dicono-di-noi .item .link.pdf a { background: url(images/bgr_link-pdf.png) no-repeat left center; }
.page-template-template-dicono-di-noi .item .link.www a { background: url(images/bgr_link-www.png) no-repeat left center; }
.page-template-template-dicono-di-noi .item .link.video a { background: url(images/bgr_link-video.png) no-repeat left center; }


/* NUMERI */
.page-template-template-numeri section {
	background: url(images/bg_gray.jpg) fixed right top;
	background-size: 100% 100%;
}
.page-template-template-numeri .line {
	height: 125px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -218px;
	display: none;
}
.page-template-template-numeri h1 {
	
}
.page-template-template-numeri dl {
	position: relative;
	margin: 0;
	padding: 0;
}
.page-template-template-numeri dl:after {
    content:'';
    display:table;
    clear:both;
}
.page-template-template-numeri dt, .page-template-template-numeri dd {
	margin: 0 0 0 0;
	padding: 22px 0 0 0;
	display: table;
    box-sizing: content-box;
}
.page-template-template-numeri dt {
	color: #fff;
	font: 30px/30px 'GothamNarrow-Bold';
	text-transform: uppercase;
	width: 100%;
	text-align:center;
}
.page-template-template-numeri dd {
	width: 170px;
	height: 104px;
	background: url(images/bgr_numeri-dd-mobile.png) no-repeat;
	text-align: center;
	color: #746e5b;
	margin: 20px auto 20px;
	padding: 62px 26px 0 0;
}
.page-template-template-numeri dl p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0 15px;
}
.page-template-template-numeri dd p {
	padding:0 15px;
	font-size: 17px;
	line-height: 17px;
}
.page-template-template-numeri dd span {
	font: 53px/53px 'GothamNarrow-Bold';
}
.page-template-template-numeri .extra {
	display: none;
}

/* STORIA */
.page-template-template-storia section {
	background: url(images/bg_gray.jpg) fixed right top;
	background-size: 100% 100%;
}
/*.page-template-template-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;
}*/
.page-template-template-storia .line {
	height: 125px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -218px;
	display: none;
}
.page-template-template-storia h1 {
	
}
.timeline {
	padding: 13px;
}
.timeline ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}
.timeline ul li {
	position: relative;
	margin-bottom: 40px;
}
.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 .data {
	font: 50px/50px 'GothamNarrow-Thin';
	/*color: #857a52;*/
	color: #fff;
	padding: 0 0 15px 0;
	
}
.timeline .r .data { text-align: right; }
.timeline .desc {
	background: #fff;
	font-size: 20px;
	padding: 22px;
	position: relative;
    box-sizing: content-box;
}
.timeline .desc p {
    margin: 0;
}
.timeline .l .data {  }
.timeline .l .desc { box-shadow: 10px 10px 0 0 #8a8a8a; }
.timeline .r .data {  }
.timeline .r .desc { box-shadow: -10px 10px 0 0 #8a8a8a; }
.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: -10px;
	z-index: 50;
}
.timeline .l .desc span { left: 4px; }
.timeline .r .desc span { right: 4px; }

/* DIVISIONI */
.page-template-template-divisioni.page-id-141 section {
	background: url(images/bgr_organizzazione.jpg) fixed;
	background-size: cover;
}
.page-template-template-divisioni.page-id-143 section {
	background: url(images/bgr_metodologia.jpg) fixed;
	background-size: cover;
}
.page-template-template-divisioni .line {
	height: 130px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -215px;
	display: none;
}
.page-template-template-divisioni .line2 {
	height: 460px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 336px;
	display: none;
}
.page-template-template-divisioni .txt h2 {
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	margin: 0;
}
.page-template-template-divisioni .txt p {
	margin-top: 10px;
}
.page-template-template-divisioni .item h4 {
    color: var(--red);
    font-family: 'GothamNarrow-Bold';
    font-weight: normal;
    display: flex;
}
.page-template-template-divisioni .item h4 i[class*=fa-] {
    text-align: left;
    width: 2rem;
    margin-right: 3px;
    margin-top: 2px;
    flex-shrink: 0;
    display: block;
}
.accordion-header {
    clip-path: polygon(0 20px, 20px 0, 100% 0, 100% 100%, 0 100%);
}
.accordion, .accordion-item, .accordion-item:first-of-type, .accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    --bs-accordion-border-radius: 0;
    border-radius: 0;
}
.accordion {
    --bs-accordion-border-color: rgba(194,187,158,.2);
    --bs-accordion-border-width: 1px;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item {
    border-left: 0;
    border-right: 0;
    font-size: 16px;
    background: transparent;
}
.accordion-item:last-of-type {
    border: 0;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0;
}
.accordion-button {
    background: transparent url(images/bgr_organizzazione-box.png);
    color: #fff;
    cursor: pointer;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--red);
    background-image: none;
}
.accordion-item:first-of-type {
    border-top: 0;
}
.accordion-body {
    background: #fff;
    margin-bottom: 10px;
}
.accordion-body .item:not(:last-child) {
    border-bottom: .1rem solid rgba(0,0,0,.2);
    margin-bottom: 20px;
}
.accordion-body .dettaglio {
    padding-left: 2.25em;
}
.accordion-body .dettaglio ul {
    padding-left: 1rem;
}
.app {
    background-color: #fff;
}
.app-img {
    width: 150px;
    flex-shrink: 0;
    margin: auto;
}
/*.hex {
	position: relative;
	margin: 40px auto 0;
	padding: 0 0 20px;
}
.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";
	margin: 0 auto;
}
.hex a.item span {
	display: table-cell;
	vertical-align: middle;
}
.hex a:hover.item {
	color: #000;
	font-size: 18px;
	line-height: 18px;
}

.hex a.item5 {
	width: 213px;
	height: 106px;
	background: url(images/bgr_divisione-hex-5.png) no-repeat;
}
.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;
}
.produzione h2 {
	padding: 13px;
}
.hex .point {
	display: none;
}
.hex .description {
	background: #fff;
	padding: 15px;
	font-size: 15px;
	display: none;
	margin: 0 0 25px;
	position: relative;
	z-index: 100;
}
.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 */
/*.page-template-template-cosmetica section {
	background: url(images/bgr_divisioni.jpg) fixed;
	background-size: cover;
}
.page-template-template-cosmetica .line {
	height: 115px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -246px;
	display: none;
}
.certificazione {
	display: block;
	margin: 0 auto;
}
.page-template-template-cosmetica .content {
	margin-top: 30px;
}
.cosmetica-img-desc {
	display: none;
}
.page-template-template-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: 13px/13px 'GothamNarrow-Light';
	padding: 10px;
	margin-top: 10px;
}
ul.nav-cosmetica li a.active {
	background: #fff;
	color:#000;
	padding: 15px 10px;
	margin-top: 0;
	font: 15px/13px 'GothamNarrow-Light';
}
.page-template-template-cosmetica .description {
	background: #ebedeb url(images/bgr_cosmetica-content.png) repeat-x bottom;
	padding: 10px 20px;
}
.description.metodologia, .description.servizi,
.page-template-template-cosmetica .img.img2, .page-template-template-cosmetica .img.img3 {
	display: none;
}
*/
.page-template-template-innovazione section {
	background: url(images/bgr_metodologia.jpg) fixed;
	background-size: cover;
}
.innov-ico-titolo {
	padding-top: 15px;
}

.page-template-template-azienda section {
    background: url(images/bgr_nuovasede.jpg) fixed right top;
    background-size: 100% 100%;
}

/* TEAM */
.page-template-template-team section {
	background: url(images/bg_gray.jpg) fixed right top;
	background-size: 100% 100%;
}
.persona {
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.persona:hover {
    background: var(--red);
    color: #fff;
}
.persona a:hover {
    color: #fff;
}

/* DAMA HUB */
.page-template-template-fastcrm.page-id-39 section {
	background: url(images/bgr_organizzazione.jpg) fixed;
	background-size: cover;
}
.page-template-template-fastcrm.page-id-156 section {
	background: url(images/bgr_metodologia.jpg) fixed;
	background-size: cover;
}
.page-template-template-fastcrm .line {
	display: none;
}
.page-template-template-fastcrm h1 {
	
}
.page-template-template-fastcrm h2.sottotitolo {
	font: 30px "GothamNarrow-Thin";	
	text-align: left;
	margin: 0 0 0 13px;
	color: #fff;
	line-height: 1;
}
.page-template-template-fastcrm .infogr-obj.screenshots {
    display: none;
}
.page-template-template-fastcrm .circle {
    display: none;
}
.page-template-template-fastcrm .dettagli ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}
.page-template-template-fastcrm .dettagli ul li {
    padding: 20px;
    background: url(images/bgr_organizzazione-box.png);
    margin-bottom: 20px;
    color: #fff;
    font-size: 17px;
    position: relative;
}
.page-template-template-fastcrm .dettagli ul li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: var(--red);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(0, -50%);
}
.demo p:last-child, .demo .btn {
    margin: 0;
}
.demo h2 {
    text-transform: uppercase;
    color: var(--red);
}

/* CLIENTI */
/*.page-template-template-clienti section {
	background: #edeff0 url(images/bgr_clienti.jpg) no-repeat center top;
}*/
.page-template-template-clienti .line {
	height: 91px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -38px;
	display: none;
}
.page-template-template-clienti h1 {
	/*font: 87px/87px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;
	width: 620px;
	margin: 55px auto 0;*/
}
.page-template-template-clienti section>ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
}
.page-template-template-clienti section>ul>li {
    margin: 0 0 10px;
    padding: 0;
}
.page-template-template-clienti section .text {
	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;
}
.page-template-template-clienti section .text p {
    margin: 0;
}
.page-template-template-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;
}
.page-template-template-clienti section h3 span {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	display: block;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -7px;
}
.page-template-template-clienti section li:nth-child(2) h3:before { background: #028593; }
.page-template-template-clienti section li:nth-child(3) h3:before { background: #689362; }
.page-template-template-clienti section li:nth-child(4) h3:before { background: #0064a6; }
.page-template-template-clienti section li:nth-child(5) h3:before { background: #c91f26; }
.page-template-template-clienti section li:nth-child(6) h3:before { background: #028593; }
.page-template-template-clienti section li:nth-child(7) h3:before { background: #e8cd32; }
.page-template-template-clienti section li:nth-child(8) h3:before { background: #34c0cf; }


/* PROGETTI */
.page-template-template-progetti .line {
	height: 104px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 98px;
	display: none;
}
.page-template-template-progetti h1 {
	/*font: 87px/87px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: right;
	width: 710px;
	position: absolute;
	left: 50%;
	margin:55px 0 0 -370px;*/
}
.page-template-template-progetti ul.lista {
	list-style-type: none;
	padding: 13px;
	margin: 0;
}
.page-template-template-progetti ul.lista>li {
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 10px;
}
.page-template-template-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;
	background-size: cover;
    box-sizing: content-box;
}
.page-template-template-progetti ul.lista li span {
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
}
.page-template-template-progetti ul.lista>li>a:hover span {
	display: none;
}
.page-template-template-progetti ul.lista li.cono>a, .page-template-template-progetti ul.lista li.cono .prog-dettaglio .title { background-color: #feca30; }
.page-template-template-progetti ul.lista li.cono>a:hover { background: url(images/progetti/bgr_cono.jpg); }
.page-template-template-progetti ul.lista li.barattolino>a, .page-template-template-progetti ul.lista li.barattolino .prog-dettaglio .title { background-color: #1ad09a; }
.page-template-template-progetti ul.lista li.barattolino>a:hover { background: url(images/progetti/bgr_barattolino.jpg); }
.page-template-template-progetti ul.lista li>a:hover {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.page-template-template-progetti ul.lista li div.ico {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 25px;
	right: 25px;
}
.page-template-template-progetti ul.lista div.ico1 {
	background: url(images/icons/progetto-ico1.png) no-repeat;
}
.page-template-template-progetti ul.lista li a:hover div.ico {
	display: none;
}
/* PROGETTI DETTAGLIO */
.prog-dettaglio {
	background: #edeff0;
	position: static;
	margin: 10px;
	padding: 0 0 20px 0;
}
.prog-dettaglio .title {
	/*height: 130px;*/
	background: url(images/bgr_prog-dettaglio-tit.png) no-repeat center;
	color: #fff;
	padding: 15px 30px 15px 15px;
	position: relative;
    box-sizing: content-box;
}
.prog-dettaglio .overlay-cta-close {
	background: #fff url(images/bgr_overlay-close_m.png) no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 0;
}
.prog-dettaglio .title h3 {
	font: normal 30px/30px 'GothamNarrow-Thin';
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.prog-dettaglio .title h4 {
	font: normal 22px/22px 'GothamNarrow-Thin';
	padding: 0;
	margin: 0;
}
/*.keyf {
	height: 150px;
	background: #d5d7d8;
	position: relative;
	display: none;
}
.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: 170px;
	height: 150px;
	float: left;
	background: #fff;
	margin: 0 1px 0 0;
	padding: 0;
	text-align: center;
}
.keyf ul li.off {
	opacity: .5;
}*/
.prog-dettaglio .content {
	padding: 10px 0 30px 0;
	float: left;
}
.prog-dettaglio .content p.bullet strong:first-child {
	color: #e31e2e;
}
.prog-dettaglio p {
	padding: 0 20px 0 20px;
}
.prog-dettaglio p.bullet {
	background: url(images/bgr_linea-oriz.png) no-repeat -25px 8px;
}
.prog-dettaglio .content ol {
	list-style-type: disc;
	margin: 0 0 0 40px;
	padding: 0 0 0 0px;
}
.prog-dettaglio .content ol li {
	display: list-item;
	padding: 0px 15px 15px 0;
}
.prog-img {
	max-width: 100%;
    height: auto;
}
.prog-dettaglio iframe {
	max-width: 100%;
}

/* CONTATTACI */
.page-template-template-contatti .line {
	height: 104px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -107px;
	display: none;
}
.page-template-template-contatti .content {
	padding: 13px;
}
.page-template-template-contatti .col {
	text-align: center;
}
.page-template-template-contatti .floatL, .page-template-template-contatti .floatR {
	float: none;
}
.page-template-template-contatti .floatR .medium {
	line-height: normal;
}

/* COOKIES */
.page-template-default h1 {
	/*font: 87px/87px "GothamNarrow-Thin";
	text-transform: uppercase;
	text-align: center;
	margin: 55px 0 0;*/
}
.page-template-default .line {
	height: 104px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -92px;
	display: none;
}
.page-template-default .content {
	font-size: 15px;
	padding: 13px;
}
.prbl {
	table-layout:fixed;
	width:100%;
	overflow:hidden;
	word-wrap:break-word;
}

.big {
    font-size: 28px;
    line-height: 30px;
}

/* ==========================================================================
   Stuff
   ========================================================================== */
.btn {
    text-transform: uppercase;
    font-family: "GothamNarrow-Thin";
    background: #e31e2e url("images/arrow.svg") no-repeat right 10px center/10px;
    color: #fff;
    padding: 8px 30px 8px 16px;
    box-sizing: border-box;
    font-size: 25px;
    height: auto;
    line-height: normal;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 0;
    clip-path: polygon(0 15px, 15px 0, 100% 0, 100% 100%, 0 100%);
}
.btn:hover {
    /*background: rgba(163,163,163,1);*/
    background-color: #000;
    color: #fff !important;
}
.bg-w { background: #fff; }
.red {
	color: var(--red);
}
#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; }
.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 }

.frm_style_stile-formidable.with_frm_style .frm_submit button {
    text-transform: uppercase;
    font-family: "GothamNarrow-Thin";
}
.frm_form_field:not(.frm_compact) .frm_dropzone {
    max-width: 100%;
}

.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; }

.two-col {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-direction: column;
}
.two-col > .col { flex: 1 1 0; }
.two-col img { width: 100%; height: auto; display: block; }

@media (min-width: 768px) {    
    .d-md-none {
        display: none;
    }
    body {
        font: 20px "GothamNarrow-Light";
    }
    #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;
        float: none;
    }
    header a {
        display: block;
        background: url(images/logo-fpe.svg) no-repeat right 5px center/contain;
        width: 125px;
        height: 195px;
        text-indent: -9999px;
    }

    /* MENU */
    #apri-menu {
        display: none;
    }
    #apri-menu+ul {
        display: block;
    }
    .nav-cont {
        width: 253px;
        float: right;
        position: relative;
        height: 100%;
        z-index: 900;
        border-bottom: 0;
    }
    .menu-principale {
        position: relative;
        top: inherit;
    }
    ul.menu-principale>li {
        border: 0;
        margin: 0;
    }
    .noscroll .nav-cont {
        z-index: 10;
    }
    .menu>ul {
        display: block;
    }
    nav ul ul {
       display: none;
    }
    nav {
        position: fixed;
        height: auto;
       min-height: 100%;
        background: #fff;
    }
    nav ul.menu-principale {
        float: right;
        list-style-type: none;
        margin: 0; padding: 0;
        background-color: inherit;
        position: static;
    }
    nav ul.menu-principale>li {
        width: 253px;
    }
    nav ul.menu-principale>li a {
        display: block;
        width: 100%;
        text-decoration: none;
        text-transform: uppercase;
        color: #1c1818;
        text-align: right;
        padding: 17px 48px 17px 0;
        font-family: inherit;
        font-size: 20px;
    }
    nav ul.menu-principale>li a.selected, nav ul.menu-principale>li a:hover { background: #e31e2e; color: #fff; }
    nav ul.menu-principale>li.current-menu-ancestor a, nav ul.menu-principale>li.current-menu-ancestor li a:hover, nav ul.menu-principale>li.current-menu-item>a, nav ul.menu-principale>li.current-page-ancestor a {
        background: url(images/bgr_nav-active.gif) no-repeat right;
        color: #1c1818;
    }
    nav ul.menu-principale ul {
        width: 204px;
        background: #e31e2e;
        position: absolute;
        top: 0;
        right: -204px;
        height: auto;
        min-height: 100%;
        display: none;
        float: none;
    }
    nav ul.menu-principale 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;
        font-size: 20px;
    }
    nav ul.menu-principale ul a:hover { background: #e31e2e; color: #000; }
    nav ul.menu-principale li.current-menu-ancestor ul a  { color: #fff; }
    nav ul.menu-principale li.current-menu-ancestor ul .current-menu-item a, nav li.current-menu-ancestor ul a:hover { color: #000; }
    nav ul.menu-principale li.menu-item-150 ul { padding-top: 140px; }
    nav ul.menu-principale li.menu-item-149 ul { padding-top: 475px; }
    .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;
        display: block;
    }
    a.goto-home {
        display: inline-block;
        background: url(images/bgr_a-home.gif) no-repeat;
        width: 20px;
        height: 21px;
        text-indent: -9999px;
    }
    section {
        width: 100%;
        min-width: 942px;
        position: absolute;
        left: 0;
        height:auto;
        min-height: 100%;
        margin-top: 0;
    }
    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;
    }
    .home-0 .txt {
        width: 555px;
        text-align: left;
        position: absolute;
        left: 40%;
        top: 50%;
        transform: translate(0, -50%);
        margin-left: -155px;
        z-index: 200;
        padding: 0;
    }
    .home-0 .txt .intro {
        font: 65px/60px "GothamNarrow-Thin";
        text-transform: uppercase;
    }
    .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: 244px;
    }
    /*.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;
    }*/
    .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 {
        
        position: absolute;
        top: 0;
        left: 41.4%;
        z-index: 2;
        /*display: none;*/
    }
    /* PONTIGGIA */
    .pontiggia-cta {
        display: block;
        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 {
        display: block;
        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; }
    
    /* STORIA */
    .page-template-template-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 {
        margin: 0 auto;
        width: 700px;
    }
    .is-hidden {
        opacity: .2;
    }
    .bounce-in {
        -webkit-transition: all 1000ms ease;
        transition: all 1000ms ease;
        opacity: 1;
    }
    .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: 65px/65px 'GothamNarrow-Thin';
        /*color: #857a52;*/
        color: #fff;
        width: 320px;
        height: 100%;
        position: absolute;
        padding: 0;
    }
    .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 #8a8a8a; }
    .timeline .r .data { left: 0; }
    .timeline .r .desc { float: right; box-shadow: -10px 10px 0 0 #8a8a8a; }
    /* 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 { left: auto; right: -10px; box-shadow: 10px 0px 0 0 #8a8a8a; }
    .timeline .r .desc span { left: -10px; box-shadow: 0px 10px 0 0 #8a8a8a; }
    
    /* NUMERI */
    .page-template-template-numeri .line {
        height: 125px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -218px;
        display: none;
    }
    .page-template-template-numeri h1 {
        font: 97px/97px "GothamNarrow-Thin";
        text-transform: uppercase;
        text-align: right;
        width: 710px;
        position: absolute;
        left: 50%;
        margin: 75px 0 0 -355px;
        padding: 0;
    }
    .page-template-template-numeri dl {
        margin: 200px auto 50px;
        width: 785px;
        position: relative;
    }
    .page-template-template-numeri dl:after {
        content:'';
        display:table;
        clear:both;
    }
    .page-template-template-numeri dt, .page-template-template-numeri dd {
        margin: 0 0 40px 0;
        padding: 22px 0 0 0;
        height: 105px;
        display: table;
        text-align: inherit;
    }
    .page-template-template-numeri dt {
        float: right;
        width: 300px;
        padding-right: 180px;
    }
    .page-template-template-numeri dd {
        float: left;
        background: url(images/bgr_numeri-dd.png) no-repeat;
        text-align: center;
        padding-right: 122px;
    }
    .page-template-template-numeri dl p {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }
    .page-template-template-numeri dd p {
        padding:0 15px;
        font-size: 17px;
        line-height: 17px;
    }
    .page-template-template-numeri dd span {
        font: 53px/53px 'GothamNarrow-Bold';
    }
    .page-template-template-numeri .extra {
        position: absolute;
        right: 0;
        width: 385px;
        display: block;
    }
    .page-template-template-numeri .extra dt {
        float: left;
        padding: 0;
        text-align: right;
        height: 131px;
        font-size: 24px;
        line-height: 24px;
        color: #756f5c;
        width: 145px;
    }
    .page-template-template-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;
    }
    .page-template-template-numeri .extra dd span {
        font-size: 42px;
        line-height: 42px;
    }
    .page-template-template-numeri .extra1 { top: 250px; }
    .page-template-template-numeri .extra2 { top: 590px; }
    .page-template-template-numeri .extra3 { top: 930px; }
    
    /* ORGANIZZAZIONE */
    .page-template-template-organizzazione section {
        background: url(images/bgr_organizzazione.jpg) fixed;
        background-size: cover;
    }
    .page-template-template-organizzazione .line {
        height: 113px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -4px;
        display: none;
    }
    .page-template-template-organizzazione h1 {
        font: 73px/70px "GothamNarrow-Thin";
        text-transform: uppercase;
        text-align: right;
        width: 590px;
        position: absolute;
        left: 50%;
        margin:75px 0 0 -398px;
        padding: 0;
    }
    .page-template-template-organizzazione .infografica, .page-template-template-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;
        padding: 0;
    }
    .page-template-template-organizzazione .infografica p, .page-template-template-metodologia .infografica p, .page-template-template-innovazione .infografica p {
        margin: 0;
        padding: 160px 60px 0;
    }
    .page-template-template-organizzazione .infografica strong, .page-template-template-metodologia .infografica strong, .page-template-template-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;
    }
    .page-template-template-organizzazione .infografica .item1 div {
        background: url(images/icons/team.png) no-repeat 210px 3px;
        background-size: 80px;
        padding-right: 95px;
    }
    .page-template-template-organizzazione .infografica .item2 div {
        background: url(images/icons/metodologie.png) no-repeat 228px 3px;
        background-size: 68px;
        padding-right: 80px;
        margin-top: 173px;
    }
    .page-template-template-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;
    }
    
    /* DICONO-DI-NOI */
    .page-template-template-dicono-di-noi .line {
        height: 113px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: 7px;
        display: none;
    }
    .page-template-template-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;
        padding: 0;
    }
    .page-template-template-dicono-di-noi .item {
        width: 830px;
        margin: 30px auto;
        padding: 0;
    }
    .page-template-template-dicono-di-noi .item.first {
        margin-top: 210px;
    }
    .page-template-template-dicono-di-noi .item .data {
        text-transform: uppercase;
        font: 46px/46px "GothamNarrow-Thin";
        color: #fff;
        text-align: right;
        padding: 0 0 20px;
    }
    .page-template-template-dicono-di-noi .item img.cover, .page-template-template-dicono-di-noi .item iframe {
        float:left;
        margin-top: -60px;
        width: 354px;
    }
    .page-template-template-dicono-di-noi .item .txt {
        background-color: rgba(255, 255, 255, 0.3);
        float: right;
        font-size: 16px;
        color: #231f20;
        padding: 35px;
        width: 406px;
    }
    .page-template-template-dicono-di-noi .item .txt h2 {
        color: #fff;
        font: 22px 'GothamNarrow-Bold';
        margin-top: 0;
    }
    .page-template-template-dicono-di-noi .item .link {
        background: url(images/bgr_diconodinoi-data.png) no-repeat right bottom;
        height: 80px;
        float: right;
        clear: right;
        width: 476px;
    }
    .page-template-template-dicono-di-noi .item .link a {
        color: #3d3831;
        font: 17px/80px 'GothamNarrow-Bold';
        display: block;
        text-decoration: none;
        padding-left: 90px;
        text-transform: uppercase;
    }
    
    /* TEAM */
    .page-template-template-team .line {
        height: 125px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: 53px;
        display: none;
    }
    .page-template-template-team h1 {
        font: 97px/97px "GothamNarrow-Thin";
        text-transform: uppercase;
        text-align: right;
        width: 710px;
        position: absolute;
        left: 50%;
        margin: 75px 0 0 -550px;
        padding: 0;
    }
    .page-template-template-team .content, .page-template-template-azienda .content {
        margin-top: 210px;
    }
    
    .page-template-template-azienda h1 {
        font: 97px/97px "GothamNarrow-Thin";
        text-transform: uppercase;
        text-align: right;
        width: 710px;
        position: absolute;
        left: 50%;
        margin: 75px 0 0 -500px;
        padding: 0;
    }    
    .page-template-template-azienda .line {
        height: 125px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -142px;
        display: none;
    }
    .page-template-template-azienda .content {
        margin-top: 210px;
        margin-left: auto;
        margin-right: auto;
        max-width: 680px;
    }
    
    /* DIVISIONI */
    .page-template-template-divisioni .line {
        position: absolute;
        top: 0;
        left: 50%;
    }
    .page-template-template-divisioni.page-id-141 .line {        
        height: 115px;
        margin-left: -195px;
    }
    .page-template-template-divisioni.page-id-143 .line {        
        height: 115px;
        margin-left: -276px;
    }
    .page-template-template-divisioni .txt {
        width: 710px;
        margin: 75px auto 0;
    }
    .page-template-template-divisioni .txt h1 {
        font: 98px/98px "GothamNarrow-Thin";
        text-transform: uppercase;
        margin:0 0 10px;
        padding: 0;
    }
    .page-template-template-divisioni .txt h2 {
        font-size: 25px;
        color: #fff;
        font-weight: normal;
        margin: 0;
    }
    .page-template-template-divisioni .txt h2 strong {
        font-size: 37px;
    }
    .two-col {
        flex-direction: row;
    }
    /*.page-template-template-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;
        padding: 0;
    }
    .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 */
    /*.page-template-template-cosmetica section {
        background: url(images/bgr_divisioni.jpg) fixed;
        background-size: cover;
    }
    .page-template-template-cosmetica .line {
        height: 115px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -246px;
        display: none;
    }
    .page-template-template-cosmetica h1 {
        font: 84px/84px "GothamNarrow-Thin";
        text-transform: uppercase;
        width: 460px;
        position: absolute;
        left: 50%;
        margin:70px 0 0 -370px;
        padding: 0;
    }
    .certificazione {
        position: absolute;
        left: 50%;
        margin: 84px 0 0 280px;
    }
    .page-template-template-cosmetica .content {
        margin-top: 300px;
    }
    .cosmetica-img-desc {
        display: block;
        float: left;
        background: #ebedeb url(images/bgr_cosmetica-content.png) repeat-x bottom;
    }
    .page-template-template-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;
        font-size: 20px;
        line-height: 20px;
    }
    ul.nav-cosmetica li a.active:hover {
        opacity: 1;
    }
    .page-template-template-cosmetica .description {
        background: #ebedeb url(images/bgr_cosmetica-content.png) repeat-x bottom;
        padding: 10px 20px;
        min-height: 473px;
    }
    .description.metodologia, .description.servizi,
    .page-template-template-cosmetica .img.img2, .page-template-template-cosmetica .img.img3 {
        display: none;
    }*/

    /* METODOLOGIA */
    .page-template-template-metodologia .line {
        height: 113px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -4px;
        display: none;
    }
    .page-template-template-metodologia h1 {
        font: 73px/70px "GothamNarrow-Thin";
        text-transform: uppercase;
        text-align: right;
        width: 590px;
        position: absolute;
        left: 50%;
        margin:75px 0 0 -398px;
        padding: 0;
    }
    .page-template-template-metodologia .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;
    }
    .page-template-template-metodologia .infografica .item {
        text-align: center;
        padding-left: 0;
        margin-left: 0;
    }
    .page-template-template-metodologia .infografica .item1 div {
        background: url(images/icons/ambiente.png) no-repeat 215px 3px;
        background-size: 65px;
        padding-right: 95px;
    }
    .page-template-template-metodologia .infografica .item2 div {
        background: url(images/icons/fidelizzare2.png) no-repeat 224px 7px;
        padding-right: 80px;
        margin-top: 173px;
    }
    .page-template-template-metodologia .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;
    }
    
    /* INNOVAZIONE */
   /* .page-template-template-innovazione section {
        background: url(images/bgr_metodologia.jpg) fixed;
        background-size: cover;
    }
    .page-template-template-innovazione .line {
        height: 113px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -4px;
        display: none;
    }
    .page-template-template-innovazione h1 {
        font: 73px/70px "GothamNarrow-Thin";
        text-transform: uppercase;
        text-align: right;
        width: 590px;
        position: absolute;
        left: 50%;
        margin:75px 0 0 -370px;
        padding: 0;
    }
    .page-template-template-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;
    }
    .page-template-template-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;
    }
    .page-template-template-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;
    }

    .page-template-template-innovazione .incubazione {
        width: 150px;
        height: 280px;
        background: url('images/infogr-innovazione-incubazione.png') no-repeat left top;
        left: -62px;
        top: 85px;
    }
    .page-template-template-innovazione .buonaidea {
        width: 160px;
        height: 280px;
        background: url('images/infogr-innovazione-buonaidea.png') no-repeat left top;
        left: 488px;
        top: 280px;
    }

    .page-template-template-innovazione .ambiente {
        left: 125px;
        top: 105px;
        cursor: pointer;
    }
    .page-template-template-innovazione .innov-ico-titolo {
        text-indent: -9999px;
        text-align: left;
        padding: 0;
    }
    .page-template-template-innovazione .ambiente .innov-ico-titolo {
        background: url('images/infogr-innovazione-ambiente.png') no-repeat left top;
    }
    .page-template-template-innovazione .ambiente .innov-ico {
        background: url('images/icons/ambiente.png') no-repeat center center;
    }
    .page-template-template-innovazione .ambiente .innov-ico-text {
        padding: 40px 20px;
        top: 20px;
    }
    .page-template-template-innovazione .ambiente:hover .innov-ico {
        top: -100px;
    }
    .page-template-template-innovazione .ambiente:hover .innov-ico-text {
        opacity: 1;
    }

    .page-template-template-innovazione .tempo {
        left: 280px;
        top: 185px;	
        cursor: pointer;
    }
    .page-template-template-innovazione .tempo .innov-ico-titolo {
        background: url('images/infogr-innovazione-tempo.png') no-repeat right top;
    }
    .page-template-template-innovazione .tempo .innov-ico {
        background: url('images/icons/tempo.png') no-repeat center center;
    }
    .page-template-template-innovazione .tempo .innov-ico-text {
        padding: 40px 30px;
        top: 10px;
    }
    .page-template-template-innovazione .tempo:hover .innov-ico {
        top: -100px;
    }
    .page-template-template-innovazione .tempo:hover .innov-ico-text {
        opacity: 1;
    }

    .page-template-template-innovazione .pluralita {
        left: 140px;
        top: 280px;	
        cursor: pointer;
    }
    .page-template-template-innovazione .pluralita .innov-ico-titolo {
        background: url('images/infogr-innovazione-pluralita.png') no-repeat left bottom;
    }
    .page-template-template-innovazione .pluralita .innov-ico {
        background: url('images/icons/pluralita.png') no-repeat center center;
    }
    .page-template-template-innovazione .pluralita .innov-ico-text {
        padding: 40px 20px;
        top: -20px;
    }
    .page-template-template-innovazione .pluralita:hover .innov-ico {
        top: 100px;
    }
    .page-template-template-innovazione .pluralita:hover .innov-ico-text {
        opacity: 1;
    }

    .page-template-template-innovazione .end {
        position: absolute;
        width: 516px;
        height: 297px;
        background: url('images/bgr-innovazione-end.png') no-repeat left top;
        left: 180px;
        top: 520px;
    }
    .page-template-template-innovazione .end p {
        margin-top: 5px;
        font-size: 20px;
    }
    .page-template-template-innovazione .end strong {
        color: #000;
    }
    .page-template-template-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;
    }
    .page-template-template-innovazione .end:hover .freccia {
        left: -15px;
    }*/
    
    /* DAMA HUB */
    .page-template-template-fastcrm .line {
        height: 115px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: 162px;
        display: none;
    }
    .page-template-template-fastcrm.page-id-156 .line {
        margin-left: 325px;
    }
    .page-template-template-fastcrm h1 {
        font: 73px/70px "GothamNarrow-Thin";
        text-transform: uppercase;
        text-align: right;
        width: 800px;
        position: absolute;
        left: 50%;
        margin:75px 0 0 -398px;
        padding: 0;
    }
    .page-template-template-fastcrm 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;
    }
    .page-template-template-fastcrm.page-id-39 .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:16px;
        line-height: 1.5;
        text-align: right;
    }
    .page-template-template-fastcrm.page-id-156 .info {
        width: 860px;
        margin: 250px auto;
        color: #fff;
        text-align: right;
    }
    .page-template-template-fastcrm.page-id-39 .infografica {
        background: url(images/bgr_damahub-infog.png) no-repeat;
        width: 710px;
        height: 730px;
        position: relative;
        margin: 250px auto 100px;
        padding: 0;
    }
    .page-template-template-fastcrm .infogr-obj.logo {
        background: url(images/infogr-damahub-logo.png) no-repeat;
        width: 305px;
        height: 200px;
        position: absolute;	
        top: 40px;
        left: 150px;
    }
    .page-template-template-fastcrm .infogr-obj.screenshots {
        position: absolute;
        width: 500px;
        height: 450px;
        top: 185px;
        left: -50px;
        display: block;
    }
    .page-template-template-fastcrm .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);
    }
    .page-template-template-fastcrm .screenshots .immagini.principale {
        background: url(images/infogr-damahub-screenshot-main.jpg) no-repeat;
    }
    /*.page-template-template-fastcrm .screenshots .immagini.utenti {
        background: url(images/infogr-damahub-screenshot-utenti.jpg) no-repeat;
    }
    .page-template-template-fastcrm .screenshots .immagini.punti {
        background: url(images/infogr-damahub-screenshot-punti.jpg) no-repeat;
    }
    .page-template-template-fastcrm .screenshots .immagini.rush {
        background: url(images/infogr-damahub-screenshot-rush.jpg) no-repeat;
    }*/
    .page-template-template-fastcrm .screenshots .immagini.imm-hidden{
        display: none;
    }
    .page-template-template-fastcrm .text {	
        color: #fff;
        font-weight: bold;
    }
    .page-template-template-fastcrm .screenshots .braccio.utenti .line1 {
        width: 100%;
        height: 100%;
        top: 0;
        left: 110px;
        background: url(images/infogr-damahub-line1.png) no-repeat;
        position: absolute;
        margin-left: -8px;
    }
    .page-template-template-fastcrm .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;
    }
    .page-template-template-fastcrm .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;
    }
    .page-template-template-fastcrm .screenshots .braccio.utenti .text {	
        position: absolute;
        top: 165px;
        left: 145px;
    }
    .page-template-template-fastcrm .screenshots .braccio.utenti .freccia:hover {
        border: 2px solid rgba(255,255,255,1);
    }

    .page-template-template-fastcrm .screenshots .braccio.punti .line1 {
        width: 100%;
        height: 100%;
        top: 20px;
        left: 365px;
        background: url(images/infogr-damahub-line3.png) no-repeat;
        position: absolute;
        margin-left: -8px;
    }
    .page-template-template-fastcrm .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;
    }
    .page-template-template-fastcrm .screenshots .braccio.punti .text {	
        position: absolute;
        top: 210px;
        left: 400px;
    }
    .page-template-template-fastcrm .screenshots .braccio.punti .freccia:hover {
        border: 2px solid rgba(255,255,255,1);
    }

    .page-template-template-fastcrm .screenshots .braccio.rush .line1 {
        width: 100%;
        height: 100%;
        top: 10px;
        left: 200px;
        background: url(images/infogr-damahub-line2.png) no-repeat;
        position: absolute;
        margin-left: -8px;
    }
    .page-template-template-fastcrm .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;
    }
    .page-template-template-fastcrm .screenshots .braccio.rush .text {	
        position: absolute;
        top: 290px;
        left: 230px;
        line-height: 1;
    }
    .page-template-template-fastcrm .screenshots .braccio.rush .freccia:hover {
        border: 2px solid rgba(255,255,255,1);
    }

    .page-template-template-fastcrm .dettagli {
        width: 860px;
        position: relative;
        margin: -90px auto 30px;
        list-style-type: none;
    }
    .page-template-template-fastcrm.page-id-156 .dettagli {
        margin-top: 360px;
    }
    .page-template-template-fastcrm .dettagli ul {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
    }
    .page-template-template-fastcrm .dettagli ul li {
        width: 31.333333%;
        flex-shrink: 0;
    }
    /*.page-template-template-fastcrm ul.dettagli li.dettagli-ul {
        width: 390px;
        height: 750px;
        float: left;
        margin-left: -40px;
    }
    .page-template-template-fastcrm ul.dettagli li.dettagli-ul.rivolto {
        margin-right: 30px;
    }
    .page-template-template-fastcrm ul.dettagli li.dettagli-ul h2 {
        text-align: left;
        color: #000;
        font: 45px "GothamNarrow-Thin";
    }
    .page-template-template-fastcrm 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;
    }
    .page-template-template-fastcrm 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;
    }
    .page-template-template-fastcrm ul.dettagli .info-hidden {
        display: none;
    }
    .page-template-template-fastcrm ul.dettagli .info .direzione{
        min-height: 300px;
    }
    .page-template-template-fastcrm ul.dettagli .info .digital{
        min-height: 310px;
    }
    .page-template-template-fastcrm 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;
        display: block;
    }
    .page-template-template-fastcrm ul .circle:hover {
      width: 125px;
      height: 125px;
        background: #e31e2e;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid rgba(255,255,255,1);
    }
    .page-template-template-fastcrm 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;
    }
    .page-template-template-fastcrm 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;
    }
    .page-template-template-fastcrm ul h3.direzione {  
      padding: 35px 15px;
    }
    .page-template-template-fastcrm ul h3.marketing {  
      padding: 25px 15px;
    }
    .page-template-template-fastcrm ul h3.marketing i {  
      margin-top: 5px;
    }
    .page-template-template-fastcrm ul h3.digital {  
      padding: 25px 15px;
    }
    .page-template-template-fastcrm ul h3.digital i {  
      margin-top: 5px;
    }
    .page-template-template-fastcrm ul h3:before {
        width: 90px;
        height: 1px;
        background: url(images/infogr-damahub-line.png) no-repeat;
        content: "";
        display: block;
        position: absolute;	
        margin-top: 33px;
    }
    .page-template-template-fastcrm ul h3.direzione:before {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
         transform: rotate(30deg);
         left: 72px;
         margin-top: 60px;
    }
    .page-template-template-fastcrm ul h3.marketing:before {
         left: 65px;
         margin-top: 35px;
    }
    .page-template-template-fastcrm ul h3.digital:before {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
         transform: rotate(-30deg);
         left: 72px;
         margin-top: 0px;
    }

    .page-template-template-fastcrm ul.dettagli li.serve h2 {
        text-align: right;
    }
    .page-template-template-fastcrm 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;
    }
    .page-template-template-fastcrm ul.dettagli .serve .info {	
        top: 140px;
        left: 240px;
    }
    .page-template-template-fastcrm ul.dettagli .info .evoluzione {
        min-height: 320px;
    }
    .page-template-template-fastcrm ul.dettagli .info .programma {
        min-height: 320px;
    }
    .page-template-template-fastcrm ul .serve h3 {
      margin-left: 300px;
    }
    .page-template-template-fastcrm 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;
    }
    .page-template-template-fastcrm ul .serve h3.evoluzione:before {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
        margin-top: 65px;
        margin-left: -53px;
    }
    .page-template-template-fastcrm ul .serve h3.programma:before {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
        margin-top: 10px;
        margin-left: -53px;
    }
    .page-template-template-fastcrm ul .serve h3 i {
      background: url(images/infogr-damahub-freccia-left.png) no-repeat; 
      margin-left: 34px;
    }
    .page-template-template-fastcrm ul h3 {  
      padding: 35px 15px;
    }


    .page-template-template-fastcrm ul.bullet-list {  
        list-style-type: none;
        float: none;
        margin: 0;
        padding: 0;
    }
    .page-template-template-fastcrm 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;
    }*/
    .page-template-template-fastcrm .overlay img {
        max-width: 100%;
    }
    .page-template-template-fastcrm .overlay .title {
        background-color: #e52435;
    }
    
    /* CLIENTI */
    .page-template-template-clienti-e-progetti h1 {
        font: 97px/97px "GothamNarrow-Thin";
        text-transform: uppercase;
        text-align: right;
        width: 710px;
        position: absolute;
        left: 50%;
        margin: 75px 0 0 -500px;
        padding: 0;
    }
    .page-template-template-clienti-e-progetti .line {
        height: 125px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -142px;
        display: none;
    }
    .page-template-template-clienti-e-progetti .content {
        margin-top: 320px;
        margin-left: auto;
        margin-right: auto;
        max-width: 680px;
    }
    .page-template-template-clienti .line {
        height: 91px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -38px;
        display: none;
    }
    .page-template-template-clienti h1 {
        font: 87px/87px "GothamNarrow-Thin";
        text-transform: uppercase;
        text-align: right;
        width: 620px;
        margin: 55px auto 0;
        padding: 0;
    }
    .page-template-template-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) {
        .page-template-template-clienti section>ul {
            width: 1120px;
        }
    }
    .page-template-template-clienti section>ul>li {
        margin: 0 0 20px 0;
        padding: 0;
        float: left;
        width: 355px;
    }
    .page-template-template-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;
    }
    
    /* PROGETTI */
    .page-template-template-progetti .line {
        height: 104px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: 98px;
        display: none;
    }
    .page-template-template-progetti h1 {
        font: 87px/87px "GothamNarrow-Thin";
        text-transform: uppercase;
        text-align: right;
        width: 710px;
        position: absolute;
        left: 50%;
        margin:55px 0 0 -370px;
        padding: 0;
    }
    .page-template-template-progetti ul.lista {
        list-style-type: none;
        padding: 0;
        margin: 170px auto 40px;
        width: 670px;
        max-width: 1050px;
    }
    @media only screen and (min-width:1500px) {
        .page-template-template-progetti ul.lista {
            list-style-type: none;
            padding: 0;
            margin: 170px auto 40px;
            width: 1010px;
        }
    }
    .page-template-template-progetti ul.lista>li {
        display: block;
        width: 319px;
        position: relative;
        padding: 0;
        margin: 25px 0 0 0;
        float: left;
    }
    .page-template-template-progetti ul.lista>li:nth-child(odd) {
        margin-right: 25px;
    }
    @media only screen and (min-width:1500px) {
        .page-template-template-progetti ul.lista>li:nth-child(odd) {
            margin-right: 25px;
        }
        .page-template-template-progetti ul.lista>li {
            margin-right: 25px;
        }
        .page-template-template-progetti ul.lista>li:nth-child(3n+0) {
            margin-right: 0;
        }
    }
    .page-template-template-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;
    }
    .page-template-template-progetti ul.lista>li span {
        font-size: 28px;
        line-height: 28px;
        text-transform: uppercase;
    }
    .page-template-template-progetti ul.lista>li>a:hover span {
        display: none;
    }
    .page-template-template-progetti ul.lista li.cono>a, .page-template-template-progetti ul.lista li.cono .prog-dettaglio .title { background-color: #feca30; }
    .page-template-template-progetti ul.lista li.cono>a:hover { background: url(images/progetti/bgr_cono.jpg); }
    .page-template-template-progetti ul.lista li.barattolino>a:hover { background: url(images/progetti/bgr_barattolino.jpg); }
    .page-template-template-progetti ul.lista li>a:hover {
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .page-template-template-progetti ul.lista li div.ico {
        width: 22px;
        height: 22px;
        position: absolute;
        top: 25px;
        right: 25px;
    }
    .page-template-template-progetti ul.lista div.ico1 {
        background: url(images/icons/progetto-ico1.png) no-repeat;
    }
    .page-template-template-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/40px 'GothamNarrow-Thin';
        text-transform: uppercase;
        padding: 0 60px 0 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;
    }
    .page-template-template-progetti .prog-img {
        float: right;
        padding-top: 20px
    }
    
    /* CONTATTACI */
    .page-template-template-contatti h1 {
        font: 87px/87px "GothamNarrow-Thin";
        text-transform: uppercase;
        text-align: center;
        margin: 55px 0 60px;
        padding: 0;
    }
    .page-template-template-contatti .line {
        height: 104px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -102px;
        display: none;
    }
    .page-template-template-contatti .content {
        width: 700px;
        margin: 20px auto;
        padding: 0;
    }
    .page-template-template-contatti .col {
        width: 49%;
    }
    .page-template-template-contatti .pl {
        padding-left: 20px;
    }
    .page-template-template-contatti .pr {
        padding-right: 20px;
    }
    .page-template-template-contatti .col.floatL {
        float: left;
        text-align: right;
    }
    .page-template-template-contatti .col.floatR {
        float: right;
        text-align: left;
    }
    
    .page-template-default h1 {
        font: 87px / 87px "GothamNarrow-Thin";
        text-transform: uppercase;
        text-align: center;
        margin: 55px 0 0;
    }
    .page-template-default .content {
        width: 700px;
        margin: 40px auto;
    }
} /* end min-width: 768px */

@media (min-width: 992px) {
	
} /* end min-width: 992px */

@media (min-width: 1200px) {
	
} /* end min-width: 1200px */

@media (min-width: 1400px) {
	
} /* end min-width: 1200px */

/* WP STANDARD */
.aligncenter,
div.aligncenter {
    display: block;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.alignright {
		float:right;
	}
	.alignleft {
		float: left;
	}

	a img.alignright {
		float: right;
	}

	a img.alignleft {
		float: left;
	}
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

blockquote:not(.tiktok-embed) {
	position: relative;
    background: #fff;
    border-right: 3px solid var(--red);
    padding: 2rem 1rem 2rem 3rem;
    margin: 0 0 2rem 0;
}
blockquote:not(.instagram-media):not(.twitter-tweet):not(.tiktok-embed):after {
    font: 900 2.3rem 'Font Awesome 6 Free';
    content: "\f10d";
    background-color: #fff;
    opacity: 1;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: var(--red);
}
blockquote p:last-child {
    margin: 0;
}
/* embed center alignment */
.twitter-tweet { margin:auto !important; display: block; }
.iframe-container { text-align: center; }
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 2.5rem;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

/* SCROLL TOP BT */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 9999;
    background-color: #407fae;
    color: #fff;
    width: 4.4rem;
    height: 4.4rem;
    line-height: 4rem;
    border-radius: 50%;
    right: 2rem;
    bottom: 2rem;
    padding-top: .2rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.scroll-top-wrapper a {
	color: #fff;
}
.scroll-top-wrapper:hover a, .scroll-top-wrapper a:hover {
	color: #fff;
}
.scroll-top-wrapper:hover {
    background-color: #c19539;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size:2rem;
}
