.KWF-popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  z-index: 9999999999;
  display: none;
}

@media (min-width: 601px) {
  .alert {
    font-family: "Coda Caption", sans-serif;
    width: 100%;
    font-size: 18px;
    max-width: 275px;
    text-align: center;
    padding: 10px;
    background: transparent;
    color: #fff;
    border-radius: 7px;
    margin: 0 auto !important;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
  }

  .nav-subscribe .alert {
    font-family: "Coda Caption", sans-serif;
    width: 100%;
    font-size: 18px;
    max-width: 275px;
    text-align: center;
    padding: 10px;
    background: transparent;
    color: #fff;
    border-radius: 7px;
    margin-right: 8% !important;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
  }

  .formDescription .popup-logo {
    width: 100%;
    max-width: 60%;
    margin: 1em auto 1em auto;
  }

  .formDescription h2 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
  }

  .formDescription p {
    color: #333;
    font-size: 1.2em;
    font-weight: 200;
  }

  .popup-timed {
    display: none;
    position: fixed;
    width: auto;
    max-width: 480px;
    /*height: 380px;*/
    /*change after donation campaign*/
    height: 400px;
    top: 50%;
    left: 50%;
    margin-left: -260px;
    margin-top: -180px;
    /*background: -webkit-linear-gradient(top, #dc188a 0%,#fb731b 16%,#7a58d1 32%,#fcc24e 50%,#8137bf 66%,#f58192 82%,#f9364e 100%);*/
    /*change after donation campaign*/
    background: grey;
    background-size: 1000%;
	-moz-background-size: 1000%;
	-webkit-background-size: 1000%;
    /* W3C */
	animation-name: popup-animation;
	animation-duration: 40s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;

	/* Firefox: */
	-moz-animation-name: popup-animation;
	-moz-animation-duration: 40s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;

	/* Chrome, Safari */
	-webkit-animation-name: popup-animation;
	-webkit-animation-duration: 40s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;

    border: 2px solid #333;
    border-radius: 7px;
    z-index: 999999999999;
    padding: 10px 20px;
  }
}

@media (max-width: 600px) {
  .alert {
    width: 100%;
    font-size: 15px;
    max-width: 275px;
    text-align: center;
    padding: 10px;
    background: transparent;
    color: #fff;
    border-radius: 7px;
    margin: 10px auto 0 auto;
    display: none;
  }

  .nav-subscribe .alert {
    width: 100%;
    font-size: 22px;
    max-width: 275px;
    text-align: center;
    padding: 10px;
    background: transparent;
    color: #fff;
    border-radius: 7px;
    margin: 10px auto 0 auto;
    display: none;
  }

  .formDescription .popup-logo {
    width: 100%;
    max-width: 80%;
    margin: 1em auto 1em auto;
  }

  .formDescription h2 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
  }

  .formDescription p {
    color: #333;
    font-size: 1em;
    font-weight: 200;
  }

  .popup-timed {
    display: none;
    position: fixed;
    width: auto;
    max-width: 300px;
    /*height: 300px;*/
    /*change after donation campaign*/
    height: 450px;
    margin-top: 40% !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    /*background: -webkit-linear-gradient(top, #dc188a 0%,#fb731b 16%,#7a58d1 32%,#fcc24e 50%,#8137bf 66%,#f58192 82%,#f9364e 100%);*/
    /*change after donation campaign*/
    background: grey;
    background-size: 1000%;
	-moz-background-size: 1000%;
	-webkit-background-size: 1000%;
	animation-name: popup-animation;
	animation-duration: 40s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;

	/* Firefox: */
	-moz-animation-name: popup-animation;
	-moz-animation-duration: 40s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;

	/* Chrome, Safari */
	-webkit-animation-name: popup-animation;
	-webkit-animation-duration: 40s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
    border: 2px solid #333;
    border-radius: 7px;
    z-index: 999999999999;
    padding: 10px 20px;
  }
}

#popup-close {
  font-size: 28px;
  font-weight: bolder;
  width: 100%;
  display: block;
  text-align: right;
  text-decoration: none;
  color: white;
  cursor: pointer;
}

#popup-close:hover {
  color: white;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
}


/* W3C */
@keyframes popup-animation {
	0% {background-position: left top;}
	100% {background-position: left bottom;}
}

/* Firefox */
@-moz-keyframes popup-animation {
	0% {background-position: left top;}
	100% {background-position: left bottom;}
}

/* Chrome, Safari */
@-webkit-keyframes popup-animation {
	0% {background-position: left top;}
	100% {background-position: left bottom;}
}
