.recent-work {
	padding: 60px 0px 0px;
	margin-top: 60px;
	position: relative;
}
.property-type {
	display: block;
	clear: bouth;
}
.property-type .col-md-3, .property-type .col-sm-3 {
	padding: 0px;
}
.recent-title h2 {
	padding: 0px 74px;
margin-bottom: 5px;
}
.work-inner {
	position: relative;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
    background: rgba(20,77,107,0.9) !important;
	z-index: 9999;
	opacity: 0;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 1;
}
.overlay span {
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
	top: 50%;
	position: relative;
	display: inline-block;
	font-size: 25px;
	padding-top: 28px;
}
.work-inner:hover .overlay {
	opacity: 1;
}
.recent-title {
    background: rgba(0, 0, 0, 0) url("/template/62a5976e/images/recent-title-bg.png") no-repeat scroll 0 0;
    color: rgb(255, 255, 255);
    left: 50%;
    max-width: 652px;
    min-height: 182px;
    padding: 41px 0 16px;
    position: absolute;
    text-align: center;
    top: -29px;
    transform: translateX(-50%);
    z-index: 3;
}
.recent-title p, .recent-title h2 {
	color: #fff;
}
.recent-title p {
	padding: 0px 74px;
	font-size: 15px;
}
.widget-snippet .recent-title p{
	margin-top:0;	
}
.request-quote {
	background: #003F62;
	color: #fff;
	padding: 48px 0px;
	overflow: hidden;
}
.request-quote a.btn-more {
	margin-top: 0px;
}
.request-quote h2 {
	color: #fff;
	text-align: right;
	margin-top: 10px;
	font-weight: 400;
}
.request-quote a {
	text-align: left;
	margin-left: 65px;
}
.btn-more {
	background: #f9ff01 !important;
	display: inline-block;
	padding: 13px 33px;
	color: #000;
	font-size: 15px;
	margin-top: 22px;
	text-transform: uppercase;
	text-decoration: none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 67.75%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**Back-End**/
body.widget-snippet .recent-work .property-type .work-inner a{
       margin:20px;
}
body.widget-snippet .recent-work .recent-title    {
       z-index:auto;
       transform: none;
}
