﻿#ServiceGraphs img {
    width:400px;
}

#ServiceGraphs .chart-bar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: absolute;
    width: 45px;
    bottom: 75px;
    background-color: #eebf1b;
}

#ServiceGraphs #ChartBar1 {
    transition-delay: 1.2s !important;
    left: 220px;
    height: 0;
}

#ServiceGraphs.active #ChartBar1 {
    height: 40px;
}

#ServiceGraphs #ChartBar2 {
    transition-delay: 1.4s !important;
    left: 270px;
    height: 0;
}

#ServiceGraphs.active #ChartBar2 {
    height: 80px;
}

#ServiceGraphs #ChartBar3 {
    transition-delay: 1.6s !important;
    left: 320px;
    height: 0;
}

#ServiceGraphs.active #ChartBar3 {
    height: 160px;
}