#filters {
    margin: 0 auto;
    width: 78.5%;
    padding: 0;
    list-style: none;
}
#filters li {
	float: left;
}
#filters li  {
	display: block;
	padding: 25px 20px 25px 20px;
	text-decoration: none;
	    color: #454545;
    font-size: 1.2em;
	text-align: center;
	font-family: 'Conv_ProximaNova-Reg', Arial;
    letter-spacing: .5px;
	cursor: pointer;
}
#filters li.active {
	background: #1d4c81;
	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;
}

.eventfolio.advanced .mTSWrapper::before{
	    /* content: "Advanced"; */
	    top: 20px;
    left: -63px;
}