html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'News Gothic Demi';
    src: url('../fonts/news-gothic-demi.eot');
    src: url('../fonts/news-gothic-demi.eot?#iefix') format('embedded-opentype'), url('../fonts/news-gothic-demi.woff') format('woff'), url('../fonts/news-gothic-demi.ttf') format('truetype'), url('../fonts/news-gothic-demi.svg#news-gothic-demi') format('svg');
}

@font-face {
    font-family: 'News Gothic Roman';
    src: url('../fonts/news-gothic-roman.eot');
    src: url('../fonts/news-gothic-roman.eot?#iefix') format('embedded-opentype'), url('../fonts/news-gothic-roman.woff') format('woff'), url('../fonts/news-gothic-roman.ttf') format('truetype'), url('../fonts/news-gothic-roman.svg#news-gothic-roman') format('svg');
}

@font-face {
    font-family: 'News Gothic Bold';
    src: url('../fonts/news-gothic-bold.eot');
    src: url('../fonts/news-gothic-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/news-gothic-bold.woff') format('woff'), url('../fonts/news-gothic-bold.ttf') format('truetype'), url('../fonts/news-gothic-roman.svg#news-gothic-bold') format('svg');
}

#map-canvas {
    height: 300px;
}

h2, h4, p, legend,
.social li a {
    font-family: "News Gothic Roman", "News Gothic Demi", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h2, legend {
    color: #542B82;
    line-height: 40px;
}

h2 {
    font-size: 18px;
}

h4 {
    margin: 0px 0px 5px;
    font-size: 14px;
    font-weight: bold;
}

ul.list {
    padding-left: 20px;
}

    ul.list li {
        display: block;
    }

        ul.list li:before {
            font-family: 'Glyphicons Halflings';
            content: "\e074";
            margin-right: 10px;
            font-size: 10px;
        }

        ul.list li ul li:before {
            content: "\2a";
        }

legend {
    font-size: 24px;
    border-bottom: 2px solid #542B82;
}

blockquote {
    margin: 60px 0;
    position: relative;
    margin-left: 80px;
}

    blockquote img {
        position: absolute;
        left: -90px;
    }

    blockquote p {
        color: #c9c9c9;
        font-size: 16px;
        font-style: italic;
        padding: 0;
    }

        blockquote p.small {
            font-size: 12px;
            font-style: normal;
        }

#subscriberModal .modal-dialog {
    margin-top: 120px;
}

.navbar-brand {
    padding: 5px 0px;
    margin: 0;
    height: initial;
}

.navbar-collapse .rel {
    position: static;
}

    .navbar-collapse .rel ul {
        right: 0px;
    }

        .navbar-collapse .rel ul h2 {
            margin: 0px;
            padding: 0px 20px;
        }

.course {
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding: 0px 20px 20px;
}

.live-chat {
    position: fixed;
    right: 0px;
    bottom: 0px;
}

.search-form {
    margin-bottom: 10px;
}

.upload-documents {
    display: none;
}

    .upload-documents.active {
        display: block;
    }

.request-call {
    width: 280px;
    padding: 10px;
}

    .request-call h2 {
        margin-top: 0px;
    }

.flow {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 0 10px;
    border-radius: 4px;
}

.glyphicon-arrow-down {
    color: #5F8C18;
    font-size: 24px;
}

.request-call input {
    margin: 3px 0;
}

.subscribe-form {
    margin-bottom: 20px;
}

    .subscribe-form button {
        margin-top: 10px;
    }

.loader-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    z-index: 1045;
    display: none;
}

    .loader-wrapper.active {
        display: block;
    }

    .loader-wrapper .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 30px;
        background: #FFF;
        border-radius: 5px;
        margin: -45px 0 0 -55px;
    }

#subscriberModal .modal-dialog {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#272F4D', endColorstr='#FF50B3E2');
    background-image: -webkit-linear-gradient(200deg, rgba(37,47,77,0.9) 0%,rgba(80,179,226,0.9) 100%);
    background-image: -moz-linear-gradient(200deg, rgba(37,47,77,0.9) 0%,rgba(80,179,226,0.9) 100%);
    background-image: linear-gradient(200deg, rgba(37,47,77,0.9) 0%,rgba(80,179,226,0.9) 100%);
    box-shadow: rgba(0,0,0,0.15) 1px 1px 5px;
}

#subscriberModal .modal-content {
    background: transparent;
    border-radius: 4px;
}

    #subscriberModal .modal-content h2,
    #subscriberModal .modal-content label,
    #subscriberModal .modal-content .close {
        margin: 0px;
        color: #FFF;
    }

.content p {
    font-size: 18px;
}

#result {
    margin-bottom: 20px;
}

.social {
    padding: 0px;
}

    .social li {
        display: block;
        border-bottom: 1px solid #e3e3e3;
    }

        .social li a {
            font-size: 18px;
            padding: 5px;
            line-height: 35px;
            display: block;
        }

            .social li a .fa {
                font-size: 24px;
            }

.form-group h4 {
    padding: 10px;
    margin: 0px;
}

#profileDetail .btn-update,
#productList .btn-update-product {
    display: none;
}

#profileDetail input[type="text"], #productList input[type="text"] {
    border: none;
    background: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    margin-bottom: 0;
}

#profileDetail .edit input[type="text"], #productList .edit input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

#profileDetail .table {
    width: 600px;
}

.header-container {
    height: 51px;
}

.header {
    z-index: 1;
    left: 0;
    right: 0;
    background-color: rgb(111,170,27);
    border-bottom: 1px solid #5F8C18;
}

body.home {
    background: url("../images/banner-1.jpg") no-repeat 0px -23px;
}

.stage-hero {
    padding-top: 50px;
    position: relative;
    height: 480px;
}

.navbar-inverse {
    margin: 0;
}

.search-box {
    max-width: 750px;
    position: relative;
    margin: 150px auto 100px;
}

.search-header,
.search-footer {
    /*background : rgba(111,170,27,0.8);*/
    background: rgba(200,200,200,0.9);
    padding: 20px;
}

.search-header {
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #5F8C18;
    background: rgba(111,170,27,0.9);
}

    .search-header h2 {
        margin: 0px;
        color: rgba(255,255,255,1);
        text-transform: uppercase;
        font-weight: bold;
    }

    .search-header p {
        margin: 0;
        color: #FFF;
    }

.search-content {
    padding: 30px 20px;
}

    .search-content label {
        color: rgb(85,46,132);
    }

.search-footer {
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #bababa;
}

.affix {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}

.social-links {
    position: fixed;
    right: 0px;
    top: 50%;
    background: #FFF;
    border-radius: 5px 0 0 5px;
    z-index: 4;
    margin-top: -130px;
}

    .social-links ul {
        padding: 5px 10px;
        margin: 0px;
    }

    .social-links li {
        display: block;
        padding: 5px 0;
    }

        .social-links li a {
            font-size: 40px;
            display: block;
            line-height: 40px;
        }

.how-it-works .col-md-4 {
    padding: 5px;
}

.how-it-works > .col-md-4 {
    padding-left: 25px;
}

.how-it-works .flow {
    background: #f68720; /*#24abe2*/
    position: relative;
    min-height: 550px;
    position: relative;
    border: none;
    text-align: center;
}

    .how-it-works .flow em {
        position: relative;
        background: #24abe2;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 35px;
        display: block;
        border: 3px solid #FFF;
        border-radius: 40px;
        top: -15px;
        left: -15px;
        color: #FFF;
        font-weight: bold;
        font-style: normal;
    }

    .how-it-works .flow h2 {
        font-size: 16px;
        color: #FFF;
        text-transform: uppercase;
        height: 70px;
        line-height: 20px;
    }

    .how-it-works .flow .glyphicon {
        font-size: 26px;
        color: #FFF;
    }

    .how-it-works .flow p {
        font-size: 16px;
        color: #FFF;
        text-align: left;
    }

    .how-it-works .flow:before {
        position: absolute;
        right: -11px;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        content: "\e080";
        font-size: 22px;
        top: 145px;
        color: #24abe2;
    }

    .how-it-works .flow.no-more:before {
        content: "";
    }

    .how-it-works .flow.even {
        background: #24abe2;
    }

        .how-it-works .flow.even em {
            background: #f68720;
        }

        .how-it-works .flow.even:before {
            color: #f68720;
        }

.admin .header {
    background: #EAEAEA;
    padding: 10px;
    margin: 10px 0 0 0;
    border-radius: 5px;
    border: none;
}

    .admin .header .logo {
        float: left;
        margin: 5px 15px 5px 10px;
        z-index: 1;
        position: relative;
    }

    .admin .header nav {
        margin: 0px;
    }

.logo {
    margin: 10px 0;
}

    .logo.admin {
        float: left;
        margin-right: 150px;
    }

.navbar-inverse {
    background-color: rgb(111,170,27);
    border-color: #5F8C18;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #FFF;
        padding: 10px 15px;
    }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #5F8C18;
    }

    .navbar-inverse .navbar-brand {
        color: #CFE28A;
    }

label {
    display: block;
}

em.has-error {
    color: #d9534f;
    font-weight: normal;
}

    em.has-error:before {
        font-family: 'Glyphicons Halflings';
        content: "\e086";
        line-height: 1;
        position: relative;
        top: 1px;
        margin-right: 3px;
    }

.form-control.error {
    border-color: #d9534f;
}

.form-control.small {
    width: 49%;
    display: inline-block;
}

.btn-social-wrapper {
    margin: 0 10px;
    width: 220px;
}

.container .footer {
    background-color: #171717;
    border-radius: 4px;
    margin-top: 5px;
    padding: 5px 15px;
}

.footer .breadcrumb {
    margin: 0px 0px 10px;
    padding: 0px;
}

.footer p {
    margin: 0px;
    color: #FFF;
}

.extra-options {
    background: #333;
    border-radius: 4px;
    margin-top: 20px;
}

    .extra-options h2,
    .extra-options ul li a,
    .extra-options label {
        color: #FFF;
    }

    .extra-options li:before {
        color: #FFF;
    }

.thumbnail {
    position: relative;
    min-height: 190px;
}

.caption {
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    padding: 10px;
    background: rgba(0,0,0,0.3);
}

    .caption h3,
    .caption p {
        color: #FFF;
        font-size: 14px;
    }

.content {
    min-height: 400px;
    padding-top: 40px;
}

.profile-pictures .thumbnail img {
    width: 100%;
}

.list-item li {
    display: block;
}

#carousel-main {
    padding-bottom: 40px;
    background: #e3e3e3;
    border-bottom: 1px solid #CFC7C7;
}

    #carousel-main .item {
        height: 650px;
    }

        #carousel-main .item:nth-child(1) {
            background: url("../img/banner/carousal-banner3.jpg") no-repeat center;
            background-size: cover;
        }

        #carousel-main .item:nth-child(2) {
            background: url("../img/banner/carousal-banner4.jpg") no-repeat center;
            background-size: cover;
        }

        #carousel-main .item:nth-child(3) {
            background: url("../img/banner/carousal-banner5.jpg") no-repeat center;
            background-size: cover;
        }

        #carousel-main .item:nth-child(4) {
            background: url("../img/banner/carousal-banner6.jpg") no-repeat center;
            background-size: cover;
        }

.carousel-caption {
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.3s 0.05s ease-in-out;
    background: rgba(28, 28, 55, 0.6);
    padding: 0px 10px;
    text-align: center;
    min-height: 50%;
}

    .carousel-caption h2 {
        color: #FFF;
    }

.carousel-control {
    background: none !important;
    top: initial;
    bottom: 100px;
    width: 50px;
    height: 50px;
}

.carousel-indicators {
    bottom: -5px;
}

    .carousel-indicators .active {
        background-color: rgb(111,170,27);
        border-color: #5F8C18;
    }

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

._404 {
    padding: 40px 0;
}

.recent-update {
    position: realtive;
    margin-bottom: 15px;
}

    .recent-update .date {
        background: #666;
        border-radius: 3px 0px 0px 3px;
        padding: 5px;
        color: #FFF;
        width: 70px;
        height: 70px;
        float: left;
        position: relative;
    }

    .recent-update .data {
        margin-left: 70px;
        background: #e3e3e3;
        padding: 5px 10px;
        border-radius: 0px 3px 3px 3px;
    }

    .recent-update h2 {
        font-size: 18px;
        margin: 0;
        line-height: 20px;
    }

    .recent-update p {
        font-size: 14px;
    }

    .recent-update span.day {
        font-size: 35px;
        display: block;
        line-height: 35px;
    }

    .recent-update span.year {
        -ms-transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
        transform: rotate(270deg);
        display: block;
        position: absolute;
        top: 40px;
        right: -6px;
    }

.panel-heading {
    padding: 0px;
}

    .panel-heading h4 a {
        padding: 10px 15px;
        display: block;
    }

        .panel-heading h4 a:hover {
            text-decoration: none;
        }

.inline-label-group {
    margin-bottom: 15px;
    padding: 6px 0;
}

    .inline-label-group label {
        display: inline;
        margin-right: 10px;
        font-weight: normal;
        font-size: 12px;
    }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.error-message{
    color:#d9534f;
}