.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    z-index: 2;
}
.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.bold-filter {
    margin-top: 50px;
    margin-bottom: 50px;
    background: #f7f7f7;
    padding: 20px 15px 20px 15px;
    display: inline-block;
}
.bold-filter .filter-button {
    float: left;
    margin-right: 20px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.inline-filter .gallery-filters {
    float: left;
}
.inline-filter .gallery-filters a {
    float: left;
    margin-right: 10px;
    padding: 0 12px;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    /*font-family: "GothamSSm-Book";*/
    font-family: 'Lato',sans-serif;
}
.inline-filter .gallery-filters a {
    color: #000;
}
.bold-filter.inline-filter .gallery-filters a.gallery-filter-active:before {
    width: 100%;
}
.bold-filter.inline-filter .gallery-filters a:before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 0;
    background: #3f8bcb;
    height: 6px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*Gallery Item Css*/
.grid-item-holder {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.gallery-items, .por-sidebar {
    float: left;
    width: 100%;
    position: relative;
}
.gallery-item, .grid-sizer {
    width: 25%;
    position: relative;
    float: left;
}
.gallery-items .gallery-item {
    padding: 4px;
}
.gallery-items .four-coulms .gallery-item {
    padding: 4px;
}
.gallery-item img, .grid-sizer img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.gallery-item .overlay {
    z-index: 2;
    opacity: 0;
    background: #000;
}
.four-coulms .gallery-item, .four-coulms .grid-sizer {
    width: 25%;
}
.hid-por-info .gallery-item {
    overflow: hidden;
}
.box-item {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.box-item a {
    display: block;
    position: relative;
}
.box-item img {
    position: relative;
    z-index: 1;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}
.box-item .overlay {
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

@media only screen and (max-width: 1064px){
	.gallery-item {
	    width: 50% !important;
	}
}

@media only screen and (max-width: 768px){
	.bold-filter {
	    margin-top: 0;
	    margin-bottom: 50px;
	}
	.inline-filter .gallery-filters {
	    width: 100%;
	    padding: 20px 0;
	}
	.inline-filter .gallery-filters a {
	    width: 100%;
	    margin-right: 0;
	    text-align: left;
	    margin-bottom: 15px;
	    padding-left: 0;
	}
	.bold-filter.inline-filter .gallery-filters a:before, .bold-filter.inline-filter .count-folio:before, .inline-facts:nth-child(2):before {
	        display: none;
	}
}

@media only screen and (max-width: 540px){
	.gallery-item, .clients-list li {
	    width: 100% !important;
	}
}