@charset "utf-8";
/* CSS Document */

.main_wrapper
{
	margin:0 auto;
	width:996px;
	height:545px;
	

}
.overlay {
    width:996px;
	height:545px;
    position:absolute;
    background-color:#000;
	opacity:0.3;
}
.top_caption
	{
	margin:35px 0 0 0;
	width:996px;
	height:30px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	z-index:10;
	position:absolute;
	text-align:center;
	}

.deparments
{
	position:relative;
	top:250px;
	width:100%;
	height:auto;
}
.deparments1
{
	width:50%;
	float:left;
}
.deparments2
{
	width:50%;
	float:right;
}
.Btech_panel
{
margin-left:5px;
}
.content
{
padding:10px;
color:#FFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
font-weight:bold;
}
.Mtech_panel
{
margin-left:5px;
}
.dept_btn  {
	margin-top:20px;
	    border-radius: 25px;
    border: 2px solid #fff;
  /*background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);*/
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:100px;
}

.dept_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #A51F1F, #A51F1F);
  background-image: -moz-linear-gradient(top, #A51F1F, #A51F1F);
  background-image: -ms-linear-gradient(top, #A51F1F, #A51F1F);
  background-image: -o-linear-gradient(top, #A51F1F, #A51F1F);
  background-image: linear-gradient(to bottom, #A51F1F, #A51F1F);
  text-decoration: none;
  cursor:pointer;
}
.dept_btn a
{
	text-decoration:none;
	font-family: Arial;
  color: #ffffff;
	
}

.right_menu
{
margin-left:5px;
width:225px;
position: relative;
background:#FFF;
height:auto;
top:2px;
float:left;
overflow:hidden;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
border: 1px solid #E8DDDD;

}
.left_panel
{
margin-right:3px;
width:225px;
position: relative;
background:#FFF;
border:1px solid #fff;
height:auto;
top:10px;
float:left;
overflow:hidden;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
    border: 1px solid #E8DDDD;
}
.navigation
{
   padding: 10px 10px 10px 19px;
    /* width: 215px; */
    line-height: 10px;
    /* background-color: #A51F1F; */
    color: #A51F1F;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    text-align: left;
    border-bottom:1px solid #CCC;
    font-weight: bold;
}
.menu_simple ul {
	
    padding: 0;
    width:100%;
	margin-top:5px;
    list-style-type: none;
	text-align:left;

}
.menu_simple li
{
	width:100%;
	line-height:20px;
	border-bottom:1px dotted #CCC;
}

.menu_simple ul li a {
    text-decoration: none;
    padding: 2px 25px;
    display:block;
	color:#A51F1F;
}
 .menu_simple ul li a:before {
    font-family: 'FontAwesome';
    content: '\f046';
    margin: 0 5px 0 -15px;
    color: #A51F1F;
	font-size:16px;
}
 .menu_simple ul li a:hover:before {
	  font-family: 'FontAwesome';
    content: '\f046';
  color: #FFF;

}
.menu_simple ul li a:visited {
    color:#A51F1F;
	font-weight:bold;
	
}
.menu_simple ul li a:hover, .menu_simple ul li .current {

      color:#fff;
	  background-color: #A51F1F;
	  
}

.top_wrapper
{
	width: 750px;
    height: auto;
    position: relative;
    float: right;
    right: 0px;
    top: 0px;
    
}

.top_wrapper .layer
{
	background:#000;
	opacity:0.5;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	
    
}
/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    from {
	-ms-transform: rotateX(300deg); /* IE 9 */
    -webkit-transform: rotateX(300deg); /* Chrome, Safari, Opera */
    transform: rotateX(300deg);}
    to {-ms-transform: rotateX(360deg); /* IE 9 */
    -webkit-transform: rotateX(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);}
}

/* Standard syntax */
@keyframes example {
    from {-ms-transform: rotateX(300deg); /* IE 9 */
    -webkit-transform: rotateX(300deg); /* Chrome, Safari, Opera */
    transform: rotateX(300deg);}
    to {-ms-transform: rotateX(360deg); /* IE 9 */
    -webkit-transform: rotateX(360deg); /* Chrome, Safari, Opera */
    transform: rotateX(360deg);}
}
.textarea
{
	color:#FFF;
	padding:10px;
	height:auto;
	position:relative;
	z-index:12;
}

.textarea h1
{
padding:5px;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}
.textarea p{
padding:5px;
margin:0;
font-family:Arial;
font-size:12px;
text-align:justify;
font-family:Georgia, "Times New Roman", Times, serif;
}

.visit
{
	   position: relative;
    margin: 0;
    padding: 0;
    bottom: 0px;
    right: 12px;
    top: 40px;
}
.visit span 
{
	margin:0;
	padding:0 0 0 20px;
	color:#fff;
	line-height:14px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.visit span a 
{

	color:#000;
text-decoration:none;
}
.visit span a:hover 
{

	color:#000;
text-decoration:underline;
}
.fa-chevron-circle-up:before {
  content: "\f139";
  color:#2E73B1;
  font-size:24px;
}
.it_caption
{

	width:998px;
	height:26px;
	background: -moz-linear-gradient(89deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 37%, rgba(130,130,130,1) 99%, rgba(128,128,128,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(128,128,128,1)), color-stop(1%, rgba(130,130,130,1)), color-stop(63%, rgba(255,255,255,1)), color-stop(100%, rgba(192,192,192,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(89deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 37%, rgba(130,130,130,1) 99%, rgba(128,128,128,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(89deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 37%, rgba(130,130,130,1) 99%, rgba(128,128,128,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(89deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 37%, rgba(130,130,130,1) 99%, rgba(128,128,128,1) 100%); /* ie10+ */
background: linear-gradient(1deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 37%, rgba(130,130,130,1) 99%, rgba(128,128,128,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#c0c0c0',GradientType=0 ); /* ie6-9 */
}
.itcaptioncontent
{
	padding:3px 0px 0px 20px;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px !important;
	text-align:left;
	font-weight:bold;
}
#background_cycler{padding:0;margin:0;width:100%;position:relative !important; top:0;left:0;z-index:-1; height:275px;}
#background_cycler img{position:absolute;left:0;top:0;width:100%;z-index:1}
#background_cycler img.active{z-index:3}
.campus
{
    bottom: 140px;
    margin: 0;
    padding: 20px 0 0 0;
    position: absolute;
    bottom: 6px;
    text-align: right;
    right: 30px;
}
.campus span 
{
	margin:0;
	padding:0 0 0 20px;
	color:#000;
	line-height:14px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.campus span a 
{

	color:#A51F1F;
	text-decoration:none;
	font-weight:bold;
}
.campus span a:hover 
{
	color:#A51F1F;
	text-decoration:underline;
}
.introductionit li
{
	margin-top:10px;
	padding: 0px 0px 0px 25px;
	background:url(../images/new_bullet.png) no-repeat;
	list-style:none;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #2c2727;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: justify;
}
.heading
{
	display: inline-block;
    padding: 8px 15px 8px 15px;
    background: #A51F1F;
	background:#A51F1F;
	color:#FFF;
	text-align:center;
	font-family: "Georgia", "Times New Roman";
	font-size:14px;
}
.right_panel
{
	width:240px;
	height:545px;
	border-right:1px solid #780827;
	position:relative;
	float:left;
	top:0;
}
	