.mo-button{
 .button;
}

.money-btn {
  
}

.money-btn a {
  display: inline-block;
  margin: 20px;
  position: relative;
  text-decoration: none;
  font: 20px "Helvetica";
}

.mb-donate {
  background: #00684d;
  background: -webkit-linear-gradient( top, transparent 0%, rgba(0, 0, 0, 0.4) 100%), -webkit-linear-gradient(left, lighten(#00684d, 15%) 0%, #00684d 50%, lighten(#00684d, 15%) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(to right, #00b486 0%, #00684d 50%, #00b486 100%);
  background-position: 0 0;
  background-size: 200% 100%;
  border-radius: 4px;
  color: #fff!important;
  padding: 15px 65px 15px 15px;
  text-shadow: 1px 1px 5px #666;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.mb-donate:after {
    border-left: 1px solid #004f3a;
    color: #003527;
    content: "\f004";
    font: 20px "FontAwesome";
    padding: 10px 0;
    padding-left: 15px;
    position: absolute;
    right: 16px;
    top: 7px;
    -webkit-transition: all 600ms 200ms;
    transition: all 600ms 200ms;
}

.mb-donate:hover {
    background-position: -100% 0;

}

.mb-donate:hover::after{
   border-left: 1px solid lighten(#00684d, 5%);
   color: #fff;
   text-shadow: 0 0 10px #000;
}

#money-btn-modal .modal-content{
	background: #00884d;
	color: #fff;
}

#money-btn-modal .modal-title{
	text-align: center;
}

.btnlink{
  background: none!important;
  border: none;
  padding: 0!important;
  color: #444;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 8px;
  margin-left: 10px;
}

#simple-logo{
  position: absolute;
  float: left;
  left: 390px;
  top: 18px;
  width: 82px;
  height: 82px;
}

.modal-dialog{
  margin-top: 160px;
}

#money-form{
  margin-top: 16px;
  margin-bottom: 16px;
}

.go-btn{
  color: #fff!important;
  background-color: #f0ad4e!important;
  border-color: #eea236!important;
}

