.chart-col p {
    font-size: 42px;
}
.chart-col strong.c-red {
    font-size: 56px;
    font-weight: 700;
    display: block;
    margin-bottom: -18px;
}
.chart-col .graph {
    position: relative;
}
.chart-col.drop .graph {
    width: 250px;
    height: 250px;
    background-color: #e3e3e3;
    margin: 0 auto;
    border: #fff solid thin;
    box-shadow: inset 0px 0px 0px 14px #ffffff;
}
.chart-col.drop .chart {
    background-color: #cc0000;
    position: absolute;
    bottom: 1px;
    width: 100%;
}
.chart-col.drop .chart:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 250px;
    background-image: url("../img/drop-invert.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    bottom: 0;
}
.chart-col.drop .chart-col strong.c-red {
    font-size: 56px;
    font-weight: 700;
    display: block;
    margin-bottom: -18px;
}
@media (max-width: 1199px) {
    .chart-col.drop .chart-col strong.c-red {
        font-size: 48px;
        font-weight: 700;
        display: block;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .chart-col.drop .chart:after {
        background-size: auto 100%;
    }
    .chart-col.drop .graph {
        width: 250px;
        margin: 0 auto;
    }
    .chart-col.drop .graph:before {
        background-size: 15%;
    }
}
/*
 * doughnut chart module
 */
.chart-col.doughnut .graph:before {
    content: "";
    display: block;
    position: absolute;
    width: 250px;
    height: 100%;
    background-image: url("../img/drop-big-red.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center 45%;
    left: 50%;
    margin-left: -125px;
}
@media (max-width: 991px) {
    .chart-col.doughnut .graph:before {
        background-size: 15%;
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}
@media (max-width: 568px) and (orientation: portrait) {
    .chart-col.doughnut .graph:before {
        background-size: 28%;
    }
}
/*
 * donation pie chart module
 */
.chart-col.pie .graph:before {
    content: "";
    display: block;
    position: absolute;
    width: 250px;
    height: 100%;
    background-image: url("../img/drop-big-red.png");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center 40%;
    left: 50%;
    margin-left: -125px;
}
.chart-col.pie .chart-col strong.c-red {
    font-size: 56px;
    font-weight: 700;
    display: block;
    margin-bottom: -18px;
}
@media (max-width: 1199px) {
    .chart-col.pie .graph:before {
        left: 0;
        margin-left: 0;
    }
    .chart-col.pie .chart-col strong.c-red {
        font-size: 48px;
        font-weight: 700;
        display: block;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .chart-col.pie .graph:before {
        background-size: 15%;
        width: 100%;
    }
}
@media (max-width: 568px) and (orientation: portrait) {
    .chart-col.pie .graph:before {
        background-size: 28%;
    }
}
/*
 * donation progressbar chart module
 */
.chart-col.progressbar h1 span {
    display: block;
}
.chart-col.progressbar .chart-col strong.c-red {
    font-weight: 700;
    margin-bottom: -18px;
}
.donation-aside form li {
    width: 31.6%;
}
.chart-col.progressbar .progress {
    height: 50px;
    background-image: none;
    background-color: #e3e3e3;
    box-shadow: none;
    border-radius: 30px;
    font-weight: 600;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
.chart-col.progressbar .progress .progress-bar {
    padding-top: 15px;
    background-image: none;
    background-color: #ffc425;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    color: #000;
    font-size: 18px;
    box-shadow: none;
    text-align: right;
    padding-right: 10px;
    text-align: center;
}

#progress-bar-id {
    text-align: center;
}