/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*
#0B1B28 dank blue
#337AB7 primary blue
#33CCFF bright blue
#EDEDED grey
#666666 dark grey
#ff980b orange
*/

@import url("animate.css");
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');

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

body {
    overflow-x: hidden;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    height:100%;
    width:100%;
    color:#0B1B28;
}

.onboard .form-control {
    background-color:transparent;
    color:#fff;
    border-color:#fff;
}

.onboard .input-group-addon {
    background-color:transparent;
    color:#fff;
    border-color:#fff;
}

.onboard .input-group-bold .input-group-addon {
    font-weight:900;
    font-size:16px;
}

.onboard ::-webkit-input-placeholder { font-weight:300; color:rgba(250,250,250,0.5); }
.onboard ::-moz-placeholder { font-weight:300; color:rgba(250,250,250,0.5); } /* firefox 19+ */
.onboard :-ms-input-placeholder { font-weight:300; color:rgba(250,250,250,0.5); } /* ie */
.onboard input:-moz-placeholder { font-weight:300; color:rgba(250,250,250,0.5); }
.onboard .text-placeholder { color:#999 !important; font-weight:300 !important; font-family:'Lato' !important; color:rgba(250,250,250,0.5); }

@media(min-width:768px) {
    .container {
        width:90%;
        max-width:1500px;
    }

    .container.container-sm {
        max-width:900px;
    }

    .container.container-xs {
        max-width:400px;
    }
}

small {
    font-weight:200;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #337AB7 !important;
}

.text-secondary {
    color: #33CCFF !important;
}

.text-white {
    color: #fff !important;
}

.text-tertiary {
    color:#ff980b !important;
}

.text-lg {
    font-size:18px;
    line-height:28px;
}

.text-sm {
    font-size:75%
}

p {
    font-size: 14px;
    line-height: 1.75;
    color:#0B1B28;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #337AB7;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #33CCFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.no-wrap {
    white-space: nowrap;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #337AB7;
    font-family: "Lato", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #337AB7;
    transition: background-color 0.5s;
}

.btn-pill {
    border-radius:20px;
    padding-left:15px;
    padding-right:15px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #33CCFF;
    color: #fff;
    background-color: #33CCFF;
    transition: background-color 0.5s;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #07CCFF;
    background-color: #07CCFF;
}

.btn-primary .badge {
    color: #07CCFF;
    background-color: #fff;
}



.btn-tertiary {
    border-color: #ff980b;
    font-family: "Lato", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #ff980b;
    transition: background-color 0.5s;
}

.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
    border-color: #ca7500;
    color: #fff;
    background-color: #ca7500;
    transition: background-color 0.5s;
}

.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
    background-image: none;
}

.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
    border-color: #FFBB5F;
    background-color: #FFBB5F;
}

.btn-tertiary .badge {
    color: #ff980b;
    background-color: #fff;
}

.btn-primary.btn-outline {
    border:1px solid #337AB7;
    color:#337AB7;
    background-color:transparent;
}

.btn-primary.btn-outline:hover {
    background-color:#337AB7;
    color:#fff;
}

.btn.active::before {
    display:inline-block;
    border: none;
    content: "\F00C";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right:2px;
}

/*
.btn-outline {
    padding: 10px 20px;
    border-color: #fff;
    border-radius: 0px;
    border-width:2px;
    text-transform: uppercase;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color:transparent;
    margin:7px;
}

.btn-outline.btn-thin {
    border-width:1px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}*/

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    border-color: #FF9326;
    color: #fff;
    background-color: #FF9326;
    transition: background-color 1s;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
    border-color: #fff;
    background-color: transparent;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #07CCFF;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Lato", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #07CCFF;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #FF9326;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #07CCFF;
    background-color: #07CCFF;
}

.quote-attr {
    margin-bottom:-100px;
    border-bottom:none;
    padding-bottom:0px;
    margin-bottom:0px;
}

#quotes {
    background-image:url('../img/world-bg.png');
    background-size:cover;
    background-position:center center;
}

#quotes .quote-attr {
    margin-bottom:-65px;
}

#quotes .quote-text {
    font-size:18px; width:80%; margin:20px auto 40px auto;
}

#quotes .quote-text a {
    font-size:14px;
}

.quote-attr .quote-author {
    font-weight:bold;
    font-size:14px;
}

.quote-attr .quote-title {
    font-size:11px;
}

.quote-attr .quote-avatar img {
    width:110px;
    height:110px;
    border-radius: 55px;
    border:5px solid #fff;
    margin-top:20px;
}

.btn-xl .badge {
    color: #07CCFF;
    background-color: #fff;
}

#feature-overview {
    text-align:center;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat-y;
    -webkit-background-size: 180%;
    -moz-background-size: 180%;
    background-size: 180%;
    -o-background-size: 180%;
    /*background-image:url('../img/clouds-white.png');*/
}

#feature-overview .feature-more {
    font-size:14px;
    color:#999;
    line-height:18px;
    margin-top:4px;
}

#feature-overview p {
    font-size:16px;
}

#feature-overview ul.hr-list {
    /*width:80%;*/
    margin:0px auto;
}

#feature-overview h2 {
    font-weight:900;
    font-size:38px;
    line-height:50px;
}

#feature-overview h3 {
    line-height:34px;
    margin:10px 0;
    color:#555;
}

.feature-img-left {
    width:90%;
    height:auto;
    text-align:center;
    margin-left:0px
    margin-top:0px
}

.feature-img-right {
    width:90%;
    text-align:center;
    margin-top:0px;
}

@media(min-width:992px) {
    #feature-overview {
        text-align:left;
        background-attachment: fixed;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    #feature-overview ul.hr-list {
        /*width:80%;*/
        margin:0px;
    }

    .feature-img-left {
        width:130%;
        margin-left:-130px;
        margin-top:-50px;
    }

    .feature-img-right {
        width:130%;
        margin-top:-50px;
        margin-left:0px;
    }
}

strong {
    font-weight:900;
}

ul.hr-list {
    /*width:70%;*/
    list-style-type: none;
    margin:20px 0;
    padding:0px;
    border-bottom:1px solid #ddd;
    font-size:16px;
    line-height:24px;
}

ul.hr-list li {
    border-top:1px solid #ddd;
    padding:12px 0;
    margin:0;
    /*color:#888;*/
}

ul.hr-list li .pull-right {
    margin-top:3px;
}

.navbar {
    transition: margin .5s;
}

.navbar-default {
    transition: all .3s;
    border-color: transparent;
    background-color: #fff;
    font-size:12px;
    transition: margin .5s;
}

.navbar-default .navbar-brand {
    font-family: "Lato", Helvetica,Arial;
    letter-spacing:-1px;
    font-weight:400;
    color: #07CCFF;
    line-height:11px;
}

.navbar-default .navbar-brand strong {
    font-weight:700;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #FF9326;
}

.navbar-default .navbar-brand .funnel {
    font-size:18px;
    display:inline-block;
    color:#888;
    margin-top:0px;
}

.navbar-default.navbar-shrink .navbar-brand .funnel {
    font-size:11px;
    text-transform: uppercase;
    line-height:11px;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border:0px;
    color:#337AB7;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #337AB7;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color:transparent;
}

.navbar-default .nav li a {
    text-transform: none;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:13px;
    font-weight:400;
    color: #0B1B28;
}

.navbar-default .nav li a.active {
    font-weight:700;
    color: #337AB7;
}

.navbar-default .nav li a.attn {
    transition: all 0.25s ease;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#fff;
    background-color:#337AB7;
    border-radius:25px;
    padding-left:25px;
    padding-right:25px;
    font-weight:bold;
}

.navbar-default .nav li a.attn:hover,
    .navbar-default .nav li a.attn:focus {
    color:#fff;
    background-color:#ff980b;
}

.navbar-shrink.navbar-default .nav li a.attn {
    color:#fff;
    background-color:#ff980b;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #337AB7;
}

.navbar-default .nav li.active a {
    outline: 0;
    color: #07CCFF;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { background-color:transparent; }

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #FF9326;
}

.nav.nav-indent {
    padding-left:20px;
    font-size:14px;
    font-weight:400;
}

.givecloud-logo {
    height:30px;
    width:auto;
    margin-top:-2px;
    transition: all 0.5s ease;
}

@media(max-width:768px) {
    .givecloud-logo {
        height:24px;
        width:auto;
        margin-top:-2px;
        transition: all 0.5s ease;
    }
}

@media(min-width:1200px) {
    .navbar-default .nav li a {
        font-size:16px;
    }

    .givecloud-logo {
        height:48px;
        margin-top:-14px;
    }

    .navbar-default .nav li a.attn {
        border-radius:25px;
        padding-left:25px;
        padding-right:25px;
    }
}


.gutter-vertical-xl {
    margin-top:80px !important;
    margin-bottom:80px !important;
}

.gutter-top {
    margin-top:20px !important;
}

.gutter-top-lg {
    margin-top:50px !important;
}

.gutter-top-sm {
    margin-top:7px !important;
}

.gutter-right {
    margin-right:20px !important;
}

.gutter-bottom {
    margin-bottom:20px !important;
}

.gutter-bottom-sm {
    margin-bottom:7px !important;
}

.gutter-bottom-lg {
    margin-bottom:50px !important;
}

.gutter-left {
    margin-left:20px !important;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 10px 0;
        border: 0;
        background-color: rgba(0,0,0,0.65);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: all .3s;
    }

    .index .navbar-default {
        margin-top:30px;
        transition: margin .3s;
        padding: 10px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #fff;
        margin-top:0px;
        transition: margin .5s;
        box-shadow:0px 0px 20px rgba(0,0,0,0.20);
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .navbar-default.navbar-shrink .navbar-brand .givecloud-logo {
        height:32px;
        margin-top:-4px;
    }
}

.clouds {
    background-color:#fff;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat-y;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width:100%;
    background-image:url('../img/clouds-white.png');
}

header {
    text-align: center;
    color: #0B1B28;
    background-color:#fff;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat-y;
    -webkit-background-size: 180%;
    -moz-background-size: 180%;
    background-size: 180%;
    -o-background-size: 180%;
    width:100%;
    display:table;
}

header.splash {
    background-image:url('../img/clouds-white.png');
}

header.standard {
    background-image:url('../img/clouds-white.png');
}

header.header-sm {
    height:auto;
    min-height:auto;
    padding:70px 0 70px 0;
}

.intro-text {
    text-align:center;
    display:block;
    height:100%;
    width:100%;
    padding:90px 10% 70px 10%;
}

.intro-text .intro-lead-in {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight:400;
    color:#777;
}

.intro-text .intro-lead-out {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight:bold;
    color:#337AB7;
    font-style: italic;
    margin-bottom: 25px;
}

.intro-text .intro-heading {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:900;
    font-size: 32px;
    line-height: 35px;
    margin:10px 0px;
    color:#0B1B28;
}

.intro-text .intro-heading-sm {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:700;
    font-size: 32px;
    line-height: 35px;
    margin:10px 0px;
    color:#0B1B28;
}

@media(min-width:768px) {
    header.splash {
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-attachment: fixed;
        min-height:700px;
        height:70%;
        display:table;
    }

    header.splash .intro-text {
        display:table-cell;
        vertical-align: middle;
    }

    .intro-text {
        padding-top:180px;
    }

    .intro-text .intro-lead-in {
        font-size: 22px;
        line-height: 30px;
        font-weight:300;
    }

    .intro-text .intro-heading {
        font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 45px;
        line-height: 55px;
        margin-bottom:14px;
        margin-top:14px;
        font-weight:600;
    }

    .intro-text .intro-lead-out {
        margin-bottom: 25px;
        font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 30px;
        font-weight:600;
        line-height: 40px;
        margin:10px;
        color:#337AB7;
    }
}

.trial-box {
    width:440px;
    margin:40px auto;
}

.trial-description {
    font-size:14px;
    color:#999;
    line-height:20px;
}

.trial-box-xs {
    width: 80%;
    margin:40px auto;
}

.trial-box-xs .trial-description {
    font-size:16px;
    color:#ccc;
}

.trial-box-xs .btn {
    margin-top:7px;
}

#highlights {
    padding:0px 0 70px 0;
    background-image:url('../img/blue-gradient.jpg');
    background-position:center center;
    background-size:cover;
    background-color:#337AB7;
    color:#fff;
}

#highlights .offset {
    margin-top:-60px;
}

#highlights h1 {
    text-transform: none;
    font-weight:500;
    color:#fff;
    font-size:25px;
}

#highlights p {
    line-height:22px;
    font-size:16px;
    color:#fff;
    font-weight:300;
}

.circle {
    display:inline-block;
    border-radius:40px;
    background-color:#fff;
    color:#337AB7;
    padding:20px 30px;
}

#features {
    background-color:#fff;
    background-attachment: fixed;
    background-image: url(../img/clouds.jpg);
    background-position: center bottom;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#features h3:not(.section-subheading) {
    margin-top:0px;
    margin-bottom:0px;
    font-size:20px;
}

#features p {
    color:#666;
    font-weight:300;
    line-height:20px;
}

#value {
}

#value li {
    font-size:18px;
    margin:10px 0;
}

#why-givecloud {

}

#why-givecloud h3 {
    margin-top:7px;
    font-weight:300;
    font-size:28px;
}

#why-givecloud p {
    color:#666;
}

#vision {
    background-color:#FF9326;
    padding:80px 10%;
    text-align:center;
    color:#fff;
    background-attachment: fixed;
    background-image: url(../img/ocean.jpg);
    background-position: right top;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#vision .vision-avatar {
    width:120px;
    height:120px;
}

#vision .vision-heading {
    font-size:50px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height:60px;
    font-weight:100;
}

#vision .vision-lead-out {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight:900;
}

#vision .vision-caption {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    opacity:0.5;
}

section.dark-blue {
    background-image:url('../img/blue-gradient.jpg');
    background-position:center center;
    background-size:cover;
    background-color:#337AB7;
    color:#fff;
    padding:65px 0;
}

section.darker-blue {
    color:#fff;
    padding:65px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b1b28+0,204b75+100 */
    background: #0b1b28; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #0b1b28 0%, #204b75 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #0b1b28 0%,#204b75 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0b1b28 0%,#204b75 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1b28', endColorstr='#204b75',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
    section.darker-blue h4 {
        margin-bottom:3px;
    }
    section.darker-blue p {
        color:#33CCFF;
    }

h2.section-quote {
    font-size:35px;
    font-weight:normal;
    line-height:48px;
    margin-top:0px;
    padding-top:0px;
}

.stat {
    display:inline-block;
    margin:15px 30px;
    text-align:right;
}

.stat-val {
    font-size:50px;
    font-weight:bold;
}
.stat-label {
    font-weight:bold;
    text-transform: uppercase;
    font-size:14px;
    color:#33CCFF;
    margin-top:-8px;
}

.panel-heading {
    font-size:16px;
    text-transform: uppercase;
    font-weight:bold;
    color:#337AB7;
    margin:0px;
}

.partner-min-height {
    min-height:300px;
}

@media(min-width:768px) {
    header.standard {
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-attachment: fixed;
        height:auto;
        min-height:auto;
        padding:120px 0 120px 0;
        display:block;
    }

    header.standard.standard-full-height {
        min-height:85%;
        height:85%;
    }

    .standard .intro-text {
        display:block;
        height:auto;
        min-height:auto;
    }

    #vision {
        background-position: center center;
    }
}

.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight:900;
    font-size: 40px;
}

.section-subheading {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height:36px;
    font-weight: 300;
    color:#337AB7;
}

.dark-blue .section-subheading {
    color:#33CCFF;
}

section {
    padding: 100px 0;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
    section h2.section-heading {
        margin-top: 0;
        margin-bottom: 15px;
        font-weight:900;
        font-size: 60px;
    }

    section h3.section-subheading {
        margin-bottom: 75px;
        font-size: 30px;
        font-weight: 300;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}


@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #07CCFF;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

.drop-shadow {
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
    z-index:999;
    position:relative;
    display:block;
}

#partner-filter {
    padding:30px 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #07CCFF;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 100px 0 25px 0;
    text-align: center;
    background-color:#222;
    color:#aaa;
}

footer a {
    color:#337AB7;
    transition: all 0.2s;
}

footer a:active, 
    footer a:hover {
    color:#33CCFF;
    text-decoration: none;
}

.footer-logo {
    width:auto;
    height:30px;
}

footer span.copyright {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #07CCFF;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #07CCFF;
}

::selection {
    text-shadow: none;
    background: #07CCFF;
}

img::selection {
    background: 0 0;
}

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

body {
    webkit-tap-highlight-color: #07CCFF;
}


#testimonials {
    padding:0px;
}

#testimonials .carousel .carousel-caption {
    text-shadow:none;
    color:#333;
    top:50%;
    margin-top:-100px;
}

#testimonials .carousel .carousel-caption h3 {
    font-weight:900;
}

.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}

.carousel-control.right, .carousel-control.left {
    background:none;
    background-image:none;
}

.carousel-control .glyphicon {
    color:#999;
}

.carousel-indicators .active {
  background-color: #444;
}

#testimonials .carousel .item {
    height:400px;
}

.hr-sm {
    width:200px;
    border-top:5px solid #ccc;
    margin:40px auto;
}


.pricing-tables {
  margin-left:auto;
  margin-right:auto;
    max-width:80%;
    width:80%;
    min-width:auto; 
  padding: 20px; }
  .pricing-tables h1 {
    font-size: 48px; }
  .pricing-tables .plan.first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .pricing-tables .plan.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .pricing-tables .plan.recommended {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .pricing-tables .plan.recommended .head {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
  .pricing-tables.attached .col-sm-4,
  .pricing-tables.attached .col-md-4,
  .pricing-tables.attached .col-sm-3,
  .pricing-tables.attached .col-md-3 {
    padding-left: 0;
    padding-right: 0; }
  .pricing-tables.attached .plan {
    border-radius: 0; }
    .pricing-tables.attached .plan .head {
      border-radius: 0; }
    .pricing-tables.attached .plan.recommended {
      border-radius: 4px; }
      .pricing-tables.attached .plan.recommended .head {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
    .pricing-tables.attached .plan.last {
      border-bottom-right-radius: 4px; }
      .pricing-tables.attached .plan.last .head {
        border-top-right-radius: 4px; }
    .pricing-tables.attached .plan.first {
      border-bottom-left-radius: 4px; }
      .pricing-tables.attached .plan.first .head {
        border-top-left-radius: 4px; }

@media(min-width:768px) {
    .pricing-tables {
        max-width:1000px;
        width:80%;
        min-width:900px;
    }
}

.plan {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  min-height: 100px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding-bottom: 25px;
  text-align: center; }
  .plan .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top:1px solid #eee;
    padding: 26px 16px;
    color: #0B1B28; }
    .plan .head h1, .plan .head h2, .plan .head h3 {
      padding: 0;
      margin: 0;
      font-weight: 900;
      font-size:22px; }
  .plan .price {
    border-top: 1px solid #eee;
    margin: 0 auto 30px auto;
    width: 80%; }
    .plan .price h3 {
      font-size: 50px;
      font-weight:900;
      vertical-align: top;
      line-height: 1; }
      .plan .price h3 span {
        font-size: 38px;
        vertical-align: top;
        position: relative;
        margin: 6px 0 0 -7px;
        display: inline-block; }
    .plan .price h4 {
      color: #aaa;
      font-size: 14px; }
  .plan .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500; }
  .plan ul {
    list-style-type: none;
    padding: 20px;
    margin-top: 2px; }
    .plan ul li {
      line-height: 22px;
      margin-bottom: 6px;
      font-size: 14px;
      font-weight: 400; }
      .plan ul li a {
        text-decoration: underline;
         }
      .plan ul li:last-child {
        border-bottom: none; }
    .plan ul strong {
      font-weight: 700; }
  .plan.recommended {
    margin-top: 6px;
    border:7px solid #337AB7;
    position: relative;
    z-index: 99;
    border-radius: 4px; }
    .plan.recommended .head {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      font-weight:900;
      margin-bottom:0px; }
    .plan.recommended .head h1 {
      font-size:28px; }
    .plan.recommended .btn {
      margin-bottom: 10px; }
    .plan.recommended .head  h1 {
      font-weight:900; }
    .plan.recommended .price h3 {
      font-size: 82px;}


.rw-wrapper {
    position:relative;
}

.rw-sentence{
    margin:0 0 0 -230px;
}

.rw-sentence span{
    white-space: nowrap;
}

.rw-words{
    display: inline;
    text-indent: 10px;
}

.rw-words span{
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    color: #3da7ff;
    text-align:left;
}

.rw-words-1 span{
    animation: rotateWords 6s normal forwards linear 0s;
}

.rw-words span:nth-child(2) { 
    animation-delay: 1s; 
}
.rw-words span:nth-child(3) { 
    animation-delay: 2s; 
}
.rw-words span:nth-child(4) { 
    animation-delay: 3s; 
}
.rw-words span:nth-child(5) { 
    animation-delay: 4s; 
}
.rw-words span:nth-child(6) { 
    animation-delay: 5s; 
}
.rw-words span:nth-child(7) { 
    animation: rotateWordsLast 8s normal forwards linear 0s;
    animation-delay: 6s; 
}

@keyframes rotateWords {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    3% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    19% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes rotateWordsLast {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    3% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
    100% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
}

@media(max-width:768px) {
    header .intro-text .intro-lead-out h2 {
        font-size: 22px;
    }

    .rw-sentence {
        margin:0px;
    }

    .rw-sentence span {
        white-space: normal;
    }

    .rw-words {
        text-indent: 0px;
        display:block;
        text-align:left;
    }

    .rw-words span {
        text-align:center;
    }
}

body.setup header {
    height:100%;
    text-align:center;
}

body.setup header img.logo {
    width:200px;
    height:auto;
    text-align:center;
}

/*.btn-lg{
    padding: 16px 30px;
    font-size: 35px;
    line-height: 1.3333333;
    border-radius: 80px;
}*/

.start-now{
    padding-top: 20px;
}


/* ---------FORM-----------*/

.wizard {
    margin: 20px auto;
   /* background: #fff;*/
}

    .wizard .nav-tabs {
        position: relative;
        margin: 0px auto;
        margin-bottom:80px;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
    display: none;
}

.wizard .nav-tabs > li a {
    width: 35px;
    height: 35px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs{
    border-bottom: none;
}

    .wizard .nav-tabs > li a:hover {
        background: blue;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.btn-circle.btn-xl {
  width: 120px;
  height: 120px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 60px;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.wizard .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #346fa1;
    color: #fff;
    background-color: #346fa1;
    /*transition: background-color 0.5s;*/
}

/*---------END FORM-------*/

.apps { margin:20px 0; text-align:center; }
.app { text-align:center; display:inline-block; margin:10px; width:70px; }
.app .app-label { text-align:center; }
.panel-pricing { margin-top:80px; }
.panel-pricing h2 { font-weight:900; font-size:24px; }
.panel-pricing.panel-best h2 { font-weight:900; font-size:42px; }
.panel-pricing.panel-best .panel-heading { color:#0B1B28; background-color:#33CCFF;}
.panel-pricing h3 { font-weight:900; font-size:48px; line-height:56px; }
.panel-pricing.panel-best h3 { font-weight:900; font-size:56px; line-height:70px; }
.panel-pricing h3 small { font-weight:900; font-size:14px; color:#999; text-transform: uppercase; display:block;}
.panel-pricing .panel-icon { margin-top:-60px; margin-bottom:-10px; }

.feature-items { text-align:left; margin:30px 10%; }
.feature-item { text-align:left; margin:3px 0px; }

.intro-big-price { text-align:center; font-size:100px; font-weight:900; line-height:120px; }
.intro-big-price small { font-size:20px; line-height:30px; display:block; font-weight:900; color:#999; text-transform: uppercase; }

.screenshot { width:70%; margin:0px auto; height:auto;}
.screenshot-full { width:100%; margin:0px auto; height:auto;}

.feature-blocks h2 { font-size:50px; font-weight:900; }
.feature-blocks h3 { color:#337AB7; font-size:22px; line-height:30px; border-bottom:2px solid #ddd; margin-bottom:7px; padding-bottom:7px; }
.feature-blocks h3.subtitle { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border-bottom:none; }
.feature-blocks h4 { color:#337AB7; border-bottom:2px solid #ddd; margin-bottom:7px; padding-bottom:7px; }
.feature-blocks p { color:#0B1B28; font-size:15px; font-weight:700; }
.feature-blocks li { color:#666; font-size:14px; line-height:18px; margin:6px 0; }
.feature-blocks .feature_block,
    .feature-blocks .feature-block.col-sm-6,
    .feature-blocks .feature-block.col-sm-4 { margin-top:20px !important; }

@media(max-width:768px) { 
    .feature-blocks {  }
    .feature-blocks .feature-block,
        .feature-blocks .feature-block.col-sm-6,
        .feature-blocks .feature-block.col-sm-4 { margin:0px 12% !important; padding:10px 0; }
    .feature-blocks h3 { font-size:20px; }
    .feature-blocks h4 { font-size:20px; }
}

.features-subnav { border-top:1px solid transparent; }
.features-subnav h3 { font-size:18px; margin-bottom:30px; font-weight:900; }
.features-subnav ul { margin:0px; padding:0px; list-style-type:none; }
.features-subnav ul li { padding:0px; margin:6px 0; }
.features-subnav ul li a { display:block; text-align:left; text-decoration:none; }
.features-subnav ul li a:active,
    .features-subnav ul li a:hover { text-decoration:none; color:#07CCFF; }
.features-subnav ul li.active a { color:#0B1B28; font-weight:900; }

.gutter { margin:14px 0; }
.top-border { border-top:0px solid #ccc; }

.features-subnav.affix { top:110px; }
.features-subnav.affix-bottom { bottom:400px; }

.quote-block { padding:0px; margin:60px 0; }
.quote-block h3.quote-text { padding-bottom:0px; margin-bottom:0px; font-family:Georgia,"Times New Roman", serif; border-bottom:0px solid transparent; font-style: italic; color:#888; font-size:25px; line-height:33px; font-weight:normal; }
.quote-block .quote-avatar img { width:60px; height:60px; }

.theme-card { border:1px solid #eee; background-color:#fff; border-radius:4px; margin:25px 0px; }
.theme-card .theme-preview { background-color:#eee; width:45%; height:auto; float:left; }
.theme-card .theme-preview img { width:100%; height:auto; }
.theme-card .theme-description { margin-left:50%; padding:20px 20px 0px 10px; text-align:left; }
.theme-card .theme-description h3 { margin-top:0px; }
.theme-card .theme-description p { color:#777; }

/*.intro-lead-out s::after {
    background-repeat:no-repeat;
    background-image:url('/static/img/scratch.png');
    background-size:60px 20px;
    display:inline-block;
    width:60px;
    height:20px;
    content:url('');
    margin-left:-65px;
    margin-right:5px;
    top:10px;
}*/

.intro-lead-out s {
    text-decoration: none;
}
img.scratch {
    height:26px;
    width:65px;
    margin-left:-65px;
}
.intro-lead-out b {
    font-weight:900;
    
    text-decoration:underline;
}

.badge-info { background-color:#337AB7; }

.featured-tool-inline {
    line-height:22px;
    font-size:16px;
    font-weight:normal;
    margin:28px 0px;
}
.featured-tool-inline > img {
    width:32px;
    height:auto;
    float:left;
    vertical-align: middle;
    margin-top:-3px;
}
.featured-tool-inline > span {
    margin-left:45px;
    display:block;
}
.featured-tool-inline small {
    opacity:0.7;
    font-size:14px;
    line-height: 20px;
    display:block;
    margin-top:4px;
}

.featured-tool-lg, .featured-tool-sm, .featured-tool {
    text-align:left;
    box-sizing: border-box;
    padding:20px;
}

.featured-box {
    box-shadow:2px 2px 10px rgba(0,0,0,0.3);
    background-color:#fff;
    border-radius:8px;
    margin-bottom:30px;
}

.featured-tool-lg {
    /*padding:30px !important;*/
}
.featured-tool > img {
    width:auto;
    height:55px;
    display:inline-block;
    margin:0px 0px 8px 0px;
}
.featured-tool-lg > img {
    width:auto;
    height:70px;
    display:inline-block;
    margin:0px 0px 8px 0px;
}
.featured-tool-sm > img {
    width:auto;
    height:36px;
    display:inline-block;
    margin:0px 0px 8px 0px;
}
.featured-tool > h2 {
    font-weight:400;
    margin:0px 0px 8px 0px;
    font-size:24px;
    line-height:32px;
}
.featured-tool-lg > h2 {
    margin:0px 0px 8px 0px;
    font-weight:400;
    font-size:30px;
    line-height:38px;
}
.featured-tool-sm > h2 {
    font-weight:400;
    margin:0px 0px 8px 0px;
    font-size:18px;
    line-height:22px;
}
.featured-tool-lg > p, .featured-tool > p {
    opacity:0.7;
    font-size:16px;
    line-height:22px;
    font-weight:300;
}
.featured-tool-sm > p {
    opacity:0.7;
    font-size:14px;
    line-height:20px;
    font-weight:300;
}
.feature-list.featured-tool > h2 {
    margin-bottom:14px;
    border-bottom:1px solid #eee;
    padding-bottom:14px;
}
.feature-list.featured-tool-lg > h2 {
    margin-bottom:14px;
    border-bottom:1px solid #eee;
    padding-bottom:14px;
}
.feature-list.featured-tool-sm > h2 {
    margin-bottom:10px;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}

@media(max-width:768px) { 
    .featured-tool-lg h2 {
        font-size:26px;
        line-height:34px;
    }
    .featured-tool.featured-tool-lg img {
        width:auto;
        height:60px;
    }
    .featured-tool img {
        width:auto;
        height:40px;
    }
}

/*
.pricing {
    width: 90%;
    max-width:1200px;
    margin:25px auto 0px auto;
}
.pricing .row {
    margin-left:-6px;
    margin-right:-6px;
}
.pricing .row .col-xs-6, .pricing .row .col-md-4 {
    padding-left:6px;
    padding-right:6px;
}
.plan {
    text-align:left;
    background-color:#dfdfdf;
    border-radius:8px;
    color:#666;
    box-sizing: border-box;
    padding:20px;
    margin-bottom:20px;
}
.plan.attn {
    background-color:#fff;
    box-shadow:0px 10px 30px rgba(0,0,0,0.7);
}

@media(min-width:992px) {
    .plan {
        background-color:#f4f4f4;
    }
    .plan.attn {
        zoom:1.15;
        margin-top:-25px;
    }
}

.plan h2 {
    margin:0px 0px 7px 0px;
    color:#337AB7;
    font-weight:bold;
    font-size:14px;
    line-height:18px;
}
.plan h3 {
    font-size:12px;
    color:#999;
    line-height:16px;
    font-weight:400;
    margin:0px 0px 7px 0px;
}
.plan .pricing {
    margin-top:25px;
    margin-bottom:25px;
    width:auto;
}
.plan .pricing .text {
    font-size:26px;
    line-height:58px;
    font-weight:400;
    display:block;
    color:#0B1B28;
}
.plan .pricing .price {
    font-size:50px;
    line-height:58px;
    font-weight:400;
    display:block;
    color:#0B1B28;
}
.plan.attn .pricing .price {
    font-weight:800;
}
.plan .pricing .meta {
    font-size:12px;
    line-height:16px;
    font-weight:300;
    display:block;
    color:#999;
    text-transform: uppercase;
}
.plan ul.features {
    list-style-type:none;
    padding:0px;
    margin:0px;
}
.plan ul.features li {
    list-style-type:none;
    padding:5px 0px;
    margin:0px;
    font-size:12px;
    line-height:18px;
}
.plan ul.features li.attn {
    font-weight:bold;
}

.highlighter {
    text-decoration: underline;
}*/

.unique-to-gc {
    font-size:12px;
    line-height:12px;
    display:inline-block;
    text-transform: uppercase;
    padding:8px 12px;
    border-radius: 3px;
    background-color:#ddd;
}

.section {
    padding:100px;
}

.section-grey {
    padding:100px 0px;
    background-color:#999;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#999+0,333+80 */
    background: #999; /* Old browsers */
    background: -moz-radial-gradient(at 60% bottom, ellipse cover, #999 0%, #333 80%); /* FF3.6-15 */
    background: -webkit-radial-gradient(at 60% bottom, ellipse cover, #999 0%,#333 80%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at 60% bottom, #999 0%,#333 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section-light {
    padding:100px 0px;
    background-color:#eee;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eee+0,ccc+80 */
    background: #eee; /* Old browsers */
    background: -moz-radial-gradient(at 60% bottom, ellipse cover, #eee 0%, #ccc 80%); /* FF3.6-15 */
    background: -webkit-radial-gradient(at 60% bottom, ellipse cover, #eee 0%,#ccc 80%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at 60% bottom, #eee 0%,#ccc 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section-blue {
    padding:100px 0px;
    background-color:#33CCFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33CCFF+0,337AB7+80 */
    background: #33CCFF; /* Old browsers */
    background: -moz-radial-gradient(at 60% bottom, ellipse cover, #33CCFF 0%, #337AB7 80%); /* FF3.6-15 */
    background: -webkit-radial-gradient(at 60% bottom, ellipse cover, #33CCFF 0%,#337AB7 80%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at 60% bottom, #33CCFF 0%,#337AB7 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33CCFF', endColorstr='#337AB7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.section-dark-blue {
    padding:100px 0px;
    background: #337ab7; /* Old browsers */
    background: -moz-radial-gradient(at 60% bottom, ellipse cover, #337ab7 0%, #0b1b28 80%); /* FF3.6-15 */
    background: -webkit-radial-gradient(at 60% bottom, ellipse cover, #337ab7 0%,#0b1b28 80%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at 60% bottom, #337ab7 0%,#0b1b28 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#0b1b28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color:#fff !important;
}

.section-dark-blue p,
    .section-dark-blue .intro-heading {
    color:#fff !important;
}

.section-pinch-left {
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
}

.section-pinch-right {
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
}