/*
Made SD solution
Website: Malvern College
Author: Romy Dagohoy Jr.
*/
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'itc-medium';
    src: url('../ttf/itc-stone-sans-std-medium.ttf');
}

@font-face {
    font-family: 'itc';
    src: url('../ttf/itc_stone_serif_lt.ttf');
}

body {
    font-family: itc-medium;
    font-size: 15px;
    color: #666;
}

hr {
    margin: 0;
}

div {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder {
    color: #ddd;
}

::-moz-placeholder {
    color: #ddd;
}

:-ms-input-placeholder {
    color: #ddd;
}

:-moz-placeholder {
    color: #ddd;
}

.container {
	
}

.ticker {
    margin: 10px auto;
}
    /* The HTML list gets replaced with a single div,
    which contains the active ticker item, so you
    can easily style that as well */
    .ticker div {
        display: inline-block;
        word-wrap: break-word;
    }

    .ticker li a {
        text-decoration: none;
        color: #666 !important;
    }

        .ticker li a p {
            color: #666;
        }

.full-width {
    width: 100%;
}

.no-padding {
    padding: 0;
}

.no-padding-sides {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.center {
    text-align: center;
}

.padding-left {
    padding-left: 16px !important;
}

.layout .style-none li {
    list-style: none;
}

.clearfix {
    clear: both;
}

.navbar-brand {
    color: #eeeeee;
}

.navbar-brand {
    position: absolute;
    z-index: 2;
    /*    padding: 0 16px;
    padding-top: 14px;
    color: #fff !important;*/
}

.brand-hide {
    display: none;
}

.navbar-brand img {
    position: relative;
    z-index: 2;
    /* width: 140px; */
	width: auto;
    height: 140px;
}

.navbar-brand:before {
    content: "";
    position: absolute;
    background: #FFF;
    top: 0;
    z-index: 0;
    right: -26px;
    bottom: 0;
    /* width: 80px;
    height: 140px; */
	width: 140px;
	height: 140px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}

ul li.navbar-hide {
    display: none;
}

.header {
    background: #fff;
    width: 100%;
}

.navbar-alt li:first-child {
    padding-left: 280px;
}

.navbar-alt li {
    display: inline-block;
    padding: 20px 8px;
}

    .navbar-alt li:nth-child(7) {
        float: right;
    }

    .navbar-alt li:nth-child(6) {
        padding: 0;
        float: right;
    }

    .navbar-alt li a {
        font-size: 11px;
        color: #999 !important;
    }

        .navbar-alt li a:hover {
            color: #666 !important;
            text-decoration: none;
        }

.navbar-alt .dropdown-menu li {
    padding: 8px 14px;
}

.alt-search ul li a {
    padding: 0 8px;
    font-size: 12px;
    color: #999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .alt-search ul li a:hover {
        color: #666;
        text-decoration: none;
    }

.search-holder {
    margin-top: 12px;
    margin-bottom: 12px;
}

.search-btn {
    background: #fff;
    margin-right: 8px;
    position: relative;
    top: 5px;
    border: 1px solid #b1c8b3;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

    .search-btn input[type="search"] {
        border: 0;
        margin-left: 14px;
        margin-right: -5px;
        background: transparent;
    }



    .search-btn input[type="text"]:focus {
        outline: 0;
    }

    .search-btn i {
        color: #fff;
    }

    .search-btn .btn-icon {
        margin: 2px;
        background: #05381f;
        border: 0;
        width: 29px;
        height: 29px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .search-btn .btn-icon:focus,
        .search-btn .btn-icon:hover {
            background: #1a5503;
        }

        .search-btn .btn-icon:focus {
            outline: 0;
        }

.alt-search {
    margin-top: -64px;
}

    .alt-search ul li {
        display: inline-block;
    }

        .alt-search ul li:nth-child(2),
        .alt-search ul li:nth-child(3),
        .alt-search ul li:nth-child(4) {
            position: relative;
            top: 3px;
        }

.dropdown-toggle span {
    margin-top: 24px;
    color: #05381f;
}
/*
.hero-banner {
    background: url('../../docs/dist/img/banner.jpg');
    background-size: cover;
    padding: 80px 0;
}
*/
.hero-banner-holder {
    background: #003219;
}

.hero-banner {
    width: 100%; /* for example */
    margin: 0 auto;
    margin-top: 100px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > image-rendering: {
    width: 100%; /* use this, or not */
    margin: auto;
}

.alt-headcontent .alt-play {
    display: none !important;
}

.hero-banner .needle-holder1 {
    position: relative;
}

    .hero-banner .needle-holder1 .needle {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 20px;
        background: #fff;
        height: 1px;
        width: 35%;
    }

        .hero-banner .needle-holder1 .needle::before {
            content: '';
            position: absolute;
            top: -4px;
            right: -10px;
            width: 10px;
            height: 10px;
            background: transparent;
            border: 1px solid #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.hero-banner .needle-holder2 {
    position: relative;
}

    .hero-banner .needle-holder2 .needle {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 20px;
        background: #fff;
        height: 1px;
        width: 35%;
    }

        .hero-banner .needle-holder2 .needle::before {
            content: '';
            position: absolute;
            top: -4px;
            left: -10px;
            width: 10px;
            height: 10px;
            background: transparent;
            border: 1px solid #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.hero-banner .alt-social {
    position: absolute;
    top: 4%;
    right: 8%;
}

    .hero-banner .alt-social li {
        position: relative;
        display: inline-block;
        list-style-type: none;
        height: 35px;
        width: 35px;
        margin-left: 2px;
        background: transparent;
        text-align: center;
        padding-top: 7px;
        border: 1px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.alt-social li:hover {
    background: #fff;
}

.alt-social li a {
    text-decoration: none;
}

.alt-social li i {
    color: #fff;
}

.alt-social li:hover i {
    color: #05381f;
}
/*.hero-banner .btn-play {
    margin: 0 auto 40px auto;
    padding-top: 15px;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,.2);
    cursor: pointer;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.hero-banner .btn-play:hover {
    background: rgba(255,255,255,.4);
}
.hero-banner .btn-play i {
    width: 90px;
    height: 90px;
    padding-top: 30px;
    padding-left: 8px;
    background: #FFF;
    font-size: 32px;
    color: #05381f;
    text-align: center;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.hero-banner .alt-play .alt-button {
    display: block;
    margin: 0 auto 40px auto;
    height: 80px;
    border: 8px solid rgba(177,200,179,.50);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;

    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
.hero-banner .alt-play .alt-button:focus,
.hero-banner .alt-play .alt-button:hover {
    border: 8px solid #b1c8b3;

}*/
.hero-banner .alt-play h2 {
    margin-bottom: 8px;
    position: relative;
    font-size: 32px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.hero-banner .alt-play h1 {
    text-align: center;
    margin-top: 24px;
    font-family: 'itc';
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    line-height: 72px;
    letter-spacing: 2px;
}

.hero-banner .alt-play h3 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 32px 0;
}

.hero-banner .alt-play .alt-inq {
    display: block;
    text-align: center;
    margin: 32px 0;
}

.hero-banner .alt-play a {
    display: inline-block;
    padding: 16px 24px;
    background: rgba(255,255,255,.2);
    border: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .hero-banner .alt-play a:hover {
        background: #FFF;
        border: 1px solid #FFF;
        color: #05381f;
        text-decoration: none;
    }

.hero-banner .alt-play .alt-down {
    display: block;
    margin: 24px auto 0 auto;
    width: 30px;
    font-size: 32px;
    color: #FFF;
    position: relative;
    -webkit-animation: mymove 2s infinite;
    animation: mymove 2s infinite;
}

@-webkit-keyframes mymove { /* Safari 4.0 - 8.0 */
    0% {
        top: 0px;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 0px;
    }
}

@keyframes mymove { /* Standard syntax */
    0% {
        top: 0px;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 0px;
    }
}

.carousel-inner .item {
    min-height: 500px;
}

    .carousel-inner .item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.carousel ol li {
    margin: auto !important;
}

.carousel-indicators.middle {
    left: 0;
    right: 0;
    top: auto;
    bottom: 15px;
    text-align: center;
}

    .carousel-indicators.middle li {
        float: none;
        display: inline-block;
    }

.head-welcome1 {
    background: url('../jpg/head-welcome1.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome2 {
    background: url('../boarding-house.html') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome3 {
    background: url('../jpg/ass-result.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome4 {
    background: url('../jpg/about.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome5 {
    background: url('../jpg/ethos.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome6 {
    background: url('../jpg/campus.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome7 {
    background: url('../jpg/manage.jpg') top;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome8 {
    background: url('../jpg/family.jpg') bottom;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome9 {
    background: url('../jpg/news.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome10 {
    background: url('../jpg/academic.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome11 {
    background: url('../jpg/overview.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome12 {
    background: url('../jpg/mission.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome13 {
    background: url('../jpg/primary.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome14 {
    background: url('../jpg/middle.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome15 {
    background: url('../jpg/diploma.jpg') top;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome16 {
    background: url('../jpg/enrich.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome17 {
    background: url('../jpg/programs.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome18 {
    background: url('../jpg/forest.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome19 {
    background: url('../jpg/app-overview.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome20 {
    background: url('../jpg/pas-care.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome21 {
    background: url('../jpg/enrich.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome23 {
    background: url('../jpg/term.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome22 {
    background: url('../jpg/app-procedure.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome23 {
    background: url('../jpg/ass-result.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome24 {
    background: url('../jpg/fee-charge.jpg') top;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome25 {
    background: url('../jpg/houses.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome26 {
    background: url('../jpg/faq.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome27 {
    background: url('../jpg/admin.jpg') top;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome28 {
    background: url('../jpg/app-session.jpg') top;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome29 {
    background: url('../jpg/co-curriculum.jpg') top;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome30 {
    background: url('../jpg/house-page.jpg') top;
    background-size: cover;
    padding: 140px 0;
}

.head-welcome31 {
    background: url('../jpg/nom-rights.jpg') center;
    background-size: cover;
    padding: 140px 0;
}

.alt-overview ol {
    list-style-type: none;
    counter-reset: itemnr;
}

    .alt-overview ol li:before {
        content: counter(itemnr) ".";
        display: inline-block;
        width: 16px;
        counter-increment: itemnr;
    }

.alt-family img.lewis {
    margin: 24px 0;
}

.alt-direction {
    margin-top: 130px;
}

    .alt-direction .col-sm-12 h1 {
        font-size: 60px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: right;
        text-transform: uppercase;
        -webkit-text-shadow: 2px 2px 2px #222;
        -moz-text-shadow: 2px 2px 2px #222;
        text-shadow: 2px 2px 2px #222;
    }

.school5-mobile {
    display: none;
}

.alt-care img {
    margin: 24px 0;
}

.alt-direction .col-sm-12 ul {
    position: relative;
    top: 120px;
}

    .alt-direction .col-sm-12 ul li {
        display: inline-block;
        margin: 0 12px;
    }

        .alt-direction .col-sm-12 ul li:last-child a {
            color: #fff;
            font-size: 15px;
            font-weight: bold;
        }

        .alt-direction .col-sm-12 ul li a {
            font-size: 14px;
            color: #eee !important;
        }

        .alt-direction .col-sm-12 ul li:not(:last-child):after {
            content: "\003e";
            margin-left: 12px;
        }

        .alt-direction .col-sm-12 ul li a:hover {
            text-decoration: none;
        }

.alt-master {
    padding: 24px;
    display: inline-block;
    width: 50%;
}

.headmaster-holder img {
    margin-top: 24px;
    margin: 0 auto;
    display: block;
    border: 8px solid #b1c8b3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.headmaster-holder h1 {
    margin-top: 24px;
    font-size: 40px;
    color: #05381f;
    text-align: center;
}

.headmaster-holder h3 {
    margin-top: 8px;
    font-size: 15px;
    font-style: italic;
    color: #05381f;
    text-align: center;
    /* width: 300px; */
    margin-bottom: 8px;
}

.headmaster-holder h4 {
    font-size: 26px;
    margin-bottom: 12px;
    font-family: 'itc';
}

.headmaster-holder p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 24px;
}

.headmaster-holder .author {
    margin-top: 24px;
    padding: 14px;
    width: 100%;
    background: #f1f1f1;
    border-top: 2px solid #d9d9d9;
}

.layout .alt-sitemap {
    text-align: center;
    display: block;
    position: relative;
}

.alt-headcontent img {
    /*    position: absolute;
    right: 0;
    top: 13%;
    height: 350px;
    z-index: -9999;*/
}

.layout .alt-sitemap h1 {
    font-size: 32px;
    color: #1a5503;
    text-align: left;
}

.layout .alt-sitemap p {
    text-align: left;
}

.layout .alt-sitemap h2 {
    font-size: 18px;
}

.layout .alt-sitemap ul li {
    display: block;
    list-style-type: none;
}

.layout ol {
    /*margin-left: 30px;*/
    padding: 0px;
}

    .layout ol li {
        /*margin-left: 30px;*/
        margin-left: 0px;
    }

.layout .alt-contact ul li {
    list-style-type: none;
}

.layout .alt-faq button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.layout .alt-faq .panel {
    margin-bottom: 0 !important;
}

.layout .alt-faq button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

.layout .alt-faq button.accordion:after {
    content: '\27A4';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.layout .alt-faq .layout button.accordion.active:after {
    content: "\2212";
}

.layout .alt-faq div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.layout a.btn-link {
    display: inline-block;
    padding: 12px 20px;
    background: rgba(2,56,32,.90);
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .layout a.btn-link:hover {
        background: #05381f;
    }

.layout .headmaster-holder .author h4 {
    font-size: 14px;
    text-align: right;
}

.layout .headmaster-holder .author p {
    font-size: 12px;
    font-style: italic;
    text-align: right;
    line-height: 5px;
}

.layout .alt-manage h1 {
    margin-bottom: 24px;
    font-size: 24px;
    /* color: #3498db; */
    font-weight: 700;
    letter-spacing: 1px;
}

.layout .alt-manage .manage-content h1 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #666;
}

.layout .alt-manage .manage-content h2 {
    font-size: 14px;
    color: #777;
}

.layout .alt-manage .manage-content p {
    margin: 8px 0;
}

.layout .alt-manage .manage-image .img-content {
    padding: 24px 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.layout .alt-manage .manage-image:hover .img-content {
    background: rgba(0,0,0,.9);
}

.layout .alt-manage .manage-image .img-content h1 {
    margin-bottom: 0;
    margin-left: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.layout .alt-manage .manage-image .img-content h2 {
    font-family: 'Roboto', sans-serif;
    margin-left: 40px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
}

.layout .alt-link-holder {
    position: relative;
}

    .layout .alt-link-holder .overlay {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 200px solid rgba(0,0,0,.10);
        border-right: 200px solid transparent;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .layout .alt-link-holder:hover .overlay {
        border-top: 160px solid rgba(0,0,0,.90);
    }

    .layout .alt-link-holder:hover a {
        display: block;
    }

    .layout .alt-link-holder a {
        position: absolute;
        z-index: 1;
        top: 32px;
        left: 15px;
        display: none;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .layout .alt-link-holder a:hover {
            color: #ffd700;
            border-bottom: 1px solid #ffd700;
        }

    .layout .alt-link-holder .alt-link {
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        width: 90%;
        text-align: right;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #fff;
        font-weight: 200;
    }

        .layout .alt-link-holder .alt-link h1 {
            color: #fff;
            font-weight: bold;
            letter-spacing: 1px;
        }

.layout .news-holder ul.control li {
    display: inline-block;
}

.layout .news-holder ul.control {
    display: block;
    margin: 24px 0;
}

    .layout .news-holder ul.control li a {
        padding: 12px 24px;
        background: #05381f;
        display: block;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 2px;
        margin-right: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.layout .news-holder span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #888;
    margin-bottom: 80px;
}

.layout .news-holder hr {
    margin: 12px 0;
    border-color: #ccc;
}

.layout .news-holder ul.control li a:hover {
    background: #0a5a33;
}
/* .layout table {
    width: 100%;
    margin: 24px 0;
}
.layout table tr th {
    padding: 16px 12px;
    background: #aed7c4;
	color: #023820;
}
.layout table tr td {
    padding: 12px 12px;
}
.layout table tr:nth-child(even) {
   background: #eee; 
} */

.layout table {
    width: 100%;
    margin-left: 16px;
}

    .layout table tr {
        border-top: 1px solid #00331d;
    }

        .layout table tr:last-child {
            border-bottom: 1px solid #00331d;
        }

        .layout table tr:nth-child(even) {
            background: #cceadd;
        }

        .layout table tr:nth-child(odd) {
            background: #e4fef3;
        }

    .layout table th {
        background: #FFF;
    }

    .layout table th,
    .layout table td {
        padding: 16px;
        border-right: 1px solid #c0d0c8;
    }

        .layout table th:last-child,
        .layout table td:last-child {
            border-right: none;
        }

        .layout table td a {
            color: #00331d;
        }

            .layout table td a i {
                margin-right: 8px;
            }

.layout .bg-holder1 {
    background: url('../jpg/over-bg1.jpg');
    background-size: cover;
    padding: 24px;
    height: 600px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.layout .bg-holder2 {
    background: url('../jpg/over-bg2.jpg');
    background-size: cover;
    padding: 24px;
    height: 600px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.layout .bg-holder3 {
    background: url('../jpg/over-bg3.jpg');
    background-size: cover;
    padding: 24px;
    height: 600px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.layout .alt-inquire {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #fff;
}

    .layout .alt-inquire img {
        border: 6px solid rgba(255,255,255,.20);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .layout .alt-inquire:hover img {
        border: 4px solid rgba(255,255,255,.30);
    }

    .layout .alt-inquire h1 {
        background: transparent !important;
        border-bottom: 0 !important;
        padding: 0 !important;
        font-size: 18px !important;
    }

    .layout .alt-inquire h2 {
        font-weight: 200 !important;
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

    .layout .alt-inquire a {
        padding: 12px 18px;
        display: block;
        width: 100%;
        background: rgba(2,56,32,.50);
        text-decoration: none;
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 2px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.layout .alt-inquire {
    position: relative;
    height: 100%;
}

.arrow-holder {
    position: relative;
}

    .arrow-holder img {
        position: absolute;
        z-index: 24;
        top: 150px;
        right: -38px;
        width: 50px;
        height: auto;
    }

.layout .alt-registration {
    padding: 40px;
    border: 1px solid #ccc;
    max-width: 100% !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

    .layout .alt-registration p {
        margin: 12px 0;
    }

    .layout .alt-registration h1 {
        font-weight: bold;
        font-size: 24px;
        color: #05381f;
    }

    .layout .alt-registration label {
        font-size: 15px;
        font-weight: 200;
        margin: 8px 0;
    }

    .layout .alt-registration input[type="text"] {
        padding: 4px 0;
        margin: 4px 0;
        width: 100%;
    }

    .layout .alt-registration input[type="radio"] {
        position: relative;
        top: 2px;
        margin: 0 8px;
    }

    .layout .alt-registration input[type="checkbox"] {
        position: relative;
        top: 2px;
        margin: 0 8px;
    }

    .layout .alt-registration input[type="submit"] {
        margin-top: 14px;
        padding: 10px 16px;
        background: #05381f;
        border: 0;
        font-size: 14px;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .layout .alt-registration input[type="submit"]:hover {
            background: #1a5503;
        }

    .layout .alt-registration textarea {
        max-width: 100%;
        width: 100%;
        height: 200px;
    }

    .layout .alt-registration select {
        padding: 4px 0;
        margin: 4px 0;
        width: 100%;
    }

.layout .alt-inquire a:hover {
    background: #022d1a;
    color: #fff;
}

.layout .alt-forest ul li {
    display: block;
}

.alt-first {
    padding: 80px 0;
}

    .alt-first .alt-icon1 {
        text-align: center;
    }

        .alt-first .alt-icon1 h1 {
            font-size: 20px;
            font-family: 'itc';
        }

        .alt-first .alt-icon1 .icon {
            margin: 16px auto;
            display: block;
            width: 150px;
            height: 150px;
            border: 2px solid #b1c8b3;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

        .alt-first .alt-icon1 img {
            padding-top: 42px;
            width: 50px;
        }

        .alt-first .alt-icon1 p {
            font-size: 14px;
            line-height: 20px;
            height: 100px;
        }

        .alt-first .alt-icon1 a {
            margin-top: 12px;
            display: block;
			width: 56%;
			margin: 24px auto 0 auto;
            padding: 12px 20px;
            background: #05381f;
            font-family: 'Roboto', sans-serif;
            font-size: 12px;
            font-weight: 500;
            color: #fff;
            text-decoration: none;
            letter-spacing: 1px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

            .alt-first .alt-icon1 a:hover {
                background: #b1c8b3;
                color: #FFF;
            }

    .alt-first .alt-mission {
        padding: 24px;
        /*height: 450px;*/
        background: #EEE;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.alt-mission .needle-holder1 {
    position: relative;
}

    .alt-mission .needle-holder1 .needle {
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 10px;
        background: #aaa;
        height: 1px;
        width: 30%;
    }

        .alt-mission .needle-holder1 .needle::before {
            content: '';
            position: absolute;
            top: -3px;
            right: -8px;
            width: 8px;
            height: 8px;
            background: transparent;
            border: 1px solid #aaa;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.alt-mission .needle-holder2 {
    position: relative;
}

    .alt-mission .needle-holder2 .needle {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 10px;
        background: #aaa;
        height: 1px;
        width: 30%;
    }

        .alt-mission .needle-holder2 .needle::before {
            content: '';
            position: absolute;
            top: -3px;
            left: -8px;
            width: 8px;
            height: 8px;
            background: transparent;
            border: 1px solid #aaa;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.alt-mission .needle-holder3 {
    position: relative;
}

    .alt-mission .needle-holder3 .needle {
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 10px;
        background: #aaa;
        height: 1px;
        width: 15%;
    }

        .alt-mission .needle-holder3 .needle::before {
            content: '';
            position: absolute;
            top: -3px;
            right: -8px;
            width: 8px;
            height: 8px;
            background: transparent;
            border: 1px solid #aaa;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.alt-mission .needle-holder4 {
    position: relative;
}

    .alt-mission .needle-holder4 .needle {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 10px;
        background: #aaa;
        height: 1px;
        width: 15%;
    }

        .alt-mission .needle-holder4 .needle::before {
            content: '';
            position: absolute;
            top: -3px;
            left: -8px;
            width: 8px;
            height: 8px;
            background: transparent;
            border: 1px solid #aaa;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.alt-vision .vision {
    list-style-position: inside;
}

    .alt-vision .vision li {
        position: relative;
        max-width: 100%;
    }

.alt-first .col-sm-3 {
    padding: 0 32px;
}

.alt-first .alt-mission p {
    font-size: 14px;
    margin-top: 12px;
}

.alt-first .alt-mission h1 {
    margin-bottom: 16px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-family: 'itc';
}

.alt-second {
    margin-bottom: 48px;
}

    .alt-second .needle-holder1 {
        position: relative;
    }

        .alt-second .needle-holder1 .needle {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 14px;
            background: #05381f;
            height: 1px;
            width: 20%;
        }

            .alt-second .needle-holder1 .needle::before {
                content: '';
                position: absolute;
                top: -4px;
                right: -10px;
                width: 10px;
                height: 10px;
                background: transparent;
                border: 1px solid #05381f;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

    .alt-second .needle-holder2 {
        position: relative;
    }

        .alt-second .needle-holder2 .needle {
            display: inline-block;
            position: absolute;
            right: 0;
            top: 14px;
            background: #05381f;
            height: 1px;
            width: 20%;
        }

            .alt-second .needle-holder2 .needle::before {
                content: '';
                position: absolute;
                top: -4px;
                left: -10px;
                width: 10px;
                height: 10px;
                background: transparent;
                border: 1px solid #05381f;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

    .alt-second .col-sm-12 h1 {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        color: #05381f;
        letter-spacing: 1px;
    }

.slider-holder {
    margin-bottom: 120px;
}

.slider {
    width: 100%;
    margin: auto;
}

.slick-slide img {
    width: 100%;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slick-prev:before {
    margin-top: -24px !important;
}

.slick-next:before {
    margin-top: -24px !important;
}

.slider ul li {
    display: inline-block !important;
    margin-top: 24px;
    margin-bottom: 24px;
}

.alt-headcontent {
    position: relative;
}

    .alt-headcontent .layout .slider .slick-dots {
        margin-left: 6px !important;
        position: relative;
    }

.slick-slide img:hover {
    opacity: .8;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slider-holder .alt-play {
    position: absolute;
}

.alt-third {
    background: url('../jpg/alt-third-pattern.jpg');
    background-size: cover;
}

    .alt-third .needle-holder1 {
        position: relative;
    }

        .alt-third .needle-holder1 .needle {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 15px;
            background: #05381f;
            height: 2px;
            width: 30%;
        }

            .alt-third .needle-holder1 .needle::before {
                content: '';
                position: absolute;
                top: -5px;
                right: -12px;
                width: 12px;
                height: 12px;
                background: transparent;
                border: 2px solid #05381f;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

    .alt-third .needle-holder2 {
        position: relative;
    }

        .alt-third .needle-holder2 .needle {
            display: inline-block;
            position: absolute;
            right: 0;
            top: 15px;
            background: #05381f;
            height: 2px;
            width: 30%;
        }

            .alt-third .needle-holder2 .needle::before {
                content: '';
                position: absolute;
                top: -5px;
                left: -12px;
                width: 12px;
                height: 12px;
                background: transparent;
                border: 2px solid #05381f;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

    .alt-third h1 {
        margin-bottom: 40px;
        font-size: 24px;
        font-weight: 500;
        color: #05381f;
        letter-spacing: 1px;
        text-align: center;
    }

    .alt-third .col-sm-4 {
        position: relative;
        max-width: 100%;
        overflow: hidden;
        text-align: center;
    }

        .alt-third .col-sm-4 img {
            width: 100%;
            position: relative;
            z-index: 0;
        }

        .alt-third .col-sm-4 .content-third {
            position: absolute;
            top: 0;
            z-index: 3;
            padding: 4%;
            width: 100%;
            height: 100%;
        }

            .alt-third .col-sm-4 .content-third .border {
                position: absolute;
                top: 4%;
                left: 4%;
                border: 1px solid transparent;
                width: 92%;
                height: 92%;
                transition: all .3s ease-in-out;
            }

            .alt-third .col-sm-4 .content-third:hover .border {
                border: 1px solid rgba(255,255,255,.5);
            }

            .alt-third .col-sm-4 .content-third hr {
                padding-bottom: 14px;
                width: 70%;
                margin: auto;
                border-color: rgba(255,255,255,.5);
            }

            .alt-third .col-sm-4 .content-third h2 {
                padding-top: 25%;
                padding-bottom: 14px;
                font-size: 28px;
                color: #fff;
                font-family: 'itc';
            }

            .alt-third .col-sm-4 .content-third a {
                font-family: 'Roboto', sans-serif;
                font-size: 11px;
                color: #fff;
                font-weight: 500;
                letter-spacing: 2px;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

                .alt-third .col-sm-4 .content-third a:hover {
                    text-decoration: none;
                    letter-spacing: 4px;
                    color: #ffd700;
                }

        .alt-third .col-sm-4 .circle-overlay {
            position: absolute;
            top: -16%;
            left: -16%;
            z-index: 2;
            width: 300%;
            height: 300%;
            background: rgba(0,0,0,.3);
            opacity: 0;
            transform: scale(0.5);
            transition: all .3s ease-in-out;
            border-radius: 150%;
        }

        .alt-third .col-sm-4:hover .circle-overlay {
            opacity: 1;
            transform: scale(1);
        }


.map {
    position: relative !important;
}

    .map .alt-fourth {
        position: absolute;
        padding: 40px;
        width: 450px;
        background: #3498db;
        top: 80px;
        right: 80px;
        z-index: 999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .map .alt-fourth hr {
            margin: 24px 0;
            border-top: 1px dashed rgba(255,255,255,.3)
        }

        .map .alt-fourth h2 {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            color: #fff;
            letter-spacing: .5px;
            font-weight: normal;
        }

        .map .alt-fourth h3 {
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            color: #fff;
            letter-spacing: px;
            font-weight: 500;
        }

        .map .alt-fourth p {
            margin-left: 40px;
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            line-height: 24px;
            color: #fff;
        }

        .map .alt-fourth i {
            margin-right: 14px;
            height: 25px;
            width: 25px;
            background: #67b2e4;
            text-align: center;
            padding-top: 5px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.alt-request {
    background: url('../jpg/alt-req.jpg');
    background-size: cover;
    padding: 80px 0;
}

    .alt-request .needle-holder1 {
        position: relative;
    }

        .alt-request .needle-holder1 .needle {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 20px;
            background: #fff;
            height: 1px;
            width: 30%;
        }

            .alt-request .needle-holder1 .needle::before {
                content: '';
                position: absolute;
                top: -4px;
                right: -10px;
                width: 10px;
                height: 10px;
                background: transparent;
                border: 1px solid #fff;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

    .alt-request .needle-holder2 {
        position: relative;
    }

        .alt-request .needle-holder2 .needle {
            display: inline-block;
            position: absolute;
            right: 0;
            top: 20px;
            background: #fff;
            height: 1px;
            width: 30%;
        }

            .alt-request .needle-holder2 .needle::before {
                content: '';
                position: absolute;
                top: -4px;
                left: -10px;
                width: 10px;
                height: 10px;
                background: transparent;
                border: 1px solid #fff;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

    .alt-request h1 {
        font-size: 32px;
        color: #fff;
        text-align: center;
        font-family: 'itc';
    }

    .alt-request p {
        margin: 8px 0 50px 0;
        font-size: 15px;
        color: #fff;
        text-align: center;
    }

    .alt-request .field {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .alt-request .col-sm-3 label {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 10px;
        color: #CCC;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .alt-request .col-sm-3 input[type="text"] {
        background: transparent;
        padding: 16px 0;
        width: 90%;
        font-size: 16px;
        color: #fff;
        font-weight: 200;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #FFF;
    }

        .alt-request .col-sm-3 input[type="text"]:focus {
            outline: 0;
        }

    .alt-request .col-sm-4 label {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 10px;
        color: #CCC;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .alt-request .col-sm-4 input[type="text"] {
        background: transparent;
        padding: 16px 0;
        width: 90%;
        font-size: 16px;
        color: #fff;
        font-weight: 200;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #FFF;
    }

        .alt-request .col-sm-4 input[type="text"]:focus {
            outline: 0;
        }

    .alt-request .col-sm-12 input[type="submit"] {
        width: 100%;
        margin: auto;
        /*    margin-top: 30px;*/
        padding: 14px;
        background: rgba(255,255,255,.10);
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 2px;
        border: 1px solid #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .alt-request .col-sm-12 input[type="submit"]:hover {
            background: transparent;
            border: 1px solid #FFF;
            background: #FFF;
            color: #555;
        }

.head-welcome {
    background: url('../jpg/head-welcome.jpg');
    background-size: cover;
    padding: 140px 0;
}

.alt-direction .col-sm-12 h1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'itc';
    -webkit-text-shadow: 2px 2px 2px #222;
    -moz-text-shadow: 2px 2px 2px #222;
    text-shadow: 2px 2px 2px #222;
}

.alt-direction .col-sm-12 ul {
    position: relative;
    top: 120px;
}

    .alt-direction .col-sm-12 ul li {
        display: inline-block;
        margin: 0 12px;
    }

        .alt-direction .col-sm-12 ul li:last-child a {
            color: #fff !important;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .alt-direction .col-sm-12 ul li a {
            font-size: 14px;
            color: #ccc;
        }

        .alt-direction .col-sm-12 ul li:not(:last-child):after {
            content: "\003e";
            margin-left: 12px;
            color: #eee;
        }

        .alt-direction .col-sm-12 ul li a:hover {
            text-decoration: none;
        }

.alt-headcontent .col-sm-4 h1 {
    display: block;
    margin-top: 32px;
    padding: 24px;
    background: #eee;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #ccc;
}

.alt-headcontent .side-nav ul {
    margin-bottom: 32px;
    position: relative;
    left: 0;
    width: 100%;
}

    .alt-headcontent .side-nav ul li {
        display: block;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .alt-headcontent .side-nav ul li a:hover,
        .alt-headcontent .side-nav ul li a:focus,
        .alt-headcontent .side-nav ul li a:active {
            border-left: 16px solid #b1c8b3;
        }

        .alt-headcontent .side-nav ul li a {
            display: block;
            padding: 24px;
            border-left: 8px solid #b1c8b3;
            border-bottom: 1px solid #ccc;
            font-size: 15px;
            color: #666;
            text-decoration: none;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

.alt-headcontent .layout {
    padding: 32px;
    position: relative;
}

.layout h1 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'itc';
}

.layout h2 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'itc';
}

.alt-share {
    padding: 16px 0;
    width: 100%;
    background: #eee;
}

    .alt-share ul li a {
        text-decoration: none;
        color: #555;
    }

    .alt-share ul li {
        display: inline-block;
        margin: 0 5px;
        font-size: 14px;
    }

.alt-headcontent .layout ul {
    margin-left: 24px;
}

    .alt-headcontent .layout ul li {
        font-size: 15px;
        line-height: 32px;
    }

.layout table th {
    padding: 16px 24px;
}

.layout table, th, td {
    border: 1px solid #666;
    border-collapse: collapse;
}

.alt-headcontent .layout p {
    font-size: 15px;
    line-height: 24px;
}

.alt-headcontent .layout .button-holder {
    position: absolute;
    display: block;
    top: 0px;
    width: 100%;
    text-align: right;
}

    .alt-headcontent .layout .button-holder + h1 + p{
        margin-top: 28px;
    }

    .alt-headcontent .layout .button-holder .alt-button {      
        display: inline-block;
        padding: 12px 20px;
        background: #05381f;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        letter-spacing: 1px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        
    }

        .alt-headcontent .layout .button-holder .alt-button:hover {
            background: #b1c8b3;
            color: #05381f;
        }


    .alt-headcontent .layout .alt-button:after {
        clear: both;
    }

.alt-householder {
    margin-top: 40px;
    margin-bottom: 14px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        bottom: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .hovereffect h3 {
        position: absolute;
        top: 0;
        text-align: center;
        font-size: 15px;
        color: #fff;
        background: rgba(0,0,0,0.6);
        padding: 24px;
        width: 100%;
    }

    .hovereffect h4 {
        position: absolute;
        bottom: 0;
        text-align: center;
        font-size: 15px;
        color: #fff;
        background: rgba(0,58,34,.90);
        padding: 18px;
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .hovereffect .overlay p {
        font-size: 14px;
        color: #fff;
        margin-top: 75px;
    }

    .hovereffect a.info {
        margin: 12px 0;
        text-decoration: none;
        display: inline-block;
        background-color: transparent;
        opacity: 0;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 500;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .hovereffect a.info:hover {
            letter-spacing: 3px;
            color: #ffd700;
        }

    .hovereffect:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .hovereffect:hover h4 {
        opacity: 0;
    }

    .hovereffect:hover .overlay {
        opacity: 1;
    }

    .hovereffect:hover h2,
    .hovereffect:hover a.info {
        opacity: 1;
    }

    .hovereffect:hover a.info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

.layout .our-campus p {
    margin-right: 18px;
}

.layout .library {
    width: 100%;
    height: 100%;
}

.layout .alt-content {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.50);
    padding: 40px 0;
}

    .layout .alt-content h1 {
        margin-left: 50px;
        line-height: 60px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 3px;
        border-bottom: 1px solid #fff;
    }

    .layout .alt-content p {
        margin-left: 50px;
        margin-right: 14px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-size: 12px;
        font-weight: 200;
    }

.alt-headcontent .layout th, td {
    text-align: left;
}

.layout ol li {
    line-height: 24px;
    margin-top: 12px;
}

    .layout ol li p {
        margin-left: 24px;
    }

.cam-galery .needle-holder1 {
    position: relative;
}

    .cam-galery .needle-holder1 .needle {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 15px;
        background: #05381f;
        height: 2px;
        width: 30%;
    }

        .cam-galery .needle-holder1 .needle::before {
            content: '';
            position: absolute;
            top: -5px;
            right: -12px;
            width: 12px;
            height: 12px;
            background: transparent;
            border: 2px solid #05381f;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.cam-galery .needle-holder2 {
    position: relative;
}

    .cam-galery .needle-holder2 .needle {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 15px;
        background: #05381f;
        height: 2px;
        width: 30%;
    }

        .cam-galery .needle-holder2 .needle::before {
            content: '';
            position: absolute;
            top: -5px;
            left: -12px;
            width: 12px;
            height: 12px;
            background: transparent;
            border: 2px solid #05381f;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.cam-galery h1 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    color: #05381f;
    letter-spacing: 1px;
    text-align: center;
}

.alt-last {
    background: #1a4b35;
    padding: 40px 0;
}

    .alt-last .logo-foot {
        width: 100%;
    }

    .alt-last img {
        margin-top: -20px;
        position: absolute;
        right: 0;
        height: auto;
        width: 110px;
        z-index: 1;
    }

    .alt-last .alt-access h1,
    .alt-last .social-foot h1 {
        font-size: 24px;
        color: #EEE;
        margin-bottom: 16px;
        font-family: 'itc';
    }

    .alt-last .alt-access ul li {
        display: block;
        list-style-type: none;
        margin: 4px 0;
    }

        .alt-last .alt-access ul li a {
            font-size: 14px;
            color: #ccc;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .alt-last .alt-access ul li a:hover {
                text-decoration: none;
                color: #BBB;
            }

    .alt-last .col-sm-2 {
        padding: 0 26px;
    }

    .alt-last .social-foot {
        text-align: center;
        position: relative;
        z-index: 2;
    }

        .alt-last .social-foot ul {
            margin: 24px 0px;
        }

            .alt-last .social-foot ul li {
                position: relative;
                display: inline-block;
                margin: 0 2px;
                background: transparent;
                width: 35px;
                height: 35px;
                border: 1px solid #fff;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
            }

                .alt-last .social-foot ul li:hover {
                    background: #fff;
                }

                    .alt-last .social-foot ul li:hover a {
                        color: #05381f;
                    }

                .alt-last .social-foot ul li a {
                    text-decoration: none;
                    color: #fff;
                }

            .alt-last .social-foot ul li {
                display: inline-block;
            }

                .alt-last .social-foot ul li i {
                    padding-top: 10px;
                }

.footer-nav {
    width: 100%;
    background: #1a4b35;
    position: relative;
    z-index: 0;
}

    .footer-nav ul li {
        display: inline-block;
        padding: 16px 14px;
        background: #1a4b35;
        text-decoration: none;
        font-size: 14px;
        color: #ddd;
    }

        .footer-nav ul li a {
            text-decoration: none;
            font-size: 14px;
            color: #ccc;
        }

            .footer-nav ul li a:hover {
                color: #bbb;
            }

    .footer-nav hr {
        border-top: 1px solid #0d3d28;
    }

.container .alt-info p {
    font-size: 13px;
    color: #ddd;
}

.full-width hr {
    border-top: 1px solid #000;
}

.footer-info h2 {
    font-size: 24px;
    color: #EEE;
    margin-bottom: 16px;
    font-family: 'itc';
}

.footer-info p {
    color: #ccc;
}

footer {
    background: #1a4b35;
    padding-bottom: 24px;
}

    footer p {
        font-size: 15px;
        color: #ccc;
        margin: 0;
        line-height: 26px;
    }

    footer .p-holder {
        margin-top: 14px;
    }

/* additional */
.alt-icon1 p {
    height: 64px;
}

.no-margin {
    margin: 0px !important;
}

.layout .no-margin h2 {
    padding: 10 px 0px 8px 0px;
}

.layout .news-holder ul.alt-links {
    display: inline-block;
}

    .layout .news-holder ul.alt-links li img {
        background: red;
        /* width: 70px;
    height: 70px; */
        width: 180px;
        overflow: hidden;
        border-radius: 3px;
    }

.layout .news-holder ul.control li {
    display: inline-block;
}

.layout .news-holder ul.alt-caption li {
    display: block;
    text-align: left;
}

    .layout .news-holder ul.alt-caption li h2 {
        margin-top: 24px;
        line-height: 24px;
        font-size: 16px;
    }

    .layout .news-holder ul.alt-caption li p {
        font-size: 14px;
    }

.layout .news-holder ul.control {
    display: block;
    margin: 24px 0;
}

    .layout .news-holder ul.control li a {
        padding: 12px 24px;
        background: #05381f;
        display: block;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 2px;
        margin-right: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.layout .news-holder span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #888;
    margin-bottom: 80px;
}

.layout .news-holder hr {
    margin: 12px 0;
    border-color: #ccc;
}

.layout .news-holder ul.control li a:hover {
    background: #0a5a33;
}


.carousel-indicators {
    margin-left: unset;
    width: 100%;
    left: 0px;
}


.img-facilities .carousel-inner .item {
    max-width: 100% !important;
}

.alt-procedure ol,
.alt-session ol,
.vision {
    margin-left: 16px;
}

    .vision li {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
/*
.alt-procedure .ol-a {
    margin-left: 0px !important;
}
*/
.text-center {
    text-align: center;
}

.overview-ul,
.welcome-ul,
.application-overview-ul,
.middleyear,
.assessment,
.careers-ol {
    margin-left: 16px !important;
}

.tablet {
    display: none;
}

.mobile-hide {
    display: none;
}

.our-campus b,
.alt-diploma b,
.application-overview-ul b,
.alt-procedure b,
.assessment b,
.alt-session b,
.alt-careers b,
.alt-privacy b,
.alt-middle b,
.navbar-collapse li {
    font-family: 'itc';
}

    .navbar-collapse li ul li {
        font-family: 'itc-medium';
    }

.img-link img {
    height: 227px;
}

.news-holder {
    padding-bottom: 32px;
}


.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-32 {
    margin-bottom: 32px;
}

.footer-label p {
    padding: 42px 16px 0px 0px;
}

.footer-label .small {
    font-size: 13px;
    padding: 0px 16px 0px 0px;
}


/*additional*/
.pre-sixth-form .layout ol li {
    margin-left: 20px;
}
