
.portfolioFilter { text-align:center; margin-bottom:30px;}
.portfolioFilter a { 
    margin:0 4px; 
	min-width:132px;
	color:#777777;
	display:inline-block;
	line-height:43px;
	border:1px solid #d7d7d7;
	border-radius:5px;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	transition:1s all ease;
}
.portfolioFilter a:hover {color:#fff;	background:#ff9600;}

.portfolioFilter a.current { 
    color:#fff;
	background:#ff9600;
}
.tabsbox {margin:15px 10px; padding-bottom:20px; text-align:center; position:relative;}
.tabsbox_img{position:relative; text-align: center; overflow:hidden; }
.tabsbox img { transition:1s all ease;}
.tabsbox:hover img{ transform:scale(1.1);}
.tabsbox:hover .tabboxdetail  { padding-bottom:50px;}
.tabboxdetail {background:rgba(0,0,0,0.8); transition:1s all ease; border-radius:0 0 6px 6px;  text-align:center; position:absolute; left:0; width:100%; bottom:0; font-size:12px; color:#fff; padding:12px 0 20px 0}
.tabboxdetail span {display:inline-block; width:100%; font-family: 'Montserrat-SemiBold'; font-size:16px; text-transform:uppercase;}
.tabboxdetail_i{ position:absolute; left:0; width:100%; bottom:8px;}
.tabboxdetail_i i{ transition:1s all ease; width:32px; height:32px; background:#ebab23; border:2px solid #f3cd7b; border-radius:50%; clear:both; position:relative; z-index:9999; color:#fff; margin:0 0 -5px 0; line-height:28px; font-size:16px;}
.tabsbox:hover .tabboxdetail_i i{ transform:rotate(360deg);}






.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}