

/*

Colors:

Primary color:
#C5CAE9 (light indigo)
#3F51B5 (indigo)
#303F9F (dark indigo)

Secondary color:
#FF8A80 (light red)
#FF1744 (red)
#D50000 (dark red)

/* Sticky footer styles
-------------------------------------------------- */

html
{
    position: relative;
    min-height: 100%;
}

body
{
    margin-bottom: 60px;
    font-family: "Roboto",arial,sans-serif;
    color: #444;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer
{
    position: absolute;
    width: 100%;
    background-color: #303F9F;
    color: #eee;
    padding-bottom: 30px;
    padding-top: 30px;
}

/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */

body > .container
{
    padding: 60px 15px 0;
}

.footer > .container
{
    padding-right: 15px;
    padding-left: 15px;
}

code
{
    color: #FF1744;
}

.navbar-brand
{
    padding: 0;
}

.navbar-custom
{
    background: #303F9F;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}

.navbar-custom a:focus
{
    outline: none;
}

.navbar-custom .navbar-brand
{
    color: white;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active
{
    color: white;
}

.navbar-custom .navbar-nav
{
    letter-spacing: 1px;
}

.navbar-custom .navbar-nav li a
{
    color: white;
}

.navbar-custom .navbar-nav li a:hover
{
    color: #FF8A80;
    outline: none;
}

.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active
{
    color: white;
}

.navbar-custom .navbar-nav li.active a
{
    color: white;
    background: #FF8A80;
}

.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active
{
    color: white;
    background: #FF8A80;
}

.navbar-custom .navbar-toggle
{
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    border-color: white;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus
{
    background-color: #FF8A80;
    color: white;
    border-color: #FF8A80;
}

@media (min-width: 768px)
{
    .navbar-custom
    {
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }
    .navbar-custom .navbar-brand
    {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom.affix
    {
        padding: 10px 0;
    }
    .navbar-custom.affix .navbar-brand
    {
        font-size: 1.5em;
    }
}

/********* TOP (Header-intro) section ********/

section.intro
{
    padding-top: 100px;
    padding-bottom: 70px;
    background: #3F51B5;
    color: #fff;
}

@media (min-width:380px)
{
    section.intro
    {
        padding-top: 70px;
    }
}

@media (min-width:768px)
{
    section.intro
    {
        padding-top: 150px;
    }
}

@media (min-width:992px)
{
    section.intro
    {
        padding-top: 140px;
    }
}

.intro .head
{
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 40px;
}

.intro .text
{
    font-size: 18px;
    line-height: 26px;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

/**************** Features section ***************/

section.features
{
    padding-top: 30px;
    padding-bottom: 70px;
}

.features .head
{
    font-size: 40px;
    line-height: 64px;
    font-weight: 300;
    color: #FF1744;
}

.features .text
{
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 28px;
}

.features .featureitem
{
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #3F51B5;
    margin-top: 0;
    text-align: left;
}

.features img
{
    margin-left: auto;
    margin-right: auto;
}

.features .text2
{
    text-align: left;
    line-height: 26px;
}

.features .onepart
{
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 70px;
    padding-top: 70px;
}

.features .lastpart
{
    padding-bottom: 70px;
    padding-top: 70px;
}

.features .btn-download
{
    background-color: #3F51B5;
    border-color: #303F9F;
    color: #eee;
}

.features .btn-download:hover
{
    color: #333;
    background-color: #FF8A80;
    border-color: #FF8A80;
}

/********************* Licensing section ***********/

section.licensing
{
    background: #FF8A80;
    padding-top: 30px;
    padding-bottom: 50px;
}

.licensing .head
{
    font-size: 40px;
    line-height: 64px;
    font-weight: 300;
    color: #D50000;
}

.licensing .text
{
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 28px;
    color: #eee;
}

.licensing .orderform
{
    max-width: 700px;
    margin: 0 auto 30px;
    padding: 20px;
}

.licensing .btn-order
{
    transition: background-color 0.2s ease;
    background-color: #3F51B5;
    color: #fff;
}

.licensing .btn-order:hover
{
    background-color: #303F9F;
    color: #fff;
}

.licensing .payment-comment
{
    font-size: 11px;
    text-align: justify;
    color: #eee;
}

.licensing .text .price
{
    color: #303F9F;
    font-size: 22px;
}

.licensing .license-price
{
    display: block;
    color: #303F9F;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
}

/********************* Contact section ***********/

section.contact
{
    padding-top: 30px;
    padding-bottom: 50px;
}

.contact .head
{
    font-size: 40px;
    line-height: 64px;
    font-weight: 300;
    color: #D50000;
}

.contact .text
{
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 28px;
}

.contact a
{
    color: #FF8A80;
}

/**************** callouts *******************/

/* Common styles for all types */

.bs-callout
{
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4
{
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child
{
    margin-bottom: 0;
}

.bs-callout code
{
    border-radius: 3px;
}

/* Tighten up space between multiple callouts */

.bs-callout + .bs-callout
{
    margin-top: -5px;
}

/* Variations */

.bs-callout-important
{
    border-left-color: #FF1744;
}

.bs-callout-important h4
{
    color: #FF1744;
}

.bs-callout-info
{
    border-left-color: #3F51B5;
}

.bs-callout-info h4
{
    color: #3F51B5;
}

/*
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}
.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout-warning h4 {
  color: #aa6708;
}
.bs-callout-info {
  border-left-color: #1b809e;
}
.bs-callout-info h4 {
  color: #1b809e;
}
*/

.intro img
{
    margin: 0 auto 20px;
}

.intro .row
{
}

footer .social a .fa
{
    transition: color 0.2s ease;
    color: #eee;
    font-size: 24px;
    margin-top: 20px;
}

footer .social a .fa:hover
{
    color: #FF1744;
}

footer .social li
{
    margin-right: 5px;
}

footer .online
{
    margin-top: 10px;
    margin-bottom: 0;
}

.features .img-responsive
{
    box-shadow: 3px 3px 5px rgba(0,0,0, 0.6);
}


