﻿#fadingBarsG {
    position: relative;
    width: 560px;
    height: 69px;
}

.fadingBarsG {
    position: absolute;
    top: 0;
    background-color: #FF0000;
    width: 68px;
    height: 68px;
    -moz-animation-name: bounce_fadingBarsG;
    -moz-animation-duration: 1.1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(.3);
    -webkit-animation-name: bounce_fadingBarsG;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(.3);
    -ms-animation-name: bounce_fadingBarsG;
    -ms-animation-duration: 1.1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(.3);
    -o-animation-name: bounce_fadingBarsG;
    -o-animation-duration: 1.1s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(.3);
    animation-name: bounce_fadingBarsG;
    animation-duration: 1.1s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(.3);
}

#fadingBarsG_1 {
    left: 0;
    -moz-animation-delay: 0.44s;
    -webkit-animation-delay: 0.44s;
    -ms-animation-delay: 0.44s;
    -o-animation-delay: 0.44s;
    animation-delay: 0.44s;
}

#fadingBarsG_2 {
    left: 70px;
    -moz-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -ms-animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

#fadingBarsG_3 {
    left: 140px;
    -moz-animation-delay: 0.66s;
    -webkit-animation-delay: 0.66s;
    -ms-animation-delay: 0.66s;
    -o-animation-delay: 0.66s;
    animation-delay: 0.66s;
}

#fadingBarsG_4 {
    left: 210px;
    -moz-animation-delay: 0.77s;
    -webkit-animation-delay: 0.77s;
    -ms-animation-delay: 0.77s;
    -o-animation-delay: 0.77s;
    animation-delay: 0.77s;
}

#fadingBarsG_5 {
    left: 280px;
    -moz-animation-delay: 0.88s;
    -webkit-animation-delay: 0.88s;
    -ms-animation-delay: 0.88s;
    -o-animation-delay: 0.88s;
    animation-delay: 0.88s;
}

#fadingBarsG_6 {
    left: 350px;
    -moz-animation-delay: 0.99s;
    -webkit-animation-delay: 0.99s;
    -ms-animation-delay: 0.99s;
    -o-animation-delay: 0.99s;
    animation-delay: 0.99s;
}

#fadingBarsG_7 {
    left: 420px;
    -moz-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

#fadingBarsG_8 {
    left: 490px;
    -moz-animation-delay: 1.21s;
    -webkit-animation-delay: 1.21s;
    -ms-animation-delay: 1.21s;
    -o-animation-delay: 1.21s;
    animation-delay: 1.21s;
}

@-moz-keyframes bounce_fadingBarsG {
    0% {
        -moz-transform: scale(1);
        background-color: #FF0000;
    }

    100% {
        -moz-transform: scale(.3);
        background-color: #FF0000;
    }
}

@-webkit-keyframes bounce_fadingBarsG {
    0% {
        -webkit-transform: scale(1);
        background-color: #FF0000;
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: #FF0000;
    }
}

@-ms-keyframes bounce_fadingBarsG {
    0% {
        -ms-transform: scale(1);
        background-color: #FF0000;
    }

    100% {
        -ms-transform: scale(.3);
        background-color: #FF0000;
    }
}

@-o-keyframes bounce_fadingBarsG {
    0% {
        -o-transform: scale(1);
        background-color: #FF0000;
    }

    100% {
        -o-transform: scale(.3);
        background-color: #FF0000;
    }
}

@keyframes bounce_fadingBarsG {
    0% {
        transform: scale(1);
        background-color: #FF0000;
    }

    100% {
        transform: scale(.3);
        background-color: #FF0000;
    }
}






#floatingBarsG {
    position: relative;
    width: 40px;
    height: 50px;
}

.blockG {
    position: absolute;
    background-color: #FFFFFF;
    width: 6px;
    height: 16px;
    -moz-border-radius: 6px 6px 0 0;
    -moz-transform: scale(0.4);
    -moz-animation-name: fadeG;
    -moz-animation-duration: 0.48s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 6px 6px 0 0;
    -webkit-transform: scale(0.4);
    -webkit-animation-name: fadeG;
    -webkit-animation-duration: 0.48s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 6px 6px 0 0;
    -ms-transform: scale(0.4);
    -ms-animation-name: fadeG;
    -ms-animation-duration: 0.48s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 6px 6px 0 0;
    -o-transform: scale(0.4);
    -o-animation-name: fadeG;
    -o-animation-duration: 0.48s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 6px 6px 0 0;
    transform: scale(0.4);
    animation-name: fadeG;
    animation-duration: 0.48s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#rotateG_01 {
    left: 0;
    top: 18px;
    -moz-animation-delay: 0.18s;
    -moz-transform: rotate(-90deg);
    -webkit-animation-delay: 0.18s;
    -webkit-transform: rotate(-90deg);
    -ms-animation-delay: 0.18s;
    -ms-transform: rotate(-90deg);
    -o-animation-delay: 0.18s;
    -o-transform: rotate(-90deg);
    animation-delay: 0.18s;
    transform: rotate(-90deg);
}

#rotateG_02 {
    left: 5px;
    top: 6px;
    -moz-animation-delay: 0.24s;
    -moz-transform: rotate(-45deg);
    -webkit-animation-delay: 0.24s;
    -webkit-transform: rotate(-45deg);
    -ms-animation-delay: 0.24s;
    -ms-transform: rotate(-45deg);
    -o-animation-delay: 0.24s;
    -o-transform: rotate(-45deg);
    animation-delay: 0.24s;
    transform: rotate(-45deg);
}

#rotateG_03 {
    left: 17px;
    top: 2px;
    -moz-animation-delay: 0.3s;
    -moz-transform: rotate(0deg);
    -webkit-animation-delay: 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-animation-delay: 0.3s;
    -ms-transform: rotate(0deg);
    -o-animation-delay: 0.3s;
    -o-transform: rotate(0deg);
    animation-delay: 0.3s;
    transform: rotate(0deg);
}

#rotateG_04 {
    right: 5px;
    top: 6px;
    -moz-animation-delay: 0.36s;
    -moz-transform: rotate(45deg);
    -webkit-animation-delay: 0.36s;
    -webkit-transform: rotate(45deg);
    -ms-animation-delay: 0.36s;
    -ms-transform: rotate(45deg);
    -o-animation-delay: 0.36s;
    -o-transform: rotate(45deg);
    animation-delay: 0.36s;
    transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 18px;
    -moz-animation-delay: 0.42000000000000004s;
    -moz-transform: rotate(90deg);
    -webkit-animation-delay: 0.42000000000000004s;
    -webkit-transform: rotate(90deg);
    -ms-animation-delay: 0.42000000000000004s;
    -ms-transform: rotate(90deg);
    -o-animation-delay: 0.42000000000000004s;
    -o-transform: rotate(90deg);
    animation-delay: 0.42000000000000004s;
    transform: rotate(90deg);
}

#rotateG_06 {
    right: 5px;
    bottom: 5px;
    -moz-animation-delay: 0.48s;
    -moz-transform: rotate(135deg);
    -webkit-animation-delay: 0.48s;
    -webkit-transform: rotate(135deg);
    -ms-animation-delay: 0.48s;
    -ms-transform: rotate(135deg);
    -o-animation-delay: 0.48s;
    -o-transform: rotate(135deg);
    animation-delay: 0.48s;
    transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 17px;
    -moz-animation-delay: 0.5399999999999999s;
    -moz-transform: rotate(180deg);
    -webkit-animation-delay: 0.5399999999999999s;
    -webkit-transform: rotate(180deg);
    -ms-animation-delay: 0.5399999999999999s;
    -ms-transform: rotate(180deg);
    -o-animation-delay: 0.5399999999999999s;
    -o-transform: rotate(180deg);
    animation-delay: 0.5399999999999999s;
    transform: rotate(180deg);
}

#rotateG_08 {
    left: 5px;
    bottom: 5px;
    -moz-animation-delay: 0.6s;
    -moz-transform: rotate(-135deg);
    -webkit-animation-delay: 0.6s;
    -webkit-transform: rotate(-135deg);
    -ms-animation-delay: 0.6s;
    -ms-transform: rotate(-135deg);
    -o-animation-delay: 0.6s;
    -o-transform: rotate(-135deg);
    animation-delay: 0.6s;
    transform: rotate(-135deg);
}

@-moz-keyframes fadeG {
    0% {
        background-color: #000000;
    }

    100% {
        background-color: #FFFFFF;
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: #000000;
    }

    100% {
        background-color: #FFFFFF;
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: #000000;
    }

    100% {
        background-color: #FFFFFF;
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: #000000;
    }

    100% {
        background-color: #FFFFFF;
    }
}

@keyframes fadeG {
    0% {
        background-color: #000000;
    }

    100% {
        background-color: #FFFFFF;
    }
}
