﻿body, html {
    height: 100%;
    width: 100%;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
    color: #333;
    background-color: #FFF;
}

.full-height {
    width: 100%;
    min-height: 100%;
}



.logo {
    width: 80%;
    max-width: 350px;
    margin: 50px auto 40px auto;
}


.relative {
    position: relative;
}

#page-home {
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 5;
    background: url(img/bg.jpg) center 0px no-repeat #120f0f;
    /*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;        
        
        */
    min-height: 100%;
    height: auto;
}


    #page-home .container-inner {
        position: absolute;
    }

#application-form {
    background: url(img/bg-02.jpg) center 0px no-repeat #b2e2fc;
    /*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;        
        
        */
}

#how {
    background: #fafad2;
}

#logos {
    position: absolute;
    bottom: 0px;
    z-index: 6;
    padding: 0px;
}

.withnav {
}

.nav-section {
    background: url(img/bg-000-50.png);
    padding: 0px;
    color: #ffffff;
    width: 100%;
    margin: 0px;
    width: 100%;
}

.nav-section-home {
    background: url(img/bg-000-20.png);
}

.nav-section .nav-pills {
    text-align: center;
}

    .nav-section .nav-pills > li {
        float: none;
        display: inline-block;
        *display: inline; /* ie7 fix */
        zoom: 1; /* hasLayout ie7 trigger */
    }

        .nav-section .nav-pills > li > a {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
        }

.nav-section.stuck {
    position: fixed;
    top: 0;
    z-index: 5000;
}

.nav-section .nav > li > a {
    color: #ffffff;
    font-size: 15px;
    padding: 10px;
}

    .nav-section .nav > li > a:focus,
    .nav-section .nav > li > a:hover {
        text-decoration: none;
        background: url(img/bg-000-20.png);
    }

.nav-home {
    background: url(img/bg-000-20.png);
    padding: 0px;
    color: #ffffff;
    width: 100%;
    margin: 15px 0px;
}

#page-nav {
    position: absolute;
    bottom: 0px;
    z-index: 6;
    background: url(img/bg-000-20.png);
    padding: 0px;
    color: #ffffff;
    width: 100%;
}

    .nav-home a,
    #page-nav a {
        min-height: 40px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 0px 5px;
        zoom: 1;
        *display: inline;
        _height: 40px;
        padding: 10px 25px;
        background: transparent;
    }

        .nav-home a:hover,
        #page-nav a:hover {
            background: url(img/bg-000-30.png);
        }

#page-how {
    background: url(img/bg-how-2.png) center  #f07f23;
    background-color: #12a19b;

    -webkit-background-size: 100%;
    -moz-background-size:  100%;
    -o-background-size:  100%;
    background-size:  100%;        
        
}

#page-how .section-title {
    color: #ffffff;
}

#page-how .section-title:after {
    background: #a7d3d1;
}

#page-how h2 {
    color: #a7d3d1;
}

#page-contact {
    background: #f3f3f3;
    background: url(img/contact-bg.png) center 0px no-repeat #f3f3f3;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.container-how h2 {
    text-align: center;
}

.container-how .well {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .container-how .well h3 {
        margin-top: 5px;
    }

.gap-5 {
    height: 5px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.gap-10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.gap-15 {
    height: 15px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.gap-20 {
    height: 20px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.gap-25 {
    height: 25px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.gap-30 {
    height: 30px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.gap-35 {
    height: 35px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.gap-40 {
    height: 40px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.gap-45 {
    height: 45px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.gap-50 {
    height: 50px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.gap-100 {
    height: 100px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.gap-200 {
    height: 200px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}




.contact a {
    color: #333333;
}

    .contact a:hover {
        text-decoration: none;
    }


.contact .icon {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    background: #FAC928;
    line-height: 150px;
    font-size: 45px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
    margin-bottom: 40px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


    .contact .icon:after {
        display: block;
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        top: 0;
        left: 0;
        border-radius: 50%;
        box-shadow: inset 0 0 0 0 rgba(0,0,0,0.08);
        background: transparent;
        -webkit-transition: box-shadow .3s ease-out;
        transition: box-shadow .3s ease-out;
    }



.contact .item:hover .icon {
    font-size: 80px;
    box-shadow: 0 0 0 10px rgba(0,0,0,0.05);
}



.scrollimation.fade-right.in {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.scrollimation.d2 {
    transition-delay: .4s;
}


.scrollimation.fade-right {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}


.section-title {
    position: relative;
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
}

    .section-title:after {
        display: block;
        content: "";
        width: 100px;
        height: 4px;
        position: absolute;
        left: 50%;
        bottom: -15px;
        margin-left: -50px;
        background: #FAC928;
        border-radius: 3px;
        box-shadow: 0 2px 0 rgba(0,0,0,0.08);
    }


#application-form .section-title:after {
    background: #31708f;
}



.page-footer {
    position: absolute;
    bottom: 0px;
    background: url(img/bg-000-10.png);
    padding: 20px 10px;
    width: 100%;
}

.inner-shadow {
    -webkit-box-shadow: inset 0 0 80px -20px #000000;
    box-shadow: inset 0 0 80px -20px #000000;
}
