body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 15px;
    color: #333
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
div {
    letter-spacing: 1px !important
}

.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)
    }
}

.section {
    border-top: 2px solid #dfdfdf
}

.section {
    padding-top: 20px
}

.last-section {
    padding-bottom: 20px
}

.section.no-border {
    border-top: 0 solid #dfdfdf
}

h4.collapse-control {
    padding-left: 10px
}

.collapse-target {
    padding-left: 10px
}

@media(max-width:991px) {
    .collapse-control {
        color: #428bca;
        cursor: pointer
    }
}

.tm-white a {
    color: #fff
}

.forty-top-buffer {
    margin-top: 40px
}

.twenty-top-buffer {
    margin-top: 20px
}

.ten-top-buffer {
    margin-top: 10px
}

.forty-bottom-buffer {
    margin-bottom: 40px
}

.twenty-bottom-buffer {
    margin-bottom: 20px
}

.ten-bottom-buffer {
    margin-bottom: 10px
}

.italic {
    font-style: italic
}

.large-h1 {
    font-size: 48px
}

p {
    line-height: 1.6em
}

.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
    }
}

.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 {
    background-color: transparent
}

.navbar .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
    }
}

#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: 40px;
    padding-top: 120px;
    background: rgba(66, 139, 202, 0.8)
}

#home h1 {
    margin-top: 0;
    margin-bottom: 0
}

#home img {
    display: inline-block
}

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
}

.bs-docs-sidebar {
    margin-top: 40px;
    margin-bottom: 20px
}

.bs-docs-sidebar .nav>li>a {
    border-left: 2px solid transparent;
    padding: 4px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px !important;
    color: #428bca
}

.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px
}

.bs-docs-sidebar .nav>.active>a,
.bs-docs-sidebar .nav>li>a:hover,
.bs-docs-sidebar .nav>li>a:focus {
    color: #428bca;
    text-decoration: none;
    background-color: transparent;
    border-left-color: #428bca
}

.bs-docs-sidebar .nav ul.nav {
    display: none
}

.bs-docs-sidebar .nav>.active>ul.nav {
    display: block
}

.affix {
    top: 20px
}

.img-gif-wrapper {
    position: relative;
    min-height: 100px
}

.img-gif-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8)
}

.img-gif-overlay:before {
    content: ' ';
    display: block;
    height: 50%
}

.btn-gif-click {
    position: relative;
    top: -15px;
    width: 30px;
    height: 30px;
    padding: 5px 6px 4px 8px;
    display: none
}

.gif-loading {
    position: relative;
    top: -15px
}