.hoverEffect li{ float:left; padding:0px; margin:0px 10px;}
.hoverEffect li .caption{display:none; background:#08a7e8; position:absolute; border:1px solid #d6d6d6;}

.hoverEffect img{
	-moz-box-shadow: 3px 3px 4px 0 #D6D6D6;
	-webkit-box-shadow: 3px 3px 4px 0 #D6D6D6;
	box-shadow: 3px 3px 4px 0 #D6D6D6;
	border: 1px solid #d0d0d0;
	width: 430px !important;
	height: 240px !important;
}
.hoverEffect h2{
	color: #ffffff !important;
	font-size: 25px !important;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 35px auto 5px;
	max-width: 60%;
	padding: 5px 10px;
}
.hoverEffect p{
	color:#fff !important;
	font-weight:700;
	padding:10px 15px 0px;
}
.hoverEffect .orange_btn_lg{
	border:4px solid #058cc3;
	padding: 6px 15px 8px;
	margin:0px;
}
#whitecontent .hoverEffect li .caption{
	background:#96c133;
}
#whitecontent .hoverEffect .orange_btn_lg{
	border:4px solid #82a929;
}

@media (max-width: 670px){
/*--- Phone only CSS here ---*/
#dnn_gray2col_1, #dnn_white2col_1, #dnn_gray2col_1bottom{
	margin:0px;
}
.hoverEffect{
	width:100% !Important;
	height:auto !Important;
	margin:0px auto;
}
.hoverEffect img{
	width:100% !Important;
	height:auto !Important;
	margin:0px auto;
	max-width: 426px;
}
.hoverEffect li .caption{
	/*display:none !important;*/
	max-width: 426px;
}
.hoverEffect li{
	float:none !important;
	max-width: 430px;
	margin:0px auto;
}
.hoverEffect li .caption{
	display:none !important;

}
}
