html,body{
  background: #ffffff;
}
*, .container, div,
h1, h2, h3, h4, h5, h6, p, a,
button, input, optgroup, select, textarea,
table, th, td {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
}
.orange{
  color: #ea5a25;
}
.bt {
  background: #ff8000;
  border: 0;
  padding: 12px 40px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer!important;
  text-decoration: none;
}
.bt:hover{
  background: #ff962b;
}
.bt-prodotto{
  background: #ff8000;
  border: 0;
  padding: 13px 10px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  cursor: pointer!important;
  text-decoration: none;
  max-width: 135px;
  margin: 0 auto;
}
.bt-prodotto:hover{
  background: #ff962b;
}
a{
  cursor: pointer!important;
}
/* Header */
.logo{
  width: 96%;
  max-width: 225px;
}
/* Fascia Principale */
main{
  background:#eeeeee;
}
.titolo{
  padding: 95px 0;
  background-image: url(../image/slide.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.evidenziato{
  color: #ea5a25;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.evidenziato img{
  vertical-align: middle;
}
.msg{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin-top: 50px;
}
.freccia{
  float: right;
  margin-top: -95px;
  transform: rotate(15deg);
  margin-right: -50px;
  max-width: 210px;
}
.freccia-down{
  position: absolute;
  top: 100px;
  right: 0;
}
.camera-commercio{
	width: 96%;
	max-width: 297px;	
}
h1{
	font-size: 52px;
  font-weight: 400;
  max-width: 1080px;
  margin: 0 auto;
  line-height: 130%;
  width: 96%;
}
h2{
	font-weight: 400;
}
h1 span,
h2 span{
	font-weight: 600;
}
h3{
	color: #ea5a25;
}
span.space{
  letter-spacing: -12.5px;
}
#programma h3{
	color: #ea5a25;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 32px;
}

section#programma {
    background: #efefef;
}

footer{
	background: #efefef;
    padding: 20px 15px;
}

#faq ul li{
	margin-bottom: 15px;
}
#form p{
	font-size: 32px;
}
.cl-6.padding-small.text-left.relative.maxwidth p {
    margin-bottom: 8px;
    margin-top: 0;
}

/*==================================
    TIMELINE
*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info,
  .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}


/* RESPONSIVE */
@media (max-width: 1150px) {
  .freccia {
    margin-top: -85px;
    margin-right: -50px;
    max-width: 170px;
  }
}
@media (max-width: 1100px) {
	h1 {
    	font-size: 36px;
    }
}
@media (max-width: 1080px){
  .freccia {
    margin-top: -85px;
    margin-right: -40px;
    max-width: 150px;
    display: none;
  }
}
@media (max-width: 991px) {
    .freccia{
    	display: none;
    }
}
@media (max-width: 767px) {
  .padding-big {
    padding: 15px 15px;
	}
	.msg{
		margin-bottom: 0;
	}
	h1 {
    	font-size: 28px;
    }
}
@media (max-width: 565px){
	.freccia-down{display: none;}
	h1,#form p {
    	font-size: 24px;
    }
}
@media (max-width: 460px){
	.padding-big{
		padding: 15px 0;
	}
}