html,
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
}

* {
    -webkit-overflow-scrolling: touch;
}

.nav {
    position: relative;
    height: 70px;
    background: #1e1e1e;
    z-index: 100;
}

.maxw {
    width: 100%;
    max-width: 1050px;
    margin: auto;
}

.nav img {
    display: inline-block;
    height: 60px;
    margin-top: 5px;
}

#navnwa {
    padding-left: 10px;
}

#down {
    transition: .5s;
    -webkit-transition: .3s;
}

.close #down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: .3s;
    -webkit-transition: .5s;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    padding-right: 10px;
    float: right;
    color: #efefef;
    font-size: 14pt;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.2px;
    text-decoration: none;
}

#down {
    height: 12px;
}

.menu {
    display: none;
    margin-top: -70px;
    position: relative;
    background: #1e1e1e;
    width: 100%;
    height: 100vh;
    text-align: center;
    font-size: 14pt;
    z-index: 1000;
}

.menu a {
    display: inline-block;
    width: 100%;
    padding-bottom: 60px;
    text-decoration: none;
    color: #efefef;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.3px;
    transition: 0.05s;
}

.menu a:hover {
    color: #f64f64;
    transition: .4s;
}

#one {
    padding-top: 20vh;
}

.show {
    display: block;
    z-index: -1;
    transition: .5s;
}

/* #bgvid {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    bottom: 0;
    width: auto;
    z-index: -10;
} */

#bgvid {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    height: 100%;
    width: 100vw;
    background: url(/images/bg-merge.jpg) no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
}

.hero-info {
    transform: translateY(-70px);
    width: 100vw;
}

#bromley-box {
    background: #cf9d15;
}

#croydon-box {
    background: #ab1d03;
}

#penge-box {
    background: #b84102;
}

.hero-info a {
    margin: 0 10px;
    display: inline-block;
    width: 100px;
    background: #1e1e1e;
    padding: 10px 20px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 15pt;
    color: #efefef;
}

.hero-info a:hover {
    background: #efefef;
    color: #1e1e1e;
}

.hero h1 {
    display: inline-block;
    width: 100vw;
    font-size: 20pt;
    margin: 0 auto 30px auto;
    font-family: 'Oswald', sans-serif;
    color: #efefef;
    text-shadow: 1px 1px 4px #1e1e1e;
}

.hero h2 {
    display: block;
    margin: 0px 0px 30px 0px;
    font-family: 'Oswald', sans-serif;
    color: #efefef;
    text-shadow: 1px 1px 4px #1e1e1e;
    font-size: 15pt;
}

.hero p {
    padding-bottom: 20px;
    font-size: 15pt;
    font-family: 'Oswald', sans-serif;
    color: #efefef;
    text-shadow: 1px 1px 4px #1e1e1e;
}

#trial {
    color: #efefef;
    background: #1e1e1e;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    padding: 10px 12px;
    transition: .8s;
}

#trial:hover {
    background: #911f1f;
    transition: .2s;
}

.about {
    position: relative;
    background: #e7e7e7;
    overflow: hidden;
    z-index: 1;
}

.aboutpic {
    margin-top: 90px;
    width: 50%;
    float: left;
}

.aboutpic img {
    display: block;
    height: 250px;
    margin: 100px auto 0px auto;
}

.abouttext {
    padding: 30px 0px;
    width: 50%;
    float: right;
    background: #1e1e1e;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #efefef;
}

.abouttext h1 {
    padding-bottom: 15px;
}

.abouttext p,
.abouttext h1 {
    width: 400px;
    margin: auto;
}

.pages {
    position: relative;
    height: 425px;
    background: #b73143;
    z-index: 11;
}

.pagepic {
    width: 50%;
    float: right;
    background: #e7e7e7;
    height: 100%;
}

.pagepic img {
    display: block;
    height: 250px;
    margin: auto;
    padding-top: 90px;
}

.pagelinks {
    width: 50%;
    float: left;
    text-align: center;
    padding: 30px 0px;
    z-index: 100;
}

#first {
    padding-top: 80px;
}

.links {
    width: 100%;
    padding-bottom: 40px;
}

.list {
    float: left;
    width: 50%;
}

.listbox {
    margin: auto;
    padding-top: 70px;
}

.list ul {
    margin: 0 auto;
    width: 300px;
    list-style: none;
    font-family: 'Oswald', sans-serif;
    color: #efefef;
    font-size: 15pt;
    text-align: left;
}

.list ul img {
    height: 23px;
    padding-right: 15px;
}

.list ul li {
    padding-bottom: 50px;
}

.pagelinks a {
    display: inline-block;
    text-decoration: none;
    color: #efefef;
    background: #1e1e1e;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.2px;
    padding: 10px 15px;
    transition: .4s;
    -webkit-transition: .4s;
}

.pagelinks a:hover {
    background: #efefef;
    color: #b73143;
}

.classes {
    position: relative;
}

.classes h2 {
    color: #efefef;
    margin: auto;
    text-align: center;
    line-height: 180px;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 1px 1px 2px #1e1e1e;
}

.class {
    height: 180px;
    width: 100%;
}

.mma {
    background: url(/images/indexhero.jpg) no-repeat 50% 60%;
    background-size: cover;
}

.bjj {
    background: url(/images/bjj.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.kb {
    background: url(/images/kb.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.boxing {
    background: url(/images/box.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.wrestling {
    background: url(/images/wrestle.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.window {
    position: relative;
    height: 300px;
    background: url(/images/squad.jpg) no-repeat 30% 60%;
    background-size: cover;
    background-attachment: fixed;
    z-index: 10;
    box-shadow: 0px 1px 10px black;
}

.reviews {
    position: relative;
    padding: 60px 0px;
    background: #efefef;
    text-align: center;
}

.trustpilot-widget {
    width: 40%;
    margin: auto;
}

.instagram {
    position: relative;
    background: #1e1e1e;
    z-index: 10;
    box-shadow: 0px -2px 8px black;
}

.instagram h1 {
    text-align: center;
    margin: 0;
    padding: 20px 0px;
    color: #efefef;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.3px;
    font-size: 18pt;
}

.instagram h1 a {
    text-decoration: none;
    color: #f64f64;
    transition: .4s;
}

.instagram h1 a:hover {
    color: #ddc170;
}


/*TIMETABLE*/
/*TIMETABLE*/

.header {
    height: 400px;
}

.tt {
    background: url(/images/tt.jpg) no-repeat;
    background-size: cover;
}

.btt {
    background: url(/images/cu.jpg) 90% 0% no-repeat;
    background-size: cover;
}

.titlewrap {
    padding-top: 110px;
}

.header h1 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    color: #efefef;
    text-align: center;
    padding-top: 15px;
}

.timetable {
    text-align: right;
    padding: 30px 20px;
}

.timetable img {
    display: block;
    margin: auto;
    padding-bottom: 40px;
}

.pdf {
    position: relative;
    text-decoration: none;
    background: #1e1e1e;
    color: #efefef;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    padding: 10px 15px;
}

.pdf:hover {
    background: #b73143;
}

.twindow {
    position: relative;
    height: 300px;
    background: url(/images/fight.jpg) no-repeat 50% 0%;
    background-size: cover;
    background-attachment: fixed;
    z-index: 10;
}

.signup {
    padding: 30px 0px 40px 0px;
    text-align: center;
    background: #1e1e1e;
}

.signup h1 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 18pt;
    color: #efefef;
    padding-bottom: 15px;
}

.signup img {
    width: 100%;
    height: 20px;
    padding-bottom: 20px;
}

.signup a {
    text-decoration: none;
    background: #efefef;
    color: #1e1e1e;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.4px;
    padding: 8px 10px;
    transition: .8s;
}

.signup a:hover {
    background: #b73143;
    color: #efefef;
    transition: .2s;
}

/*MEMBERSHIPS*/
/*MEMBERSHIPS*/

.ms {
    background: url(/images/ms.jpg) no-repeat;
    background-size: cover;
}

.sign {
    padding: 30px 0px 45px 0px;
    background: #efefef;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #1e1e1e;
}

.sign h1 {
    margin: 0;
}

.sign h2 {
    font-size: 14pt;
    padding-bottom: 20px;
}

.sign a {
    text-decoration: none;
    background: #1e1e1e;
    color: #efefef;
    letter-spacing: 1.2px;
    padding: 8px 12px;
    transition: .8s;
}

.sign a:hover {
    background: #b73143;
    color: #efefef;
    transition: .2s;
}

.packages {
    position: relative;
    overflow: hidden;
    background: #dddddd;
    padding: 40px;
    text-align: center;
}

.pkgleft {
    float: left;
    width: 50%;
}

.pkgright {
    float: right;
    width: 50%;
}

.teens {
    width: 100%;
    margin-top: 50px;
}

.pkg {
    display: inline-block;
    position: relative;
    margin: auto;
    padding: 30px 0px 0px 0px;
    width: 320px;
    height: 420px;
    background: #efefef;
    -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.2);
}

.pkg h1 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 24pt;
    padding-bottom: 15px;
}

.pkg h2 {
    margin: 0 auto;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 16pt;
    border: 2px solid #1e1e1e;
    width: 4rem;
}

.pkg h3 {
    padding: 20px 0px;
    margin: 0 auto;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    font-size: 14pt;
}

.pkg h3 span {
    font-size: 10pt;
}

.price {
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-size: 19pt;
    color: #efefef;
    bottom: 0;
    width: 100%;
}

.price span {
    font-size: 13pt;
}

.adult {
    background: #b73143;
    padding: 15px 0px;
}

.teen {
    background: #e5a21d;
    padding: 15px 0px;
}

.annual {
    background: #5089aa;
    padding: 15px 0px;
}

.kid {
    margin-top: 50px;
}

.full {
    background: #4aad93;
    padding: 15px 0px;
}

.half {
    background: #333232;
    padding: 15px 0px;
}

.annual p {
    margin: 15px auto 5px auto;
    font-size: 11pt;
    width: 250px;
}

.insurance {
    padding-bottom: 30px;
    position: relative;
    background: #efefef;
    text-align: left;
    -webkit-box-shadow: 0px -2px 11px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -2px 11px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -2px 11px -1px rgba(0, 0, 0, 0.2);
}

.insurance h1 {
    margin: 0;
    padding: 30px 0px 20px 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 18pt;
    letter-spacing: 1.2px;
}

.insurance p {
    margin: 0;
    padding: 0px 0px 0px 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.1px;
    font-size: 12pt;
}

.insurance p span {
    font-size: 9pt;
}



/*COACHES*/
/*COACHES*/

.cs {
    background: url(/images/bjj.jpg) no-repeat;
    background-size: cover;
}

.bcs {
    background: url(/images/btt.jpg) 40% 0% no-repeat;
    background-size: cover;
}

.coaches {
    background: #1e1e1e;
    padding-bottom: 40px;
}

.type {
    text-align: center;
    padding: 40px 0px;
}

.leftside {
    width: 50%;
    float: left;
}

.rightside {
    width: 50%;
    float: right;
}

.type h3 {
    margin: 0;
    padding-bottom: 30px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 20pt;
    color: #efefef;
}

.coach {
    display: inline-block;
    margin: 0px 20px;
    position: relative;
    height: 350px;
    width: 233px;
    color: #efefef;
}

.cn {
    background: url(/images/coaches/nwadike.jpg) no-repeat;
    background-size: cover;
}

.ci {
    background: url(/images/coaches/ivaldi.jpg) no-repeat;
    background-size: cover;
}

.mi {
    background: url(/images/coaches/inman.jpg) no-repeat;
    background-size: cover;
}

.eof {
    background: url(/images/coaches/oflanagan.jpg) no-repeat;
    background-size: cover;
}

.eb {
    background: url(/images/coaches/brown.jpg) no-repeat;
    background-size: cover;
}

.ae {
    background: url(/images/coaches/egorov.jpg) no-repeat;
    background-size: cover;
}

.ac {
    background: url(/images/coaches/costa.jpg) no-repeat;
    background-size: cover;
}


.lh {
    background: url(/images/coaches/harvey.jpg) no-repeat;
    background-size: cover;
}

.ta {
    background: url(/images/coaches/asabre.jpg) no-repeat;
    background-size: cover;
}

.dm {
    background: url(/images/coaches/mckeever.jpg) no-repeat;
    background-size: cover;
}

.ah {
    background: url(/images/coaches/hamilton.jpg) no-repeat;
    background-size: cover;
}

#hs {
    font-size: 14pt;
}

.co {
    background: url(/images/coaches/otokito.jpg) no-repeat;
    background-size: cover;
}

.se {
    background: url(/images/coaches/eslami.jpg) no-repeat;
    background-size: cover;
}

.da {
    background: url(/images/coaches/anderson.jpg) no-repeat;
    background-size: cover;
}

.jm {
    background: url(/images/coaches/marway.jpg) no-repeat;
    background-size: cover;
}

.jd {
    background: url(/images/coaches/davidson.jpg) no-repeat;
    background-size: cover;
}

.ks {
    background: url(/images/coaches/sassa.jpg) no-repeat;
    background-size: cover;
}

.sg {
    background: url(/images/coaches/giles.jpg) no-repeat;
    background-size: cover;
}

.pt {
    background: url(/images/coaches/taggart.jpg) no-repeat;
    background-size: cover;
}

.sd {
    background: url(/images/coaches/dabija.jpg) no-repeat;
    background-size: cover;
}

.name {
    position: absolute;
    padding: 5px 0px 10px 0px;
    text-align: left;
    bottom: 0px;
    width: 100%;
    background: #efefef;
}

.name h1 {
    margin: 0;
    padding-left: 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 16pt;
    color: #1e1e1e;
}

.name h2 {
    margin: 0;
    padding-left: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10pt;
    letter-spacing: 1.5px;
    color: #1e1e1e;
}

@media only screen and (max-width : 600px) {

    .type {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width : 830px) {

    .lh,
    .jd,
    .ci,
    .dm {
        margin-top: 40px;
    }

}

@media only screen and (max-width : 549px) {

    .eof {
        margin-top: 40px;
    }

}


/*LANDING PAGES*/
/*LANDING PAGES*/


.bromley-hero,
.croydon-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-size: cover;
}

.croydon-hero {
    background: url(/images/c-hero.jpg) 20% 50% no-repeat;
    background-size: cover;
}

.bromley-hero {
    background: url(/images/b-hero.jpg) 20% 50% no-repeat;
    background-size: cover;
}


.hero-flexbox {
    text-align: center;
}

#bromley-logo,
#croydon-logo {
    display: block;
    margin: auto;
    height: 200px;
    transform: translateY(-70px);
}


.trialbox {
    text-decoration: none;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    padding: 15px 20px;
    transition: .8s;
    font-size: 20pt;
}

.c-trialbox {
    color: #efefef;
    background: #ab1d03;
    border: 5px solid #ab1d03;
}

.c-trialbox:hover {
    background: none;
    color: #ab1d03;
}

.b-trialbox {
    background: #cf9d15;
    color: #efefef;
    border: 5px solid #cf9d15;
}

.b-trialbox:hover {
    background: none;
    color: #cf9d15;
}



/*CONTACT US*/
/*CONTACT US*/

.cu {
    background: url(/images/cu.jpg) 50% 90% no-repeat;
    background-size: cover;
}

.bcu {
    background: url(/images/bcu.jpg) 50% 10% no-repeat;
    background-size: cover;
}

.form {
    background: #1e1e1e;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding: 30px 0px;
    font-size: 14pt;
}

form {
    margin: auto;
    padding: 20px 0px;
    background: lightgray;
    width: 350px;
}

input,
textarea {
    margin: 10px auto;
    display: block;
    background: #efefef;
    border-radius: 0;
    border: 3px solid #efefef;
    padding: 3px;
    width: 250px;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    resize: none;
    font-size: 12pt;
    font-family: 'Oswald', sans-serif;
}

input {
    height: 30px;
}

textarea {
    height: 200px;
}

.ftb {
    background: url(/images/ftb.jpg) 90% 75% no-repeat;
    background-size: cover;
}

.cmtrial {
    padding: 0px 10px;
}

.cm iframe,
.cmtrial iframe {
    display: block;
    margin: auto;
    padding: 20px 0px;
    height: 400px;
}

.call {
    position: relative;
    padding: 30px 0px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    background: #efefef;
}

.call h1 {
    margin: 0;
    font-size: 22pt;
}

.call img {
    display: block;
    padding-top: 20px;
    margin: auto;
    height: 40px;
}

.call h2 {
    padding-top: 20px;
    margin: 0;
    font-size: 17pt;
}

.map {
    position: relative;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    padding: 30px 0px;
    background: #1e1e1e;
    color: #efefef;
}

.map h1 {
    margin: 0;
    font-size: 22pt;
}

.map img {
    display: block;
    margin: auto;
    height: 40px;
    padding-top: 20px;
}

.map h2 {
    padding-top: 20px;
    margin: auto;
    font-size: 17pt;
    font-weight: 100;
}

.map h2 span {
    font-size: 19pt;
    font-weight: 600;
}

.map iframe {
    padding-top: 20px;
}

.travel {
    position: relative;
    text-align: center;
    background: lightgray;
    padding: 20px 0px 40px 0px;
    font-family: 'Oswald', sans-serif;
}

.travel h1 {
    margin: 0;
    font-size: 22pt;
    padding-bottom: 30px;
}

.mode {
    position: relative;
    margin: 0px 30px;
    display: inline-block;
    width: 250px;
    padding: 15px 0px;
    font-size: 15pt;
    background: #efefef;
    -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.2);
}

.mode h2 {
    margin: 0;
}

.mul {
    margin: 5px auto 5px auto;
    height: 4px;
    width: 60px;
    background: #911f1f;
}

#vehicle {
    padding-top: 15px;
    width: 100%;
    height: 90px;
}

#icon {
    width: 100%;
    height: 50px;
}

.mode p {
    margin: 0;
    padding-bottom: 5px;
}

@media only screen and (max-width : 950px) {

    .travel h1 {
        padding-bottom: 0px;
    }

    .mode {
        display: block;
        margin: 30px auto 0px auto;
    }
}


.ft {
    background: url(/images/ft.jpg) no-repeat 50% 20%;
    background-size: cover;
}


/*FOOTER*/
/*FOOTER*/

.footer {
    position: relative;
    background: #1e1e1e;
}

.shelf {
    height: 5px;
    width: 100%;
    background: #b73143;
}

.aff {
    display: none;
}

.social h1,
.aff h1 {
    padding-left: 6px;
    margin: 0;
    color: #828282;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11pt;
    text-transform: uppercase;
}

.social h1 {
    padding-bottom: 10px;
}

.aff h1 {
    padding-top: 10px;
    padding-bottom: 15px;
}

.social {
    padding: 15px 0px 0px 20px;
}

.aff {
    padding: 0px 0px 0px 20px;
}

#trustpilot {
    width: 100%;
    margin: 0px auto 0px 0px;
}

.copyright {
    padding-left: 26px;
    color: #828282;
}

.social img,
.aff img {
    height: 40px;
}

.social a,
.aff a {
    text-decoration: none;
    filter: grayscale(100%);
    transition: 0.4s;
}

.social a:hover,
.aff a:hover {
    filter: grayscale(0);
}

.line {
    height: 2px;
    width: 200px;
    background: #1e1e1e;
    margin: 10px 0px;
}

.copyright {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11pt;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.copyright p {
    position: absolute;
    margin: 0 auto;
}

@media only screen and (max-width : 700px) {

    .pagepic {
        display: none;
        width: 0px;
    }

    .list {
        width: 100%;
        flex: none;
    }
}

@media only screen and (max-width : 900px) {

    #bgvid {
        display: none;
    }

    .hero-info a {
        display: block;
        margin: 0 auto 30px auto;
    }

    .hero-info h1 {
        display: block;
        margin: 50px auto;
    }

    .about {
        height: auto;
        overflow: hidden;
    }

    .abouttext {
        width: 100%;
        padding-top: 30px;
        background: #1e1e1e;
    }

    .abouttext p,
    .abouttext h1 {
        max-width: 400px;
        width: 90%;
        margin: auto;
    }

    .aboutpic {
        display: none;
    }

    .timetable {
        text-align: center;
    }

    .pkgleft,
    .pkgright {
        float: none;
        width: 100%;
    }

    .teens {
        margin-top: 0;
    }

    .pkg {
        margin-bottom: 60px;
    }

    .kid {
        margin: 0;
    }
}
