.bgr-color {
    background: #3F82D9;
    -pie-background: #F09108;
}

.color-line {
    background: #3F82D9;
    -pie-background: #F09108;
}
.bgr-gray {
    background: #E0E0E0;
    -pie-background: #F09108;
}
.monochrome-line {
    background: #E0E0E0;
    -pie-background: #F09108;
    height:3px!important;
}
.button-download {
    background: url('../../i/og-lp/buttons_sprite_orange.png') -8px -61px no-repeat;
    text-indent: -10000px;
    display: block;
    width: 282px;
    height: 49px;
}

.button-purchase {
    background: url('../../i/og-lp/buttons_sprite_orange.png') -301px -61px no-repeat;
    text-indent: -10000px;
    display: block;
    width: 282px;
    height: 49px;
}

.button-download:hover {
    background-position: -8px -5px;
}

.button-purchase:hover {
    background-position: -301px -5px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #F09108;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #F09108;
    border-radius: 10px;
}