#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

	#info .info-wrapper {
		padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

	}
	
	#info a {
		color:#c09853;
		text-decoration:none;
	}
	
	#info p {
		margin:5px 0 0 0;
	}


.container { 
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;	
}
 
#filters {
	margin:0%;
	padding:0;
	list-style:none;
	text-align: left;
	margin-bottom: 35px;
}

	#filters li {
		display: inline-block;
		margin: 0px 10px 0px 0px;
		padding-right: 10px;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		line-height: 1.2;
		border-right: 1px solid #000;
	}
	#filters li:last-child { border-right: 0px; }
	
	#filters li span {
		display: block;
		padding:5px 0px;		
		text-decoration:none;
		color:#939498;
		cursor: pointer;
		position: relative;
	}
	
	#filters li span:after {
		content: '';
	width: 0%;
	-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#filters li span.active {
		color:#000;
	}

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	/* width:24%; */
	margin:0.5%;
	/* display:none; */
	/* float:left; */
	overflow:hidden;
	
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
	}

	.portfolio img {
		max-width:100%;
		position: relative;
		float: left;
		top:0;
		width:100%;
		-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
		transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
	}
	
	.portfolio .portfolio__label {
		position: absolute;
		width: 100%;
		height:100%;
		top:0px;
		background-color: rgba(0,0,0,0);
		opacity:0;
		text-align: center;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    display: block;
	}

		.portfolio .label-bg {
			/*background-color: rgba(254,254,254,0.6);*/
			background-color: rgba(0,0,0,0.6);
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text-top {
			color:#fff;
			position: relative;
			z-index:500;
			top: 15px;
			padding:0px 25px;
			display: inline-block;
  			vertical-align: middle;
			text-transform: uppercase;
			text-align: left;
			max-width: 90%;
			float: left;
		}
		.portfolio .label-text-top h3 {margin: 3px 0px; font-weight: 500; color: #FFF; font-size: 22px; line-height: 1.1;}
		.portfolio .label-text-top h4 { margin: 3px 0px 15px 0px; color: #FFF; text-transform: none; font-size: 14px; }
		.portfolio  a.btn-transparent { border-radius: 0px; font-weight: 500; background-color: transparent; border-color: #FFF; color: #FFF; padding: 8px 20px; }
		.portfolio  a.btn-transparent:hover {
			color: #fff;
		    background-color: #000;
		    border-color: #000;	
			}


			.portfolio .text-category {
				display:block;
				font-size:14px;
			}

		.portfolio .button-right { position: absolute; bottom: 20px; right: 20px; z-index: 99; }	
	
	.portfolio:hover .portfolio__label {
    	bottom:0;
    	height: 100%;
    	opacity: 1;
  }
	.portfolio:hover img {
    top:0px;
  }  

	



/*  #Mobile (Portrait) - Note: Design for a width of 320px */


@media only screen and (max-width: 767px) {
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}	
#filters { text-align: center; }
#filters li {
    display: inline-block;
    margin: 1px 3px 1px 3px;
    padding-right: 4px;
    font-size: 14px;
    border-right: 0px;
}
#filters { margin-bottom: 15px; } 


}

@media only screen and (max-width: 480px) {

	#portfoliolist .portfolio {
		width:96%;
		margin:2%;
	}
	
}
