* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir', "canada-type-gibson";
  font-weight: 600;
}
body,
html {
  font-family: "Museo Slab", "museo-slab";
  font-weight: 300;
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  color: rgba(38, 38, 38, 0.8);
}
.header {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 1170px;
  height: 120px;
  background: rgba(255, 255, 255, 0.95);
  padding: 0 15px;
  z-index: 1;
}
.header .line {
  position: relative;
  height: 100%;
}
.header .line p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
}
.header .brand {
  position: absolute;
  left: 15px;
  top: 54px;
  height: 36px;
}
.header .brand img {
  height: 100%;
  width: auto;
}
.header form {
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  display: none;
  -webkit-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.header form input[type="image"] {
  height: 28px;
}
.header form.active {
  display: block;
  opacity: 1;
}
.header .menu {
  position: absolute;
  right: 15px;
  top: 62px;
  font-size: 14px;
  color: #0ce2a9;
  font-weight: 500;
}
.header .menu a {
  color: #0ce2a9;
  text-decoration: none;
  -webkit-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.header .menu a:hover {
  color: #262626;
}
.header .menu span {
  cursor: pointer;
  -webkit-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.header .menu span:hover {
  color: #262626;
}
.donate {
  font-size: 18px;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}
.donate .txt {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -30%);
}
.donate .txt p {
  margin: 0;
}
.donate .txt .intro {
  font-weight: 500;
}
.donate .txt .intro a {
  color: #0ce2a9;
  text-decoration: none;
}
.donate .txt .intro a:hover {
  color: #262626;
}
.donate .txt .intro_1 {
  margin-top: 30px;
  padding-top: 15px;
  margin-bottom: 10px;
  position: relative;
  width: 80%;
}
.donate .txt .intro_1:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #262626;
  width: 75px;
}
.donate .txt form input[type="image"] {
  height: 25px;
}
.donate .image {
  text-align: right;
}
.donate .image img {
  width: 58.3333333%;
  height: auto;
}
.donate .image p {
  position: absolute;
  transform: rotate(-90deg);
  right: -45px;
  bottom: 35px;
  font-size: 13px;
}
.project {
  color: #262626;
}
.project h1 {
  font-size: 36px;
}
.project img {
  width: 45px;
  height: auto;
  margin-right: 10px;
  margin-top: 15px;
}
.project p {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.project p.line {
  position: relative;
  margin-top: 30px;
  padding-top: 10px;
}
.project p.line:after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  background: #262626;
  height: 1px;
  width: 75px;
}
.project p .grassetto {
  font-weight: 500;
}
.project p a {
  color: #0ce2a9;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.project p a:hover {
  color: #262626;
}
.statistiche {
  margin-top: 120px;
  margin-bottom: 120px;
  text-align: center;
}
.statistiche hr {
  height: 1px;
  border: 0;
  background: #262626;
  margin: 60px 0 0 0;
  width: 100%;
}
.statistiche .title h1 {
  padding-top: 60px;
  margin: 0 0 15px 0;
  border-top: 1px solid #262626;
}
.statistiche .text {
  margin-bottom: 60px;
}
.statistiche .stats {
  position: relative;
}
.statistiche .stats .circle {
  width: 50%;
  height: 0px;
  padding-bottom: 50%;
  background: #0ce2a9;
  border-radius: 50%;
  margin: 0 auto;
}
.statistiche .stats .info {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.statistiche .stats .info h4 {
  margin: 0;
  font-size: 18px;
}
.statistiche .stats .info h1 {
  font-size: 60px;
  margin: 0;
}
.faq {
  color: #262626;
}
.faq hr {
  height: 1px;
  border: 0;
  background: #262626;
  margin: 60px 0 0 0;
  width: 100%;
}
.faq h1 {
  margin-top: 0;
  font-size: 36px;
}
.faq .panel-group {
  color: #262626;
  font-size: 16px;
  font-weight: 300;
}
.faq .panel-group .panel {
  border: none;
  border-bottom: none;
}
.faq .panel-group .panel .panel-heading {
  border: none;
  border-bottom: none;
  padding: 0;
  background: none;
}
.faq .panel-group .panel .panel-heading a {
  color: #262626;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.faq .panel-group .panel .panel-heading a:hover {
  color: #0ce2a9;
}
.faq .panel-group .panel .panel-body {
  border: none;
  padding: 10px 10px 10px 0;
  font-size: 15px;
  color: rgba(38, 38, 38, 0.75);
}
.faq .panel-group .panel .panel-body .grassetto {
  font-weight: 500;
}
.faq .panel-group .panel .panel-body p {
  margin-bottom: 5px;
  margin-top: 0;
}
.faq .panel-group .panel .panel-body p:last-child {
  margin-bottom: 0;
}
.faq .panel-group .panel .panel-body a {
  text-decoration: none;
  color: #0ce2a9;
}
.faq .panel-group .panel .panel-body a:hover {
  color: #262626;
}
.faq ul {
  font-size: 16px;
  margin: 0 0 0px 0;
  list-style: none;
  padding: 0;
}
.faq ul .deactive {
  color: rgba(38, 38, 38, 0.3);
}
.faq ul .active {
  cursor: pointer;
}
.contatti {
  color: #262626;
  padding-top: 60px;
  margin-bottom: 60px;
}
.contatti h1 {
  margin-top: 0;
  font-size: 36px;
}
.contatti p {
  font-size: 16px;
  margin: 0 0 30px 0;
}
.contatti a {
  font-size: 16px;
  display: block;
  color: #0ce2a9;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.contatti a:hover {
  color: #262626;
}
.footer {
  position: relative;
  padding-top: 15px;
  padding-bottom: 5px;
}
.footer:after {
  content: " ";
  height: 1px;
  width: 75px;
  position: absolute;
  top: 0;
  left: 15px;
  background: #262626;
}
.footer a {
  color: #262626;
  text-decoration: none;
  -webkit-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.footer a:hover {
  color: #0ce2a9;
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    height: 90px;
  }
  .header .brand {
    top: 20px;
    height: 50px;
    width: 50px;
    overflow: hidden;
  }
  .header .brand img {
    height: 50px;
    width: auto;
  }
  .header .menu {
    top: 38px;
  }
  .donate {
    margin-top: 45px;
  }
  .donate .txt {
    width: 100%;
    position: relative;
    top: auto;
    transform: translate(0, 0%);
    text-align: center;
  }
  .donate .txt .intro_1 {
    width: 100%;
  }
  .donate .txt .intro_1:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .donate .image {
    text-align: center;
    margin-top: 30px;
  }
  .donate .image img {
    width: 100%;
  }
  .statistiche .stats {
    margin-bottom: 35px;
  }
  .contatti .moosa {
    margin-bottom: 15px;
  }
  .footer {
    position: relative;
    padding-top: 15px;
    padding-bottom: 65px;
  }
  .donateMob {
    position: fixed;
    bottom: -60px;
    height: 60px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 -2px 3px rgba(38, 38, 38, 0.1);
    -webkit-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .donateMob form {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .donateMob form input[type="image"] {
    height: 28px;
  }
  .donateMob.active {
    bottom: 0;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .header {
    width: 750px;
  }
  .donate {
    margin-top: 90px;
  }
  .donate .txt {
    width: 100%;
    padding: 0 120px;
    position: relative;
    top: auto;
    transform: translate(0, 0%);
    text-align: center;
  }
  .donate .txt .intro_1 {
    width: 100%;
  }
  .donate .txt .intro_1:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .donate .image {
    text-align: center;
    margin-top: -60px;
  }
  .donate .image img {
    width: 100%;
  }
  .statistiche .stats {
    position: relative;
  }
  .statistiche .stats .info h1 {
    font-size: 45px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) and (orientation: portrait) {
  
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header {
    width: 970px;
  }
}
