@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

body {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-weight: 400; 
}

#main-container {
    background: white;  
    min-height: 768px;
    min-width: 1024px;
    padding-top: 10px;
}

#clg-logo {
    width: 80px;
    height: auto;
}

#clg-logo-container {
       
}

#emb-logo-container {
    text-align: right;    
}

#emb-logo {
    width: auto;
    height: 80px;
    float: right;
}

#clg-name-inner {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    text-align: left;
    font-family: 'Segoe UI';
}

#name-container {
    padding-top: 8px;
}

#clg-name {
    color: dimgray;
}
#affl {
    display: none;
}

#affl, #clg-name {
    text-align: left;    
}

#affl-inner {
    font-size: 15px;
}

#navbar-row {
    margin-top: 15px;
    box-shadow: 0 -0.5px 3px #e6e6e6;
}

#navbar-row > nav {
   margin:0; border-radius:0;
}

.dropdown-menu {
    border-radius:0;
    border:0;
    box-shadow: 0 0 35px #949494;
}

.dropdown-submenu {
    border-radius: 0;
}

.dropdown-menu > li >a, .dropdown-submenu > .dropdown-menu > li >a {
    padding: 8px 20px;
    border-bottom: 1px solid whitesmoke;
}

#main-navbar-navs > li > a {
    text-transform: capitalize;
}

.dropdown-menu>li:last-child>a, .dropdown-submenu>.dropdown-menu>li:last-child>a{
    border-bottom: none;
}

.dropdown-menu>li>a:hover,.dropdown-submenu>.dropdown-menu>li>a:hover {
    background: rgb(0, 102, 189);
    color: white;
    text-decoration: none;
}

.navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-submenu {
    padding-top:0;
    padding-bottom:0;
}

#vm-container {
    background: whitesmoke;
    padding: 20px;
    box-shadow: 0 0 35px lightgrey;
    border-bottom: 1px solid #e4e4e4;
}

#main-content {
    margin-top: 25px;
    margin-bottom: 15px;
}

.main-page-panel {
    box-shadow: 1px 1px 5px lightgrey;
}

.main-page-panel > .pre-scrollable {
    height: auto;
    max-height: 670px;
}

.new-tag {
    background: darkred;
}

.ft-cnt {
    margin-bottom: -15px;
}

#gallery {
    margin-bottom: 15px;
}

#footer-navs {
    box-shadow: 0 0 45px grey;
}

#princi-msg-img-container {
    text-align: center;    
}

.princi-msg-img { 
    width: 120px;
    height: auto;
}

#princi-name-cntr {
    text-align: center;
    padding: 5px;
    margin-top: 8px;
}

#princi-name {
    font-size: 15px;
    font-weight: 500;
}

#princi-msg-container{
       
}

#princi-msg {
    text-align: justify;    
}

#main-thgt-cntr {
    background: lightgrey;
    margin-top: -10px;
    margin-bottom: 15px;
    height: 35px;
}

.notice-cntr {
    margin: -15px;
}

.notice {
    padding: 15px;
    font: 11px;
    border-bottom: 1px solid whitesmoke;
}

.notice:hover {
    background: whitesmoke;
    cursor: pointer;
}

.notice > .notice-header {
    font-size: 11px;
    text-shadow: none;

}

.notice-txt {
    font-size: 13px;
}

.notice-more-link {
    padding-top: 15px;
    padding-right: 15px;
}

.imp-links > ul {            
    list-style:square;
    padding-left:15px;
    line-height:25px;
}
.imp-links > ul > li > a {
    color: lightgray;
}
.imp-links > ul > li > a:hover {
    color: white;
    text-decoration: none;
}

.main-page-panel.panel-primary {
    border-color: whitesmoke;
}

.main-page-panel.panel-primary > .panel-heading > .panel-title {
    font-size: small;
}

/*dropdowm submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left {
    width: 100%;
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
}

#nav-main {
    background: white;
}

#main-navbar-navs > li.active {
    border-top: 3px solid #337ab7;
    margin-top: -3px;
    background: none;
}

#main-navbar-navs > li {
    border-left: 1px solid whitesmoke;
    border-right: none;
}

#main-navbar-navs > li:last-child {
    border-right: 1px solid whitesmoke;
}

#main-navbar-navs > li.active > a {
    color: #555;
    background: transparent;
}

.submenu-chevron {
    color: #e2e2e2;
}

.main-page-panel-left {
    box-shadow: 0 0 15px lightgrey;
    border: 0;
}

.title-container {
    text-align: left;
    background: #337ab7;
    padding: 10px;
    margin-left: -20px;
    margin-top: -20px;
    margin-right: -20px;
}

.title-container > span {
    font-size: 15px;
    font-weight: bold;
    color: white;
    padding-left: 15px;
}

.main-content-left {
    border: 1px solid lightgrey;
    box-shadow: 0 0 25px lightgrey;
}

.content-container {
    padding-top: 15px;
}

.content-head {
    font-weight: bold;
    font-size: 20px;
}

.content {
    line-height: 1.8;
    text-align: justify;
}

#footer-container {
    /*background-image: url('../imgs/footer_img.jpg');*/
    background-repeat: no-repeat;
    margin-top: 80px; 
}

.footer-content {
    width: inherit;
    height: auto;
}

.footer-content-shade {
    height: 250px;
}

#main-footer {
    height: 180px;
    color: #d4d4d4;
    box-shadow: 0 0 100px black;
}

#notice-board {
    padding: 0;
    box-shadow: 0 0 25px lightgrey;
    border: 0;
    height: 100%;
    border-radius: 0;

}

#notice-board > .panel-heading {
    border: 0;
}

.carousel-caption-big {
    padding-bottom: 195px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 195px;
}

.big-caption {
    font-size: 45px;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 50px;
}

.carousel > .item {
    width:100%; height: auto;
}


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoYouTube:hover {
	background-color:#e62117;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoYouTube:hover i{
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:15px;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


.breadcrumbs {
    overflow: hidden;
    border-bottom: solid 1px #eee;
}

.breadcrumbs h1 {
    color: #666;
    font-size: 22px;
    margin-top: 15px;
}

.breadcrumb {
    top: 10px;
    padding-right: 0;
    background: none;
    position: relative;
}
.breadcrumb > li > a, .breadcrumb > li > a:after {
    padding: 8px;
    text-decoration: none;
}

.breadcrumb > li > a:hover {
    padding: 8px;
    background: whitesmoke;
    border-radius: 4px;
    text-decoration: none;
}

.dropdown-menu > li >a, .dropdown-submenu > .dropdown-menu > li >a {
    background: none;    
}

a[href $='.pdf'] { 
   padding-left: 22px;
   background: transparent url('../imgs/hyperlinkcueexamples/pdf.png') no-repeat center left;
}

a[href $='.doc'], a[href $='.docx'] { 
   padding-left: 22px;
   background: transparent url('../imgs/hyperlinkcueexamples/docx.png') no-repeat center left;
}

a[href $='.ppt'], a[href $='.pptx'] { 
   padding-left: 22px;
   background: transparent url('../imgs/hyperlinkcueexamples/pptx.png') no-repeat center left;
}

a[href $='.xls'], a[href $='.xlsx'] { 
   padding-left: 22px;
   background: transparent url('../imgs/hyperlinkcueexamples/xls.png') no-repeat center left;
}

a[href $='.']{ 
   padding-left: 22px;
   background: transparent url('../imgs/hyperlinkcueexamples/misc.png') no-repeat center left;
}
a[href $='.txt']{ 
   padding-left: 22px;
   background: transparent url('../imgs/hyperlinkcueexamples/txt.png') no-repeat center left;
}

.notice > a {
    display: inline-block;
    background: none;
    padding-left: 0;
}
.notice > a:hover + .notice-txt > span {
    text-decoration: underline;    
}

.notice-txt {
    text-align: justify;
}

.notice > a > .notice-txt {
    display: inline-block;
    padding-right: 15px;
}

.notice-footer > a {
    background-position-x: 5px;
    padding-left: 25px;
}
#infobar {
    background: #337ab7;
    box-shadow: 0 0 3px lightgray;
    border: 0;
    margin-bottom: -5px;
    min-height: auto;
}

#infobar.navbar-inverse .navbar-nav > li > a {
    color: #9cc6ea;
    padding: 8px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

#infobar.navbar-inverse .navbar-nav > li > a:hover {
    color: white;
}

#infobar .navbar-nav > li {
    border-left: 1px solid #3d8acc;
    border-top: 0;
    border-bottom: 0;
}

#infobar .navbar-nav > li:last-child {
    border-right: 1px solid #3d8acc;
}     

#infobar.navbar-inverse .navbar-nav>.active>a {
    background: #27679e;
}

#main-nav.navbar-default  .navbar-nav>.active>a, #main-nav.navbar-default  .navbar-nav>.active>a:focus, #main-nav.navbar-default  .navbar-nav>.active>a:hover {
    border-bottom: 3px solid #337ab7;
    background: none;
}

#main-nav.navbar-default .navbar-nav > li > a  {
    background: none;
    padding-bottom: 20px;
    border-bottom: 3px solid transparent;
}

#main-nav.navbar-default .navbar-nav > li > a:hover, #main-nav.navbar-default .navbar-nav > li > a:focus   {
    border-bottom: 3px solid #337ab7;
}

#myCarousel > .carousel-control.right {
    background: none;
}

#myCarousel > .carousel-control.left {
    background: none;
}

#main-page-logo {
    height: 100px;
    width: auto;
}

.main-page-navbar > .navbar-right {
    margin-top: 35px;
}

#princi-jumbotron {
    margin-bottom: 0; background: whitesmoke; color: gray; border-radius: 0; box-shadow: 0 0px 15px lightgrey;
}

#princi-jumbotron > .container > #img {
    width: auto;
}

#dept-jumbotron > .container > span {
    font-size: 35px
}

#dept-jumbotron > .container > p {
    font-size: 18px;
}

#content-div > p {
    padding-right: 20px;
}

.content > p {
    text-align: justify;
    white-space: normal;
}

@media (min-width: 1024px) {
    #main-page-logo {
        height: 100px;
        width: auto;
    }
}

@media (min-width: 768px) {
    #nav-main > .container {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    #main-page-logo {
        height: 60px;
        width: auto;
    }

    .main-page-navbar > .navbar-right {
        margin-top: 20px;
    }

    #homepagenoticeboard {
        margin-top: 25px;
    }

    .carousel-caption {
        display: none;
    }

    .navbar-toggle {
        margin-top: 28px;
    }

    #infobar {
        display: none;
    }

    #princi-jumbotron > .container > #img {
        width: 25%;
    }

    #main-nav.navbar-default .navbar-nav, #nav-main.navbar-default .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    #main-nav.navbar-default .navbar-nav > li > a:first-child, #nav-main.navbar-default .navbar-nav > li > a:first-child {
        border-bottom: 1px solid lightgrey;
    }

    #main-nav.navbar-default .navbar-nav > li > a, #nav-main.navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid lightgrey;
    }

    #main-nav.navbar-default .navbar-nav > li > a:hover, #nav-main.navbar-default .navbar-nav > li > a:hover {
        border-bottom: 1px solid lightgrey;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding-top: 10px; padding-bottom: 10px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu {
        background: rgba(251, 251, 251, 0.89);
    }

    #main-navbar-navs {
        background: whitesmoke;
    }

    #main-navbar-navs > li.active {
        border-top: none;
    }

    #main-navbar-navs > li > a {
        border-bottom: none;
    }

    #dept-head-name > #name-container {
        padding-top: 4px;
    }

    #clg-name-inner {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }

    #dept-head-emb {
        display: none;
    }

    #affl-inner {
        font-size: x-small;
    }

    #affl {
        display: block;
    }

    #dept-nav-tgl {
        margin-top: 8px;
    }

    #dept-jumbotron > .container > span {
        font-size: 20px;
    }

    #dept-jumbotron > .container > p {
        font-size: 14px;
    }

    .breadcrumbs {
        display: none;
    }

    .content-div > p {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    #homepagenoticeboard {
        margin-top: 25px;
    }

    #main-page-logo {
        height:60px;
        width: auto;
    }

    .main-page-navbar > .navbar-right {
        margin-top: 15px;
    }

    #infobar.navbar-inverse > .container > .navbar-collapse > #infobarleft {
        display: none;
    }
}

@media (min-width: 768px) {
    #infobar.navbar-inverse > .container > .navbar-collapse > #infobarleft {
        visibility: visible;
    }
}

#main-page-logo {
    height:100px;
    width: auto;
}

@media (max-width: 991px) {
    #infobar.navbar-inverse > .container > .navbar-collapse > #infobarleft {
        visibility: hidden;
    }
}
