@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";


@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);

html {
    width: 100%;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background-color: #344046;
    /*color: #bab9b9;*/
    color: #5d5c5c;
    font: 14px/23px Arial, Helvetica, sans-serif;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 23px;
}

.p1 {
    margin-bottom: 10px;
}

input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}

.Logo {
    position: relative; 
    text-align: center; 
    float: left; 
    margin-bottom: 58px; 
    padding-top: 68px;
}

/****Heads****/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #344046;
    font-weight: 300;
    text-transform: uppercase;
}

h2 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}

h3 {
    font-size: 50px;
    line-height: 40px;
    padding-top: 25px;
    margin-bottom: 52px;
}

.page1 h3 {
    margin-bottom: 52px;
    padding-top: 67px;
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.list {
    }

        ul.list li {
            font: 300 15px/23px 'Open Sans', sans-serif;
            text-transform: uppercase;
            padding-left: 30px;
            background: url(../images/marker.png) 0 9px no-repeat;
        }

            ul.list li + li {
                margin-top: 12px;
            }

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

    a:hover {
        color: #54bf83;
    }

    a.btn {
        font: 600 15px/20px 'Open Sans', sans-serif;
        text-transform: uppercase;
        display: inline-block;
        padding: 14px 18px 16px;
        background-color: #344046;
        color: #fff;
        margin-top: 28px;
    }

        a.btn:hover {
            background-color: #54bf83;
        }


/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}

.m0 {
    margin: 0 !important;
}

.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 23px;
    margin-top: 7px;
}



.fleft {
    float: left;
    width: auto !important;
    margin-right: 28px;
    margin-bottom: 0px;
    margin-top: 7px;
}


.oh {
    overflow: hidden;
}

.fright {
    float: right !important;
}

.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}

.center {
    text-align: center;
}

.wrapper, .extra_wrapper {
    overflow: hidden;
}

.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

header {
    display: block;
    position: relative;
}

    header h1 {
        position: relative;
        text-align: center;
        float: left;
        margin-bottom: 91px;
        padding-top: 88px;
    }


        header h1 a {
            display: inline-block;
            overflow: hidden;
            width: 346px;
            height: 81px;
            font-size: 0;
            line-height: 0;
            text-indent: -999px;
            transition: 0s ease;
            -o-transition: 0s ease;
            -webkit-transition: 0s ease;
        }

            header h1 a img {
                display: block;
            }


.main {
    background-color: #fff;
}

.banners {
    position: relative;
    z-index: 990;
    margin-top: -325px;
    padding-bottom: 34px;
}

.banner {
    background-color: #fff;
}

    .banner .title {
        padding: 25px 48px 25px;
        color: #fff;
        font: 300 50px/50px 'Open Sans', sans-serif;
        background-color: #54bf83;
        text-transform: uppercase;
    }

        .banner .title span {
            padding-top: 2px;
            color: #337c53;
            font-weight: normal;
            font-size: 20px;
            line-height: 25px;
            display: block;
        }

.ban_bot {
    padding: 40px 18px 42px 48px;
}

.gray {
    background-color: #f3f3f3;
}

a.link1 {
    margin-bottom: 74px;
    font: 300 60px/35px 'Open Sans', sans-serif;
    color: #fff;
    display: block;
    padding-top: 51px;
    padding-bottom: 47px;
    text-transform: uppercase;
    padding-left: 185px;
    position: relative;
    background: url(../images/icon1.png) 0 center no-repeat #344046;
}

    a.link1 span {
        transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }

    a.link1:hover {
        background-color: #54bf83;
    }

        a.link1:hover .col1 {
            color: #fff;
        }

    a.link1:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        content: '';
        background: url(../images/link_marker.png) 0 center no-repeat #54bf83;
        width: 81px;
    }

    a.link1.ln1 {
        background-image: url(../images/icon2.png);
    }

    a.link1 span {
        padding-top: 10px;
        font-size: 30px;
        display: block;
    }


/**Content**/
.content {
    padding-bottom: 71px;
}

.page1 .content {
    padding-bottom: 86px;
}

.cl1 {
    height: 16px;
}

.text1 {
    font: 300 20px/25px 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.hor {
    margin-bottom: 4px;
    border-bottom: 1px solid #f5f5f6;
    padding-top: 62px;
}

.table1 {
    width: 100%;
    text-transform: uppercase;
    color: #3e454c;
    font: 300 15px/25px 'Open Sans', sans-serif;
}

    .table1 thead {
        color: #fff;
        background-color: #69c690;
    }

    .table1.th1 thead {
        background-color: #344046;
    }

    .table1.th2 thead {
        background-color: #d2d2d2;
    }

    .table1 thead td {
        padding-left: 24px;
        font-weight: 600;
        font-size: 20px;
        padding: 15px 24px 19px;
    }

    .table1 .col1 {
        font-size: 20px;
    }

    .table1 tbody tr {
        background-color: #f5f5f5;
    }

    .table1 sup {
        font-size: 10px;
        position: relative;
        top: -4px;
    }

    .table1 tbody tr:first-child + tr {
        background-color: #fcfcfc;
    }


        .table1 tbody tr:first-child + tr td {
            padding-bottom: 18px;
        }

    .table1 tbody td {
        padding: 15px 0 19px;
    }

.page1 .hor + h3 {
    padding-bottom: 7px;
}

.table1 span {
    margin-left: 19px;
    display: inline-block;
    background: url(../images/clock.png) 0 5px no-repeat;
    padding-left: 28px;
}

.gb1 h3 {
    margin-bottom: 53px;
    padding-top: 66px;
}

.gb1 {
    padding-bottom: 67px;
}

.cl2 {
    height: 17px;
}

ul.list.l1 {
    margin-bottom: 22px;
    padding-top: 21px;
}

.box {
    background-color: #f3f3f3;
    margin-top: 60px;
}

    .box .title {
        background-color: #54bf83;
        color: #337c53;
        text-transform: uppercase;
        padding: 18px 0px 22px 48px;
        font: 20px/25px 'Open Sans', sans-serif;
    }

.box_bot {
    padding: 27px 15px 35px 48px;
}

    .box_bot a.btn {
        position: relative;
        top: 1px;
    }

.tx1 {
    margin-top: -1px;
}

.p2 {
    margin-bottom: 14px;
}

.block1 {
    margin-top: 12px;
}

h3.head1 {
    padding-top: 0;
    padding-bottom: 9px;
    margin-top: -4px;
}

.blog {
    overflow: hidden;
}

    .blog time {
        text-align: center;
        position: relative;
        padding-top: 9px;
        background-color: #344046;
        display: block;
        text-transform: uppercase;
        float: left;
        width: 70px;
        margin-right: 30px;
        color: #fff;
        padding-bottom: 7px;
        font: 300 30px/18px 'Open Sans', sans-serif;
    }

        .blog time span {
            padding-top: 7px;
            display: block;
            font-size: 14px;
        }

    .blog div .text1 {
        margin-bottom: 14px;
    }

    .blog .clear {
        height: 17px;
    }

    .blog .text1 {
        margin-bottom: 7px;
    }

    .blog + .blog {
        padding-top: 72px;
        border-top: 1px solid #f5f5f6;
        margin-top: 71px;
    }

.head1 + .list {
    margin-bottom: 4px;
    margin-top: -8px;
}

.hor + .head1 {
    padding-top: 67px;
}

.prv .text1 {
    padding-top: 0px;
    margin-top: -6px;
    padding-bottom: 2px;
}


.prv p + .text1 {
    padding-top: 24px;
    margin-top: 0;
}

/**Map**/

.col1 {
    color: #54bf83;
}

    .col1 a:hover, a.col1:hover {
        color: #3e454c;
    }

.col2 {
    color: #3e454c;
}

.map {
    overflow: hidden;
    position: relative;
}

    .map figure {
        padding-bottom: 8px;
        padding-top: 0px;
        position: relative;
        display: block;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .map + .hor {
        margin-bottom: 0px;
    }

    .map figure iframe {
        width: 100%;
        height: 392px;
        max-width: 100%;
    }

    .map address {
        line-height: 24px;
        padding-top: 2px;
        float: left;
        display: block;
    }

        .map address dt {
            margin-bottom: 16px;
        }

        .map address + address {
            padding-top: 47px;
        }

address dd span {
    min-width: 142px;
    display: inline-block;
    text-align: left;
}

.map address dd span.col1 {
    min-width: 0;
}

/**Footer**/

footer {
    display: block;
    padding: 0px 0 60px;
    color: #8f9caa;
    font-family: 'Open Sans', sans-serif;
}

.copy {
    padding-top: 64px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}

    .copy strong {
        font-weight: 600;
        text-transform: uppercase;
    }

.socials {
    padding-top: 15px;
    overflow: hidden;
}

    .socials a {
        display: block;
        border-radius: 500px;
        float: left;
        width: 34px;
        height: 34px;
        background: url(../images/socials.png) 0 0 no-repeat #3f4b53;
    }

        .socials a:hover {
            background-color: #54bf83;
        }

        .socials a + a {
            margin-left: 9px;
        }

a.soc1 {
    background-position: -43px 0;
}

a.soc2 {
    background-position: -86px 0;
}

a.soc3 {
    background-position: right 0;
}

footer address {
    position: relative;
    padding-left: 50px;
    padding-top: 69px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
}

.add1 {
    padding-top: 67px;
    padding-left: 48px;
    line-height: 20px;
}

footer address img {
    position: absolute;
    left: 0;
    top: 71px;
}

footer address span {
    display: block;
    margin-bottom: 3px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 594px;
    overflow: hidden;
    width: 73px;
    height: 73px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

    #toTop:hover {
        outline: none;
        background-position: right 0;
    }

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* FONTS FAMILY */
.helvetica-condensed {
    font-family: 'HelveticaLTStdCondensed', arial;
}

.helvetica-condensed-bold {
    font-family: 'HelveticaNeueCondensedBold', arial;
}

.league-gothic {
    font-family: 'league_gothicregular', arial;
}

.baskerville {
    font-family: 'Baskerville-Italic', arial;
}

.uppercase {
    text-transform: uppercase !important
}


/* booking banner  */

.booking-banner {
    padding: 0px;
}

.booking-banner {
    background: #69c690
}

    .booking-banner .banner2 {
        position: relative;
        background: url(../images/slide.jpg) no-repeat bottom center;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        padding: 0px 0px;
    }

        .booking-banner .banner2 .info2 {
            text-align: left;
            padding: 290px 30px 60px 10px;
        }

    .booking-banner h1, .booking-banner h2 {
        margin-bottom: 0px;
        color: #fff;
    }

    .booking-banner h1 {
        font-size: 55px;
        line-height: normal;
    }

    .booking-banner h2 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: normal;
        text-transform: none
    }

    .booking-banner h3 {
        margin-bottom: 25px;
        letter-spacing: 0.5px;
    }



/* Main banner  */

.main-banner {
    padding: 0px;
}

.main-banner {
    background: #69c690
}

    .main-banner .banner {
        position: relative;
        background: url(../images/slide1.jpg) no-repeat bottom center;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        padding: 0px 0px;
    }

    .main-banner .banner .info {
            text-align: left;
            padding: 270px 30px 60px 10px;
        }

    .main-banner h1, .main-banner h2 {
        margin-bottom: 0px;
        color: #fff;
    }

    .main-banner h1 {
        font-size: 55px;
        line-height: normal;
    }

    .main-banner h2 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: normal;
        text-transform: none
    }

    .main-banner h3 {
        margin-bottom: 25px;
        letter-spacing: 0.5px;
    }

.small-size {
}



/* Schedule Form  */
.schedule-lessons {
    position: relative;
    padding: 40px 25px;
}

    .schedule-lessons h2, .tel-call {
        color: #ffffff;
        display: block;
        font-size: 24px;
        font-weight: normal;
        text-shadow: 1px 1px 1px #0b83a8;
    }

    .schedule-lessons form {
        display: block;
        width: 100%;
        overflow: hidden
    }

        .schedule-lessons form input, .schedule-lessons form textarea {
            display: block;
            width: 100%;
            background: #fff;
            border: 1px solid #fff;
            border-width: 1px 0px 0px 1px;
            color: #344046;
            margin-bottom: 10px;
            -webkit-appearance: none !important;
            border-radius: 0;
            padding: 12px 16px;
            font-size: 16px;
            line-height: 18px;
        }


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {

    .extra_wrapper {
        overflow: visible;
    }

    .caption {
        margin-left: -470px;
    }

    .camera_pag {
        margin-left: -470px;
    }
}

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

    .map address dd span {
        min-width: 0;
    }

    .box .title {
        padding-left: 25px;
        padding-right: 20px;
    }

    .table1 {
        font-size: 12px;
    }

    .caption, .camera_pag {
        margin-left: -374px;
    }

        .caption h2 {
            font-size: 36px;
        }

    .page1 .fleft, .gb1 .noresize, .blog .fleft {
        margin-right: 0;
        float: none;
        width: 100% !important;
        margin-bottom: 15px;
    }

    h3.head1 {
        padding-top: 60px;
    }

    h3 {
        font-size: 40px;
    }

    a.link1 {
        padding-left: 120px;
        font-size: 25px;
        padding-top: 28px;
        padding-bottom: 28px;
        background-position: -40px center;
    }

        a.link1 span {
            font-size: 20px;
        }

    .table1 span {
        margin-left: 5px;
    }

    .map address + address {
        float: left;
    }

    .map figure,
    .map figure iframe,
    #form input,
    #form textarea,
    #form .success {
        width: 100% !important;
        float: none !important;
    }

    #form .success {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .map figure {
        height: auto !important;
    }


    .map figure {
        margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }
}

@media only screen and (max-width: 767px) {
    .main-banner .banner .info {
        text-align: left;
        padding: 100px 30px 60px 10px;
    }
    .booking-banner .banner2 .info2 {
        text-align: left;
        padding: 100px 30px 60px 10px;
    }
    .fright {
        float: none !important;
    }
    .Logo {
        margin-bottom: 28px; 
        padding-top: 28px;
    }

    ul.list {
        margin-top: 12px;
    }

    .box img {
        width: 100%;
    }

    .camera_wrap {
        height: 600px !important;
    }

        .camera_wrap img {
            height: 600px !important;
            margin: 0 0 0 0 !important;
            max-width: 1000%;
            width: 1339px !important;
            display: block;
            left: 50% !important;
            margin-left: -869px !important;
        }

    .caption {
        display: none;
    }

    .camera_pag {
        top: 65px;
        left: 50%;
        margin-left: -40px;
    }

    .banner img {
        width: 100%;
    }

    .banner {
        margin-bottom: 25px;
    }

    .map address {
        float: none;
        margin-left: 0 !important;
    }

        .map address + address {
            margin-top: 30px;
        }


    header h1 {
        display: block;
        width: auto;
        margin-left: 0;
        position: relative;
        height: auto;
    }

    .img_inner {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    h1 a {
        max-width: 90%;
    }


    .img_inner img {
        width: 100%;
    }


    header h1 {
        margin-bottom: 70px;
        float: none;
        left: 0;
        text-align: center;
    }

        header h1 a {
            width: auto;
            display: inline-block;
            height: auto;
        }

            header h1 a img {
            }

    .map {
        padding-right: 0px !important;
    }

        .map figure iframe {
            width: 100%;
            height: 300px;
        }

        .map address {
            margin-right: 0;
        }


    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }

    .none {
        clear: both;
    }

    .table1 {
        margin-bottom: 25px;
    }

    .page1 ul.list {
        padding-top: 30px;
    }
}


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

    a.link1 {
        background-image: none !important;
        padding-left: 20px;
    }
}
