/**** Bottom ****/
.footer_bottom_main {
	float:left;
	width:100%;
	padding:1% 0 0 0;
}	
.map_content {
	float:left;
	width:100%;
	padding:1% 0 0 0;
}	

.footer_address {
float:left;
width:34%;
padding:0 0 0 0;
}
.footer_address h2{
	float:left;
	width:100%;
	text-align:left;
font-family: 'Poppins', sans-serif;
	font-size:18px;
	color:#313d60;
	padding:2% 0 2% 0;
}	
.footer_address img {
float:left;
padding:0 0 0 0;
}
.footer_address h4 {
	float:left;
	width:100%;
	font-size:14px;
	padding:2% 0 2% 0;
	color:#5a5a50;
	text-decoration:none;
font-family: 'Poppins', sans-serif;
font-weight:normal;
}
.footer_address .iconone {
	float:left;
	padding-bottom:5%;
}		


/*** Contact Info Display ***/
.site_location {
	float:left;
	width:34%;
}	
.site_location h2{
	float:left;
	width:100%;
	text-align:left;
font-family: 'Poppins', sans-serif;
	font-size:18px;
	color:#313d60;
	padding:2% 0 4.8% 0;
}
.site_location img {
float:left;
padding:0 0 0 0;
}
.site_location h4 {
	float:left;
	width:100%;
	font-size:14px;
	padding:1% 0 1% 0;
	color:#5a5a50;
	text-decoration:none;
font-family: 'Poppins', sans-serif;
font-weight:normal;
}
.site_location .iconone {
	float:left;
	padding-bottom:15%;
}
/*** Contact Info Display ***/

.site_info_one {
	float:left;
	width:32%;
}	
.site_info_one h2{
	float:left;
	width:100%;
	text-align:left;
font-family: 'Poppins', sans-serif;
	font-size:18px;
	color:#313d60;
	padding:2% 0 4.8% 0;
}




/**** Bottom ****/


/*** Responsive ***/

@media only screen and (min-width:320px) {
.footer_address {
width:97%;
padding:2% 0 2% 3%;
}
.footer_address img {
padding:1% 0 1% 2%;
}
.site_location {
	width:97%;
padding:2% 0 2% 3%;
}
.site_location img {
padding:1% 0 1% 10%;
}
.site_info_one {
	width:97%;
padding:2% 0 2% 3%;
}
}

@media only screen and (min-width:400px) {
.footer_address {
width:90%;
padding:2% 0 2% 10%;
}
.site_location {
	width:90%;
padding:2% 0 2% 10%;
}
.site_info_one {
	width:90%;
padding:2% 0 2% 10%;
}
}

@media only screen and (min-width:500px) {
.footer_address {
width:80%;
padding:2% 0 2% 20%;
}
.site_location {
	width:80%;
padding:2% 0 2% 20%;
}
.site_info_one {
	width:80%;
padding:2% 0 2% 20%;
}
}


@media only screen and (min-width:600px) {
.footer_address {
width:70%;
padding:2% 0 2% 25%;
}
.site_location {
	width:70%;
padding:2% 0 2% 25%;
}
.site_info_one {
	width:80%;
padding:2% 0 2% 20%;
}
}

@media only screen and (min-width:720px) {
.footer_address {
width:45%;
padding:2% 0 2% 1%;
}
.site_location {
	width:45%;
padding:2% 0 2% 1%;
}
.site_info_one {
	width:80%;
padding:2% 0 2% 20%;
}
}


@media only screen and (min-width:900px) {
.footer_address {
width:34%;
padding:0 0 0 0;
}
.site_location {
	width:34%;
padding:0 0 0 0;
}
.site_info_one {
	width:32%;
padding:0 0 0 0;
}
}
/*** Responsive ***/
