.grid-layout {
	margin-top:50px;
}

.hd-wrapper {
	margin-bottom:30px;
}

.block-fluid.hd-wrapper {
	padding:0;
	margin-bottom:0;
	margin-top:-50px;
}

.block-fluid .row {
	margin:0;
}

.hd-thumbs {
	list-style: none;
	width: 100%;
	position: relative;
	padding: 0 !important;
	margin:0 !important;
}

.hd-thumbs li {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom:none !important;
	margin:0;
}

.hd-thumbs li:after {
	display:none !important;
	visibility:hidden !important;
	border:none !important;
	margin:0 !important;
}

.block-fluid.hd-wrapper .hd-thumbs li {
	padding: 0;
}

.block .hd-thumbs li {
	padding:0 10px;
	margin-bottom:20px;
}

.hd-thumbs li a.overlay-link {
	position:absolute;
	bottom:44px;
	right:50%;
	padding:5px;
	color:#fff;
	width: 39px;
	text-align: center;
	-webkit-border-radius: 195px;
	-moz-border-radius: 195px;
	border-radius: 195px;
	background:#48c9b0;
	border:solid 2px #48c9b0;
	margin-right:-44px;
}

.block .hd-thumbs li a.overlay-link {
	bottom:25px;
}

.hd-thumbs li a.overlay-expand {
	margin-left:-44px;
	margin-right:auto
}

.hd-thumbs li a.overlay-link:hover {
	background:#1abc9c;
	border:solid 2px #48c9b0;
}

.hd-thumbs li .overlay-box,
.hd-thumbs li .overlay-box img {
	display: block;
	position: relative;
	max-height:100%;
	height:auto;
}

.hd-thumbs li .overlay-box {
	overflow: hidden;
}

.hd-thumbs li div.overlay-details {
	position: absolute;
	background: #1abc9c;
	width: 100%;
	height: 100%;
	opacity:0.9;
	padding:25px;
}

.hd-thumbs li .overlay-details span {
	text-transform: uppercase;
	font-weight: normal;
	color:#fff;
	width:auto;
	text-align:center;
	display:block;
	margin-top:44px;
	font-size:18px
}

.block .hd-thumbs li .overlay-details span ,
.portfolio-widget li .overlay-details span {
	margin-top:0;
}

.hd-thumbs li .overlay-details span a {
	color:#fff;
}

#masonry .load-more {
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	left:50%;
	position:absolute;
	bottom:-12px;
	margin:0 auto 0 -7px;
}

.load-more {
	display:block;
	width:100%;
	text-align:center;
	margin:50px 0;
	float:left;
}

.blog .load-more {
	margin:0 0 50px 0;
}

@media (max-width:767px){

	.block .hd-thumbs li {
		padding:0 15px;
	}

}