.list-thumbnail-container {
	display: flex;
	flex-wrap: wrap;
}
.thumbnail-container {
	max-width: 150px;
	max-height: 150px;
    padding: 7px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
.jml-img {
	font-size: 70%;
    padding: 2px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #696a78;
}
.img-cover a {
	display: block;
	position: relative;
}

.thumbnail-container {
	border: 1px solid #dbe1ef;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    background: #f6f6f6;
    border-radius: 5px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    transition: all .2s;
}


.img-cover {
	overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.img-cover a {
	height: 100%;
	width: 100%;
	margin: 0;
    padding: 0;
    border: 0;
    
}
.img-cover img {
	max-height: 100%;
    padding: 0;
    border: 0;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    cursor: pointer;
}
.img-empty {
	max-height: 100%;
    max-width: 100%;
}
.gallery-foto li {
	float: left;
    list-style: none;
}
.masonry-item {
	margin-right: 10px;
	margin-bottom: 13px;
}

.masonry-item a {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 250px;
	
	border: 1px solid #dbe1ef;
	padding: 5px;
    background: #eaebee;
	color: inherit;
	text-align: center;
	text-decoration: none;
	font-size: 90%;
}

.masonry-item a .title {
	display: inline-block;
	margin-top: 5px;
}

.masonry-item img {
	width: 100%;
}

.spotlight, .spl-title, .spl-description {
	font-family: poppins;
}

.loader {
    display: inline-block;
    margin: auto;
    position: absolute;
    left: 50%;
    font-size: 18px;
    border: 1px solid #fdfd95;
    background: #ffffcc;
    padding: 10px 15px;
    z-index: 1000;
}
#result {
	min-height: 50px;
}
.notitle .title {
	display: none !important;
}
.notitle a {
	background: #f6f6f6;
}