﻿@charset "utf-8";

.pt0 {
	padding-top: 0px;
}

.page-prodotti .content {
	text-align: center;
}


.page-prodotto .punti-forza h2 {
	color: #333333;
	text-transform: none;
}

.page-prodotto .galleria h4 {
	color: #333333;
	text-transform: none;
}

.page-prodotto .galleria h4 {
	color: #333333;
	text-transform: none;
}

.page-accessori .content {
	text-align: center;
}

.page-accessori .prodotti .item .title h2 {
	color: #333333;
}


.page-servizi .content {
	text-align: center;
}

.page-servizi .intro {
	text-align: left;
	background-color: #f7f7f7;
}

	.page-servizi .intro h3 {
		color: #333333;
	}

.page-servizi .servizi h2 {
	color: #333333;
}

	.page-servizi .servizi h2 strong {
		color: #d10000;
	}

.cta-new .text {
	text-align: left;
}


.page-prodotto .punti-forza {
	background-color: #f7f7f7;
	text-align: center;
}

.page-prodotto .galleria {
	text-align: center;
}

.internal-page .row [class*=col-].pull-right {
	margin-bottom: 30px;
}


/* =========================================================
   PRODOTTO - Punti di forza
   ========================================================= */

.page-prodotto .punti-forza .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

	.page-prodotto .punti-forza .row.row-items > [class*="col-"] {
		display: flex;
		margin-bottom: 30px;
	}

.page-prodotto .punti-forza .item {
	background-color: #fff;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
	padding: 35px 20px;
	width: 100%;
	transition: box-shadow .2s ease, transform .2s ease;
}

	.page-prodotto .punti-forza .item:hover {
		box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
		transform: translateY(-3px);
	}

	.page-prodotto .punti-forza .item .image img {
		max-width: 90px;
		margin: 0 auto 20px;
	}

	.page-prodotto .punti-forza .item .title h4 {
		font-size: 17px;
		font-weight: 700;
		text-transform: uppercase;
		color: #1a1a1a;
		margin: 0 0 10px;
		line-height: 1.3;
	}

	.page-prodotto .punti-forza .item .desc p {
		font-size: 16px;
		color: #666;
		line-height: 1.5;
		margin: 0;
	}


/* =========================================================
   PRODOTTO - Galleria (Vedi tutta la galleria / Mostra meno)
   ========================================================= */

.page-prodotto .galleria .gallery-header {
	margin-bottom: 25px;
	text-align: center;
}

	.page-prodotto .galleria .gallery-header h3 {
		margin: 0;
	}

.page-prodotto .galleria .btnGalleryToggle {
	display: inline-block;
	border: 1px solid #e2001a;
	color: #e2001a;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding: 11px 22px;
	transition: background-color .2s ease, color .2s ease;
}

	.page-prodotto .galleria .btnGalleryToggle i {
		margin-left: 6px;
	}

	.page-prodotto .galleria .btnGalleryToggle:hover,
	.page-prodotto .galleria .btnGalleryToggle:focus {
		background-color: #e2001a;
		color: #fff;
		text-decoration: none;
	}

/* Dalla 5° immagine in poi resta nascosta finché non si espande la galleria */
.page-prodotto .gallery-wrap .mix:nth-child(n+5) {
	display: none;
}

.page-prodotto .gallery-wrap.gallery-expanded .mix:nth-child(n+5) {
	display: block;
}

@media (max-width: 767px) {
	.page-prodotto .galleria .gallery-header {
		justify-content: center;
		text-align: center;
	}

		.page-prodotto .galleria .gallery-header h3 {
			width: 100%;
			margin-bottom: 15px;
		}
}


/* =========================================================
   PRODOTTI - Item griglia prodotti
   ========================================================= */

.page-prodotti .prodotti {
	margin-top: 20px;
}

	.page-prodotti .prodotti .item {
		background-color: #fff;
		overflow: hidden;
		box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
		padding-bottom: 15px;
		margin-bottom: 15px;
		height: auto;
		display: flex;
		flex-direction: column;
	}



		.page-prodotti .prodotti .item .image img {
			width: 100%;
			display: block;
		}



		.page-prodotti .prodotti .item .title h2 {
			font-size: 18px;
			font-weight: 700;
			text-transform: uppercase;
			margin: 0;
			line-height: 1.3;
		}

			.page-prodotti .prodotti .item .title h2 a {
				color: #1a1a1a;
			}

		.page-prodotti .prodotti .item .desc {
			padding: 0 25px;
			flex-grow: 1;
			color: #666;
			font-size: 14px;
			line-height: 1.6;
		}

			.page-prodotti .prodotti .item .desc p.text-justify {
				text-align: center;
				margin: 0;
			}

		.page-prodotti .prodotti .item .link {
			padding-top: 20px;
		}


			/* =========================================================
   PRODOTTI - Bottone "Scopri di più"
   ========================================================= */

			.page-prodotti .prodotti .item .link .lnkReadMore {
				display: inline-block;
				background-color: #e2001a;
				color: #fff;
				font-size: 13px;
				font-weight: 700;
				text-transform: uppercase;
				letter-spacing: .5px;
				padding: 11px 28px;
				transition: background-color .2s ease;
			}

				.page-prodotti .prodotti .item .link .lnkReadMore:hover,
				.page-prodotti .prodotti .item .link .lnkReadMore:focus {
					background-color: #b3000f;
					color: #fff;
					text-decoration: none;
				}

/* =========================================================
   SERVIZI - Item griglia prodotti
   ========================================================= */

.page-servizi .prodotti {
	margin-top: 20px;
}

	.page-servizi .prodotti .item {
		background-color: #fff;
		overflow: hidden;
		box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
		padding-bottom: 15px;
		margin-bottom: 15px;
		height: auto;
		display: flex;
		flex-direction: column;
	}



		.page-servizi .prodotti .item .image img {
			width: 100%;
			display: block;
		}



		.page-servizi .prodotti .item .title h2 {
			font-size: 18px;
			font-weight: 700;
			text-transform: uppercase;
			margin: 0;
			line-height: 1.3;
		}

			.page-servizi .prodotti .item .title h2 a {
				color: #1a1a1a;
			}

		.page-servizi .prodotti .item .desc {
			padding: 0 25px;
			flex-grow: 1;
			color: #666;
			font-size: 14px;
			line-height: 1.6;
		}

			.page-servizi .prodotti .item .desc p.text-justify {
				text-align: center;
				margin: 0;
			}

		.page-servizi .prodotti .item .link {
			padding-top: 20px;
		}


			/* =========================================================
		SERVIZI - Bottone "Scopri di più"
	========================================================= */

			.page-servizi .prodotti .item .link .lnkReadMore {
				display: inline-block;
				background-color: #e2001a;
				color: #fff;
				font-size: 13px;
				font-weight: 700;
				text-transform: uppercase;
				letter-spacing: .5px;
				padding: 11px 28px;
				transition: background-color .2s ease;
			}

				.page-servizi .prodotti .item .link .lnkReadMore:hover,
				.page-servizi .prodotti .item .link .lnkReadMore:focus {
					background-color: #b3000f;
					color: #fff;
					text-decoration: none;
				}


/* =========================================================
   ACCESSORI - Item griglia prodotti
   ========================================================= */

.page-accessori .prodotti {
	margin-top: 20px;
}

	.page-accessori .prodotti .item {
		background-color: #fff;
		overflow: hidden;
		box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
		padding-bottom: 15px;
		margin-bottom: 15px;
		height: auto;
		display: flex;
		flex-direction: column;
	}



		.page-accessori .prodotti .item .image img {
			width: 100%;
			display: block;
		}



		.page-accessori .prodotti .item .title h2 {
			font-size: 18px;
			font-weight: 700;
			text-transform: uppercase;
			margin: 0;
			line-height: 1.3;
		}

			.page-accessori .prodotti .item .title h2 a {
				color: #1a1a1a;
			}

		.page-accessori .prodotti .item .desc {
			padding: 0 25px;
			flex-grow: 1;
			color: #666;
			font-size: 14px;
			line-height: 1.6;
		}

			.page-accessori .prodotti .item .desc p.text-justify {
				text-align: center;
				margin: 0;
			}

		.page-accessori .prodotti .item .link {
			padding-top: 20px;
		}


			/* =========================================================
		ACCESSORI - Bottone "Scopri di più"
	========================================================= */

			.page-accessori .prodotti .item .link .lnkReadMore {
				display: inline-block;
				background-color: #e2001a;
				color: #fff;
				font-size: 10px;
				font-weight: 700;
				text-transform: uppercase;
				letter-spacing: .5px;
				padding: 11px 16px;
				transition: background-color .2s ease;
			}

				.page-accessori .prodotti .item .link .lnkReadMore:hover,
				.page-accessori .prodotti .item .link .lnkReadMore:focus {
					background-color: #b3000f;
					color: #fff;
					text-decoration: none;
				}


/* =========================================================
   NEWS - Griglia articoli
   ========================================================= */

.page-news .content {
	text-align: center;
}

.page-news .news {
	margin-top: 20px;
}

	.page-news .news .item.horizzontal {
		background-color: #fff;
		overflow: hidden;
		box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
		margin-bottom: 30px;
		height: calc(100% - 30px);
		display: flex;
		flex-direction: column;
	}



		.page-news .news .item.horizzontal .image {
			position: relative;
			height: 260px;
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
		}

			.page-news .news .item.horizzontal .image a {
				display: block;
				height: 100%;
			}

			.page-news .news .item.horizzontal .image img {
				position: absolute;
				width: 1px;
				height: 1px;
				overflow: hidden;
				opacity: 0;
			}

		.page-news .news .item.horizzontal .text {
			padding: 25px 25px 30px;
			text-align: left;
			flex-grow: 1;
			display: flex;
			flex-direction: column;
		}

			.page-news .news .item.horizzontal .text h5 {
				font-size: 13px;
				font-weight: 700;
				text-transform: uppercase;
				color: #e2001a;
				letter-spacing: .5px;
				margin: 0 0 8px;
			}

			.page-news .news .item.horizzontal .text h2 {
				font-size: 20px;
				font-weight: 700;
				text-transform: uppercase;
				margin: 0 0 8px;
				line-height: 1.3;
			}

				.page-news .news .item.horizzontal .text h2 a {
					color: #1a1a1a;
				}

			.page-news .news .item.horizzontal .text h3 {
				font-size: 15px;
				font-weight: 600;
				color: #555;
				margin: 0 0 12px;
				line-height: 1.4;
			}

			.page-news .news .item.horizzontal .text p {
				font-size: 14px;
				color: #666;
				line-height: 1.6;
				margin: 0;
				flex-grow: 1;
			}

			.page-news .news .item.horizzontal .text .link {
				padding-top: 20px;
			}


				/* =========================================================
   NEWS - Bottone "Leggi l'articolo"
   ========================================================= */

				.page-news .news .item.horizzontal .text .link .readmore {
					display: inline-block;
					background-color: #e2001a;
					color: #fff;
					font-size: 13px;
					font-weight: 700;
					text-transform: uppercase;
					letter-spacing: .5px;
					padding: 11px 28px;
					transition: background-color .2s ease;
				}

					.page-news .news .item.horizzontal .text .link .readmore:hover,
					.page-news .news .item.horizzontal .text .link .readmore:focus {
						background-color: #b3000f;
						color: #fff;
						text-decoration: none;
					}


/* =========================================================
   NEWS - Paginazione
   ========================================================= */

.page-news .pagination {
	margin-top: 10px;
}

	.page-news .pagination > li > a,
	.page-news .pagination > li > span {
		color: #1a1a1a;
		border-radius: 0;
	}

		.page-news .pagination > li.active > a,
		.page-news .pagination > li.active > span,
		.page-news .pagination > li > a:hover,
		.page-news .pagination > li > a:focus {
			background-color: #e2001a;
			border-color: #e2001a;
			color: #fff;
		}

@media (max-width: 767px) {
	.page-news .news .item.horizzontal .image {
		height: 220px;
	}
}


/* =========================================================
   CTA "Parlaci del tuo progetto"
   ========================================================= */

.cta-new {
	background-color: #000 !important;
	background-image: none !important;
	padding: 40px 0 !important;
	margin-top: 0;
}

	.cta-new .row {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		z-index: 1;
	}

		.cta-new .row > div {
			position: static;
		}

	.cta-new img {
		max-width: 100px;
		background: none;
	}

	.cta-new .text {
		background: none;
		position: static;
	}

		.cta-new .text h2 {
			color: #fff !important;
			font-size: 22px;
			font-weight: 700;
			margin: 0 0 8px;
			line-height: 1.3;
			position: static;
		}

		.cta-new .text p {
			color: #cfcfcf !important;
			font-size: 14px;
			line-height: 1.6;
			margin: 0;
			position: static;
		}

	.cta-new .col-md-3 {
		text-align: right;
	}

	.cta-new .btnCTA {
		display: inline-block;
		background-color: #e2001a;
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: .5px;
		padding: 15px 15px;
		transition: background-color .2s ease;
	}

		.cta-new .btnCTA:hover,
		.cta-new .btnCTA:focus {
			background-color: #b3000f;
			color: #fff;
			text-decoration: none;
		}

@media (max-width: 767px) {
	.cta-new .col-md-2,
	.cta-new .col-md-7,
	.cta-new .col-md-3 {
		text-align: center;
		margin-bottom: 15px;
	}

	.cta-new .col-md-3 {
		margin-bottom: 0;
	}
}
