@charset "utf-8";
/* CSS Document */
body
{
	background:none repeat scroll 0 0 #000000;
	color:#FF0 !important;
	padding:0px;
	margin:0px;
}
/*Outer div classes starts here -------------------------------*/

.top_header_section {
    background-color: #000;
    border-radius: 0px;
    padding: 5px 0px;
    margin: 0px;
    border: 0px;
    color: #FF0;
}
header {
    background-color: #000;
    padding: 10px 0px;
}
#navigation {
    background-color: #000;
}
#cssmenu > ul > li > a {
    padding: 17px 63px;
    font-size: 17px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFFF00 !important;
    font-weight: 600;
    text-transform: uppercase;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #000 !important;
    font-weight: 400;
    background: rgba(255, 255, 0, 0.8) !important;
}
#cssmenu ul ul li.has-sub > a::before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000 !important;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000 !important;
    content: '';
}
.panel {
    margin-bottom: 20px;
    background-color: #212020;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.btn-primary {
    color: #000;
    background-color: #FFFF00;
    border-color: #FFFF00;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #212020;
    border-top: 1px solid #353535;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #353535;
}
.news-item span {
    color: #fff !important;
    white-space: nowrap;
    font-style: italic;
}
.news_header h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFF00;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 0px;
}
.events_header h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFF00;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 0px;
}
footer {
    margin-top: 15px;
    background-color:#212020 !important;
  background-image:none;
    padding: 20px 0px;
    color: #fff;
    font-size: 12px;
}
footer ul li a {
    padding: 0px 0px;
    margin: 0px;
    color: #FF0;
    font-size: 12px;
    line-height: 22px;
}
footer ul li{
	color:#FF0;
	}
footer{
	color:#FF0;
	}
	footer h4 {
    color: #FFFF00;
    margin: 0px;
}
footer .btn-facebook {
    border-radius: 50px;
    width: 33px;
    height: 33px;
    background-color: #FFFF00;
    border: 0px;
    margin-top: 9px;
}
footer .btn-twitter {
    border-radius: 50px;
    width: 33px;
    height: 33px;
    background-color: #FFFF00;
    border: 0px;
    margin-top: 9px;
}
footer .btn-linkedin {
    border-radius: 50px;
    width: 33px;
    height: 33px;
    background-color: #FFFF00;
    border: 0px;
    color: #000;
    margin-top: 9px;
}
footer .btn-youtube {
    border-radius: 50px;
    width: 33px;
    height: 33px;
    background-color: #FFFF00;
    border: 0px;
    color: #000;
    margin-top: 9px;
}
.page_content_breadcrumb{
	background-color:#333;
	}
.page_content_breadcrumb h2 {
    margin: 0px;
    font-size: 24px;
    color: #FFFF00;
    font-weight: 600;
}
.panel-default > .panel-heading {
    color: #FFFF00;
    background-color: #000000;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #454545;
}
.deaprtment_right_facuty_ist {
    width: 100% !important;
    height: 345px;
    background-color: #000 !important;
    overflow: auto;
    padding: 10px;
	
}
.deaprtment_right_facuty_ist a {
    display: block;
    color: #FFF !important;
    padding: 5px 0px;
    border-bottom: 1px solid #999;
    text-decoration: none;
}
.leftsidebar_menu {
	background-color:#333;
    background-image:none;
    background-repeat: no-repeat;
    width: 100%;
    padding: 10px;
}
.leftsidebar_menu h3 {
    margin: 0px;
    color: #FFFF00;
    font-size: 18px;
}
#left_menu ul ul li a {
    cursor: pointer;
    font-size: 13px;
    color: #fff !important;
}
#left_menu > ul > li > a {
    padding: 8px 8px;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    color: #fff !important;
    border-bottom: 1px solid #57595A;
    font-size: 13px;
    font-weight: bold;
}
#left_menu ul ul li.active > a {
    background: #FFFF00 !important;
    color: #000 !important;
}
.faculty_right {
    width: 100% !important;
    height: 298px;
    background-color: #666 !important;
    overflow: auto;
    padding: 10px !important;
    border: 1px solid #ddd;
    border-top: 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #000 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.news_left {
    width: 100% !important;
    height: 757px !important;
    background-color: transparent;
    overflow: auto;
    padding: 0px;
}
.music_left {
    width: 100% !important;
    height: 756px !important;
    background-color: transparent;
    overflow: auto;
    padding: 0px;
}
.directors_desk_left {
    width: 100% !important;
    height: 756px !important;
    background-color: transparent;
    overflow: auto;
    padding: 0px;
}
.btn-faculty_listing {
    float: right;
    border-bottom: 0px;
    background-color:#FF0;
    border-radius: 0px;
    padding: 2px 10px;
    text-transform: uppercase;
	color:#000;
}
.faculty_listing_right h4 {
    font-size: 18px;
    color: #FFFF00 !important;
    margin: 0px;
}