.pie-charts {
    color: #ffffff;
}

    .pie-charts .pie-chart-item-container {
        position: relative;
        padding: 0 15px;
        float: left;
        box-sizing: border-box;
    }

        .pie-charts .pie-chart-item-container .panel {
            height: 114px;
        }

@media screen and (min-width: 1325px) {
    .pie-charts .pie-chart-item-container {
        width: 25%;
    }
}

@media screen and (min-width: 700px) and (max-width: 1325px) {
    .pie-charts .pie-chart-item-container {
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    .pie-charts .pie-chart-item-container {
        width: 100%;
    }
}

.pie-charts .pie-chart-item {
    position: relative;
}

    .pie-charts .pie-chart-item .chart-icon {
        position: absolute;
        right: 0px;
        top: 3px;
        z-index: -1;
    }

@media screen and (min-width: 1325px) and (max-width: 1650px), (min-width: 700px) and (max-width: 830px), (max-width: 400px) {
    .pie-charts .chart-icon {
        display: none;
    }
}

/*.pie-charts .chart {
    position: relative;
    display: inline-block;
    width: 84px;
    height: 84px;
    text-align: center;
    float: left;
}*/

    /*.pie-charts .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }*/

/*.pie-charts .percent {
    display: inline-block;
    line-height: 84px;
    z-index: 2;
    font-size: 16px;
}

    .pie-charts .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }

.pie-charts .description {
    display: inline-block;
    padding: 20px 0 0 20px;
    font-size: 18px;
    opacity: 0.9;
}

    .pie-charts .description .description-stats {
        padding-top: 8px;
        font-size: 24px;
    }

.pie-charts .angular {
    margin-top: 100px;
}

    .pie-charts .angular .chart {
        margin-top: 0;
    }*/
