#filters {
    margin: 0 auto;
    width: 78%;
    padding: 0;
    list-style: none;
}
#filters li {
	float: left;
}
#filters li  {
	display: block;
    padding: 25px 11px;
    text-decoration: none;
    color: #454545;
    font-size: 1.1em;
    font-family: 'Conv_ProximaNova-Reg', Arial;
    /* letter-spacing: .5px; */
    cursor: pointer;
}
#filters li.active {
	background: #00A0DD;
	color: #fff !important;
	
}
/*#filters li:last-child {
    color: #E95325;
	
}
#filters li.active:last-child {
    color: #fff;
	background: #E95325;
}*/
#eventfoliolist .eventfolio {
		display: none;
	
}
.eventfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	
	cursor: pointer;
}
/*.eventfolio img {
	max-width: 100%;
	position: relative;
	top: 0;
	-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);
}*/

.clearfixn:before, .clearfixn:after{
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
 .clearfixn:after {
	clear: both;
}

