@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic);

a:hover, a:focus {
  text-decoration: none;
  outline: 0 none;
}

.page-header {
  color: #fff;
  padding: 5rem 6rem;
  text-align: center;
  background-color: #159957;
  background-image: linear-gradient(120deg, #155799, #159957);
}

.btna {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 0.3rem;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.btna + .btna { margin-left: 1rem; }

.btna { padding: 0.75rem 1rem; }


.btna:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.buttonITAvolare {
    padding-top: 0.8rem;
    padding-right: 1.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1.8rem;
	font-size: 1.2rem;
	background-color: #004c9a;
    border-color: #007095;
    color: white;
	text-transform: uppercase;
}
a.buttonITAvolare {
    color: white;
	font-size: 16px;
	font-weight: bold;
}
.buttonITAvolare:hover {
	text-decoration: none;
	opacity: .8;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.spacerITAvolare
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

}



/* accordion style */


.ac-pane { margin-bottom: 15px; background-color:#f9f9f9; color:#323232;}

.ac-pane:last-child { margin-bottom: 0; }

.ac-content { display: none; }

.ac-title {
  border: 1px solid #fff;
  color: #fff!important;
 font-size: 16px!important;
    font-weight: 600;
  text-decoration:none!important;
  display: block;
  padding: 12px;
  background-color:#5ab4e6;font-family: 'Noto Sans', sans-serif;
}
.ac-title a{color:#fff!important;text-decoration:none!important;}
.ac-title:hover{opacity:0.85;}

.ac-title i {
  float: right;
  font-size: 24px;
}

.ac-title i:before { content: "\f107"; }

.active .ac-title i:before { content: "\f106"; }

.ac-content {
  border: 1px solid #fff;
  margin-top: -1px;
  padding: 15px;
}

.fotorama__thumb-border {border-color:#0573b6!important}
