/* the below rule is for testing only */
/*.masonry-item.grid-3.boxed .pic-image
{
	height:350px;
}*/

.masonry-filter {

	background: #222222;
	padding: 40px 15px;
	position: relative;
}

.masonry-filter .filter-list ul {

	list-style-type:none;
}

.masonry-filter .filter-list ul li {

	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}

.masonry-filter .filter-list ul li:hover {
	color:#f15a23;
}

.masonry-filter .masonry-container {
	width: 100%;
}

.masonry-filter.transparent {
	background-color: transparent;
}

.masonry-container.container {

	padding-left:0;
	padding-right: 0;
}

.masonry-item
{
	opacity:0;
}

.masonry-item-visible
{
	opacity:1;
}

.masonry-item.boxed {

	margin-bottom:1.5%;

}

.masonry-item img {

	width:100%;
	height:auto;
}
/*
.masonry-item .overlay-container, .masonry-item-inner {
	position: relative;
}

.masonry-item .overlay {

	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,.85);
	display: none;

}

.masonry-item .overlay .plus {

	position: absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	background-color: #ff6600;
	text-align: center;
	padding-top:12px
}

.masonry-item .overlay .plus i {

	color:#ffffff;
	font-size:18px;
}
*/


.masonry-item.grid-6 {
	width:15.16%;
}

.masonry-item.grid-6.width2 {
	width:31.83%;
}

.masonry-item.grid-5 {
	width:18.5%;
}

.masonry-item.grid-4 {
	width:23.5%;
}

.masonry-item.grid-4.width2 {
	width:47%;
}

.masonry-item.grid-3 {
	width:33.33%;
}

.masonry-item.grid-3.width2 {
	width:66.66%;
}

.masonry-item.grid-2 {
	width:48.5%;
}

.gutter-sizer {
	width:1.5%;
}

.masonry-item.grid-4.boxed {
	width:23%;
}

.masonry-item.grid-4.boxed.width2 {
	width:46%;
}

.masonry-item.grid-3.boxed {
	width:32.33%;
}

.masonry-item.grid-3.boxed.width2 {
	width:64.8%;
}

.masonry-item.grid-2.boxed {
	width:48%;
}

/*
@media (max-width: 1200px) {

	.masonry-item.grid-6 {
		width:20%;
	}

	.masonry-item.grid-5 {
		width:25%;
	}
}

@media (max-width: 992px) {

	.masonry-item.grid-6 {
		width:25%;
	}

	.masonry-item.grid-5 {
		width:33.33%;
	}

	.masonry-item.grid-4 {
		width:33.33%;
	}

	.masonry-item.grid-4.boxed {
		width:32.83%;
	}
}*/

@media (max-width: 768px) {

	.masonry-item.grid-6 {
		width:31.83%;
	}

	.masonry-item.grid-5 {
		width:48.5%;
	}

	.masonry-item.grid-4 {
		width:48.5%;
	}

	.masonry-item.grid-3 {
		width:48.5%;
	}

	.masonry-item.grid-3.boxed {
		width:48%;
	}

	.masonry-item.grid-4.boxed {
		width:48%;
	}
}

@media (max-width: 550px) {

	.masonry-item.grid-6, .masonry-item.grid-5, .masonry-item.grid-4, .masonry-item.grid-3 {
		/*width:50%;*/
		width:100%!important;
	}
}


a.overlay_anchor
{
	width:100%;
	height:100%;
	position:absolute;
}

.masonry-item .masonry-border {
    border: 4px solid #fff;
    border-collapse: separate;
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 10px;
}
/*
.masonry-item .overlay .plus
{
	background-color:#ff6600!important;
	padding-top:5px!important;
}

.masonry-item .overlay .plus a i
{
	width:30px;
	height:30px;
	line-height:30px;
	border:solid 1px #fff;
	border-radius:15px;
}
*/