@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuCondensed-Regular';
    src: url('../fonts/UbuntuCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/UbuntuCondensed-Regular.woff') format('woff'), url('../fonts/UbuntuCondensed-Regular.ttf') format('truetype'), url('../fonts/UbuntuCondensed-Regular.svg#UbuntuCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlwaysInMyHeart';
    src: url('../fonts/AlwaysInMyHeart.eot?#iefix') format('embedded-opentype'), url('../fonts/AlwaysInMyHeart.woff') format('woff'), url('../fonts/AlwaysInMyHeart.ttf') format('truetype'), url('../fonts/AlwaysInMyHeart.svg#AlwaysInMyHeart') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Containers */

.container {
    margin-left: auto;
    margin-right: auto;
}
/* Grid */

.row {
    border-bottom: solid 1px transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .row > * {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row:after, .row:before {
        content: '';
        display: block;
        clear: both;
        height: 0;
    }
/* Basic */

@-ms-viewport {
    width: device-width;
}

body {
    font-size: 13.5pt;
    background-color: #cddede;
    font-family: 'UbuntuCondensed-Regular', sans-serif;
    color: #000;
}

h1, h2, h3, h4 {
    color: #007897;
    font-weight: normal;
}

h1 {
    text-transform: lowercase;
}

h2 {
    text-transform: lowercase;
    font-size: 1.6em;
    letter-spacing: -1px;
    margin-bottom: 1em;
}

h3, h4 {
    color: #283121;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
}

h4 {
    font-size: 1em;
}

p {
    line-height: 1.5em;
    margin-bottom: 5px;
}


img.left {
    float: left;
    margin: 2px 1.25em 0 0;
}

img.top {
    margin: 4px 0 2.25em 0;
}



a {
    color: #5d93a2;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

* > p:last-child {
    margin-bottom: 0 !important;
}



@media screen and (min-width: 964px) {
    .container {
        width: 964px;
    }


    /* Header */

    #header-wrapper {
        background: #1b586d url(../images/headerbg.jpg);
        border-top: 3px solid #a59372;
    }

    #header {
        position: relative;
        margin: 0% 0 0% 0;
        padding: 0 0px 0 0px;
    }

        #header .logo {
            width: 136px;
            float: left;
        }

            #header .logo img {
                margin-top: 3px;
                margin-left: 5px;
            }

        #header .name {
            width: 362px;
            float: left;
            margin-left: 20px;
            margin-top: 82px;
        }

            #header .name img {
                float: left;
            }

        #header .topitem {
            float: right;
            min-width: 400px;
            height: 105px;
        }

    #clockbox {
        font: 14px Arial;
        color: #fff;
        padding-top: 18px;
        float: left;
    }

    .toplist {
        float: right;
        margin-top: 3px;
        margin-right: 3px;
        width: 190px;
        height: 46px;
    }

    ul.top-icons {
        float: right;
    }

        ul.top-icons li {
            display: inline;
            margin: 0px 0px 0px 1px;
            float: left;
            width: 46px;
            height: 43px;
            border: 1px solid #aeaeae;
            background: #fff;
        }

            ul.top-icons li a {
                height: 35px;
                width: 30px;
                float: left;
                background-image: url(../images/top-icons.png);
                transition: all 0.5s ease-out;
            }

                ul.top-icons li a:hover {
                    background-image: url(../images/top-icons-hover.png);
                    transition: all 0.5s ease-out; /* transform: rotate(720deg) scale(1);*/
                }

    a.MailIcon {
        background: 10px 6px no-repeat;
    }

    a.WriteusIcon {
        background: -36px 6px no-repeat;
    }

    a.DirectionIcon {
        background: -82px 6px no-repeat;
    }

    a.SitemapIcon {
        background: -132px 6px no-repeat;
    }

    a.MailIcon:hover {
        background: 10px -3px no-repeat;
    }

    a.WriteusIcon:hover {
        background: -36px -3px no-repeat;
    }

    a.DirectionIcon:hover {
        background: -82px -3px no-repeat;
    }

    a.SitemapIcon:hover {
        background: -132px -3px no-repeat;
    }

    .phoneNo {
        /*width: 100%;*/
        float: right;
        margin-right: 12px;
        text-align: right;
        color: #fff;
        margin-top: 20px;
        background-image: url(../images/phone.png);
        background-repeat: no-repeat;
        background-position: 0px 1px;
        padding-left: 25px;
        clear: both;
    }

    .bottomItem {
        float: right;
        margin-top: 31px;
        margin-right: 3px;
        width: 250px;
        height: 33px;
    }

    ul.bottom-icons {
        float: left;
    }

        ul.bottom-icons li {
            display: inline;
            margin: 0px 0px 0px 1px;
            float: left;
            height: 33px;
        }

            ul.bottom-icons li:last-child {
                display: none;
            }

            ul.bottom-icons li a {
                height: 33px;
                float: left;
                background-image: url(../images/bottomIcons.png);
                background-repeat: no-repeat;
                transition: all 0.5s ease-out;
                color: #fff;
                padding-top: 8px;
                text-decoration: none;
                text-transform: uppercase;
            }

                ul.bottom-icons li a:hover {
                    background-image: url(../images/bottomIconsHover.png);
                    transition: all 0.5s ease-out; /* transform: rotate(720deg) scale(1);*/
                    text-decoration: none;
                    background-repeat: no-repeat;
                }

    a.GalleryIcon {
        background: 0px 4px no-repeat;
        padding-left: 30px;
    }

    a.AchievementIcon {
        background: -120px 4px no-repeat;
        padding-left: 20px;
    }

    a.AlumniIcon {
        background: -255px 4px no-repeat;
        padding-left: 40px;
    }

    a.GalleryIcon:hover {
        background: 0px -1px no-repeat;
        padding-left: 30px;
    }

    a.AchievementIcon:hover {
        background: -120px -1px no-repeat;
        padding-left: 20px;
    }

    a.AlumniIcon:hover {
        background: -255px -1px no-repeat;
        padding-left: 40px;
    }

    /* Banner */

    #banner-wrapper {
        background: url(../images/hader-bottom-bg.png) repeat-x top center;
        padding: .2em 0;
    }

    .jssorb01 {
        position: absolute;
    }

        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }

        .jssorb01 div {
            background-color: gray;
        }

            .jssorb01 div:hover, .jssorb01 .av:hover {
                background-color: #d3d3d3;
            }

        .jssorb01 .av {
            background-color: #fff;
        }

        .jssorb01 .dn, .jssorb01 .dn:hover {
            background-color: #555555;
        }

    .jssora05l, .jssora05r {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: url('../slider/a17.png') no-repeat;
        overflow: hidden;
    }

    .jssora05l {
        background-position: -10px -40px;
    }

    .jssora05r {
        background-position: -70px -40px;
    }

    .jssora05l:hover {
        background-position: -130px -40px;
    }

    .jssora05r:hover {
        background-position: -190px -40px;
    }

    .jssora05l.jssora05ldn {
        background-position: -250px -40px;
    }

    .jssora05r.jssora05rdn {
        background-position: -310px -40px;
    }


    /* Navigation */
    #nav {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 3;
    }


    /* News */
    #news {
        width: 951px;
        margin: 0 auto;
        z-index: 2;
    }

    #newsmain {
        width: 100%;
        float: left;
        height: 49px;
        background: #305b6b;
        border-radius: 0px 0 5px 5px;
        margin-top: -7px;
        position: relative;
        z-index: -1;
    }

    .newsstar {
        height: 21px;
        float: left;
        background: url(../images/newsstar.png) no-repeat top left;
        margin: 15px 0 0 20px;
        padding-left: 30px;
        color: #fff;
        font-size: 18px;
        text-shadow: 1px 1px #000;
    }

    #news::before {
        width: 40px;
        height: 25px;
        content: " ";
        position: absolute;
        left: -20px;
        top: -9px;
        background: url(../images/newsleftbg.png) no-repeat top left;
        z-index: -2;
    }

    #news::after {
        width: 40px;
        height: 25px;
        content: " ";
        position: absolute;
        right: -20px;
        top: -9px;
        background: url(../images/newsrightbg.png) no-repeat top left;
        z-index: -2;
    }

    .mainnews {
        width: 775px;
        float: left;
        margin-left: 20px;
        min-height: 30px;
    }

    ul#intro {
        width: 100%;
        float: left;
    }

        ul#intro li {
            width: 100%;
            float: left;
            list-style-type: none;
            padding-top: 15px;
        }

            ul#intro li a {
                text-decoration: none;
                cursor: pointer;
            }

                ul#intro li a:hover p {
                    text-decoration: none;
                    cursor: pointer;
                    color: #edcc79;
                }

                ul#intro li a p {
                    width: 100%;
                    overflow: hidden;
                    text-decoration: none;
                    color: #fff;
                    font-family: Arial;
                    font-size: .8em;
                    font-style: italic;
                    text-align: left;
                    white-space: nowrap;
                    overflow: hidden !important;
                    text-overflow: ellipsis;
                }

    .newsdate {
        color: #e0ad47;
    }



    /* Main */

    #main {
        padding: 0em 0;
        clear: both;
        border-top: 2px solid #305b6b;
        margin-top: -25px;
        position: relative;
        float: left;
        z-index: 1;
        display: block;
        width: 100%;
    }

    .containermain {
        width: 100%;
        float: left;
        min-height: 500px;
        background: url(../images/mainbg.png) repeat center center;
        position: relative;
    }

        .containermain:before {
            width: 29px;
            height: 100%;
            content: " ";
            background-image: url(../images/mainleftbg.png);
            position: absolute;
            left: -29px;
            top: 0px;
            background-repeat: repeat-y;
        }

        .containermain:after {
            width: 29px;
            height: 100%;
            content: " ";
            background-image: url(../images/mainrightbg.png);
            position: absolute;
            right: -29px;
            top: 0px;
            background-repeat: repeat-y;
        }

    .left-part {
        width: 675px;
        float: left;
        margin-left: 12px;
        min-height: 200px;
        margin-bottom: 35px;
    }

    .principal {
        width: 100%;
        float: left;
        height: 217px;
        background: #f8f5ee;
        border: 1px solid #ddd6c6;
        border-radius: 8px;
        margin-top: 77px;
        position: relative;
    }

    .message {
        width: 530px;
        float: left;
        padding-left: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-top: 40px;
    }

        .message p {
            font-style: italic;
            font-size: 16px;
            font-family: Roboto;
            line-height: 21px;
            color: #635e41;
        }

            .message p:last-child {
                font-style: normal;
                font-size: 15px;
                font-family: Roboto;
                line-height: 21px;
                color: #000;
                margin-top: 1em;
            }

    .principalPic {
        width: 134px;
        height: 135px;
        float: right;
    }

    .responsivpic {
        display: none;
    }

    .principalPic img {
        margin-right: -20px;
        margin-top: -55px;
        float: right;
    }

    .viewall a {
        width: 100px;
        height: 32px;
        float: left;
        background: #305b6b;
        border-radius: 5px;
        -moz-border-radius: 5px;
        color: #fff;
        font-family: Roboto;
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
        box-sizing: border-box;
        text-shadow: 0 2px 0 #000;
        text-transform: uppercase;
        margin-top: 65px;
        text-decoration: none;
    }

        .viewall a:hover {
            color: #ecc873;
        }

    .topperArea {
        width: 100%;
        float: left;
        height: 289px;
        background: #305b6b;
        border-radius: 8px;
        margin-top: 30px;
        position: relative;
    }

    .toppers {
        width: 50%;
        float: left;
        height: 100%;
        /*background: #91611e;*/
    }

    .toppers-main {
        width: 255px;
        height: 255px;
        float: left;
        margin-left: 30px;
        margin-top: 17px;
        position: relative;
    }

    .toppers-bg {
        width: 199px;
        height: 224px;
        position: absolute;
        top: 15px;
        left: 27px;
        border: 1px solid #fff;
        z-index: 1;
    }

    .toppers-head {
        font-family: Roboto;
        font-size: 1.1em;
        color: #fff;
        float: left;
        margin-left: 62px;
        text-align: center;
        display: block;
        margin-top: -12px;
        width: 72px;
        background: #305b6b;
    }

    .toppersmain {
        width: 255px;
        height: 205px;
        float: left;
        margin-left: -28px;
        position: relative;
    }

    .viewtoppers a {
        width: 72px;
        height: 19px;
        float: left;
        border: 1px solid #fff;
        background: #305b6b;
        font-family: Roboto;
        font-size: .7em;
        color: #fff;
        font-style: italic;
        margin-left: 62px;
        text-align: center;
        padding-top: 3px;
        text-decoration: none;
    }

        .viewtoppers a:hover {
            color: #dfa840;
        }

    .toppers10 {
        width: 118px;
        float: left;
        height: 100%;
    }

    .toppers12 {
        width: 118px;
        float: right;
        height: 100%;
    }

    .class {
        width: 39px;
        height: 22px;
        float: left;
        background: #dfa840;
        font-family: Arial;
        color: #305b6b;
        font-size: .9em;
        text-align: center;
        padding-top: 3px;
        margin-left: 40px;
    }



    .Quote {
        width: 50%;
        float: right;
        height: 100%;
    }

    .quotehdr {
        width: 100%;
        display: block;
        font-family: Amita;
        font-size: 1.5em;
        color: #fff;
        text-align: center;
        padding-top: 10px;
    }

    .mainquote {
        width: 300px;
        height: 210px;
        float: left;
        border: 1px solid #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-top: 10px;
        margin-left: 5px;
        position: relative;
    }

        .mainquote:after {
            width: 48px;
            height: 27px;
            content: " ";
            position: absolute;
            left: 30px;
            bottom: -21px;
            background: url(../images/icon-bubble.png) no-repeat top left;
        }

    ul#quote {
        width: 100%;
        float: left;
    }

        ul#quote li {
            width: 100%;
            float: left;
            list-style-type: none;
            padding-top: 15px;
        }

            ul#quote li p {
                width: 100%;
                color: #fff;
                font-family: AlwaysInMyHeart;
                font-size: 1.4em;
                line-height: 1.3em;
                text-align: center;
                letter-spacing: 2px;
            }

                ul#quote li p strong {
                    font-size: 2em;
                    line-height: 1em;
                }



    .headboymsg {
        width: 100%;
        float: left;
        height: 119px;
        margin-top: 30px;
        position: relative;
    }

        .headboymsg img {
            margin-left: 0px;
            margin-top: 02px;
            float: left;
        }

    .HeadMsg {
        width: 521px;
        float: left;
        margin-left: 20px;
    }

        .HeadMsg h1 {
            font-family: Roboto;
            font-size: 18px;
            color: #305b6b;
            float: left;
            padding-top: 8px;
            text-transform: capitalize;
            font-weight: bold;
        }

        .HeadMsg p {
            color: #000;
            font-family: Roboto;
            font-size: 14px;
            padding-top: 10px;
            text-align: left;
        }

    .readmore a {
        width: 93px;
        float: right;
        height: 16px;
        background: url(../images/readmore.png) no-repeat 0 0;
    }

        .readmore a:hover {
            background: url(../images/readmore.png) no-repeat 0px -16px;
        }

    .HeadMsg:after {
        width: 80%;
        height: 2px;
        content: " ";
        position: absolute;
        right: -5%;
        bottom: -15px;
        background: url(../images/headbg.png) no-repeat top left;
    }

    .right-part {
        width: 222px;
        float: right;
        margin-right: 14px;
    }

    .events-head {
        width: 80px;
        float: left;
        height: 27px;
        margin-top: 44px;
        background: #ebe8e1;
        border: 1px solid #fefcf8;
        color: #004465;
        border-radius: 5px;
        -moz-border-radius: 5px;
        font-size: 12px;
        font-family: Roboto;
        text-transform: uppercase;
        text-align: center;
        padding-top: 10px;
        font-weight: bold;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-left: 18px;
        position: relative;
        z-index: 2;
        border-bottom: 0px;
    }


    .events {
        width: 100%;
        float: right;
        min-height: 655px;
        margin-top: 0px;
        background: #ebe8e1;
        border: 1px solid #fefcf8;
        position: relative;
        z-index: 1;
        margin-top: -3px;
    }

        .events ul {
            width: 100%;
            float: left;
            height: 650px;
            margin-top: 10px;
            list-style-type: none;
            padding: 0;
        }

            .events ul li {
                width: 100%;
                padding: 0px 15px;
                list-style-type: none;
                height: 110px;
                margin-bottom: 25px;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
            }

    .eventsDate {
        width: 100%;
        float: left;
        position: relative;
    }

        .eventsDate h1 {
            color: #606060;
            font-family: Arial;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
        }

    .datetime {
        width: 100%;
        float: left;
        margin-left: 0%;
        margin-top: 5px;
        position: relative;
        margin-bottom: 15px;
    }

        .datetime:after {
            width: 100%;
            height: 2px;
            content: " ";
            position: absolute;
            left: 0%;
            bottom: -5px;
            background: url(../images/newsdivider.png) no-repeat top left;
        }

    .eventtime {
        text-align: left;
        font-family: Roboto;
        font-size: 12px;
        color: #305b6b;
        border-right: 1px solid #305b6b;
        padding-top: 3px;
        float: left;
        padding-right: 10px;
    }

    .eventDate {
        text-align: left;
        font-family: Roboto;
        font-size: 12px;
        color: #305b6b;
        padding-left: 10px;
        padding-top: 3px;
        float: left;
    }

    p.eventmain {
        color: #7a7a7a;
        text-align: left;
        font-family: Roboto;
        font-size: 12px;
        background: url(../images/maineventarrow.png) no-repeat 0 5px;
        padding-left: 11px;
    }

    .clear {
        clear: both;
    }

    .allEvents a {
        width: 70px;
        float: left;
        margin-top: 13px;
        margin-left: 76px;
        height: 15px;
        background: url(../images/viewAll.png) no-repeat 0 0;
    }

        .allEvents a:hover {
            background: url(../images/viewAll.png) no-repeat 0px -15px;
        }

    #gallery {
        padding: 0em 0;
        clear: both;
        margin-top: 10px;
        position: relative;
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }


    .gallerymain {
        width: 100%;
        float: left;
        min-height: 215px;
        background: url(../images/mainbg.png) repeat center center;
        position: relative;
        /*box-shadow: 0 1px 10px rgba(3, 3, 3, 0.32), 0 -1px 10px rgba(3, 3, 3, 0.32);
    -moz-box-shadow: 0 1px 10px rgba(3, 3, 3, 0.32), 0 -1px 10px rgba(3, 3, 3, 0.32);
    -webkit-box-shadow: 0 1px 10px rgba(3, 3, 3, 0.32), 0 -1px 10px rgba(3, 3, 3, 0.32);*/
    }

        .gallerymain:before {
            width: 29px;
            height: 100%;
            content: " ";
            background-image: url(../images/mainleftbg.png);
            position: absolute;
            left: -29px;
            top: 0px;
            background-repeat: repeat-y;
        }

        .gallerymain:after {
            width: 29px;
            height: 100%;
            content: " ";
            background-image: url(../images/mainrightbg.png);
            position: absolute;
            right: -29px;
            top: 0px;
            background-repeat: repeat-y;
        }

    .galleryhead {
        width: 100%;
        float: left;
        font-family: Roboto;
        font-size: 16px;
        color: #030303;
        text-transform: uppercase;
        text-align: center;
        margin-top: 25px;
    }

    .gallerydetail {
        width: 100%;
        float: left;
        min-height: 20px;
        background: #000;
    }

    .galleryslider {
        width: 885px;
        float: left;
        margin-left: 40px;
        height: 123px;
        /*background: #008dab;*/
        margin-top: 18px;
    }

        .galleryslider ul {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: inline-block;
        }

            .galleryslider ul li {
                width: 155px;
                height: 123px;
                display: block;
                list-style-type: none;
            }

    #footerlink {
        padding: 0em 0;
        clear: both;
        margin-top: 10px;
        position: relative;
        display: block;
        background: #305b6b;
    }

    .footerlink {
        width: 100%;
        float: left;
        height: 85px;
    }

    ul.footerIcons {
        float: left;
        width: 688px;
        margin-top: 12px;
    }

        ul.footerIcons li {
            display: inline;
            margin: 0px 0px 0px 1px;
            float: left;
            height: 65px;
        }

            ul.footerIcons li a {
                height: 65px;
                float: left;
                background-image: url(../images/footerIcons.png);
                background-repeat: no-repeat;
                transition: all 0.5s ease-out;
                color: #fff;
                padding-top: 24px;
                text-decoration: none;
                text-transform: uppercase;
            }

                ul.footerIcons li a:hover {
                    background-image: url(../images/footerIconsHover.png);
                    transition: all 0.5s ease-out; /* transform: rotate(720deg) scale(1);*/
                    text-decoration: none;
                    background-repeat: no-repeat;
                    color: #ecc873;
                }

    a.calendar {
        background: 0px 6px no-repeat;
        padding-left: 63px;
    }

    a.virtual {
        background: -210px 6px no-repeat;
        padding-left: 70px;
    }

    a.Reach {
        background: -415px 6px no-repeat;
        padding-left: 65px;
    }

    a.join {
        background: -580px 6px no-repeat;
        padding-left: 45px;
    }

    a.calendar:hover {
        background: 0px 0px no-repeat;
    }

    a.virtual:hover {
        background: -210px 0px no-repeat;
    }

    a.Reach:hover {
        background: -415px 0px no-repeat;
    }

    a.join:hover {
        background: -580px 0px no-repeat;
    }

    .timetable a {
        width: 230px;
        float: right;
        height: 61px;
        margin-right: 10px;
        margin-top: 28px;
        background: url(../images/TimeTable.png) no-repeat 0 0;
        transition: all 0.5s ease-out;
    }

        .timetable a:hover {
            background: url(../images/TimeTable.png) no-repeat 0 -61px;
            transition: all 0.5s ease-out;
        }

    #footermenu {
        padding: 0em 0;
        clear: both;
        margin-top: 10px;
        position: relative;
        display: block;
        background: #1b586d url(../images/headerbg.jpg);
    }

    .footermenu {
        width: 100%;
        float: left;
        height: 85px;
    }

    .HomeWork a {
        width: 230px;
        float: right;
        height: 61px;
        margin-right: 10px;
        margin-top: -14px;
        background: url(../images/HomeWork.png) no-repeat 0 0px;
        transition: all 0.5s ease-out;
    }

        .HomeWork a:hover {
            background: url(../images/HomeWork.png) no-repeat 0 -61px;
            transition: all 0.5s ease-out;
        }

    #fm {
        width: 715px;
        float: left;
    }

        #fm ul {
            list-style: none;
            text-align: center;
            margin-top: 5px;
            line-height: 1.5em;
            padding: 0;
            width: 100%;
            float: left;
        }

            #fm ul li {
                text-align: center;
                margin: 0 1px;
                display: inline;
            }

                #fm ul li a {
                    text-decoration: none;
                    color: #fff;
                    font-family: Roboto;
                    font-size: .7em;
                    text-transform: capitalize;
                }

                    #fm ul li a:hover {
                        text-decoration: none;
                        color: #ecc873;
                    }

    .dandi1 {
        color: #fff;
        font-size: .7em;
    }

    #cr {
        width: 100%;
        float: left;
        text-align: center;
        line-height: .95em;
        padding: 0;
        color: #fff;
        font-family: Roboto;
        font-size: .7em;
    }

    #vic {
        width: 100%;
        float: left;
        text-align: center;
        line-height: 1.95em;
        padding: 0;
        color: #fff;
        font-family: Arial;
        font-size: .7em;
    }


    .mastercontainer {
        width: 100%;
        float: left;
        margin-top: 44px;
    }

    ul.innerList {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
    }

        ul.innerList li {
            background: url(../images/listicon.png) no-repeat 0px 6px;
            padding-left: 0px;
            text-indent: 25px !important;
            line-height: 32px;
        }

    .color {
        color: #305b6b;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        background: #305b6b;
        color: #ffffff;
    }

    td, th {
        padding: 8px;
        text-align: left;
    }

    /* Zebra striping */
    tr:nth-of-type(odd) {
        background: #f0d283;
        color: #000;
    }

    th {
        background: #2c3e50;
        font-weight: bold;
    }

    ul.virtual {
        width: 100%;
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
        height: 100%;
        overflow: hidden;
    }

        ul.virtual li {
            width: 125px;
            margin: 10px;
            display: inline-block;
        }

            ul.virtual li a img {
                width: 125px;
                height: auto;
                border: 5px solid transparent;
                box-shadow: 0px 0px 20px -5px #000;
                -moz-box-shadow: 0px 0px 20px -5px #000;
                -webkit-box-shadow: 0px 0px 20px -5px #000;
                border-radius: 50%;
                cursor: pointer;
            }

            ul.virtual li a:hover img {
                opacity: .7;
            }

            ul.virtual li a {
                text-decoration: none;
            }

                ul.virtual li a b {
                    color: #1b586d;
                    text-decoration: none;
                    text-align: center;
                    font-family: Roboto;
                    font-size: .9em;
                    line-height: 1.5em;
                }

                ul.virtual li a:hover b {
                    color: #dfa840;
                }

    .innerimage {
        float: right;
        margin: 0px 0px 0px 10px;
        display: block;
        max-width: 84%;
        height: auto;
        border: 5px solid #efd07f;
        box-shadow: 0px 0px 20px -5px #000;
        -moz-box-shadow: 0px 0px 20px -5px #000;
        -webkit-box-shadow: 0px 0px 20px -5px #000;
    }

    .main-section.contact {
        background: url(../images/bg-map.png) center 60px no-repeat;
        padding-bottom: 90px;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
        float: left;
    }

    .contact-info-box {
        font-size: 15px;
        margin: 0 0 14px 68px;
        padding-left: 0;
    }

        .contact-info-box h3 {
            font-size: 15px;
            font-weight: 400;
            float: left;
            width: 102px;
            margin-right: 12px;
            line-height: 28px;
            font-family: 'Montserrat', sans-serif;
            color: #222222;
            margin: 0 0 5px 0;
            text-transform: uppercase;
        }

            .contact-info-box h3 i {
                font-style: normal;
                font-size: 18px;
                color: #222222;
                font-family: 'FontAwesome';
                font-weight: normal;
                margin-right: 7px;
            }

        .contact-info-box span {
            line-height: 28px;
            display: block;
            overflow: hidden;
            font-family: Roboto;
            font-size: 14px;
        }

    .clearfix:before, .clearfix:after {
        content: '\0020';
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .clearfix:after {
        clear: both;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .form {
        margin: 0 0 0 20px;
    }

    .input-text {
        padding: 15px 16px;
        border: 1px solid #ccc;
        width: 100%;
        height: 50px;
        display: block;
        border-radius: 4px;
        font-size: 15px;
        color: #aaa;
        font-family: 'Open Sans', sans-serif;
        margin: 0 0 10px 0;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .input-text:focus {
            border: 1px solid #305b6b;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
        }

        .input-text.text-area {
            height: 100px;
            resize: none;
            overflow: auto;
        }

    .input-btn {
        width: 175px;
        height: 50px;
        background: #305b6b;
        border-radius: 4px;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        border: 0px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .input-btn:hover {
            background: #f0d385;
            color: #4c4b4b;
        }
}
