#staff-gallery {
	display:flex;
	flex-wrap:wrap;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-left: -4%;
	margin-top: 30px;
}
#staff-gallery span {
	float: left;
	line-height: 17px;
	color: #333;
	list-style: none;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 4%;
	text-align: center;
	width: 29%;
}

/* Portolio Hover */
.da-thumbs li ,
.da-thumbs li  img {
	position: relative;
	width:100%;
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	background-image: url(../img/layout/black-clear3.png);
	background-repeat: repeat;
	width: 100%;
	height: 84%;
	padding-top: 15%;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
}

.da-thumbs {
text-align:center;
}

.da-thumbs li  article h3{
color:#fff;
padding-top:20px;
font:400 16px/150% 'Roboto', sans-serif;
}
.da-thumbs li  article h3 img{
	width: 17px;
	margin: 0px 10px -5px 0px;
}

.da-thumbs li  article em{
margin-bottom:10px;
color:#fff;
display:block;
}

.da-thumbs li  article span{
display:inline-block;
}

.portfolio_2col article h3{
padding-top:70px !important;
}

/* Image Grid */
#staff-title {
	padding: 10px 12px;
	text-align: left;
	background: url(../img/layout/black-clear3.png) repeat;
	margin-top: -65px;
	z-index: 10;
	position: relative;
}
#staff-title h3 {
	font:400 16px/150% 'Roboto', sans-serif;
}
#staff-title h3 i {
	float: right;
	font-style: normal;
	font-size: 12px;
	display: none;
}
#staff-title p {
	font: 300 12px/150% 'Roboto', sans-serif;
	color: #ed1b2e;
	padding: 0px;
}
#staff-desc {
	font:300 14px/150% 'Roboto', sans-serif;
	background:#fcfcfc;
	z-index:999;
	position:relative;
	text-align:left;
}


/* Responsive image grid*/
/* Mobile landscape width 320 */
@media only screen and (max-width: 800px) {
	#staff-gallery span {
		width: 45%;
	}

}
@media only screen and (max-width: 600px) {
	#staff-gallery span {
		width: 100%;
	}

}


