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

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

.block-fluid.hd-wrapper {
	padding:0;
	margin-bottom:-10px;
	margin-top:-50px;
	z-index:997;
	position:relative;
}

.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-expand {
	position:absolute;
	bottom:20px;
	left:50%;
	color:#fff;
	margin-left:-20px;
	width:40px;
	height:40px;
	line-height:40px;
	border:solid 1px #fff;
	text-align:center;
	-webkit-border-radius: 40px ;
	-moz-border-radius: 40px ;
	border-radius: 40px ;
	font-size:14px;
}

.hd-thumbs li a.overlay-expand:hover {
	font-size:16px;
}

.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 .overlay-details {
	position: absolute;
	width: 100%;
	height: 100%;
	padding:15px;
	opacity:0.9;
	background-color:#1abc9c;
}

body.minimal-layout .hd-thumbs li div.overlay-details {
	background-color:#fff !important;
}

body.minimal-layout .hd-thumbs li .overlay-details h3 ,
body.minimal-layout .hd-thumbs li a.overlay-expand {
	color:#616161 !important;
}

body.minimal-layout .hd-thumbs li a.overlay-expand {
	border-color:#616161 !important;
}

.hd-thumbs li .overlay-details .link-box {
	width: 100%;
	height: 100%;
	position:absolute;
}

.hd-thumbs li .overlay-details h3 {
	font-weight: normal;
	color:#fff;
	width:auto;
	text-align:center;
	display:block;
	font-size:18px;
	padding-top:20px;
	margin:0
}

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

.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;
	}

}