﻿.bgr-color {
    background: #2c81d6;
    -pie-background: #2c81d6;
}

.color-line {
    background: #2c81d6;
    -pie-background: #2c81d6;
}
.bgr-gray {
    background: #E0E0E0;
    -pie-background: #2c81d6;
}
.monochrome-line {
    background: #E0E0E0;
    -pie-background: #2c81d6;
    height:3px!important;
}
.button-download {
    background: url('../../i/og-lp/buttons_sprite.png') -8px -61px no-repeat;
    text-indent: -10000px;
    display: block;
    width: 282px;
    height: 49px;
}

.button-purchase {
    background: url('../../i/og-lp/buttons_sprite.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: #2c81d6
}

.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 #2c81d6;
    border-radius: 10px
}