﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

body {
    background: white;
    font: 14px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.428571429;
    color: #202020;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 410px;
}


#wrapper {
    margin: 0 auto;
}

#donate {
    margin-top: 10px;
    background: #E3E3E3 url(donate_bg.jpg) center;
    border-top: solid 1px #EFEFEF;
}

.wm {
    background: url(EB_Watermark.png) no-repeat center center;
}

#countdown {
    font-size: 1.2em;
    text-align: center;
    color: #616161;
    text-shadow: 1px 1px 2px #101010;
    margin-top: -8px;
}

    #countdown ul {
        list-style: none;
    }

        #countdown ul li {
            float: left;
            padding-right: 32px;
        }

            #countdown ul li span {
                display: block;
                color: #E4E4E4;
                font-size: 1.4em !important;
                text-shadow: 1px 1px 2px #101010;
            }


a:focus {
    text-decoration: none;
}

a:visited {
color: #016652

}

h1.page-title {
    font: 400 28px/35px 'Open Sans';
    margin-top: 5px;
}

.bannerBox {
    -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;
}

.boxed-content {
    position: relative;
}

.service:hover h2.boxed-content-title {
    background-color: black;
    color: white;
}

h2.boxed-content-title {
    font-size: 30px;
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: rgba(0,0,0,0.8);
    width: 100%;
    color: white;
    min-height: 90px;
    -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;
}

    h2.boxed-content-title span {
        font-size: 14px;
        line-height: 15px;
        display: block;
        text-transform: none;
        color: #E3E3E3;
    }

.boxed-content img {
    max-width: 100%;
    position: absolute;
    top: 0;
    max-height: 100%;
}

.boxed-content {
    min-height: 380px;
}

.page-header .container {
    position: relative;
}

.camera_caption {
    background: rgba(255,255,255,0.8) !important;
    text-shadow: 1px 1px rgba(255,255,255,0.5);
    color: white;
    padding: 10px;
    position: absolute;
    top: 40%;
    left: 50px;
    margin: 0;
    border-left: solid 4px #00321E;
    -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;
}

    .camera_caption h2 {
        margin: 0;
        color: #00321E;
        font-weight: 300;
    }

        .camera_caption h2 span {
            color: #434343;
            font-weight: 600;
        }

.full_title {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}

.camera_caption_2 {
    background: rgba(100,100,100,0.1) !important;
    color: white;
    padding: 10px;
    position: absolute;
    bottom: 5px;
    margin: 0;
    left: 5px;
    right: 5px;
}


img.responsive {
    max-width: 100%;
}

a, a:hover {
    text-decoration: none;
}

p a {
    font-weight: 400 !important;
}

.content-page a, #home-content a {
    color: #027554;

}

.contentpage a {
    font-weight: bold !important;
}

    .content-page a:hover, #home-content a:hover {
        text-decoration: underline;
    }

.facebook-bg {
    background-color: #1B4496;
    color: white;
    padding: 4px 8px;
}

    .facebook-bg:hover {
        color: #1B4496;
        background-color: white;
    }

p {
    margin-bottom: 15px;
    line-height: 21px;
}

/* ----------------------------------------------------- */
/* NAVBAR
/* ----------------------------------------------------- */
/* top bar */
.topbar {
    text-align: right;
    padding-top: 10px;
    margin-bottom: 5px;
    background: #00412B url(/img/header_bg.png);
}

    .topbar .top-nav,
    .topbar .top-nav {
        margin-bottom: 0;
    }

/* navigation bar */
.navbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-left: none;
    border-right: none;
    min-height: 98px;
    background: black;
    box-shadow: 2px 2px 15px rgba(1, 1, 1, 0.75);
}

.navbar-nav > li > a {
    font-size: 14px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: whitesmoke;
    background-color: #323232;
}


.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: 36px 10px 28px 10px;
}

@media screen and (min-width: 1200px) {
    .nav > li > a {
        padding: 36px 14px 28px 14px;
    }

}


    .navbar-brand {
        padding: 12px 15px;
        height: auto;
    }

        .navbar-brand > img {
            width: 250px;
        }

        .navbar-brand.navbar-logo-bigger {
            padding: 1px 0 0 5px;
        }

            .navbar-brand.navbar-logo-bigger > img {
                position: relative;
                width: 350px;
            }

    .navbar-toggle {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #00553D;
        padding: 5px 10px;
        margin-top: 8px;
    }

    .navbar-default {
        background-color: #202020;
        border-bottom: 1px solid #101010;
        border-top: none;
    }

        .navbar-default .navbar-toggle {
            border: none;
        }

            .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
                background-color: #003329;
            }

            .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: white;
        }

        .navbar-default .navbar-collapse {
            border: none;
        }

        .navbar-default .navbar-nav {
            margin-right: -5px;
        }

            .navbar-default .navbar-nav > li > a {
                font-weight: 600;
                color: #EFEFEF;
            }

    .navbar-fixed-top.shrink-active .navbar-toggle {
        margin-top: 34px;
    }

    .navbar-fixed-top.shrink-active {
        top: -32px;
        background: rgba(25,25,25,0.94);
        box-shadow: 2px 2px 15px rgba(1, 1, 1, 0.875);
    }

        .navbar-fixed-top.shrink-active .navbar-brand > img {
            top: 24px;
            height: 60px;
            width: auto;
        }

        .navbar-fixed-top.shrink-active li a {
            font-size: 13px;
            padding: 48px 16px 20px 16px;
        }

        .navbar-fixed-top.shrink-active .in li a {
            font-size: 13px;
            padding: 16px 16px 16px 16px !important;
        }



    .navbar-fixed-top .navbar-nav {
        margin-right: -10px;
    }

    .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;
    }

    h2 {
        color: #01886E!important;
        font: 350 30px/29px 'Open Sans';
        margin: 15px 0 20px;
        text-transform: uppercase;
    }

    h3 {
        color: #01886E;
        font: 600 20px/20px 'Open Sans';
        margin: 0 0 13px;
        text-transform: uppercase;
    }

        h3.fw {
            font-weight: 400;
        }

    h4 {
        color: #016652;
        font: 300 40px/48px '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: #016652;
        font: 26px/26px 'Open Sans';
        font-weight: 400 !important;
        margin: 30px 0 16px;
        text-transform: uppercase;
    }

    .page-header {
        background: #00321E url(/img/centre-bg.jpg) 50% 50%;
        color: white;
        padding: 15px 0 15px;
        margin-bottom: 30px;
        margin-top: 0;
    }


        .page-header .breadcrumb {
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -18px;
        }

    .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 20px;
        list-style: none;
        background-color: transparent;
        border-radius: 4px;
    }

    .galleryList {
        list-style: none;
    }

        .galleryList li, .galleryYear li {
            float: left;
        }

            .galleryList li img {
                width: 81px;
                padding: 2px
            }

    .galleryYear li {
        border-radius: 6px
    }

        .galleryYear li a {
            padding: 5px 10px;
            display: inline-block;
            color: #01896F
        }

            .galleryYear li a:hover {
                color: #202020;
                background-color: #EFEFEF;
            }

            .galleryYear li a.active, .galleryYear li a.active:hover {
                color: white;
                background-color: #01896F;
            }

    .breadcrumb a {
        color: white;
        text-shadow: 1px 1px 1px #003524;
    }

    .breadcrumb > .active {
        color: white;
    }


    .centerBox {
        background: #202020;
        color: white;
        padding: 7px 0 10px;
        margin-bottom: 20px;
        text-shadow: 1px 1px rgba(0,0,0,0.5);
    }

        .centerBox h3 {
            color: white;
        }

        .centerBox h2 {
            font: 600 40px/45px 'Open Sans';
            color: white;
            text-align: center;
            margin-bottom: 5px;
            text-transform: uppercase;
            text-shadow: 1px 1px rgba(0,0,0,0.5);
        }

            .centerBox h2 span {
                color: white;
                font-weight: 300;
            }



    /* footer */
    footer {
        background: #202020 url(/img/footer-bg.jpg);
        font-weight: 300;
        color: #eaeaea;
        font-size: 0.9em;
    }

        footer h3 {
            font-size: 1em;
            margin: 30px 0 5px 0;
        }

        footer a, footer a:visited {
            color: #fff;
        }

            footer a:hover, footer a:focus {
                color: #fff;
                text-decoration: underline;
            }

        footer .container {
            padding-top: 25px;
            padding-bottom: 15px;
        }

        footer .logo {
            width: 250px;
            margin-bottom: 15px;
        }

        footer .logoW {
            width: 152px;
            max-width: 100%;
        }

    .copyright {
        padding: 15px 0;
        background: #323232 url(/img/header-bg.jpg);
        font-size: 12px;
    }

    .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!important;
        border: 0;
        background: #383838;
        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: #016652;
        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;
    }

    .info .title {
        font: 15px/25px Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #a6a8ae;
        text-transform: uppercase;
        margin-bottom: 9px;
    }


    .joinBox .box .description {
        font-size: 10px;
        line-height: 20px;
    }

    .joinBox > a {
        float: right;
    }


    .btn-default.btn2 {
        padding: 20px 30px;
        font-size: 15px;
    }

    .thumb-pad1, .thumb-pad3 {
        margin-bottom: 30px;
    }

        .thumb-pad1 .thumbnail figure {
            float: left;
            margin-right: 15px;
        }

            .thumb-pad1 .thumbnail figure img {
                width: 100%;
            }


    .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-top: 0px;
                padding-left: 0px;
                color: #5C5C5C;
            }

                .thumb-pad1 .thumbnail .caption p {
                    margin-bottom: 22px;
                }

    .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: #003F29;
        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;
        }


    .global {
        padding: 0;
        background: white;
    }

        .global.indent {
            margin-top: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
            min-height: 200px;
        }

    .joinBox .box .title {
        font: 300 50px/64px 'Open Sans';
        color: white;
        text-transform: uppercase;
        margin-bottom: 0px;
        padding: 10px;
        display: inline-block;
        background-color: #01896F;
    }

    .images img {
        padding-bottom: 10px;
        width: 100%;
    }


    #gallery .thumbs li {
        float: left;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .portfolio-item {
        position: relative;
    }

        .portfolio-item .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            background-color: rgba(33, 54, 113, 0.7);
        }


    #contactForm ._placeholder.focuse .ticketForm ._placeholder.focused {
        opacity: 0;
        filter: alpha(opacity=0);
        box-shadow: none;
    }

    #contactForm ._placeholder.hidden, .ticketForm ._placeholder.hidden {
        display: none;
    }


    .footer-nav > li {
        margin-bottom: 10px;
    }

    .padded p {
        padding: 10px 10px 0 0;
    }

    .padded {
        padding: 10px
    }

    .title1 {
        font: 20px 'Open Sans';
        color: white;
        margin-bottom: 0px;
    }


    .footer-heading {
        margin: 5px 0 13px 0;
        font-size: 16px;
        line-height: 2;
        color: #fff;
    }

    .contactBox2, .bottomMargin {
        margin-bottom: 80px;
    }

    #contactForm, .ticketForm {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-top: 0;
    }

    .rowHeader {
        background-color: #FBFBFB;
        font-weight: bold;
        padding: 10px;
        margin-bottom: 3px;
        border-bottom: solid 2px #efefef
    }

    .rowTotal {
        background-color: #efefef;
        padding: 10px;
        font-weight: bold;
    }

    .actions {
        margin: 20px 0 30px;
        border-bottom: solid 1px #efefef;
        padding-bottom: 8px
    }


    .tickekRow {
        padding: 10px;
        border-bottom: solid 1px #efefef
    }

    #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: #072157;
        }

    #contactForm input:focus, #contactForm textarea:focus, .ticketForm input:focus, .ticketForm textarea:focus {
        border: solid 1px #01896F;
        background-color: #E0F0ED;
        color: #01896F;
    }

    #contactForm .holder, .ticketForm .holder {
        overflow: hidden;
    }

    #contactForm span, .ticketForm span {
        display: block;
    }

    #contactForm ._placeholder, .ticketForm ._placeholder {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: text;
        padding: 10px 14px;
        border-radius: 0;
        display: block;
    }

    #contactForm input, #contactForm textarea, .ticketForm input, .ticketForm 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: #072157;
        padding: 10px 14px;
        height: 41px;
        resize: none;
    }


    #contactForm textarea, .ticketForm textarea {
        height: 158px;
        margin-bottom: 40px;
    }

    #contactForm .error-message, #contactForm .empty-message, .ticketForm .error-message, .ticketForm .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 input, #contactForm.success textarea, #contactForm.success .select2, #contactForm.success button, #contactForm.success .btns {
        display: none;
    }

    #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: 81px;
        resize: none;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
    }

    #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;
        }



    .portfolio-item .info {
        position: absolute;
        top: 50%;
        margin-top: -49px;
        width: 100%;
        text-align: center;
        color: #fff;
    }

    .portfolio-item .media-wrapper {
        overflow: hidden;
    }

    .portfolio-item .title {
        font-family: inherit;
        color: #fff;
    }

    .portfolio-item .brief-description {
        font-weight: 300;
    }

    .portfolio-item .overlay, .portfolio-item .info {
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    .portfolio-item img {
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        max-width: 100%;
    }


    .portfolio-item:hover img {
        -moz-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

    .portfolio-item-list {
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
        left: 0;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .portfolio-item-list li {
            padding: 0;
            overflow: hidden;
        }

            .portfolio-item-list li img {
                max-width: 100%;
                width: 100%;
            }

    .portfolio-item:hover .overlay, .portfolio-item:hover .info {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        z-index: 1;
    }



    .portfolio-item a, .portfolio-item a:hover, .portfolio-item a:focus {
        color: #fff;
    }

    .portfolio-item .btn {
        background-color: #213671;
        border: 1px solid #101B38;
    }

        .portfolio-item .btn:hover, .portfolio-item .btn:focus {
            color: #fff;
            background-color: #101B38;
        }



    .portfolio-item-list.spaced {
        width: auto;
    }

        .portfolio-item-list.spaced li {
            padding: 0 5px;
        }

    .portfolio-item-list.list-col-6 li {
        width: 16.666667%;
    }

    .portfolio-item-list.list-col-4 li {
        width: 25%;
    }

    .portfolio-item-list.list-col-3 li {
        width: 33.333333%;
    }

    .portfolio-item-list.list-col-2 li {
        width: 50%;
    }

    @media screen and (max-width: 548px) {
        .portfolio-item-list.list-col-2 li, .portfolio-item-list.list-col-3 li, .portfolio-item-list.list-col-4 li, .portfolio-item-list.list-col-6 li {
            width: 100%;
        }

        .navbar-brand.navbar-logo-bigger > img {
            width: 280px;
            position: relative;
        }
    }

    @media screen and (min-width: 548px) and (max-width: 1024px) {
        .portfolio-item-list.list-col-2 li, .portfolio-item-list.list-col-3 li, .portfolio-item-list.list-col-4 li, .portfolio-item-list.list-col-6 li {
            width: 50%;
        }

        .navbar-brand.navbar-logo-bigger > img {
            width: 180px !important;
            margin-top: 10px;
            position: relative;
        }

        .navbar-default .navbar-nav > li > a {
            font-weight: 400;
            font-size: 0.8em;
            color: #efefef;
        }
    }


    /* portfolio isotope filters */
    .portfolio-item-filters {
        text-align: center;
        margin-bottom: 30px;
    }


        .portfolio-item-filters li {
            padding: 0;
            margin-left: -2px;
            margin-right: -2px;
        }



            .portfolio-item-filters li:first-child {
                margin-left: 0;
            }

            .portfolio-item-filters li a {
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                display: block;
                padding: 7px 14px;
                color: inherit;
            }


    /* single portfolio item */
    .portfolio-media img {
        width: 100%;
        max-width: 100%;
    }

    .portfolio-item-filters li a:hover, .portfolio-item-filters li a:focus {
        text-decoration: none;
        outline: none;
        color: #1F3472;
    }

    .portfolio-item-filters li a.active {
        background-color: #1F3472;
        color: #fff;
    }

    /* portfolio items */
    .portfolio-item-wrapper {
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        -webkit-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        height: auto;
        margin-bottom: 30px;
    }

    .joinBox .box .title {
        font-size: 30px;
        line-height: 40px;
    }

    .joinBox {
        padding-bottom: 25px;
        padding-top: 25px;
    }


        .joinBox .box {
            float: left;
        }

    @media screen and (max-width: 768px) {
        footer .container {
            padding: 30px 15px;
        }

        .centerBox {
            text-align: center;
        }

            .centerBox h3 {
                font-size: 1.8em;
                color: #18609C;
            }

        #countdown {
            font-size: 1em;
        }
    }


    @media (min-width:992px) and (max-width:1219px) {

        .navbar-brand.navbar-logo-bigger > img {
            margin-top: 10px;
            width: 260px;
            position: relative;
        }

        h3 {
            font-size: 17px;
        }

        h4 {
            font-size: 38px;
            line-height: 48px;
        }
    }

    .joinBox .box .title {
        font: 300 50px/64px 'Open Sans';
        color: white;
        text-transform: uppercase;
        margin-bottom: 6px;
    }





    body.edit .ckEditor {
        padding: 8px;
    }

    body.edit #footerRow, body.edit .copyright {
        display: none;
    }

    @media screen and (max-width: 768px) {

        h1.page-title {
            font: 400 22px/30px 'Open Sans';
            margin-top: 5px;
        }

        .camera_caption {
            top: 1px;
            left: 1px;
            bottom: auto;
            right: 1px;
            font-weight: 800;
            border-left: 0;
        }

            .camera_caption h2 {
                font-size: 24px;
                line-height: 28px;
                padding: 2px;
                margin: 0;
            }

        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 (min-width:768px) and (max-width:991px) {
        h3 {
            font-size: 17px;
        }

        h4 {
            font-size: 29px;
            line-height: 30px;
        }

            h4 > span {
                top: -7px;
                font-size: 22px;
            }
    }

    @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;
        }

        .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;
        }
    }


    @media (min-width:768px) and (max-width:991px) {

        .projectBox figure {
            margin: 0;
            float: none;
        }

            .projectBox figure img {
                width: 100%;
            }
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: white;
        background: #01896F;
    }

    .joinBox .box .title {
        font: 300 55px/55px 'Open Sans';
        color: white;
        text-transform: uppercase;
        margin-bottom: 6px;
    }

    .joinBox .box .description {
        font: 300 15px/18px 'Open Sans';
        color: black;
        margin-bottom: 0;
        padding: 10px 5px;
    }




    body.edit .copyright {
        position: fixed;
        bottom: 0;
        width: 100%;
    }


    .ckeditor.field {
        padding: 4px;
    }

    div.admin .btn-default.btn1 {
        background: #1B4496;
        padding: 5px 20px;
        text-align: center;
        min-width: 100px;
    }



    /* Slider */
    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0;
        padding: 0;
    }


        .slick-list:focus {
            outline: none;
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        left: 0;
        top: 0;
        display: block;
    }


        .slick-track:before, .slick-track:after {
            content: "";
            display: table;
        }

        .slick-track:after {
            clear: both;
        }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        float: left;
        height: 100%;
        min-height: 1px;
        display: none;
    }


    [dir="rtl"] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }


    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }

    /* Slider */
    .slick-loading .slick-list {
        background: #fff url('../img/bx_loader.gif') center center no-repeat;
    }

    /* Icons */
    /* Arrows */
    .slick-prev,
    .slick-next {
        position: absolute;
        display: block;
        height: 20px;
        width: 20px;
        line-height: 0px;
        font-size: 0px;
        cursor: pointer;
        background: transparent;
        color: transparent;
        top: 50%;
        margin-top: -10px;
        padding: 0;
        border: none;
        outline: none;
    }


        .slick-prev:hover, .slick-prev:focus,
        .slick-next:hover,
        .slick-next:focus {
            outline: none;
            background: transparent;
            color: transparent;
        }

            .slick-prev:hover:before, .slick-prev:focus:before,
            .slick-next:hover:before,
            .slick-next:focus:before {
                opacity: 1;
            }

        .slick-prev.slick-disabled:before,
        .slick-next.slick-disabled:before {
            opacity: 0.25;
        }

        .slick-prev:before, .slick-next:before {
            font-family: "fontawesome";
            font-size: 20px;
            line-height: 1;
            color: white;
            opacity: 0.75;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .slick-prev {
        left: -25px;
    }


    [dir="rtl"] .slick-prev {
        left: auto;
        right: -25px;
    }

    .slick-prev:before {
        content: "?";
    }

    [dir="rtl"] .slick-prev:before {
        content: "?";
    }

    .slick-next {
        right: -25px;
    }

    [dir="rtl"] .slick-next {
        left: -25px;
        right: auto;
    }

    .slick-next:before {
        content: "?";
    }

    [dir="rtl"] .slick-next:before {
        content: "?";
    }


    /* Dots */
    .slick-slider {
        margin-bottom: 30px;
    }

    .slick-dots {
        position: absolute;
        bottom: -45px;
        list-style: none;
        display: block;
        text-align: center;
        padding: 0;
        width: 100%;
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            height: 20px;
            width: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
        }

            .slick-dots li button {
                border: 0;
                background: transparent;
                display: block;
                height: 20px;
                width: 20px;
                outline: none;
                line-height: 0px;
                font-size: 0px;
                color: transparent;
                padding: 5px;
                cursor: pointer;
            }


                .slick-dots li button:hover, .slick-dots li button:focus {
                    outline: none;
                }

                    .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                        opacity: 1;
                    }

                .slick-dots li button:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "•";
                    width: 20px;
                    height: 20px;
                    font-family: "fontawesome";
                    font-size: 6px;
                    line-height: 20px;
                    text-align: center;
                    color: black;
                    opacity: 0.25;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

            .slick-dots li.slick-active button:before {
                color: black;
                opacity: 0.75;
            }

    @media screen and (max-width: 1200px) {
        .hero-unit-animated .hero-left {
            max-width: 100%;
            float: none !important;
            text-align: center;
        }

        .hero-unit-animated .hero-heading {
            font-size: 36px;
        }

        .hero-unit-animated .lead {
            font-size: 18px;
        }

        .hero-unit-animated .hero-right {
            display: none;
        }
    }

    .hero-left {
        max-width: 50%;
    }

    .hero-unit-slider .slick-carousel .slick-prev, .hero-unit-slider .slick-carousel .slick-next {
        top: 50%;
        margin-top: -22.5px;
        width: 45px;
        height: 45px;
    }






    /* carousel */
    .carousel-control {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position: absolute;
        top: 50%;
        margin-top: -22px;
        bottom: inherit;
        width: 45px;
        height: 45px;
        background: #777;
    }

        .carousel-control:hover {
            background: #6a6a6a;
        }

        .carousel-control.left, .carousel-control.right {
            background-image: none;
        }

        .carousel-control .fa {
            line-height: 45px;
        }

    .carousel-indicators {
        bottom: -90px;
    }

        .carousel-indicators > li {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
            opacity: 0.5;
            background-color: #fff;
        }

            .carousel-indicators > li.active {
                filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
                opacity: 1;
            }

    /* hero unit slider */
    .hero-unit-slider {
        /* hero unit with slick carousel */
    }

        .hero-unit-slider .carousel-inner > .item {
            overflow: hidden;
        }

        .hero-unit-slider .carousel-caption {
            bottom: inherit;
            top: 8em;
            text-shadow: none;
        }

        .hero-unit-slider .hero-heading {
            font-size: 50px;
            color: #fff;
        }

        .hero-unit-slider .hero-button {
            border: 3px solid #fff;
            color: #fff;
        }

            .hero-unit-slider .hero-button:hover, .hero-unit-slider .hero-button:focus {
                background: #213671;
                color: #fff;
            }

        .hero-unit-slider .carousel-indicators {
            bottom: 0;
        }

        .hero-unit-slider .carousel-control {
            background: rgba(0, 0, 0, 0.2);
        }

            .hero-unit-slider .carousel-control:hover {
                background: rgba(0, 0, 0, 0.3);
            }

    @media screen and (min-width: 1200px) and (max-width: 1440px) {
        .hero-unit-slider .carousel-caption {
            top: 10em;
        }
    }

    @media screen and (max-width: 1200px) {
        .hero-unit-slider .carousel-inner > .item > img {
            max-width: inherit;
        }
    }

    @media screen and (max-width: 768px) {
        .hero-unit-slider .carousel-caption {
            top: 11em;
        }

        .hero-unit-slider .hero-heading {
            font-size: 28px;
        }

        .hero-unit-slider .lead {
            font-size: 16px;
        }

        .hero-unit-slider .hero-button {
            font-size: 13px;
        }
    }

    .hero-unit-slider .slick-carousel .slick-slider {
        margin-bottom: 0;
    }

    .hero-unit-slider .slick-carousel .slick-prev:hover, .hero-unit-slider .slick-carousel .slick-prev:focus, .hero-unit-slider .slick-carousel .slick-next:hover, .hero-unit-slider .slick-carousel .slick-next:focus {
        background: rgba(0, 0, 0, 0.3);
    }

    .hero-unit-slider .slick-carousel .slick-prev {
        left: 0;
    }

    .hero-unit-slider .slick-carousel .slick-dots {
        position: absolute;
        bottom: 20px;
    }

        .hero-unit-slider .slick-carousel .slick-dots button {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
            opacity: 0.5;
            background-color: #fff;
        }

        .hero-unit-slider .slick-carousel .slick-dots .slick-active button {
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
        }

    /* fullscreen hero unit */
    html.fullscreen,
    html.fullscreen body,
    html.fullscreen .wrapper {
        height: 100%;
    }

    .hero-unit-fullscreen {
        position: relative;
        height: 100%;
        font-size: 2em;
        text-align: center;
        color: #fff;
        background-image: url('../img/fullscreen-bg.jpg?1444716816');
        background-repeat: no-repeat;
        background-position: center;
    }

        .hero-unit-fullscreen .overlay {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
            opacity: 0.9;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #57a3ff;
        }

        .hero-unit-fullscreen .container {
            position: relative;
        }

        .hero-unit-fullscreen .left {
            width: 100%;
            position: relative;
            top: 7em;
        }

        .hero-unit-fullscreen .hero-heading {
            margin-bottom: 20px;
            font-size: 3em;
            font-weight: 300;
            color: #fff;
        }

        .hero-unit-fullscreen .lead {
            font-size: 24px;
            margin-bottom: 60px;
        }

        .hero-unit-fullscreen .hero-button {
            padding: 15px 30px;
            background-color: transparent;
            border-color: #fff;
            color: #fff;
        }

            .hero-unit-fullscreen .hero-button:hover, .hero-unit-fullscreen .hero-button:focus {
                background-color: #4E98F3;
                border-color: #4E98F3;
            }

        .hero-unit-fullscreen .down-arrow {
            position: absolute;
            left: 50%;
            margin-left: -30px;
            text-align: center;
            display: none;
        }

    @media screen and (min-width: 1200px) {
        .hero-unit-fullscreen .down-arrow {
            display: block;
            bottom: 1em;
        }

        .padded p {
            padding: 12px 18px 0 16px;
        }
    }

    .hero-unit-fullscreen .down-arrow a {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        color: #fff;
        border: 2px solid #fff;
    }

        .hero-unit-fullscreen .down-arrow a:hover, .hero-unit-fullscreen .down-arrow a:focus {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
            opacity: 0.8;
        }

    @media screen and (max-width: 480px) {
        .hero-unit-fullscreen .lead {
            font-size: 18px;
            font-weight: 400;
        }
    }

    @media screen and (min-width: 481px) and (max-width: 767px) {
        .hero-unit-fullscreen .left {
            top: 4em;
        }
    }

    @media screen and (max-width: 768px) {
        .hero-unit-fullscreen .hero-heading {
            font-size: 1.5em;
        }
    }

    @media screen and (min-width: 768px) {
        .hero-unit-fullscreen .left {
            top: 12em;
        }
    }

    @media screen and (min-width: 992px) {
        .hero-unit-fullscreen {
            text-align: left;
        }

            .hero-unit-fullscreen .left {
                top: 10em;
            }
    }

    @media screen and (min-width: 1200px) {
        .hero-unit-fullscreen {
            font-size: 2.2em;
        }
    }

    /* fullscreen hero slider */
    body.fullscreen-slider .navbar {
        z-index: 2;
    }

    .hero-unit-fullscreen-slider .overlay {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        opacity: 0.9;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(155, 155, 155, 0.9);
    }

    .hero-unit-fullscreen-slider .slide-content {
        color: #fff;
        top: 50%;
        position: relative;
        margin-top: -12em;
    }

    .hero-unit-fullscreen-slider .hero-heading {
        font-size: 6em;
        color: #fff;
    }

    .hero-unit-fullscreen-slider .lead {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .hero-unit-fullscreen-slider .btn-hero {
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        color: #fff;
        font-size: 14px;
        padding: 14px 28px;
    }

    .hero-unit-fullscreen-slider .arrow-nav {
        width: 100%;
        position: absolute;
        top: 50%;
        margin-top: -30px;
    }

        .hero-unit-fullscreen-slider .arrow-nav a {
            -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;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            position: absolute;
            text-align: center;
            line-height: 75px;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.2);
        }

            .hero-unit-fullscreen-slider .arrow-nav a:hover {
                background-color: rgba(0, 0, 0, 0.5);
            }

        .hero-unit-fullscreen-slider .arrow-nav .arrow-left {
            left: 15px;
        }

        .hero-unit-fullscreen-slider .arrow-nav .arrow-right {
            right: 15px;
        }

        .hero-unit-fullscreen-slider .arrow-nav i {
            font-size: 36px;
        }

    .hero-unit-fullscreen-slider .pager {
        width: 100%;
        position: absolute;
        bottom: 20px;
        text-align: center;
    }

        .hero-unit-fullscreen-slider .pager a {
            -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;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            border: 5px solid rgba(0, 0, 0, 0.2);
            width: 20px;
            height: 20px;
            display: inline-block;
            text-indent: -9999px;
            margin: 0 3px;
        }

            .hero-unit-fullscreen-slider .pager a.activeSlide {
                border-color: rgba(0, 0, 0, 0.5);
            }

    @media screen and (max-width: 1200px) {
        .hero-unit-fullscreen-slider .hero-heading {
            font-size: 4.5em;
        }

        .hero-unit-fullscreen-slider .lead {
            font-size: 30px;
        }

        .hero-unit-fullscreen-slider .slide-content {
            padding-left: 70px;
            padding-right: 70px;
        }
    }

    @media screen and (max-width: 992px) {
        .hero-unit-fullscreen-slider .hero-heading {
            font-size: 3.5em;
        }

        .hero-unit-fullscreen-slider .lead {
            font-size: 28px;
        }

        .hero-unit-fullscreen-slider .slide-content {
            padding-left: 70px;
            padding-right: 70px;
        }
    }

    @media screen and (max-width: 768px) {
        .hero-unit-fullscreen-slider .hero-heading {
            font-size: 2em;
        }

        .hero-unit-fullscreen-slider .lead {
            font-size: 22px;
        }

        .hero-unit-fullscreen-slider .slide-content {
            text-align: center;
            margin-top: -7em;
        }
    }

    /* ----------------------------------------------------- */
    /* BOOTSTRAP UI ELEMENTS 
/* All styles that override bootstrap elements
/* ----------------------------------------------------- */
    /* button */
    .btn {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .btn:active, .btn.active {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .btn-primary {
        background-color: #6C9549 !important;
        border-color: #517037;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
        .btn-primary .open > .dropdown-toggle.btn-primary {
            background-color: #3D5429;
            border-color: #9EAA94;
        }

    .btn-group.open .dropdown-toggle {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* outline buttons */
    .btn-outline {
        background-color: transparent;
        border-width: 2px;
        color: #7b7b7b;
    }

        .btn-outline:hover {
            color: #fff;
        }

        .btn-outline.btn-default:hover {
            background-color: #b3b3b3;
        }

        .btn-outline.btn-primary:hover {
            background-color: #337AB7;
        }

        .btn-outline.btn-info:hover {
            background-color: #5BC0DE;
        }

        .btn-outline.btn-success:hover {
            background-color: #5CB85C;
        }

        .btn-outline.btn-warning:hover {
            background-color: #F0AD4E;
        }

        .btn-outline.btn-danger:hover {
            background-color: #D9534F;
        }

        .btn-outline.btn-outline-disabled, .btn-outline [disabled] {
            border: 2px solid #ccc;
            color: #ccc;
        }

            .btn-outline.btn-outline-disabled:hover, .btn-outline [disabled]:hover {
                color: #ccc;
            }

    /* remove button transition effect */
    .btn-no-transition {
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

    /* rounded and no rounded buttons, default: rounded 2px */
    .btn-rounded-2x {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .btn-rounded-3x {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .btn-rounded-4x {
        -moz-border-radius: 17px;
        -webkit-border-radius: 17px;
        border-radius: 17px;
    }

    .btn-no-rounded {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    /* input groups */
    .input-group-lg > .form-control,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .btn {
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .input-group-sm > .form-control,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .btn {
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .form-control,
    .input-group-addon {
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .input-group-addon .fa {
            min-width: 14px;
        }

    /* control label */
    .form-horizontal.left-aligned .control-label {
        text-align: left;
    }

    /* tabs */
    .nav-tabs > li > a {
        -moz-border-radius-topleft: 2px;
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
        font-size: 14px;
    }

    @media screen and (max-width: 480px) {
        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            background-color: #213671;
            color: #fff;
        }
    }

    .nav .open > a, .nav .open a:hover, .nav .open a:focus {
        border-color: #fff;
    }

    .nav-pills > li > a {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        background-color: #213671;
    }

    .nav-tabs.tabs-iconized > li i,
    .nav-pills.tabs-iconized > li i {
        position: relative;
        margin-right: 3px;
        top: 3px;
        font-size: 20px;
    }


    /* alerts */
    .alert {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    div[class*="col-"] > .form-group {
        margin-left: 0;
        margin-right: 0;
    }


    /* ----------------------------------------------------- */
    /* UI ELEMENTS 
/* All styles related with custom UI elements, overrides
/* plugin styles
/* ----------------------------------------------------- */
    .btn-toggle,
    .btn-toggle.focus {
        background-color: #eaeaea;
        color: #a8a8a8;
        border-color: #d7d7d7;
    }

        .btn-toggle.active,
        .btn-toggle.focus.active {
            background-color: #F0AD4E;
            border-color: #EEA236;
            color: #fff;
        }

            .btn-toggle.active:hover,
            .btn-toggle.focus.active:hover {
                color: #fff;
            }

        .btn-toggle:hover {
            color: #808080;
        }

    .form-horizontal.label-left .control-label {
        text-align: left;
    }

    /* slick plugin */
    .slick-carousel {
        position: relative;
    }

    .slick-slide {
        outline: none;
        height: auto;
    }

    .slick-next,
    .slick-prev {
        position: absolute;
        right: 0;
        top: -47px;
        left: inherit;
        width: 30px;
        height: 30px;
        background-color: #406da4;
        color: #fff;
    }

        .slick-next:hover, .slick-next:focus,
        .slick-prev:hover,
        .slick-prev:focus {
            background-color: #396192;
        }

    .slick-prev {
        right: 31px;
        z-index: 9;
    }

        .slick-prev:before {
            content: '\f104';
        }

    .slick-next:before {
        content: '\f105';
    }

    .slick-dots {
        position: relative;
        bottom: 0;
        margin-top: 15px;
    }

        .slick-dots li {
            width: 12px;
            height: 12px;
        }

            .slick-dots li button {
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                width: 12px;
                height: 12px;
                background-color: #e8e8e8;
            }

                .slick-dots li button:before {
                    font-family: initial;
                    font-size: 0;
                }

            .slick-dots li.slick-active button {
                background-color: #c2c2c2;
            }




    /* single portfolio item */
    .portfolio-media img {
        width: 100%;
        max-width: 100%;
    }

    .portfolio-media .slick-dots {
        position: absolute;
        margin-bottom: 25px;
    }

        .portfolio-media .slick-dots li {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
            opacity: 0.5;
            margin: 0 3px;
        }

            .portfolio-media .slick-dots li button {
                width: 10px;
                height: 10px;
                background-color: #fff;
            }

            .portfolio-media .slick-dots li.slick-active {
                filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
                opacity: 1;
            }

                .portfolio-media .slick-dots li.slick-active button {
                    width: 12px;
                    height: 12px;
                    background-color: #fff;
                }

    .portfolio-media .slick-next, .portfolio-media .slick-prev {
        background-color: rgba(210, 210, 210, 0.19);
        top: 18px;
    }

        .portfolio-media .slick-next:hover, .portfolio-media .slick-prev:hover {
            background-color: rgba(210, 210, 210, 0.6);
        }



    @media all and (max-width:767px) {

        .thumb-pad1 .thumbnail figure img {
            width: 100%;
        }
    }

    @media all and (max-width:626px) {
        .thumb-pad1 .thumbnail figure {
            float: none;
            margin-right: 0px;
            margin-bottom: 15px;
        }
    }

    #gallery h2 {
        margin-bottom: 5px;
    }

        #gallery h2 span {
            font-size: 13px;
            position: relative;
            top: -18px;
            text-transform: none;
            margin: 0;
        }

    @media all and (max-width:767px) {
        .joinBox .box {
            float: none;
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
        }
    }

    @media all and (max-width:767px) {
        .btn-default.btn2 {
            padding: 20px 30px;
            font-size: 15px;
            float: none;
        }

        .joinBox {
            text-align: center;
        }

            .joinBox .box .title {
                font: 300 50px/64px 'Open Sans';
                text-transform: uppercase;
                margin-bottom: 6px;
            }

        h2.boxed-content-title {
            top: 0;
            bottom: 50px;
        }
    }

    @media screen and (max-width: 1219px) {
        h2.boxed-content-title {
            font-size: 20px;
            color: white;
            top: 0;
            bottom: auto;
        }

            h2.boxed-content-title span {
                text-transform: none;
            }
    }

    @media screen and (max-width: 992px) {

        h2.boxed-content-title {
            border-top: 1px solid white;
            color: white;
            position: relative;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
        }

        img {
            position: relative;
            display: block;
        }

        .boxed-content {
            min-height: 220px;
            overflow: hidden;
        }

        h2.boxed-content-title span {
            font-size: 13px;
        }
    }

    @media screen and (max-width: 768px) {
        h2.boxed-content-title {
            border-top: 1px solid white;
            width: 100%;
            position: relative;
            color: white;
            bottom: auto;
            padding: 10px;
            height: auto;
            margin: 0px;
            height: 26px;
        }

        img {
            position: relative;
            display: inline-block;
            max-height: none !important;
            width: 100%;
        }

        .boxed-content {
            min-height: 320px;
            overflow: hidden;
        }

        .navbar-nav > li > a {
            padding-top: 18px;
            padding-bottom: 18px;
        }
    }

    .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;
    }


    .fLeft {
        float: left;
    }

    .clearL {
        clear: left;
    }

    .rightSidebar h2 {
        font-size: 1.7em;
        color: #EFEFEF;
        padding: 5px;
        background-color: #016656;
    }

    .rightSidebar strong {
        color: #202020;
    }

    .rightSidebar h3 {
        font-size: 1.2em;
        margin-bottom: 2px;
    }

    .rightSidebar {
        background: #efefef;
        text-align: center;
    }

        .rightSidebar h4 {
            background-color: #01896F;
            color: white !important;
            padding: 5px;
        }

        .rightSidebar h5 {
            color: #016652;
            font-size: 1.6em;
            font-weight: 600 !important;
            margin: 10px 0;
        }
        /*.rightSidebarAlt {
    background:#D4D4D4; 
    color:#3C3C3C
}
    .rightSidebarAlt h4 {
        background-color: #3C3C3C;
        color:white!important;
        padding:5px
    }*/
        .rightSidebar a {
            color: #016652;
            font-weight: bold !important;
        }

    .rightSidebarAlt a {
        color: #027554;
    }

    .rightSidebar a:hover {
        text-decoration: underline;
    }

    .rightSidebar h4 {
        margin: 10px 0;
        font-size: 2em;
        color: #016656;
    }

    .supporters {
        padding: 20px;
        text-align: center;
    }

    .align-center {
        text-align: center;
    }

    .centerBox p {
        margin-bottom: 1px;
    }

    .section-heading {
        color: #016652;
    }

    strong {
        color: #016652;
    }

    .mw350 {
        max-width: 350px !important;
    }

    hr {
        margin: 15px 0 10px;
        padding: 0;
    }


    .margin-bottom {
        margin-bottom: 15px;
    }

    @keyframes shake {
        10%, 90% {
            transform: translate3d(-1px, 0, 0);
        }

        20%, 80% {
            transform: translate3d(2px, 0, 0);
        }

        30%, 50%, 70% {
            transform: translate3d(-4px, 0, 0);
        }

        40%, 60% {
            transform: translate3d(4px, 0, 0);
        }
    }

    .inputShake {
        animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px;
    }

    .bs-callout {
        padding: 20px;
        margin: 20px 0;
        border: 1px solid #eee;
        border-left-width: 5px;
        border-radius: 3px;
    }

    .bs-callout-warning {
        border-left-color: #FF4040;
    }

    .bs-callout-info {
        border-left-color: #5CB85C;
    }

        .bs-callout-info a {
            color: #5CB85C;
            font-weight: bold;
        }

            .bs-callout-info a:hover {
                color: #5CB85C;
                font-weight: bold;
                text-decoration: underline
            }