/**
* Common View Elements
*/

/* --- Views Field --- */
.views-field {
}

.field-content {
}

/* Views Field Title */
.views-field-title {
}

.views-field-title .field-content {
}

/* Views Field Image */
.views-field-field-image {
}
.letter{
display:none
}
.views-field-field-image .field-content {
}

/* Views Field Body */
.views-field-body {
}

.views-field-body .field-content {
}

/* Views Field Changed */
.views-field-changed {
}

.views-field-changed .field-content {
}

/* --- Views Inline Grid --- */
.views-row {
}

.views-row-odd {
}

.views-row-even {
}

.views-col {
}

.cols-1 .views-col {
  width: 100%;
}

.cols-2 .views-col {
  width: 50%;
}

.cols-3 .views-col {
  width: 33.33%;
}

.cols-4 .views-col {
  width: 25%;
}

.cols-5 .views-col {
  width: 20%;
}

.cols-6 .views-col {
  width: 16.66%;
}

/**
* Mass Bottom
*/
#mass-bottom-wrapper .block-inner {
  border-top: none;
  padding-top: 0;
}

#mass-bottom-wrapper .cols-2 .grid-inner {
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  margin-right: 18px;
  padding: 18px;
}

#mass-bottom-wrapper .row-1 .col-2 .grid-inner {
  background: #f5f5f5;
}

#mass-bottom-wrapper .row-2 .col-1 .grid-inner {
  background: #fdfbe9;
  border: 1px solid #dcd7bb;
}

#mass-bottom-wrapper .row-2 .col-2 .grid-inner {
  background: #ecf5f8;
  border: 1px solid #c6e0e7;
}

#mass-bottom-wrapper .views-field-title {
  margin-bottom: .5em;
}

#mass-bottom-wrapper .views-field-title a {
  color: #333;
  font-size: 1.167em;
  font-weight: bold;
}

#mass-bottom-wrapper .views-field-title a:hover,
#mass-bottom-wrapper .views-field-title a:focus {
  color: #7bb9e0;
  text-decoration: none;
}

#mass-bottom-wrapper .views-field-view-node a {
  background: url(../images/bg-button-more.png) no-repeat left top;
  border: 1px solid #ddd;
  color: #aaa;
  display: block;
  float: left;
  font-size: .833em;
  padding: 3px 10px 3px 21px;
  text-transform: uppercase;
}

#mass-bottom-wrapper .views-field-view-node a:hover,
#mass-bottom-wrapper .views-field-view-node a:focus {
  background: url(../images/bg-button-more.png) no-repeat left -25px;
  color: #7bb9e0;
  text-decoration: none;
}

#mass-bottom-wrapper .col-last .grid-inner {
  margin-right: 0;
}

/**
* Supported Views Formats
*/
/* --- Slideshow --- */
#slideshow-wrapper .container {
  padding-bottom: 0;
  position: relative;
}

#slideshow-wrapper .block-content {
  padding: 0;
}

#slideshow-wrapper .region-slideshow {
  background: #fff;
  /* border-bottom: 1px solid #e2e2e2; */
  overflow: visible;
  padding: 0;
  padding-bottom: 0;
  position: absolute;
}
.region.region-slideshow {width: 1000px;position:relative !important;margin: 0 auto;}
table.views-table.cols-0 {width: 1000px;margin: 0 auto;border:0px;}
table.views-table.cols-0 td{padding:0px;border:0;}
.view-simple-slideshow .views_slideshow_main > div > div,
.views-slideshow-cycle-main-frame-row, 
.views-slideshow-cycle-main-frame {  
  width: 100% !important;
}

/* Slideshow Image */
#slideshow-wrapper .views-field-field-slideshow {
  box-shadow: 0 3px 2px #000 inset;
}

/* Titles */
/* #slideshow-wrapper .views-field-title {
  background: url(../images/bg-title-slideshow.png) repeat-x left top;
  bottom: 0;
  color: #fff;
  display: none;
  font-family: BebasNeueRegular;
  font-size: 3em;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
} */

#slideshow-wrapper .views-field-title {
  border-right: 2px solid #fff;
position: relative;
z-index: 10;
float: left;
width: 350px;
min-height: 425px;
padding: 15px 15px 0;
background: #B01116;
}
#slideshow-wrapper .views-field-title .field-content {
  display: block;
  padding: 50px 0 0 0;
}

#slideshow-wrapper .views-field-title a {
  color: #fff;
  text-decoration: none;
}

#slideshow-wrapper .views-field-title a:hover,
#slideshow-wrapper .views-field-title a:active,
#slideshow-wrapper .views-field-title a:focus {
  color: #fff;
  text-decoration: none;
}

/* Slideshow Navigator */
#slideshow-wrapper .views-slideshow-controls-bottom {
  bottom: 0;
  display: none;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20; /* if you have more than 18 images in slideshow, increase this value */
}

#slideshow-wrapper .region-slideshow:hover .views-slideshow-controls-bottom,
#slideshow-wrapper .region-slideshow:hover .views-field-title {
  display: block;
}

#slideshow-wrapper .views-slideshow-controls-top {
  display: none;
}

#slideshow-wrapper .views_slideshow_controls_text {
  float: left;
}

#slideshow-wrapper .views_slideshow_controls_text span {
  background: url(../images/ico-slideshow.png) no-repeat;
  bottom: 15px;
  cursor: pointer;
  display: block;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  width: 30px;
}

#slideshow-wrapper .views_slideshow_controls_text span.views-slideshow-controls-text-previous {
  background-position: 0 0;
  left: 20px;
}

#slideshow-wrapper .views_slideshow_controls_text span.views-slideshow-controls-text-previous:hover {
  background-position: 0 -35px;
}

#slideshow-wrapper .views_slideshow_controls_text span.views-slideshow-controls-text-next {
  background-position: -35px 0;
  right: 20px;
}

#slideshow-wrapper .views_slideshow_controls_text span.views-slideshow-controls-text-next:hover {
  background-position: -35px -35px;
}

#slideshow-wrapper .views_slideshow_controls_text span.views-slideshow-controls-text-pause {
  display: none;
}

#slideshow-wrapper .views_slideshow_controls_text span:hover {
}

#slideshow-wrapper .views_slideshow_slide_counter {
  background: #c00;
  color: #fff;
  display: none;
  float: left;
  margin-left: 1px;
  padding: .25em 1em;
}

/* Slideshow Full Pager */
#slideshow-wrapper .view > .pager {
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 20; /* if you have more than 18 images in slideshow, increase this value */
}

/* Slideshow Mini Pager */
#slideshow-wrapper .views-mini-pager {
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 20; /* if you have more than 18 images in slideshow, increase this value */
}

/* --- Photo Stream --- */
#panel-fourth-wrapper .view .grid-inner {
  border-right: none;
  padding: 0;
}

#panel-fourth-wrapper .view .views-field-field-photostream-images {
  margin-bottom: 10px;
}
/*govind css*/
.facultyList{ width:200px; margin-bottom:25px; float:left; -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px; margin-right:15px; border:1px solid #c3c3c3; padding:5px;  border-bottom-width: 2px;min-height:400px;height:auto}
.facultyList img{ padding-bottom:10px;height:100%;width:100%;}
.facultyList a{ text-align:center; font-size:14px; color:#B01116; text-transform:uppercase; font-weight:bold; padding-top:10px;width:100%;}
.facultyList h3{ color:#696969; font-size:14px; margin:10px 0 !important;font-weight:400;}
.facultyList h4{ color:#000; font-size:14px; margin:0 0 10px !important;font-weight:400;}
.research_cont.place > p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.item-list ul.pager{
/*display:none;*/
}
.facultyAlphaText {   background: none repeat scroll 0 0 #FAFAFA;
    border-top: 3px solid #b01116;
	padding:10px 0;
    float: left;
    margin-bottom: 15px;
    width: auto !important;}
.facultyAlphaText span{ padding:6px 6.8px; color:#000; font-size:18px;cursor:pointer;}
.section.history {
    display: none;
}
