﻿.color-bar {
    height: 9px;
    overflow: hidden;
}

.color-bar:before {
    top: 0;
    left: 0;
    background-color: #B064A7;
}

.color-bar:before, .color-bar:after {
    position: absolute;
    z-index: -1;
    display: block;
    width: 50%;
    height: 23px;
    content: " ";
}

.color-bar:after {
    top: 0;
    right: 0;
    background-color: #3299D8;
}

.color-bar .stripes {
    margin: 0 auto;
    width: 1024px;
    height: 23px;
    background-color: #3299D8;
    overflow: hidden;
}

.color-bar .stripes div {
    height: 23px;
    float: left;
}

.color-bar .stripes .first-strip {
    width: 90px;
    background-color: #B064A7;
}

.color-bar .stripes .second-strip {
    width: 90px;
    background-color: #BAD737;
}

.color-bar .stripes .third-strip {
    width: 90px;
    background-color: #60BA61;
}

.color-bar .stripes .fourth-strip {
    width: 90px;
    background-color: #D9DF5E;
}

.color-bar .stripes .fifth-strip {
    width: 55px;
    background-color: #FADF23;
}

.color-bar .stripes .sixth-strip {
    width: 135px;
    background-color: #EA6439;
}

.color-bar .stripes .seventh-strip {
    width: 62px;
    background-color: #F2A42C;
}

.color-bar .stripes .eighth-strip {
    width: 82px;
    background-color: #E5006E;
}

.color-bar .stripes .ninth-strip {
    width: 80px;
    background-color: #3299D8;
}