@charset "utf-8";
/* CSS Document */


.portfolio-section {
	padding-bottom:40px;
}
/* category filter */



.filter-section {
	padding-top:0px;
}
.filter-container {
	text-align:center;
	margin:20px 0 36px;
}
.filter span.filterspan {
	padding-right: 0px;
}
ul.filter > li > a {
	color:#a3a3a3;
	padding: 21px 5px;
	line-height:40px;
	font-size:17px;
	font-weight:bold;
}
ul.filter > li > a:hover, ul.filter > li > a:focus {
	text-decoration:none;
	color:#000;
	outline:none
}
ul.filter > li.active a {
	color:#84c546;
	font-weight:bold;
}
ul.filter > li span {
	color:#606060;
	font-size:20px;
	display:inline-block;
	margin:0 5px
}
.filter-section .filter-container .filter > li {
	padding:0;
	margin:0
}
.filter-section h1 {
	text-align:center
}
.page-title {
	padding: 5px 0 0px 0;
	min-height: 45px;
	line-height: 16px;
	font-size:12px
}
/* the color of the transparent overlay border */



.portfolio-section.port-col figure .overlay-background {
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.1);
}
/* portfolio images */



.portfolio-section figure {
	float:left;
	width:100%;
	position:relative;
	margin:0;
}
.portfolio-section figure img {
	width:100%;
	height:auto
}
/* project title under image */



.portfolio-section .article-title {
	text-align:center;
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	padding:10px 0 30px 0;
}
.portfolio-section .article-title a {
	color:#aaa
}
/* transparent overlay */



.portfolio-section figure:hover .overlay {
	opacity:0;
	visibility:visible
}
.portfolio-section figure:hover .overlay-background {
	opacity:.8;
	visibility:visible
}
.portfolio-section figure .overlay-background {
	z-index:1;
 -webkit-transition:all .2s ease-in-out;
 -moz-transition:all .2s ease-in-out;
 -o-transition:all .2s ease-in-out;
 transition:all .2s ease-in-out;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	visibility:hidden;
	width:100%;
	height:100%
}
.portfolio-section figure .overlay-background .inner {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:0px;
	background-color:#c8e9c8;
	background-color:rgba(0, 0, 0, 0.1)
}
.portfolio-section figure .overlay {
	z-index:2;
 transition:all .2s ease-in-out;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	visibility:hidden;
	width:100%;
	height:100%
}
.portfolio-section figure .inner-overlay {
	display:table;
	width:100%;
	height:100%
}
.portfolio-section figure .inner-overlay-content {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	padding:20px 40px
}
.portfolio-section figure .inner-overlay-content.with-icons {
	text-align:center
}
/* icons inside overlay */



.portfolio-section figure .inner-overlay-content.with-icons a {
	width:40px;
	height:40px;
	line-height:42px;
	display:inline-block;
	margin:0 10px;
	text-decoration:none;
	font-size:20px;
	background:rgba(0, 0, 0, 0.9);
	color:#fff;
	border-radius:0
}
/* skew image on hover */ 



.isotopeSelector img {
 -webkit-transition:all .3s ease;
 -moz-transition:all .3s ease;
 -ms-transition:all .3s ease;
 -o-transition:all .3s ease;
 transition:all .3s ease
	
filter: gray; /* IE5+ */
-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
-webkit-transition: all .5s ease-in-out;
}
.isotopeSelector:hover img {
-moz-transform:scale(1.1) rotate(0deg);
-webkit-transform:scale(1.1) rotate(0deg);
-o-transform:scale(1.1) rotate(0deg);
-ms-transform:scale(1.1) rotate(0deg);
transform:scale(1.1) rotate(0deg);
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-ms-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease

filter: none;
-webkit-filter: grayscale(0);

}
.isotopeSelector figure {
	overflow:hidden
}
.isotopeSelector figure {
	box-shadow:0 0 2px rgba(0, 0, 0, 0.2)
}
.isotopeContainer .col-lg-2{ padding:0; padding-right:3px;}
