﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

body {
    background: #FBFBFB;
    font: 14px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.428571429;
    color: #7B7B7B;
}


img.responsive {
    max-width: 100%;
}

a, a:hover {
    text-decoration: none;
}

p a {
    font-weight:400!important
}
    a:focus {
        text-decoration: none;
        background: 0 0;
    }

    #contactForm ._placeholder.focused {
        opacity: 0;
        filter: alpha(opacity=0);
        box-shadow: none;
    }

    #contactForm ._placeholder.hidden {
        display: none;
    }

.hiddennews {
    opacity:.45;
}
.hiddennews:hover {
    opacity:.95;
}

.hiddennews a {
    opacity:1;
}

    .hiddennews h6 {
        text-decoration: line-through;
    }


.facebook-bg {
    background-color: #1B4496; color:white;
    padding: 4px 8px;
}
    .facebook-bg:hover {
        color: #1B4496; background-color:white;
    }

textarea, input[type=text], input[type=email], input[type=search], input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: caret;
}


.badge img {
    float: none;
    overflow: hidden;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 10px;
}


p {
    margin-bottom: 15px;
    line-height: 21px;
}

.btn-col a {
    width: 100%;
    text-align: center;
    display: block;
    margin: 1px 0 !important;
}

/* ----------------------------------------------------- */
/* NAVBAR
/* ----------------------------------------------------- */
/* top bar */
.topbar {
    text-align: right;
    padding-top: 10px;
    margin-bottom: 5px;
}

    .topbar .top-nav,
    .topbar .top-nav {
        margin-bottom: 0;
    }

    .topbar .searchbox {
        margin-left: 10px;
    }

    .topbar a {
        color: #777;
        font-size: 12px;
    }

        .topbar a:hover, .topbar a:focus {
            color: #333;
        }

    .topbar .btn-link:hover, .topbar .btn-link:focus {
        text-decoration: none;
    }

.navbar {
    min-height: 82px;
}

.thumb-pad4 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
}

.thumb-pad4 figure img {
    width: 100%;
}

.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 22px;
}

/* navigation bar */
.navbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-left: none;
    border-right: none;
}

    .navbar .container {
        position: relative;
    }

    #liFB { display: none}
@media screen and (min-width: 992px) {

    #liFB { display: block}

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .navbar .dropdown-menu > .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.navbar-collapse {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav > li > a {
    padding:25px 11px;}

.navbar-brand {
    padding: 12px 15px;
    height: auto;
}

    .navbar-brand > img {
        width: 250px;
    }

    .navbar-brand.navbar-logo-bigger {
        padding: 0 0 0 5px;
    }

.navbar-brand.navbar-logo-bigger > img {
    position: relative;
    width: 238px;
}

.navbar-toggle {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #1B4496;
    padding: 5px 10px;
}

.navbar-default {
    background-color: #fff;
    border-bottom: 2px solid #e7e7e7;
    border-top: none;
}

    .navbar-default .navbar-toggle {
        border: none;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #1A3874;
        }

        .navbar-default .navbar-toggle i {
            color: #fff;
            font-size: 21px;
            line-height: 25px;
        }

    .navbar-default .dropdown-menu .active > a, .navbar-default .dropdown-menu .active a:hover, .navbar-default .dropdown-menu .active a:focus {
        background-color: #234B9A;
    }

    .navbar-default .navbar-collapse {
        border: none;
    }

    .navbar-default .navbar-nav {
        margin-right: -5px;
    }

        .navbar-default .navbar-nav > li > a {
            font-weight: 600;
            color: #656565;
        }

            .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                color: #355987;
            }

        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .active > a:focus {
            color: #234B9A;
            background-color: transparent;
        }

        .navbar-default .navbar-nav > .open > a,
        .navbar-default .navbar-nav > .open > a:hover,
        .navbar-default .navbar-nav > .open > a:focus {
            color: #355987;
            background-color: transparent;
        }

        .navbar-default .navbar-nav .dropdown-toggle i {
            margin-left: 3px;
            color: #b8b8b8;
        }

    /* navigation bar, dark theme */
    .navbar-default.navbar-dark {
        background-color: #49494b;
        border-bottom: none;
    }

        .navbar-default.navbar-dark .topbar a {
            color: #fff;
        }

        .navbar-default.navbar-dark .navbar-nav .active > a, .navbar-default.navbar-dark .navbar-nav .active a:hover, .navbar-default.navbar-dark .navbar-nav .active a:focus {
            color: #fff;
            background-color: #444446;
        }

        .navbar-default.navbar-dark .navbar-nav > li > a {
            color: #fff;
            font-weight: 600;
        }

            .navbar-default.navbar-dark .navbar-nav > li > a:hover, .navbar-default.navbar-dark .navbar-nav > li > a:focus {
                background-color: #444446;
            }

        .navbar-default.navbar-dark .navbar-nav > li .dropdown-menu > li > a {
            color: #fff;
        }

            .navbar-default.navbar-dark .navbar-nav > li .dropdown-menu > li > a:hover, .navbar-default.navbar-dark .navbar-nav > li .dropdown-menu > li > a:focus {
                background-color: #444446;
            }

        .navbar-default.navbar-dark .dropdown-menu {
            background-color: #49494b;
        }

            .navbar-default.navbar-dark .dropdown-menu .dropdown-menu {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: none;
                border-left: 1px solid #444446;
            }

        .navbar-default.navbar-dark .btn-link {
            color: #fff;
        }

        .navbar-default.navbar-dark .dropdown-menu > li > a:hover, .navbar-default.navbar-dark .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: #444446;
        }

        .navbar-default.navbar-dark .searchbox .btn i {
            color: #49494b;
        }

        .navbar-default.navbar-dark .mega-menu-content .menu-heading {
            color: #fff;
        }

        .navbar-default.navbar-dark .mega-menu-content .list-menu > li > a {
            color: #fff;
        }

            .navbar-default.navbar-dark .mega-menu-content .list-menu > li > a:hover, .navbar-default.navbar-dark .mega-menu-content .list-menu > li > a:focus {
                color: #fff;
                background-color: #444446;
            }

        .navbar-default.navbar-dark .mega-menu-content .list-menu > li.active > a {
            color: #fff;
        }

    .navbar-default.navbar-transparent {
        width: 100%;
        position: absolute;
        top: 20px;
        border-bottom: none;
        background-color: transparent;
        z-index: 1;
    }

        .navbar-default.navbar-transparent .navbar-nav > li > a {
            color: #fff;
            font-weight: 600;
        }

            .navbar-default.navbar-transparent .navbar-nav > li > a:hover, .navbar-default.navbar-transparent .navbar-nav > li > a:focus {
                color: #a2a2a2;
                background-color: transparent;
            }

        .navbar-default.navbar-transparent .navbar-nav > li .dropdown-menu > li > a {
            color: #a2a2a2;
        }

            .navbar-default.navbar-transparent .navbar-nav > li .dropdown-menu > li > a:hover, .navbar-default.navbar-transparent .navbar-nav > li .dropdown-menu > li > a:focus {
                color: #12264D;
                background-color: #fff;
            }

        .navbar-default.navbar-transparent .navbar-nav > li .dropdown-menu > li.active > a {
            color: #12264D;
            background-color: #fff;
        }

        .navbar-default.navbar-transparent .dropdown-menu {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: rgba(255, 255, 255, 0.95);
            border-top-color: #fff;
        }

            .navbar-default.navbar-transparent .dropdown-menu .dropdown-menu {
                border: none;
                border-left: 1px solid #fff;
            }

        .navbar-default.navbar-transparent .mega-menu-content .menu-heading {
            color: #a2a2a2;
        }

        .navbar-default.navbar-transparent .mega-menu-content .list-menu > li > a {
            color: #a2a2a2;
        }

            .navbar-default.navbar-transparent .mega-menu-content .list-menu > li > a:hover, .navbar-default.navbar-transparent .mega-menu-content .list-menu > li > a:focus {
                color: #12264D;
                background-color: #fff;
            }

        .navbar-default.navbar-transparent .mega-menu-content .list-menu > li.active > a {
            color: #12264D;
        }

.navbar-fixed-top.shrinkable, .navbar-fixed-top.shrinkable .navbar-brand img {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-fixed-top.shrink-active {
    top: -42px;
}

    .navbar-fixed-top.shrink-active .navbar-brand > img {
        width: 90px;
    }

.navbar-fixed-top .navbar-nav {
    margin-right: -10px;
}

.fullscreen-slider .navbar-fixed-top {
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.navbar-nav .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
    padding-top: 10px;
    padding-bottom: 10px;
    top: 99%;
    border: none;
    border-top: 2px solid #32557f;
}

    .navbar-nav .dropdown-menu > li > a {
        padding: 10px 20px;
        font-size: 13px;
    }

        .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
            background-color: #6A737E;
            color: #fff;
        }

        .navbar-nav .dropdown-menu > li > a i {
            position: absolute;
            right: 11px;
            top: 11px;
        }

    .navbar-nav .dropdown-menu .dropdown.open > a,
    .navbar-nav .dropdown-menu .dropdown.open > a:hover,
    .navbar-nav .dropdown-menu .dropdown.open > a:focus {
        color: #fff;
        background-color: #6A737E;
    }

    .navbar-nav .dropdown-menu .dropdown-menu {
        top: -12px;
        left: 100%;
        border: 1px solid #E8E8E8;
        border-left: 1px solid #6A737E;
        min-width: 190px;
    }

        .navbar-nav .dropdown-menu .dropdown-menu li {
            display: block;
        }

.label-main-nav {
    position: relative;
    top: -2px;
}

/* mega menu */
.navbar-mega-menu .mega-menu {
    position: static;
}

    .navbar-mega-menu .mega-menu .mega-menu-container {
        left: 0;
        right: 0;
    }

/* mega menu */
.navbar-mega-menu .mega-menu {
    position: static;
}

    .navbar-mega-menu .mega-menu .mega-menu-container {
        left: 0;
        right: 0;
    }

.mega-menu-content {
    padding: 25px 20px;
}

    .mega-menu-content .menu-heading {
        margin: 15px 0 20px 0;
        padding: 0 10px;
        font-size: 18px; font-weight:400!important
    }

    .mega-menu-content .list-menu {
        margin-bottom: 25px;
    }

        .mega-menu-content .list-menu > li {
            cursor: text;
        }

            .mega-menu-content .list-menu > li > a {
                display: block;
                color: #7b7b7b;
                font-size: 13px;
                padding: 7px 12px;
            }

                .mega-menu-content .list-menu > li > a:hover, .mega-menu-content .list-menu > li > a:focus {
                    color: #fff;
                    background-color: #6A737E;
                }

            .mega-menu-content .list-menu > li i {
                font-size: 14px;
                min-width: 20px;
            }

            .mega-menu-content .list-menu > li.active > a {
                color: #fff;
            }





@media screen and (max-width: 1200px) {
    .mega-menu-content {
        min-width: 700px;
    }

      
}

@media screen and (max-width: 992px) {
    .mega-menu-content .menu-heading {
        margin-top: 0;
    }
}

@media screen and (min-width: 993px) {
    .thumb-pad1 .caption {
        min-height: 390px;
    }
}


@media screen and (min-width: 1200px) {
    .thumb-pad1 .caption {
        min-height: 510px;
    }
    
}

@media screen and (max-width: 768px) {
    .mega-menu-content {
        min-width: auto;
        padding: 0 !important;
    }

 p a.buttonList { display:inline-block; width:50%;
        
    }

        .mega-menu-content h5.menu-heading {
            margin: 5px 0 5px 0 !important;
            padding: 0 10px;
            font-size: 18px;
            font-weight: bold;
        }

    .thumb-pad1 .caption {
        min-height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 993px) {
    .thumb-pad1 .caption {
        min-height: 420px;
    }
}


@media screen and (min-width: 993px) {
    .navbar-default.navbar-transparent .navbar-nav > li > a:hover, .navbar-default.navbar-transparent .navbar-nav > li > a:focus {
        color: #fff;
    }

    .navbar-default.navbar-transparent .navbar-nav .dropdown-toggle i {
        color: #fff;
    }
}

@media screen and (max-width: 992px) {
    .navbar-toggle {
        display: block;
        margin-right: 0;
    }

    .navbar-collapse.collapse {
        display: none !important;
        border: none;
    }

    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        padding-left: 0;
        padding-right: 0;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
            overflow-y: auto !important;
        }

    .navbar-header,
    .navbar-nav,
    .navbar-nav > li {
        float: none !important;
    }

    .navbar-default .navbar-nav {
        margin-right: 0;
    }

        .navbar-default .navbar-nav a {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .navbar-default .navbar-nav li > a > i {
            position: absolute;
            right: 15px;
            top: 9px;
            font-size: 18px;
        }

        .navbar-default .navbar-nav li.mega-menu ul.list-menu > li > a > i {
            position: relative;
            right: 0;
            top: 0px;
            font-size: 14px;
        }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
        .navbar-default .navbar-nav > .active.open > a, .navbar-default .navbar-nav > .active.open > a:hover, .navbar-default .navbar-nav > .active.open > a:focus {
            background-color: #ED1A3B;
            color: #fff;
        }

        .navbar-default .navbar-nav .open .dropdown-menu {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            border: none;
        }

            .navbar-default .navbar-nav .open .dropdown-menu > li > a {
                padding: 5px 15px 5px 25px;
                color: #7b7b7b;
            }

            .navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
                color: inherit;
                background-color: #E7E7E7;
            }

    .navbar-default.navbar-dark .navbar-nav > .open > a,
    .navbar-default.navbar-dark .navbar-nav > .open > a:hover,
    .navbar-default.navbar-dark .navbar-nav > .open > a:focus {
        color: #fff;
    }

    .navbar-default.navbar-dark .navbar-nav > .active > a, .navbar-default.navbar-dark .navbar-nav > .active > a:hover, .navbar-default.navbar-dark .navbar-nav > .active > a:focus,
    .navbar-default.navbar-dark .navbar-nav > .active.open > a, .navbar-default.navbar-dark .navbar-nav > .active.open > a:hover, .navbar-default.navbar-dark .navbar-nav > .active.open > a:focus {
        color: #fff;
    }

    .navbar-default.navbar-dark .navbar-nav .open .dropdown-menu > li.active > a {
        color: #fff;
        background-color: #444446;
    }

    .navbar-default.navbar-dark .navbar-nav > .active > a, .navbar-default.navbar-dark .navbar-nav > .active > a:hover, .navbar-default.navbar-dark .navbar-nav > .active > a:focus,
    .navbar-default.navbar-dark .navbar-nav > .active.open > a, .navbar-default.navbar-dark .navbar-nav > .active.open > a:hover, .navbar-default.navbar-dark .navbar-nav > .active.open > a:focus {
        background-color: #444446;
        color: #fff;
    }

    .navbar-default.navbar-transparent .navbar-nav {
        background-color: rgba(255, 255, 255, 0.95);
    }

        .navbar-default.navbar-transparent .navbar-nav > li > a,
        .navbar-default.navbar-transparent .navbar-nav > .open > a, .navbar-default.navbar-transparent .navbar-nav > .open > a:hover, .navbar-default.navbar-transparent .navbar-nav > .open > a:focus {
            color: #a2a2a2;
        }

        .navbar-default.navbar-transparent .navbar-nav > .active > a, .navbar-default.navbar-transparent .navbar-nav > .active > a:hover, .navbar-default.navbar-transparent .navbar-nav > .active > a:focus,
        .navbar-default.navbar-transparent .navbar-nav > .active.open > a, .navbar-default.navbar-transparent .navbar-nav > .active.open > a:hover, .navbar-default.navbar-transparent .navbar-nav > .active.open > a:focus {
            color: #a2a2a2;
            background-color: #ececec;
        }

    .dropdown-menu .dropdown .dropdown-menu {
        display: block;
        padding-left: 12px;
    }

    .dropdown-menu .dropdown a > i {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        margin-top: 0;
    }

    .navbar-default .navbar-nav {
        margin-left: 0;
    }

        .navbar-default .navbar-nav .dropdown-menu .dropdown a {
            background-color: inherit;
        }

        .navbar-default .navbar-nav .dropdown-menu .dropdown i {
            display: none;
        }
}

@media screen and (max-width: 767px) {
    .navbar-toggle {
        margin-right: 15px;
    }

    .navbar > .container .navbar-brand {
        margin-left: 5px;
    }
}

@media screen and (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -10px;
    }
}

h2 {
    color: #3e454c;
    font: 300 40px/39px 'Open Sans';
    margin: 0 0 30px;
    text-transform: uppercase;
}

h3 {
    color: #ED1A3B;
    font: 600 20px/20px 'Open Sans';
    margin: 0 0 13px;
    text-transform: uppercase;
}

    h3.fw {
        font-weight: 400;
    }

h4 {
    color: #ED1A3B;
    font: 300 50px/50px 'Open Sans';
    margin: 0 0 7px;
    text-transform: uppercase;
}

    h4 > span {
        font-size: 30px;
        color: #414141;
        position: relative;
        top: -19px;
    }

h5 {
    color: #333745;
    font: 30px/30px 'Open Sans';
    font-weight: 300 !important;
    margin: 0 0 32px;
    text-transform: uppercase;
}

h6 {
    color: #0A246A ;
    font: 26px/26px 'Open Sans';
    font-weight: 400 !important;
    margin: 30px 0 16px;
    text-transform: uppercase;
}

article > h6 {
margin-top:5px; margin-left:0
}

header {
    padding: 0;
    background: 0 0;
    background: #1B4496;
    height: 88px;
    position: relative;
    z-index: 100;
}

.centerBox {
    background: #C01631 url(homeCHISCBG.jpg) center 0 no-repeat;
    padding: 15px 0 15px;
    margin-bottom: 30px;
}

    
    .centerBox h2 {
        font: 400 40px/50px 'Open Sans';
        color: white;
        text-align: center;
        margin-bottom: 5px;
        text-transform: uppercase;
        text-shadow: 1px 1px rgba(0,0,0,0.5);
    }

/* footer */
footer {
    background-color: #202020;
    font-weight: 300;
    color: #eaeaea;
}

    footer a {
        color: #fff;
    }

        footer a:hover, footer a:focus {
            color: #fff;
            text-decoration: underline;
        }

    footer .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer .logo {
        width: 250px;
        margin-bottom: 15px;
    }

    footer .social-icons.light-icons a {
        background-color: #3c3c3e;
    }

        footer .social-icons.light-icons a:hover {
            background-color: #353536 !important;
        }

@media screen and (max-width: 768px) {
    footer .container {
        padding: 30px 15px;
    }
}

.footer-heading {
    margin: 0 0 13px 0;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

.footer-nav > li {
    margin-bottom: 10px;
}

.copyright {
    padding: 15px 0;
    background-color: #323232;
    font-size: 12px;
}

.footer-minimal .copyright {
    border: none !important;
    font-size: 11px;
    padding-bottom: 0;
    background-color: transparent;
}

.clientBox {
    background: #edf3f3;
    padding-top: 21px;
    padding-bottom: 21px;
    border-bottom: 4px solid #d5dada;
}

    .clientBox .title {
        font: 900 14px Roboto;
        color: #535b60;
        text-transform: uppercase;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

.moreBox {
    text-align: center;
    padding-top: 73px;
    margin-bottom: 83px;
}

    .moreBox hr {
        margin: 82px 0 0;
        border-color: #e1e3e5;
    }

    .moreBox p {
        font: 80px Sail;
        color: #414141;
        letter-spacing: -4px;
        margin-bottom: 16px;
    }

.allBox {
    margin-bottom: 85px;
}

    .allBox h2 {
        margin-bottom: 27px;
    }

.formBox {
    padding-top: 0;
    padding-bottom: 0;
}

.searchBox {
    padding-bottom: 60px;
}

.servBox {
    padding-bottom: 61px;
}

.blogBox h2 {
    margin-bottom: 27px;
}

.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: 0;
            }

.trainerBox a {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .trainerBox a:hover {
        opacity: .8;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

.trainerBox {
    margin-bottom: 15px;
    padding-top: 10px;
}

    .trainerBox figure {
        margin: 0;
    }

        .trainerBox figure img {
            width: 100%;
        }

    .trainerBox a {
        opacity: 1;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        .trainerBox a:hover {
            opacity: .8;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

.unlockBox {
    padding-top: 66px;
    background: url(pattern.png) repeat;
    padding-bottom: 11px;
    -webkit-box-shadow: inset 1px 0 2px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 1px 2px 2px 0 rgba(0, 0, 0, .3);
}

    .unlockBox.colorBox {
        background: #302f46;
        box-shadow: none;
    }

        .unlockBox.colorBox h2 {
            color: #dbdaed;
        }

        .unlockBox.colorBox p {
            color: #dbdaed;
        }

.classesBox {
    padding-top: 76px;
    background: url(pattern3.png) repeat;
    padding-bottom: 98px;
}

.hundredBox {
    margin-top: 30px;
}

    .hundredBox strong {
        font: 700 60px/47px 'Open Sans';
        color: #fff;
        margin-bottom: 0;
        display: block;
    }

    .hundredBox p {
        font: 600 24px/29px 'Open Sans';
        color: #fff;
    }

.projectBox {
    padding: 0;
    background: url(pattern2.png) repeat;
}

    .projectBox article > .caption {
        margin: 0;
        padding: 0;
        background: #fff;
        position: relative;
        margin-bottom: 89px;
        overflow: hidden;
    }

    .projectBox .lnk {
        position: absolute;
        top: 42px;
        background: #fff;
        text-align: right;
        width: 77px;
        height: 77px;
        border-radius: 77px;
        right: -92px;
        padding-top: 24px;
        padding-right: 22px;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
    }

        .projectBox .lnk:hover {
            background: rgba(255, 255, 255, .5);
            -webkit-transition: all .35s ease;
            transition: all .35s ease;
        }

    .projectBox .box1 {
        width: 630px;
        text-align: right;
        padding: 47px 0 0 50px;
        float: left;
        position: relative;
    }

.title1 {
    font: 20px 'Open Sans';
    color: #1B4496;
    margin-bottom: 17px;
}

.projectBox .box1 .title2 {
    font: 14px/22px 'Open Sans';
    color: #7d7d7d;
}

.projectBox figure {
    margin: 0;
    float: right;
}

.pad1Box {
    background: #f8f8f8;
    padding: 62px 0 61px;
    position: relative;
}

    .pad1Box em {
        display: inline-block;
        width: 100%;
        height: 17px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(shadow.png) center top no-repeat;
    }

.teamBox {
    margin-top: 40px;
}

    .teamBox hr {
        margin: 0 0 58px;
        border-top: 1px solid #f5f5f5;
    }

.btn-default.btn1 {
    box-shadow: none;
    position: relative;
    padding: 15px 30px;
    font: 600 14px 'Open Sans';
    margin: 0;
    letter-spacing: 0;
    text-shadow: none;
    color: #fff;
    border: 0;
    background: #ED1A3B;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.admin {
    margin-top:10px
}



    .btn-default.btn1:hover {
        color: #fff;
        background: #3e454c;
        text-decoration: none !important;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }

div.admin .btn-default.btn1:hover {
    color: #fff;
    background: #143370;
    text-decoration: none !important;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
div.admin .btn-default.btn1.danger {
    background-color:#E8193A!important
}

.events-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .events-list li {
        margin-bottom: 43px;
    }

        .events-list li time a {
            font: 700 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
            color: #000;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 13px;
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
        }

            .events-list li time a:hover {
                color: #819e6f;
                -webkit-transition: all .25s ease;
                transition: all .25s ease;
            }

.list1 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .list1 li {
        font-size: 14px;
        line-height: 1.428571429;
        overflow: hidden;
        margin-bottom: 20px;
        padding-left: 19px;
        background: url(list_arrow.png) left 7px no-repeat;
    }

        .list1 li a {
            font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
            color: #7B7B7B;
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
        }

            .list1 li a:hover {
                color: #ED1A3B;
                -webkit-transition: all .25s ease;
                transition: all .25s ease;
            }

.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .list2 li {
        font-size: 14px;
        line-height: 1.428571429;
        overflow: hidden;
        margin-bottom: 7px;
    }

        .list2 li a {
            color: #757c80;
            font: 11px Roboto;
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
        }

            .list2 li a:hover {
                color: #2d88a6;
                -webkit-transition: all .25s ease;
                transition: all .25s ease;
            }

.list3-1 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: -5px;
}

    .list3-1 li {
        font-size: 14px;
        line-height: 1.428571429;
        overflow: hidden;
        margin-bottom: 20px;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 18px;
    }

        .list3-1 li a {
            font: 15px 'Open Sans';
            color: #3e454c;
            margin-bottom: 15px;
            display: inline-block;
        }

        .list3-1 li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

        .list3-1 li > img {
            float: left;
            margin-right: 19px;
            margin-top: 6px;
        }

        .list3-1 li p {
            margin-bottom: 0;
        }

.list4 {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 48px;
    padding-bottom: 13px;
    margin-top: -3px;
    border-bottom: 1px solid #d1d7bb;
}

    .list4 li {
        font-size: 14px;
        line-height: 1.428571429;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .list4 li .badge {
            padding: 0;
            margin: 0;
            border-radius: 51px;
            box-shadow: none;
            text-shadow: none;
            font: 30px 'Six Caps';
            text-align: center;
            color: #fff;
            background: url(pattern1.png) repeat;
            width: 51px;
            height: 51px;
            float: left;
            margin-right: 29px;
            margin-top: 3px;
            padding-top: 6px;
        }

        .list4 li a {
            font: 700 13px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
            color: #000;
            margin-bottom: 6px;
            display: inline-block;
            text-transform: uppercase;
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
        }

            .list4 li a:hover {
                color: #819e6f;
                text-decoration: none;
                -webkit-transition: all .25s ease;
                transition: all .25s ease;
            }

.list5 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list5 li {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 32px;
    }

        .list5 li .title {
            color: #000;
            text-transform: uppercase;
        }

        .list5 li a {
            text-decoration: underline;
            color: #7B7B7B;
        }

            .list5 li a:hover {
                text-decoration: none;
            }

        .list5 li img {
            float: left;
            margin-right: 17px;
        }

.list6 {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 6px;
}

    .list6 li {
        font-size: 14px;
        line-height: 1.428571429;
        margin-bottom: 25px;
    }

        .list6 li p {
            margin-bottom: 0;
        }

        .list6 li a {
            color: #2d2d2d;
            font: 700 24px/26px Arial, "Helvetica Neue", Helvetica, sans-serif;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 9px;
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
        }

            .list6 li a:hover {
                color: #f4cc6c;
                -webkit-transition: all .25s ease;
                transition: all .25s ease;
            }

        .list6 li .badge {
            padding: 0;
            margin: 0;
            box-shadow: none;
            text-shadow: none;
            font: 30px Arial, "Helvetica Neue", Helvetica, sans-serif;
            color: #fff;
            background: #f4cc6c;
            width: 52px;
            height: 53px;
            border-radius: 0;
            float: left;
            margin-right: 16px;
            padding-top: 7px;
            margin-top: 4px;
        }

.list8 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list8 li {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 18px;
    }

        .list8 li p {
            margin-bottom: 0;
        }

.list9 {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list9 li {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 30px;
    }

#search-404 {
    position: relative;
    margin: 0;
    margin-top: 30px;
    overflow: hidden;
}

    #search-404 input {
        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: 0;
        border: 1px solid #f5f5f5;
        background: #fff;
        font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
        line-height: 18px;
        color: #bab9b9;
        padding: 14px 14px 15px;
        height: 49px;
        resize: none;
        margin-bottom: 15px;
    }

.info {
    margin-bottom: 24px;
}

    .info p {
        margin-bottom: 5px;
    }

        .info p span {
            display: inline-block;
            width: 146px;
        }

        .info p a {
            color: #e74c3c;
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
        }

            .info p a:hover {
                color: ##7B7B7B;
                -webkit-transition: all .25s ease;
                transition: all .25s ease;
            }

    .info .title {
        font: 15px/25px Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #a6a8ae;
        text-transform: uppercase;
        margin-bottom: 9px;
    }

.info2 {
    font-size: 0.9em !important;
}

.newsletterBox {
    padding-top: 4px;
}

    .newsletterBox h2 {
        font-size: 36px;
    }

#newsletter {
    position: relative;
    margin: 23px 0 0;
    float: right;
}

    #newsletter a {
        font: 600 24px Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #fff;
        background: #a2c9c2;
        text-transform: uppercase;
        letter-spacing: -1px;
        display: inline-block;
        padding: 18px 35px 17px 36px;
        -webkit-transition: all .35s ease-out;
        transition: all .35s ease-out;
    }

        #newsletter a img {
            display: inline-block;
            margin-top: -6px;
        }

        #newsletter a:hover {
            background: #303030;
            -webkit-transition: all .35s ease-out;
            transition: all .35s ease-out;
        }

    #newsletter label {
        position: relative;
        width: 513px;
        height: 68px;
        float: left;
        margin-bottom: 14px;
        margin-right: 14px;
    }

    #newsletter input {
        background: 0 0;
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #ccc;
        font: 18px Arial, "Helvetica Neue", Helvetica, sans-serif;
        line-height: 18px;
        color: #8e8e8e;
        background: #fff;
        height: 68px;
        width: 100%;
        padding: 12px 20px 12px 36px;
        margin: 0;
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

        #newsletter input:focus {
            outline: 0;
            border-color: #ccc;
        }

    #newsletter .error {
        position: absolute;
        top: 0;
        right: 3px;
        text-align: right;
        display: block;
        overflow: hidden;
        height: 0;
        font-size: 10px;
        color: #a2c9c2;
        font-size: 11px;
        text-transform: none;
        font-weight: 400;
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    #newsletter label.invalid .error {
        height: 19px;
    }

    #newsletter .success {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        border-radius: 0;
        padding: 10px 20px 10px 36px;
        font: 18px Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #767676;
        border: 1px solid #ccc;
        text-align: center;
        background: #fff;
        height: 64px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.contactBox2 {
    margin-bottom: 80px;
}

#contactForm {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

    #contactForm label {
        position: relative;
        display: block;
        min-height: 80px;
        margin: 0;
        font-weight: 400;
        font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
        line-height: 18px;
        color: #bab9b9;
    }

        #contactForm label span {
            margin-bottom: 2px;
            display: block;
            color: #bab9b9;
        }

    #contactForm .holder {
        overflow: hidden;
    }

.form-div-1, .form-div-2, .form-div-3 {
    float: left;
    width: 305px;
    margin-right: 30px;
}

.form-div-3 {
    margin-right: 0;
}

#contactForm span {
    display: block;
}

#contactForm ._placeholder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: text;
    padding: 10px 14px;
    border-radius: 0;
    display: block;
}

#contactForm input:focus, #contactForm textarea:focus {
    background-color:#EBEBEB; border: solid 1px #496AAB
}
#contactForm input, #contactForm 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: 0;
    border: 1px solid #f5f5f5;
    background: #fff;
    font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 18px;
    color: #414141;
    padding: 10px 14px;
    height: 41px;
    resize: none;
}

#contactForm textarea {
    height: 258px;
    margin-bottom: 40px;
}

#contactForm .error-message, #contactForm .empty-message {
    height: 0;
    overflow: hidden;
    font: 10px Arial;
    color: #bab9b9;
    -webkit-transition: .3s ease-in height;
    transition: .3s ease-in height;
    position: absolute;
    right: 5px;
    top: 2px;
}

#contactForm .invalid .error-message, #contactForm .empty .empty-message {
    height: 20px;
}

#contactForm .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 .35s ease;
    transition: all .35s ease;
    padding: 0;
}

#contactForm.success .success-message {
    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: 0;
    border: 1px solid #f5f5f5;
    background: #fff;
    font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 18px;
    color: #7B7B7B;
    padding: 10px 14px;
    height: 41px;
    resize: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.btns .btn1 {
    float: left;
}

.btns p {
    float: left;
    margin-top: 7px;
    margin-left: 21px;
    color: #e74c3c;
}

.mail {
    text-decoration: none;
    font-size: 14px;
    color: #e74c3c;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

    .mail:hover {
        color: #a4a4a4;
        text-decoration: none;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }

@media (min-width:1220px) {
    .container {
        padding: 0;
    }

    #search-404 input {
        margin-right: 14px;
        width: 342px;
        float: left;
    }
}

@media (min-width:992px) and (max-width:1219px) {
    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 38px;
        line-height: 48px;
    }

    .banner_list li {
        padding: 73px 43px 70px 44px;
    }

        .banner_list li .title {
            font-size: 25px;
            line-height: 1em;
        }

    .banner_list li {
        width: 235px !important;
    }

    .bnBox article h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .bnBox article .caption p {
        font-size: 14px;
    }

    .form-div-1, .form-div-2, .form-div-3 {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #contactForm label {
        min-height: 57px;
    }

    .plumbBox figure {
        margin-bottom: 20px;
    }

    #newsletter label {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .info-box h2 {
        font-size: 17px;
        letter-spacing: 0;
        font-weight: 600;
    }

    .errorBox > img {
        width: 100%;
    }

    .logosBox ul li {
        width: 25%;
    }

    .projectBox .box1 {
        padding: 35px 0 0 50px;
        width: 400px;
    }

     .thumb-pad3 .thumbnail .caption a {
        font-size: 13px;
    }

    .thumb-pad6 figure {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .errorBox figure img {
        width: 100%;
    }

    .centerBox {
        padding: 10px 0 10px;
        margin-bottom: 30px;
    }

    

    .joinBox .box .title {
        font-size: 32px;
        line-height: 40px;
    }

    .joinBox .box .description {
        font-size: 120px; margin-bottom:50px!important;
        line-height: 20px;
    }

    .btn-default.btn2 {
        padding: 20px 30px; min-width:190px;
        font-size: 15px;
    }

    .opportunitiesBox {
        margin-top: 60px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    header {
        height: auto;
    }

    h1.navbar-brand_ {
        margin-bottom: 0;
        float: none;
        margin: 0 0 25px;
        width: 100%;
        text-align: center;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 29px;
        line-height: 30px;
    }

        h4 > span {
            top: -7px;
            font-size: 22px;
        }

    .moreBox p {
        font-size: 50px;
    }

    .offerBox {
        margin-bottom: 50px;
    }

    .list6 li a {
        font-size: 14px;
        line-height: 20px;
    }

    .list4 li .badge {
        margin-bottom: 7px;
        float: none;
        margin-right: 0;
    }

    .testimBox a {
        font-size: 14px;
        line-height: 20px;
    }

    .trainers-box {
        margin-top: 50px;
    }

    .testimBox article {
        margin-bottom: 35px;
    }

    .banner_list li {
        padding: 73px 43px 70px 44px;
    }

    .banner_list li {
        width: 360px !important;
    }

    .bnBox article h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .bnBox article .caption p {
        font-size: 14px;
    }

    .bnBox article {
        margin-bottom: 35px;
        overflow: hidden;
    }

    .mailBox p img {
        margin-top: 0;
    }

    .mailBox p a {
        font-size: 14px;
    }

    .mailBox span img {
        margin-top: 6px;
    }

    .mailBox span a {
        font-size: 14px;
    }

    #contactForm label {
        min-height: 57px;
    }

    .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;
    }

    .errorBox img {
        width: 100%;
    }

    .idealBox {
        width: 100%;
        float: none;
    }

    .logosBox ul li {
        width: 25%;
    }

    .projectBox .box1 {
        width: 100%;
        text-align: left;
        padding: 20px 20px 0 50px;
        float: none;
        position: relative;
    }

    .projectBox figure {
        margin: 0;
        float: none;
    }

        .projectBox figure img {
            width: 100%;
        }

    .projectBox .lnk {
        top: 20px;
        right: 30px;
    }

    .list1-3 {
        margin-left: 0;
    }

    .table1 {
        margin-bottom: 40px;
    }

    .thumb-pad5 figure {
        margin-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .plumbBox figure {
        margin-bottom: 20px;
    }

    .thumb-pad3-1 .thumbnail .caption .lnk {
        font-size: 14px;
        line-height: 20px;
    }

    .thumb-pad3-1 .thumbnail .caption span {
        font-size: 14px;
        line-height: 20px;
    }

    footer .listBox > div {
        padding-right: 0;
    }

    .infoBox {
        padding-top: 45px;
    }

    .thumb-pad3 .thumbnail .caption {
        overflow: visible;
    }

    .thumb-pad1, .thumb-pad2, .thumb-pad3 {
        margin-bottom: 30px;
    }

    .banner-box {
        margin-top: 60px;
    }

    .opportunitiesBox {
        margin-top: 50px;
    }

    .thumb-pad6 figure {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .errorBox figure img {
        width: 100%;
    }

        .centerBox h2 {
        font-size: 30px;
        line-height: 32px;
        margin-top: 0;
    }

    .centerBox {
        padding: 12px 0 12px;
        margin-bottom: 20px;
    }

    #gallery .gall1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        min-height: 293px;
    }

        #gallery .gall1 li {
            width: 100%;
        }

            #gallery .gall1 li > img {
                width: 100%;
            }

    #gallery .thumbs li {
        float: left;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .joinBox .box .title {
        font-size: 40px;
        line-height: 40px;
    }

    .joinBox .box .description {
        font-size: 20px;
        line-height: 20px;
    }

    .btn-default.btn2 {
        padding: 20px 30px;
        font-size: 15px;
    }
}

@media (max-width:767px) {
    header {
        text-align: center;
        position: relative;
        height: auto;
        margin: 0;
        padding: 0;
    }

    h1.navbar-brand_ {
        float: none;
        display: inline-block;
        margin-bottom: 30px;
    }

        h1.navbar-brand_ a img {
            width: 100%;
        }

    .select-menu {
        display: inline-block !important;
        padding-top: 4px;
        padding-right: 3px;
        padding-bottom: 4px;
        width: 100%;
        border: 1px solid #a93024;
        background: #a93024;
        color: #fff;
        cursor: pointer;
        margin-top: 20px;
        margin-bottom: 30px;
        height: 30px;
        font-size: 12px;
        vertical-align: middle;
    }


    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 29px;
        line-height: 30px;
    }

        h4 > span {
            top: -7px;
            font-size: 22px;
        }

        .centerBox h2 {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 0;
        font-size: 26px;
        line-height: 22px;
    }

    .centerBox {
        padding: 16px 0 12px;
        margin-bottom: 12px;
    }

    .thumb-pad1 .thumbnail figure {
        float: left;
        margin-right: 15px;
    }

        .thumb-pad1 .thumbnail figure img {
            width: 100%;
        }

    .who-box {
        margin-bottom: 50px;
    }

    footer {
        text-align: center;
    }


    .errorBox {
        text-align: center;
    }

    .moreBox p {
        font-size: 50px;
    }

    .testimBox article {
        margin-bottom: 35px;
    }

    .list6 li a {
        font-size: 14px;
        line-height: 20px;
    }

    .testimBox a {
        font-size: 14px;
        line-height: 20px;
    }

    .offerBox {
        margin-bottom: 50px;
    }

    .thumb-pad3-1 .thumbnail .caption .lnk {
        font-size: 14px;
        line-height: 20px;
    }

    .thumb-pad3-1 .thumbnail .caption span {
        font-size: 14px;
        line-height: 20px;
    }

    .banner_list li {
        padding: 73px 43px 70px 44px;
    }

        .banner_list li .title {
            font-size: 25px;
            line-height: 1em;
        }

    .banner_list li {
        width: 50% !important;
    }

    .bnBox article h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .bnBox article .caption p {
        font-size: 14px;
    }

    .bnBox article {
        margin-bottom: 35px;
        overflow: hidden;
    }

    .pad1Box article {
        margin-bottom: 50px;
    }

    .bnBox article .caption {
        padding-left: 0;
    }

    .commercialBox article .title1 {
        font-size: 80px;
        line-height: 90px;
    }

    .bracketBox {
        float: none !important;
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .manBox {
        float: none !important;
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .hundredBox {
        margin-bottom: 60px;
    }

    .projectBox .box1 {
        width: 100%;
        text-align: left;
        padding: 20px 20px 0 50px;
        float: none;
        position: relative;
    }

    .projectBox figure {
        margin: 0;
        float: none;
    }

        .projectBox figure img {
            width: 100%;
        }

    .projectBox .lnk {
        top: 20px;
        right: 30px;
    }

    .classesBox {
        padding-bottom: 0;
    }

    .helpBox article {
        padding-bottom: 40px;
    }

    .circleBox1 {
        margin-top: 0;
        text-align: center;
        margin-bottom: 20px;
    }

        .circleBox1 figure {
            display: inline-block;
        }

    .unlockBox {
        padding-top: 30px;
    }

    .class-box {
        width: 50%;
        float: left;
    }

    .plumbBox figure {
        margin-bottom: 20px;
    }

    #newsletter {
        float: none;
    }

        #newsletter label {
            width: 100%;
        }

    #search {
        display: inline-block;
        float: none;
    }

        #search input {
            width: 200px;
        }

    header .container > div {
        padding-bottom: 0;
    }

    .programsBox article {
        width: 100%;
        display: block;
        overflow: hidden;
        margin-bottom: 35px;
    }

    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 {
        margin-top: 70px;
    }

    .about-box {
        margin-bottom: 50px;
    }

    .services-box {
        float: left;
    }

    .form-div-1, .form-div-2, .form-div-3 {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #contactForm label {
        min-height: 57px;
    }

    .map iframe {
        height: 300px;
    }

    .info {
        margin-bottom: 50px;
    }

    .info-box {
        width: 100%;
    }

    .iconBlock {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .list-romb-box {
        text-align: center;
    }

    .logosBox {
        margin-top: 50px;
    }

        .logosBox ul li {
            width: 50%;
        }

            .logosBox ul li:last-child {
                border-right: 1px solid #dcdddd;
            }

    .trainers-box {
        padding-top: 60px;
    }

    .plumbBox {
        width: 60%;
        float: left;
    }

    .locationsBox {
        width: 40%;
        float: left;
    }

        .locationsBox > img {
            width: 100%;
        }

    .picBox {
        float: left;
        margin-right: 0;
        width: 50%;
    }

    .table1 {
        margin-bottom: 50px;
    }

    .error-box {
        padding-bottom: 30px;
    }

    .thumb-pad5 .thumbnail .caption {
        overflow: visible;
    }

    .thumb-pad5 {
        padding-bottom: 40px;
    }

    .favorites-box {
        padding-bottom: 68px;
    }

    .history-box {
        margin-bottom: 30px;
    }

    .list5Box {
        overflow: hidden;
    }

        .list5Box .bracket-list {
            display: block;
            float: none;
        }

    .blogBox {
        padding-bottom: 0;
    }

    .bsBox {
        margin-bottom: 50px;
    }

    .serv-box {
        margin-bottom: 50px;
    }

    .date-box {
        margin-bottom: 50px;
    }

    .video-box1 {
        margin-bottom: 50px;
    }

    .info-cont article {
        margin-bottom: 50px;
    }


    .menuBox.marg {
        margin-bottom: 0;
    }

    .newBox {
        margin-top: 35px;
    }

    .welcomeBox {
        margin-top: 0;
    }

    .thumb-pad4 {
        margin-bottom: 40px;
    }

    .opportunitiesBox {
        margin-top: 50px;
    }

    .thumb-pad4 figure {
        margin-bottom: 0;
        float: left;
        margin-right: 15px;
    }

    .thumb-pad4 .caption {
        overflow: visible !important;
    }

    .thumb-pad6 figure {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .errorBox figure img {
        width: 100%;
    }

    .galleryBox {
        margin-top: 50px;
    }

    .newBox {
        margin-top: 50px;
    }

    .joinBox .box .title {
        font-size: 40px;
        line-height: 40px;
    }

    .joinBox .box .description {
        font-size: 20px;
        line-height: 20px;
    }

    .btn-default.btn2 {
        padding: 20px 30px;
        font-size: 15px;
        float: none;
    }

    .joinBox .box {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .joinBox {
        text-align: center;
    }
}

@media (max-width:626px) {

	.joinBox a {
	display:block;margin-bottom:2px;width:100%
}

    .list2 {
        margin-bottom: 20px;
    }

    .thumb-pad4 figure {
        margin-bottom: 0;
        float: none;
        margin-right: 0;
    }

    .thumb-pad1 .thumbnail figure {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width:560px) {
    .thumb-pad3 .thumbnail .caption {
        overflow: visible;
    }

    .commercialBox article .title1 {
        font-size: 50px;
        line-height: 60px;
    }

    .commercialBox article .title2 {
        font-size: 26px;
        line-height: 30px;
    }

    .errorBox img {
        width: 100%;
    }

    .circleBox ul li {
        width: 140px;
        height: 140px;
        padding-top: 20px;
    }

    .plumbBox {
        width: 100%;
        float: none;
    }

    .locationsBox {
        width: 100%;
        float: none;
    }

        .locationsBox > img {
            width: auto;
        }

    .manBox {
        padding-bottom: 20px;
    }

    .sloganBox .title1 {
        font-size: 35px;
        line-height: 45px;
    }

    .sloganBox .title2 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        letter-spacing: 0;
    }

    .sloganBox .title3 {
        font-size: 20px;
        line-height: 29px;
        font-weight: 400;
    }

    .sloganBox .title4 {
        font-size: 16px;
        line-height: 25px;
    }

    .projectBox .box1 .title1 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .projectBox .lnk {
        top: 10px;
        right: 0;
        width: auto;
        height: auto;
        padding-top: 10px;
        padding-right: 10px;
        background: 0 0;
    }

    .thumb-pad5 .thumbnail .post .posted br {
        display: block;
    }

    .thumb-pad5 .thumbnail .post .posted a {
        float: none !important;
    }

    .thumb-pad6 .thumbnail .badgeBox p br {
        display: block;
    }

    .thumb-pad6 .thumbnail .badgeBox p > .lnk {
        float: none !important;
    }
}

@media (max-width:480px) {
    h1.navbar-brand_ a {
        float: none;
    }

    h1.navbar-brand_ strong {
        float: none;
    }

    .videoBox, .newsBox {
        width: 100%;
        float: none;
    }

    .bnBox article figure {
        margin: 0;
        width: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .commercialBox article .title1 {
        font-size: 34px;
        line-height: 45px;
    }

    .commercialBox article .title2 {
        font-size: 20px;
        line-height: 27px;
    }

    .class-box {
        width: 100%;
        float: none;
    }

    .circleBox1 figure img {
        width: 100%;
    }

    .dateBox {
        width: 100%;
        float: none;
    }

    .services-box {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .professionalBox article {
        width: 100%;
        float: none;
    }

    .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: 0 !important;
    }

    .thumb-pad5 .thumbnail .badgeBox p br {
        display: block;
    }

    .thumb-pad5 .thumbnail .badgeBox p > .lnk {
        float: none !important;
    }

    .banner_list li {
        width: 100% !important;
        float: none;
    }

    .banner_list li {
        padding: 40px;
    }

        .banner_list li figure {
            margin-bottom: 24px;
        }

    .testimBox .col-xs-6 {
        width: 100%;
        float: none;
    }

    .trainerBox {
        width: 100%;
        float: none;
    }

    .packagesBox {
        background: #fcfcfc;
        padding: 25px 0 22px;
        text-align: center;
    }

        .packagesBox div {
            float: none;
        }

    .iconBox {
        width: 100%;
        float: none;
    }

    .list0 li {
        display: block;
        margin: 0;
    }


    .thumb-pad3 .thumbnail .caption a {
        font-size: 13px;
    }

    .listBox1 {
        width: 100%;
        float: none;
    }

    .banner-box {
        margin-top: 0;
    }

        .banner-box article {
            float: none;
            width: 100%;
        }

    footer p {
        float: none;
    }

    .thumb-pad5 figure {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .galleryBox article {
        width: 100%;
        float: none;
    }

    #gallery .gall1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

        #gallery .gall1 li {
            width: 100%;
        }

            #gallery .gall1 li > img {
                width: 100%;
            }

    #gallery .thumbs li {
        float: left;
        margin-bottom: 0;
        margin-right: 10px;
    }

    #gallery .thumbs li {
        width: 75px;
    }

        #gallery .thumbs li img {
            width: 100%;
        }

    .teamBox article {
        float: none;
        width: 100%;
    }

    .teamBox article {
        width: 100%;
        float: none;
    }

    footer ul {
        float: none;
        display: inline-block;
    }
}

@media (max-width:320px) {
    h1.navbar-brand_ a img {
        width: 100%;
    }

    .thumb-pad2 .thumbnail .caption {
        overflow: visible;
    }

    .iconBox {
        width: 100%;
        float: none;
    }

    .bracketBox figure {
        margin-right: 0;
    }

    .bracket-list li a {
        font-weight: 400;
        font-size: 13px;
    }


    .trainerBox {
        width: 100%;
        float: none;
    }

    .sloganBox .title1, .sloganBox .title2 {
        line-height: 40px;
    }

    .helpBox .col-lg-6 .badge {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .thumb-pad5 figure img {
        width: 100%;
    }

    .thumb-pad3 figure {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

        .thumb-pad3 figure img {
            width: 100%;
        }
}

.margBot {
    margin-bottom: 97px;
}

.padBot {
    padding-bottom: 45px;
}

.bannerBox {
    overflow: hidden;
}

    .bannerBox hr {
        margin: 29px 0 0;
        border-top: 1px solid #f5f5f5;
    }

.newComps {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #EFEFEF;
    margin-bottom: 25px;
    border-top: 1px #E3E3E3 solid;
    border: 1px #FBFBFB solid;
}

.newComps {
    color: #333;
}

    .newComps h6 {
        font-weight: 400 !important;
    }

.joinBox {
    padding-bottom: 45px;
}

    .joinBox .box {
        float: left;
    }

        .joinBox .box .title {
            font: 300 60px/60px 'Open Sans';
            color: #ED1A3B;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

        .joinBox .box .description {
            font: 300 30px/30px 'Open Sans';
            color: #3e454c;
            text-transform: uppercase;
            margin-bottom: 0;
        }

    .joinBox > a {
        float: right;
    }

#toTop {
    display: none;
    width: 24px;
    height: 24px;
    background: url(top.png) no-repeat;
    position: fixed;
    margin-right: -680px !important;
    right: 90%;
    bottom: 16px;
    z-index: 999;
    opacity: 1;
}

    #toTop:hover {
        background: url(top.png) no-repeat;
        opacity: .55;
    }


.thumb-pad1 {
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
}

    .thumb-pad1 .thumbnail {
        position: relative;
        background: 0 0;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
    }

        .thumb-pad1 .thumbnail figure {
            margin-bottom: 29px;
        }

        .thumb-pad1 .thumbnail h3 {
            margin-bottom: 10px;
        }

        .thumb-pad1 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
            color: #7B7B7B;
        }

            .thumb-pad1 .thumbnail .caption p {
                margin-bottom: 22px;
            }

.banner-box {
    margin-top: 96px;
    margin-bottom: 71px;
}

.thumb-pad2 {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .thumb-pad2 .thumbnail {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: 0;
        padding: 0;
        background: 0 0;
    }

        .thumb-pad2 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
        }

            .thumb-pad2 .thumbnail .caption a {
                font: 300 25px 'Open Sans';
                color: #ffd64f;
                text-transform: uppercase;
                -webkit-transition: all .25s ease;
                transition: all .25s ease;
            }

                .thumb-pad2 .thumbnail .caption a:hover {
                    color: #3e454c;
                    -webkit-transition: all .25s ease;
                    transition: all .25s ease;
                }

            .thumb-pad2 .thumbnail .caption .title {
                font-size: 15px;
                color: #3e454c;
                margin-top: -4px;
                margin-bottom: 9px;
            }

    .thumb-pad2 figure {
        margin: 0 0 31px;
    }

        .thumb-pad2 figure img {
            width: 100%;
        }

        .thumb-pad2 figure a {
            display: block;
            position: relative;
            overflow: hidden;
            -webkit-transition: all .35s ease;
            transition: all .35s ease;
        }

            .thumb-pad2 figure a:hover {
                opacity: .7;
                -webkit-transition: all .35s ease;
                transition: all .35s ease;
            }

                .thumb-pad2 figure a:hover em {
                    left: -55px;
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                    -webkit-transition: all .25s ease;
                    transition: all .25s ease;
                }

        .thumb-pad2 figure em {
            width: 45px;
            height: 45px;
            display: inline-block;
            position: absolute;
            bottom: 0;
            left: 0;
            background: url(zoom.png) no-repeat;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
        }

.btn-default.btn2 {
    box-shadow: none;
    position: relative;
    padding: 31px 44px;
    font: 300 25px 'Open Sans';
    margin: 0;
    letter-spacing: 0;
    text-shadow: none;
    color: #fff;
    border: 0;
    background: #ED1A3B;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

    .btn-default.btn2:hover {
        color: #fff;
        background: #3e454c;
        text-decoration: none !important;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }


.btn3 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    padding: 0;
    font: 700 12px Cabin;
    margin: 0;
    letter-spacing: 0;
    text-shadow: none;
    color: #fff;
    border: 0;
    border-radius: 0 0 5px 5px;
    padding: 15px 23px 16px 24px;
    text-transform: uppercase;
    background: #6c9295;
    display: inline-block;
    margin-top: -1px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

    .btn3:hover {
        color: #fff;
        background: #ff5d40;
        text-decoration: none !important;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }

.btn-default.btn4 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    padding: 4px 35px;
    border: 0;
    font: 600 24px Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    text-shadow: none;
    color: #fff;
    background: #a2c9c2;
    display: inline-block;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

    .btn-default.btn4:hover {
        color: #6c9295;
        background: #e9e9e9 !important;
        text-decoration: none !important;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }


.global {
    padding: 0;
    background: #FBFBFB;
}

    .global.indent {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        min-height:200px
    }

.thumb-pad3 {
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 21px;
    border-bottom: 1px solid #f5f5f5;
}

    .thumb-pad3.bord-none {
        border: 0;
    }

    .thumb-pad3 .thumbnail {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        border: 0;
        padding: 0;
        background: 0 0;
    }

        .thumb-pad3 .thumbnail .caption {
            padding: 0;
            overflow: hidden;
        }

            .thumb-pad3 .thumbnail .caption a {
                font: 14px 'Open Sans';
                font-weight: 600;
                color: #333745;
                text-transform: uppercase;
                display: inline-block;
                margin-bottom: 2px;
                -webkit-transition: all .25s ease;
                transition: all .25s ease;
            }

                .thumb-pad3 .thumbnail .caption a:hover {
                    color: #ED1A3B;
                    -webkit-transition: all .25s ease;
                    transition: all .25s ease;
                }

    .thumb-pad3 figure {
        margin: 0;
        float: left;
        margin-right: 28px;
    }

    .thumb-pad3 .badge {
        padding: 0;
        margin: 0;
        box-shadow: none;
        text-shadow: none;
        border: 0;
        border-radius: 0;
        background: 0 0;
        width: 94px;
        font: 300 66px/55px 'Open Sans';
        color: #ED1A3B;
        text-align: center;
        float: left;
        margin-right: 18px;
    }

        .thumb-pad3 .badge span {
            font-size: 25px;
            text-transform: uppercase;
            display: block;
            color: #333745;
        }

.thumb-pad9 .thumbnail .caption a {
    font: 20px 'Open Sans';
    color: #333745;
    display: inline-block;
    margin-bottom: 11px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

    .thumb-pad9 .thumbnail .caption a:hover {
        color: #e74c3c;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }

.thumb-pad9 {
    margin-bottom: 64px;
    overflow: hidden;
}

    .thumb-pad9:hover .thumbnail {
        background: #D0D0D0;
    }

        .thumb-pad9:hover .thumbnail p {
            color: #202020;
        }

    .thumb-pad9:hover a {
        color: #ED1A3B !important;
    }

    .thumb-pad9 .thumbnail {
        position: relative;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
        padding: 38px 38px 25px;
        background: #fff;
        border: 1px solid #f5f5f5;
    }

    .thumb-pad9 figure {
        margin: 0;
        margin-bottom: 24px;
    }

        .thumb-pad9 figure img {
            width: 100%;
        }

    .thumb-pad9 .thumbnail .caption {
        padding: 0;
        color: #a4a4a4;
    }

        .thumb-pad9 .thumbnail .caption a {
            font: 20px 'Open Sans';
            color: #333745;
            display: inline-block;
            margin-bottom: 11px;
            text-transform: uppercase;
            -webkit-transition: all .25s ease;
            transition: all .25s ease;
        }

            .thumb-pad9 .thumbnail .caption a:hover {
                color: #e74c3c;
                -webkit-transition: all .25s ease;
                transition: all .25s ease;
            }


.joinBox .box .title {
    font: 300 50px/64px 'Open Sans';
    color: #ed1a3b;
    text-transform: uppercase;
    margin-bottom: 6px;
}

/* mega menu */
.navbar-mega-menu .mega-menu {
    position: static;
}

    .navbar-mega-menu .mega-menu .mega-menu-container {
        left: 50px;
        right: 0;
        background: rgba(255,255,255,0.93);
    }

.mega-menu-content {
    padding: 10px 40px;
}

    .mega-menu-content h5.menu-heading {
        margin: 10px 0 15px 0;
        padding: 0 10px;
        font-size: 18px;
        font-weight: bold;
    }

    .mega-menu-content .list-menu {
        margin-bottom: 25px;
    }

        .mega-menu-content .list-menu > li {
            cursor: text;
        }

            .mega-menu-content .list-menu > li > a {
                display: block;
                color: #7b7b7b;
                font-size: 13px;
                padding: 7px 12px;
            }

                .mega-menu-content .list-menu > li > a:hover, .mega-menu-content .list-menu > li > a:focus {
                    color: #fff;
                    background-color: #1B4496;
                }

            .mega-menu-content .list-menu > li i {
                font-size: 14px;
                min-width: 20px;
            }

            .mega-menu-content .list-menu > li.active > a {
                color: #fff;
            }

@media screen and (max-width: 1200px) {
    .mega-menu-content {
        min-width: 700px;
    }
}

@media screen and (max-width: 992px) {
    .mega-menu-content .menu-heading {
        margin-top: 0;
    }

        .navbar-brand > img {
        width: 238px;
    }


}

@media screen and (max-width: 768px) {
    .mega-menu-content {
        min-width: auto;
    }
}

.map {
    margin: 0;
    display: inline-block;
    width: 100%;
    line-height: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #f5f5f5;
}

    .map iframe {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 392px;
        border: 0;
        line-height: 0;
        pointer-events: none;
    }

}

.topbar {
    height: 26px;
}


@media all and (max-width:767px) {

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0px;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


@media screen and (max-width:768px) {
    .mega-menu-content {
        min-width: auto;
    }
      .joinBox > a {
        float: right;
    }
}

.images img {
    padding-bottom: 10px;
    width:100%
}

.actions-bar {
    padding:8px; text-align:right
}


body.edit .copyright {
    position:fixed;
    bottom:0; width:100%
}

body.edit .actions-bar {

    
}
body.edit .ckEditor {
 padding:8px
}


.ckeditor.field {
    padding:4px
}

div.ckEditor .btn-default.btn1 {
        background: #1B4496;
        padding: 6px 24px;
}

div.ckEditor .cancel {
    background-color: #616161!important
}

div.ckEditor .cancel:hover {
    background-color: #202020!important
}


.imgContainer .delImage {
    position: absolute;
    top: -6px;
    left: -6px;
    border-radius: 5px !important;
    display: block;
    padding: 3px 5px;
    background: #f05050;
    color: white;
}

.imgContainer li {
    float: left;
    width: 140px;
    margin: 8px;
    position: relative;
}


.imgContainer {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%; position:relative}

.imgContainer li img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: solid 1px #E7E7E7;
    padding: 5px;
    background: white;
}

.ckeditor { padding:4px
}


body.edit {

    padding-bottom:60px
}
body.edit #footerRow {
    display:none
}


div.admin .btn-default.btn1 {
        background: #1B4496;
        padding: 5px 20px;
        text-align:center;
        min-width:100px
}
