/* body, p { font-size: 14px; } */

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

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

/* Header */
.header {
    background: #222;
}

.navigation { 
    background: #000; 
    padding-top: 140px;
}
    @media(max-width: 767px) {
        .navigation { 
            padding-top: 80px;
        }
    }

label { font-weight: 500; }

#menu.nav.navbar-nav li.activated a, #menu.nav.navbar-nav li a:hover {
    color: #ffffff;
    background: #e31f24;
}
    .callus span, .view-cart span {
        color: #e31f24;
    }

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

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

/* Logo */
.navbar-brand {
    position: relative;
} 
@media(max-width: 767px) {
    .navbar-brand {
        float: none;
    }
}
@media(min-width: 768px) {
    .navbar-brand {
        top: -80px;
    }    
}
@media(min-width: 1200px) {
    .navbar-brand {
        top: -75px;
    }    
}
@media(max-width: 767px) {
    .navbar-brand img {
        max-height: 200px;
    }
}
@media(min-width: 768px) {
    .navbar-brand img {
        max-height: 140px;
    }
}

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

@media only screen and (min-width: 992px) {
    .main-slider .bx-viewport {
        height: 800px !important;
    }
}

.main-slider .bxslider li[style*="/whakatane_kids_running"], .main-slider .bxslider li[style*="/bjj_kids_team"], .main-slider .bxslider li[style*="/dylan_whakatanemma"], .main-slider .bxslider li[style*="/whakatane_mma_bjj_team"] {
    background-position: center center !important;
}


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

.service-container .service-desc { min-height: auto; }

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

/* 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;
}


/* 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;
}