/* Portolio Hover */
.da-thumbs li, .da-thumbs li img {
	max-height: 314px;
	display: block;
	position: relative;
}
.da-thumbs li {
	overflow: hidden;
}
.da-thumbs li article {
	position: absolute;
	background-image: url(../images/portfolio/image_hover.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
.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 {
	margin: 25px 0 0;
	text-align: center;
}
.da-thumbs li article h3 {
	color: #fff;
	padding-top: 30px;
}
.da-thumbs li article em {
	margin-bottom: 10px;
	color: #fff;
	display: block;
}
.da-thumbs li article span {
	display: inline-block;
}
span.link_post {
	background-color: #FFFFFF;
	background-image: url("../images/portfolio/link_post_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50px 50px 50px 50px;
	cursor: pointer;
	display: block;
	height: 30px;
	margin-right: 10px;
	width: 30px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
span.zoom {
	overflow: hidden;
	display: block;
	width: 30px;
	height: 30px;
	background-color: #FFF;
	border-radius: 50px;
	cursor: pointer;
	background-image: url(../images/portfolio/zoom_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.portfolio_2col article h3 {
	padding-top: 70px !important;
}
/* Image Grid */
.image_grid {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.image_grid li {
	float: left;
	border-width: 1px;
	line-height: 17px;
	border-style: solid;
	color: white;
	list-style: none;
	overflow: hidden;
	/* margin-bottom: 23px; */
	text-align: center;
	-moz-box-shadow: 1px 1px 3px #a7a7a7;
	-webkit-box-shadow: 1px 1px 3px #a7a7a7;
	box-shadow: 1px 1px 3px #a7a7a7;
}
