body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 15px
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
div {
    letter-spacing: 1px !important
}

.section {
    padding-top: 80px;
    padding-bottom: 80px
}

.tm-white a {
    color: #fff
}

.forty-top-buffer {
    margin-top: 40px
}

.twenty-top-buffer {
    margin-top: 20px
}

.italic {
    font-style: italic
}

.large-h1 {
    font-size: 48px
}

p {
    line-height: 1.6em
}

img {
    max-width: 100%;
    height: auto
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(66, 139, 202, 0.8);
    padding-top: 80px;
    padding-bottom: 80px
}

.btn-square {
    border-radius: 0
}

.btn-white {
    background-color: white;
    color: #428bca;
    border-color: #e5e5e5
}

.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    color: #428bca;
    background-color: #e5e5e5;
    border-color: #ccc
}

.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
    color: #428bca;
    text-decoration: none
}

@media(min-width:768px) {
    .container {
        width: 700px
    }
}

@media(min-width:992px) {
    .container {
        width: 900px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1000px
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff
}

.sk-spinner-rotating-plane.sk-spinner {
    width: 30px;
    height: 30px;
    background-color: #428bca;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@-webkit-keyframes sk-rotatePlane {
    0 {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-rotatePlane {
    0 {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.navbar-default {
    background: #f8f8f8;
    border: 0;
    box-shadow: none;
    webkit-box-shadow: none;
    margin: 0 !important;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    border-radius: 0
}

.navbar-default .navbar-brand {
    color: #428bca;
    font-size: 30px;
    font-weight: bold;
    height: 80px;
    padding: 10px 20px 10px 20px
}

.navbar-brand img {
    height: 60px
}

.navbar-default .nav li a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 50px
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current {
    color: #000
}

.navbar-default .navbar-toggle {
    border: 0;
    padding-top: 24px
}

.navbar-default .navbar-toggle .icon-bar {
    background: #428bca;
    border-color: transparent
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

.navbar.affix-top {
    background-color: transparent
}

.navbar.affix-top .navbar-brand.white {
    display: inherit
}

.navbar.affix-top .navbar-brand.blue {
    display: none
}

.navbar.affix-top .nav,
.navbar.affix-top .navbar-toggle {
    display: none
}

.navbar.affix-top .navbar-header {
    float: left
}

#header-btns {
    height: 80px;
    padding-top: 23px
}

#register-link {
    margin-right: 15px
}

#register-link span {
    display: none
}

@media(min-width:441px) {
    #register-link span {
        display: inherit
    }
}

.navbar.affix {
    transition: all .2s linear;
    position: fixed;
    webkit-box-shadow: 0 0 20px -5px #0a5a9c;
    box-shadow: 0 0 20px -5px #0a5a9c
}

.navbar.affix #header-btns {
    display: none
}

.navbar.affix .navbar-brand.white {
    display: none
}

.navbar.affix .navbar-brand.blue {
    display: inherit
}

.navbar.affix .nav li a {
    color: #777
}

.navbar.affix .nav li a:hover,
.navbar.affix .nav li a:focus,
.navbar.affix .nav li a.current {
    color: #428bca
}

#home {
    background: url('https://growwithmoe.com/objects/images/home/comp2.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    width: 100%
}

#home .overlay {
    padding-bottom: 0
}

#home p {
    font-weight: 400;
    font-style: italic;
    line-height: 2em
}

#home img {
    display: inline-block
}

#divider {
    text-align: center;
    background: #f8f8f8;
    border-bottom: 1px solid #dfdfdf
}

#divider .fa {
    color: #428bca;
    font-size: 60px
}

#divider h3 {
    font-size: 20px
}

#feature .row {
    padding-bottom: 20px
}

.feature-bullet {
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px
}

.feature-bullet .fa {
    background: #fff;
    border-radius: 50%;
    border: solid 1px #428bca;
    color: #428bca;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px
}

.feature-bullet:hover .fa {
    background: #428bca;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px
}

.feature-bullet:hover {
    color: #428bca
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0
}

.carousel.carousel-fade .active.item {
    opacity: 1
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0)
}

#feature .carousel-inner .item {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 100%;
    width: 100%;
    min-height: 350px
}

#carousel-ft-1 {
    background-image: url('https://growwithmoe.com/objects/images/home/ft-1.png')
}

#carousel-ft-2 {
    background-image: url('https://growwithmoe.com/objects/images/home/ft-2.png')
}

#carousel-ft-3 {
    background-image: url('https://growwithmoe.com/objects/images/home/ft-3.png')
}

#carousel-ft-4 {
    background-image: url('https://growwithmoe.com/objects/images/home/ft-4.png')
}

#carousel-ft-5 {
    background-image: url('https://growwithmoe.com/objects/images/home/ft-5.png')
}

#carousel-ft-6 {
    background-image: url('https://growwithmoe.com/objects/images/home/ft-6.png')
}

#carousel-ft-7 {
    background-image: url('https://growwithmoe.com/objects/images/home/ft-7.png')
}

#pricing {
    text-align: center;
    background: #f8f8f8;
    border-top: 1px solid #dfdfdf
}

#pricing .pricing {
    background: #fff;
    min-height: 162px
}

#pricing .pricing .pricing-title {
    background: #428bca;
    color: #fff;
    font-weight: bold;
    padding: 30px;
    min-height: 162px
}

#pricing .pricing .pricing-title p {
    font-size: 20px
}

#pricing .pricing ul {
    padding: 0;
    margin: 0
}

#pricing .pricing ul li {
    display: block;
    list-style: none;
    padding: 16px
}

#pricing .pricing .btn {
    background: transparent;
    border: 1px solid #428bca;
    border-radius: 0;
    color: #428bca;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: all .3s ease
}

#pricing .pricing .btn:hover {
    background: #428bca;
    color: #fff
}

#signup {
    background-color: #428bca;
    color: #fff
}

#signup h2 {
    padding-bottom: 10px
}

#signup-img {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 100%;
    width: 100%;
    background-image: url('https://growwithmoe.com/objects/images/moe_white_500opt.png')
}

@media(min-width:750px) {
    #signup-img {
        background-image: url('https://growwithmoe.com/objects/images/moe_white_1500opt.png')
    }
}

@media(min-width:1500px) {
    #signup-img {
        background-image: url('https://growwithmoe.com/objects/images/moe_white_3000opt.png')
    }
}

#contact {
    background-color: #f8f8f8
}

#contact h2 {
    padding-bottom: 10px
}

#contact address {
    padding-top: 20px
}

#contact address .fa {
    background: #428bca;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 6px;
    margin-right: 10px;
    color: #fff
}

#contact .contact-form {
    padding-top: 40px
}

#contact .form-control {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px
}

#contact input {
    height: 50px
}

#contact input[type="submit"] {
    background: #428bca;
    color: #fff;
    font-weight: bold;
    transition: all .3s ease
}

#contact input[type="submit"]:hover {
    background: #107db6
}

footer {
    background: #428bca;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    width: 100%
}

footer a {
    text-decoration: none;
    color: white;
    cursor: pointer
}

footer a:hover {
    text-decoration: none
}