@import url(//fonts.googleapis.com/css?family=Quicksand:300);
@import url(//fonts.googleapis.com/css?family=Quicksand:400);
@import url(//fonts.googleapis.com/css?family=Quicksand:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@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:700);

body {
    background: #8fbf56;
    font: 14px Arial,Helvetica,sans-serif;
    line-height: 1.428571429;
    color: #7e7da8;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
        background: none;
    }

    a[href^="tel:"] {
        color: inherit;
        text-decoration: none;
    }

textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: caret;
}

p {
    margin-bottom: 17px;
    line-height: 24px;
}

    p > strong {
    }

h1.navbar-brand_ {
    margin: 0;
    padding: 0;
    margin-right: 38px;
}

    h1.navbar-brand_ a {
        display: inline-block;
    }

        h1.navbar-brand_ a > img {
        }

h2 {
    color: #302f46;
    font: bold 24px/25px 'Arial';
    margin: 0 0 19px 0;
}

h3 {
    color: #ffffff;
    font: bold 18px/20px 'Open Sans';
    margin: 0 0 22px 0;
    text-transform: uppercase;
}

h4 {
    color: #302f46;
    font: bold 24px/25px 'Arial';
    margin: 0 0 46px 0;
}

h5 {
    color: #302f46;
    font: bold 16px/18px 'Arial';
}

.extra-wrap {
    overflow: hidden;
}

.container {
    position: relative;
}

.global {
    background: url(../img/pattern.png) repeat;
    padding-top: 80px;
}

.main {
    background: #ffffff;
}

nav.tm_navbar {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    min-height: 0;
    margin-top: 19px;
}

    nav.tm_navbar li {
        float: left;
        font-size: 14px;
        line-height: 24px;
        padding: 0;
        position: relative;
        margin-right: 34px;
    }

        nav.tm_navbar li:last-child {
            margin-right: 0;
            padding-right: 0;
        }

        nav.tm_navbar li a {
            position: relative;
            padding: 0;
            text-transform: none;
            font: bold 14px 'Quicksand';
            color: #181818;
            background: none;
            line-height: 22px;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

        nav.tm_navbar li.active > a {
            color: #8fbf56;
            background: none;
        }

        nav.tm_navbar li > a:hover {
            color: #302f46;
            background: none;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

    nav.tm_navbar .sfHover > a {
        color: #8fbf56;
        background: none;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    nav.tm_navbar li a span {
        display: inline-block;
        height: 4px;
        background: url(../img/menu-marker.png) no-repeat;
        width: 5px;
        position: absolute;
        left: 25px;
        top: 23px;
        float: left;
        margin-left: 7px;
    }

    nav.tm_navbar .sub-menu > ul {
        position: absolute;
        display: none;
        width: 122px;
        left: 0;
        top: 45px;
        list-style: none !important;
        zoom: 1;
        z-index: 11;
        background: #e9e9e9;
        border: 1px solid #dbdbdb;
        padding: 13px 0 13px 10px;
        margin: 0;
    }

        nav.tm_navbar .sub-menu > ul li {
            background: none;
            border: none;
            width: auto;
            float: none;
            margin: 0;
            padding: 0;
            margin-bottom: 15px;
            display: block;
            text-align: left;
        }

            nav.tm_navbar .sub-menu > ul li a {
                padding: 0;
                margin: 0;
                display: inline-block;
                float: none;
                font: bold 12px 'Quicksand';
                color: #181818;
                background: none;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

            nav.tm_navbar .sub-menu > ul li span {
                display: inline-block;
                background: url(../img/menu-marker2.png) no-repeat;
                width: 6px;
                height: 5px;
                position: absolute;
                right: 9px;
                top: 10px;
            }

            nav.tm_navbar .sub-menu > ul li a:hover {
                text-decoration: none;
                color: #8fbf56 !important;
                background: none !important;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

            nav.tm_navbar .sub-menu > ul li.sfHover > a {
                text-decoration: none;
                color: #8fbf56 !important;
                background: none !important;
            }

    nav.tm_navbar .sub-menu ul ul {
        position: absolute;
        display: none;
        width: 122px;
        left: 110px;
        top: -14px;
        list-style: none !important;
        zoom: 1;
        z-index: 11;
        background: #e9e9e9;
        border: 1px solid #dbdbdb;
        padding: 13px 0 13px 10px;
        margin: 0;
    }

        nav.tm_navbar .sub-menu ul ul li {
            background: none;
            border: none;
            width: auto;
            float: none;
            margin: 0;
            padding: 0;
            margin-bottom: 15px;
            display: block;
            text-align: left;
        }

            nav.tm_navbar .sub-menu ul ul li a {
                padding: 0;
                margin: 0;
                display: inline-block;
                float: none;
                font: bold 12px 'Quicksand';
                color: #181818;
                background: none;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

    nav.tm_navbar .sub-menu > ul li > ul li a:hover {
        text-decoration: none;
        color: #8fbf56 !important;
        background: none !important;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

.select-menu {
    display: none !important;
}

header {
    padding-top: 20px;
    padding-bottom: 13px;
    border-bottom: 4px solid #8fbf56;
    background: linear-gradient(#8fbf56, #f1f1f8);
}

    header.indent {
        padding-bottom: 19px;
    }

    header .container1 .container > div {
        margin-top: 0;
    }

footer {
    padding: 56px 0 0 0;
    background: #302f46;
    border-top: 4px solid #8fbf56;
    height: 400px;
}

    footer .title1 {
        font: 300 14px 'Open Sans';
        margin-bottom: 9px;
        color: #cacadf;
    }

    footer p {
        color: #cacadf;
        line-height: 18px;
    }

    footer .info p {
        margin-bottom: 0;
    }

        footer .info p > span {
            width: 82px;
            display: inline-block;
            color: #ffffff;
        }

    footer .info a {
        color: #8fbf56;
    }

        footer .info a:hover {
            color: #ffffff;
        }

    footer > section {
        background: #8fbf56;
        padding-top: 14px;
        padding-bottom: 15px;
        text-align: center;
    }

        footer > section p {
            color: #ffffff;
            font: 14px 'Open Sans';
            margin-bottom: 0;
        }

        footer > section span {
            color: #ffffff;
            font: 14px 'Open Sans';
            padding: 0 5px;
        }

        footer > section a {
            color: #ffffff;
            font: 14px 'Open Sans';
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

            footer > section a:hover {
                color: #302f46;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

    footer .priv br {
        display: none;
    }

.follow_icon {
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
}

    .follow_icon li {
        margin-right: 19px;
        float: left;
    }

        .follow_icon li a {
            font-size: 24px;
            color: #ffffff;
            background: #484764;
            width: 50px;
            height: 50px;
            border-radius: 50px;
            text-align: center;
            padding-top: 13px;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

            .follow_icon li a:hover {
                background: #ffffff;
                color: #484764;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

.sloganBox {
    background: url) 0 no-repeat;
    0 0 0;
    text-align: center;
    margin-top: -25px;
}

    .sloganBox .title1 {
        font: bold 35px/40px 'Open Sans';
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0;
        text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
    }

    .sloganBox .title2 {
        font: bold 14px/18px 'Open Sans';
        color: #ffffff;
        letter-spacing: 0;
        margin-bottom: 25px;
        text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
    }

.circleBox1 {
    margin-top: -45px;
}

    .circleBox1 figure {
        border-radius: 300px;
        display: inline-block;
        overflow: hidden;
        border: 5px solid #e5e5e5;
    }

        .circleBox1 figure img {
            border-radius: 300px;
        }

.yorkBox {
    background: url(../img/picture2.jpg) center 0 no-repeat;
    padding: 69px 0 0 0;
    min-height: 361px;
    text-align: center;
    margin-bottom: 36px;
}

    .yorkBox p {
        margin-bottom: 0;
        font: 600 150px 'Open Sans';
        color: #ffffff;
        padding-top: 5px;
        letter-spacing: -6px;
        text-transform: uppercase;
    }

.londonBox {
    background: url(../img/picture3.jpg) center 0 no-repeat;
    padding: 69px 0 0 0;
    min-height: 361px;
    text-align: center;
    margin-bottom: 36px;
}

    .londonBox p {
        margin-bottom: 0;
        font: 600 150px 'Open Sans';
        color: #ffffff;
        padding-top: 5px;
        letter-spacing: -6px;
        text-transform: uppercase;
    }

.gradient-border {
    background-image: -webkit-gradient(linear,left 0%,left 100%,from(#f4da4a),to(#f1ce3b));
    background-image: -webkit-linear-gradient(top,#f4da4a,0%,#f1ce3b,100%);
    background-image: -moz-linear-gradient(top,#f4da4a 0%,#f1ce3b 100%);
    background-image: linear-gradient(to bottom,#f4da4a 0%,#f1ce3b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4da4a',endColorstr='#fff1ce3b',GradientType=0);
    width: 100%;
    height: 11px;
}

.info-box p {
    font: 12px/18px 'Open Sans';
    color: #ffffff;
    letter-spacing: 1px;
}

.info-box a {
    color: #edce3d;
    text-decoration: underline;
    letter-spacing: 1px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .info-box a:hover {
        color: #ffffff;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

.info-box h2 {
    font-size: 21px;
    letter-spacing: 2px;
    white-space: nowrap;
}

.professionalBox {
    padding-top: 81px;
    padding-bottom: 68px;
}

    .professionalBox h2 {
        margin-bottom: 42px;
    }

    .professionalBox article figure {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 38px;
    }

        .professionalBox article figure img {
            display: inline-block;
        }

.stallionBox {
    background: #ececf1 url(../img/pattern2.png) repeat;
    padding-top: 12px;
    padding-bottom: 46px;
}

.picBox {
    max-height: 256px;
    overflow: hidden;
    margin-bottom: 59px;
}

    .picBox figure img {
        width: 100%;
    }

.programsBox {
    padding: 48px 0 42px 0;
    background: #ffffff;
}

.servicesBox {
    padding-bottom: 94px;
}

    .servicesBox em {
        width: 100%;
        height: 1px;
        display: block;
        background: #f2f2f2;
        margin-top: -10px;
        margin-bottom: 50px;
    }

    .servicesBox .container > h2 {
        font: 15px/20px Racing Sans One;
        color: #4b4b4b;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

        .servicesBox .container > h2 > span {
            background: #ffffff;
            display: inline-block;
            padding: 0 17px;
        }

.mailBox p {
    margin-bottom: 10px;
}

.mailBox a:hover {
    text-decoration: underline;
}

.mailBox p img {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.mailBox p a {
    color: #9ff2ff;
    font: 22px 'Georgia';
}

.mailBox span a {
    color: #ffffff;
    font: 22px 'Georgia';
}

.mailBox span img {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.formBox {
    padding-top: 26px;
    margin-bottom: 31px;
}

.error-box {
    padding-bottom: 67px;
}

.errorBox {
    text-align: center;
    margin-top: 34px;
}

    .errorBox > img {
        display: inline-block;
        width: 100%;
    }

.errorBox1 {
    padding-top: 4px;
}

    .errorBox1 h4 {
        font-size: 36px;
        margin-bottom: 19px;
    }

    .errorBox1 h2 {
        margin: 0 0 31px 0;
    }

    .errorBox1 p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

.searchBox {
    padding-bottom: 60px;
}

#toTop {
    display: none;
    width: 50px;
    height: 51px;
    border-radius: 54px;
    background: url(../img/top.png) 0 top no-repeat;
    position: fixed;
    margin-right: -710px !important;
    right: 50%;
    bottom: 50px;
    z-index: 999;
}

    #toTop:hover {
        background: url(../img/top.png) 0 bottom no-repeat;
    }

.circleBox {
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
}

    .circleBox p {
        font: 35px 'Georgia';
        color: #403727;
        margin-bottom: 0;
        margin-top: -36px;
        padding-bottom: 40px;
    }

        .circleBox p a {
            color: #f94902;
            border-bottom: 3px dashed #f94902;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

            .circleBox p a:hover {
                color: #403727;
                border-color: #403727;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

    .circleBox ul {
        list-style: none;
        margin: -60px 0 0 0;
        padding: 0;
        display: inline-block;
    }

        .circleBox ul li {
            width: 189px;
            height: 189px;
            float: left;
            overflow: hidden;
            border-radius: 189px;
            background: #ffffff;
            padding-top: 37px;
        }

            .circleBox ul li:first-child + li {
                margin-top: -30px;
            }

.servBox {
    padding-bottom: 61px;
}

.privacyBox {
    padding-bottom: 65px;
}

    .privacyBox p {
        margin-bottom: 24px;
    }

.tel {
    float: right;
    margin-top: 18px;
}

    .tel h2 {
        font: 300 15px 'Open Sans';
        color: #f2d13e;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .tel img {
        float: left;
        margin-right: 17px;
    }

    .tel p {
        font: 600 25px 'Open Sans';
        color: #ffffff;
        margin-top: -2px;
    }

.banner-box {
    padding-top: 40px;
    margin-bottom: 47px;
}

    .banner-box hr {
        border-bottom: none;
        border-top: 1px solid #ebeced;
    }

.bannerBox {
    overflow: hidden;
    padding-bottom: 30px;
}

.galleryBox {
    overflow: hidden;
    padding-bottom: 50px;
}

.logosBox {
    margin-top: 2px;
    margin-bottom: 61px;
}

    .logosBox ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .logosBox ul li {
            float: left;
            border-right: 1px solid #dcdddd;
        }

            .logosBox ul li img {
                width: 100%;
            }

            .logosBox ul li:last-child {
                border-right: none;
            }

.testimonialsBox {
    padding-top: 33px;
    padding-bottom: 46px;
}

    .testimonialsBox .col-xs-6 > div {
        overflow: hidden;
    }

    .testimonialsBox h4 {
        margin-bottom: 58px;
    }

    .testimonialsBox img {
        float: left;
        margin-right: 11px;
        margin-top: -9px;
    }

    .testimonialsBox p {
        font-style: italic;
        color: #575671;
    }

    .testimonialsBox a {
        color: #302f46;
        font: bold 16px/20px Arial,Helvetica,sans-serif;
        margin-top: 18px;
        display: inline-block;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .testimonialsBox a:hover {
            color: #8fbf56;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

    .testimonialsBox article {
        margin-top: -3px;
    }

.trainers-box {
    margin-top: -4px;
}

.trainerBox {
    margin-bottom: 21px;
    padding-top: 4px;
}

    .trainerBox figure {
        margin: 0;
    }

        .trainerBox figure img {
            width: 100%;
        }

    .trainerBox a {
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .trainerBox a:hover {
            opacity: 0.8;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

.unlockBox {
    padding-top: 66px;
    background: url(../img/pattern.png) repeat;
    padding-bottom: 11px;
    -webkit-box-shadow: inset 1px 0px 2px 0 rgba(0,0,0,0.3);
    box-shadow: inset 1px 2px 2px 0 rgba(0,0,0,0.3);
}

    .unlockBox p {
        color: #575671;
    }

    .unlockBox.colorBox {
        background: #302f46;
        box-shadow: none;
    }

        .unlockBox.colorBox h2 {
            color: #dbdaed;
        }

        .unlockBox.colorBox p {
            color: #dbdaed;
        }

.classesBox {
    padding-top: 66px;
    background: url(../img/pattern.png) repeat;
    padding-bottom: 41px;
}

    .classesBox h2 {
        margin: 0 0 46px 0;
    }

.list_carousel {
    position: relative;
}

    .list_carousel #foo {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        cursor: default;
        margin-top: 0 !important;
    }

        .list_carousel #foo > li {
            padding: 0;
            float: left;
            cursor: default;
            margin-top: 0;
            padding-bottom: 9px;
        }

    .list_carousel.responsive {
        width: auto;
        margin-bottom: 60px;
    }

        .list_carousel.responsive .caroufredsel_wrapper {
            cursor: default !important;
        }

    .list_carousel .prev, .list_carousel .next {
        display: inline-block;
        width: 45px;
        height: 45px;
        cursor: pointer;
        position: absolute;
        bottom: 0;
    }

    .list_carousel .prev {
        background: url(../img/prev_arrow.png) 0 top no-repeat;
        left: 0;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .list_carousel .next {
        background: url(../img/next_arrow.png) 0 top no-repeat;
        left: 48px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .list_carousel .prev:hover {
        background: url(../img/prev_arrow.png) 0 bottom no-repeat;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .list_carousel .next:hover {
        background: url(../img/next_arrow.png) 0 bottom no-repeat;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

.thumb-pad1 {
    overflow: hidden;
    padding: 0 0 16px 0;
    margin-bottom: 0;
    background: #ffffff;
    border-bottom: 4px solid #7e7da8;
    margin-bottom: 29px;
}

    .thumb-pad1 .thumbnail {
        position: relative;
        background: none;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

        .thumb-pad1 .thumbnail figure {
            margin: 0;
            margin-bottom: 25px;
        }

            .thumb-pad1 .thumbnail figure a {
                opacity: 1;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

                .thumb-pad1 .thumbnail figure a:hover {
                    opacity: 0.8;
                    -webkit-transition: all 0.35s ease;
                    transition: all 0.35s ease;
                }

            .thumb-pad1 .thumbnail figure img {
                width: 100%;
            }

        .thumb-pad1 .thumbnail .caption {
            padding: 0;
            color: #7e7da8;
            overflow: hidden;
            padding-left: 19px;
            padding-right: 19px;
        }

            .thumb-pad1 .thumbnail .caption a {
                font: bold 24px/22px 'Quicksand';
                color: #242424;
                letter-spacing: 0;
                text-transform: uppercase;
                text-decoration: none;
            }

                .thumb-pad1 .thumbnail .caption a:hover {
                    text-decoration: underline;
                }

            .thumb-pad1 .thumbnail .caption .title1 {
                font: 12px Arial,Helvetica,sans-serif;
                color: #7e7da8;
                margin-bottom: 13px;
            }

            .thumb-pad1 .thumbnail .caption .title2 {
                font: 14px/24px Arial,Helvetica,sans-serif;
                color: #7e7da8;
                margin-bottom: 13px;
                padding-top: 13px;
            }

.thumb-pad1-1 .thumbnail {
    position: relative;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

    .thumb-pad1-1 .thumbnail .caption {
        padding: 0;
        color: #7e7da8;
        overflow: hidden;
    }

    .thumb-pad1-1 .thumbnail figure {
        margin: 0;
        width: 100%;
        margin-bottom: 27px;
    }

        .thumb-pad1-1 .thumbnail figure img {
            width: 100%;
        }

.thumb-pad2 {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .thumb-pad2 .thumbnail {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
        margin-bottom: 19px;
    }

        .thumb-pad2 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
        }

    .thumb-pad2 figure {
        margin: 0;
        float: left;
        margin-right: 29px;
    }

.thumb-pad2-1 {
    margin: 0;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}

    .thumb-pad2-1 .thumbnail {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
    }

        .thumb-pad2-1 .thumbnail .caption {
            padding: 0;
            color: #7e7da8;
            overflow: hidden;
        }

            .thumb-pad2-1 .thumbnail .caption p {
                margin-bottom: 0;
            }

            .thumb-pad2-1 .thumbnail .caption a {
                color: #3e454c;
                font: 600 25px/25px 'Open Sans';
                margin: 0;
                text-transform: uppercase;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

                .thumb-pad2-1 .thumbnail .caption a:hover {
                    color: #ffd64f;
                    -webkit-transition: all 0.35s ease;
                    transition: all 0.35s ease;
                }

            .thumb-pad2-1 .thumbnail .caption h4 {
                color: #ffd64f;
                font-weight: 300;
                margin-bottom: 14px;
            }

    .thumb-pad2-1 .badge {
        padding: 0;
        margin: 0;
        box-shadow: none;
        text-shadow: none;
        border: none;
        border-radius: 0;
        line-height: 23px;
        background: #ffd64f;
        width: 75px;
        position: relative;
        display: inline-block;
        float: none;
        margin-right: 29px;
        float: left;
    }

        .thumb-pad2-1 .badge div {
            text-align: center;
            font: 20px/20px 'Open Sans';
            letter-spacing: -1px;
            padding-top: 9px;
            padding-bottom: 16px;
            border-bottom: 1px solid #e7c248;
        }

            .thumb-pad2-1 .badge div time {
                letter-spacing: -1px;
                font: 40px/44px 'Open Sans';
                text-transform: uppercase;
                color: #ffffff;
                margin-bottom: 2px;
            }

        .thumb-pad2-1 .badge a {
            text-align: center;
            display: block;
            padding-top: 5px;
            padding-bottom: 6px;
            border-top: 1px solid #fbdf82;
            background: #ffd64f url(../img/date_border.png) 0 top repeat-x;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

            .thumb-pad2-1 .badge a img {
                display: inline-block;
            }

            .thumb-pad2-1 .badge a:hover {
                background-color: #fbdf82;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

.thumb-pad3 {
    overflow: hidden;
    margin-bottom: 30px;
}

    .thumb-pad3 .thumbnail {
        position: relative;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background: #ffffff;
        border-bottom: 4px solid #7e7da8;
    }

        .thumb-pad3 .thumbnail .caption {
            padding: 22px 20px 7px 17px;
            color: #7e7da8;
            overflow: hidden;
        }

            .thumb-pad3 .thumbnail .caption p {
                margin-bottom: 23px;
                color: #7e7da8;
            }

                .thumb-pad3 .thumbnail .caption p > a {
                    color: #242424;
                    font: bold 15px/24px 'Quicksand';
                    text-transform: uppercase;
                    display: inline-block;
                    margin: 0 0 7px 0;
                    -webkit-transition: all 0.25s ease;
                    transition: all 0.25s ease;
                }

                    .thumb-pad3 .thumbnail .caption p > a:hover {
                        text-decoration: none;
                        color: #91ca4d;
                        -webkit-transition: all 0.25s ease;
                        transition: all 0.25s ease;
                    }

                .thumb-pad3 .thumbnail .caption p .lnk {
                    color: #91ca4d;
                    font: 14px Arial,Helvetica,sans-serif;
                    text-transform: none;
                }

                    .thumb-pad3 .thumbnail .caption p .lnk:hover {
                        text-decoration: underline;
                    }

    .thumb-pad3 figure {
        margin: 0;
    }

        .thumb-pad3 figure a {
            opacity: 1;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .thumb-pad3 figure img {
            width: 100%;
        }

        .thumb-pad3 figure a:hover {
            opacity: 0.8;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

.teamBox {
    margin-top: 77px;
    border-top: 1px solid #eee;
    padding-top: 53px;
}

.thumb-pad4 {
    margin-top: 4px;
    padding-bottom: 12px;
}

    .thumb-pad4 .thumbnail {
        position: relative;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background: none;
    }

    .thumb-pad4 figure {
        margin: 0;
        float: none;
        border: 22px solid #f1f7f8;
        margin-bottom: 32px;
    }

        .thumb-pad4 figure img {
            width: 100%;
        }

    .thumb-pad4 .thumbnail .caption {
        padding: 0;
        overflow: hidden;
        color: #7e7da8;
    }

        .thumb-pad4 .thumbnail .caption a {
            color: #9b9b9b;
            font: 20px/20px 'Georgia';
            margin-bottom: 12px;
            display: inline-block;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

            .thumb-pad4 .thumbnail .caption a:hover {
                color: #6b5743;
                -webkit-transition: all 0.25s ease;
                transition: all 0.25s ease;
            }

        .thumb-pad4 .thumbnail .caption p a {
            font: 20px 'Georgia';
            color: #9b9b9b;
            float: left;
        }

        .thumb-pad4 .thumbnail .caption p span {
            float: right;
            font: 20px 'Georgia';
            color: #9b9b9b;
        }

.blogBox {
    padding-bottom: 51px;
}

.thumb-pad5 {
    margin-bottom: 45px;
    padding-top: 0;
}

    .thumb-pad5 .thumbnail {
        position: relative;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background: none;
    }

        .thumb-pad5 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
            color: #7e7da8;
            padding-bottom: 10px;
        }

            .thumb-pad5 .thumbnail .caption .lnk {
                color: #302f46;
                font: bold 16px Arial,Helvetica,sans-serif;
                display: inline-block;
                margin-bottom: 5px;
                -webkit-transition: all 0.25s ease;
                transition: all 0.25s ease;
            }

                .thumb-pad5 .thumbnail .caption .lnk:hover {
                    color: #8fbf56;
                    -webkit-transition: all 0.25s ease;
                    transition: all 0.25s ease;
                }

            .thumb-pad5 .thumbnail .caption time {
                color: #7e7da8;
                font: 12px Arial,Helvetica,sans-serif;
                margin-bottom: 16px;
                display: inline-block;
            }

            .thumb-pad5 .thumbnail .caption p {
                margin-bottom: 27px;
                color: #575671;
            }

    .thumb-pad5 figure {
        position: relative;
        z-index: 1;
        margin: 0;
        float: left;
        margin-right: 22px;
    }

        .thumb-pad5 figure > img {
            width: 100%;
        }

    .thumb-pad5 .thumbnail .badgeBox a {
        color: #7e7da8;
        font: 300 18px/20px 'Open Sans';
        text-transform: uppercase;
        margin: 0 0 0 0;
        letter-spacing: -1px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .thumb-pad5 .thumbnail .badgeBox a:hover {
            color: #f3d645;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

.thumb-pad9 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    overflow: hidden;
    padding-bottom: 10px;
}

.thumb-pad9 figure {
    margin: 0;
    margin-bottom: 30px;
}

    .thumb-pad9 figure > img {
        width: 100%;
    }

.thumb-pad9 .thumbnail .caption {
    padding: 0;
    color: #575671;
}

    .thumb-pad9 .thumbnail .caption h5 {
        margin-bottom: 19px;
    }

    .thumb-pad9 .thumbnail .caption p {
        color: #575671;
    }

    .thumb-pad9 .thumbnail .caption p {
        margin-bottom: 27px;
    }

.carouselBox {
    padding: 23px 0 14px 0;
    margin-top: 9px;
    margin-bottom: 38px;
}

    .carouselBox h2 {
        font: 80px 'Righteous';
        color: #ffffff;
        display: inline-block;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .carouselBox hr {
        border-bottom: none;
        border-top: 1px solid #fd9188;
        width: 300px;
        margin-top: 5px;
        margin-bottom: 28px;
    }

    .carouselBox .container {
        padding-top: 0;
    }

.list_carousel2.responsive {
    width: auto;
    margin: 0;
}

.list_carousel2 #foo2 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    cursor: default;
}

    .list_carousel2 #foo2 h2 {
        font: 25px 'Roboto Condensed';
        color: #ffffff;
        margin-bottom: 19px;
    }

    .list_carousel2 #foo2 > li {
        padding: 0;
        float: left;
        cursor: default;
        text-align: center;
        padding-left: 130px;
        padding-right: 130px;
    }

        .list_carousel2 #foo2 > li a {
            font-size: 12px;
            color: #ffffff;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

            .list_carousel2 #foo2 > li a:hover {
                color: #4b4b4b;
                -webkit-transition: all 0.25s ease;
                transition: all 0.25s ease;
            }

        .list_carousel2 #foo2 > li span {
            color: #ffffff;
            font-size: 23px;
            width: 100%;
            text-align: center;
            margin-top: 17px;
            margin-bottom: 13px;
            display: block;
        }

        .list_carousel2 #foo2 > li .title {
            font: 17px/21px 'Roboto Condensed';
            color: #ffc1bc;
        }

        .list_carousel2 #foo2 > li p {
            font: 15px/24px 'Open Sans';
            color: #868686;
        }

        .list_carousel2 #foo2 > li figure:first-child {
            margin-left: 0;
        }

        .list_carousel2 #foo2 > li figure a {
            opacity: 1;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .list_carousel2 #foo2 > li figure a:hover {
                opacity: 0.5;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

.list_carousel2.responsive .caroufredsel_wrapper {
    cursor: default !important;
}

.foo-btn {
    position: relative;
    top: 0;
    text-align: center;
    padding: 32px 0 0 0;
}

.pagination {
    position: relative;
    margin: 0;
    border-radius: 0;
}

    .pagination a {
        position: relative;
        z-index: 1;
        height: 30px;
        padding: 5px !important;
        margin: 0 0 0 5px;
        display: inline-block;
        border: none !important;
        cursor: pointer;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .pagination a > span {
            padding: 0 !important;
            border: none !important;
        }

        .pagination a:first-child {
            margin-left: 0;
        }

        .pagination a:hover {
            background: #f94902 !important;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

        .pagination a.selected {
            background: #f94902 !important;
        }

        .pagination a span {
            display: none;
        }

.btn-default.btn1 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    padding: 14px 46px;
    font: normal 18px 'Arial';
    margin: 0;
    letter-spacing: 0;
    text-shadow: none;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    background: none;
    display: inline-block;
    background: #8fbf56 url(../img/btn.png) repeat-x;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px 0px 2px 0 rgba(0,0,0,0.22);
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.22);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .btn-default.btn1:hover {
        color: #302f46;
        background: #8fbf56 url(../img/btn.png) repeat-x;
        text-decoration: none !important;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

.btn-default.btn2 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    padding: 0;
    font: bold 12px 'Open Sans';
    margin: 0;
    text-shadow: none;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    background: none;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .btn-default.btn2:hover {
        color: #8fbf56;
        background: none;
        text-decoration: none !important;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

.btn3 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    padding: 10px 10px;
    font: bold 14px 'Arial';
    margin: 0;
    letter-spacing: 0;
    text-shadow: none;
    color: #ffffff !important;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    background: none;
    display: inline-block;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px 0px 2px 0 rgba(0,0,0,0.22);
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.22);
    background: #8fbf56 url(../img/btn.png) repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .btn3:hover {
        color: #302f46 !important;
        text-decoration: none !important;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

#flickr_badge_wrapper {
    padding: 0 0 3px 0 !important;
}

.flickr_badge_image {
    margin: 0 7px 9px 0px !important;
    width: 60px;
}

    .flickr_badge_image a {
        padding: 0 !important;
        border: none !important;
        border-radius: 0 !important;
    }

        .flickr_badge_image a img {
            border-radius: 0 !important;
        }

.list1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list1 li {
        font-size: 14px;
        line-height: 24px;
        float: none;
        padding: 0 0 0 14px;
        margin: 0 0 6px 0;
        background: url(../img/list_arrow.png) left 8px no-repeat;
    }

        .list1 li a {
            font: 14px Arial,Helvetica,sans-serif;
            letter-spacing: 0;
            color: #7e7da8;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

    .list1 a:hover {
        color: #302f46;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

.list3 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .list3 li {
        font-size: 14px;
        line-height: 1.428571429;
        overflow: hidden;
        padding-bottom: 15px;
        margin-bottom: 14px;
    }

        .list3 li span {
            font: 20px 'Georgia';
            color: #9b9b9b;
            margin-bottom: 3px;
        }

        .list3 li > img {
            float: left;
            margin-right: 30px;
            margin-top: 4px;
        }

        .list3 li a {
            color: #9b9b9b;
            font: 14px/20px 'Open Sans';
            text-decoration: underline;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

            .list3 li a:hover {
                color: #6b5743;
                text-decoration: underline;
                -webkit-transition: all 0.25s ease;
                transition: all 0.25s ease;
            }

        .list3 li:first-child + li + li {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

.list4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list4 li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 7px;
    }

        .list4 li a {
            color: #3e454c;
            font: 600 14px 'Open Sans';
            text-transform: uppercase;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

            .list4 li a:hover {
                color: #ffd64f;
                -webkit-transition: all 0.25s ease;
                transition: all 0.25s ease;
            }

.list5 {
    margin: -9px 0 0 0;
    padding: 0;
    list-style: none;
}

    .list5 li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 33px;
    }

.list5Box .list1 {
    padding-top: 0;
    margin-top: -8px;
    margin-bottom: 60px;
}

.list6 {
    margin: 0;
    padding: 7px 0 0 0;
    list-style: none;
}

    .list6 li {
        font-size: 14px;
        line-height: 1.428571429;
        margin-bottom: 7px;
    }

        .list6 li p {
            margin-bottom: 25px;
            color: #575671;
        }

        .list6 li a {
            color: #302f46;
            font: bold 16px/18px 'Arial';
            margin-bottom: 4px;
            display: inline-block;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

            .list6 li a:hover {
                color: #91ca4e;
                -webkit-transition: all 0.25s ease;
                transition: all 0.25s ease;
            }

        .list6 li .badge {
            padding: 0;
            margin: 0;
            border-radius: 0;
            box-shadow: none;
            text-shadow: none;
            font: bold 30px Arial,Helvetica,sans-serif;
            color: #91ca4e;
            background: none;
            float: left;
            margin-right: 14px;
            margin-top: -13px;
        }

.list8 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list8 li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }

        .list8 li p {
            margin-bottom: 0;
        }

#search-404 {
    position: relative;
    margin: 0;
    padding-top: 10px;
}

    #search-404 input {
        box-shadow: none;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        width: 100%;
        outline: none;
        border: 1px solid #d7d5d7;
        background: #ffffff;
        font: 14px Arial,Helvetica,sans-serif;
        line-height: 18px;
        color: #575671;
        padding: 7px 15px 7px 20px;
        height: 34px;
        resize: none;
        margin-bottom: 22px;
        float: left;
        margin-right: 11px;
    }

    #search-404 a {
        float: left;
        margin-top: -7px;
    }

#search {
    position: relative;
    margin: 0;
    float: right;
    margin-top: 3px;
}

    #search input {
        box-shadow: none;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        width: 100%;
        outline: none;
        border: 1px solid #e9e9e9;
        font: bold 12px 'Quicksand';
        line-height: 18px;
        color: #767676;
        text-transform: uppercase;
        background: url(../img/search_bg.png) repeat-x;
        height: 42px;
        width: 286px;
        padding: 11px 30px 11px 20px;
        resize: none;
        float: left;
    }

    #search a {
        position: absolute;
        top: 3px;
        right: 5px;
        opacity: 1;
        padding: 8px;
        -webkit-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
    }

        #search a:hover {
            opacity: 0.5;
            -webkit-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out;
        }

.map {
    margin: 0 0 40px 0;
    display: inline-block;
    width: 100%;
    line-height: 0;
}

    .map iframe {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 470px;
        border: none;
        line-height: 0;
    }

.info {
    margin-top: -2px;
}

    .info p {
        margin-bottom: 33px;
        color: #81809B;
    }

    .info a:hover {
        color: #4b4b4b;
    }

    .info h2 {
        margin-bottom: 0;
    }

#newsletter {
    position: relative;
    margin: 0;
    float: right;
    margin-top: 3px;
}

    #newsletter label {
        position: relative;
        width: 286px;
        height: 42px;
        float: left;
        margin-bottom: 0;
    }

    #newsletter input {
        background: none;
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #e9e9e9;
        font: bold 12px 'Quicksand';
        line-height: 18px;
        color: #767676;
        text-transform: uppercase;
        background: url(../img/search_bg.png) repeat-x;
        height: 42px;
        width: 100%;
        padding: 11px 20px 11px 20px;
        margin: 0;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

        #newsletter input:focus {
            outline: none;
            border-color: #e9e9e9;
        }

    #newsletter .error {
        position: absolute;
        top: 44px;
        right: 0px;
        text-align: right;
        display: block;
        overflow: hidden;
        height: 0px;
        font-size: 10px;
        color: #8fbf56;
        font-size: 11px;
        text-transform: none;
        font-weight: normal;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

    #newsletter label.invalid .error {
        height: 19px;
    }

    #newsletter .btns a {
        position: absolute;
        top: 9px;
        right: 13px;
        opacity: 1;
        -webkit-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
    }

        #newsletter .btns a:hover {
            opacity: 0.5;
            -webkit-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out;
        }

    #newsletter .success {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        border-radius: 0px;
        padding: 5px 12px 5px 12px;
        font: 12px 'Arial';
        color: #767676;
        border: 1px solid #e9e9e9;
        text-align: center;
        background: #e9e9e9;
        height: 42px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

#contact-form {
    width: 100%;
    position: relative;
    padding-bottom: 29px;
    margin-top: -5px;
}

    #contact-form label {
        position: relative;
        display: block;
        min-height: 55px;
        margin: 0;
        font-weight: normal;
        font: 14px Arial,Helvetica,sans-serif;
        line-height: 18px;
        color: #575671;
    }

        #contact-form label span {
            margin-bottom: 2px;
        }

    #contact-form .holder {
        overflow: hidden;
    }

    #contact-form .form-div-1, #contact-form .form-div-2, #contact-form .form-div-3 {
        float: left;
        width: 248px;
        margin-right: 11px;
    }

    #contact-form .form-div-3 {
        margin-right: 0;
    }

        #contact-form .form-div-1 p, #contact-form .form-div-2 p, #contact-form .form-div-3 p, #contact-form .form-div-4 p {
            margin-bottom: 1px;
        }

    #contact-form span {
        display: block;
    }

    #contact-form ._placeholder {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: text;
        padding: 6px 15px 8px 20px;
        border-radius: 0;
        display: block;
        width: auto !important
    }

        #contact-form ._placeholder.focused {
            opacity: 0;
            filter: alpha(opacity=0);
            box-shadow: none;
        }

        #contact-form ._placeholder.hidden {
            display: none;
        }

    #contact-form input, #contact-form textarea {
        box-shadow: none;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        width: 100%;
        outline: none;
        border: 1px solid #d7d5d7;
        background: #ffffff;
        font: 14px Arial,Helvetica,sans-serif;
        line-height: 18px;
        color: #575671;
        padding: 6px 15px 8px 20px;
        height: 34px;
        resize: none;
    }

    #contact-form textarea {
        height: 123px;
        margin-bottom: 18px;
    }

    #contact-form .error-message, #contact-form .empty-message {
        height: 0;
        overflow: hidden;
        font: 10px Arial,Helvetica,sans-serif;
        color: #575671;
        -webkit-transition: 0.3s ease-in height;
        transition: 0.3s ease-in height;
        position: absolute;
        right: 6px;
        top: 3px;
    }

    #contact-form .invalid .error-message, #contact-form .empty .empty-message {
        height: 20px;
    }

    #contact-form .success-message {
        line-height: 48px;
        position: absolute;
        overflow: hidden;
        height: 0;
        left: 0;
        top: 0;
        box-sizing: border-box;
        box-shadow: none;
        border-radius: 0;
        background: #fff;
        z-index: 10;
        width: 100%;
        text-align: center;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        padding: 0;
    }

    #contact-form.success .success-message {
        height: 59px;
        padding: 19px 15px 20px 14px;
        line-height: 18px;
        border: 1px solid #d7d4d6;
        background: #ffffff;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

.btns .btn3 {
    float: left;
}

.btns p {
    margin-top: 9px;
    float: left;
    margin-left: 30px;
    color: #575671;
}

#contact-form2.form_footer {
    width: 100%;
    position: relative;
    padding-bottom: 29px;
    padding-top: 8px;
}

    #contact-form2.form_footer label {
        position: relative;
        display: block;
        min-height: 50px;
        margin: 0;
        font-weight: normal;
        font: 14px Arial,Helvetica,sans-serif;
        line-height: 18px;
        color: #cacadf;
    }

        #contact-form2.form_footer label span {
            margin-bottom: 2px;
        }

    #contact-form2.form_footer .holder {
        overflow: hidden;
    }

    #contact-form2.form_footer .form-div-1, #contact-form2.form_footer .form-div-2, #contact-form2.form_footer .form-div-3 {
        float: none;
        width: 100%;
        margin-right: 0;
    }

.form-div-3 {
    margin-right: 0;
}

#contact-form2.form_footer span {
    display: block;
}

#contact-form2.form_footer ._placeholder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: text;
    padding: 12px 15px 6px 20px;
    border-radius: 0;
    display: block;
}

    #contact-form2.form_footer ._placeholder.focused {
        opacity: 0;
        filter: alpha(opacity=0);
        box-shadow: none;
    }

    #contact-form2.form_footer ._placeholder.hidden {
        display: none;
    }

#contact-form2.form_footer input, #contact-form2.form_footer textarea {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 100%;
    outline: none;
    border: 3px solid #7e7da8;
    background: #3d3c52;
    font: 14px Arial,Helvetica,sans-serif;
    line-height: 18px;
    color: #cacadf;
    padding: 9px 15px 9px 20px;
    height: 42px;
    resize: none;
}

#contact-form2.form_footer textarea {
    height: 112px;
    margin-bottom: 14px;
}

#contact-form2.form_footer .error-message, #contact-form2.form_footer .empty-message {
    height: 0;
    overflow: hidden;
    font: 10px Arial,Helvetica,sans-serif;
    color: #cacadf;
    -webkit-transition: 0.3s ease-in height;
    transition: 0.3s ease-in height;
    position: absolute;
    right: 6px;
    top: 3px;
}

#contact-form2.form_footer .invalid .error-message, #contact-form2.form_footer .empty .empty-message {
    height: 20px;
}

#contact-form2.form_footer .success-message {
    line-height: 48px;
    position: absolute;
    overflow: hidden;
    height: 0;
    left: 0;
    top: 0;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    z-index: 10;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 0;
}

#contact-form2.form_footer.success .success-message {
    height: 92px;
    padding: 36px 15px 36px 14px;
    line-height: 18px;
    border: 1px solid #7e7da8;
    background: #7e7da8;
    color: #ffffff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.form_footer.btns .btn2 {
    float: left;
}

.btns p {
    margin-top: 6px;
    float: left;
    margin-left: 28px;
    color: #3e454c;
}

.mail {
    text-decoration: none;
    color: #7e7da8;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .mail:hover {
        color: #302f46;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

@media (min-width: 1220px) {
    .container {
        padding: 0;
    }

    #search-404 input {
        width: 441px;
    }
}

@media (min-width: 992px) and (max-width: 1219px) {
    #contact-form .form-div-1, #contact-form .form-div-2, #contact-form .form-div-3 {
        width: 197px;
    }

    nav.tm_navbar li {
        margin-right: 25px;
    }

    .thumb-pad1 .thumbnail .caption a {
        font-size: 17px;
        line-height: 19px;
    }

    .container1 {
        max-width: 1050px;
    }

    header > .container > div {
        margin-top: 0;
    }

    .thumb-pad2 figure {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .thumb-pad2 figure img {
            width: 100%;
        }

    .foo-btn {
        right: 32px;
    }

    .info-box h2 {
        font-size: 17px;
        letter-spacing: 0;
        font-weight: 600;
    }

    .list-romb-box {
        text-align: center;
    }

    .errorBox > img {
        width: 100%;
    }

    .tel p {
        font-size: 20px;
    }

    .logosBox ul li {
        width: 25%;
    }

    .starBox .fl {
        float: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    nav.tm_navbar {
        float: none;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 40px;
    }

        nav.tm_navbar ul {
            display: inline-block;
        }

    h1.navbar-brand_ {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .circleBox1 {
        margin-top: 0;
    }

        .circleBox1 figure img {
            width: 100%;
        }

    #newsletter {
        display: inline-block;
        float: none;
    }

    .sloganBox {
        text-align: center;
    }

        .sloganBox .title1 {
            font-size: 40px;
            line-height: 25px;
        }

        .sloganBox .title2 {
            font-size: 14px;
            line-height: 18px;
        }

    .thumb-pad1 .thumbnail .caption a {
        font-size: 17px;
        line-height: 19px;
    }

    .mailBox p img {
        margin-top: 0px;
    }

    .mailBox p a {
        font-size: 14px;
    }

    .mailBox span img {
        margin-top: 6px;
    }

    .mailBox span a {
        font-size: 14px;
    }

    #contact-form .form-div-1, #contact-form .form-div-2, #contact-form .form-div-3 {
        width: 148px;
    }

    .info-box {
        width: 100%;
    }

        .info-box h2 {
            font-size: 17px;
            letter-spacing: 0;
            font-weight: 600;
        }

    .thumb-pad2-1 .badge {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .foo-btn {
        right: 30px;
    }

    .errorBox img {
        width: 100%;
    }

    .list-romb-box {
        text-align: center;
    }

    .thumb-pad4 figure, .thumb-pad4-1 figure {
        margin-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

        .thumb-pad4 figure img, .thumb-pad4-1 figure img {
            width: 100%;
        }

    footer .copyright br {
        display: block;
    }

    footer {
        padding-top: 50px;
    }

    .thumb-pad5 figure {
        margin-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .idealBox {
        width: 100%;
        float: none;
    }

    .list_carousel2 #foo2 > li figure p {
        text-align: center;
    }

    .list_carousel2 #foo2 > li figure a {
        float: none;
        display: inline-block;
    }

    .thumb-pad4 figure {
        border-width: 7px;
    }

    .thumb-pad5 figure {
        border-width: 7px;
    }

    header {
        text-align: center;
        position: relative;
        height: auto;
        margin-top: 0;
    }

    .logosBox ul li {
        width: 25%;
    }

    footer article {
        margin-bottom: 50px;
    }

    footer section article {
        margin-bottom: 0;
    }

    .thumb-pad3 .thumbnail .caption p > a {
        font-size: 16px;
        line-height: 21px;
    }

    #search {
        float: none;
        overflow: hidden;
        width: 100%;
    }

        #search input {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .select-menu {
        display: inline-block !important;
        padding-top: 4px;
        padding-right: 3px;
        padding-bottom: 4px;
        width: 100%;
        border: 1px solid #302f46;
        background: #302f46;
        color: #ffffff;
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 30px;
        height: 30px;
        vertical-align: middle;
    }

   /* .sloganBox {
        min-height: 360px;
    }*/

    /*.sloganBox {
        text-align: center;
        padding: 180px 0 0 0;
    }*/

        .sloganBox .title1 {
            font-size: 40px;
            line-height: 25px;
        }

        .sloganBox .title2 {
            font-size: 14px;
            line-height: 18px;
        }

    .circleBox1 {
        margin-top: 0;
        text-align: center;
        margin-bottom: 20px;
    }

        .circleBox1 figure {
            display: inline-block;
        }

    .unlockBox {
        padding-top: 30px;
    }

    footer article {
        margin-bottom: 50px;
    }

    .class-box {
        width: 50%;
        float: left;
    }

    #newsletter {
        float: none;
    }

        #newsletter label {
            width: 100%;
        }

    nav.tm_navbar ul {
        margin-bottom: 30px;
    }

    .bannerBox article {
        width: 50%;
        float: left;
    }

    header {
        text-align: center;
        position: relative;
        height: auto;
        margin-top: 0;
        padding: 30px 0;
    }

    .thumb-pad1-1 {
        margin-bottom: 60px;
    }

    .thumb-pad9 figure {
        float: left;
        margin-right: 15px;
    }

    .container1 {
        max-width: none;
        width: 100%;
    }

    .foo-btn {
        right: 30px;
    }

    header .container > div {
        padding-bottom: 0;
    }

    .menuBox {
        margin-bottom: 0;
    }

    h1.navbar-brand_ {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .thumb-pad1 .thumbnail .caption a {
        font-size: 17px;
        line-height: 18px;
    }

    .list5Box {
        padding-bottom: 51px;
    }

    .programsBox article {
        width: 100%;
        display: block;
        overflow: hidden;
        margin-bottom: 35px;
    }

    .flickr_badge_image {
        width: 25%;
    }

    .galleryBox article {
        width: 50%;
        float: left;
    }

    .servicesBox {
        padding-bottom: 0px;
    }

    nav.tm_navbar {
        float: none;
        display: inline-block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        nav.tm_navbar .nav {
            display: none;
        }

    .circleBox ul li {
        width: 160px;
        height: 160px;
    }

    .dateBox:after {
        width: 0;
        height: 0;
        background: none;
        position: absolute;
        z-index: 1;
        display: inline-block;
        top: 0;
        left: 0;
        content: none;
        z-index: 10;
    }

    .dateBox {
        margin-top: 70px;
    }

    .about-box {
        margin-bottom: 50px;
    }

    .services-box {
        float: left;
    }

    #contact-form .form-div-1, #contact-form .form-div-2, #contact-form .form-div-3 {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    #contact-form .error, #contact-form .empty {
        bottom: 2px;
        text-align: right;
    }

    #contact-form .message .error, #contact-form .message .empty {
        bottom: 2px;
    }

    .errorBox {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .map iframe {
        height: 300px;
    }

    .info {
        margin-bottom: 50px;
    }

    .info-box {
        width: 100%;
    }

    .iconBlock {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .margTop {
        margin-top: 60px !important;
    }

    .list-romb-box {
        text-align: center;
    }

    .list3 {
        padding-bottom: 70px;
    }

    .privacyBox {
        padding-bottom: 40px;
    }

    .padTop, .padTop1 {
        padding-top: 0 !important;
    }

    .thumb-pad4-1 .thumbnail .caption {
        overflow: visible;
    }

    .list_carousel2 #foo2 > li {
        padding-left: 40px;
        padding-right: 40px;
    }

    .thumb-pad4 figure {
        border-width: 7px;
    }

    .logosBox {
        margin-top: 50px;
    }

        .logosBox ul li {
            width: 50%;
        }

            .logosBox ul li:last-child {
                border-right: 1px solid #dcdddd;
            }

    .thumb-pad9 {
        padding-bottom: 60px;
    }

    .trainers-box {
        padding-top: 60px;
    }

    footer {
        padding-top: 50px;
    }

    .testimonialsBox article {
        margin-bottom: 35px;
    }

    #search {
        float: none;
        overflow: hidden;
        width: 100%;
    }

        #search input {
            width: 100%;
        }
}

@media (max-width: 626px) {
    .thumb-pad2 figure {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .thumb-pad2 figure img {
            width: 100%;
        }

    .thumb-pad3 figure {
        float: none;
        margin-right: 0;
    }

    .flickr_badge_image {
        width: 20%;
    }

    .thumb-pad4 .thumbnail .caption p span {
        float: none;
        display: block;
    }

    .thumb-pad4 .thumbnail .caption p a {
        float: none;
    }

    .thumb-pad9 figure {
        float: none;
        margin-right: 0;
    }

    .thumb-pad3 .thumbnail .caption p > a {
        font-size: 16px;
        line-height: 21px;
    }
}

@media (max-width: 560px) {
    .errorBox img {
        width: 100%;
    }

    .thumb-pad4-1 figure {
        margin-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

        .thumb-pad4-1 figure img {
            width: 100%;
        }

    .thumb-pad5 figure {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .thumb-pad5 .thumbnail .post .posted br {
        display: block;
    }

    .thumb-pad5 .thumbnail .post .posted a {
        float: none !important;
    }

    .circleBox ul li {
        width: 140px;
        height: 140px;
        padding-top: 20px;
    }

    .thumb-pad9 figure {
        float: none;
        margin-right: 0;
        margin-bottom: 14px;
    }

    .sloganBox .title1 {
        font-size: 25px;
        line-height: 25px;
    }

    .sloganBox .title2 {
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
        letter-spacing: 0;
    }

    .btn-default.btn1 {
        padding: 8px 26px;
        font: bold 15px 'Arial';
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .class-box {
        width: 100%;
        float: none;
    }

    .circleBox1 figure img {
        width: 100%;
    }

    footer .priv br {
        display: block;
    }

    .bannerBox article {
        width: 100%;
        float: none;
    }

    .dateBox {
        width: 100%;
        float: none;
    }

    .services-box {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .list_carousel2 #foo2 > li .title {
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
    }

    .professionalBox article {
        width: 100%;
        float: none;
    }

    .thumb-pad4 figure {
        margin-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

        .thumb-pad4 figure img {
            width: 100%;
        }

    .circleBox ul {
        margin: -42px 0 0 0;
    }

        .circleBox ul li {
            width: 100px;
            height: 100px;
            padding-top: 7px;
            float: none;
            margin-top: 0 !important;
        }

    .circleBox p {
        font-size: 19px;
        margin-top: -16px;
    }

        .circleBox p a {
            border-bottom-width: 1px;
        }

    .thumb-pad4 .thumbnail .caption p span {
        font-size: 14px;
    }

    .thumb-pad4 .thumbnail .caption p a {
        font-size: 14px;
    }

    .servBox .padBot {
        padding-bottom: 10px;
    }

    .servBox article {
        width: 100%;
        float: none;
    }

    .logosBox ul li {
        width: 100%;
        float: none;
        border-bottom: 1px solid #dcdddd;
    }

    .logosBox ul li {
        border-right: none !important;
    }

    .testimonialsBox article {
        width: 100%;
        float: none;
    }

    footer {
        padding-top: 45px;
        min-height: 596px;
    }

        footer h3 {
            font-size: 25px;
            line-height: 25px;
            letter-spacing: 0;
        }

        footer .copyright br {
            display: block;
        }

    .galleryBox article {
        width: 100%;
        float: none;
    }
}

@media (max-width: 320px) {
    .teamBox article {
        float: none;
        width: 100%;
    }

    .thumb-pad4 .thumbnail .posted br {
        display: block !important;
    }

    .thumb-pad4 .thumbnail .posted a {
        float: none !important;
    }

    .teamBox article {
        width: 100%;
        float: none;
    }

    .foo-btn {
        right: 0;
    }

    .thumb-pad2-1 .badge {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .trainerBox {
        width: 100%;
        float: none;
    }

    .yorkBox p, .londonBox p {
        font-size: 50px;
        line-height: 50px;
    }

    .sloganBox .title1, .sloganBox .title2 {
        line-height: 40px;
    }

    .sloganBox {
        text-align: center;
        padding: 100px 0 0 0;
    }

        .sloganBox .title1 {
            font-size: 20px;
            line-height: 20px;
        }

        .sloganBox .title2 {
            font-size: 14px;
            line-height: 18px;
            font-weight: normal;
            letter-spacing: 0;
        }
}

.margBot {
    margin-bottom: 0;
}

.padBot {
    padding-bottom: 0;
}
