/*--acheivements--*/
.acheivments {
	padding:0em 0em 3em;
}
.top {
	text-align: center;
}
.top>h3{
	color: #309BBE;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 5px;
	font-size: 30px;
}
.top>p{
	font-family: 'Monda', sans-serif;
	font-size: 15px;
	font-weight: 100;
	color: #000;
 }
.gallery-grids {
	margin-top: 3em;
}
.gallery-grids ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.gallery-grids ul li{
	margin:0px 20px 20px 0px;
	padding:0;
}
.gal-alt img {
	width: 100%;
	border-radius: 2px;
}
.gal-alt {
	position: relative;
	width: 31.2%;
}
span.hide-box {
	background: rgba(105, 172, 73, 0.63);
	position: absolute;
	display: none;
	width: 100%;
	height:100%;
	padding: 26% 0 0;
	text-align: center;
	top: 0;
	border-radius: 2px;
}
/*.gal-alt:hover .hide-box {
	display: block;
	transition:0.5s all ease;
}*/
span.hide-box h4{
	font-weight: 500;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	color: #fff;
	margin-bottom: 6px;
}
span.hide-box p{
	font-size: 15px;
	font-weight: 100;
	color: #fff;
	line-height: 1.3em;
}
.contact .map{
	width:100%;
	min-height:300px;
	text-align:center;
}
