

#localproject_datalist {
	margin: 0 auto;
	width:100%;
	position:relative;
	
}

.share {
	padding-top:20px;
}

.projectgrid {
	padding: 1em 0 4em 0;
	list-style: none;
	display: table;
}

.projectgrid figure {
	float: left;
	overflow: hidden;
	margin: 10px 10px;
	width: 250px;
	height: 571px;
	background: #fff;
	text-align: left;
	cursor: pointer;
	border-top: 6px solid #dddddd;
	padding:10px;
}

.project  h4{
	font-size:18px;
	font-weight:bold;
	clear:both;
}

.title{ 
	font-size:18px;
	color:#666666;
	font-weight:200;
	clear:both;
}	

.projectgrid figure:hover{
	 border-top: 6px solid #00aeef;
	 webkit-box-shadow: 0 10px 10px -1px #ddd;
       -moz-box-shadow: 0 10px 10px -1px #ddd;
            box-shadow: 0 10px 10px -1px #ddd;

}


.newprojectimg {
	background-repeat:no-repeat;
	background-size: 100% 100%;
	height: 260px;
	width: 228px;
	margin:0 auto;

}

.projecttype, .projectlocation {
	color: #00aeef;
}

.projectlocation {
	background:url(../img/icons/icon.location.jpg) no-repeat;
	display:block;
	padding-left:16px;
}

.testimonialsummary {
	clear:both;
	font-size:14px !important;
	color: #666666 !important;
}


.testimonialsummary p {
	font-size:14px !important; 
	color: #666666 !important;
}




@media (max-width: 768px) {

	
	.projectgrid figure {
		width: 164px;
		height: 350px;
		padding:10px;
	}
	
		
	.newprojectimg {
		background-repeat:no-repeat;
		background-size: 100% 100%;
		height: 120px;
		width: 98px;
		margin:0 auto;
	
	}
	
	
	.share {
		padding-top:20px;
	}
	
	#wishtocommend {
		height:160px;
	}
	
	#wishtocommend h1{
		font-size:20px;
	}

}


 
@media (max-width: 1024px) {

	
	#wishtocommend {
		height:190px;
	}
	
	#wishtocommend h1{
		font-size:30px;
	}

}


 
#wishtocommend {
	background: url(../img/wishcommend.jpg) no-repeat;
	height:229px;
	color:#fff;
	text-align:center;
	position:relative;
}

#wishtocommend h1{
	color:#fff;
	font-size:34px;
	padding-top:5%;
}

#msgbody p {font-size:18px;}



.project  h4{
	font-size:18px;
	font-weight:bold;
	clear:both;
}

.title{ 
	font-size:18px;
	color:#666666;
	font-weight:200;
	clear:both;
}	


@media (min-width: 300px) {
		
	.project  h4{
		font-size:12px;
		font-weight:bold;
		clear:both;
	}
	
	.title{ 
		font-size:12px;
		color:#666666;
		font-weight:200;
		clear:both;
	}	
		
		
	.testimonialsummary {
		clear:both;
		font-size:11px !important;
		color: #666666 !important;
	}
	
	
	.testimonialsummary p {
		font-size:11px !important; 
		color: #666666 !important;
	}
	
	#localproject_datalist {
		margin-left:0px;
	}
	
	.featuredtestimonials {
		font-size:14px;
	}

}


@media (min-width: 768px) {
		
	.project  h4{
		font-size:13px;
		font-weight:bold;
		clear:both;
	}
	
	.title{ 
		font-size:13px;
		color:#666666;
		font-weight:200;
		clear:both;
	}	
	
		
	.testimonialsummary {
		clear:both;
		font-size:12px !important;
		color: #666666 !important;
	}
	
	
	.testimonialsummary p {
		font-size:12px !important; 
		color: #666666 !important;
	}
	
	#localproject_datalist {
		margin-left:40px;
	}
	.featuredtestimonials {
		font-size:16px;
	}
}


@media (min-width: 992px) {
		
	.project  h4{
		font-size:18px;
		font-weight:bold;
		clear:both;
	}
	
	.title{ 
		font-size:18px;
		color:#666666;
		font-weight:200;
		clear:both;
	}	
	
		
	.testimonialsummary {
		clear:both;
		font-size:14px !important;
		color: #666666 !important;
	}
	
	
	.testimonialsummary p {
		font-size:14px !important; 
		color: #666666 !important;
	}
	
	.featuredtestimonials {
		font-size:24px;
	}

}



