/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    font-family: "Lato",sans-serif;
}

h2 {
    font-size: 46px;
}

h3 {
    font-size: 32px;
}

p {
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
    }

    p {
        font-size: 18px;
    }

    .btn {
        margin-top: 3px;
        margin-bottom: 3px;
    }
}
p.two-columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count:    2; /* Firefox */
    column-count:         2;
    -webkit-column-gap:   80px; /* Chrome, Safari, Opera */ 
    -moz-column-gap:      80px; /* Firefox */
    column-gap:           80px;
    column-rule-color: #ccc; /* Optional */
    column-rule-style:solid; /* Optional */
    column-rule-width: 1px; /* Optional */
    text-align: justify; /* Optional */
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-top {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding-top: 50px;
}

.text-vertical-center-red {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
}

.text-vertical-center-red h1 {
    margin: 0;
    padding-top: 6px;
    font-size: 4.5em;
    font-weight: 700;
    color: #fff;
    background-color: rgba(150, 0, 0, .6);
}

.text-vertical-center-red h3 {
    margin: 0;
    padding-bottom: 6px;
    color: #fff;
    font-weight: 500;
    background-color: rgba(150, 0, 0, .6);
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgb(0,0,0);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgba(255,255,255, .8);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgb(255,255,255);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
    border-top-color: #aaa;
}

hr.small-left {
    max-width: 100px;
    text-align: left;
    align-self: left;
}

hr.grey {
    border-top: 1px solid #ccc;
    max-width: 80%;
}

p.medium {
    font-size: 18px;
}

.navbar-clear {
    background-color: rgba(222,222,222,.6);
    color: #222 !important;
}

.navbar-dark {
    color: #222 !important;
}

.active-clear {
    background-color: rgba(222,222,222,.8);
}
/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/class.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.kids-header {
    display: table;
    position: relative;
    width: 100%;
    height: 50%;
    background: url(../img/headerShort.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}
/* Tagline */

.tagline {
    padding: 50px 0;
}

.no-wrap {
    display: inline-block;
}

p {
    text-indent: 50px;
}

p > a {
    text-indent: 0px;
}

.hook {
    font-size: 20px;
    padding: 50px 0;
    background-color: #B73333;
    color: #FFF;
}

.hook .dark-panel {
    padding: 30px 40px;
}

.hook h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.hook h4 {
    font-size: 20px;
}

.hook .panel p {
    margin: 0 0 15px;
}

.dark-panel {
    background-color: #872626;
}

.brain {
    float: right;
    display: inline;
    width: 25%;
}

.kid {
    float: left;
    display: inline-block;
    margin-right: 20px;
    width: 20%;
}


/* About */

.about {
    font-size: 20px;
    padding: 50px 0;
}

/* Calender */

.calender {
    padding:  50px 0;
    background-color: #B73333;
}

.calender h2 {
    color: #fff;
    text-align: center;
}

/* Services */

.services {
    font-size: 20px;
    padding: 50px 0;
    background-color: #B73333;
    color: #000;
}

.services .panel {
    padding: 30px 40px;
    box-shadow: 4px 4px 5px rgba(55, 55, 55, 0.8);
}

.services-holder {
}

.service-item {
    min-width: 250px;
    vertical-align: top;
    padding-bottom: 50px;
}

.service-selected {
    background-color: rgba(0, 0, 0, .25);
    -moz-border-radius: 6px;
    border-radius: 6px; /* standards-compliant: (IE) */ 
}

.service-button {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-bottom: 10px;
}

.class-info-holder {
    padding-top: 20px;
    padding-bottom: 20px;
}

.class-info {
    color: black;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #333;
    background: url(../img/karatestuff.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.white {
    background-color: rgba(255, 255, 255, .5);
}

.our-staff {
    padding: 50px 0;
    background-color: #B73333;
    color: #FFF;
}

.staff-member {
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFF;
}

.staff-img {
    width: 90%;
    max-width: 200px;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
}

.staff-bio {
    padding-left: 20px;
    padding-right: 20px;
}

strong {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio h4 {
    font-size: 20px;
}

.portfolio p {
    text-align: left;
}

.portfolio-item {
    margin-bottom: 60px;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
    font-size: 20px;
    background-color: #fff;
    color: #333;
}

.call-to-action .btn {
    margin-left: 10px;
}

.email-capture {
    padding: 50px 0;
    display: table;
    width: 100%;
    background-color: #337ab7;
    font-size: 20px;
    color: #fff;
}

.email-form {
    width: auto;
}

.email-input {
    border-radius: 0px;
}
.form-message {
    text-align: center;
    vertical-align: center;
}

#form-fail {
    display: none;
}

#form-wait {
    display: none;
}

#submit-fail {
    display: none;
}

#form-success {
    display: none;
}

a.grey-link {
    color: #AAA;
}
/* Map */

.map-div {
    height: 500px;
    padding: 0;
}

/* Red Divider */

.red-divider {
    background-color: #B73333;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 4px;
}

/* Footer */

footer {
    padding: 50px 0;
}

footer-red {
    padding: 0;
}

.footer a {
    color: #B73333;
}
.footer-red {
    background-color: #B73333;
    font-size: 20px;
    color: #fff;
    width: 100%;
    padding-top: 50px;
}

.footer-red a{
    color: #AAA;
}

.dark-red {
    color: #661111;
}