<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* @group COLORI SFONDI */
.lime{
	background: lime;
}

.fuchsia{
	background: fuchsia;
}

.aqua{
	background: aqua;
}

.red{
	background: red;
}

.BgdWhite{
	background: #fff;
}

.BgdBlack{
	background: #000;
}
.BgdOrange{
	background-color: #F39B60;
}

.BgdGrigio{
	background-color: #666;
}

/* @end */
/* @group COLORI TESTI */
.white{
	color: white;
}

.black{
	color: black;
}

.gray{
	color: gray;
}

.TextRed{
	color: #C30D1E !important;
}

.TextOrange{
	color: #F39B60 !important;
}
/* @end */ 
/* @group GENERICI */
.icon-bar{
  color: black;
  border-color: black;
  background-color: black;
}
body{
	font-family: 'Source Sans Pro', sans-serif;
	text-align: justify;
}
.right{
	float: right;
}

.left{
	float: left;
}

.clear{
	clear: both;
}
.Img{
	width: 100%;
}
.no-left{
	padding-left: 0 !important;
}
.no-right{
	padding-right: 0 !important;
}
.shadow{
	text-shadow:1px 1px 2px #000000
}

.border{
	border: 1px solid #dedede;
}
ul
{
    list-style-type: none;
}
.pa10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.no_margin{
margin:0 !important;
}
.mt0{
	margin-top: 0 !important;
}
.mt10{
	margin-top: 10px;
}

.mt15{
	margin-top: 15px !important;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mt40{
	margin-top: 40px;
}

.mt50{
	margin-top: 50px;
}

.mb0{
	margin-bottom: 0 !important;
}
.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.mb50{
	margin-bottom: 50px;
}

.mb150{
	margin-bottom: 150px;
}

.mb200{
	margin-bottom: 200px;
}

.mr0{
	margin-right: 0 !important;
}
.mr10{
	margin-right: 10px;
}

.mr15{
	margin-right: 15px !important;
}

.mr20{
	margin-right: 20px;
}

.mr30{
	margin-right: 30px;
}

.mr40{
	margin-right: 40px;
}

.mr50{
	margin-top: 50px;
}
/* @end */ 
/* @group WEIGHT TESTI*/

.w300{
	font-weight: 300;
}

.w400{
	font-weight: 400;
}

.w600{
	font-weight: 600;
}

.w700{
	font-weight: 700;
}
/* @end */ 

/* @group SIZE TESTI*/

.s10{
	font-size: 10px !important;
}

.s11{
	font-size: 11px !important;
}

.s12{
	font-size: 12px !important;
}


.s14{
	font-size: 14px !important;
}

.s16{
	font-size: 16px !important;
}

.s18{
	font-size: 18px !important;
}

.s20{
	font-size: 20px !important;
}
.s24{
	font-size: 24px !important;
}

.s30{
	font-size: 30px !important;
}

.s40{
	font-size: 40px !important;
}
.s50{
	font-size: 50px !important;
}
/* @end */

/* @group ELEMENTI */

.FasciaAlta{
	height: 55px;
	background: url(../../Images/BgdFasciaAlta.png);
	position: fixed;
	width: 100%;
	top:0;
	z-index: 10;
}
.SectionPadding{
	padding: 5px 0;
}

.SectionPaddingLight{
	padding: 5px 0;
}

/* @end */
a.it{
	display: block;
	float: right;
	height: 17px;
	width: 23px;
	opacity: .5;
	background-image: url(../../Images/it.png);	
}

a:hover.it, a.sel.it {
	opacity: 1;
}

a.en{
	display: block;
	float: right;
	height: 17px;
	width: 23px;
	opacity: .5;
	background-image: url(../../Images/en.png);	
}

a:hover.en, a.sel.en {
	opacity: 1;
}

a.de{
	display: block;
	float: right;
	height: 17px;
	width: 23px;
	opacity: .5;
	background-image: url(../../Images/de.png);	
}

a:hover.de, a.sel.de {
	opacity: 1;
}

a.fb{
	display: block;
	float: right;
	height: 17px;
	width: 17px;
	opacity: .7;
	background-image: url(../../Images/fb.png);	
}

a.BtnContatti{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	opacity: 1;
	background-image: url(../../Images/BtnContatti.png);	
}

a.BtnUser{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	opacity: 1;
	background-image: url(../../Images/BtnUser.png);
}

a.BtnLogin{
	display: block;
	float: left;
	height: 30px;
	width: 60px;
	line-height: 30px;
	opacity: 1;
	background: #ccc;
}

a.BtnOut{
	display: block;
	float: left;
	height: 30px;
	width: 60px;
	line-height: 30px;
	opacity: 1;
	background: #F39B60;
}

a.Prodotti{
	display: block;
	width: 100%;
	height: 280px;
	background-size:cover;
	background-position: center center;
	border-bottom: 10px solid #fff;
	
}

a.Prodotti h1{
	float: left;
	margin-top:110px;
	padding: 10px;
	background: url(../../Images/BgdFasciaAlta.png);
	color: #333;
	width: 240px;
}

a.Prodotti h2{
	margin-left: 1px;
	float: left;
	margin-top:110px;
	padding: 10px;
	background: url(../../Images/BgdFasciaAlta.png);
	color: #333;
}

a.Elemento{
	display: block;
	width: 100%;
	height: 450px;
	background-color: #fff;
	background-size:cover;
	background-position: center center;
	border-bottom: 20px solid #fff;
}

a.Elemento h1{
	float: left;
	margin-top:10px;
	
}

a.Pezzi{
	display: block;
	float: left;
	height: 150px;
	padding: 0 !important;
	border: 1px solid #efefef;
	background-size:cover !important;
	background-position: center center !important;
}
.menu li a.sel{
	color: #F39B60;
}
a.sel.Pezzi, a:hover.Pezzi{
	border: 1px solid #F39B60;
}
.border{
	border: 1px solid #ddd;
}
.BgdFascia{
	background: #efefef;
}

.DownloadCatalogo{	
	background: #F39B60 url(../../Images/IconaDownload.png) no-repeat center center;
	background-position: center center;
	height: 36px;
}

.CompraProdotto{	
	background: #666 url(../../Images/IconaCompra.png) no-repeat center center;
	background-position: center center;
	height: 36px;
}

.News{
	
	height: 17px;
	background:  url(../../Images/BgdNews.png);
}

#Map{
	height: 500px;
	position: relative;
}

.Contatti{
	padding: 10px 0px;
	height: 180px;
}
#owl-demo{
  margin: 0px;
  z-index: 0;
}
#owl-demo .item{
  margin: 0px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}



.demos {
  text-align: center;
  margin-top: 20px; }

.demo-image {
  cursor: url("../img/plus_cursor.png") 25 25, pointer;}
    
    
/* Custom page CSS
-------------------------------------------------- */

/* @group news */
div.bhoechie-tab-container{
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 20px;
  margin-left: 0px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
  
}
div.bhoechie-tab-menu div.list-group&gt;a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group&gt;a .glyphicon,
div.bhoechie-tab-menu div.list-group&gt;a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group&gt;a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group&gt;a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group&gt;a.active,
div.bhoechie-tab-menu div.list-group&gt;a.active .glyphicon,
div.bhoechie-tab-menu div.list-group&gt;a.active .fa{
  background-color: #ddd;
  color: #333;

  border-color: #ddd !important;
}
div.bhoechie-tab-menu div.list-group&gt;a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #ddd;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


/* @end */
/* Not required for template or sticky footer method. */

body &gt; .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 7px 0;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #f5f5f5;
}

.footer &gt; .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: -30px;
  position: fixed;
  bottom: 20px;
  right: 50% !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2D2287 url(../../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .6s 0s, visibility 0s 0s;
  -moz-transition: opacity .6s 0s, visibility 0s 0s;
  transition: opacity .6s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1 !important;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #2D2287;
  opacity: 1 !important;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
.Block{
	display: block;
}

.bck{
	border: 1px solid #ddd;
}

h1{
	text-align: left;
}
</pre></body></html>