.port{
	float:left;
	color:#a2a3a3;
	font-size:3em;
}
.works{
	padding: 3em 0 2em;
}
#filters {
	list-style: none;
	margin-right: 5%;
}
#filters li {
	display:inline-block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -o-inline-box;
	display: -ms-inline-box;
}
#filters li span {
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	color: #333;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-weight:700;
	margin: 0 0.5em;
	cursor:pointer;
	background:#f5f5f5;
	border-radius:30px;
	border:2px solid #f5f5f5;
}
#filters li span:hover ,#filters li.active span {
	color: #00a0e9;
	background:#fff;
	border-radius:30px;
	border:2px solid #00a0e9;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 20%;
	display: none;
	float: left;
	overflow: hidden;
	margin: 2%; border:1px solid #ddd;
	box-shadow: 1px 1px 3px #ddd;
}

div#portfoliolist {
	padding: 0px 0px;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer; 
}
.portfolio-wrapper p{
	color:#000;
	font-size:1.1em;
	padding:1em 0;
}
.portfolio-wrapper span.arrow{
	background: url(../images/arrow.png) no-repeat 0px 0px;
	width: 49px;
	height: 26px;
	display: inline-block;
	position: absolute;
	bottom: 50px;
left: 114px;
}
.portfolio img {
	max-width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}		
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	width: 100%;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 4%;
	display: -webkit-inline-box;
}
.b-animate span{
	display:block;
	text-transform: uppercase;
	padding-top: 2.5em;
	display: block;
	font-weight: 500;
}
.b-animate button{
	background: #000;
	padding: 0.9em 1.8em;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.875em;
	border: none;
	border-radius: 0.3em;
	margin: 0.8em auto;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	display:none;
	position: relative;
	left: -100%;
	background:rgba(0, 0, 0, 0.6);
	background-size: 100% 100%;
	top: 0px;
	margin: 0;
	min-height: 241px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}

/*--responsive--*/
@media(max-width:790px){
#filters li span { font-size:0.9em; margin-bottom:10px!important;padding: 0px 10px;}
#filters {margin: 0 5%; padding: 0;}
.b-animate span{ padding-top: 1.8em;}
}
@media(max-width:480px){
.port ,#filters{float: none;}
#filters {padding: 0.5em 0 0;}
.works {padding: 1.5em 0;}
#filters li span{margin: 0 0.1em;}
#portfoliolist .portfolio { width: 80%; margin: 5% 10%;}
.b-animate span { padding-top: 0.6em; line-height:16px;}
}
@media(max-width:320px){
#filters li span {font-size: 0.7em;}
}