/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
    width: 100%;
    height: 100%;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #fff;
    font-size: 16px;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: normal;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media ( min-width :767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 32px;
    }
}

a {
    color: rgb(0,105,155);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover, a:focus {
    text-decoration: underline;
    color: rgb(50,155,255);
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    background-color: #fff;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    text-transform: none;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active
    {
    outline: 0;
}

.navbar-custom a {
    color: #000;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(100, 100, 100, .3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus,
    .navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255, 255, 255, .6);
}

@media ( min-width :767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    #controller {
        margin-top: 60px;
    }
    #dashboard {
        margin-top: 70px;
    }
    #timeline {
        margin-top: 120px;
    }
    #mobile {
        margin-top: 100px;
    }
    #custom {
        margin-top: 50px;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: left;
    color: #000;
    background: url(../img/intro-bg.jpg) no-repeat top center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 28px;
    font-weight: normal;
}

.intro .intro-body .intro-text {
    font-size: 28px;
    line-height: 46px;
}

.intro .btn-default {
    margin-top: 10px;
}

.copyright {
    font-size: 14px;
    position: relative;
    padding-right: 10px;
    right: 0;
    bottom: -220px;
    color: #777;
}

.copyright a {
    color: #777;
}

.copyright a:hover {
    color: #777;
    text-decoration: underline;
}

@media ( min-width :767px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 100px;
    }
    .intro .intro-body .intro-text {
        font-size: 28px;
    }
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 150px;
}

@media ( min-width :767px) {
    .content-section {
        padding-top: 100px;
    }
    .download-section {
        padding: 100px 0;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: none;
    color: #fff;
    background-color: rgb(0,105,155);
    font-size: 18px;
    line-height: 32px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 0px;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-default:hover, .btn-default:focus {
    background-color: rgb(50,155,255);
    border: none;
    outline: 0;
    color: #fff;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media ( max-width :1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media ( max-width :767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
    .copyright {
        font-size: 12px;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}

.top-nav-collapse {
    background: rgba(255, 255, 255, 1);
}

.panel {
    min-height: 158px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: rgba(255, 255, 255, .9);
}

.panel i {
    font-size: 64px;
    line-height: 84px;
}

#features {
    background: url(../img/features.jpg) no-repeat top center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: 50px;
    padding-bottom: 250px;
}

#contact {
    border-top: 1px solid #aaa;
    line-height: 28px;
    margin-top: 50px;
    padding-top: 50px;
    margin-bottom: 50px;
}

.footer {
    text-transform: uppercase;
}

.footer a {
    margin-left: 15px;
    margin-right: 15px;
}

#mc_embed_signup .button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#mc_embed_signup .button {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 18px Roboto, Helvetica, Arial, sans-serif;
    margin-top: 40px;
    margin-bottom: 150px;
}

#mc_embed_signup .mc-field-group label {
    font-weight: normal;
}

#mc_embed_signup .button {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    font-size: 18px;
    line-height: 32px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgb(0,105,155);
}

#mc_embed_signup .button:hover, #mc_embed_signup .button:focus {
   background-color: rgb(50,155,255);
}

#mc_embed_signup .asterisk {
    color: #666;
    font-size: 200%;
}

#mc_embed_signup i.fa {
    margin-left: -50px;
    line-height: 42px;
}

i.fa {
    padding-left: 10px;
    padding-right: 5px;
}
.row {
    margin-bottom: 20px;
}

textarea, input {
    width:100%;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid rgb(0,105,155);
}