body {
  font-family: "Open Sans", sans-serif;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 60px;
  background: #dd5826;
}
header .logo {
  margin: 14px 30px 0 0;
  height: 32px;
  float: left;
}
header .nav {
  margin-top: 14px;
  cursor: default;
}
header .nav.pull-left {
  position: fixed;
  top: 46px;
  left: 0;
  right: 0;
  background-color: #dd5826;
  padding: 20px;
  z-index: 0;
  display: none;
}
header .nav.pull-left .menu-btn {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
header .nav.pull-left.isOpen {
  display: block;
}
header .menu-btn {
  border: none;
  color: #fff;
  background: transparent;
  font-size: 16px;
  height: 32px;
  padding: 0 10px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  line-height: 32px;
  cursor: pointer;
}
header .menu-btn:hover {
  background-color: #fff;
  color: #dd5826;
}
header .menu-btn.menu-btn-donate {
  background: white;
  color: #dd5826;
  font-weight: bold;
  margin-left: 30px;
  margin-right: 8px;
  transform: scale(1.2);
  transition-duration: 0.2s;
}
header .menu-btn.menu-btn-donate:hover {
  background: white;
  color: #dd5826;
  transform: scale(1.3);
}
header .menu-btn.menu-btn-donate:active {
  background: white;
  color: #dd5826;
  transform: scale(1.1);
  transition-duration: 0.1s;
}
header .menu-btn.menu-btn-hamburger {
  margin-left: 10px;
}
@media (min-width: 768px) {
  header {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5) 0%,
      transparent 100%
    );
    /* FF3.6+ */
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(0, 0, 0, 0.5)),
      color-stop(100%, transparent)
    );
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5) 0%,
      transparent 100%
    );
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5) 0%,
      transparent 100%
    );
    /* Opera 11.10+ */
    background: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5) 0%,
      transparent 100%
    );
    /* IE10+ */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5) 0%,
      transparent 100%
    );
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
  }
  header.isFixed {
    background: #dd5826;
  }
  header .logo {
    margin: 10px 40px 0 0;
    height: 38px;
  }
  header .nav.pull-left {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0;
    background: none;
  }
  header .nav.pull-left .menu-btn {
    width: auto;
    margin-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  header .nav.pull-left.isOpen {
    display: block;
  }
  header .menu-btn.menu-btn-hamburger {
    display: none;
  }
  header .menu-btn.isActive {
    background-color: #fff;
    color: #dd5826;
  }
  header .menu-btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  header {
    height: 78px;
  }
  header .logo {
    margin: 14px 40px 0 0;
    height: 48px;
  }
  header .nav {
    margin-top: 22px;
  }
  header .nav.pull-left .menu-btn {
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.carousel .carousel-control {
  display: none;
}
.carousel .item {
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  margin-top: 50px;
}
.carousel .item.item-slide-1 {
  background-image: url("../img/kid-shadow.jpg");
}
.carousel .item.item-slide-2 {
  background-image: url("../img/four-kids.jpg");
}
.carousel .item.item-slide-3 {
  background-image: url("../img/kid-homework.jpg");
}
.carousel .item h1 {
  font-size: 40px;
  font-weight: 700;
  text-shadow: 0 1px 1px #000;
}
.carousel .item .lead {
  font-size: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .carousel .carousel-control {
    display: block;
  }
  .carousel .item {
    padding: 0;
    margin-top: 0;
  }
  .carousel .item h1 {
    font-size: 52px;
    font-weight: 700;
    text-shadow: 0 1px 1px #000;
  }
  .carousel .item .lead {
    font-size: 30px;
  }
}
.carousel .carousel-control,
.carousel .carousel-control.right,
.carousel .carousel-control.left {
  background-image: none;
}
.carousel .carousel-control {
  height: 80px;
  top: 50%;
  margin-top: -40px;
  background: rgba(0, 0, 0, 0.5);
  width: 80px;
}
.carousel .carousel-control span {
  text-shadow: none;
  opacity: 1;
}

section.section {
  padding: 100px 0;
}
@media (min-width: 768px) {
  section.section {
    padding: 0;
  }
}

.section-lead {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
.section-lead span {
  font-weight: 700;
  font-size: 1.2em;
}

.section-purpose {
  background-color: #b4461c;
}
.section-purpose .section-lead {
  color: #fff;
}

.section-purpose-text {
  max-width: 860px;
  margin: 0 auto;
}

.section-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-icon img {
  width: 70px;
  height: 70px;
}

.purpose-box {
  margin-top: 30px;
  cursor: default;
}
.purpose-box .purpose-percentage {
  font-size: 80px;
  font-weight: 900;
  line-height: 52px;
  padding-left: 20px;
  text-align: center;
}
.purpose-box .purpose-text {
  color: #dd5826;
  padding: 20px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 6px;
  cursor: text;
}
.purpose-box.purpose-box-orange .purpose-percentage {
  color: #fff;
}
.purpose-box.purpose-box-orange .purpose-text {
  background-color: #fff;
}
.purpose-box.purpose-box-blue .purpose-percentage {
  color: #fff;
}
.purpose-box.purpose-box-blue .purpose-text {
  background-color: #fff;
}

.section-process {
  background-color: #fff;
}

.process-box {
  text-align: center;
  margin-top: 30px;
}
.process-box .process-image {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-color: #397198;
  line-height: 100px;
  text-align: center;
  border-radius: 100px;
}
.process-box .process-image img {
  width: 50%;
}
.process-box .process-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.section-progress {
  background-color: #e3e3e3;
}

.section-progress-contain {
  max-width: 840px;
  margin: 0 auto;
}

.progress-box {
  text-align: center;
  margin: 0 auto;
  width: 220px;
}
.progress-box .progress-number {
  font-size: 70px;
  color: #dd5826;
  font-weight: 300;
}
.progress-box .progress-text {
  font-weight: 700;
  color: #808080;
  font-size: 16px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .progress-box .process-text {
    margin-bottom: 0;
  }
}

.section-participate {
  background: url("../img/four-kids-blue.jpg") center no-repeat;
  background-size: cover;
}
.section-participate .section-lead {
  color: #fff;
}
.section-participate .section-participate-contain {
  max-width: 800px;
  margin: 0 auto;
}
.section-participate .section-participate-contain .section-participate-box {
  border: solid 3px #fff;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: background 200ms ease, border 200ms ease;
  -moz-transition: background 200ms ease, border 200ms ease;
  -ms-transition: background 200ms ease, border 200ms ease;
  -o-transition: background 200ms ease, border 200ms ease;
  transition: background 200ms ease, border 200ms ease;
}
.section-participate
  .section-participate-contain
  .section-participate-box
  .section-participate-box-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 30px;
}
.section-participate
  .section-participate-contain
  .section-participate-box
  .section-participate-box-content {
  font-size: 18px;
}
.section-participate
  .section-participate-contain
  .section-participate-box
  .section-participate-box-content
  span {
  font-weight: 700;
}
.section-participate
  .section-participate-contain
  .section-participate-box:hover {
  background-color: #dd5826;
  border-color: #b4461c;
  cursor: pointer;
}

.modal.fade .modal-content-form {
  display: block;
}
.modal.fade .modal-content-success {
  display: none;
}
.modal.fade.request-success .modal-content-form {
  display: none;
}
.modal.fade.request-success .modal-content-success {
  display: block;
}

.videoWrapper {
  position: relative;
  padding-bottom: 51.8%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-p {
  font-size: 18px;
  padding-bottom: 10px;
}

.copyright {
  font-size: 12px;
  text-align: center;
  margin-bottom: 50px;
}

.error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #db3a38;
}

.social-icon {
  font-size: 40px;
}
.social-icon:link {
  text-decoration: none;
}
