.html-donate body {
  background-image: url("../img/hero_new.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 0%; }
.html-donate #hero {
  position: static;
  background: transparent !important;
  top: 0;
  left: 0;
  right: 0; }
.html-donate body {
  height: auto; }
.html-donate #header {
  z-index: 101; }
.html-donate #footer {
  position: relative;
  z-index: 50;
  background-color: #434f51; }

.dbullet *, .dbullet *:after, .dbullet *:before, .dbullet, .dbullet:after, .dbullet:before,
.dbutton *,
.dbutton *:after,
.dbutton *:before,
.dbutton,
.dbutton:after,
.dbutton:before,
.dform *,
.dform *:after,
.dform *:before,
.dform,
.dform:after,
.dform:before,
.dhero *,
.dhero *:after,
.dhero *:before,
.dhero,
.dhero:after,
.dhero:before,
.dmenu *,
.dmenu *:after,
.dmenu *:before,
.dmenu,
.dmenu:after,
.dmenu:before,
.donate *,
.donate *:after,
.donate *:before,
.donate,
.donate:after,
.donate:before,
.dsummary *,
.dsummary *:after,
.dsummary *:before,
.dsummary,
.dsummary:after,
.dsummary:before,
.dtable *,
.dtable *:after,
.dtable *:before,
.dtable,
.dtable:after,
.dtable:before {
  box-sizing: border-box; }

#lang-switch {
  right: 5px;
  left: auto; }

#nav-fb {
  position: absolute;
  top: 5px;
  margin-left: 0;
  transition: all 1s ease;
  left: auto;
  right: 210px; }

#donation-switch {
  position: absolute;
  top: 5px;
  right: 47px;
  transition: all 1s ease; }

#donation-switch a {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  display: block;
  background: #c90119;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none; }
  #donation-switch a:hover {
    color: #c90119;
    background-color: #fff; }

@media (min-width: 768px) {
  #donation-switch {
    left: auto;
    right: 54px;
    margin-left: 0; } }
@media (min-width: 1000px) {
  #header.fixed #donation-switch {
    top: 5px; }

  #header.fixed #nav-fb {
    top: 6px; } }
@media (min-width: 1024px) {
  #donation-switch {
    top: 27px; }

  #nav-fb {
    top: 27px; } }
.donate {
  position: relative;
  z-index: 100; }
  .donate__head h2 {
    font-style: normal;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 990px) {
      .donate__head h2 {
        margin-bottom: 50px; } }
  .donate__body {
    background-color: #fff;
    color: #333;
    padding: 20px 0; }
  .donate__summary {
    padding: 0 20px; }

.dbutton {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  padding: 12px 20px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 0.95em;
  text-transform: uppercase;
  background-color: #c90119; }
  .dbutton:hover {
    background-color: #960113; }
  .dbutton--small {
    padding: 9px 10px;
    font-size: 0.7em; }
  .dbutton--hide {
    display: none; }

.dlegend {
  text-align: center;
  padding: 5px 0 10px 0; }
  @media (min-width: 990px) {
    .dlegend {
      padding: 15px 0 30px 0; } }
  .dlegend ul {
    margin: 0;
    padding: 0; }
  .dlegend li {
    vertical-align: middle;
    padding: 0 20px;
    margin: 0 0 10px 0; }
    @media (min-width: 990px) {
      .dlegend li {
        margin: 0;
        display: inline-block; } }
    .dlegend li:before {
      display: none; }
  .dlegend__label {
    display: block;
    margin: 5px 0 0 0;
    vertical-align: middle; }
    @media (min-width: 990px) {
      .dlegend__label {
        margin: 0 0 0 10px;
        display: inline-block; } }

.dform {
  max-width: 770px;
  margin: 0px auto;
  padding: 30px 15px; }
  @media (min-width: 1200px) {
    .dform {
      padding: 50px 0; } }
  .dform h2 {
    font-style: normal;
    color: #000;
    padding: 0;
    font-size: 2.7em;
    margin: 0 0 0.6em 0; }
  .dform__head {
    margin-bottom: 20px; }
    @media (min-width: 990px) {
      .dform__head {
        display: flex;
        margin-bottom: 0;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: space-between; } }
  .dform__group {
    padding: 30px 25px 30px 25px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    margin-bottom: 30px; }
    @media (min-width: 750px) {
      .dform__group {
        padding: 30px 30px 30px 30px; } }
    @media (min-width: 990px) {
      .dform__group {
        padding: 30px 40px 30px 40px; } }
    .dform__group--dark {
      background-color: #fafafa; }
    .dform__group__title {
      color: #000;
      font-size: 1.7em;
      font-style: normal;
      margin: 0 0 0.9em 0;
      padding: 0; }
      .dform__group__title--withnote {
        margin: 0 0 0.3em 0; }
    .dform__group__note {
      margin: 0 0 1.5em 0;
      font-size: 0.9em; }
  .dform__items {
    justify-content: space-between; }
    @media (min-width: 750px) {
      .dform__items {
        display: flex;
        flex-wrap: wrap; }
        .dform__items--center {
          align-content: center;
          align-items: center; } }
  .dform__item {
    margin-bottom: 20px; }
    @media (min-width: 750px) {
      .dform__item {
        width: calc(50% - 10px); } }
    .dform__item.error input, .dform__item.error select {
      border-color: #c90119; }
  .dform__label {
    font-size: 0.9em;
    margin-bottom: 7px;
    display: block; }
  .dform__error {
    font-size: 0.9em;
    color: #c90119;
    margin-top: 10px; }
  .dform__input {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    padding: 10px;
    font-family: inherit;
    font-size: inherit;
    outline: none; }
  .dform__check {
    display: block;
    cursor: pointer;
    margin-bottom: 10px; }
    .dform__check--single {
      margin-bottom: 15px; }
      @media (min-width: 750px) {
        .dform__check--single {
          margin-bottom: 0; } }
    .dform__check input {
      display: none; }
    .dform__check__radio {
      width: 23px;
      height: 23px;
      display: inline-block;
      border: 1px solid #c4c4c4;
      border-radius: 50%;
      vertical-align: middle;
      position: relative;
      top: -0.15em; }
      .dform__check__radio:before {
        position: absolute;
        top: 5px;
        left: 5px;
        bottom: 5px;
        right: 5px;
        background-color: #c90119;
        display: block;
        content: "";
        border-radius: 50%;
        opacity: 0; }
    input:checked ~ .dform__check__radio:before {
      opacity: 1; }
    .dform__check__check {
      width: 23px;
      height: 23px;
      display: inline-block;
      border: 1px solid #c4c4c4;
      vertical-align: middle;
      position: relative;
      top: -0.15em; }
      .dform__check__check:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0px;
        left: 6px;
        width: 9px;
        height: 16px;
        border-right: 2px solid #c90119;
        border-bottom: 2px solid #c90119;
        display: block;
        content: "";
        opacity: 0; }
    input:checked ~ .dform__check__check:before {
      opacity: 1; }
    .dform__check__label {
      margin-left: 10px; }
    input:checked ~ .dform__check__label {
      font-weight: bold; }
  .dform__gopay {
    text-align: center; }
    .dform__gopay img {
      display: inline-block; }

.dhero {
  padding: 80px 20px 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  @media (min-width: 990px) {
    .dhero {
      padding: 100px 30px 100px 30px;
      min-height: 100vh; } }
  @media (min-width: 1200px) {
    .dhero {
      padding-left: 0;
      padding-right: 0; } }
  .dhero__in {
    width: 100%; }
  .dhero h1 {
    color: #fff;
    font-style: normal;
    font-size: 2em;
    max-width: 10em;
    line-height: 1.2;
    margin: 1em 0 0.2em 0; }
    @media (min-width: 750px) {
      .dhero h1 {
        font-size: 3.5em; } }
    @media (min-width: 990px) {
      .dhero h1 {
        margin: 1em 0 0.5em 0; } }
  .dhero img {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle; }
  .dhero__arrow {
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0;
    display: inline-block;
    text-decoration: underline !important; }
  @media (min-width: 990px) {
    .dhero__blocks {
      display: flex; } }
  @media (min-width: 990px) {
    .dhero__block {
      width: 50%; } }
  .dhero__block--large {
    font-size: 1.2em;
    color: #cecece; }
  @media (min-width: 990px) {
    .dhero__block--right {
      padding-left: 30px; } }
  @media (min-width: 1200px) {
    .dhero__block--right {
      padding-left: 80px; } }
  .dhero__block--right a {
    color: #fff; }
  .dhero__block--right ul {
    list-style-type: none; }
    @media (min-width: 750px) {
      .dhero__block--right ul {
        padding-left: 30px; } }
    .dhero__block--right ul li {
      padding: 0;
      margin-bottom: 8px; }
      .dhero__block--right ul li:before {
        display: none; }
  .dhero__total {
    padding: 10px 0 10px;
    margin-bottom: 20px; }
    @media (min-width: 750px) {
      .dhero__total {
        border-left: 1px solid #fff;
        padding: 10px 0 10px 30px; } }
    @media (min-width: 990px) {
      .dhero__total {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .dhero__total {
        margin-bottom: 80px; } }
    .dhero__total__price {
      display: block;
      font-size: 2em; }
      @media (min-width: 750px) {
        .dhero__total__price {
          font-size: 3.5em; } }
  .dhero__contact {
    padding: 10px 0 10px;
    margin-bottom: 20px;
    font-size: 1.2em; }
    @media (min-width: 750px) {
      .dhero__contact {
        padding: 10px 0 10px 30px; } }

.dbullet {
  width: 1em;
  height: 1em;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.6;
  color: #aaa;
  border: 1px solid currentColor;
  background-color: currentColor;
  vertical-align: middle; }
  .dbullet--red {
    color: #cf4747; }
  .dbullet--orange {
    color: #dd842a; }
  .dbullet--green {
    color: #53b908; }
  .dbullet--lightblue {
    color: #518dd6; }
  .dbullet--magenta {
    color: #dd70dd; }
  .dbullet--blue {
    color: #0c18a9; }
  .dbullet--yellow {
    color: #e2d210; }
  .dbullet--black {
    color: #333; }
  .dbullet--na, .dtable__select--na .dbullet {
    background-color: transparent !important; }
  .dtable__select:hover .dbullet, .dtable__select__radio:checked ~ .dbullet {
    opacity: 1; }

.dmenu {
  font-size: 10px;
  padding: 0;
  list-style-type: none;
  text-align: left; }
  @media (min-width: 1000px) {
    .dmenu {
      font-size: 1vw; } }
  @media (min-width: 1600px) {
    .dmenu {
      font-size: 16px; } }
  @media (min-width: 990px) {
    .dmenu {
      margin-bottom: 50px;
      text-align: center; } }
  .dmenu li {
    padding: 0;
    margin: 0 0 1px 0; }
    @media (min-width: 990px) {
      .dmenu li {
        vertical-align: top;
        margin: 0 0.8em;
        display: inline-block; } }
    .dmenu li:before {
      display: none; }
  .dmenu input {
    display: none; }
  .dmenu__circle {
    background-color: #fff;
    color: #000;
    transition: color 0.3s, background-color 0.3s;
    cursor: pointer;
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: space-between; }
    .dmenu input:checked ~ .dmenu__circle {
      color: #fff;
      background-color: #c90119; }
    @media (min-width: 990px) {
      .dmenu__circle {
        display: block;
        padding: 0;
        width: 15em;
        height: 15em;
        border-radius: 50%;
        text-align: center; } }
    @media (min-width: 990px) {
      .dmenu__circle:after {
        content: "";
        display: block;
        position: absolute;
        display: none;
        bottom: -62px;
        left: 0;
        right: 0;
        height: 30px;
        background-image: url("../img/arrow.png");
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat; }
      .dmenu input:checked ~ .dmenu__circle:after {
        display: block; } }
  .dmenu__title {
    color: #cf4747;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-size: 1.7em;
    transition: color 0.3s, background-color 0.3s; }
    @media (min-width: 990px) {
      .dmenu__title {
        padding: 2.8em 0 0 0;
        height: 5.8em; } }
    .dmenu input:checked ~ .dmenu__circle .dmenu__title {
      color: #fff; }
    .dmenu__title small {
      font-weight: normal;
      color: #000;
      display: block;
      padding-top: 0.5em;
      font-size: 0.6em;
      transition: color 0.3s, background-color 0.3s; }
      .dmenu input:checked ~ .dmenu__circle .dmenu__title small {
        color: #fff; }
  .dmenu__collected {
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 0.9em; }
  .dmenu__perc {
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 1.7em; }
  .dmenu__svg {
    display: none; }
    @media (min-width: 990px) {
      .dmenu__svg {
        display: block;
        position: absolute;
        top: -0.6em;
        bottom: -0.6em;
        left: -0.6em;
        right: -0.6em;
        width: calc(100% + 1.2em);
        height: calc(100% + 1.2em);
        stroke-dasharray: 301;
        stroke-dashoffset: 301; } }

.dtable {
  overflow: auto;
  padding: 0 20px;
  font-size: 9px; }
  @media (min-width: 1285.71429px) {
    .dtable {
      font-size: 0.7vw; } }
  @media (min-width: 1714.28571px) {
    .dtable {
      font-size: 12px; } }
  .dtable__table {
    border: none;
    table-layout: fixed;
    width: 100%;
    min-width: 1000px; }
    .dtable--machinePd .dtable__table {
      max-width: 1300px; }
    .dtable__table td, .dtable__table th {
      background-color: transparent;
      color: #000;
      padding: 6px 0px;
      border: 1px solid #ececec; }
    .dtable__table tr:last-child th,
    .dtable__table tr:last-child td {
      border-bottom: none; }
    .dtable__table th:last-child,
    .dtable__table td:last-child {
      border-right: none; }
    .dtable__table th:nth-child(1),
    .dtable__table th:nth-child(2),
    .dtable__table th:nth-child(3),
    .dtable__table td:nth-child(1),
    .dtable__table td:nth-child(2),
    .dtable__table td:nth-child(3) {
      border-left: none;
      border-right: none; }
    .dtable__table tr:nth-child(1) th,
    .dtable__table tr:nth-child(1) td,
    .dtable__table tr:nth-child(2) th,
    .dtable__table tr:nth-child(2) td {
      border-top: none;
      border-bottom: none; }
  .dtable__notenum {
    text-align: center; }
  .dtable__note {
    text-align: center;
    font-size: 0.9em !important;
    color: #858585 !important;
    font-style: italic !important;
    font-weight: normal  !important; }
  .dtable__headline {
    font-weight: normal;
    font-size: 1.2em;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase; }
  .dtable__sectioncode {
    width: 3em; }
  .dtable__sectiontitle {
    width: 13em;
    position: relative;
    color: #838383 !important;
    font-style: italic !important;
    font-weight: normal  !important; }
    .dtable__sectiontitle small {
      position: absolute;
      left: 9em;
      font-size: inherit;
      top: 7px; }
  .dtable__selectd {
    text-align: center;
    position: relative; }
  .dtable__select {
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    margin: 0;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    position: relative;
    overflow: visible;
    outline: none; }
    .dtable__select__radio {
      display: none; }
    .dtable__select--na .dtable__select .dbullet {
      background-color: transparent !important; }
    .dtable__select--hover .dbullet, .dtable__select--active .dbullet {
      opacity: 1; }
  .dtable__smalladopt {
    margin-top: 5px; }
  .dtable__close {
    position: absolute;
    top: 4px;
    right: 13px;
    padding: 10px;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    font-weight: normal;
    font-size: 1.5em;
    outline: none; }
    .dtable__iw--upside .dtable__close {
      top: 17px; }
  .dtable__iw {
    display: none;
    position: absolute;
    padding: 15px 30px 35px 30px;
    bottom: 20px;
    font-size: 14px;
    left: -150px;
    right: -183px;
    z-index: 10;
    background-image: url("../img/iw.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    .dtable__iw--upside {
      padding: 35px 30px 25px 30px;
      top: 20px;
      bottom: auto;
      background-image: url("../img/iw-upside.png"); }
    .dtable__iw--right {
      left: -325px;
      right: -8px;
      background-image: url("../img/iw-right.png"); }
      .dtable__iw--right.dtable__iw--upside {
        background-image: url("../img/iw-right-upside.png"); }
    .dtable__iw table, .dtable__iw th, .dtable__iw td {
      border: none !important; }
    .dtable__iw table {
      width: 100%; }
    .dtable__iw th, .dtable__iw td {
      padding: 2px 10px; }
    .dtable__iw th {
      font-weight: 300; }
    .dtable__iw td {
      font-weight: bold; }
    .dtable__select--active ~ .dtable__iw, .dtable__select--hover ~ .dtable__iw {
      display: block; }
    .dtable__select--closed ~ .dtable__iw {
      display: none !important; }
    .dtable__iw:hover, .dtable__select--hover ~ .dtable__iw {
      display: block;
      z-index: 20; }

.dsummary {
  text-align: left; }
  .dsummary--withline {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #666666; }
  .dsummary__item {
    margin: 0 0 20px 0;
    vertical-align: middle;
    display: block; }
    @media (min-width: 750px) {
      .dsummary__item {
        margin: 0 40px 0 0;
        display: inline-block;
        text-align: left; }
        .dsummary--withline .dsummary__item {
          margin: 0 20px; } }
    .dsummary__item h3 {
      font-weight: bold;
      color: #000;
      font-size: 16px;
      font-style: normal;
      margin: 0 0 0.5em 0;
      padding: 0; }
    .dsummary__item p {
      font-size: 14px;
      padding: 0; }
  .dsummary__note {
    padding: 30px 0 30px 0;
    text-align: center;
    color: #a3a3a3;
    font-size: 14px; }

.hero {
  display: flex;
  height: 100%;
  padding: 120px 0 50px 0;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center; }
  @media (min-width: 990px) {
    .hero {
      width: 55%;
      padding: 70px 0 40px 0;
      margin-left: auto;
      margin-right: 0;
      align-content: flex-start;
      align-items: flex-start; } }
  .hero__text, .hero__button {
    font-size: 18px;
    background-color: rgba(42, 54, 56, 0.7);
    color: #f6e9da;
    font-style: italic;
    padding: 17px 30px; }
    @media (min-width: 750px) {
      .hero__text, .hero__button {
        font-size: 20px; } }
    @media (min-width: 990px) {
      .hero__text, .hero__button {
        font-size: 25px; } }
  .hero__text {
    margin-bottom: 50px; }
    .hero__text br {
      display: none; }
      @media (min-width: 750px) {
        .hero__text br {
          display: inline; } }
    @media (min-width: 990px) {
      .hero__text {
        width: calc(100% - 60px); } }
    @media (min-width: 750px) {
      .hero__text {
        margin-bottom: 80px; } }
  .hero__button {
    margin-bottom: 20px;
    padding-right: 70px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: background-color 0.3s; }
    .hero__button:last-child {
      margin-bottom: 0; }
    .hero__button:hover {
      background-color: rgba(42, 54, 56, 0.9); }
    .hero__button--redtext {
      color: #c90119; }
    .hero__button--red {
      background-color: rgba(201, 1, 25, 0.7); }
      .hero__button--red:hover {
        background-color: rgba(201, 1, 25, 0.9); }
    .dhero .hero__button {
      margin-top: 20px; }
    .hero__button:after {
      position: absolute;
      content: " ";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 15px;
      border-color: transparent transparent transparent currentColor;
      top: calc(50% - 10px);
      right: 22px; }

@keyframes hide {
  0%, 100% {
    opacity: 0; } }
@keyframes bounce {
  0%,80%,100% {
    transform: translateY(0) rotate(-135deg); }
  40% {
    transform: translateY(-35px) rotate(-135deg); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  to {
    opacity: 0; } }
@keyframes title {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.dtable__iw {
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: both; }

.dsummary--changed .dsummary__items {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both; }

/*# sourceMappingURL=donate-main.css.map */
