/* Add here all your CSS customizations */
body {
    background-color: #ffffff;
    color: #777777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

div.body {
    padding-top: 70px !important;
}

body.sticky-menu-active #header {
    top: -58px;
}

    body.sticky-menu-active #header .logo img {
        display: inline-block;
        height: 27px;
        top: 28px;
        width: 225px;
    }

.testimonial-author .img-thumbnail img {
	max-width: 80px;
}

/* Header */
#header {
    background: #f6f6f6;
    background: -webkit-linear-gradient( #d0d0d0, white);
    background: linear-gradient( #d0d0d0, white);
    clear: both;
    border-top: 1px solid #F0F0ED;
    min-height: 100px;
    padding: 8px 0;
}

/* #Footer */
#footer {
    background: transparent;
    border-top: 4px solid transparent;
    font-size: 0.9em;
    margin-top: 0;
    padding: 0;
    position: relative;
    clear: both;
}

    #footer .footer-copyright {
        background: #060606;
        border-top: 4px solid #060606;
        margin-top: 0;
        padding: 30px 0 10px;
    }

.home-intro {
    background-color: #171717;
    margin-bottom: 0;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
}

/* Section Featured */
section.featured {
    background: #F0F0ED;
    border-top: 5px solid #ECECE8;
    margin: 0;
    padding: 50px 0;
}

.home-intro .get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.home-intro p {
    width: 100%;
    max-width: 100%;
    padding-top: 5px;
    font-size: 1.4em;
    text-align: justify;
}

    .home-intro p span {
        color: #999;
        display: block;
        font-size: 0.8em;
        padding-top: 5px;
    }

    .home-intro p em {
        font-family: "Shadows Into Light", cursive;
        font-size: 1.45em;
    }

/* Page Top */
.page-top {
    margin-top: 55px;
    background: #171717;
    /*background: -webkit-linear-gradient(#21262b, #171717);
	background: linear-gradient(#21262b, #171717);*/
}

.tp-caption.modern_big_bsoftbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    font-size: 40px;
    line-height: 45px;
    /*font-family:"Open Sans", sans-serif;*/
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #171717;
    background-color: rgba(23, 23, 23, 0.45);
    letter-spacing: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.bSoftMarginAdjust {
    margin-bottom: 5px;
}

.bSoftPaddingAdjust{
    padding-top: 15px;
}

/* Responsive */
@media (max-width: 479px) {
    body.sticky-menu-active #header {
        /*background: red;*/
        top: -58px;
    }
}

@media (min-width: 992px) {
    body.sticky-menu-active #header {
        /*background: blue;*/
        top: -58px;
    }
}

@media (min-width: 992px) {
    body.sticky-menu-active #header {
        /*background: green;*/
        top: -58px;
    }
}

@media (max-width: 991px) {
    body.sticky-menu-active #header {
        /*background: gray;*/
        top: -58px;
        padding-top: 20px;
    }

    .home-intro p {
        font-size: 1.25em;
        font-weight: 300;
    }

        .home-intro p span {
            font-size: 1.2em;
        }

        .home-intro p em {
            font-size: 1.35em;
        }
}

@media (max-width: 767px) {
    body.sticky-menu-active #header {
        /*background: yellow;*/
        top: -58px;
    }

    .home-intro p {
        font-size: 1.1em;
        font-weight: 300;
    }

        .home-intro p span {
            font-size: 1.0em;
        }

        .home-intro p em {
            font-size: 1.3em;
        }
}

@media (max-width: 600px) {
    body.sticky-menu-active #header {
        /*background: cyan;*/
        top: -58px;
    }
    /* Page Top */
    .page-top {
        margin-top: 55px;
    }

    .home-intro p {
        font-size: 0.95em;
        font-weight: 300;
    }

        .home-intro p span {
            font-size: 0.9em;
        }

        .home-intro p em {
            font-size: 1.1em;
        }
}

@media (max-height: 768px) {
    .slider-container {
        height: 430px;
    }
}
