

.brand_image
{
    background-image: url('images/brand.png');
    width: 200px;
}

@media (min-width: 500px)
{
    .container
    {
        max-width: 940px;
        padding-left: 0;
        padding-right: 0;
    }
}

.top_row
{
    background-image: url('images/top_image1.jpg');
    margin-left: 0;
    margin-right: 0;
    height: 300px;
    border: 1px  solid #e7e7e7;
    border-radius: 4px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.top_text_h1
{
    font-size: 30px;
    font-weight: 700;
    color: #006aae;
}

.top_text
{
    font-weight: 600;
}

.body_style
{
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.row_button
{
    padding: 4px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{
    color: #333;
    background-color: #dff4ff;
}

.top_p
{
    font-size: 16px;
}

.article_h2
{
    font-size: 28px;
    font-weight: 600;
    color: #006aae;
    padding-top: 20px;
}

.screenshot_row
{
    width: 855px;
    margin-left: 40px;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control
{
    color: #33f;
}

.carousel-caption
{
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #227;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
}

.carousel-indicators
{
    bottom: 0px;
}

.feature_image
{
    float: left!important;
    margin: 8px;
}

.bold_text
{
    font-weight: 600;
}

.editionPrice
{
    color: #33cc33;
    font-weight: bold;
    font-size: 18px;
}

.features_table
{
    width: 80%;
    margin-left: 10%;
}

.features_section
{
    background-color: #146da9;
    color: #ffffff;
}

.features_title
{
    width: 40%;
    background-color: #f7f9fb;
}

.tutorials_table
{
    width: 80%;
    margin-left: 10%;
}

.tutorials_section
{
    background-color: #146da9;
    color: #ffffff;
}

.tutorials_title
{
    width: 40%;
    text-align: center;
}

