@charset "UTF-8";

html,body {
	-webkit-font-smoothing:antialiased;
	-webkit-backface-visibility:hidden;
	text-rendering:optimizeLegibility;
	width:100%;
	background-color: rgba(255,255,255,1);
	-moz-osx-font-smoothing: grayscale; /*PATCH PER FONT BOLDED SU FIREFOX*/
	color: rgba(48,59,61,1); /* TUTTI I TESTI SCURI */
	text-align: left; /* TUTTI I TESTI A SINISTRA */
	
}

div{
	display: block;
	position: relative;
	float: left;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration:none;
	color: rgba(48,59,61,1); /* TUTTI I LINK SCURI */
}

/* CARATTERI */

.t_pl,
.t_pl a{
	font-family: 'Poppins';
	font-weight: 300;
}

.t_pr,
.t_pr a,
.t_pl strong{
	font-family: 'Poppins';
	font-weight: 400;
}

.t_pb,
.t_pb a,
.t_pr strong{
	font-family: 'Poppins';
	font-weight: 700;
}

/* COLORI BACKGROUND */

.c_bg_bianco{
	background-color: rgba(255,255,255,1);
}

.c_bg_bianco_trasparente{
	background-color: rgba(255,255,255,.75);
}

.c_bg_rosso{
	background-color: rgba(226,6,19,1);
}

.c_bg_rosso_scuro{
	background-color: rgba(149,4,13,1);
}

.c_bg_blu{
	background-color: rgba(48,59,61,1);
}

.c_bg_blu_trasparente{
	background-color: rgba(48,59,61,0.1);
}

/* COLORI TESTI */

.c_t_bianco,
.c_t_bianco a{
	color: rgba(255,255,255,1) !important;
}

.c_t_rosso,
.c_t_rosso a{
	color: rgba(226,6,19,1) !important;
}

.c_t_rosso_scuro,
.c_t_rosso_scuro a{
	color: rgba(149,4,13,1) !important;
}

.c_t_blu,
.c_t_blu a{
	color: rgba(48,59,61,1) !important;
}

.c_t_blu_trasparente,
.c_t_blu_trasparente a{
	color: rgba(48,59,61,0.1) !important;
}

/* COLORI PLACEHOLDER FORMS */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(48,59,61,.5);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(48,59,61,.5);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(48,59,61,.5);
}

/* COLORI BORDI */

.c_bor_bianco{
	border-color: rgba(255,255,255,1) !important;
}

.c_bor_rosso{
	border-color: rgba(226,6,19,1) !important;
}

.c_bor_rosso_scuro{
	border-color: rgba(149,4,13,1) !important;
}

.c_bor_blu{
	border-color: rgba(48,59,61,1) !important;
}

.c_bor_blu_trasparente{
	border-color: rgba(48,59,61,0.1) !important;
}

/* ANIMAZIONI CSS */

.animato {
	-webkit-transition:all .2s ease-out !important;
	-moz-transition:all .2s ease-out !important;
	-o-transition:all .2s ease-out !important;
	transition:all .2s ease-out !important;
}

/* DISABILITARE SELEZIONE TESTO */

.disable-select {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

/* GESTIONE PEDICI */

sub {
	font-size:70%;
}

/* DIMENSIONI TESTI */

.tt12 {
	font-size:12px;
	line-height:12px;
}

.tt13 {
	font-size:13px;
	line-height:13 px;
}

.tt14 {
	font-size:14px;
	line-height:14 px;
}

.tt16 {
	font-size:16px;
	line-height:24px;
}

.tt17 {
	font-size:17px;
	line-height:17px;
}

.tt18 {
	font-size:18px;
	line-height:18px;
}

.tt20 {
	font-size:20px;
	line-height:20px;
}

.tt22 {
	font-size:22px;
	line-height:22px;
}

.tt24 {
	font-size:24px;
	line-height:24px;
}

.tt26 {
	font-size:26px;
	line-height:26px;
}

.tt28 {
	font-size:28px;
	line-height:28px;
}

.tt30 {
	font-size:30px;
	line-height:30px;
}

.tt32 {
	font-size:32px;
	line-height:32px;
}

.tt48 {
	font-size:48px;
	line-height:48px;
}

@media (max-device-width:667px) {
	.tt12 {
		font-size:24px;
		line-height:24px;
	}
	
	.tt13 {
		font-size:26px;
		line-height:26px;
	}
	
	.tt14 {
		font-size:28px;
		line-height:28px;
	}
	
	.tt16 {
		font-size:32px;
		line-height:48px;
	}
	
	.tt17 {
		font-size:34px;
		line-height:34px;
	}
	
	.tt18 {
		font-size:36px;
		line-height:36px;
	}
	
	.tt20 {
		font-size:40px;
		line-height:40px;
	}
	
	.tt22 {
		font-size:44px;
		line-height:44px;
	}
	
	.tt24 {
		font-size:48px;
		line-height:48px;
	}
	
	.tt26 {
		font-size:52px;
		line-height:52px;
	}
	
	.tt28 {
		font-size:56px;
		line-height:56px;
	}
	
	.tt30 {
		font-size:60px;
		line-height:60px;
	}
	
	.tt32 {
		font-size:64px;
		line-height:64px;
	}
	
	.tt48 {
		font-size:96px;
		line-height:96px;
	}
}

/* GENERALI LAYOUT */

.tuttalarghezza {
	width:100%;
}

.centrato {
	min-height:10px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:1400px;
}

.centrato img {
	width:100%;
}

.tuttaltezza {
	height:2000px;
}

.spacer10 {
	width:100%;
	height:10px;
}

.spacer20 {
	width:100%;
	height:20px;
}

.spacer40 {
	width:100%;
	height:40px;
}

.spacer80 {
	width:100%;
	height:80px;
}

.spacer100 {
	width:100%;
	height:100px;
}

.ci {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

@media (max-device-width:667px) {
	
	.tuttalarghezza {
		width:100%;
	}
	
	.centrato {
		max-width:none;
	}
	
	.tuttaltezza {
		height:3000px;
	}
	
	.spacer10 {
		height:20px;
	}
	
	.spacer20 {
		height:40px;
	}
	
	.spacer40 {
		height:80px;
	}
	
	.spacer80 {
		height:160px;
	}
	
	.spacer100 {
		height:200px;
	}
	
	.spacerfooter {
		height:240px;
	}
}

/* HEADER */

#header {
	width:100%;
	z-index:1030;
	position:fixed;
	top:0;
	left:0;
	opacity: 0;
}

#header::after{
	content: "";
	display: block;
	z-index:1031;
	position: absolute;
	width: calc( 100% + 2px );
	height: 74px;
	bottom: -73px;
	left: -1px;
	background: url(../img_static/html/grazia_main.svg) no-repeat top left; 
	
}

#grazia_header img{
	height: 148px;
}

#logomain {
	height:106px;
	width:260px;
	margin-left:5%;
	background-image:url(../img_static/html/logo.svg);
	background-repeat:no-repeat;
	background-size:260px;
	background-position:center center;
	cursor:pointer;
	z-index: 999;
	position: relative;
	float: left;
}

.aprimob{
	display: none;
}

#contpulsmenu{
	float: right;
	width: calc( 90% - 301px );
	margin-right: 5%;
}

#contpulsmenu nav{
	display: block;
	position: relative;
	float: right;
	margin-top: 25px;
	margin-bottom: 15px;
}

#contpulsmenu nav ul{
	display: block;
	position: relative;
	float: right;
}

#contpulsmenu nav ul li{
	display: block;
	position: relative;
	float: left;
	height: 56px;
	margin-left: 50px;
}

#contpulsmenu nav ul li a{
	display: block;
	position: relative;
	float: left;
	height: 50px;
	line-height: 56px;
	text-transform: uppercase;
}

#contpulsmenu nav ul li a:hover{
	color: rgba(255,255,255,.5) !important;
}

#contpulsmenu nav ul li a.active:hover{
	color: rgba(255,255,255,1) !important;
}

#contpulsmenu nav ul li a.active{
	border-bottom: 6px solid;
}

#tofb{
	position: absolute;
	width: 24px;
	height: 24px;
	top: 10px;
	right: 0px;
	overflow: hidden;
	background-image:url(../img_static/html/icona_fb.svg);
	background-repeat:no-repeat;
	background-size:24px 24px;
	background-position:center top;
}

#tofb:hover{
	opacity: .5;
}

@media (max-device-width:667px) {
	#header {
		height: 160px;
	}
	
	#header::after{
		
	}
	
	#grazia_header img{
		
	}
	
	#logomain {
		height:132px;
		width:420px;
		margin-left:5%;
		background-size:420px;
		cursor:auto;
		background-position: left top 37px;
	}
	
	.aprimob{
		display: block;
		height: 130px;
		width: 80px;
		position: absolute;
		top:10px;
		right: calc(5% + 25px);	
	}
	
	.spanbut{
		display: block;
		position: absolute;
		width: 80px;
		height: 10px;
	}
	
	#spanbut1{
		top:27px;
	}
	
	#spanbut2{
		top:54px;
	}
	
	#spanbut3{
		top:81px;
	}
	
	.aprimob.cliccato .spanbut{
		top: 30px !important;
	}
	
	#contpulsmenu{
		float: right;
		width: 90%;
		margin-right: 5%;
		margin-top: 200px;
		overflow: hidden;
		height: 0px;
		opacity: 0;
		-webkit-transition: opacity .15s ease-out;
        -moz-transition: opacity .15s ease-out;
        -ms-transition: opacity .15s ease-out;
        -o-transition: opacity .15s ease-out;
        transition: opacity .15s ease-out;
        transition-delay: .3s;
	}
	
	#contpulsmenu nav{
		margin-top: 0px;
		margin-bottom: 0px;
		width: 100%;
	}
	
	#contpulsmenu nav ul{
		width: 100%;
	}
	
	#contpulsmenu nav ul li{
		display: block;
		position: relative;
		float: left;
		height: 160px;
		margin-left: 0px;
		width: 100%;
	}
	
	#contpulsmenu nav ul li a{
		height: 120px;
		line-height: 120px;
		font-size: 56px;
		width: 100%;
		text-align: center;
		margin-top: 20px;
		box-sizing: border-box;
	}
	
	#contpulsmenu nav ul li a:hover{
		color: rgba(255,255,255,1) !important;
	}
	
	#contpulsmenu nav ul li a.active{
		border-bottom: 0px solid;
		border-right: 6px solid;
		border-left: 6px solid;
	}
	
}

/* CONTENITORE */

#contenitore {
	width:100%;
	z-index:10;
	opacity:0;
	margin-top: 104px;
}

@media (max-device-width:667px) {
	
	#contenitore {
		
	}
	
}


/* FOOTER */

#footer {
	width:100%;
	z-index:15;
	opacity: 0;
	overflow: hidden;
}

#spacerFooter {
	width:100%;
	height:100px;
	z-index:20;
}

#footersopra{
	width: 100%;
	padding: 10px 0px;
}

#tel_footer{
	height: 80px;
	width: 45%;
	margin-left: 5%;
	border-right: 1px solid;
	box-sizing: border-box;
	text-align: center;
}

#mail_footer{
	height: 80px;
	width: 45%;
	text-align: center;
}

.contcontfoot{
	display: inline-block;
	float: none;
}

.cimgfoot{
	margin-right: 30px;
	width: 80px;
	height: 80px;
}

.tfoot{
	height: 80px;
	min-width: 80px;
	text-align: left;
	padding-top: 10px;
	box-sizing: border-box;
}

.tfoot p{
	display: block;
	margin-bottom: 6px;
}

.tfoot a:hover{
	opacity: .5;
}

#tel_footer img{
	width: 60px !important;
	margin-top: 10px;
}

#mail_footer img{
	width: 80px !important;
	margin-top: 0px;
}

#footersotto{
	width: 100%;
	padding: 0px;
}

#totop{
	float: right;
	width: 100px;
	height: 100px;
	background-image:url(../img_static/html/icona_footer_top.svg);
	background-repeat:no-repeat;
	background-size:27px 27px;
	background-position:center 31px;
	cursor: pointer;
	text-align: center;
	line-height: 140px;
	overflow: hidden;
}

#totop:hover{
	background-position: center 15px;
}

#footersotto p{
	display: block;
	position: relative;
	float: left;
	width: calc( 100% - 200px );
	text-align: left;
	margin-left: 50px;
	height: 100px;
	line-height: 100px;
}

#footersotto span{
	display: inline-block;
	margin-right: 50px;
}

#footersotto span a:hover{
	color: rgba(255,255,255,.5) !important;
}

@media (max-device-width:667px) {
	#footer {
	}
	
	#spacerFooter {
		height:200px;
	}
	
	#footersopra{
		padding: 20px 0px;
	}
	
	#tel_footer{
		height: auto;
		width: 90%;
		margin-left: 5%;
		border-right: 0px solid;
		margin-top: 25px;
		margin-bottom: 25px;
		padding-bottom: 25px;
		text-align: left;
		border-bottom: 4px solid;
	}
	
	#mail_footer{
		height: auto;
		width: 90%;
		margin-left: 5%;
		margin-top: 25px;
		margin-bottom: 25px;
		text-align: left;
	}
	
	.cimgfoot{
		margin-right: 30px;
		width: 160px;
		height: 160px;
	}
	
	.tfoot{
		height: 160px;
		min-width: 160px;
		padding-top: 20px;
	}
	
	.tfoot p{
		margin-bottom: 12px;
	}
	
	.tfoot a:hover{
		opacity: 1;
	}
	
	#tel_footer img{
		width: 120px !important;
		margin-top: 20px;
		margin-left: 20px;
	}
	
	#mail_footer img{
		width: 160px !important;
		margin-top: 0px;
	}
	
	#footersotto{
		width: 100%;
		padding: 0px;
	}
	
	#totop{
		float: right;
		width: 200px;
		height: 360px;
		background-size:54px 54px;
		background-position:center 142px;
		cursor: auto;
		line-height: 460px;
	}
	
	#totop:hover{
		background-position: center 142px;
	}
	
	#footersotto p{
		width: calc( 95% - 300px );
		margin-left: 5%;
		height: auto;
		line-height: 60px;
		margin-top: 40px;
	}
	
	#footersotto span{
		display: inline-block;
		margin-right: 50px;
	}
	
	#footersotto span a:hover{
		color: rgba(255,255,255,.5) !important;
	}
}

/* PULSANTE GENERALE */

.pulsgen{
	display: inline-block;
	position: relative;
	padding: 11px 102px 11px 60px;
	text-transform: uppercase;
	cursor: pointer;
}

.pulsgen span{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 40px;
	top: 0px;
	right: 0px;
	border-left: 2px solid;
	background-image: url(../img_static/html/f_b_dx.png);
	background-repeat:no-repeat;
	background-size:13px 13px;
	background-position:center center;
}

.pulsgen:hover{
	border-radius: 6px;
}

.pulsgen:hover span{
	background-color: rgba(255,255,255,1);
	background-image: url(../img_static/html/f_blu_dx.png);
	background-position:16px center;
	border-radius:0px 5px 5px 0px;
}

@media (max-device-width:667px) {
	.pulsgen{
		padding: 25px 204px 25px 120px;
		cursor: none;
	}
	
	.pulsgen span{
		width: 80px;
		border-left: 4px solid;
		background-size:26px 26px;
	}
	
	.pulsgen:hover{
		border-radius: 0px;
	}
	
	.pulsgen:hover span{
		background-color: rgba(53,65,63,1);
		background-image: url(../img_static/html/f_b_dx.png);
		background-position:center center;
		border-radius:0px 0px 0px 0px;
	}
}

/* PULSANTE ITEM COLONNE */

.pulsitem{
	display: inline-block;
	position: relative;
	padding: 8px 40px 8px 10px;
	text-transform: uppercase;
	cursor: pointer;
}

.pulsitem span{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 30px;
	top: 0px;
	right: 0px;
	background-image: url(../img_static/html/f_b_dx.png);
	background-repeat:no-repeat;
	background-size:13px 13px;
	background-position:center center;
}

.pulsitem:hover{
	border-radius: 6px;
}

.pulsitem:hover span{
	background-color: rgba(255,255,255,1);
	background-image: url(../img_static/html/f_blu_dx.png);
	background-position:11px center;
	border-radius:6px;
}

@media (max-device-width:667px) {
	.pulsitem{
		padding: 16px 80px 16px 20px;
	}
	
	.pulsitem span{
		width: 60px;
		background-size:26px 26px;
	}
	
	.pulsitem:hover{
		border-radius: 0px;
	}
	
	.pulsitem:hover span{
		background-color: rgba(53,65,63,1);
		background-image: url(../img_static/html/f_b_dx.png);
		background-position:center center;
		border-radius:0px;
	}
}

/* DIV CONTENITORE IMMAGINI */

.ci {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.imgdx .ci{
	background-position: right center;
}


/* SLIDER ALTA - b_slide */

.b_slide{
	height: 650px;
	width: 100%;
}

.contimgsh{
	width: 100%;
	height: 650px;
}

.b_slide div{
	float: none;
}

.contpaysh{
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 99999999;
	background-color: rgba(96,96,96,.5);
	width: 590px;
	height: 200px;
}

@media (max-device-width:667px) {
	.b_slide{
		height: 950px;
	}
	
	.contimgsh{
		height: 950px;
	}
	
	.b_slide div{
		
	}
	
	.contpaysh{
		position: absolute;
		right: 50px;
		bottom: 50px;
		z-index: 99999999;
		background-color: rgba(96,96,96,.5);
		width: 590px;
		height: 200px;
	}
}

/* TESTO - b_testo */

.contbt{
	width: 90%;
	margin-left: 5%;
	text-align: center;
}

.titbt{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 48px;
	margin-bottom: 100px;
}

.titbt::after{
	content: "";
	display: block;
	position: absolute;
	width: 378px;
	height: 1px;
	background-color: rgba(226,6,19,1);
	right: 50%;
	margin-right: -189px;
	bottom: -50px;
}

.testbt{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 24px;
}

.pulstest{
	display: inline-block;
	position: relative;
	width: auto;
	padding: 17px 42px;
	margin-top: 50px;
	/*box-sizing: border-box;
	border: 3px solid rgba(255,255,255,1);*/
}

.pulstest:hover{
	/*background-color: rgba(255,255,255,1);
	color: rgba(226,6,19,1) !important;
	border: 3px solid rgba(226,6,19,1);*/
	padding: 17px 62px;
}

.contLoghi{
	width: 90%;
	margin-left: 5%;
	text-align: center;
}

.contLoghi img{
	display: inline-block;
	height: 70px;
	width: auto;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 70px;
}


@media (max-device-width:667px) {
	.contbt{
		
	}
	
	.titbt{
		line-height: 80px;
		margin-bottom: 200px;
	}
	
	.titbt::after{
		width: 700px;
		height: 2px;
		right: 50%;
		margin-right: -350px;
		bottom: -100px;
	}
	
	.testbt{
		line-height: 48px;
	}
	
	.pulstest{
		padding: 34px 84px;
		margin-top: 100px;
	}
	
	.pulstest:hover{
		padding: 34px 84px;
	}
	
	.contLoghi{
		width: 90%;
		margin-left: 5%;
		text-align: center;
	}
	
	.contLoghi img{
		height: 140px;
		margin-left: 120px;
		margin-right: 120px;
		margin-top: 120px;
	}
}

/* PUNTI DI FORZA - b_pdfo */

.tit_pdfo{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 48px;
	margin-bottom: 50px;
	clear: both;
}

.b_pdfo{
	width: 100%;
}

.item_pdfo{
	width: calc( ( 100% - 2px ) / 3  - 0.1px );
	margin-right: 1px;
	margin-bottom: 1px;
	min-height: 380px;
	box-sizing: border-box;
	padding: 50px 30px 0px 30px;
}

.item_pdfo:nth-child(3n+3){
	margin-right: 0px;
}

.item_pdfo img{
	width: 120px;
	display: block;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-60px);
	clear: both;
}

.item_pdfo h3{
	display: block;
	position: relative;
	float: left;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	line-height: 36px;
	margin-top: 30px;
	margin-bottom: 10px;
	clear: both;
}

.item_pdfo p{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	clear: both;
}

@media (max-device-width:667px) {
	.tit_pdfo{
		line-height: 80px;
		margin-bottom: 100px;
	}
	
	.b_pdfo{

	}
	
	.item_pdfo{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 2px;
		min-height: 380px;
		padding: 100px 30px 100px 30px;
	}
	
	.item_pdfo:nth-child(3n+3){
		
	}
	
	.item_pdfo img{
		width: 240px;
		transform: translateX(-120px);
	}
	
	.item_pdfo h3{
		line-height: 72px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.item_pdfo p{
		width: 90%;
		margin-left: 5%;
	}
}

/* LINK - b_li */

.tit_li{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 48px;
	margin-bottom: 50px;
	clear: both;
}

.b_li{
	width: 100%;
}

.item_li{
	width: calc( ( 100% - 2px ) / 3  - 0.1px );
	margin-right: 1px;
	height: 552px;
	box-sizing: border-box;
}

.item_li:nth-child(3n+3){
	margin-right: 0px;
}

.ci_li{
	position: absolute;
	height: 552px;
	width: 100%;
	top:0px;
	left: 0px;
}

.conttes_li{
	float: none;
	width: 306px;
	left: 50%;
	transform: translateX(-153px);
	top: 140px;
	padding: 30px 20px;
	min-height: 272px;
}

.tit_item_li{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.tes_item_li{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.a_item_li{
	display: block;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	text-transform: uppercase;
	padding: 10px 21px;
	
}

.a_item_li:hover{
	padding: 10px 31px;
}

@media (max-device-width:667px) {
	.tit_li{
		line-height: 80px;
		margin-bottom: 100px;
	}
	
	.b_li{
		
	}
	
	.item_li{
		width: 100%;
		margin-right: 0px;
		height: 750px;
		margin-bottom: 2px;
	}
	
	.item_li:nth-child(3n+3){
		margin-right: 0px;
	}
	
	.ci_li{
		height: 750px;
	}
	
	.conttes_li{
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
		top: 140px;
		padding: 60px 40px;
		min-height: 472px;
		height: auto;
	}
	
	.tit_item_li{
		margin-bottom: 60px;
	}
	
	.tes_item_li{
		margin-bottom: 100px;
	}
	
	.a_item_li{
		bottom: 60px;
		padding: 20px 42px;
		
	}
	
	.a_item_li:hover{
		padding: 20px 42px;
	}
}

/* TEAM - b_tea */

.tit_tea{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 48px;
	margin-bottom: 50px;
	clear: both;
}

.b_tea{
	width: 100%;
}

.item_tea{
	box-sizing: border-box;
	width: 50%;
	border-right: 1px solid;
	border-bottom: 1px solid;
	min-height: 368px;
}

.item_tea:nth-child(2n+2){
	border-right: 0px solid;	
}

.ci_tea{
	width: 196px;
	height: 156px;
	position: absolute;
	top: 30px;
	right: 0px;
	border-left: 1px solid;
}

.ci_tea .ci{
	position: absolute;
	width: 156px;
	height: 156px;
	top:0px;
	left: 20px;
}

.conttes_tea{
	float: right;
	margin-top: 30px;
	width: calc( 90% - 216px );
	max-width: 412px;
	margin-right: 216px;
	text-align: right;
	
}

.item_tea:nth-child(2n+2) .ci_tea{
	right: auto;
	left: 0px;
	border-right: 1px solid;
	border-left: 0px solid;
}

.item_tea:nth-child(2n+2) .conttes_tea{
	float: left;
	margin-left: 216px;
	margin-right: 0px;
	text-align: left;
}

.conttes_tea h3{
	margin-bottom: 15px;
}

@media (max-device-width:667px) {
	.tit_tea{
		line-height: 80px;
		margin-bottom: 100px;
	}
	
	.b_tea{
		
	}
	
	.item_tea{
		width: 100%;
		border-right: 0px solid;
		border-bottom: 2px solid;
		min-height: 368px;
		padding: 100px 0px;
	}
	
	.item_tea:nth-child(2n+2){
		border-right: 0px solid;	
	}
	
	.ci_tea{
		width: 290px;
		height: 210px;
		position: absolute;
		top: 130px;
		right: auto;
		left: 0px;
		border-right: 2px solid;
		border-left: 0px;
	}
	
	.ci_tea .ci{
		width: 210px;
		height: 210px;
		top:0px;
		left: 40px;
	}
	
	.conttes_tea{
		float: right;
		margin-top: 30px;
		width: calc( 90% - 280px );
		max-width: 4412px;
		margin-right: 5%;
		text-align: left;
		margin-left: 0px;
	}
	
	.item_tea:nth-child(2n+2) .ci_tea{
		left: 0px;
		border-right: 2px solid;
	}
	
	.item_tea:nth-child(2n+2) .conttes_tea{
		float: right;
		margin-top: 30px;
		width: calc( 90% - 280px );
		max-width: 4412px;
		margin-right: 5%;
		text-align: left;
		margin-left: 0px;
	}
	
	.conttes_tea h3{
		margin-bottom: 30px;
	}
	
	.item_tea:last-child{
		display: none;
	}
}

/* FORM b_form */

.b_form{
	padding: 40px 0px;
}

#contDatiForm{
	width: 34%;
	float: left;
	margin-left: 5%;
}

#contForm{
	width: 50%;
	float: right;
	margin-right: 5%;
}

.titDatiForm{
	margin-top: 30px;
	line-height: 48px;
	padding-bottom: 30px;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid;
}

.tesDatiForm{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	line-height: 24px;
}

.rigaform{
	width: 100%;
	margin-bottom: 22px;
}

.labform{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 6px;
}

.inputform{
	display: block;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
}

.textareaform{
	display: block;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	height: 170px;
	border: 0px;
	outline: 0px;
	padding-top: 10px;
	text-decoration: none;
	resize: none;
	box-sizing: border-box;
}

.checkprivacy{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-right: 60px;
	text-align: right;
	box-sizing: border-box;
	line-height: 18px;
}

.checkprivacy a{
	text-decoration: underline;
	font-weight: 700;
}

.checkprivacy a:hover{
	color: rgba(255,255,255,.5);
}

.spuntacheck{
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	height: 40px;
	width: 40px;
	background-size: 40px 80px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../img_static/html/sf_check.svg);
	cursor: pointer;
}

.rigasubmit{
	text-align: center;	
}

.invioform{
	display: block;
	position: relative;
	padding: 16px 42px;
	text-transform: uppercase;
	cursor: pointer;
	border: 0px;
	outline: 0px;
	text-decoration: none;
	float: right;
}

.invioform:hover{
	padding: 16px 42px 16px 82px;
}

#rispostaform{
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	box-sizing: border-box;
	/*border: 3px solid;*/
	line-height: 20px;
	border: 1px solid;
	display: none;
}

.rigarisposta{
	margin-bottom: 0px;
}

@media (max-device-width:667px) {
	
	.b_form{
		padding: 80px 0px;
	}
	
	#contDatiForm{
		width: 90%;
		float: left;
		margin-left: 5%;
	}
	
	#contForm{
		width: 90%;
		float: right;
		margin-right: 5%;
	}
	
	.titDatiForm{
		margin-top: 0px;
		line-height: 80px;
		padding-bottom: 60px;
		margin-bottom: 60px;
		border-bottom: 2px solid;
	}
	
	.tesDatiForm{
		line-height: 48px;
		margin-bottom: 100px;
	}
	
	.rigaform{
		margin-bottom: 44px;
	}
	
	.labform{
		margin-bottom: 12px;
	}
	
	.inputform{
		padding-left: 40px;
		padding-right: 40px;
		height: 100px;
		line-height: 100px;
	}
	
	.textareaform{
		padding-left: 40px;
		padding-right: 40px;
		height: 360px;
		padding-top: 20px;
	}
	
	.checkprivacy{
		padding-right: 120px;
		line-height: 36px;
	}
	
	.checkprivacy a{
		text-decoration: underline;
		font-weight: 700;
		font-size: 34px;
	}
	
	.checkprivacy a:hover{
		color: rgba(255,255,255,1);
	}
	
	.spuntacheck{
		height: 80px;
		width: 80px;
		background-size: 80px 160px;
		cursor: auto;
	}
	
	.rigasubmit{
		text-align: center;	
	}
	
	.invioform{
		padding: 40px 90px;
		cursor: auto;
	}
	
	.invioform:hover{
		padding: 40px 90px;
	}
	
	#rispostaform{
		padding: 20px 40px;
		line-height: 46px;
		border: 2px solid;
	}
	
	.rigarisposta{
		
	}
	
	textarea,
	input.text,
	input[type="text"],
	input[type="button"],
	input[type="submit"],
	.input-checkbox {
		-webkit-appearance: none;
		border-radius: 0;
	}
	
}

/* SERVIZI b_ser */

.b_ser{
	width: 100%;
}

.item_ser{
	width: 50%;
	min-height: 247px;
	margin-bottom: 40px;
}

.contimg_ser{
	width: calc( 100% - 355px );
	height: 247px;
	border-right: 1px solid;
	float: left;
}

.contimg_ser img{
	display: block;
	position: relative;
	float: right;
	width: 136px;
	height: auto;
	margin-top: 62px;
	margin-right: 10%;
}

.conttes_ser{
	width: 355px;
	float: right;
	padding: 30px 30px 0px 30px;
	box-sizing: border-box;
}

.tit_ser{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	line-height: 27px;
}

.tes_ser{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	line-height: 24px;
}

.item_ser:nth-child(2n+2) .contimg_ser{
	border-right: 0px solid;
	border-left: 1px solid;
	float: right;
}

.item_ser:nth-child(2n+2) .conttes_ser{
	float: left;
}

.item_ser:nth-child(2n+2) .contimg_ser img{
	float: left;
	margin-left: 10%;
	margin-right: 0px;
}

.item_ser:nth-child(2n+2) .tit_ser,
.item_ser:nth-child(2n+2) .tes_ser{
	text-align: right;
}

@media (max-device-width:667px) {
	.b_ser{
		
	}
	
	.item_ser{
		width: 100%;
		min-height: 247px;
		margin-bottom: 140px;
	}
	
	.contimg_ser{
		width: 50%;
		height: auto;
		border-right: 0px solid;
		float: left;
		padding: 40px 0px;
		box-sizing: border-box;
		margin-left: 25%;
		border-bottom: 2px solid;
		text-align: center;
	}
	
	.contimg_ser img{
		display: inline-block;
		float: none;
		width: 260px;
		height: auto;
		margin-top: 0px;
		margin-right: 0%;
	}
	
	.conttes_ser{
		width: 90%;
		float: left;
		padding: 0px;
		margin-left: 5%;
	}
	
	.tit_ser{
		width: 100%;
		margin-bottom: 40px;
		line-height: 54px;
		text-align: center;
		margin-top: 40px;
	}
	
	.tes_ser{
		width: 100%;
		line-height: 48px;
		text-align: center;
	}
	
	.item_ser:nth-child(2n+2) .contimg_ser{
		border-right: 0px solid;
		border-left: 0px solid;
		float: left;
	}
	
	.item_ser:nth-child(2n+2) .conttes_ser{
		float: left;
	}
	
	.item_ser:nth-child(2n+2) .contimg_ser img{
		float: none;
		margin-left: 0%;
		margin-right: 0px;
	}
	
	.item_ser:nth-child(2n+2) .tit_ser,
	.item_ser:nth-child(2n+2) .tes_ser{
		text-align: center;
	}
}

/* REALIZZAZIONI b_rea */

.b_rea{
	width: 100%;
}

.item_rea{
	width: calc( ( 90% - 100px ) / 3  - 0.1px );
	margin-right: 50px;
	margin-bottom: 80px;
}

.item_rea:nth-child(3n+1){
	margin-left: 5%;
	clear: both;
}

.item_rea:nth-child(3n+3){
	margin-right: 0px;
}

.ci_rea{
	width: 100%;
	height: 263px;
	margin-bottom: 20px;
}

.conttes_rea{
	width: 100%;
	box-sizing: border-box;
	border-right: 1px solid;
	padding-right: 20px;
}

.tit_rea{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	line-height: 26px;
	margin-bottom: 20px;
}

.tes_rea{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	line-height: 24px;
	margin-bottom: 30px;
}

.lgbt{
	padding: 10px 20px;
	cursor: pointer;
}

.lgbt:hover{
	padding: 10px 60px 10px 20px;
}

@media (max-device-width:667px) {
	
	.b_rea{
		
	}
	
	.item_rea{
		width: 90%;
		float: right;
		margin-right: 5%;
		margin-bottom: 100px;
	}
	
	.item_rea:nth-child(3n+1){
		float: right;
		margin-right: 5%;
	}
	
	.item_rea:nth-child(3n+3){
		float: right;
		margin-right: 5%;
	}
	
	.ci_rea{
		width: 100%;
		height: 650px;
		margin-bottom: 40px;
	}
	
	.conttes_rea{
		border-right: 2px solid;
		padding-right: 40px;
	}
	
	.tit_rea{
		line-height: 52px;
		margin-bottom: 40px;
	}
	
	.tes_rea{
		line-height: 48px;
		margin-bottom: 60px;
	}
	
	.lgbt{
		padding: 20px 40px;
		cursor: auto;
	}
	
	.lgbt:hover{
		padding: 20px 40px;
	}
	
}

/* DATI AZIENDALI b_rea */

.b_da{
	width: 100%;	
}

#contLogo_da{
	width: 100%;
	margin-bottom: 70px;
}

#contLogo_da img{
	display:block;
	width:280px;
	height: auto;
	margin-left: 50%;
	transform: translateX(-50%);
}

#sx_da{
	width: 50%;
	box-sizing: border-box;
	padding-right: 40px;
	border-right: 1px solid;
	text-align: right;
}

.tittes_da{
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.ind_da{
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	line-height: 30px;
}

.dat_da{
	display: block;
	position: relative;
	width: 100%;
	line-height: 20px;
}

#dx_da{
	width: 50%;
	box-sizing: border-box;
	padding-left: 40px;
	float: right;
}

.con_da{
	display: block;
	position: relative;
	width: 100%;
	line-height: 30px;
	margin-top: 59px;
}

@media (max-device-width:667px) {
	.b_da{
			
	}
	
	#contLogo_da{
		margin-bottom: 40px;
	}
	
	#contLogo_da img{
		width:500px;
	}
	
	#sx_da{
		width: 90%;
		margin-left: 5%;
		padding-right: 0px;
		border-right: 0px solid;
		border-bottom: 2px solid;
		padding-bottom: 40px;
		margin-bottom: 40px;
		text-align: center;
	}
	
	.tittes_da{
		display: none;
		position: relative;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.ind_da{
		display: block;
		position: relative;
		width: 100%;
		margin-bottom: 50px;
		line-height: 60px;
	}
	
	.dat_da{
		line-height: 40px;
	}
	
	#dx_da{
		width: 90%;
		margin-right: 5%;
		padding-left: 0px;
		float: right;
		text-align: center;
	}
	
	.con_da{
		line-height: 60px;
		margin-top: 0px;
	}
}








/*****************/
/* LIGHT GALLERY */
/*****************/

.lightGallery{
	display: none;
}

#lg-counter{
	font-family: 'Poppins';
	font-weight: 400;
}

#lg-share,
#lg-download{
	display: none !important;
}

.lg-actions{
	position:static !important;
}

@media (max-device-width:667px) {
	.lg-toolbar .lg-icon{
		font-size: 80px;
		margin: 30px;
	}
	
	#lg-counter,
	#lg-share,
	#lg-download{
		display: none !important;
	}
	
	#lg-actual-size{
		font-size: 80px;
		margin: 30px;
	}
}





/**********************************/
/* UTILITA'                       */
/**********************************/

/* BANNER COOKIE */

#infocookie {
	display: none;
	position: fixed;
	z-index: 99999999999999999999999;
	width: 100%;
	box-sizing: border-box;
	bottom: -1px;
	padding: 2%;
	padding-bottom: 15px;
	padding-top: 15px;
	
}

#infocookie p {
	display: inline-block;
	position: relative;
	float: left;
	padding: 10px;
}

#infocookie a {
	display: inline-block;
	position: relative;
	float: right;
	margin-left: 15px;
	padding: 10px;
	border: 1px solid #fff;
	cursor: pointer;
	text-decoration: none;
}

@media (max-device-width:667px) {
	
	#infocookie{
		padding-bottom: 80px;
		padding-top: 40px;
		text-align: center;
	}
	
	#infocookie p{
		padding: 20px;
		line-height: 44px;
	}
	
	#infocookie a{
		display: inline-block;
		float: none;
		margin-left: 40px;
		margin-right: 40px;
		padding: 20px;
		border: 3px solid;
		cursor: none;
	}
	
}

/* dimensione testo pagina privacy */

.testoprivacy{
	width: 100%;
	/*margin-left: 5%;	*/
}

.centratopri{
	
}

.testoprivacy h2{
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 36px;
	text-transform: uppercase;
	width: 90%;
	margin-left: 5%;
}

.testoprivacy p{
	font-size: 14px;
	line-height: 32px;
	width: 90%;
	margin-left: 5%;
}

.testoprivacy a{
	color: rgba(226,6,19,1) !important;
	text-decoration: underline;
}

@media (max-device-width:667px) {
	.testoprivacy{
		width: 100%;
		margin-left: 0%;
		padding: 0px;
	}
	
	.testoprivacy h2{
		margin-bottom: 60px;
		margin-top: 60px;
		line-height: 72px;
		width: 94%;
		margin-left: 3%;
	}
	
	.testoprivacy p{
		font-size: 24px;
		line-height: 40px;
		width: 94%;
		margin-left: 3%;
	}
	
	.testoprivacy a{
		color: rgba(226,6,19,1) !important;
		text-decoration: underline;
	}
}

.hid{
	display: none !important;
}

/* COOKIE BANNER */
.cky-consent-bar{width:100%;}
.cky-consent-bar h2,
.cky-consent-bar h3,
.cky-consent-bar h4,
.cky-consent-bar p,
.cky-consent-bar div,
.cky-consent-bar span{font-family:Poppins;}

.cky-preference-center h2,
.cky-preference-center h3,
.cky-preference-center h4,
.cky-preference-center p,
.cky-preference-center div,
.cky-preference-center span{font-family:Poppins;}

div[data-cky-tag="detail-powered-by"]{display:none;}
