body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}
.heading {
    font-size: 48px;
    line-height: 1.17;
}
/*-------------------------------
| TEXT HELPERS
-------------------------------*/
.text-bold {
    font-weight: 700;
}
.text-semibold {
    font-weight: 600;
}

.text-teal {
    color: #008c95;
}
.text-black {
    color: #333;
}
/*-------------------------------
| MARGIN HELPERS
-------------------------------*/
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}
/*-------------------------------
| NAVBAR INVERSE
-------------------------------*/
.navbar {
    min-height: 105px;
    margin-bottom: 0;
}
.navbar-inverse {
    background-color: #303030;
}
.navbar-text {
    margin-top: 40px;
    margin-bottom: 32px;
}
.navbar-toggle,
.navbar-btn {
    margin-top: 24px;
    margin-bottom: 24px;
}
.navbar-brand {
    height: auto;
    padding: 24px 24px 24px 15px;
}
/*-------------------------------
| INSTALL BUTTON
-------------------------------*/
.btn-install {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    padding: 17px 20px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 10px;
    background-color: #97d200;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2),
    inset 0 -5px 0 0 #4baa00,
    inset 0 2px 0 0 rgba(255,255,255,.5);
    text-decoration: none;
}
.btn-install:hover, .btn-install:active, .btn-install:focus {
    background-color: #7abd00;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2),
    inset 0 -5px 0 0 #4baa00,
    inset 0 2px 0 0 rgba(255,255,255,.5);
    text-decoration: none;
}
/*-------------------------------
| HERO
-------------------------------*/
.hero {
    position: relative;
    text-align: center;
    background: url('../images/pattern-bg.png') repeat center center;
}
.divider {
    max-width: 100px;
    height: 1px;
    margin: 15px auto;
    background-color: #fff;
}
/*-------------------------------
| INSTALLATION BAR
-------------------------------*/
.installation-bar {
    padding-top: 55px;
    padding-bottom: 65px;
    text-align: center;
    color: #7c7c7c;
    background-color: #f2f2f2;
}
.installation-bar .heading {
    font-size: 36px;
    line-height: 1.17;
    color: #333;
}
.installation-bar .form-control {
    text-align: center;
    color: #b7b7b7;
}
/*-------------------------------
| HOW IT WORKS
-------------------------------*/
.how-it-works {
    padding-top: 65px;
    padding-bottom: 55px;
    text-align: center;
    color: #7c7c7c;
    background-color: #fff;
}
.how-it-works .heading {
    font-size: 36px;
    line-height: 1.17;
    color: #333;
}
/*-------------------------------
| TAILOR TO YOUR SHOP
-------------------------------*/
.tailor-your-shop {
    padding-top: 65px;
    padding-bottom: 55px;
    color: #7c7c7c;
    background-color: #fff;
}
.tailor-your-shop .heading {
    font-size: 36px;
    line-height: 1.17;
    color: #333;
}
/*-------------------------------
| ADDITIONAL FEATURES
-------------------------------*/
.additional-features {
    padding-top: 65px;
    padding-bottom: 65px;
    color: #7c7c7c;
    background-color: #fff;
}
.additional-features .heading {
    font-size: 36px;
    line-height: 1.17;
    color: #333;
}
.additional-features .media {
    margin-bottom: 15px;
}
.additional-features .media a {
    display: block;
    text-decoration: none;
    color: #7c7c7c;
    outline: none;
}
.additional-features .media-heading {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.additional-features .media-object {
    width: 40px;
    height: 40px;
}
/*-------------------------------
| TESTIMONIALS
-------------------------------*/
.testimonials {
    padding-top: 40px;
    padding-bottom: 50px;
    color: #7c7c7c;
    background-color: #008c95;
}
.testimonials .heading {
    font-size: 36px;
    line-height: 1.17;
    color: #fff;
}
.item > img {
    width: 230px;
}
.carousel-caption {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    text-shadow: none;
}
@media (min-width: 768px) {
    .carousel-caption::before {
        font-family: 'Montserrat', sans-serif;
        font-size: 91px;
        line-height: .2em;
        content: open-quote;
        vertical-align: 0;
        opacity: .33;
        color: #333;
    }
    .carousel-caption::after {
        font-family: 'Montserrat', sans-serif;
        font-size: 91px;
        line-height: .1em;
        content: close-quote;
        text-align: right;
        vertical-align: bottom;
        opacity: .33;
        color: #333;
    }
    .carousel-caption p {
        display: inline-block;
        width: 90%;
        padding: 5px 50px;
        text-align: center;
    }
}
.carousel .nav > li > a {
    opacity: .30;
}
.carousel .nav-pills > li.active > a,
.carousel .nav-pills > li.active > a:focus,
.carousel .nav-pills > li.active > a:hover {
    opacity: 1;
    background-color: transparent;
}
.carousel .nav > li > a:focus,
.carousel .nav > li > a:hover {
    background-color: transparent;
}
/*-------------------------------
| PRICING
-------------------------------*/
.pricing {
    padding-top: 40px;
    padding-bottom: 50px;
    color: #7c7c7c;
}
.pricing .heading {
    font-size: 36px;
    line-height: 1.17;
    color: #333;
}
/*-------------------------------
| FOOTER
-------------------------------*/
.footer {
    background-color: #303030;
    padding-top: 24px;
    padding-bottom: 16px;
    color: #7c7c7c;
    text-align: center;
}
.footer a {
    color: #7c7c7c;
    text-decoration: none;
}
@media (min-width: 768px) {
    .footer {
        text-align: left;
    }
}
