html, body {
    background-color:#e9f6fc;
}

.header {
    background-color:#e9f6fc;
    color:#fff;
    height:100px;
}

.navbar-default {
    background-color: #2bace0;
    border-color: #1b87b1;
    font-weight:bold;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #1b87b1;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #1b87b1;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #1b87b1;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #fff;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #fff;
}
.navbar-default .navbar-link:hover {
    color: #fff;
}
.navbar-default .btn-link {
    color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #fff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #fff;
}

.header-img-container,
.header-title-container {
    display:inline-block;
}

.header-img-container {
    margin-top:2px;
}

.header-title-container {
    font-size:30px;
    color:#000;
}

html {
    position: relative;
    min-height: 100%;
}





#spacer {
    height:50px;
}

.affix {
    top: 0;
    width: 100%;
    z-index:3000;
}

.nav-wrapper
{
    /* navbar-height (50) + margin-bottom you need (25) */
    min-height:75px;
}

.social > a {
    padding:0px !important;
    padding-top:7px !important;
}

.facebook {
    color:#3b5998 !important;
}

.google {
    color:#d34836 !important;
}

.twitter {
    color:#0084b4 !important;
}

.social-bar > div {
    display:inline-block;
    height:25px;
}

.li-megamenu {
    display:inline-block;
    width:25%;
    font-weight:normal;
    text-align:left;
}

#main {
    background-color:#FFF;
}

.footer {
    background-color:#555;
    color:#fff;
    padding-top:15px;
    padding-bottom:15px;
}


@media (max-width: 767px) {


    .navbar {
        margin-bottom:0px;
    }

    .nav-wrapper {
        min-height:52px;
    }

    .main-container {
        margin-top:10px;
    }

    .header {
        display:none;
    }

    .navbar {
        position:fixed;
        top: 0;
        width: 100%;
        z-index:3000;
    }

    .no-mobile {
        display:none !important;
    }


    .li-megamenu {
        display:block;
        width:100%;
        font-weight:normal;
        text-align:left;
        background-color:#fff;
        border:1px solid #ccc;
    }

    .row {
        margin-left:-15px;
        margin-right:-15px;
    }

    html, body {
        background-color:#fff;
    }

}

@media (min-width: 768px) {

    body {
        /* Margin bottom by footer height */
        margin-bottom: 145px;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 145px;
    } 

    .only-mobile {
        display:none !important;
    }

    #main {
        /* padding-bottom:150px;  this needs to be bigger than footer height*/
        -webkit-box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.71);
        -moz-box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.71);
        box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.71);
        padding:30px;
    }



}


@media (min-width: 768px) and (max-width: 991px) {

    .only-mobile {
        display:none !important;
    }

}
/*
Credits:
Code snippet by @maridlcrmn (Follow me on Twitter)
Images by Nike.com (http://www.nike.com/us/en_us/)
Logo by Sneaker-mission.com (http://www.sneaker-mission.com/)
*/



.nav-tabs {
    display: inline-block;
    border-bottom: none;
    font-weight: bold;
}
.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    border-radius: 0;
}

.nav-list { border-bottom: 1px solid #eee; }
.nav-list > li { 
    border-left: 1px solid #eee; 
}
.nav-list > li:last-child { border-right: 1px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
    text-align: center;
    width: 100%;
}

