

@import url("css/fontface.css");

@import url("css/html5-reset.html");



*{ margin:0; padding:0; outline:0;}


body { background:#0c5b89; font-family:Arial, Helvetica, sans-serif; word-wrap: break-word; /*overflow-x:hidden;*/}



h1 { font-size: 25px; line-height: 20px; margin: 0px; margin-bottom: 12px; font-weight: normal; color: #1f778a; }

h2 { font-size: 23px; line-height: 20px; margin: 0px; margin-bottom: 12px; font-weight: normal; color: #1f778a; }

h3 { font-size: 20px; line-height: 20px; margin: 0px; margin-bottom: 7px; font-weight: normal; color: #222; }

h4{ font-size: 18px; line-height: 18px; margin: 0px; margin-bottom: 7px; font-weight: normal; color: #222;}

h5{ font-size: 16px; line-height: 15px; margin: 0px; margin-bottom: 5px; font-weight: normal; color: #222; }

h6{ font-size: 14px; line-height: 13px; margin: 0px; margin-bottom: 5px; font-weight: normal; color: #222; }



p { font-size: 13px; line-height: 21px; margin-bottom: 10px; color: #595959; text-align:justify; }

a { text-decoration: none; color: #757575; }

a:hover { text-decoration: underline; }



a, 

a:hover{

		-webkit-transition: all 0.3s ease;

		-moz-transition: all 0.3s ease;

        -ms-transition: all 0.3s ease;

        -o-transition: all 0.3s ease;

		transition: all 0.3s ease;

	}



img { outline: none; max-width: 100%; }



ul { margin:0px; padding:0px;}



.clearfix:after {

    content: ".";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

	overflow:hidden;

    }

	

.clearfix { zoom:1;}



/*************************************  Header  **********************************************/



#main-section{background: #fff; margin: 12px 0; padding: 20px;}



#header{ padding:0;}



h1#logo {  margin:0 0 0 15px; display:inline-block;}

h1#logo a {}

h1#logo a img {}





#top-right-block{width: 49%; float: right;}



#college-main-block{clear: both; display: block; padding-bottom: 20px; margin-top: 20px;}

#clollege-code{ font-size: 16px; color: #000; font-family: 'UbuntuRegular'; border-right:1px solid #a5a5a5; line-height: 25px; width: 63%; float: left;}

#clollege-code span{ font-size: 22px; color: #cb1638;}



#webmail {background:url(images/web-mail.png) no-repeat 0 0; padding: 0 0 0 35px; line-height: 24px; font-size: 13px; color: #0072c6; text-decoration: none; float: right; display: block;}

#webmail:hover{color: #000;}





#search-block{padding: 5px 10px; border:1px solid #bdbdbd; margin-top: 20px; clear: both; display: block;}

#search-block input[type="search"] 

{ width:80%; border:0; color:#737272; font-size:13px; padding:0; margin:0 8px 0 0; outline:none; float:left;   }



#search-block input[type="submit"] { border:none; background:url(images/search-submit.png) no-repeat top; text-indent:-9999px; font-size:0;  width:18px; height:18px; outline:none;float: right;}



#search-block input[type="submit"]:hover { background-position:bottom;}







/*************************************************  Nav  *********************************************/



#nav-block { padding:0; margin-top:10px; background: #3a71b6;}



.navbar { min-height:0; margin-bottom:0;}

.navbar-inverse { border:none; background:none; /*margin-top:5px; width:100%; background:url(images/nav-bg.png) repeat-x top; height:35px; border-radius:13px; padding:8px 0 0 5px; box-shadow:2px 2px 7px #590607; */}

.navbar-collapse { padding:0px;}

.navbar-nav { /*border:2px solid #3f4951;*/  }

.navbar-nav li { margin:0; font-size:12px; position:relative; text-transform: uppercase;}

.navbar-nav li a {  line-height:44px; height:44px; padding:0 20px; display:block; margin-right:0; background:#3a71b6; border-right:1px solid #7caccf;}	   



.navbar-nav  li:last-child a{ border-bottom:none; border-right:none;}

				   

.navbar-inverse .navbar-nav > li > a { color:#fff;}

.navbar-nav li a:hover , .navbar-nav > li.current-menu-item > a{color:#fff;}



.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li:hover > a {color:#fff; background:#0c5b89; }





.navbar-inverse .navbar-nav > .current-menu-item > a, .navbar-inverse .navbar-nav > .current-menu-item > a:hover, .navbar-inverse .navbar-nav > .current-menu-item > a:focus{ color:#fff; background:#0c5b89;}



.navbar-nav li a span#home { background:url(images/home-icon.png) no-repeat; width:19px; height:18px; display:block; position:absolute; left:17px; top:13px; text-indent:-9999px; font-size:0;}



.navbar-nav > li:first-child a{ border-left:none; text-indent:-9999px; font-size:0; padding:0 25px;}

.navbar-nav li:last-child a{ border-right:none; }



.navbar-nav li ul {

	display: none;

}



.navbar-nav li:hover > ul {

	display: block;

	position: absolute;

	top: 44px;

	left: 0px;

	list-style: none;

	/*min-width: 220px;*/

	padding: 0px;

	border-radius:0;

	box-shadow: 0 2px 3px #7f7f7f;

	z-index:10000;

	white-space: nowrap;

	

}

.navbar-nav li ul li {

	float: none;

	padding: 0;

	

}

.navbar-nav li ul li a {

	color: #f3f3f3;

	font-size: 13px;

	text-align:left;

	line-height: 36px;

	height: 36px;

	border-right:none;

	border-left:none;

	border-bottom: 1px solid #0a537d !important;

	border-top: 1px solid #2e6788;

	display: block;

	margin: 0px;

	background:#0c5b89; padding:0 21px; font-weight:lighter; text-transform:none;

	box-shadow:none;

}





.navbar-nav li ul li a:hover, .navbar-nav li ul li.current-menu-item a {

	background: #0a4d74 ;

	color: #f3f3f3;

	text-decoration: none;

	

}



.navbar-nav li ul li:first-child:after {

	content: "";

	background: url(images/dropdowm-top-arrow.html) no-repeat;

	position: absolute;

	top: 0;

	left: 23px;

	width: 21px;

	height: 10px;

}





.navbar-nav li ul li:hover > ul {

	

	top: 0;

	left: 100%;

}





.navbar-nav .navbar-brand {

	color: #464646;

	font-size: 24px;

	font-weight: bold;

	max-width: inherit;

	text-align: left;

}









.navbar-toggle { background:#000; padding:6px; margin:7px 10px 7px 0;}



.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{ background:#6dbcec; outline:none}









/****************************************  Banner  *****************************************/



#banner-block{ margin-top: 4px;}

#banner{position: relative; margin-left: 15px;}

#banner img{ display:block; width:100%;}



#banner .cycloneslider-template-standard {margin-bottom: 0;}



#banner .cycloneslider-template-standard .cycloneslider-caption {

position: absolute;

bottom: 20px;

left: 0;

z-index: 500;

width: 100%;

background: url(images/banner-con-bg.png)repeat-y;

color: #fff;

opacity: 1;

text-align: left;

padding: 10px 15px; font-family: Tahoma, Verdana, Geneva, sans-serif; display:block;

}



/*#banner-content{position: absolute; bottom: 20px; left: 0; width: 80%; background: url(images/banner-con-bg.png)repeat-y; padding: 10px 15px; font-family: Tahoma, Verdana, Geneva, sans-serif; display:block;}*/



#banner .cycloneslider-template-standard .cycloneslider-caption-title{font-family: Tahoma, Verdana, Geneva, sans-serif; color: #fff; font-size: 22px; margin-bottom: 5px; padding: 0;}

#banner .cycloneslider-template-standard .cycloneslider-caption-description {color: #fff; font-size: 13px; margin:0; padding: 0; line-height: 18px; padding: 0;}







/****************************************  Home News Block  *************************************/



#home-news-block{ background: #eee; padding: 5px 10px 20px 15px; margin:0 15px 0 4px; font-family: Tahoma, Verdana, Geneva, sans-serif;}

#home-news-block h4{ color:#000; font-size:16px; font-family: 'UbuntuRegular'; margin-bottom: 8px; padding-bottom: 10px;}



#home-news-block ul{}

#home-news-block ul li{ list-style: none; border-bottom: 1px dashed #a69f9f; padding-bottom: 10px; margin-bottom: 10px; clear: both; display: block;}

#home-news-block ul li:last-child{border-bottom: none; margin-bottom: 0;}



.date-block{ width: 40px; float: left; background: #1089a3; padding: 10px 0; text-align: center; color: #fff; font-size: 11px;}



.news-content{ float: right; width: 85%;}

.news-content h2{ color:#3a71b6; font-size:13px; margin-bottom: 5px; line-height: 13px; font-weight: bold; position: relative;}

.news-content p{ color:#000; font-size:13px;margin-bottom:0; line-height: 18px;}



.read-more{ text-decoration: underline; font-size: 11px; float: right; color: #1089a3;}

.read-more:hover{ text-decoration: none;}



.new{background:url(images/new.gif) no-repeat; width: 31px; height: 12px; position: absolute; right: 0; top: 0; display: block;}


span.new1{background:url(images/new.gif) no-repeat; width: 31px; height: 12px;}






/************************************  Latest Announcement  *************************************/



#latest-announcement{ border: 1px solid #ebebeb; background:#fdfdfd url(images/latest-announcement-bg.png)repeat-x bottom; margin-top: 3px; min-height: 37px; font-size: 14px; color: #3a71b6; /*white-space: nowrap;*/ }

#latest-announcement h2{ color:#000; font-size:16px; margin-bottom:0;  background: #dad7d8; font-family: 'UbuntuRegular';  line-height: 35px; padding: 0 30px 0 10px; margin-right: 20px; position: relative; float: left; width:20%;}



#announcement-arrow{position: absolute; top: 7px; right: -11px; background:url(images/announce-arrow.png) no-repeat 0 0; display: block; width: 22px; height: 22px;}



#announcement-scroll{float: right; width:78%; margin-top: 7px; font-size:15px;}

#announcement-scroll p{font-size: 14px; color: #3a71b6; margin:0; padding:0; width:100%;}

#announcement-scroll .scroll-space{ margin-left: 30px;}




#scroller {

    /*background-color: #fdfdfd;*/

    color: #3a71b6;

    font-size: 14px;

    height: 25px !important;

    line-height:25px;

    overflow: hidden;

    position: relative;

    /*width: 1005;*/

    position: relative;

}

.scrollingtext {

    color: #3a71b6;

    white-space:nowrap;

    position:absolute;

    font-size: 14px;

    /*font-style: oblique;*/

}

.scrollingtext a:link, .scrollingtext a:visited {

    color: #3a71b6;

    font-size: 14px;

}

.scrollingtext a:visited {

    text-decoration:none;

}



.review {

    padding-right: 50px;

}



#static-text {

    position: absolute;

    padding: 0 30px 0 10px;

    background-color: #dad7d8;

    z-index: 99999;

    font-weight: bold;

	color:#000;

	font-size:16px;  

	font-family: 'UbuntuRegular';  

	line-height: 35px; 

	margin-right: 20px; font-weight:lighter;

	

}



/*****************************************  Mid Links List  **************************************/



#mid-links-block{ background:#3a71b6; margin-top: 1px; padding-top: 4px;}

#mid-links-block ul{ margin:0; padding:0; }



#mid-links-bg{background: url(images/mid-links-bg2.png) no-repeat bottom right; width:100%;}



#mid-links-block li{ list-style:none; float:left; font-size:14px; background: url(images/mid-links-bg.png) repeat-x bottom; border-radius: 7px 7px 0 0; border: 1px solid #ddd; text-transform: uppercase; font-family: 'UbuntuBold';}



#mid-links-block li a{ text-decoration:none; color:#0c5b89; line-height:47px; height:47px; display: block; /*padding-right:10px;*/ border: 1px solid #fcfcfc; border-radius: 7px 7px 0 0;}

#mid-links-block li a:hover{color:#0c5b89;}



#mid-links-block li:first-child{border-radius: 0 7px 0 0;}

#mid-links-block li:last-child{border-radius: 7px 0 0 0;}



#mid-links-block li#img-gallery a{ background:url(images/img-gallery-icon.png) no-repeat 15px 3px; padding-left:70px; display:block;}

#mid-links-block li#img-gallery a:hover{ background:#eaeaea url(images/img-gallery-icon-tab.png) no-repeat 15px 3px;}




#mid-links-block li#newsletternew a{background:url(images/e-newsletternew.png) no-repeat 15px 3px; padding-left:72px; display:block;}

#mid-links-block li#newsletternew a:hover{background:#eaeaea url(images/e-newsletternew-tab.png) no-repeat 15px 3px; }




#mid-links-block li#achievement a{ background:url(images/achievement-icon.png) no-repeat 12px 3px; padding-left:60px; display:block;}

#mid-links-block li#achievement a:hover{ background:#eaeaea url(images/achievement-icon-tab.png) no-repeat 12px 3px;}



#mid-links-block li#mandatory a{ background:url(images/mandatory-icon.png) no-repeat 15px 3px; padding-left:60px; display:block;}

#mid-links-block li#mandatory a:hover{ background:#eaeaea url(images/mandatory-icon-tab.png) no-repeat 15px 3px; }



#mid-links-block li#mba-website a{ background:url(images/mba-website-icon.png) no-repeat 15px 3px; padding-left:60px; display:block;}

#mid-links-block li#mba-website a:hover{ background:#eaeaea url(images/mba-website-icon-tab.png) no-repeat 15px 3px;}



.links1{ width:20%;}
.links2{ width:20%;}
.links3{ width:20%;}
.links4{ width:20%;}
.links5{ width:20%;}





/*******************************  Mid Block  *************************************/




#mid-block{ padding:0 0 20px 0; background:#fdfdfd url(images/mid-bg.png) repeat-x bottom; /*box-shadow:0 2px 5px #c4c4c4;*/ margin-bottom:10px; }



#content-left{ margin:20px 0 0 20px; background:url(images/line-sep.png) repeat-y right;}



#content-left-inner{ margin-right: 25px;}

#content-left h2{ border-bottom: 1px dashed #bbb; padding-bottom: 13px; font-size: 25px;}




/************************************  Content Right Block  *****************************************/



#content-right{ margin:20px 10px 0 0;}

#content-right h2{ border-bottom: 1px dashed #bbb; padding-bottom: 13px; font-size: 25px;}

#content-right ul{ margin:0; padding:0;}

#content-right ul li{ list-style:none; color:#828b98; font-size:12px; line-height:22px; clear:both; display:block; padding:0 0 10px 25px; margin-bottom:10px; text-transform: uppercase; border-bottom:1px solid #dadada; background:url(images/arrow.png) no-repeat 0 5px;  }

#content-right ul li:last-child{border-bottom:none;}

#content-right #text-slider { font-size:18px; line-height:27px; margin-top:60px;}
#content-right #text-slider  article { text-align:center; color:#089BE7;}
#text-slider-controls {display:none;}

/***************************************  Footer Link Box  *****************************************/


#f-top-img{}

#f-top-img img{ text-align: center; margin:0 auto; display: block;}



#f-btm-img{}

#f-btm-img img{ text-align: center; margin:0 auto; display: block;}



#btm-links-block{ border: 1px solid #e2e2e3;}

#btm-links-block ul{ margin:0; padding:0;}



#btm-links-block li{ list-style:none; float:left; background: url(images/btm-box-bg.png) repeat-x bottom;  border-right: 1px solid #ddd; /*box-shadow:inset 0px 0px 1px #fff;*/ width: 25%;}



#btm-links-block li a{ text-decoration:none; color:#0c5b89;  height:87px; display: block; border:2px solid #fff; }

#btm-links-block li a:hover{}



#btm-links-block li:last-child{  border-right: none;}



#btm-links-block li h4{font-family: 'open_sansbold'; text-transform: uppercase; font-size:15px; margin-bottom: 0; padding-top: 25px; color: #0c5b89;}

#btm-links-block li a h4 { color: #0c5b89; display: block;}



#btm-links-block li p a{ font-size: 13px; color: #595959; font-family: Tahoma, Verdana, Geneva, sans-serif; display: block;}









/***********************************************  Footer  ********************************************/



#footer-block { background:#fff; padding:2px; border: 1px solid #e2e2e3; margin-top: 5px;}



#footer { background:#fbfbfc url(images/f-bg.png) repeat-x bottom; padding:10px 0 8px 0; color: #fff;}

#footer p{font-size: 14px; line-height: 20px; margin-bottom: 5px; color: #2a2a2a; text-align: center;}

#footer p a{color: #2a2a2a; text-decoration: none;}

#footer p a:hover{ text-decoration: underline;}



#footer p span{font-size: 12px; color: #6e6e6e; }

#footer p span a{color: #6e6e6e; }




/******************************  Inner Pages Common CSS  **************************/



#post-23 h1.entry-title{ display:none;}



#inner-page-main-block{ padding:0 0 20px 0; margin:3px 0 10px 0; }



#inner-page-main-block h1{background:#fff; padding: 1px; border: 1px solid #ddd; margin-bottom:0; display: block; margin-bottom: 5px;}

#inner-page-main-block h1 span{background:#fff url(images/breadcrumb-bg.png) repeat-x bottom; padding: 12px 20px; font-size: 14px; color: #0c5b89; text-transform: uppercase; display: block; font-weight: bold; text-transform: uppercase; }



#inner-page-block{margin: 15px 0 0 20px;}


.alignleft { float:left; display:block; margin:0 15px 15px 0;}
.alignright { float:right; display:block; margin:0 0 15px 15px;}
.aligncenter { margin:0 auto; display:block; float:none;}


#breadcrumb-block{background:#fff; padding: 1px; border: 1px solid #ddd; margin-top: 3px;}
#breadcrumb-inner{background:#fff url(images/breadcrumb-bg.png) repeat-x bottom; padding: 12px 20px;}


#inner-page-block ul, #inner-page-block ol { padding:0 0 7px 20px;}
#inner-page-block ul li, #inner-page-block ol li { font-size:14px; line-height:21px; font-weight:normal; padding-bottom:9px; color: #404244;}


.nav-links{ font-size:15px; text-transform:uppercase; clear: both; padding-top:10px; display:none; }
.nav-links a{ color:#0c5b89; text-decoration:none;}
.nav-links a:hover{ text-decoration: underline !important;}

.post_left{ float:left;}
.post_right{ float:right;}

a:hover span.post_left{ text-decoration: underline !important;}
a:hover span.post_right{ text-decoration: underline !important;}


.post-thumbnail{ /*float: left;*/ margin: 0 0 3px 0;}
.post-thumbnail img{border:0;width: 100%; height: auto; }

.post-page-thumbnail{ float: left; margin: 0 15px 3px 0;}
.post-page-thumbnail img{border:0;width: 100%; height: auto; }


/******************************  Faculty List Block  **************************/



#faculty-main-block{ margin-top: 5px;}


.faculty-block{ width: 49%; float: left; box-shadow: 0 1px 2px #ddd; padding-bottom: 10px; background: #fff; margin-bottom:8px;}


.faculty-right{ float: right;}


.faculty-block h2{background:#fff; padding: 1px; border: 1px solid #ddd; margin-bottom:0; display: block;}

.faculty-block h2 span{background:#fff url(images/breadcrumb-bg.png) repeat-x bottom; padding: 12px 20px; font-size: 14px; color: #494949; text-transform: uppercase; display: block;}





.faculty-content-block{ padding: 10px 20px;}

.faculty-description{width: 73%; float: right;}

.faculty-description p{ margin-bottom:5px; line-height:18px; text-align:left;}



.profile-group-block{clear: both; display: block; font-size: 13px; line-height: 20px; padding-bottom: 5px;color: #595959;}

.profile-title{ font-weight: bold; width: 48%; float: left;}

.profile-spliter{  width: 4%; float: left;}

.profile-description{  width: 48%; float: right;}



.faculty-pic{width: 25%; float: left;}

.faculty-pic img{ border: 2px solid #aeaeae; width: 100%; display: block;}



.view-profile  { border:none; background:url(images/view-profile.png) no-repeat top; text-indent:-9999px; font-size:0;  width:89px; height:23px; outline:none; /*margin:5px auto 0; text-align:center;*/ display:block; float: right;}

.view-profile:hover { background-position:bottom;}







/******************************  Faculty Full Details  **************************/



#content-left-block{ margin-top:0;}

#content-left-inner-block{ margin: 15px 0 0 20px;}

#faculty-full-deatils-block{ box-shadow: 0 1px 2px #ddd; padding-bottom: 10px; background: #fff; margin-bottom:8px;}

#faculty-full-deatils-block h2{background:#fff; padding: 1px; border: 1px solid #ddd; margin-bottom:0; display: block;}

#faculty-full-deatils-block h2 span{background:#fff url(images/breadcrumb-bg.png) repeat-x bottom; padding: 12px 20px; font-size: 14px; color: #494949; text-transform: uppercase; display: block;}


.profile-group-con-block{font-size: 13px; line-height: 20px; color: #595959; font-weight: bold; margin-top: 15px;}

.profile-group-con-block h6{font-size: 13px; line-height: 20px; color: #595959; font-weight: bold; margin-top: 5px;}

.profile-group-con-block p{padding-left: 15px;}



.faculty-description2{width: 73%; float: left;}
.faculty-description2 p{ margin-bottom:5px; line-height:18px; font-weight: normal;}

.faculty-description2 ol, .faculty-description2 ul {margin-left:30px;}
.faculty-description2 li{ margin-bottom:5px; line-height:18px; font-weight: normal;}

.faculty-pic2{width: 25%; float: right;}
.faculty-pic2 img{ border: 2px solid #aeaeae; width: 100%; display: block;}





#content-right-block{}



.content-right-box{background: #f8f8f8; padding-right: 15px; margin-bottom: 15px;}



.content-right-box h2{ border-left: 5px solid #d1d5d9; margin-bottom:0; display: block; padding-left: 15px;}

.content-right-box h2 span{padding: 12px 0; font-size: 14px; color: #494949; text-transform: uppercase; display: block; border-bottom: 1px solid #3a71b6;}





.content-right-list{ padding-left: 20px;}

.content-right-list ul{ margin: 0; padding: 0}

.content-right-list ul li{ list-style: none; text-transform: uppercase; font-size: 11px; color: #434343;}

.content-right-list ul li a{ list-style: none; color: #434343; text-decoration: none; background:url(images/right-arrow.png) no-repeat 0 17px; padding:11px 15px; display: block; border-bottom: 1px solid #efefef; line-height: 18px;}

.content-right-list ul li a:hover, .content-right-list ul li.current-menu-item > a{ text-decoration: none; background: #efefef url(images/right-arrow.png) no-repeat 0 17px;}


.content-right-list ul li:last-child a{border-bottom: 0;}




/******************************  Placement  **************************/

#placement-logo-block{border: 1px solid #ededed; padding: 20px; margin: 5px 0 0 20px;}

#tiny-carousel-slider1 .overview {
list-style: none;
position: absolute;
padding: 0;
margin: 0;
/*width: auto !important;*/
left: 0;
top: 0;
}


#tiny-carousel-slider1 .buttons {
	top:20% !important;
}

#tiny-carousel-slider1{
	margin:10px 0 0 !important;
}

.viewport ul li {
	border:none !important;
} 


#tiny-carousel-slider1 .buttons {
background: #fff !important;
border-radius: 0;
display: block;
position: absolute;
top: 40%;
left: 0;
/*width: 35px;
height: 35px;*/
color: #fff;
font-weight: bold;
text-align: center;
line-height: 30px !important;
text-decoration: none;
font-size: 0 !important;
text-indent: -9999px;
}


#tiny-carousel-slider1 .buttons.prev{background:url(images/placement-left-arrow.png) no-repeat 0 0 !important; width: 30px; height: 30px; line-height: 30px; opacity: 0.5;}

#tiny-carousel-slider1 .buttons.next{background:url(images/placement-right-arrow.png) no-repeat 0 0 !important; width: 30px; height: 30px; line-height: 30px; opacity: 0.5;}

#tiny-carousel-slider1 .buttons.prev:hover, #tiny-carousel-slider1 .buttons.next:hover{opacity: 1;}


#tiny-carousel-slider1 .overview li {
float: left;
margin: 0 10px !important;
padding: 0 !important;
height: 55px !important;
border: 0 !important;
width: 150px !important;
}


#tiny-carousel-slider1 .next {
right: -20px !important;
left: auto;
top: 40%;
}




/******************************  Hostel Facilities  **************************/

#hostel-facilties-block{margin:20px;}
#hostel-facilties-block img{border: 4px solid #6b7d98; width: 100%; height: 100%; display: block; margin-bottom: 10px;}
#hostel-facilties-block h3{ color: #757575; font-size: 14px; text-transform: uppercase; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #e8e8e8;}
#hostel-facilties-block h6{ color: #565656; font-size: 14px; margin-bottom: 10px; font-weight: bold; line-height: 18px;}

#hostel-boys-block{ padding-bottom: 10px; margin-bottom: 15px; border-bottom: 1px solid #e8e8e8;}

#hostel-girls-block{}


/******************************  Deapartment Block  **************************/

#department-block{margin: 20px 0 0 20px; /*border-top: 1px solid #e8e8e8; padding-top: 20px;*/ }
#department-block img{border: 4px solid #6b7d98; display: block; margin-bottom: 10px;}


#department-block h4 {
background: #fff;
padding: 1px;
border: 1px solid #ddd;
margin-bottom: 0;
display: block;
/*margin-bottom: 3px;*/
}

#department-block h4 span {
background: #fff url(images/breadcrumb-bg.png) repeat-x bottom;
padding: 7px 0;
font-size: 14px;
color: #0c5b89;
text-transform: uppercase;
display: block;
font-weight: bold;
text-align: center;
}


#department-block ul{}

#department-block ul li{ list-style: none; border-bottom: 1px solid #e8e8e8; padding-bottom: 5px; margin-bottom: 5px; clear: both; display: block;}

#department-block ul li img{border: 2px solid #eee; display: block; margin-bottom: 10px;}

#department-block ul li:last-child{border-bottom: none; margin-bottom: 0;}

.announcement-pic-block{ width: 25%; float: left;}
#department-block .announcement-pic-block img{border: 2px solid #eee; width: 100%; display: block; margin-bottom: 10px;}


.announcement-content{ float: right; width: 72%;}

.announcement-content h2{ color:#3a71b6; font-size:12px; margin-bottom: 5px; line-height: 10px; font-weight: bold; position: relative;}

.announcement-content p{ color:#000; font-size:12px;margin-bottom:0; line-height: 18px;}


.announcement-content .read-more{  text-decoration: none; font-size: 11px; float: right; color: #3a71b6;background:url(images/read-more-arrow.png) no-repeat 100% 2px; padding-right:15px; }

.announcement-content .read-more:hover{text-decoration: underline;}


.read-more2{  text-decoration: none; font-size: 11px; float: right; color: #3a71b6;background:url(images/read-more-arrow.png) no-repeat 100% 2px; padding-right:15px; line-height:15px; margin-top:7px; }

.read-more2:hover{text-decoration: underline;}

.deptsmall { height: 130px;overflow:hidden;}
.deptbig {height: auto;}


.cat-post-widget p{color: #000;font-size: 12px;margin-bottom: 0;line-height: 18px;}

.cat-post-widget .read-more{  text-decoration: none; font-size: 11px; float: right; color: #3a71b6;background:url(images/read-more-arrow.png) no-repeat 100% 2px; padding-right:15px; line-height: 15px;}

.cat-post-widget .read-more:hover{text-decoration: underline;}


#department-img-block {}
#department-img-block img{border: 4px solid #6b7d98; width: 100%; height: 100%; display: block; margin-bottom: 10px;}


#news-announcement-block{border: 1px solid #ddd; margin:0 10px;}
#news-announcement-block h4{ border: 0; border-bottom: 1px solid #ddd;}

#news-announcement-block ul{}
#news-announcement-block marquee { height:238px;}
#news-announcement-block ul li{ list-style: none; border-bottom: 1px solid #e8e8e8; padding: 7px 0; margin-bottom: 0px; clear: both; display: block; margin: 0 10px;}

#news-announcement-block ul li img{border: 2px solid #eee; display: block; margin-bottom: 2px; float:left; margin-right: 10px;}

#news-announcement-block ul li:last-child{border-bottom: none; margin-bottom: 0;}



/******************************  Contact Page  **************************/

#contact-left{ width: 35%; float: left;}
#contact-right{ width: 60%; float: right;}

.course-txt{ text-align: center;}



/******************************  Alumni Page  **************************/

#alumni-block{}

#alumni-login{ background: #f0efef; padding-bottom: 10px;}

#alumni-login h3 { padding: 8px 20px; font-size: 18px; font-weight: bold; color: #fff; background: #0c5b89; display: block;}

#alumni-login-inner{ margin: 15px 35px;}
#alumni-login-inner input[type="text"], #alumni-login-inner input[type="password"] { width:100%; border:0; color:#878787; font-size:13px; padding:3px 12px; margin:0 0 8px 0; outline:none; background:#fff; border: 1px solid #c7c7c7;}

#alumni-login-inner input[type="submit"] { border:none; background:url(images/alumni-login.png) no-repeat top; text-indent:-9999px; font-size:0;  width:84px; height:25px; outline:none;float: right; display: block; margin-bottom: 10px;}

#alumni-login-inner input[type="submit"]:hover { background-position:bottom;}

#alumni-login-inner p{ text-align: center; display: block; clear: both; font-size: 11px; color: #0c5b89;}
#alumni-login-inner p a{ color: #0c5b89; text-decoration: none; margin: 5px;}
#alumni-login-inner p a:hover{ text-decoration: underline;}



#alumni-news{ margin: 10px 0;}

#alumni-news h3{background:#fff; padding: 1px; border: 1px solid #ddd; margin-bottom:0; display: block; margin: 0px;}
#alumni-news h3 span{background:#fff url(images/breadcrumb-bg.png) repeat-x bottom; padding: 7px 20px; font-size: 16px; color: #0c5b89; display: block; font-weight: bold; }


#alumni-news-inner{border: 1px solid #ddd; border-top: none; padding: 10px;}

#alumni-news-inner{ padding: 5px 10px 20px 15px;  font-family: Tahoma, Verdana, Geneva, sans-serif; border: 1px solid #ddd; border-top: none; padding: 10px;}

#alumni-news-inner h4{ color:#000; font-size:16px; font-family: 'UbuntuRegular'; margin-bottom: 8px; padding-bottom: 10px;}

#alumni-news-inner ul{}

#alumni-news-inner ul li{ list-style: none; border-bottom: 1px solid #e8e8e8; padding-bottom: 10px; margin-bottom: 10px; clear: both; display: block;}

#alumni-news-inner ul li:last-child{border-bottom: none; margin-bottom: 0;}



.alumni-date-block{ width: 40px; float: left; background: #1089a3; padding: 10px 0; text-align: center; color: #fff; font-size: 11px;}

.alumni-news-content{ float: right; width: 85%;}
.alumni-news-content h2{ color:#3a71b6; font-size:12px; margin-bottom: 5px; line-height: 10px; font-weight: bold; position: relative;}

.alumni-news-content p{ color:#000; font-size:12px;margin-bottom:0; line-height: 18px;}


.alumni-read-more{  text-decoration: none; font-size: 11px; float: right; color: #3a71b6;background:url(images/read-more-arrow.png) no-repeat 100% 3px; padding-right:15px; }

.alumni-read-more:hover{text-decoration: underline;}

table.personal td {padding:2px;}
table.personal td label { font-weight: normal;}
table.personal td label input[type="text"], table.personal td label textarea, table.personal td label input[type="password"], table.personal td label select { padding: 0 4px; width:183px;}
table.personal td label textarea { min-width:183px; max-width:183px;}
span.style27 {color:#ff0000; margin-left:5px;}
span.red { color: #ff0000; font-size:12px;}
span.green { color: #188631; font-size:12px;}
table.personal td input[type="submit"]{ background:#1C5E94; color:#fff; padding: 4px 4px; width:90px; border:none; }
table.personal td input[type="submit"]:hover { background: #3493CE;}


.counter {
	text-align: center;
	color: #6E6E6E;
	font-size: 12px;
}

.lost {
	background: #1C5E94;
	color: #fff;
	padding: 4px 4px;
	width: 120px;
	border: none;
}
.lost:hover {
	background:#3493CE;
}

table.userlist {
	background: #fff;
	width:100%;
	border-bottom:1px #666 solid;
	margin-bottom:15px;
}

table.userlist td{
	padding:5px;
	width:20%;
}

table .bold {
	background: #F7F7F7;
	font-weight:bold;
	width:25%;
}


.edit {
	background: #1C5E94;
	color: #fff;
	padding: 4px 4px;
	width: 130px;
	border: none;
}
.edit:hover {
	background:#3493CE;
}

.logout {
	background: #1C5E94;
	color: #fff;
	padding: 4px 4px;
	width: 70px;
	border: none;
}
.logout:hover {
	background:#3493CE;
}

table.userview {
	background: #fff;
	width:100%;

}

table.userview td{
	padding:5px;
	width:20%;
}

table.userview td input[type="text"], table.userview td input[type="password"], table.userview td select, table.userview td textarea{ padding: 0 4px; width:183px;}

.update { 
	background: #1C5E94;
	color: #fff;
	padding: 4px 4px;
	width: 70px;
	border: none; 
}
.update:hover {
	background:#3493CE;
}

.view_profile { background: #1C5E94; color:#fff; padding: 4px 4px; width: 80px;	border: none; text-decoration:none;}
.view_profile:hover {background:#3493CE; text-decoration:none; color:#fff;}

.back{background: #1C5E94; color:#fff; padding: 6px; width: 40px;	border: none; text-decoration:none;}
.back:hover {background:#3493CE; text-decoration:none; color:#fff;}

table.search td { padding:5px;}

.ukas { float:left; width:45%;}
.ukas img{width:75%; float:right; margin-top: 19px;}


/******************************** new css****************************************************/
#btm-links-block li{}

#btm-links-block li#connectus{list-style: none;
  float: left;
  background: url(images/btm-box-bg.png) repeat-x bottom;
  border-right: 1px solid #ddd;
  /* box-shadow: inset 0px 0px 1px #fff; */
  width: 25%;
 /* padding-left: 70px;*/ height:85px; }
 
 li#connectus h4{text-align:center;}
  
 #btm-links-block li#connectus .socialicons{
   
 }
.social-icons { margin-top:5px; text-align:center;}
.social-icons a { display:inline-block !important; width:inherit !important; /*height:31px !important;*/ background:url(images/social_icon.png) no-repeat;  text-indent:-9999px; font-size:0; margin:0 13px 0 0 !important; border:none !important; }

.social-icons a.facebook { background-position:0px 0px; width:31px !important; height:31px !important;}
.social-icons a.twitter { background-position:-44px 0px; width:31px !important; height:31px !important;}
.social-icons a.linkidin { background-position:-88px 0px; width:31px !important; height:31px !important;}


.social-icons a.facebook:hover { background-position:0px -31px;}
.social-icons a.twitter:hover { background-position:-44px -31px;}
.social-icons a.linkidin:hover { background-position:-88px -31px;}


/*******************************************  Devices Fixing  *************************************/



@media (min-width: 992px) and (max-width: 1199px) {



	.navbar-nav li { }

	.navbar-inverse .navbar-nav  li  a { padding:0 9px;}

	

	.navbar-nav li a span#home {left:13px;}	

	.navbar-nav > li:first-child a{ border-left:none; text-indent:-9999px; font-size:0; padding:0 22px;}

	

	

	#top-right-block{width: 55%;}

	#clollege-code span {font-size: 20px;}

	#clollege-code {font-size: 14px;width: 61%;}
	.ukas {width:42%; margin-top:15px;}
	

	#home-news-block {padding: 3px; height: 218px; overflow: hidden;}

	#home-news-block h4{ margin-bottom: 0; padding-bottom: 0;}	

	#home-news-block ul li {padding-bottom: 2px; margin-bottom: 2px;}



	.date-block {width: 40px;}

	.news-content {width: 84%;}

	.news-content h2 {font-size: 11px; margin-bottom: 3px;}

	.news-content p {font-size: 11px; line-height: 13px;}

	

	#latest-announcement h2 {font-size: 15px;padding: 0 10px; margin-right: 15px; width: 23%;}

	#announcement-scroll {width: 74%;}

	

	

	#mid-links-block li {font-size: 13px;}

	#mid-links-block li a {}

	

	#mid-links-block li#img-gallery a { background:url(images/img-gallery-icon.png) no-repeat 8px 3px;padding-left: 55px;}

	#mid-links-block li#img-gallery a:hover{ background:#fff url(images/img-gallery-icon.png) no-repeat 8px 3px;}

	
	#mid-links-block li#newsletternew a{ background:url(images/e-newsletternew.png) no-repeat 8px 3px; padding-left:50px; display:block;}

	#mid-links-block li#newsletternew a:hover{ background:#fff url(images/e-newsletternew.png) no-repeat 8px 3px;}
	
	
	#mid-links-block li#achievement a{ background:url(images/achievement-icon.png) no-repeat 8px 3px; padding-left:50px; display:block;}

	#mid-links-block li#achievement a:hover{ background:#fff url(images/achievement-icon.png) no-repeat 8px 3px;}



	#mid-links-block li#mandatory a{ background:url(images/mandatory-icon.png) no-repeat 8px 3px; padding-left:45px; display:block;}

	#mid-links-block li#mandatory a:hover{ background:#fff url(images/mandatory-icon.png) no-repeat 8px 3px; }



	#mid-links-block li#mba-website a{ background:url(images/mba-website-icon.png) no-repeat 8px 3px; padding-left:52px; display:block;}

	#mid-links-block li#mba-website a:hover{ background:#fff url(images/mba-website-icon.png) no-repeat 8px 3px;}

	

	

	h1 {font-size: 21px;}

	

	#content-right ul li {font-size: 11px;}

	

	#btm-links-block li p { font-size: 12px; line-height:17px;}


	}

	.alumni-news-content{width: 84%;}

	

@media (min-width: 768px) and (max-width: 991px) {



		

	.navbar-nav li {font-size:10px;}

	.navbar-inverse .navbar-nav li a { padding:0 3px;}

	.navbar-nav li ul li a{font-size:10px; line-height:30px; height:30px;}

	.navbar-nav li a span#home {left:8px;}	

	.navbar-nav > li:first-child a{ border-left:none; text-indent:-9999px; font-size:0; padding:0 17px;}

	

	#top-right-block{width: 90%;}

	#clollege-code span {font-size: 16px;}

	#clollege-code {font-size: 12px;width: 57%;}

	

	#banner {margin-right: 15px;}

	#home-news-block {margin: 5px 15px 0 15px;}

	

	.news-content {width: 90%;}

	

	#latest-announcement h2 {font-size: 13px;padding: 0 0 0 10px;margin-right: 15px;width: 25%;}

	#announcement-scroll {width: 70%;}

	

	

	#mid-links-block li {font-size: 10px;}

	#mid-links-block li a {}

	

	#mid-links-block li#img-gallery a { background:url(images/img-gallery-icon-tab.png) no-repeat 2px 8px; /*padding-left: 35px;*/ padding-left:35px;}

	#mid-links-block li#img-gallery a:hover{ background:#fff url(images/img-gallery-icon-tab.png) no-repeat 2px 8px;}

	

	

	#mid-links-block li#newsletternew a{ background:url(images/e-newsletternew-tab.png) no-repeat 2px 8px; /*padding-left:35px;*/ padding-left:35px; }

	#mid-links-block li#newsletternew a:hover{ background:#fff url(images/e-newsletternew-tab.png) no-repeat 2px 8px;}



	#mid-links-block li#achievement a{ background:url(images/achievement-icon-tab.png) no-repeat 2px 8px; /*padding-left:35px;*/ padding-left:35px;}

	#mid-links-block li#achievement a:hover{ background:#fff url(images/achievement-icon-tab.png) no-repeat 2px 8px;}



	#mid-links-block li#mandatory a{ background:url(images/mandatory-icon-tab.png) no-repeat 2px 8px; padding-left:32px;}

	#mid-links-block li#mandatory a:hover{ background:#fff url(images/mandatory-icon-tab.png) no-repeat 2px 8px; }



	#mid-links-block li#mba-website a{ background:url(images/mba-website-icon-tab.png) no-repeat 2px 8px; /*padding-left:37px;*/ padding-left:38px;}

	#mid-links-block li#mba-website a:hover{ background:#fff url(images/mba-website-icon-tab.png) no-repeat 2px 8px;}

	

	

	

	h1 {font-size: 16px;}

	

	#content-left h2 { font-size: 20px; line-height: 25px;}

	

	#content-right ul li {font-size: 11px;}

	

	#btm-links-block li { width: 50%;}

	#btm-links-block li h4 { font-size: 13px;}	

	#btm-links-block li p { font-size: 12px; line-height:17px;}

	

	.faculty-content-block{ padding: 10px;}

	
	.alumni-news-content{width: 90%;}

	.ukas {
		float: none;
		width: 100%;
		}
	.ukas img {
		text-align: center;
		margin: 0 auto;
		display: block;
		}
	
#btm-links-block li#connectus{width:50%;}
	
	}

	

	

@media (max-width: 767px) {

	

	

	#nav-block{ margin:10px 0 ; height:auto; float:none;}

		

	.navbar { min-height:0; margin-bottom:0;}

	

	.navbar-inverse {  height:auto; background:#none; padding:0; border-radius:0; box-shadow:none; width:100%; /*margin-bottom:15px;*/}

	
	.navbar-nav{ margin-right:0; margin-top:0; border:none; }

	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{ border:none;}

	

	.navbar-header{ 

		background:#3a71b6;

		margin:0; border:0; 

		box-shadow:0 0 1px #848484;

		

	}

	

	.navbar-collapse { border-top:0; box-shadow: none; }

	.navbar-inverse .navbar-brand { color:#fff; padding:9px 10px; font-weight:bold; }

	.navbar-inverse .navbar-brand:hover{ color:#83d3ff;}

	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{ box-shadow:0 0 1px #848484; padding:0; margin:0;}

	ul.navbar-nav{ margin:0;}

	.navbar-nav li { margin:0; font-size:13px; padding:0; }

	.navbar-nav li a { 

		background:#e7e7e7; 

		line-height:16px; 

		height:auto; 

		padding:10px 15px;  

		display:block; 

		vertical-align:none;

		border-right:0; 

		border-left:0;

		border-bottom:1px solid #d6d6d6;

		border-top:1px solid #f8f8f8; 

		margin-right:0;

		color:#2b2b2b !important;

	}

	

	.navbar-nav li a span#home { display:none;}	

	.navbar-nav > li:first-child a{ border-left:none; text-indent:inherit; font-size:13px; padding:10px 15px;}

	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li:hover > a { 						        				  		background:#f3f3f3; color:#3f3f3f;  border-radius:0;

	}	

	.navbar-nav li a:hover , .navbar-nav > li.current-menu-item > a {height:auto;  }

	.navbar-inverse .navbar-nav > .current-menu-item > a, .navbar-inverse .navbar-nav > .current-menu-item > a:hover, .navbar-inverse .navbar-nav > .current-menu-item > a:focus{  background:#f3f3f3; color:#3f3f3f;  border-radius:0;}

	.navbar-collapse{ max-height:none;}

	
	.nav li:hover > ul {

		position: relative;

		top: 0px;

		left: 0px;

		margin: 0;

		box-shadow: none;

		border-radius:0;

	}

	
	.nav li ul li:first-child:after {	

		background: url(images/dropdowm-top-arrow2.html) no-repeat;

		left: 30px;

		}

	
	.nav li ul li a{

		background:#fff; font-size:14px;

		color:#2b2b2b;

		padding:10px 25px;  

		border-bottom: 1px solid #eee !important;

		border-top: 1px solid #fff !important;

		line-height:16px; 

		height:auto;

		}
		
	.nav li ul li ul li a{padding:10px 10px 10px 50px;}
	.nav li ul li ul li ul li a{padding:10px 10px 10px 75px;}	

		

		

		

		/*.navbar-nav li ul li a {

	color: #5d5c5c;

	font-size: 13px;

	text-align:left;

	line-height: 36px;

	height: 36px;

	border-right:none;

	border-left:none;

	border-bottom: 1px solid #f0efef;

	border-top: 1px solid #fff;

	display: block;

	margin: 0px;

	background:#fff; padding:0 21px; font-weight:lighter; text-transform:none;

	box-shadow:none;

}*/





	.nav li ul li > a:hover, .nav li ul li:hover > a {

		background: #f7f7f7;color:#2b2b2b;

	}

	

	.navbar-nav li ul li:hover > ul {

	

	position: relative;

		top: 0px;

		left: 0px;

		margin: 0;

		box-shadow: none;

		border-radius:0;

}

#btm-links-block li#connectus{width:50%;}	

#btm-links-block li h4{font-size:13px;}


	

	
/*****************************  Content Section   **************************/

	

	h1 {font-size: 20px;}

	h2 { font-size: 20px;}

	p {font-size: 13px;}

	

	#header{  padding-top:20px;}

	

	h1#logo{  text-align:center; display:block; margin:0 0 10px 0;}

	h1#logo a{ display:inline-block;}

	h1#logo img { margin:0 auto; display: block; width:100%; }

	

	

	#top-right-block {width: 100%;float: none;}

	

	#clollege-code {border-right: none;}

	

	#banner-block {margin-top: 0;}

	

	#banner {margin-right: 15px;}

	

	#banner .cycloneslider-template-standard .cycloneslider-caption {width: 100%;}

	#banner .cycloneslider-template-standard .cycloneslider-caption-title { font-size: 18px; }

	

	#home-news-block {margin: 5px 15px 0 15px;}

	

	#latest-announcement h2 {font-size: 18px;padding: 0;margin-right: 0;width:100%; text-align: center;}

	#announcement-scroll {width: 100%;}

	
	#mid-links-block{ margin-bottom: 20px;}
	#mid-links-block li { float: none;border-radius: 0; border-top: none;}
	#mid-links-block li:first-child{border-radius: 0;}
	#mid-links-block li:last-child{border-radius: 0;}
	
	
	#mid-links-block li#img-gallery a{  padding-left:70px; }
	#mid-links-block li#newsletternew a{ padding-left:70px;}
	#mid-links-block li#achievement a{ padding-left:70px;}
	#mid-links-block li#mandatory a{ padding-left:70px;}
	#mid-links-block li#mba-website a{ padding-left:70px;}


	
	.links1{ width:100%;}
	.links2{ width:100%;}
	.links3{ width:100%;}
	.links4{ width:100%;}
	.links5{ width:100%;}

	
	#announcement-arrow{ display: none;}

	#btm-links-block li { width: 50%;}
	#btm-links-block li p { font-size: 12px; line-height:17px;}
	
	#content-left {background: none;}
	#content-left h2 { font-size: 20px; line-height: 25px;}

	#content-right {margin: 40px 10px 0 15px;}

	.faculty-block{ width: 100%; float: none;}
	.faculty-description{width: 100%; float: none;}
	.faculty-pic{width: 100%; float: none;}
	
	
	#contact-left{ width: 100%; float: none; margin-bottom: 30px;}
	#contact-right{ width: 100%; float: none;}

	.post-thumbnail{ float: none; margin: 0;}
	.post-page-thumbnail{ float: none; margin: 0;}
	.post-page-thumbnail img{ margin:0 0 15px 0;}

	.ukas {
		float: none;
		width: 100%;
		}
	.ukas img {
		text-align: center;
		margin: 0 auto;
		display: block;
		}
	
	}

	

	

@media (max-width: 480px) {



	h1 {font-size: 16px;}

	h2 {font-size: 16px;}

	

	#clollege-code { font-size: 13px; width: 61%;}

	#clollege-code span { font-size: 18px;}

	

	#banner .cycloneslider-template-standard .cycloneslider-caption {display:none;}

	

	#home-news-block { padding: 5px 10px 0 10px; margin: 5px 15px 0 15px;}

	

	.news-content { width: 79%;}

	.news-content h2 { font-size: 11px; }

	

	#mid-links-block li {font-size: 12px;}

	#mid-links-block li a {}

	

	#mid-links-block li#img-gallery a { background:url(images/img-gallery-icon-tab.png) no-repeat 2px 8px;padding-left: 35px;}
	#mid-links-block li#img-gallery a:hover{ background:#fff url(images/img-gallery-icon-tab.png) no-repeat 2px 8px;}

	

	

	#mid-links-block li#newsletternew a{ background:url(images/e-newsletternew-tab.png) no-repeat 2px 8px; padding-left:35px; }

	#mid-links-block li#newsletternew a:hover{ background:#fff url(images/e-newsletternew-tab.png) no-repeat 2px 8px;}



	#mid-links-block li#achievement a{ background:url(images/achievement-icon-tab.png) no-repeat 2px 8px; padding-left:35px;}

	#mid-links-block li#achievement a:hover{ background:#fff url(images/achievement-icon-tab.png) no-repeat 2px 8px;}



	#mid-links-block li#mandatory a{ background:url(images/mandatory-icon-tab.png) no-repeat 2px 8px; padding-left:35px;}

	#mid-links-block li#mandatory a:hover{ background:#fff url(images/mandatory-icon-tab.png) no-repeat 2px 8px; }



	#mid-links-block li#mba-website a{ background:url(images/mba-website-icon-tab.png) no-repeat 2px 8px; padding-left:37px;}

	#mid-links-block li#mba-website a:hover{ background:#fff url(images/mba-website-icon-tab.png) no-repeat 2px 8px;}

	

	#content-right ul li { font-size: 11px; line-height: 18px;}

	

	#btm-links-block li { width: 100%;}

	#btm-links-block li h4 { font-size:13px;}

	

	#footer p { font-size: 13px; }

	

	

	.faculty-content-block{ padding: 10px;}

	
	.alumni-news-content { width: 79%;}
	
	#btm-links-block li#connectus{width:100%;}
	
	#btm-links-block li h4{font-size:13px;}
	
li#connectus h4{text-align:left;}
  
.social-icons { margin-top:5px; text-align:left;}

#btm-links-block li#connectus {
  padding-left: 60px; 
}
	
	
	

	}



	
/*@-moz-document url-prefix() {
	#mid-links-block li#mba-website a {
		padding-left: 78px;
	}
}*/




.tour {
	margin:auto;
}

.tour td {
	padding:20px;
}




@media (min-width: 1201px) and (max-width: 1600px) {
	
	#banner-block {margin-top: 4px;height: 265px;overflow: hidden;}

}
















