<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*

PALETTE CHANGE

4f7d1e -&gt; 066b5a
97cb5c -&gt; 33cc66
61912e -&gt; 0e7f6c

 */

/* WEBFONTS */

@font-face {
    font-family: maxwell;
    src: url('../fonts/maxwell_bold.woff2') format('woff2'),
		 url('../fonts/maxwell_bold.woff') format('woff'),
		 url('../fonts/maxwell_bold.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}


/************************************
	GENERAL
*************************************/

body {
	font-size: 100%;
	font-family: Helvetica, "Open Sans", Roboto, Arial, sans-serif;
	color: #555555;
}

.section {
	padding:60px 0px;
}

h1, h2, h3, h4, h5 {
	font-family: maxwell;
	color: #066b5a;
	font-weight: normal;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.6em;
}

h3 {
	font-size: 2.2em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.4em;
}

a {
	color:#066b5a;
	transition: all 300ms;
}

a:hover, a:active {
	color:#0e7f6c;
	transition: all 300ms;
}

a.page-link {
	color:#0e7f6c;
}

.page-item.active .page-link {
	background-color:#0e7f6c;
	border-color:#0e7f6c;
}

.margin-bottom {
	margin-bottom: 60px;
}

.margin-top {
	margin-top: 60px;
}

.form-control, input, a.btn {
	border:0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding: 15px;
	color:#555555;
}

.form-label {
	font-weight: bold;
}

.btn {
	border: 0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding: 15px;
}

.btn-primary, a.btn-primary {
	background-color: #066b5a;
	color:#fff;
}

.btn-primary.btn-inverse {
	color: #066b5a;
	background-color:#fff;
}

.btn-primary:hover, .btn-primary:active {
	background-color: #0e7f6c;
}

.btn-primary.btn-inverse:hover, .btn-primary.btn-inverse:active, a.btn-primary.btn-inverse:hover, a.btn-primary.btn-inverse:active {
	color: #0e7f6c;
	background-color:#fff;
}

.form-control:focus {
	-webkit-box-shadow: inset 0px 0px 6px 1px rgba(79,125,30,1);
	-moz-box-shadow: inset 0px 0px 6px 1px rgba(79,125,30,1);
	box-shadow: inset 0px 0px 6px 1px rgba(79,125,30,1);
}

::selection {
	background-color: #066b5a;
	color:#fff;
}

::-moz-selection {
	background-color: #066b5a;
	color:#fff;
}

/************************************
	NAVIGATION
*************************************/

.langbar {
	overflow: hidden;
}

.langbar .box {
	display: block;
	color: #fff;
	padding:5px 10px;
	font-size: 0.8em;
	background-color: #066b5a;
	text-align: center;
	float: right;
	-webkit-border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
}

.langbar a {
	color: #fff;
	padding:0px 10px;
}

.navigationbar {
	position: relative;
	padding:0px 0px 30px 0px;
	font-size: 1.2em;
}

.mainmenu {
	position: absolute;
	bottom:-5px;
	width: 100%;
}

.navigationbar a {
	color:#555555;
	display: inline-block;
	font-family: maxwell;
}


.navigationbar a:hover, .navigationbar a:active {
	color:#066b5a;
	text-decoration: none;
}

.navigationbar .brand {
	max-width: 220px;
}

.navigationbar ul{
	list-style-type: none;
	padding: 0px;
	margin:0px;
	float: left;
}

.navigationbar ul li {
	display: inline-block;
	padding:0px 5px;
	font-size: 0.9em;
}

.navigationbar .searchbox .form-control, .navigationbar .searchbox .input-group-addon {
	border:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	color:#555;
	padding:0px 5px;
}

.navigationbar .searchbox {
	border-bottom: 1px solid #066b5a;
	float: right;
	width:150px;
}

.mainmenu ul ul {
	position: absolute;
	top:30px;
	z-index:999;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:10px;
	background-color: #fff;
}

.mainmenu ul ul li {
	display: block;
}

.mainmenu ul ul li a {
	padding:5px;
}

.mainmenu #mobile-btn {
	float: right;
	padding-left: 10px;
	font-size: 1.8em;
}

#searchbox-mobile {
	width:auto;
	background-color: #066b5a;
	padding: 15px;
}

#searchbox-mobile .form-control, #searchbox-mobile .input-group-addon {
	border:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color:#fff;
	color:#555;
	padding:5px 10px;
}

.mainmenu-mobile {
	overflow: hidden;
	position: absolute;
	top:0px;
	left:0px;
	height: 2000px;
	text-align: left;
	background-color: #fff;
	z-index: 9999;
	white-space: nowrap;
	word-wrap: normal;
	padding-top:30px;
	width: 0px;
	transition:all 300ms ease;

}

.mainmenu-mobile.active {
	width:100%;
	transition:all 300ms ease;
}

.mainmenu-mobile #close-menu-mobile {
	display: block;
	position: absolute;
	top:45px;
	right:15px;
}

.mainmenu-mobile h3 {
	width: 100%;
	padding: 0px 15px;
	margin: 0px;
}

.mainmenu-mobile h3 span.fa {
	display: block;
	float: right;
}

.mainmenu-mobile ul {
	list-style-type: none;
	padding: 0px;
	margin:0px;
}

.mainmenu-mobile ul li {
	border-bottom: solid 1px #eee;
}

.mainmenu-mobile ul ul {
	background-color: #fafafa;
}

.mainmenu-mobile ul li a {
	padding:10px 15px;
	display: block;
}

.mainmenu-mobile ul ul li a {
	padding-left:30px;
	display: block;
}

.section.breadcrumbs {
	background-color: #eee;
	padding:15px 0px;
}

.breadcrumb {
	background: none;
	padding:0px;
	margin:0px;
}

/************************************
	CONTENT
*************************************/

.section.pagetitle {
	background-color: #066b5a;
	padding:20px 0px 15px 0px;
	 text-transform: uppercase;
}

.section.pagetitle h1, .section.pagetitle h2, .section.pagetitle h3, .section.pagetitle h4,.section.pagetitle h5{
	color: #fff;
}

.section.map {
	padding:0px;
	margin:0px;
}

.section.map iframe {
	padding:0px;
	margin:0px;
}

.carousel-caption {
	background-color: rgba(0,0,0,0.5);
	max-width: 50%;
	margin:0 auto;
	color:#ffff;
	opacity: 1;
	padding:30px;
}

.carousel-caption h3 {
	color:#fff;
}

.carousel-caption p {
	color:#fff;
}

/************************************
	PRODUCT SPECIFIC
*************************************/

.section.productpage {
	overflow: hidden;
}

.productpage .video {
	height:350px;
	margin-bottom: 30px;
}

.logo_prodotto .img-fluid {
	max-width: 300px;
	margin-bottom: 30px;
}

.section.products.productpage {
	background-color: #eee;
}

.section.products.productpage.special {
	background-color: #fff;
}

.productpage .cover img {
	width: 100%;
}

.section.products.productpage .cover {
	height:130px;
}

.productpage .table-striped {
	text-align: center;
}

.productpage .table-striped tr td:first-child {
	font-weight: bold;
	border-right: solid 1px #ddd;
}

.productpage .table-striped {
	border: solid 1px #ddd;
}

.productpage .photo .cover {
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

.productpage .thumbs {
	margin-bottom: 30px;
}

.productpage .thumbs  .cover a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;

}

.productpage .thumbs .cover {
	display: table;
	height:60px;
	width: 100%;
}

.productpage .thumbs .cover a img {
	max-height:80px;
	max-width: 100%;
}

.productpage .photo {
	margin-bottom:60px;
}

.productpage .photo {
	float: right;
	width:40%;
}

.productpage .description {
	float: left;
	width:60%;
	padding-right: 30px;
}

.productpage .richiedi_info_box {
	display: none;
	background-color: #efefef;
	border: 1px solid #e9ecef;
}
/************************************
	HOME SPECIFIC
*************************************/

.section.impressum {
	background-color: #eeeeee;
	background-image: url('../images/pattern.png');
	background-repeat: no-repeat;
	background-position: left;
}

.askquote {
	display: table;
	background-image: url('../images/askquote.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.askquote .title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding:60px 30px;
}

.askquote .title p {
	font-size: 3em;
	color: #fff;
}


.section.products {
	background-color: #ffffff;
	background-image: url('../images/pattern.png');
	background-repeat: no-repeat;
	background-position: right;
}

.products-item {
	display: table;
	margin-bottom:30px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
}

.products-item .cover {
	overflow: hidden;
	height: 180px;
	width: 100%;
}

.products-item .cover a {
	width: 100%;
}

.products-item .cover a &gt; img {
	width: 110%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all 300ms;
}

.products-item .cover a:hover &gt; img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 300ms;
}

.products-item .title a {
	display: block;
	color: #fff;
	padding:15px 10px;
	min-height:90px;
	background-color: #066b5a;
	text-align: center;
	-webkit-border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
    text-transform: uppercase;
	font-size: 0.8em;
}

.products-item .title a:hover, .news-item .title a:hover {
	text-decoration: none;
	background-color: #0e7f6c;
}


.section.news {
	background-color: #eeeeee;
	background-image: url('../images/pattern.png');
	background-repeat: no-repeat;
	background-position: left;
}

.news-item {
	display: table;
	margin-bottom:30px;
}

.news-item .cover {
	overflow: hidden;
	height: 250px;
	width: 100%;
}

.news-item .cover a {
	width: 100%;
}

.news-item .cover a &gt; img {
	width: 110%;
}

.news-item .title a {
	display: block;
	color: #fff;
	padding:15px 10px;
	min-height:90px;
	background-color: #066b5a;
	text-align: center;
	-webkit-border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
    text-transform: uppercase;
	font-size: 0.8em;
}


.section.download {
	background-color: #33cc66;
	text-align: left;

}

.section.download img {
	transition: all 300ms;
}

.section.download img:hover {
	transform: rotate(-5deg);
	transition: all 300ms;
}

.section.download h2 {
	font-size: 8em;
	margin: 0px;
	padding:0px;
	line-height: 1em;
	color: #fff;
}

.section.download h3 {
	font-size: 4em;
	margin: 0px;
	padding:0px;
	line-height: 1em;
	color: #fff;
}

.section.newsletter {
	background-color: #eeeeee;
	background-image: url('../images/pattern.png');
	background-repeat: no-repeat;
	background-position: right;
}

.section.newsletter h2 {
	font-size: 8em;
	margin: 0px;
	padding:0px;
	line-height: 1em;
}

.section.newsletter h3 {
	font-size: 4em;
	margin: 0px;
	padding:0px;
	line-height: 1em;
}

#swipebox-overlay {
    background: rgba(0,0,0,0.7) !important;
}

#swipebox-bottom-bar, #swipebox-top-bar {
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
    text-shadow: none !important;
}

/************************************
	COOKIE LAW
*************************************/
.cookielawdiv {
	position: fixed;
	bottom:0px;
	height: 60px;
	width: 100%;
	z-index: 999;
	padding:15px;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	text-align: center;
}

.cookielawdiv button {
	border:none;
	background-color: #066b5a;
	color: #fff;
	margin:0px 10px;
}
.cookielawdiv a, .cookielawdiv a:visited {
	 color:#fff;
}

.cookielawdiv a:active, .cookielawdiv a:focus, .cookielawdiv a:hover {
	color:#066b5a;
}

/************************************
	FOOTER
*************************************/

.footer {
	background-color: #222;
	color: #fff;
	padding: 60px 0px;
	font-size: 1em;
	background-image: url('../images/pattern-transp.png');
	background-repeat: no-repeat;
	background-position: left;
}

.footer ul {
	padding: 0px;
	list-style-type: none;
}

.footer ul li {
	padding:2px 0px;
}

.footer a {
	color: #fff;
}

.footer .social {
	font-size: 2em;
	text-align: center;
	margin-bottom: 90px;
}

.scrollup {
	position: absolute;
	top:0px;
	right:0px;
	background-color: #066b5a;
	display: table;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	width: 60px;
	height: 60px;
}

.scrollup a {
	color:#fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.credits {
	background-color: #000;
	padding:20px;
	text-align: center;
}

.credits a {
	color: #fff;
}




/************************************
	MEDIA QUERIES
*************************************/

@media only screen and (max-width: 1200px) {
	
	.askquote .title p {
		font-size: 2em;
		word-break: break-all;
	}
	
	.news-item .cover {
		height: 200px;
	}

	.products-item .cover {
		height: 160px;
	}

	.section.products.productpage .cover {
		height:100px;
	}

	.productpage .thumbs .cover {
		height:45px;
	}
	
	.navigationbar ul li {
		font-size: 0.75em;
	}
}

@media only screen and (max-width: 992px) {
	
	.askquote .title p {
		font-size: 2em;
		word-break: break-all;
	}

	.news-item .cover {
		height: 220px;
	}

	.section.download img {
		margin-top: 30px;
	}

	.carousel-caption {
		background-color: rgba(0,0,0,0.5);
		max-width: 70%;
		margin:0 auto;
		color:#ffff;
		opacity: 1;
		padding:15px;
		font-size: 0.75em;
	}
	
	.navigationbar ul li {
		font-size: 0.75em;
	}
}

@media only screen and (max-width: 768px) {

	.askquote .title p {
		font-size: 2em;
		word-break: break-all;
	}
	
	.news-item .cover {
		height: 200px;
	}

	.section.download h3, .section.newsletter h3 {
		font-size: 2.6em;
	}

	.section.download h2, .section.newsletter h2 {
		font-size: 4em;
	}

	.productpage .photo {
		float: none;
		width:100%;
	}

	.productpage .description {
		float: none;
		width:100%;
		padding-right: 0px;
	}

	.products-item .cover {
		height: 180px;
	}
	
	.products-item .title a {
		word-break: break-all;
	}

	.section.products.productpage .cover {
		height:80px;
	}

	.section.products.productpage .title {
		font-size: 0.9em;
	}

	.section.products.productpage .title a {
		padding:10px;
	}

	.news-item .cover {
		height: 400px;
	}

	.carousel-caption {
		background-color: rgba(0,0,0,0.5);
		max-width: 80%;
		margin:0 auto;
		color:#ffff;
		opacity: 1;
		padding:15px;
		font-size: 0.7em;
	}
}

@media only screen and (max-width: 576px) {
	.news-item .cover {
		height: 400px;
	}

	.products-item .cover {
		height: 220px;
	}

	.askquote .title p {
		font-size: 2em;
		word-break: break-all;
	}

	.productpage .thumbs .cover {
		height:50px;
	}

	.productpage .thumbs .cover a img {
		max-height:50px;
	}

	.section.products.productpage .cover {
		height:90px;
	}

}</pre></body></html>