.no-padding {
	padding: 0px;
}
.donation-wrapper {
	height: 584px;
	background-color: #666;
}
.donation-mission-wrapper {
    height: 100%;
    background-color: #fff;
}
.donation-mission-title-wrapper {
    display: none;
    position: relative;
    top: 40px;
    left: 40px;
    width: 90%;
    z-index: 999;
}

.donation-mission-image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    border-right: 10px solid #ec0827;
    border-top: 10px solid #ec0827;
    border-bottom: 10px solid #ec0827;
}

.donation-mission-title {
    background-color: #EC0827;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    background-size: 99999999px 1.03em;
    background-position: 0 0.06em;
    background-repeat: no-repeat;
    text-shadow: none;
    display: inline;
    padding-left: 9px;
    padding-right: 9px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 120%;
    margin-left: -0.6em;
    margin-right: -0.6em;
    max-width: 100%;
}
.donation-form-wrapper {
	border: 10px solid #EC0827;
	padding:15px;
	background-color: #f4f4f4;
	height: 100%;
}
.donation-form hr {
    border-top: 1px solid #d2d1d1;
}
.donation-step-title {
	font-size: 18px;
	font-weight: 800;
    line-height: 130%;
	color: #333; /*#EC0827*/
	padding-bottom: 15px;
	border-bottom:1px solid #ccc;
	margin-bottom: 15px;
    font-weight: 900;
    text-transform: uppercase;
}
.btn-next-step {
	margin-top: 30px;
    background-color: #909090; /*#9e2131;*/
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 24px !important;
    padding: 10px !important;
    border-bottom: 3px solid #222 !important;

}

.btn-donation-value {
	width: 90px;
    height: 60px;
    display: inline-block;
}
.input-donation-value {
	float: left;
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
    padding: 0;
    margin: 0;
    border: 0;
}
.label-donation-value {
    border-color: #ccc;
    color: #999;
    border-width: 2px;
}
#mb_info {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

#mb_error {
    border: 1px solid #ec0826;
    padding: 20px;
    border-radius: 10px;
    color: #020202;
    background-color: #fbdee2;
    font-weight: 800;
    margin-bottom: 30px;
}
.confirmation-msg {
    margin-top: 60px;
    text-align: center;
}
.donation-payment-visa {
    padding: 15px;
}
.donation-payment-paypal {
    text-align: center;
    padding: 45px 15px 15px 15px;
}


/* TABLET HORIZONTAL */
@media (max-width: 1200px) {
    label {
        font-size: 15px;
    }
    .btn-next-step {
        margin-top: 10px;
    }
    .donation-step-title {
        font-size: 20px;
    }
}

/* TABLET VERTICAL */
@media (max-width: 992px) {
    .btn-next-step {
        margin-top: 10px;
    }
    .donation-wrapper {
        height: 1330px;
    }
    .donation-form-wrapper {
        height: 870px;
    }
    .donation-mission-wrapper {
        height: 506px;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .donation-wrapper {
        height: 1383px;
        margin: 0px -30px 0px -30px !important;
    }
    .donation-form-wrapper {
        height: 570px;
    }
    .donation-form-wrapper .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .donation-step-title {
        font-size: 16px;
        line-height: 130%;
    }
    .btn-next-step {
        margin-top: 10px;
    }

    .donation-mission-image-wrapper {
        border-right: 10px solid #ec0827;
        border-top: 0px none #fff;
        border-bottom: 10px solid #ec0827;
        border-left: 10px solid #ec0827;
    }
}
