
*,
:before,
:after {
	box-sizing: border-box;
}

.isotope-wrapper {
	position: relative;
    width: 100%;
    margin: auto;
    max-height: 850px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.isotope-box {
	position: relative;
	width: 100%;
}

.isotope-toolbar {
	background: rgba(66, 66, 99, 0.3);
	padding: 10px;
	margin: 10px;
	color: #eee;
}

.isotope-toolbar p {
	border-top: 1px solid #fff;
	padding-top: 15px;
}

.isotope-toolbar a {
	color: #fff;
}

.isotope-item {
	position: relative;
	width: 31%;
	margin: 1%;
}

.isotope-item img {
	display: block;
	width: 100%;
}

.isotope-item img.lazyload,
.isotope-item img.lazyloading {
	min-height: 200px;
}

.lazyload {
	background: #f7f7f7;
}

.lazyloading {
	background: #f7f7f7 url(../img/gallery-loader.gif) no-repeat center;
	min-height: 60px;
}

@media all and (max-width: 767px) {

.isotope-wrapper {
	max-height: 450px;
}

.isotope-item img.lazyload,
.isotope-item img.lazyloading {
	min-height: 100px;
}	
}
