

#buttonsAmount ul {
  margin-top: 10px;
  text-align: center;
}

#buttonsAmount .btn-amount:hover, #buttonsAmount .btn-amount.active {
    background: #c02942;
    /*width:100%;*/
}

#buttonsAmount .btn-default {
  border: 0 none;
  margin-left: 0;
margin-right: 0;
margin-top: 5px;
margin-bottom: 5px;
}

li.donate-now a {
    background-color: #c02942 !important;
    color: #fff;
    border-color: transparent;
}

#buttonsAmount .btn-default:hover, #buttonsAmount .btn-default:focus, #buttonsAmount .btn-default:active, #buttonsAmount .btn-default.active {
  background-color: #c02942;
  color: #fff;
}

#buttonsAmount li.donate-now a:hover,
#buttonsAmount li.donate-now a:focus {
      text-decoration: none !important;
      background-color: #222222 !important;
      border-color: transparent;
}


.modal-body {
  position: relative;
  background-color: #000000;
}

.modal-body .close {
    text-shadow: none;
    font-weight: 200;
    color: white;
    position: absolute;
    right: 10px;
    opacity: 1;
    background: black;
    padding: 5px;
}

.modal-body button.close:hover,
.modal-body button.close:focus {
  opacity: 0.8;
}

.modal-cta  {
  position: absolute;
  bottom: 0;
}
.modal-cta::after {
  content: "";
  display: block;
  clear:both;
}
.modal-cta-text {
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  display: block;
  float: left;
  max-width: 330px;
  padding: 0px 0px 14px 0px;
  text-align: center;
  margin-left: 32px;
}
.modal-cta-btn {
  display: block;
  float: right;
  margin-top: 14px;
  margin-left: 32px;
}
.modal-cta-btn a {
  /*background-color: #ed1c24;*/
  background-color: #980000;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  padding: 14px 20px 13px 20px;
  text-transform: uppercase;
  font-size: 18px;
}
.modal-cta-btn a:hover {
  background-color: #980000;
}



@media (max-width: 480px) {
    #buttonsAmount{
        padding: 10px;
    }
    .btn-amount{
        width: 47%;
        margin: 5px 5px !important;

    }
    #BtnDonateNow.pull-right{
        float: none !important;
    }
    .modal-cta {
      position: initial;
      overflow: hidden;
    }
    .modal-cta-text {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }
    .modal-cta-btn {
      float:  none;
      margin: 0px;
      position: absolute;
      left: 50%;
      bottom: 14px;
      margin-left: -75px;
    }
    .modal-cta-btn a {
      font-size: 16px;
      padding: 10px 20px 8px 20px;
    }

} /*// Landscape phones and down*/

@media (min-width: 481px) and (max-width: 600px) {
  .modal-cta-text {
    max-width: 280px;
    font-size: 18px;
    line-height: 22px;
    margin-left: 16px;
    padding-bottom: 8px;
  }
  .modal-cta-btn {
    margin-left: 8px;
    margim-top: 11px;
  }
  .modal-cta-btn a {
    font-size: 16px;
  }
}

