#about{
	width: 1000px;
	min-height: 600px;
	z-index: 9999;
	margin: 30px auto;
	overflow: hidden;
	border-left:1px solid rgba(0,0,0,0.2);
	border-right:1px solid rgba(0,0,0,0.2);
}
#about h1{
	padding: 20px;
	text-align: left;
	color: #ffff;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 22px;
    margin-top: -100px;
    position: absolute;
    z-index: 9;
}
#about p{
	font-size: 15px;
    line-height: 25px;
    color: #1b242d;
    padding: 5px;
    margin-left: 0px;
    font-family: 'dejavu_sansbook';
    width: 96%;
    margin: auto;
}
.location{
	width: 100%;
	color: #474b57;
    font-family: 'dejavu_sansbold';
    margin-left: 20px;
    margin-top: 10px;
}
.location i{
	color: #fdc70f;
	padding: 10px 10px
}
.Partners{
	width: 300px;
	height: 230px;
	margin: 10px 15px;
	float: left;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.Partners:hover{
	border: 1px solid #6fc04e;
	cursor: pointer;
}
.Partners p{
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.2);
	width:240px !important;
	margin-top: -20px;

}
    @media only screen and (max-width: 1200px) {
	#about{
		width: 96%;
	}
	
}
@media only screen and (max-width: 800px) {
	#about{
		width: 98%;
	}
	#map{
		width: 350px;
	}
}