.k2t-gallery-heading .gallery-title{
	font-size: 48px;
	margin-bottom: 10px;
}
.filter-style-dropdown .k2t-gallery-heading .gallery-title{
	float: left;
}
.k2t-gallery-heading .gallery-title:after{
	content: ":::";
    color: #3F51B5;
    margin-left: 35px;
}
.k2t-gallery-heading .filter-list{
	list-style: none;
    text-align: center;
	padding: 0;
	margin: 0 0 87px!important;
}
.k2t-gallery-heading .filter-list li{
	display: inline-block;
	font-size: 18px;
    color: #636363;
	line-height: 1.2;
	margin: 0 12px;
	cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
	position: relative;
}
.k2t-gallery-heading .filter-list li:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #252525;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.k2t-gallery-heading .filter-list li.active:after{
	width: 100%;
}
.k2t-gallery-heading .filter-list li.active,
.k2t-gallery-heading .filter-list li:hover{
	color: #252525;
}
.k2t-gallery-shortcode .k2t-isotope-container{
	border: 0;
}
.k2t-gallery-shortcode .view{
	padding: 0;
	border: 0;
}
.k2t-gallery-shortcode .view .mask{
	background: url('../images/upload/lightbox.png');
}
.k2t-gallery-shortcode .view .mask .pf-lightbox{
	font-size: 18px;
    font-family: "Old Standard TT";
    font-style: italic;
    font-weight: 500;
	text-align: center;
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.k2t-gallery-shortcode .view:hover .mask .pf-lightbox{
	top: 50%;
}
.k2t-gallery-shortcode .view .mask .pf-lightbox a{
	color: #fff;
	display: block;
    margin-bottom: 17px;
}