body {
    padding: 0;
    font: normal 12px open_sansregular, Arial, Helvetica, sans-serif;
    background: url(../images/body_bg.gif) no-repeat top center;
}

a:hover {
    text-decoration: none;
}

.navbar-brand {
    margin-top: 0;
    padding-left: 0;
}

.black_bg {
    background: #2d2d2a;
}

.red_bg {
    background: #CB202E;
}

.TopBar {
    list-style: none;
}

    .TopBar li {
        float: left;
    }

        .TopBar li a {
            padding: 5px;
            color: #FFF;
            text-decoration: none;
            display: block;
        }

    .TopBar .RedHover:hover {
        background-color: #CB202E;
    }

.container {
    padding-left: 0;
    padding-right: 0;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
}

p {
    font: normal 12px open_sansregular !important;
    line-height: 22px !important;
}

.carousel {
    height: 500px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    background-color: #777777;
    height: 500px;
}

.carousel-inner > .item > img {
    height: 500px;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}

.navbar-toggle {
    padding: 7px 10px;
    background: #CB202E;
    color: #FFF;
}

.navbar-nav {
    margin: 0;
}

    .navbar-nav li a {
        margin-left: 5px;
    }

    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
        background: #2D2D2A;
        color: #FFF;
    }

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
}

.navbar-nav > li > a {
    /*display: block;*/
    color: #CD202F;
    font-size: 15px;
    font-weight: 400;
    /*padding-top:11px;
	padding-bottom:11px;*/
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: 'roboto_condensedregular';
    /*padding:11px 19px !important;*/
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .navbar-nav {
        background: #CB202E !important;
        float: none !important;
    }

        .navbar-nav > li > a {
            color: #FFF;
        }

    .food_service_heading {
        background: none !important;
        padding: 10px 0;
        text-align: center;
        font: normal 25px ralewaylight;
        text-transform: uppercase;
        border-bottom: solid 1px #F00;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 479px) {
    .navbar-nav {
        background: #CB202E !important;
    }

    .food_service_heading {
        background: none !important;
        padding: 10px 0;
        text-align: center;
        font: normal 25px ralewaylight;
        text-transform: uppercase;
        border-bottom: solid 1px #F00;
    }
}

.top_slider_heading {
    color: #FFFFFF;
    font: 600 16px 'open_sansregular';
    margin: 8px 0 2px;
    text-align: left;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.marin-left-10 {
    margin-left: 10px !important;
}

.marin-left-0 {
    margin-left: 0 !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.container_shadow {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.75);
}

.phone {
    font: normal 22px open_sansregular;
    color: #274472;
    text-align: right;
}

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu {
    width: 100%;
    margin: 0 auto;
    background-color: #274472;
}

    #menu:before,
    #menu:after {
        content: "";
        display: table;
    }

    #menu:after {
        clear: both;
    }

#menu {
    zoom: 1;
}

    #menu li {
        float: left;
        border-right: 1px solid #fff;
        position: relative;
    }

    #menu a {
        float: left;
        padding: 12px 28px;
        color: #fff;
        text-transform: uppercase;
        font: normal 12px roboto_condensedregular;
        text-decoration: none;
    }

    #menu li:hover > a {
        color: #fafafa;
    }

    *html #menu li a:hover { /* IE6 only */
        color: #ccc;
        background: #fff;
    }

    #menu ul {
        margin: 20px 0 0 0;
        _margin: 0; /*IE6 only*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 38px;
        left: 0;
        z-index: 1;
        background: #444;
        background: linear-gradient(#444, #111);
        box-shadow: 0 -1px 0 rgba(255,255,255,.3);
        border-radius: 3px;
        transition: all .2s ease-in-out;
    }

    #menu li:hover > ul {
        opacity: 1;
        visibility: visible;
        margin: 0;
    }

    #menu ul ul {
        top: 0;
        left: 150px;
        margin: 0 0 0 20px;
        _margin: 0; /*IE6 only*/
        box-shadow: -1px 0 0 rgba(255,255,255,.3);
    }

    #menu ul li {
        float: none;
        display: block;
        border: 0;
        _line-height: 0; /*IE6 only*/
        box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    }

        #menu ul li:last-child {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    #menu ul a {
        padding: 10px;
        width: 130px;
        _height: 10px; /*IE6 only*/
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: none;
        color: #fff;
    }

        #menu ul a:hover {
            background-color: #0186ba;
            background-image: linear-gradient(#04acec, #0186ba);
        }

    #menu ul li:first-child > a {
        border-radius: 3px 3px 0 0;
    }

        #menu ul li:first-child > a:after {
            content: '';
            position: absolute;
            left: 40px;
            top: -6px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #444;
        }

    #menu ul ul li:first-child a:after {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-left: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-right: 6px solid #3b3b3b;
    }

    #menu ul li:first-child a:hover:after {
        border-bottom-color: #04acec;
    }

    #menu ul ul li:first-child a:hover:after {
        border-right-color: #0299d3;
        border-bottom-color: transparent;
    }

    #menu ul li:last-child > a {
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }

/* Mobile */
#menu-trigger {
    display: none;
}

@media screen and (max-width: 600px) {
    /* nav-wrap */
    #menu-wrap {
        position: relative;
    }

        #menu-wrap * {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    /* menu icon */
    #menu-trigger {
        display: block; /* show menu icon */
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        padding: 0 0 0 35px;
        border: 1px solid #222;
        color: #fafafa;
        font-weight: bold;
        background-color: #111;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAADeWG8gAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2QjAxNjRDOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2QjAxNjREOUNEOTExRTE4RTNFRkI1RDQ2MUYxOTQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTZCMDE2NEE5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTZCMDE2NEI5Q0Q5MTFFMThFM0VGQjVENDYxRjE5NDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42AEtnAAAABlBMVEX///////9VfPVsAAAAAnRSTlP/AOW3MEoAAAAWSURBVHjaYmAgFzBiACKFho6NAAEGAD07AG1pn932AAAAAElFTkSuQmCC) no-repeat 10px center, linear-gradient(#444, #111);
        border-radius: 6px;
        box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    }

    /* main nav */
    #menu {
        margin: 0;
        padding: 10px;
        top: 40px;
        width: 100%;
        z-index: 1;
        background-color: #274472;
        display: none;
        box-shadow: none;
    }

        #menu:after {
            content: '';
            position: absolute;
            left: 25px;
            top: -8px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #444;
        }

        #menu ul {
            position: static;
            visibility: visible;
            opacity: 1;
            margin: 0;
            background: none;
            box-shadow: none;
        }

            #menu ul ul {
                margin: 0 0 0 20px !important;
                box-shadow: none;
            }

        #menu li {
            position: static;
            display: block;
            float: none;
            border: 0;
            margin: 5px;
            box-shadow: none;
        }

        #menu ul li {
            margin-left: 20px;
            box-shadow: none;
        }

        #menu a {
            display: block;
            float: none;
            padding: 0;
            color: #999;
        }

            #menu a:hover {
                color: #fafafa;
            }

        #menu ul a {
            padding: 0;
            width: auto;
        }

            #menu ul a:hover {
                background: none;
            }

        #menu ul li:first-child a:after,
        #menu ul ul li:first-child a:after {
            border: 0;
        }
}

@media screen and (min-width: 600px) {
    #menu {
        display: block !important;
    }
}

/* iPad */
.no-transition {
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none;
}

#menu li:hover > .no-transition {
    display: block;
}

.home_heading {
    padding: 10px 20px;
    background: #444c54;
    font: normal 18px open_sansregular;
    color: #fff;
    margin: 0 0 10px 0;
    width: 100%;
}

.other_stories-grid {
    margin: 0;
    zoom: 1;
    padding: 0 !important;
}

.media-grid:before, .media-grid:after {
    display: table;
    content: "";
    zoom: 1;
}

.other_stories-grid:after {
    clear: both;
}

.other_stories-grid li {
    display: inline;
    float: left;
    padding: 5px 0px;
    margin: 0;
    list-style: none;
}

.other_stories-grid img {
    display: block;
    text-align: center !important;
    margin: auto !important;
    padding: 5px !important;
}

.news-grid {
    margin: 0;
    zoom: 1;
    padding: 0 !important;
}

.media-grid:before, .media-grid:after {
    display: table;
    content: "";
    zoom: 1;
}

.news-grid:after {
    clear: both;
}

.news-grid li {
    display: inline;
    float: left;
    padding: 5px 0px;
    margin: 0;
    list-style: none;
}

.news-grid img {
    display: block;
    text-align: center !important;
    margin: auto !important;
    padding: 5px !important;
}

.other_sub_heading {
    font: bold 12px open_sansregular;
    color: #444444;
}

.read_more {
    font: bold 13px open_sansregular;
    color: #444 !important;
    text-transform: uppercase;
}

.footer_link {
    float: left;
    margin: 0px;
    padding: 0;
    color: #fff;
}

    .footer_link li {
        list-style: none;
        margin: 0;
        padding: 0px 4px;
        border-right: solid 1px #fff;
        float: left;
    }

        .footer_link li a {
            color: #fff;
            font: normal 12px open_sansregular, Arial, Helvetica, sans-serif;
            float: left;
        }

.date {
    background: #63b2f5;
    padding: 5px;
    text-align: center;
    font: bold 15px open_sansregular;
    color: #fff;
    border-radius: 4px;
    top: 0px;
    left: 0px;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0 1px 0 0;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        width: 93%;
        cursor: pointer;
        position: relative;
        margin: 10px 0;
        padding: 0px;
        border: solid 1px #ccc;
    }

h2 {
    font: bold 20px open_sansregular;
    color: #444c54;
}

.management-grid {
    margin: 0;
    zoom: 1;
    padding: 0 !important;
}

    .management-grid:before, .management-grid:after {
        display: table;
        content: "";
        zoom: 1;
    }

    .management-grid:after {
        clear: both;
    }

    .management-grid li {
        display: inline;
        float: left;
        padding: 5px 0 15px 0px;
        margin: 10px 0;
        list-style: none;
        width: 100%;
        border-bottom: dashed 1px #B0B0B0;
    }

    .management-grid img {
        display: block;
        text-align: center !important;
        margin: auto !important;
        padding: 5px !important;
    }

.faculty_heading {
    font: bold 15px open_sansregular;
    color: #444c54;
    text-align: center !important;
}

.management_table td {
    padding: 5px 15px;
}

.media-grid {
    margin: 0;
    zoom: 1;
    padding: 0 !important;
}

    .media-grid:before, .media-grid:after {
        display: table;
        content: "";
        zoom: 1;
    }

    .media-grid:after {
        clear: both;
    }

    .media-grid li {
        display: inline;
    }

    .media-grid a {
        float: left;
        padding: 4px;
        margin: 0 10px 10px 0px;
        border: 1px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    }

        .media-grid a img {
            display: block;
        }

.media_inner-grid {
    margin: 0;
    zoom: 1;
    padding: 0 !important;
}

    .media_inner-grid:before, .media_inner-grid:after {
        display: table;
        content: "";
        zoom: 1;
    }

    .media_inner-grid:after {
        clear: both;
    }

    .media_inner-grid li {
        display: inline-block;
        float: left;
        padding: 4px;
        margin: 0 10px 10px 0px;
        border: 1px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    }

.media-grid a img {
    display: block;
}

.gallery clearfix {
    margin: 0;
    zoom: 1;
    padding: 0 !important;
}

    .gallery clearfix:before, .gallery clearfix:after {
        display: table;
        content: "";
        zoom: 1;
    }

    .gallery clearfix:after {
        clear: both;
    }

    .gallery clearfix li {
        display: inline-block;
        float: left;
        padding: 4px;
        margin: 0 10px 10px 0px;
        border: 1px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    }

.media-grid a img {
    display: block;
}

.table1 {
    width: 100%;
}

    .table1 td {
        padding: 3px;
    }

    .table1 input[type="text"] {
        width: 90%;
    }

    .table1 textarea {
        width: 90%;
    }