.da-thumbs {
	list-style: none;
	width: 100%;
	height: auto !important;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 0px;
	background: #fff;
	padding: 5px;
	position: relative;
	
	width:25%;
	
	min-height:250px;
}
.banner-design .da-thumbs li {
	float: left;
	margin: 0px;
	background: #fff;
	padding: 15px;
	position: relative;
	
	width:49% !important;
	border:1px solid #ddd;
	min-height:264px;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}



.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}
#cmessage {
  padding-left: 12px;
  color: #959494;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 7px;
}
select#howtofind {
  color: #959494;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  padding-left: 8px;
}
.address-right_botttom p.para-width{font-size:15px;}
.academy-badge img {
	max-width: 142px;
	margin-left: 15px;
	margin-top: -9px;
	margin-right: 10px;
}
.gmap iframe{width:100%; height:400px; }
.gmap {margin-bottom:70px;}
#modal-outer {
display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 1111111;
}
.modal-content-container {
	width: 800px;
	height: 420px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.modal-content-container img {
	width: 100%;
	height: auto;
	border: 5px solid #fff;
}
.cross-btn {
	background: #fff;
	font-size: 22px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.home-template footer {
  margin-top: 0px;
}
@media only screen and (max-width:991px){
.modal-content-container {
	width: 100%;
	height: auto;
	position: relative;
	
	margin-top: 100px;
margin-bottom:40px;
}
}