﻿.landing-page .navbar-form-custom, .landing-page .navbar-right, .landing-page #logo {
    display: block;
}

.landing-page .navbar-default {
    background: #fff;
}

.landing-page .navbar .navbar-brand {
    font-size: 12px;
    height: auto;
    margin-top: 8px;
    padding: 9px 15px;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    display: block;
    /*background-color: #62cb31;*/
    background-color: #69B342;
    margin-left: 0;
}

.landing-page .navbar-default .navbar-toggle:hover, .landing-page .navbar-default .navbar-toggle:focus {
    /*background: #62cb31;*/
    background: #69B342
}

    .landing-page .navbar-default .navbar-toggle:hover .icon-bar, .landing-page .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff !important;
    }

.landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover, .landing-page .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    /*color: #62cb31;*/
    color: #69B342;
    border: 0;
}

.landing-page .navbar-default li a:hover {
    border-bottom: 0;
}

.landing-page .brand-desc {
    color: #455463;
    margin: 17px 10px 0 90px;
    width: 180px;
}

.landing-page .navbar-nav > li > a {
    font-size: 14px;
    /*font-weight: 600;*/
    font-weight: 700;
    padding: 15px 15px;
    /*color: #455463;*/
    color: #006FBA;
}

.landing-page .navbar-nav > li, .landing-page .navbar-nav > li > a {
    height: 55px;
}

.landing-page header {
    /*background: url('../images/landing/header.jpg') 50% 0 no-repeat;*/
    height: 480px;
    padding-top: 50px;
    margin-bottom: 30px;
}

.landing-page section {
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #eaeaea;
}

    .landing-page section h2 {
        margin-top: 0;
    }

    .landing-page section p {
        margin-top: 0;
        font-size:18px;
    }

    .landing-page section#sectionInstantAddress {
        padding: 75px 0 75px 0;
        border-bottom: 1px solid #eaeaea
    }

.landing-page header .container {
    position: relative;
    margin-top: 75px;
}

.landing-page .heading {
    margin-top: 60px;
    color: #edf0f5;
}

    .landing-page .heading h1 {
        font-weight: 600;
        font-size: 34px;
        margin-bottom: 5px;
        letter-spacing: -0.5px;
    }

.landing-page h4 {
    font-weight: 600;
}

.landing-page p {
    /*color: #a7afb8;*/
    color: #878A8F;
}

.landing-page .heading span {
    font-size: 13px;
    font-weight: 600;
}

.landing-page .heading p.small {
    margin-top: 10px;
    color: #a7afb8;
    max-width: 260px;
}

.landing-page .heading-image {
    position: absolute;
    right: 60px;
    top: 120px;
    text-align: right;
}

    .landing-page .heading-image p {
        color: #a7afb8;
        margin-bottom: 5px;
    }

    .landing-page .heading-image img {
        -webkit-box-shadow: 0 0 8px 0 #333;
        -moz-box-shadow: 0 0 8px 0 #333;
        box-shadow: 0 0 8px 0 #333;
        margin-left: 12px;
        margin-top: 12px;
        width: 180px;
        border-radius: 1px;
    }

.landing-page .navy-link {
    background: #455463;
    color: #fff;
}

.landing-page .icon-big {
    font-size: 70px;
}

.landing-page .team-member img {
    height: 72px;
}

.landing-page .social-icon a {
    background: #62cb31;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 4px;
}

.landing-page .list-inline > li {
    padding: 0;
}

.landing-page .social-icon a:hover {
    background: #5abb2d;
}

.landing-page /*.pricing-plan*/
.ia-interfaces {
    margin: 20px 10px 0 10px;
    border-radius: 4px;
    padding-bottom: 20px;
    background: #fff;
    border: 1px solid #eaeaea;
    height: 415px;
}

    .landing-page /*.pricing-plan*/
    .ia-interfaces li {
        padding: 10px 16px;
        text-align: center;
        /*color: #aeaeae;*/
        color: #878A8F;
    }

.landing-page /*.pricing-plan*/
.pricing-price span .ia-interfaces {
    font-weight: 700;
    font-size: 30px;
    color: #62cb31;
}

.landing-page /*.pricing-title*/
.label .ia-interfaces-title {
    font-size: 12px;
}

.landing-page /*.pricing-desc*/
li.ia-interfaces-description {
    /*font-size: 13px;*/
    font-size: 14px;
    border-top: 0;
    padding: 20px 16px 0 16px;
    height: 295px;
}

.landing-page /*.pricing-title*/
li.ia-interfaces-title {
    /*color: #455463;*/
    color: #006FBA;
    padding: 25px 10px 0 10px;
    border-radius: 4px 4px 0 0;
    /*font-size: 22px;
    font-weight: 600;*/
    font-size: 24px;
    font-weight: 700;
}

.landing-page .ia-interfaces .btn-primary /*,
.landing-page .btn-success*/ {
    background-color: #6AB443;
    border-color: #6AB443;
}

.landing-page .client {
    color: #a7afb8;
    background: #f7f9fa;
    padding: 30px 10px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 600;
}

@media(max-width:1200px) {
    .landing-page .heading-image {
        display: none;
    }

    .landing-page .heading {
        text-align: center;
    }

        .landing-page .heading p.small {
            margin: 10px auto;
        }

    .landing-page .brand-desc {
        display: none;
    }

    .landing-page .navbar .navbar-brand {
        margin-left: 10px;
    }
}


#ContactUsForm .form-control {
    height: 45px;
}

.landing-page .m-t-lg {
    margin-top: 50px;
}


.landing-page #sectionAbout p {
    font-size: 14px;
}

.landing-page #sectionAbout {
    padding: 75px 0 200px 0;
}

.landing-page .hpanel {
    margin-bottom: 25px;
}

.landing-page.content {
    padding: 25px 40px 40px 40px;
}

.landing-page.normalheader {
    padding: 40px 40px 0 40px;
}

.landing-page .title-blue {
    font-weight: 700;
    color: #006FBA;
}

.landing-page .title-gray {
    font-weight: bold;
    color: #878A8F;
}

.landing-page .features-description {
    margin-top: 10px;
    margin-bottom: 25px;
}

.landing-page .btn-learn-more {
    font-weight: 500;
    margin-bottom: 15px;
}

.landing-page .section-title {
    font-weight: 700;
}

.landing-page .section-description {
    font-weight: 400;
    font-size: 16px;
}

.landing-page #sectionInstantAddress .row {
    margin-bottom: 100px;
}

.landing-page #sectionContact {
    min-height: 800px;
}

#ContactUsForm {
    margin-top: 50px;
}

.landing-page #sectionContact .panel-body {
    min-height: 500px;
}

.landing-page .title-margin {
    margin-top: 0;
    margin-bottom: 0px;
}

.landing-page address {
    margin-bottom: 00px;
}

.landing-page .address-title {
    font-size: 20px;
}

.landing-page .address-description {
    padding-left: 53px;
    padding-top: 10px;
    font-size: 18px;
}

.landing-page .mail-link {
    color: #006FBA;
    font-weight: bold;
}