/* FILTERS */

#wrap-pr #filters{
	text-align: center;
	margin: 40px 0;
}

#wrap-pr #filters ul {
	margin: 0;
	padding: 0;
}

#wrap-pr #filters ul li {
	display: inline;
	list-style: none !important;
	margin: 5px;
	line-height: 52px;
	padding: 10px;
	text-transform: uppercase;
	border: 2px solid #363636;
	font-size: 14px;
	cursor: pointer;
	color: #363636;
	font-weight: bold;
}

#wrap-pr #filters ul li:hover {
	background-color: #333;
	color: #fff;
	border: 2px solid #333;
}

/* GRID */

.grid {
	list-style: none;
	margin: 0 auto !important;
	padding: 0 !important;
	width: 100%;
	opacity: 0;
}

.grid li.shown,
.grid li {
	opacity: 1;
	list-style: none !important;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
}

.grid li img {
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

.grid li {
	display: block;
	float: left;
	position: relative;
	margin: 0 !important;
		
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}


/* LAYOUT GRID */

.mosaic-0 {
	padding: 0;
}

.mosaic-1 {
	padding: 5px;
}

.mosaic-2 {
	padding: 10px;
}

/* COLUMNS */

.column-2 {
	width: 50%;
}

.column-3 {
	width: 33.33%;
}

.column-4 {
	width: 25%;
}

.column-5 {
	width: 20%;
}

.column-6 {
	width: 16.66%;
}

.mosaic-1.excerpt-1,
.mosaic-2-excerpt-1 {
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
}


/* RESPONSIVE */

@media screen and (max-width: 880px){
	.preview-centre {
		width: auto;
		margin: 0 40px;
	}
	.preview-overlay-2 .preview-image {
		width: auto;
		margin: 40px 40px 0 40px;
	}
}

@media screen and (max-width: 720px){
	.btn-preview {
		display: none !important;
	}
}