@import url(https://fonts.googleapis.com/css?family=Indie+Flower);

body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cuprum', sans-serif;
}

.section {
    padding: 60px 0px;
}

.bg-light {
    background: #fafafa;
}

p {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #737373;
    font-size: 15px;
    line-height: 24px;
}

.pt80 {
    padding-top: 80px;
}

.pt40 {
    padding-top: 40px;
}

.pb0 {
    padding-bottom: 0px;
}

/* ---- Width-Sizes ---*/

.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

.title {
    font-weight: 400;
}

.slogan {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 45px;
    max-width: 580px;
    margin: 0px auto;
}

.hero {
    width: 100%;
    height: 100%;
}

.hero {
    position: relative;
    padding: 30px 0 0px 0;
    min-height: 720px;
    background-size: cover;
    color: #fff;
    background-blend-mode: soft-light;
    background-color: var(--fe_logo_bg_colour);
    background-image: var(--fe_logo_bg_image);
}

.btn-signup {
    padding: 10px 20px !important;
    border-radius: 3px;
    margin-top: 4px;
    margin-left: 15px;
    font-weight: 700;
}

#macbook {
    background: url("../img/mac.png");
    width: 967px;
    height: 484px;
    margin: 0px auto;
    margin-top: 50px;
}

#tour {
    margin: 0 auto;
    width: 652px;
    height: 432px;
    position: relative;
    top: 22px;
    left: -4px;
}

.carousel-indicators li {
    border: 1px solid #333b4d;
}

.carousel-indicators .active {
    background: #333b4d;
}

.carousel-inner > .item {
    margin-top: -2px;
}

.font-xl {
    font-size: 240px;
}

.hero h1 {
    margin: 150px 0 0px 0;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 1px;
}

.hero h4 {
    margin-bottom: 45px;
    font-family: 'Lato', sans-serif;
    color: #C2BEBE;
    line-height: 26px;
}

.use-btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 15px 40px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navbar-custom {
    margin: 0px;
    border-radius: 0px;
}

.navbar-custom ul li a {
    color: var(--fe_header_text_colour);
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navbar-brand {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.navbar-brand span {
    color: var(--colour_primary,#3bc0c3);
}

.navbar-brand i {
    font-size: 15px;
}

.features-2 {
    min-height: 85px;
}

.features-2 img {
    max-width: 80px;
    margin: 0px auto;
    vertical-align: bottom;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: var(--colour_primary,#3bc0c3);
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.content-wrap {
    position: relative;
    color: #bdc3c7;
    overflow: hidden;
}

.content-wrap h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #3f3f4d;
}

.content-wrap p {
    margin-bottom: 30px;
    line-height: 30px;
    color: #999;
}

.dark-bg {
    text-align: center;
}

.wrapper-lg {
    padding: 120px 0;
}

.signup-divider .form-group,
.fast-reg .form-group {
    width: 25%;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}

.signup-divider .form-control,
.fast-reg .form-control,
.earlyaccess .form-control {
    background: transparent;
    border: 2px solid #444;
    font-weight: 400;
    font-size: 14px;
    height: 50px;
    color: #444;
}

.sign-title {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 28px;
}

.text-white {
    color: #444;
}

.featured-img img {
    margin: 0px auto;
}

.price_card {
    background: #fafafa;
    position: relative;
    padding-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.header {
    color: rgb(255, 255, 255);
    font-family: 'Cuprum', sans-serif;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.price {
    width: 100%;
    font-size: 60px;
    font-weight: 300;
    display: block;
    text-align: center;
    padding: 30px 0 10px;
}

.name {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 0 0 30px;
}

.price-features {
    list-style: none;
    text-align: center;
    color: rgb(138, 138, 138);
    margin: 0;
    padding: 0;
}

.price-features li {
    margin: 0 35px;
    padding: 20px 15px;
}

.price-features li:not(:last-child) {
    border: 1px solid rgb(242, 242, 242);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.price_card button {
    margin-top: 20px;
}

.tip {
    font-family: 'Indie Flower';
    position: absolute;
    color: rgb(117, 117, 117);
    font-size: 20px;
    margin: 10px 5px;
}

.client-list img {
    max-width: 200px;
    height: auto;
}

.footer {
    background-color: var(--fe_footer_bg_colour);
    padding: 20px 0px;
}

.footer .navbar-brand-footer {
    line-height: 50px;
}

.footer p {
    margin-top: 50px;
    color: rgba(202, 205, 210, 0.59);
}

.footer .navbar-footer {
    float: right;
}

/* Social */

ul.social-icons {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

ul.social-icons li {
    list-style: none;
    display: inline-block;
    margin-left: 6px;
}

ul.social-icons li:first-child {
    margin-left: 0px;
}

ul.social-icons li a {
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a:hover {
    background-color: #ffffff;
}

ul.social-icons li a i {
    color: var(--fe_footer_bg_colour);
    font-size: 15px;
    line-height: 30px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.footer .navbar-nav li a {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    #macbook {
        width: 750px;
        height: 395px;
        background-size: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -20px;
        position: static;
    }

    #tour {
        width: 518px;
        height: 330px;
        top: 18px;
    }

    #tour .carousel-inner img {
        width: 518px;
        height: 330px;
    }

    .jumbotron {
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 768px) {
    #macbook {
        background-image: none;
        width: 500px;
        height: 265px;
        background-size: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -56px;
        position: static;
    }

    #tour {
        width: 344px;
        height: 217px;
        top: 12px;
        left: 1px;
    }

    #tour .carousel-inner img {
        width: 344px;
        height: 217px;
    }

    .feature-sec .use-btn {
        margin-bottom: 30px;
    }

    .footer .navbar-brand-footer {
        text-align: center;
    }

    .footer .navbar-nav {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .price_card {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    #macbook {
        background-image: none;
        text-align: center;
        width: 100%;
    }

    #tour {
        top: 0;
        left: 0;
        width: 100%;
        max-width: 300px;
        height: 189px;
        margin-left: auto;
        margin-right: auto;
    }

    #tour .carousel-inner img {
        max-width: 300px;
        height: 189px;
        overflow: hidden;
    }
}

.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.panel-login > .panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
}

.panel-login > .panel-heading a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login > .panel-heading a.active {
    color: #029f5b;
    font-size: 18px;
}

.panel-login > .panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel-login input:hover,
.panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}

.btn-login:hover,
.btn-login:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}

.forgot-password {
    text-decoration: underline;
    color: #888;
}

.forgot-password:hover,
.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

.btn-register:hover,
.btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}

#lgModal {
    padding-top: 30px;
}
