/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #ababab; /*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

#top-header { /*color:#fff;background:#000;border-bottom:solid 1px #f8f8f8;*/
}

#logo {
    bottom: 0;
    margin: 20px 0 0 -15px;
}

#footer {
    color: #fff;
    background: #000;
}

    #footer p {
        color: #fff;
        margin: 0;
        padding: 50px 0;
    }

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn-outline {
    margin-top: 35px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

    .btn-outline:hover,
    .btn-outline:focus,
    .btn-outline:active,
    .btn-outline.active {
        border: solid 2px #fff;
        color: #18bc9c;
        background: #fff;
    }

.top-btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.top-btn-outline {
    margin-top: 5px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

    .top-btn-outline:hover,
    .top-btn-outline:focus,
    .top-btn-outline:active,
    .top-btn-outline.active {
        border: solid 2px #fff;
        color: #18bc9c;
        background: #fff;
    }

.slide-box {
    background: #ff0000;
    color: #fff;
    background-size: cover;
    width: 100%;
    padding: 0;
    margin: -20px auto 0 auto;
}
.void-before{margin-top: -70px;}
.content-box-bg {
    background: #ececec;
    min-height: 1000px;
}

    .content-box-bg p {
        text-align: justify;
    }

.news-box-bg {
    background: #cfcfcf;
    min-height: 1000px;
}

.search-margin {
    margin: 10px 0 10px 0;
}

.main-bg {
    min-height: 600px;
    overflow: auto;
    padding: 0 10px;
    background: #ececec;
}

.main-head {
    height: 100px;
    margin: -20px 0;
    text-align: left;
    color: #bc0000;
    background-image: url('../img/courses.jpg');
}

.heading {
    margin-left: 10px;
    height: 100px;
    line-height: 80px;
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width:980px) {
    .container {
        width: 970px;
    }

    #slide-pic {
        visibility: hidden;
    }

    #social-btns {
        text-align: center;
    }

    #social-btn {
        text-align: center;
    }

    #footer p {
        color: #fff;
        margin: 0;
        padding: 50px 0;
        text-align: center;
    }

    .content-box-bg {
        margin-top: -20px;
    }

    .news-box-bg {
        margin-top: -20px;
    }

    p.bjqs-caption {
        width: 100%;
        font-size: 18px;
        background: rgba(13, 12, 12, 0.80);
    }
}

@media screen and (min-width:1000px) {
    .container {
        width: 1000px;
    }

    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav > li > a {
        padding: 35px;
    }

    .navbar-nav > li > a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1em;
    }

    p.bjqs-caption {
        width: 100%;
        font-size: 18px;
        background: rgba(13, 12, 12, 0.80);
    }
}

@media screen and (max-width:980px) {
    .container {
        width: 800px;
    }

    #logo {
        margin: 20px auto;
    }

    #social-btn {
        text-align: center;
    }

    p.bjqs-caption {
        width: 100%;
        font-size: 18px;
        background: rgba(13, 12, 12, 0.80);
    }
}

@media screen and (max-width:768px) {
    .container {
        width: 760px;
    }

    #logo {
        text-align: center;
    }

    #social-btn {
        text-align: center;
    }

    p.bjqs-caption {
        width: 100%;
        font-size: 18px;
        background: rgba(13, 12, 12, 0.80);
    }
}

@media screen and (max-width:320px) {
    .container {
        width: 300px;
    }

    #social-btn {
        text-align: center;
    }

    #logo {
        text-align: center;
    }

    p.bjqs-caption {
        width: 100%;
        font-size: 10px;
        background: rgba(13, 12, 12, 0.80);
    }
}

@media screen and (max-width:480px) {
    .container {
        width: 320px;
    }

    #social-btn {
        text-align: center;
    }

    #logo {
        text-align: center;
    }

    p.bjqs-caption {
        width: 100%;
        font-size: 10px;
        background: rgba(13, 12, 12, 0.80);
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }

    p.bjqs-caption {
        width: 100%;
        font-size: 18px;
        background: rgba(13, 12, 12, 0.80);
    }
}
