html,
body {
  position: relative;
  min-height: 100%;
}
body {
  font-family: Helvetica Neue, Hevetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  margin: 0;
  padding: 0;
  position: relative;
  background: #222;
}
a {
  color: #C60606;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5 {
  color: #653604;
  font-family: 'Europa', Helvetica Neue, Hevetica, Arial, sans-serif;
}
header {
  border-bottom: 1px solid #e2bf02;
  padding-bottom: 100px;
  position: relative;
  background: #FDDD34;
}
header:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: radial-gradient(circle at 70% 30%, #ffff67 0%, #FDDD34 50%);
  z-index: 0;
}
header .header-title {
  font-size: 61px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 30px;
  position: relative;
  font-family: 'Europa', Helvetica Neue, Hevetica, Arial, sans-serif;
  color: #653604;
  text-align: center;
}
header .header-title .logo {
  width: 80px;
  height: 89px;
  position: relative;
  margin-right: 30px;
  margin-left: -110px;
  display: inline-block;
}
header .header-title .logo-leaf {
  width: 80px;
  height: auto;
}
header .header-title .logo-gear {
  position: absolute;
  width: 40px;
  height: auto;
  left: 30px;
  top: 25px;
  animation: logo-gear 10s linear infinite;
}
header .header-text {
  font-size: 41px;
  font-weight: 300;
  margin-top: 30px;
  position: relative;
  font-family: 'Europa', Helvetica Neue, Hevetica, Arial, sans-serif;
  line-height: 1.5;
  color: #653604;
  text-align: center;
}
@keyframes logo-gear {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
nav {
  height: 50px;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #e2bf02;
  margin-bottom: 100px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
nav li {
  display: inline-block;
  margin: 0 10px;
  line-height: 50px;
}
nav a {
  color: #653604;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  transition: 300ms;
}
nav a:hover {
  color: #C60606;
}
.content {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.center {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
h2 {
  font-size: 31px;
  font-weight: 300;
}
.content-block {
  margin: 40px 0;
}
.content-block h1:first-child,
.content-block h2:first-child,
.content-block h3:first-child,
.content-block h4:first-child {
  margin-top: 0;
}
.content-block h1:last-child,
.content-block h2:last-child,
.content-block h3:last-child,
.content-block h4:last-child {
  margin-bottom: 0;
}
.content-block h1 a,
.content-block h2 a,
.content-block h3 a,
.content-block h4 a {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
}
.content-block h1 a:hover,
.content-block h2 a:hover,
.content-block h3 a:hover,
.content-block h4 a:hover {
  text-decoration: underline;
}
.items {
  overflow: visible;
}
.items .swiper-slide {
  width: auto;
}
.items a.item {
  display: block;
  width: 160px;
  text-decoration: none;
  color: #653604;
}
.items .item-pic {
  width: 120px;
  height: 120px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  transform-style: preserve-3d;
  transition: 200ms;
}
.items .item-pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 200ms;
}
.items .item-pic.more {
  line-height: 120px;
  background: #000;
}
.items .item-pic.more span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 2px;
  opacity: 1;
}
.items .item-title {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Europa', Helvetica Neue, Hevetica, Arial, sans-serif;
  margin: 5px 0;
  transition: 200ms;
}
.items .item-text {
  font-size: 13px;
  transition: 200ms;
}
.items a.item:hover {
  color: #C60606;
}
.items a.item:hover .item-pic {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.4);
}
.items a.item:hover .item-title,
.items a.item:hover .item-text {
  transform: translateY(3px);
}
footer {
  background: #222;
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #000;
  font-size: 13px;
}
footer .social {
  margin-bottom: 10px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.donate-form {
  position: relative;
  display: block;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 30px 40px;
  box-sizing: border-box;
  max-width: 100%;
  color: #653604;
  background: #fff;
  border: 1px solid #fdd91b;
}
.donate-form p {
  overflow: hidden;
  line-height: 40px;
}
.donate-form span {
  float: left;
  width: 100px;
  display: inline-block;
  line-height: 40px;
  margin-right: 20px;
}
.donate-form input[type="text"] {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: none;
  transition: 300ms;
  outline: 0;
  border-bottom: 2px solid #653604;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  margin-left: 120px;
}
.donate-form input[type="text"]:focus {
  background: rgba(0, 0, 0, 0.1);
}
.donate-form label {
  cursor: pointer;
}
.donate-form label + label {
  margin-left: 20px;
}
.donate-form input[type="submit"] {
  background: #00BAFF;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  margin-left: 120px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-weight: bold;
  background: -webkit-linear-gradient(#00BAFF, #00a7e6);
  background: -o-linear-gradient(#00BAFF, #00a7e6);
  background: linear-gradient(#00BAFF, #00a7e6);
  outline: 0;
}
.donate-form input[type="submit"]:hover {
  background: -webkit-linear-gradient(#1ac1ff, #00BAFF);
  background: -o-linear-gradient(#1ac1ff, #00BAFF);
  background: linear-gradient(#1ac1ff, #00BAFF);
}
.donate-form input[type="submit"]:active {
  background: #00a7e6;
}
.donate-form small {
  display: block;
  margin-left: 120px;
}
@media (max-width: 640px) {
  header {
    padding: 40px 0;
  }
  header .header-title {
    font-size: 41px;
    margin-bottom: 20px;
  }
  header .header-title .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-text {
    font-size: 25px;
    margin-top: 0px;
    font-weight: normal;
  }
  nav {
    display: none;
  }
  .center {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-block h2 {
    font-size: 21px;
    font-weight: normal;
  }
  .items a.item {
    width: 120px;
  }
}
@media (max-width: 320px) {
  .center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .items a.item {
    width: 80px;
  }
  .items .item-pic {
    width: 80px;
    height: 80px;
  }
  .items .item-text {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    overflow: hidden;
    max-height: 48px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .items .item-title {
    font-size: 14px;
    font-weight: normal;
  }
  header .header-text {
    font-size: 21px;
  }
  .content-block {
    margin: 25px 0;
  }
}
/*
 * Clearfix: contain floats
 *
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
