@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.col {
    float: left;
    padding: 0 10px;
    height: auto;
}

.col.done {
    width: 100%;
}

.col.dtwo {
    width: 50%;
}

.col.dthree {
    width: 33.3333%;
}

.col.dfour {
    width: 25%;
}

donate-widget {
    float: left;
    height: auto;
    width: 100%;
    padding: 15px;
    paddinb-bottom: 0;
    padding-top: 15px;
    margin-bottom: 15px;
    background: #ebebeb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 22%, #e1e1e1 67%, #f6f6f6 85%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 22%, #e1e1e1 67%, #f6f6f6 85%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 22%, #e1e1e1 67%, #f6f6f6 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
    border: solid 1px #CCC;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

donate-widget.fixed-height {
    height: 100%;
}

donate-widget donate-w-amount {
    float: left;
    height: auto;
    margin-bottom: 15px;
    width: 100%
}

donate-widget .full {
    width: 100%;
    float: left;
    height: auto
}

donate-widget .half {
    width: 50%;
    float: left;
    height: auto
}

donate-widget .three {
    width: 33.3333333%;
    float: left;
    height: auto
}

donate-widget .sixtysix {
    width: 66.666666666%;
    float: left;
    height: auto
}

donate-widget .sug-amount {
    line-height: 60px;
    height: 60px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #444;
    background: #f9f9f9;
    border: solid 1px #CCC;
}

donate-widget .sug-amount::-webkit-input-placeholder {
    color: #666;
    font-family: "proxima-nova-soft", sans-serif;
    font-size: 20px;
    letter-spacing: 0.05rem;
    font-weight: 500
}

donate-widget .sug-amount:-moz-placeholder {
    color: #666;
    font-family: "proxima-nova-soft", sans-serif;
    font-size: 20px;
    letter-spacing: 0.05rem;
    font-weight: 500
}

input::-moz-placeholder {
    color: #666;
    font-family: "proxima-nova-soft", sans-serif;
    font-size: 20px;
    letter-spacing: 0.05rem;
    font-weight: 500
}

donate-widget .sug-amount:-ms-input-placeholder {
    color: #666;
    font-family: "proxima-nova-soft", sans-serif;
    font-size: 20px;
    letter-spacing: 0.05rem;
    font-weight: 500
}

donate-widget .radios {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 10px;
    background: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border: none;
    font-family: "proxima-nova-soft", sans-serif;
}

donate-widget .radios.active {
    background-color: #3FC380;
    color: #444;
}

donate-widget .radios:last-child {
    border-bottom: none
}

donate-widget .label {
    font-size: 10px;
    color: #555;
    letter-spacing: 0.03rem;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: "proxima-nova-soft", sans-serif;
}

donate-widget .center {
    text-align: center
}

donate-widget card-info {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 15px
}

donate-widget card-info input.card {
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    background: #f9f9f9;
    border: solid 1px #CCC;
    color: #555;
    font-weight: 500
}

donate-widget card-info input.card:focus {
    background-color: #fff6dc;
}

donate-widget card-info .three input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    border: solid 1px #CCC;
    background: #f9f9f9;
    font-size: 13px;
    color: #FFF;
    font-weight: normal;
    font-family: "proxima-nova-soft", sans-serif;
    font-weight: 500
}

donate-widget card-info .three input:focus {
    background-color: #fff6dc;
    color: #333;
}

donate-widget card-info .three input.hasval {
    background-image: none
}

donate-widget personal-info {
    width: 100%;
    float: left;
    height: auto
}

donate-widget personal-info input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    border: solid 1px #CCC;
    background: #f9f9f9;
    font-size: 15px;
    color: #555;
    font-weight: 600;
    font-family: "proxima-nova-soft", sans-serif;
    margin-bottom: 15px
}

donate-widget personal-info input:focus {
    background-color: #fff6dc;
}

donate-widget thank-you {
    width: 100%;
    height: 100%;
    float: left;
    padding-top: 40px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #309e66;
    color: #FFF;
    left: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

donate-widget thank-you.active {
    left: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease
}

donate-widget thank-you thank-you-close {
    height: 40px;
    width: 40px;
    top: 10px;
    right: -10px;
    color: #FFF;
    font-size: 26px;
    position: absolute
}

donate-widget thank-you thank-you-content {
    padding: 15px;
    width: 100%;
    float: left;
    color: #FFF;
    font-size: 15px;
    font-family: "proxima-nova-soft", sans-serif;

}
donate-widget thank-you thank-you-content h3{
  font-size:19px;
  font-family: "proxima-nova-soft", sans-serif;
}
button.send {
    background-color: #2C3E50;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-family: "proxima-nova-soft", sans-serif;
    letter-spacing: 0.05rem;
    padding: 0;
    border: none;
    width: 100%;
    float: left;
    cursor: pointer;
    font-size: 12px
}

button.send:hover {
    background-color: #384e64
}

input::-webkit-input-placeholder {
    color: #666;
    font-family: "proxima-nova-soft", sans-serif;
    font-size: 12px;
    letter-spacing: 0.05rem;
    font-weight: 500
}

input:-moz-placeholder {
    color: red
}

input::-moz-placeholder {
    color: red
}

input:-ms-input-placeholder {
    color: red
}

donate-widget card-info input.card::-webkit-input-placeholder {
    color: #555;
    font-family: "proxima-nova-soft", sans-serif;
    font-size: 12px;
    letter-spacing: 0.05rem;
    font-weight: 500
}

donate-widget card-info input.card:-moz-placeholder {
    color: #555;
    font-family: "proxima-nova-soft", sans-serif;
    font-size: 12px;
    letter-spacing: 0.05rem;
    font-weight: 500
}

donate-widget card-info input.card::-moz-placeholder {
    color: #555;
    font-family: "proxima-nova-soft", sans-serif;
    font-size: 12px;
    letter-spacing: 0.05rem;
    font-weight: 500
}

donate-widget card-info input.card:-ms-input-placeholder {
    color: #555;
    font-family: "proxima-nova-soft", sans-serif;
    font-size: 12px;
    letter-spacing: 0.05rem;
    font-weight: 500
}

@media (max-width: 650px) {
    .col.two {
        width: 100%;
        margin: 0;
        padding: 0
    }
    donate-widget {
        width: 100%;
        max-width: 100%
    }
    h4.donate {
        width: 100%;
        max-width: 100%
    }
    donate-widget card-info .three input {
        height: 50px;
        line-height: 50px
    }
    donate-widget card-info input.card {
        height: 50px;
        line-height: 50px
    }
    donate-widget personal-info input {
        height: 50px;
        line-height: 50px
    }
    donate-widget button.send {
        height: 55px
    }
}

.radio-box {
    height: 60px;
    float: left;
    width: 100%;
    padding-left: 15px
}

.radio-box .radio {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.03rem;
    color: #CCC;
    font-family: "proxima-nova-soft", sans-serif;
}

.radio-box .radio .check {
    width: 20px;
    float: left;
    height: 20px;
    margin-top: 5px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    background-color: #CCC;
    margin-right: 10px
}

.radio-box .radio.sel {
    color: #333
}

.radio-box .radio.sel .check {
    width: 20px;
    height: 20px;
    background: url(/media/1006/sel-x.png) center center #333
}

@media (max-width: 650px) {
    .col.two {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    donate-widget {
        width: 100%;
        max-width: 100%;
    }
    h4.donate {
        width: 100%;
        max-width: 100%;
    }
}
