#blog-masonrywrap {
	width: 100%;
	float: left;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.gallery {
	float:left;
	width:100%;
	padding:80px 0 40px 0;
}
.gallery .box {
	float:left;
	width:100%;
	/*margin-bottom:40px;*/
}
.gallery .box .frame {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.gallery .box .frame img {
	display:block;
	width:100%;
	height:auto;
}
.gallery .box .frame:hover img {
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.gallery .box .frame .caption {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.39);
	opacity:0;
}
.gallery .box .frame:hover .caption {
	opacity:1;
}
.gallery .box .frame .caption .inner {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	top:0;
	width:100%;
	height:40%;
}
.gallery .box .frame .caption .inner a.zoom {
	position:absolute;
	left:-45px;
	right:0;
	top:0;
	margin:auto;
	width:35px;
	height:35px;
	background-color:#fff;
	text-align: center;
	line-height:35px;
	font-size:18px;
	color:#222;
}
.gallery .box .frame .caption .inner a.zoom:hover {
	color:#fff;
}
.gallery .box .frame .caption .inner a.link:hover {
	color:#fff;
}
.gallery .box .frame .caption .inner a.link {
	position:absolute;
	left:45px;
	right:0;
	top:0;
	margin:auto;
	width:35px;
	height:35px;
	background-color:#fff;
	text-align:center;
	line-height:35px;
	font-size:18px;
	color:#222;
}
.gallery .box .frame .caption .inner h4 {
	text-align:center;
	color:#fff;
	display:block;
	padding:50px 0 6px 0;
}
.gallery .box .frame .caption .inner p {
	text-align:center;
	color:#fff;
	margin:0 0 6px 0;
}
.gallery .box .frame .caption .inner a.like {
	display:block;
	text-align:center;
	font-size:14px;
	line-height:14px;
	font-weight:400;
	color:#fff;
}
#gallery-grid-1-masonrywrap {
	float:left;
	list-style:outside none none;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
}
.gallry-margin-none.gallery .box {
	margin:0;
}

@media (max-width:480px) {

}

@media (max-width:767px) {

	#wrapper #blog-masonrywrap .loop-entry,#gallery-grid-1-masonrywrap .loop-entry,#blog-masonrywrap-2 .loop-entry{
		width:100% !important;
		left:0 !important;
	}
	
}

@media (min-width:768px) and (max-width:1024px) {
	
}

@media screen and (max-width:1160px) {

}

@media (min-width:1200px) {

}

@media (min-width:1366px) {

}

@media (min-width:1400px) {

}