/* Common Elements */
a { color: #999; }
a:hover { color: #666; }

.clearfix:after { content:""; display: block; clear: both; }

/* Header */
.header {
    background: #03132a;
}

.navigation { 
    background: #fbfbfb; 
    padding-top: 140px;
}

#menu.nav.navbar-nav { background: #03132a; }
#menu.nav.navbar-nav li.activated a, #menu.nav.navbar-nav li a:hover {
    color: #ffffff;
    background: #1fbede;
}

#menu.nav.navbar-nav li a {
    color: #fbfbfb;
}

.header-menu-social-icons li a:hover {
    background: #1fbede;
}

.mani-btn:hover, .mani-btn:focus {
    background: #f13937;
}

.callus span, .view-cart span {
    color: #1fbede;
}

.main-slider .bxslider li {
    background-position: center center !important;
}

/* Logo */
.navbar-brand {
    position: relative;
} 
@media(max-width: 768px) {
    .navbar-brand img {
        max-height: 100px;
    }
}
@media(max-width: 600px) {
    .navbar-brand {
        float: none;
    }
}
@media(min-width: 400px) {
    .navbar-brand {
        top: -25px;
    }    
}
@media(min-width: 600px) {
    .navbar-brand {
        top: -55px;
    }    
}
@media(min-width: 600px) {
    .navbar-brand {
        top: -60px;
    }    
}

.banner-container {
    background: #03132a;
}

.content .container ul { display: inline-block; }

/* Home Specials Block */
.special-container { color: #fff; background: #03132a; }

.testimonials-body {
    margin-top: 40px;
    background: #03132a;
}
    .testimonials-body a.mani-btn {
        background: #f13937;
    }

/* Content Page BreadCrumbs */
.bread-container { 
    background-size: cover;
    background-position: center center;
}
.bread-container .text-container {
    background: rgba(0, 25, 55, 0.2);
}

/* Content Page Images */
/* .imageContainer img { max-width: 381px; } */

.more-link { margin-top: 10px; }

.mani-btn.back {  background-color: #bbb; }
.mani-btn.dark {  background-color: #222; }

.pretty-table table {
    width: 100%;
    border: 1px solid #eee;
    border-collapse: collapse;
}
    .pretty-table th {
        font-size: 14px;
        font-weight: normal;
        color: #999;
    }
    .pretty-table td, .pretty-table th {
        padding: 5px;
        border: 1px solid #eee;
    }

    span.future-label {
        margin-left: 10px;
        font-size: 12px;
        color: #990000;
        line-height: 20px;
    }
    .pretty-table .date-label { 
        text-transform: uppercase;
        font-size: 12px;
    }
    .pretty-table .time-label {
        font-size: 11px;
        color: #999999;
    }

.chart-wrapper {
    margin-top: 20px;
    margin-bottom: 25px;
}
.chartContainer {
    width: 400px;
    height: 250px;
}

.children .child .intro h4 {
    border-color: #03132a;
}
.children .child .intro h4 a:hover, .children .child .intro h4 a:focus, .children .child .intro p a:focus, .children .child .intro p a:hover {
    color: #03132a;
}


/* Login Form */
#login-form label { display: none; }
#login-form input[type='submit'] {
    background: black;
    color: white;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}