/* UI - X */
.faculty-peep {
    margin:10px auto;

}

@media(max-width:1200px){

	}.faculty-peep .ui-item {
		margin:5px 0px;
	}
.faculty-peep {
		margin:10px 20px;
} }


@media(min-width: 767px)and(max-width: 370px){
.faculty-peep .ui-item .col-mob{
	width:100%;
    
	}
    
 .row .faculty-peep .col-md-4  .col-xs6 .col-mob {
        padding-left: 0px;
    
    }
    
.faculty-peep .ui-item {
    
        width: 100%;
} }
    

@media(max-width: 357px){
.faculty-peep .ui-item .col-mob{
		width:100%;
} }


/* Info */
.faculty-peep {
	position:relative;
	padding:10px 0px 10px;
	margin:15px 0px 10px;
	background:#fff;
	border:1px solid #e7e7e7;
	box-shadow:1px 1px 0px 1px rgba(0,0,0,0.05);
}

/* Image */
.faculty-peep .ui-item img {
	width:150px;
	height:175px;
	border-radius:4%;
	border:1px solid #eee;
	padding:3px;
	margin-left: 5px;
  margin-right: 10px
	box-shadow:2px 2px 0px 1px rgba(0,0,0,0.05);
}

@media(max-width: 525px){
.faculty-peep .ui-item img{	
		margin:0px auto;
} }

@media all and (min-width: 977px) and (max-width: 1200px) {
    .faculty-peep .ui-item img {
	width:125px;
	height:150px;
	
} }

@media all and (max-width: 977px){
    .faculty-peep .ui-item img {
	width:150px;
	height:175px;
	
} }


@media(max-width: 350px){
.faculty-peep .ui-item img{
		margin-top: 5px;
	}
}

/* Details */
.faculty-peep .ui-info{
	margin-left:190px;
}

@media(max-width: 525px){
.faculty-peep .ui-item{
text-align:center;
    
	}.faculty-peep .col-mob{
		width:100%;
        
} }

@media(max-width: 357px){
.faculty-peep .ui-item{
		
		text-align:center;
	}
    .faculty-peep .ui-item{
		text-align:center;
}}

/* Item */
.faculty-peep .ui-item{
	padding:7px 0px;
	max-width:287px;
	margin:0px auto 10px;
}
    
    
/* Headings and Contacts */

    
.faculty-peep .ui-item p.h3 {
    margin: 0 0 3px 0;
    padding: 0px;
    line-height: 1em;
    font-size: 1.6em;
    text-transform: none;
}

.faculty-peep .ui-item p.h4 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 15px 0;
    padding: 0px;
    line-height: 1em;
    font-size: 1.2em;
}

.faculty-peep .ui-item p.titles {
    margin-bottom: 0;
    font-size: .8em;
    color: #003865;
    text-transform: uppercase;
    font-weight: 700;
    line-height: .9em;
}

.faculty-peep .ui-item p {
	line-height: 1.5em;
    font-size: 14px;
}

.faculty-peep a.btn-xs  {
    font-size: 16px;
}

