.mcd-donation-form {
	width: 100%;
    float: left;
    padding: 30px;
    background-color: #A77E52;
}

.mcd-donation-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #888 !important;
}

.mcd-donation-form ::-moz-placeholder { /* Firefox 19+ */
    color: #888 !important;
}

.mcd-donation-form :-ms-input-placeholder { /* IE 10+ */
    color: #888 !important;
}

.mcd-donation-form :-moz-placeholder { /* Firefox 18- */
    color: #888 !important;
}

.mcd-donation-form ul {
    list-style: none !important;
    margin: 0 0 10px 0px !important;
    padding: 0 !important;
    width: 100%;
	/*width: 104%;*/
    float: left;
}

/*.mcd-donation-form ul li {
    margin: 0 5px 10px 5px;
    float: left;
    width: 95px;
    text-align: center;
}*/

.mcd-donation-form ul li {
    float: left;
    width: 49%;
    text-align: center;
}

.mcd-donation-form ul li:nth-child(odd) {
    margin: 0 1% 2% 0;
}

.mcd-donation-form ul li:nth-child(even) {
    margin: 0 0 2% 1%;
}

.mcd-donation-form ul li label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 55px;
    position: relative;
    line-height: 55px;
    margin: 0px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    background-color: #292929;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.mcd-donation-form ul li label.mcd-active {
	background-color: #ec2c3b;
}

.mcd-donation-form ul li label input {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
}

.mcd-donation-form .other-amount {
    overflow: hidden;
    float: left;
    width: 100%;
}

.mcd-donation-form .other-amount header {
    margin-bottom: 14px;
    text-align: center;
    width: 100%;
}

.mcd-donation-form .other-amount h6 {
    font-size: 14px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.mcd-donation-form .other-amount h6:before, .mcd-donation-form .other-amount h6:after {
    border-bottom: 1px solid #484848;
    border-top: 1px solid #484848;
    content: "";
    height: 4px;
    left: 100%;
    margin-left: 10px;
    position: absolute;
    top: 10px;
    width: 9999px;
}

.mcd-donation-form .other-amount h6:after {
    content: "";
    left: auto;
    margin-left: 0;
    margin-right: 10px;
    right: 100%;
}

.mcd-donation-form .other-amount label {
	display: block;
    width: 100%;
    float: left;
    background-color: #292929;
    padding: 0px 0px 0px 14px;
    border-radius: 2px;
    margin-bottom: 18px;
}

.mcd-donation-form .other-amount label span {
    color: #fff;
    /*font-size: 16px;*/
    font-weight: 600;
    line-height: 40px;
    position: relative;
    /*top: 2px;*/
}

.mcd-donation-form .other-amount label input[type=text],
.mcd-donation-form .other-amount label input[type=number],
.mcd-donation-form .other-amount label input[type=email] {
    border: none;
    background-color: #292929;
    width: 95%;
    /*font-size: 18px;*/
    color: #fff;
	display: inline-block;
	/*height: 50px;*/
	/*line-height: 50px;*/
    padding: 8px 0;
    margin: 0;
}

.mcd-donation-form .other-amount label select {
    background: transparent;
    width: 100%;
    color: #888;
    padding: 8px 0;
    border: none;
}

.mcd-donation-form .payment-type {
    color: #fff;
 }

.mcd-donation-form .payment-type input[type=radio] {
   
}

.mcd-donation-form .other-amount label input:focus {
    box-shadow: none;
}

.mcd-donation-form .donate-btn, .mcd-donation-form .donate-btn input {
    width: 100%;
    float: left;
    padding: 0px;
}

.mcd-donation-form .donate-btn input {
    line-height: 38px;
    background-color: #ec2c3b;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.mcd-donation-form ::-webkit-input-placeholder {
   /*color: #ccc;*/
   /*font-size: 18px;*/
   /*line-height: 50px;*/
}

.mcd-donation-form :-moz-placeholder { /* Firefox 18- */
   color: #282828;  
}

.mcd-donation-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #282828;  
}

.mcd-donation-form :-ms-input-placeholder {  
   color: #282828;  
}