/*#region *************** Site Global ********************/

body, td, th, p {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000000;
}

p {
    margin-bottom: 15px;
}

h1 {
    font-size: 40px;
    font-weight: 400;
}

h2 {
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 27px;
    font-weight: 400;
}

h4 {
    font-size: 24px;
    font-weight: 400;
}

h5 {
    font-size: 20px;
    font-weight: 400;
}

h6 {
}

a {
    color: #007952;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover,
    a:active,
    a:focus {
        color: #007952;
    }

td, th {
    font-size: 11px;
}

ul, li {
    font-size: 14px;
}

.btn-white {
    position: relative;
    font-family: Roboto;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    background: none;
    padding: 14px 30px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: solid 1px #fff;
    overflow: hidden;
}


    .btn-white:before {
        content: '';
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        width: 60px;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .5;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        -webkit-transform: translateX(-100px) skewX(-15deg);
        -moz-transform: translateX(-100px) skewX(-15deg);
        -ms-transform: translateX(-100px) skewX(-15deg);
        -o-transform: translateX(-100px) skewX(-15deg);
        transform: translateX(-100px) skewX(-15deg);
    }

    .btn-white:after {
        content: '';
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.2);
        width: 30px;
        height: 100%;
        left: 30px;
        top: 0;
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transform: translateX(-100px) skewX(-15deg);
        -moz-transform: translateX(-100px) skewX(-15deg);
        -ms-transform: translateX(-100px) skewX(-15deg);
        -o-transform: translateX(-100px) skewX(-15deg);
        transform: translateX(-100px) skewX(-15deg);
    }

    .btn-white:hover {
        background: rgba(255,255,255,0.3);
        cursor: pointer;
        color: #fff;
    }

        .btn-white:hover:before {
            -webkit-transform: translateX(300px) skewX(-15deg);
            -moz-transform: translateX(300px) skewX(-15deg);
            -ms-transform: translateX(300px) skewX(-15deg);
            -o-transform: translateX(300px) skewX(-15deg);
            transform: translateX(300px) skewX(-15deg);
            opacity: 0.6;
            -webkit-transition: .7s;
            transition: .7s;
        }

        .btn-white:hover:after {
            -webkit-transform: translateX(300px) skewX(-15deg);
            -moz-transform: translateX(300px) skewX(-15deg);
            -ms-transform: translateX(300px) skewX(-15deg);
            -o-transform: translateX(300px) skewX(-15deg);
            transform: translateX(300px) skewX(-15deg);
            opacity: 1;
            -webkit-transition: .7s;
            transition: .7s;
        }


.btn-green, .module-type-formbuilder .module-formbuilder .btn-primary {
    position: relative;
    font-family: Roboto;
    color: #007952;
    font-size: 17px;
    font-weight: 400;
    background: none;
    padding: 14px 30px;
    border-radius: 0;
    border: solid 1px #007952;
    overflow: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: inherit;
}



    .btn-green:before, .module-type-formbuilder .module-formbuilder .btn-primary:before {
        content: '';
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        width: 60px;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .5;
        -webkit-filter: blur(30px);
        filter: blur(30px);
        -webkit-transform: translateX(-100px) skewX(-15deg);
        transform: translateX(-100px) skewX(-15deg);
    }

    .btn-green:after, .module-type-formbuilder .module-formbuilder .btn-primary:after {
        content: '';
        display: block;
        position: absolute;
        background: rgba(255, 255, 255, 0.2);
        width: 30px;
        height: 100%;
        left: 30px;
        top: 0;
        opacity: 0;
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transform: translateX(-100px) skewX(-15deg);
        -moz-transform: translateX(-100px) skewX(-15deg);
        -ms-transform: translateX(-100px) skewX(-15deg);
        -o-transform: translateX(-100px) skewX(-15deg);
        transform: translateX(-100px) skewX(-15deg);
    }

    .btn-green:hover, .module-type-formbuilder .module-formbuilder .btn-primary:hover {
        background: #007952;
        cursor: pointer;
        color: #fff;
    }

        .btn-green:hover:before {
            -webkit-transform: translateX(500px) skewX(-15deg);
            -moz-transform: translateX(500px) skewX(-15deg);
            -ms-transform: translateX(500px) skewX(-15deg);
            -o-transform: translateX(500px) skewX(-15deg);
            transform: translateX(500px) skewX(-15deg);
            opacity: 0.6;
            -webkit-transition: .7s;
            transition: .7s;
        }

        .btn-green:hover:after {
            -webkit-transform: translateX(500px) skewX(-15deg);
            -moz-transform: translateX(500px) skewX(-15deg);
            -ms-transform: translateX(500px) skewX(-15deg);
            -o-transform: translateX(500px) skewX(-15deg);
            transform: translateX(500px) skewX(-15deg);
            opacity: 1;
            -webkit-transition: .7s;
            transition: .7s;
        }

.animated {
    opacity: 0;
}

@media (max-width:767px) {
    .animated {
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1 !important;
    }

    h2 {
        font-size: 27px;
        font-weight: 400;
    }

    h3 {
        font-size: 22px;
        font-weight: 400;
    }
}

/*#endregion*/




/*#region *************** Layout *************************/

.module-type-articlepreview.news-standard-02-r02.white-bg .inner {
    background: #fff;
    padding: 20px 0;
}


.module-type-articlepreview.news-standard-02-r02.white-bg .heading h3 {
    font-size: 32px;
}

.module-type-basicgallery.standard-01-r01 .title {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    bottom: 0;
    width: 100%;
    left: 0;
    border: none;
    background: #000;
    position: relative;
}

.module-type-basicgallery.standard-01-r01.no-title .title {
    display: none;
}

.module-type-basicgallery.standard-01-r01 .title h4 {
    font-size: 13px;
    color: #fff;
}

.module-type-basicgallery.standard-01-r01 .thumb-image a:hover {
    text-decoration: none;
}

.module-type-slider .bx-wrapper {
    margin-bottom: 0;
}

    .module-type-slider .bx-wrapper .bx-viewport {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        left: 0;
    }

        .module-type-slider .bx-wrapper .bx-viewport .slider-image {
            background-position: center center;
            background-size: cover;
        }

            .module-type-slider .bx-wrapper .bx-viewport .slider-image .content {
                padding-top: 160px;
                height: 573px;
                text-align: center;
            }


@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -.5em;
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -.5em;
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.module-type-slider .bx-wrapper .bx-viewport .slider-image .content h1 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-animation: tracking-in-expand 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    -moz-animation: tracking-in-expand 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    -o-animation: tracking-in-expand 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.module-type-slider .bx-wrapper .bx-viewport .slider-image .content h3 {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 30px;
}

.module-type-slider .bx-wrapper .bx-controls .bx-pager {
    display: none;
}

.module-type-articlepreview.latest-news .heading a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 400;
}


.module-type-articlepreview.latest-news article {
    margin-bottom: 0;
}

    .module-type-articlepreview.latest-news article .inner {
        background: #f4f4f3;
        margin-bottom: 3px;
        padding: 12px;
        border-left: solid 4px #007952;
        position: relative;
        -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        cursor: pointer;
    }


        .module-type-articlepreview.latest-news article .inner:hover {
            color: #000 !important;
            background-color: transparent;
        }

            .module-type-articlepreview.latest-news article .inner:hover:before {
                left: 0%;
                right: auto;
                width: 100%;
            }

        .module-type-articlepreview.latest-news article .inner:before {
            left: 0%;
            right: auto;
            width: 100%;
            display: block;
            position: absolute;
            top: 0px;
            right: 0px;
            height: 100%;
            width: 0px;
            z-index: -1;
            content: '';
            color: #000 !important;
            background: #007952;
            -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
            -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
            -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
            transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
        }

        .module-type-articlepreview.latest-news article .inner:after {
            position: absolute;
            content: "\f105";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            right: 10px;
            top: 50%;
            font-size: 20px;
            margin-top: -10px;
        }

        .module-type-articlepreview.latest-news article .inner:hover .title h4 a, .module-type-articlepreview.latest-news article .inner:hover .date {
            color: #fff;
        }

        .module-type-articlepreview.latest-news article .inner:hover:after {
            color: #fff;
        }

    .module-type-articlepreview.latest-news article .summary {
        display: none;
    }

    .module-type-articlepreview.latest-news article .thumb-image {
        display: none;
    }

    .module-type-articlepreview.latest-news article .title {
        margin-bottom: 2px;
        padding-right: 20px;
    }

        .module-type-articlepreview.latest-news article .title h4 {
            font-family: Roboto;
            color: #007952;
            font-size: 16px;
            font-weight: 400;
        }

            .module-type-articlepreview.latest-news article .title h4 a:hover {
                text-decoration: none;
            }

    .module-type-articlepreview.latest-news article .date {
        margin-bottom: 0;
    }

.module-type-articlepreview.latest-news .action-links {
    margin-top: 20px;
    font-family: Roboto;
    color: #007952;
    font-size: 16px;
    font-weight: 400;
}

.module-type-articlepreview.latest-news.top-news .article .inner {
    background-color: transparent !important;
}

.module-type-articlepreview.latest-news.top-news article .inner:hover {
    background: #007952;
}

.module-type-articlepreview.latest-news.top-news article .title h4 {
    font-size: 27px;
}

    .module-type-articlepreview.latest-news.top-news article .title h4 a {
        display: block;
    }

.module-type-articlepreview.latest-news.top-news article .date, .module-type-articlepreview.latest-news.top-news .action-links, .module-type-articlepreview.latest-news.top-news .heading {
    display: none;
}

.module-type-contenteditor.group-winners .content {
    background: #ddd;
    padding: 30px 20px;
}

    .module-type-contenteditor.group-winners .content p {
        font-size: 13px;
    }

    .module-type-contenteditor.group-winners .content h5 {
        color: #007952;
    }

.module-type-contenteditor.video-block .module-wrapper .content {
    background: #ddd;
}

    .module-type-contenteditor.video-block .module-wrapper .content .text {
        padding: 10px 30px 20px;
    }


.module-type-contenteditor.standard-03-r02 {
    background: #f4f4f3;
}

.module-type-contenteditor.standard-04-r01 {
    background: #f4f4f3;
}

    .module-type-contenteditor.standard-04-r01 .module-wrapper, .module-type-contenteditor.standard-03-r02 .module-wrapper {
        width: 100%;
        margin-bottom: 0;
        display: table;
    }

.module-type-contenteditor.standard-03-r02 .content-left {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
}

    .module-type-contenteditor.standard-03-r02 .content-left .btn {
        margin-top: 30px;
    }

.module-type-contenteditor.standard-04-r01 .content-left {
    width: 50%;
    display: table-cell;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.module-type-contenteditor.standard-04-r01 .content-right {
    vertical-align: middle;
    padding: 30px;
    display: table-cell;
}



    .module-type-contenteditor.standard-04-r01 .content-right .btn {
        margin-top: 30px;
    }

.module-type-contenteditor.standard-03-r02 .content-right {
    width: 50%;
    display: table-cell;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .module-type-contenteditor.standard-03-r02 .content-right img, .module-type-contenteditor.standard-04-r01 .content-left img {
        width: 100%;
    }

.module-type-contenteditor.standard-04-r01 .content-right, .module-type-contenteditor.standard-04-r01 .thumb-image {
    vertical-align: middle;
    padding: 0;
    background-size: cover !important;
    background-position: top center !important;
    background-color: #e5e5e5;
}


    .module-type-contenteditor.standard-03-r02 .content-left .image, .module-type-contenteditor.standard-04-r01 .content-right .image {
        display: none;
    }

    .module-type-contenteditor.standard-03-r02 .content-left .text, .module-type-contenteditor.standard-04-r01 .content-right .text {
        padding: 40px 20px 50px;
        overflow: hidden;
    }

        .module-type-contenteditor.standard-03-r02 .content-left .text .heading h3 a, .module-type-contenteditor.standard-04-r01 .content-right .text .heading h3 a {
            color: #000000;
            font-size: 32px;
            font-weight: 400;
        }

        .module-type-contenteditor.standard-03-r02 .content-left .text .read-more {
            display: none;
        }

        .module-type-contenteditor.standard-04-r01 .content-right .text .read-more {
            display: none;
        }

.module-type-contenteditor.standard-03-r02 .thumb-image, .module-type-contenteditor.standard-04-r01 .thumb-image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
}

@media (min-width: 768px) {
    .module-type-contenteditor.standard-03-r02 .content-right, .module-type-contenteditor.standard-04-r01 .content-left {
        position: relative;
        vertical-align: middle !important;
        background: none !important;
    }

    .module-type-contenteditor.standard-04-r01 .content-right .heading, .module-type-contenteditor.standard-04-r01 .content-right .content {
        width: 330px;
    }

    .module-type-contenteditor.standard-03-r02 .content-left .heading, .module-type-contenteditor.standard-03-r02 .content-left .content {
        width: 330px;
        float: right;
    }

    .module-type-contenteditor.standard-03-r02 .content-right .heading, .module-type-contenteditor.standard-03-r02 .content-right .content, .module-type-contenteditor.standard-04-r01 .content-left .heading, .module-type-contenteditor.standard-04-r01 .content-left .content {
        width: 330px;
        visibility: hidden;
    }
}

@media (min-width: 992px) {
    .module-type-contenteditor.standard-04-r01 .content-right .heading, .module-type-contenteditor.standard-04-r01 .content-right .content {
        width: 440px;
    }

    .module-type-contenteditor.standard-03-r02 .content-left .heading, .module-type-contenteditor.standard-03-r02 .content-left .content {
        width: 440px;
        float: right;
    }

    .module-type-contenteditor.standard-03-r02 .content-right .heading, .module-type-contenteditor.standard-03-r02 .content-right .content, .module-type-contenteditor.standard-04-r01 .content-left .heading, .module-type-contenteditor.standard-04-r01 .content-left .content {
        width: 440px;
        visibility: hidden;
    }
}

@media (min-width: 1200px) {
    .module-type-contenteditor.standard-04-r01 .content-right .heading, .module-type-contenteditor.standard-04-r01 .content-right .content {
        width: 550px;
    }

    .module-type-contenteditor.standard-03-r02 .content-left .heading, .module-type-contenteditor.standard-03-r02 .content-left .content {
        width: 550px;
        float: right;
    }

    .module-type-contenteditor.standard-03-r02 .content-right .heading, .module-type-contenteditor.standard-03-r02 .content-right .content, .module-type-contenteditor.standard-04-r01 .content-left .heading, .module-type-contenteditor.standard-04-r01 .content-left .content {
        width: 540px;
        visibility: hidden;
    }
}

@media (max-width: 1199px) {




    .module-type-contenteditor.standard-03-r02 .content-left .text, .module-type-contenteditor.standard-04-r01 .content-right .text {
        padding: 30px 20px 30px;
    }
}



@media (max-width: 991px) {

    .module-type-contenteditor.standard-04-r01 .content-right {
        padding: 0;
    }

    .module-type-contenteditor.standard-03-r02 .content-left {
        padding: 0;
    }
}

@media (max-width: 767px) {


    .module-type-slider .bx-wrapper .bx-viewport .slider-image .content {
        padding-top: 80px;
        height: 381px;
    }

        .module-type-slider .bx-wrapper .bx-viewport .slider-image .content h1 {
            font-size: 36px;
            animation: none;
        }

        .module-type-slider .bx-wrapper .bx-viewport .slider-image .content h3 {
            font-size: 17px;
        }

    .module-type-contenteditor.standard-03-r02 .content-left .text, .module-type-contenteditor.standard-04-r01 .content-right .text {
        padding: 30px 0 0;
    }

        .module-type-contenteditor.standard-03-r02 .content-left .text .heading, .module-type-contenteditor.standard-04-r01 .content-right .text .heading, .module-type-contenteditor.standard-03-r02 .content-left .text .content, .module-type-contenteditor.standard-04-r01 .content-right .text .content {
            padding-left: 20px;
            padding-right: 20px;
        }

            .module-type-contenteditor.standard-03-r02 .content-left .text .heading h3 a, .module-type-contenteditor.standard-04-r01 .content-right .text .heading h3 a {
                font-size: 25px;
            }

    .module-type-contenteditor.standard-03-r02 .content-left .btn, .module-type-contenteditor.standard-04-r01 .content-right .btn {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .module-type-contenteditor.standard-03-r02 .content-left, .module-type-contenteditor.standard-04-r01 .content-right {
        width: 100%;
        padding: 0;
    }

        .module-type-contenteditor.standard-03-r02 .content-left .image, .module-type-contenteditor.standard-04-r01 .content-right .image {
            display: block;
            width: 100%;
        }

    .module-type-contenteditor.standard-04-r01 .content-left, .module-type-contenteditor.standard-03-r02 .content-right {
        display: none !important;
    }

    .module-type-contenteditor.standard-03-r02 .thumb-image, .module-type-contenteditor.standard-04-r01 .thumb-image {
        position: relative;
        border-bottom: solid 1px #9dc8b9;
    }

        .module-type-contenteditor.standard-03-r02 .thumb-image:before, .module-type-contenteditor.standard-04-r01 .thumb-image:before {
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(255,255,255,0.9);
            left: 0;
            top: 0;
            z-index: 1;
        }

        .module-type-contenteditor.standard-03-r02 .thumb-image .heading, .module-type-contenteditor.standard-03-r02 .thumb-image .content, .module-type-contenteditor.standard-04-r01 .thumb-image .heading, .module-type-contenteditor.standard-04-r01 .thumb-image .content {
            position: relative;
            z-index: 2;
        }
}


.module-type-contenteditor.standard-01-r03 .module-wrapper {
    background: #333333;
}

    .module-type-contenteditor.standard-01-r03 .module-wrapper * {
        color: #ffffff;
    }

    .module-type-contenteditor.standard-01-r03 .module-wrapper .thumb-image img {
        width: 100%;
    }


    .module-type-contenteditor.standard-01-r03 .module-wrapper p {
        font-size: 15px;
    }

/*#endregion*/



/*#region *************** Master Template: Home **********/

.page-template-home #FeatureBanner {
    position: relative;
}

    .page-template-home #FeatureBanner .banner-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(255,255,255,0.6);
    }

        .page-template-home #FeatureBanner .banner-bottom .left {
            float: left;
        }

            .page-template-home #FeatureBanner .banner-bottom .left ul {
                list-style: none;
                padding: 0;
                margin: 0;
                margin-top: 15px;
            }

                .page-template-home #FeatureBanner .banner-bottom .left ul li {
                    display: inline-block;
                    text-align: center;
                    padding: 0 20px;
                    border-right: solid 1px #000;
                }

                    .page-template-home #FeatureBanner .banner-bottom .left ul li:last-of-type {
                        border-right: none;
                    }

                    .page-template-home #FeatureBanner .banner-bottom .left ul li:first-of-type h2 {
                        color: #007a51;
                    }

                    .page-template-home #FeatureBanner .banner-bottom .left ul li h2 {
                        font-weight: 700;
                        margin: 0;
                        font-size: 30px;
                    }

                        .page-template-home #FeatureBanner .banner-bottom .left ul li h2 span {
                            display: block;
                            font-size: 18px;
                            color: #000;
                        }

        .page-template-home #FeatureBanner .banner-bottom .right {
            float: right;
        }

            .page-template-home #FeatureBanner .banner-bottom .right ul {
                list-style: none;
                padding: 0;
                margin: 0;
                background: #007a51;
            }

                .page-template-home #FeatureBanner .banner-bottom .right ul li {
                    display: inline-block;
                    border-right: solid 1px #57b193;
                }

                    .page-template-home #FeatureBanner .banner-bottom .right ul li a {
                        padding: 12px 20px 12px 0;
                        overflow: hidden;
                        position: relative;
                        display: inline-block;
                    }

                    .page-template-home #FeatureBanner .banner-bottom .right ul li:first-of-type {
                        border-left: solid 1px #57b193;
                    }



                    .page-template-home #FeatureBanner .banner-bottom .right ul li a:before {
                        content: '';
                        display: block;
                        position: absolute;
                        background: rgba(255, 255, 255, 0.5);
                        width: 60px;
                        height: 100%;
                        left: 0;
                        top: 0;
                        opacity: .5;
                        -webkit-filter: blur(30px);
                        filter: blur(30px);
                        -webkit-transform: translateX(-100px) skewX(-15deg);
                        -moz-transform: translateX(-100px) skewX(-15deg);
                        -ms-transform: translateX(-100px) skewX(-15deg);
                        -o-transform: translateX(-100px) skewX(-15deg);
                        transform: translateX(-100px) skewX(-15deg);
                    }

                    .page-template-home #FeatureBanner .banner-bottom .right ul li:after {
                        content: '';
                        display: block;
                        position: absolute;
                        background: rgba(255, 255, 255, 0.2);
                        width: 30px;
                        height: 100%;
                        left: 30px;
                        top: 0;
                        opacity: 0;
                        -webkit-filter: blur(5px);
                        filter: blur(5px);
                        -webkit-transform: translateX(-100px) skewX(-15deg);
                        -moz-transform: translateX(-100px) skewX(-15deg);
                        -ms-transform: translateX(-100px) skewX(-15deg);
                        -o-transform: translateX(-100px) skewX(-15deg);
                        transform: translateX(-100px) skewX(-15deg);
                    }


                    .page-template-home #FeatureBanner .banner-bottom .right ul li a:hover:before {
                        -webkit-transform: translateX(300px) skewX(-15deg);
                        -moz-transform: translateX(300px) skewX(-15deg);
                        -ms-transform: translateX(300px) skewX(-15deg);
                        -o-transform: translateX(300px) skewX(-15deg);
                        transform: translateX(300px) skewX(-15deg);
                        opacity: 0.6;
                        -webkit-transition: .7s;
                        -moz-transition: .7s;
                        -o-transition: .7s;
                        transition: .7s;
                    }

                    .page-template-home #FeatureBanner .banner-bottom .right ul li a:hover:after {
                        -webkit-transform: translateX(300px) skewX(-15deg);
                        -moz-transform: translateX(300px) skewX(-15deg);
                        -ms-transform: translateX(300px) skewX(-15deg);
                        -o-transform: translateX(300px) skewX(-15deg);
                        transform: translateX(300px) skewX(-15deg);
                        opacity: 1;
                        -webkit-transition: .7s;
                        -moz-transition: .7s;
                        -o-transition: .7s;
                        transition: .7s;
                    }

                    .page-template-home #FeatureBanner .banner-bottom .right ul li img {
                        display: inline-block;
                        padding: 0 14px;
                        position: relative;
                        top: -5px;
                    }

                    .page-template-home #FeatureBanner .banner-bottom .right ul li span {
                        display: inline-block;
                        color: #fff;
                        position: relative;
                        top: 7px;
                    }

.page-template-home #Content1 {
    background: url(/themes/cambridgestud/images/stallions-bg.jpg) center center no-repeat;
    background-size: cover;
}

.our-stallions {
    width: 25%;
    float: left;
    padding: 1px;
}

    .our-stallions .thumb-image {
        margin-bottom: 2px;
    }


        .our-stallions .thumb-image a {
            position: relative;
            display: block;
            margin-bottom: 0;
            overflow: hidden;
        }

            .our-stallions .thumb-image a:before {
                top: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 100%;
                content: '';
                position: absolute;
                z-index: 100;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .our-stallions .thumb-image a:after {
                left: 50%;
                top: 50%;
                width: 40px;
                height: 40px;
                margin-top: -20px;
                margin-left: -20px;
                visibility: hidden;
                text-align: center;
                position: absolute;
                color: #ffffff;
                content: "\f0c1";
                font: normal normal normal 14px/1 FontAwesome;
                font-size: 22px;
                border: solid 1px #fff;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                z-index: 210;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                padding-top: 8px;
            }

    .our-stallions .heading h3 a {
        padding: 12px 15px;
        background: #000;
        color: #Fff;
        display: block;
    }

        .our-stallions .heading h3 a:hover {
            text-decoration: none;
        }


    .our-stallions .module-wrapper:hover .thumb-image img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .our-stallions .module-wrapper:hover .thumb-image a:before {
        background-color: rgba(0,0,0,0.3);
    }

    .our-stallions .module-wrapper:hover .thumb-image a:after {
        visibility: visible;
    }

    .our-stallions .module-wrapper:hover .heading h3 a {
        background: #007952;
    }

    .our-stallions.three {
        width: 33.333333%;
        float: left;
        padding: 1px;
    }

.page-template-home #Content2 h2 {
    margin-bottom: 20px;
}

.page-template-home .standard-03-r02 .content-right img, .page-template-home .standard-04-r01 .content-left img {
}

.page-template-home .module-type-contenteditor.standard-03-r02 .content-left .text, .page-template-home .module-type-contenteditor.standard-04-r01 .content-right .text {
    padding: 40px 20px 70px;
    overflow: hidden;
}

@media (max-width:1199px) {
    .page-template-home #FeatureBanner .banner-bottom .left h1 {
        font-size: 33px;
    }

    .page-template-home #FeatureBanner .banner-bottom .left ul {
        margin-top: 23px;
    }

        .page-template-home #FeatureBanner .banner-bottom .left ul li h2 {
            font-size: 19px;
        }

            .page-template-home #FeatureBanner .banner-bottom .left ul li h2 span {
                font-size: 16px;
            }
}

@media (max-width:991px) {
    .page-template-home #FeatureBanner .banner-bottom .left {
        float: none;
        display: inline-block;
        /*display: none;*/
    }

        .page-template-home #FeatureBanner .banner-bottom .left p {
            color: #fff;
        }

    .page-template-home #FeatureBanner .banner-bottom {
        text-align: center;
        background: #000;
    }

        .page-template-home #FeatureBanner .banner-bottom .right {
            float: none;
            /*display: inline-block;*/
            display: none;
        }

            .page-template-home #FeatureBanner .banner-bottom .right ul li span {
                text-align: left;
            }

    .page-template-home #Content1 {
        padding-bottom: 50px;
    }

    .our-stallions, .our-stallions.three {
        width: 50%;
    }

        .our-stallions .module-wrapper {
            margin-bottom: 0;
        }

        .our-stallions .thumb-image img {
            width: 100%;
        }

        .our-stallions .module-wrapper .heading {
            margin-bottom: 0;
        }
}

@media (max-width:767px) {
    .page-template-home #FeatureBanner .banner-bottom .right ul li span {
        font-size: 13px;
    }

    .page-template-home #FeatureBanner .banner-bottom .right ul li a {
        padding-right: 10px;
    }
}

@media (max-width:500px) {
    .our-stallions, .our-stallions.three {
        width: 100%;
    }

    .page-template-home #FeatureBanner .banner-bottom {
        position: relative;
    }
}

/*#endregion*/

/*#region *************** General ************************/


.page-template-standard #FeatureBanner .module-wrapper .content-wrapper {
    background-size: cover;
    background-position: center center;
    background-position: center center;
}

.page-template-standard #FeatureBanner .heading {
    padding-top: 190px;
    margin-bottom: 0;
}


.page-template-standard #FeatureBanner h1 {
    background: rgba(0, 0, 0, 0.66);
    padding: 10px;
    color: #fff;
    font-size: 50px;
    margin-bottom: 0;
}

.page-template-standard .module-type-contenteditor.standard-03-r02 .content-right, .page-template-standard .module-type-contenteditor.standard-04-r01 .content-left {
    background: none !important;
}

.page-template-horse #FeatureBanner .heading {
    padding-top: 500px;
}

.page-template-horse #FeatureBanner .smaller .heading {
    padding-top: 400px;
}

.page-template-horse #FeatureBanner .heading h1 {
    background: rgba(0, 0, 0, 0.66);
    padding: 10px;
}

#FeatureBanner .module-wrapper.banner-with-heading {
    max-width: 1920px;
    margin: 0 auto;
}

    #FeatureBanner .module-wrapper.banner-with-heading .thumb-image {
        margin-bottom: 0;
    }

    #FeatureBanner .module-wrapper.banner-with-heading .heading {
        padding-top: 10px;
        position: absolute;
        bottom: 0;
        margin-bottom: 30px;
        width: 100%;
        max-width: 1920px;
    }


        #FeatureBanner .module-wrapper.banner-with-heading .heading h1 {
            background: rgba(0, 0, 0, 0.66);
            padding: 16px;
            color: #ffffff;
            font-size: 44px;
            max-width: 1140px;
            margin: 0 auto;
            /*text-align: center;*/
        }

.page-template-news #Content1 {
    padding-top: 50px;
}

@media (max-width: 1440px) {
    #FeatureBanner .module-wrapper.banner-with-heading .heading {
        /*text-align: center;*/
    }

        #FeatureBanner .module-wrapper.banner-with-heading .heading h1 {
            font-size: 40px;
        }
}

@media (max-width: 1200px) {
    #FeatureBanner .module-wrapper.banner-with-heading .heading h1 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {

    #FeatureBanner .module-wrapper.banner-with-heading .heading h1 {
        font-size: 28px;
    }
}

@media (max-width: 800px) {

    .page-template-standard .standard-03-r02 .content-left .text, .standard-04-r01 .content-right .text {
        padding: 30px 0 0;
    }

        .page-template-standard .standard-03-r02 .content-left .text .heading, .standard-04-r01 .content-right .text .heading, .page-template-standard .standard-03-r02 .content-left .text .content, .standard-04-r01 .content-right .text .content {
            padding-left: 20px;
            padding-right: 20px;
        }

    .page-template-standard .standard-03-r02 .content-left .btn, .standard-04-r01 .content-right .btn {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .page-template-standard .module-type-contenteditor.standard-03-r02 .content-left, .page-template-standard .module-type-contenteditor.standard-04-r01 .content-right {
        width: 100%;
        padding: 0;
    }

    .page-template-standard .standard-03-r02 .content-left .heading, .page-template-standard .standard-03-r02 .content-left .content {
        width: 100%;
        float: none;
    }

    .page-template-standard .standard-03-r02 .content-left .image, .page-template-standard .standard-04-r01 .content-right .image {
        display: block;
        width: 100%;
        padding-top: 30px;
    }

    .page-template-standard .standard-04-r01 .content-right .heading, .page-template-standard .standard-04-r01 .content-right .content {
        display: block;
        width: 100%;
    }

    .page-template-standard .standard-04-r01 .content-left, .page-template-standard .standard-03-r02 .content-right {
        display: none !important;
    }

    .page-template-standard .standard-03-r02 .thumb-image, .page-template-standard .standard-04-r01 .thumb-image {
        position: relative;
        border-bottom: solid 1px #9dc8b9;
    }

        .page-template-standard .standard-03-r02 .thumb-image:before, .page-template-standard .standard-04-r01 .thumb-image:before {
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(255,255,255,0.9);
            left: 0;
            top: 0;
            z-index: 1;
        }

        .page-template-standard .standard-03-r02 .thumb-image .heading, .page-template-standard .standard-03-r02 .thumb-image .content, .page-template-standard .standard-04-r01 .thumb-image .heading, .page-template-standard .standard-04-r01 .thumb-image .content {
            position: relative;
            z-index: 2;
        }
}

@media (max-width:767px) {

    .page-template-horse #FeatureBanner .smaller .heading {
        padding-top: 170px;
    }

    .page-template-standard #FeatureBanner .heading {
        padding-top: 60px;
    }

        .page-template-standard #FeatureBanner .heading h1 {
            padding-bottom: 5px;
            color: #fff;
            font-size: 32px;
        }

    #FeatureBanner .module-wrapper.banner-with-heading .heading {
        padding: 0;
        position: relative;
        width: 100%;
    }

        #FeatureBanner .module-wrapper.banner-with-heading .heading h1 {
            padding: 15px;
            font-size: 22px;
            background-color: #007a51;
        }
}

@media (max-width:500px) {
    #FeatureBanner .module-wrapper.banner-with-heading .heading {
        text-align: center;
    }
}

/*#endregion*/

/*#region * Header v12 .header-v12 */




.header-v12 #Header .header-right {
    float: right;
}

    .header-v12 #Header .header-right .header-contact {
        display: inline-block;
    }

        .header-v12 #Header .header-right .header-contact a {
            font-family: Roboto;
            color: #000000;
            font-size: 20px;
            font-weight: 700;
        }

    .header-v12 #Header .header-right .header-social {
        display: inline-block;
        list-style: none;
        padding-left: 20px;
    }

        .header-v12 #Header .header-right .header-social li {
            display: inline-block;
            padding: 1px;
        }

            .header-v12 #Header .header-right .header-social li a {
                color: #fff;
                background: #007952;
                width: 28px;
                height: 28px;
                display: inline-block;
                text-align: center;
                padding-top: 3px;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                border: solid 1px #007952;
            }



@-webkit-keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        -moz-transform: scale(1) rotateZ(0);
        -ms-transform: scale(1) rotateZ(0);
        -o-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }

    50% {
        -webkit-transform: scale(1.2) rotateZ(180deg);
        -moz-transform: scale(1.2) rotateZ(180deg);
        -ms-transform: scale(1.2) rotateZ(180deg);
        -o-transform: scale(1.2) rotateZ(180deg);
        transform: scale(1.2) rotateZ(180deg);
    }

    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        -moz-transform: scale(1) rotateZ(360deg);
        -ms-transform: scale(1) rotateZ(360deg);
        -o-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}

@keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }

    50% {
        -webkit-transform: scale(1.2) rotateZ(180deg);
        transform: scale(1.2) rotateZ(180deg);
    }

    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}

.header-v12 #Header .header-right .header-social li a:hover {
    -webkit-animation: rotate-scale-up 0.65s linear both;
    -moz-animation: rotate-scale-up 0.65s linear both;
    animation: rotate-scale-up 0.65s linear both;
}



.header-v12 #Header {
    background-color: #ffffff;
}




    .header-v12 #Header .navbar-primary .navbar-nav {
        margin-top: 5px;
        clear: right;
    }

        .header-v12 #Header .navbar-primary .navbar-nav > li {
            margin-left: 15px;
        }

            .header-v12 #Header .navbar-primary .navbar-nav > li > a {
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                background-color: #515151;
                padding-top: 10px;
                padding-bottom: 10px;
                color: #ffffff;
            }

            .header-v12 #Header .navbar-primary .navbar-nav > li:hover > a {
                background-color: #ffffff;
                color: #181818;
            }

    .header-v12 #Header * {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }



    .header-v12 #Header .navbar-primary .navbar-brand {
        height: 65px;
    }

    .header-v12 #Header .navbar-primary .header-contact a {
        color: #000;
    }


.header-v12 #NavigationBar {
    background-color: #fff;
}

    .header-v12 #NavigationBar .navigation-wrapper {
        min-height: 0;
    }

    .header-v12 #NavigationBar .navbar-primary {
        margin-top: 0;
        margin-bottom: 0;
        min-height: 0;
    }



        .header-v12 #NavigationBar .navbar-primary .navbar-nav > li:hover > a, .header-v12 #NavigationBar .navbar-primary .navbar-nav > li:hover {
            background-color: #007a51;
            color: #ffffff;
        }


        .header-v12 #NavigationBar .navbar-primary .navbar-nav > li > a {
            text-align: center;
            font-family: Roboto;
            color: #000000;
            font-size: 17px;
            font-weight: 400;
            padding: 18px 19.2px;
        }

        .header-v12 #NavigationBar .navbar-primary .navbar-nav > .active > a, .header-v12 #NavigationBar .navbar-primary .navbar-nav > li.active {
            background: #007a51;
            color: #ffffff;
        }




.header-v12.header-sticky {
    padding-top: 105px; /* The total height of the header */
}

    .header-v12.header-sticky #TopBar,
    .header-v12.header-sticky #Header,
    .header-v12.header-sticky #NavigationBar {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .header-v12.header-sticky #TopBar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10000;
    }

    .header-v12.header-sticky #Header {
        top: 0;
        z-index: 10001;
    }

    .header-v12.header-sticky #NavigationBar {
        position: fixed;
        top: 100px;
        right: 0;
        left: 0;
        z-index: 10002;
        border-bottom: solid 1px #e2ebe8;
    }

    .header-v12.header-sticky.scroll-action-active #Header {
        top: 0;
    }


        .header-v12.header-sticky.scroll-action-active #Header .navbar-primary .navbar-brand {
            height: 50px;
        }

    .header-v12.header-sticky.scroll-action-active #NavigationBar {
        top: 70px;
    }

        .header-v12.header-sticky.scroll-action-active #NavigationBar .navbar-primary .navbar-nav > li > a {
            padding-top: 11px;
            padding-bottom: 11px;
        }

#AdminBar ~ .header-v12.header-sticky {
    padding-top: 164px;
}

    #AdminBar ~ .header-v12.header-sticky #Header {
        top: 32px;
    }

    #AdminBar ~ .header-v12.header-sticky #NavigationBar {
        top: 137px;
    }

    #AdminBar ~ .header-v12.header-sticky.scroll-action-active #Header {
        top: 32px;
    }

    #AdminBar ~ .header-v12.header-sticky.scroll-action-active #NavigationBar {
        top: 102px;
    }



@media (min-width: 768px) {
    .header-v12 #NavigationBar {
        display: block;
        position: relative;
        z-index: 1;
        margin-bottom: -50px;
        background-color: #fff;
        border-top: solid 2px #ddd;
    }

        .header-v12 #NavigationBar .navbar-primary .navbar-nav {
            display: table;
            float: left;
        }

        .header-v12 #NavigationBar .navbar-primary .search-nav {
            float: right;
        }

            .header-v12 #NavigationBar .navbar-primary .search-nav form {
                width: 220px;
            }

                .header-v12 #NavigationBar .navbar-primary .search-nav form .form-group {
                    margin-bottom: 0;
                }

                .header-v12 #NavigationBar .navbar-primary .search-nav form input {
                    font-family: Roboto;
                    color: #000000;
                    font-size: 17px;
                    font-style: italic;
                    text-transform: lowercase;
                    border: none;
                    background: #ececec;
                    -moz-border-radius: 0;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    height: 56px;
                }

                .header-v12 #NavigationBar .navbar-primary .search-nav form .input-group-btn button {
                    padding: 19px 10px;
                    border: none;
                    background: #ececec;
                    border-radius: 0;
                }

    .header-v12.header-sticky.scroll-action-active #NavigationBar .navbar-primary .search-nav form input {
        height: 42px;
    }

    .header-v12.header-sticky.scroll-action-active #NavigationBar .navbar-primary .search-nav form .input-group-btn button {
        padding: 12px 10px;
    }

    .header-v12 #NavigationBar .navbar-primary .navbar-nav > li {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: auto;
    }



    .header-v12 #NavigationBar .navbar-primary .navbar-nav .dropdown-menu {
        width: 100%;
        top: 100%;
        background: #fff;
    }

        .header-v12 #NavigationBar .navbar-primary .navbar-nav .dropdown-menu > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            color: #000000;
            font-family: Roboto;
            color: #000000;
            font-size: 15px;
            font-weight: 400;
            white-space: inherit;
        }

        .header-v12 #NavigationBar .navbar-primary .navbar-nav .dropdown-menu > li.active > a {
            background-color: #007952;
            color: #fff;
        }

        .header-v12 #NavigationBar .navbar-primary .navbar-nav .dropdown-menu > li > a:hover, .header-v12 #NavigationBar .navbar-primary .navbar-nav .dropdown-menu > li > a:focus {
            background-color: #007952;
            color: #fff;
        }

        .header-v12 #NavigationBar .navbar-primary .navbar-nav .dropdown-menu .dropdown-menu {
            top: 2px;
            border-radius: 0;
        }


    .header-v12.header-sticky {
        padding-top: 159px; /* The total height of the header */
    }
}


@media (max-width: 1199px) {
    .header-v12 #NavigationBar .navbar-primary .navbar-nav > li > a {
        padding: 18px 9.2px;
    }
}

@media (max-width: 991px) {


    .header-v12.header-sticky.scroll-action-active #NavigationBar {
        top: 86px;
    }

    .header-v12 #Header .header-right .header-contact {
        display: block;
        margin-bottom: 5px;
    }

    #AdminBar ~ .header-v12.header-sticky.scroll-action-active #NavigationBar {
        top: 125px;
    }

    .header-v12 #NavigationBar .navbar-primary .search-nav {
        display: none;
    }
}

@media (max-width: 767px) {

    .header-v12 #NavigationBar .navbar-primary .navbar-nav > li > a {
        padding: 8px 9.2px;
        font-size: 13px;
    }


    .header-v12.header-sticky {
        padding-top: 131px;
    }

    .header-v12 #Header .navbar-primary .navbar-brand {
        height: 54px;
    }

    .header-v12 .navbar-primary .navbar-nav > li span.arrow {
        top: 3px;
    }

    .header-v12 .navbar-primary .navbar-nav > li li span.arrow {
        top: 8px;
    }

    .header-v12 .navbar-primary .dropdown-menu > li > a {
        text-align: center;
        color: #fff;
        padding: 8px 15px 8px 25px;
    }

    .header-v12.header-sticky.scroll-action-active #NavigationBar .navbar-primary .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header-v12 .navbar-primary .dropdown-menu > .active > a, .header-v12 .navbar-primary .dropdown-menu > .active > a:focus, .header-v12 .navbar-primary .dropdown-menu > .active > a:hover {
        background-color: #036141;
    }

    .header-v12 .navbar-primary .dropdown-menu > li > a:hover {
        background: #036141;
    }

    .header-v12.header-sticky #NavigationBar {
        top: 130px;
    }

    .header-v12.header-sticky.scroll-action-active #NavigationBar {
        top: 125px;
    }

    #AdminBar ~ .header-v12.header-sticky {
        padding-top: 141px;
    }

    .header-v12 #Header .header-right {
        float: none;
        padding: 0 15px 7px;
        border-bottom: solid 1px #ddd;
    }

        .header-v12 #Header .header-right .header-contact {
            display: inline-block;
        }

        .header-v12 #Header .header-right .header-social {
            float: right;
            padding-left: 0;
        }

    .header-v12 #Header .header-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .header-v12 #Header .navbar-primary, .navbar.navbar-primary {
        margin-top: 10px;
        margin-bottom: 10px;
    }


    #AdminBar ~ .header-v12.header-sticky #NavigationBar {
        top: 172px;
    }

    .header-v12 .navbar-primary .navbar-collapse {
        margin-top: 0;
    }

    .header-v12 #Header .navbar-header {
        padding: 15px 15px 0;
    }

    .header-v12 #Header .navbar-primary .navbar-brand {
        max-width: 75%;
        position: relative;
        top: 6px;
    }

    .header-v12 .navbar-primary .navbar-brand img {
        max-width: 100%;
        width: 300px;
    }
}
/*#endregion*/

/*#region * Footer v09 .footer-v09 */
.footer-v09 {
}



    .footer-v09 #Footer {
        border-top: 1px solid #505050;
        background: url(/themes/cambridgestud/images/footer-bg.jpg) top center no-repeat #000;
        color: #ffffff;
    }

        .footer-v09 #Footer a {
            color: #0d9267;
        }



        .footer-v09 #Footer .footer-left {
            background: url(/themes/cambridgestud/images/zabeel.png) bottom center no-repeat;
            background-size: contain;
            height: 280px;
            width: 18%;
            float: left;
        }

        .footer-v09 #Footer .footer-logo {
            width: 32%;
            float: left;
            padding: 50px 30px 0;
        }

            .footer-v09 #Footer .footer-logo .img-responsive {
                margin-bottom: 20px;
            }

            .footer-v09 #Footer .footer-logo p {
                font-family: Roboto;
                color: #ffffff;
                font-size: 14px;
                font-weight: 400;
            }

    .footer-v09 .footer-links ul,
    .footer-v09 .footer-contact ul {
        list-style: none;
        margin: 15px 0 0 0;
        padding: 0;
    }

    .footer-v09 .footer-wrapper .footer-links {
        width: 29%;
        float: left;
        padding: 60px 15px 0;
    }

        .footer-v09 .footer-wrapper .footer-links h5 {
            color: #fff;
            margin-bottom: 20px;
        }

        .footer-v09 .footer-wrapper .footer-links ul li {
            width: 50%;
            float: left;
            margin-bottom: 5px;
        }

            .footer-v09 .footer-wrapper .footer-links ul li a {
                font-family: Roboto;
                color: #0d9267;
                font-size: 14px;
                font-weight: 400;
            }

    .footer-v09 #Footer .footer-right {
        background: url(/themes/cambridgestud/images/sir.png) bottom center no-repeat;
        background-size: contain;
        height: 280px;
        width: 21%;
        float: left;
    }

    .footer-v09 .footer-contact ul i {
        margin-right: 10px;
    }

    .footer-v09 .footer-media li {
        display: inline-block;
        margin-right: 15px;
    }

    .footer-v09 .footer-media i {
        color: #555555;
        font-size: 15px;
    }

        .footer-v09 .footer-media i:hover {
            color: #00aaff;
        }

    .footer-v09 .footer-copyright,
    .footer-v09 .footer-design {
        font-size: 11px;
    }

    .footer-v09 #Copyright {
        font-family: Roboto;
        color: #5cd2ac;
        font-size: 12px;
        font-weight: 400;
        background: #007a51;
    }

        .footer-v09 #Copyright a {
            color: #5cd2ac;
        }

@media (max-width:1199px) {
    .footer-v09 #Footer .footer-logo {
        width: 28%;
        float: left;
    }

    .footer-v09 .footer-wrapper .footer-links {
        width: 34%;
    }

    .footer-v09 #Footer .footer-right {
        width: 20%;
    }

    .footer-v09 #Footer .footer-logo p {
        font-size: 13px;
    }

    .footer-v09 .footer-wrapper .footer-links ul li a {
        font-size: 13px;
    }
}


@media (max-width:991px) {
    .footer-v09 .footer-wrapper .footer-links {
        display: none;
    }

    .footer-v09 #Footer .footer-left {
        width: 26%;
    }

    .footer-v09 #Footer .footer-logo {
        width: 42%;
    }

    .footer-v09 #Footer .footer-right {
        width: 32%;
    }
}

@media (max-width:767px) {

    .footer-v09 #Footer .footer-left, .footer-v09 #Footer .footer-right {
        display: none;
    }

    .footer-v09 #Footer .footer-logo {
        width: 100%;
        background: url(/themes/cambridgestud/images/mobile-footer-bg.png) bottom center no-repeat;
        padding-bottom: 260px;
    }

        .footer-v09 #Footer .footer-logo .img-responsive {
            margin: auto;
        }

    .footer-v09 #Footer, .footer-v09 #Copyright {
        text-align: center;
    }
}
/*#endregion*/

/*#region * Menu Burger Side Swipe .menu-burger_side-swipe */
.menu-burger_side-swipe .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: none;
    padding: 0;
}

    .menu-burger_side-swipe .navbar-toggle:active,
    .menu-burger_side-swipe .navbar-toggle:focus,
    .menu-burger_side-swipe .navbar-toggle:hover {
        outline: none;
        background-color: transparent;
    }

    .menu-burger_side-swipe .navbar-toggle .icon-bar {
        background-color: #515151;
        display: block;
        width: 33px;
        height: 3px;
        margin: 6px 0 6px 0;
    }

    .menu-burger_side-swipe .navbar-toggle:active .icon-bar,
    .menu-burger_side-swipe .navbar-toggle:focus .icon-bar,
    .menu-burger_side-swipe .navbar-toggle:hover .icon-bar {
        background-color: #000000;
    }

    .menu-burger_side-swipe .navbar-toggle[aria-expanded=true] {
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .menu-burger_side-swipe .navbar-toggle[aria-expanded=true] .icon-bar {
            opacity: 0;
        }

            .menu-burger_side-swipe .navbar-toggle[aria-expanded=true] .icon-bar + .icon-bar {
                opacity: 1;
            }

                .menu-burger_side-swipe .navbar-toggle[aria-expanded=true] .icon-bar + .icon-bar + .icon-bar {
                    -moz-transform-origin: 21px -3px;
                    -ms-transform-origin: 21px -3px;
                    -o-transform-origin: 21px -3px;
                    -webkit-transform-origin: 21px -3px;
                    transform-origin: 21px -3px;
                    -moz-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    -o-transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

    /* Animations - Transition */
    .menu-burger_side-swipe .navbar-toggle,
    .menu-burger_side-swipe .navbar-toggle .icon-bar {
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
/*#endregion*/
