/* ==================================================
   Add your own style here. This file will overide properties described in any other css file.
================================================== */

.staff-item .media-box{
	position:relative;
	height:300px;
	overflow:hidden;
	
}



.staff-item .staff-name{
	position:absolute;
	font-size:28px;
	background-color:#a79aae;
	color:#FFFFFF;
	height:36px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	padding:4px;
	margin-left:0;
	margin-right:30px;
		
}

.staff-item .staff-name small{
	font-size:22px !important;
}

.staff-item .staff-name:after{
	position:absolute;
	right:-36px;
	top:0;
	content:" ";
	width: 0;
	height: 0;
	border-top: 36px solid #a79aae;
	border-right: 36px solid transparent;
}


.featured-gallery{
	background-color:#d1c9c1;
	
}

.flexslider .slides li{
	background-position:top;
	
}

.featured-gallery img{
	
	
}