#ouibounce-modal {
  font-family: 'Open Sans', sans-serif !important;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  
}

.obmodal-hidelg {
display:none;
}

.btn-dd1, .btn-dd2 {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.donatefootnote {
clear:left; 
padding-top:10px; 
padding-bottom:10px; 
font-size:11px;"
}

#ouibounce-modal .obunderlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

#ouibounce-modal .dbtn {
 height:74px; 
 width:160px; 
 font-size:20px;
}


#ouibounce-modal .obmodal {
  width: 600px;
  height:420px;
  background-color: #f0f1f2;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
#ouibounce-modal .obmodal-title {
  font-size: 18px;
  background-color: #77bf43;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif !important;
}
#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif !important;
}
#ouibounce-modal h4 {
 color: #666;
  text-transform: uppercase;
  font-weight: 500;
  line-height:150%;
  font-family: 'Open Sans', sans-serif !important;
}
#ouibounce-modal .obmodal-body {
  padding: 5px 20px;
  font-size: 0.9em;
}
#ouibounce-modal p {
 color: #666;
 font-family: 'Open Sans', sans-serif !important;
 font-size:12px !important;
}
#ouibounce-modal form {
  text-align: left;
  margin-top: 0px;
}

#ouibounce-modal a {
color: #77bf43 !important;
}

#ouibounce-modal .btn-primary {
  background-color: #666 !important;
  border-color: #666 !important;
  font-family: 'Open Sans', sans-serif !important;
}
#ouibounce-modal .btn-primary.active {
  background-color: #77bf43  !important;
  border-color: #77bf43  !important;
  font-family: 'Open Sans', sans-serif !important;
}

#ouibounce-modal input[type=radio] {
display:none  !important;
  }


#ouibounce-modal .amount {
  width:60px;
}

.donationrepeat {
  width:119px;
}


#ouibounce-modal .obmodal-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
#ouibounce-modal .obmodal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #344a5f;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}







    @media (max-width: 600px) {
#ouibounce-modal .obmodal {
  width: 310px;
  height:470px;

      }

      #ouibounce-modal .amount {
    width: 45px;
    font-size: 12px;
    padding: 7px;
}

.donationrepeat {
    width: 89px;
        font-size: 12px;
    padding: 7px;
}

#ouibounce-modal h4 {

    text-transform: none !important;
    font-weight: 500;
    line-height: normal !important;
    font-size: 14px;

    }

    #ouibounce-modal .obmodal-body {
    padding: 0px 20px;
    
    }

#ouibounce-modal .dbtn {
 height:auto;
 width:266px; 
 font-size:14px;
 margin-top:10px;
}

.obmodal-hidesm {
  
  display:none;
}

.obmodal-hidelg {
display:inline !important;
}

.donatefootnote {
clear:left; 
padding-top:10px; 
padding-bottom:10px; 
font-size:10px;"
}

.btn-dd1, .btn-dd2 {
   width:266px; 
}
.btn-dd2 {
   margin-top:10px; 
}


  }
