.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;
	padding: 0;
	margin: 0 0 85px!important;
}
.k2t-gallery-heading .filter-list li{
	display: inline-block;
	font-size: 18px;
	line-height: 1.75;
	padding: 0 7px;
	cursor: pointer;
	position: relative;
	margin: 5px 12px;
}
.k2t-gallery-heading .filter-list li:first-child {
	margin-left: 0;
}
.k2t-gallery-heading .filter-list li:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #3f51b5;
	transition: all 0.2s ease-in-out;
	-webkit-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: #303f9f;
}
.k2t-gallery-shortcode .k2t-isotope-container{
	border: 0;
}
.k2t-gallery-shortcode .view{
	padding: 0;
	border: 0;
}
.k2t-gallery-shortcode .view .mask{
	background: rgba(63,81,181,0.95);
}
.k2t-gallery-shortcode .view .mask .pf-lightbox{
	width: 50px;
	line-height: 50px;
	font-size: 18px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transition: all 0.3s ease-in-out;
	-webkit-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: #252525;
	display: block;
}