﻿footer {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding: 50px 0;
}


.afg-logo {
	vertical-align: middle;
	width: 240px;
}

.agent, .forms {
	margin: 0 40px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px !important;
	position: absolute;             
  top: 50%;                      
  transform: translate(0, -50%)
}

.forms {
	right: 0;
}

.agent {  
	left: 0;                    
}

.footer_center {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.footer-info {
	display: inline-block;
	overflow: visible;
	width: 60%;
}

.footer-links {
	font-size: 11px;
	margin: 0 9px;
	display: inline-block;
}

.footer-links a {
	font-size: 11px;
	color: #222;
}


	
@media screen and (max-width: 1150px) {

	.footer {
		text-align: center;
	} 
	
	.footer_center {
		margin: 20px 0px;
	}
	
	
	.agent, .forms {
		display: inline-block;
		position: relative;
		margin: 10px auto;
		width: 300px;
		top: 0;
		transform: none;

	}
	
	.afg-logo {
		margin-top: 10px;
	}
		
}



@media only screen and (max-width: 850px) {
	
	.footer-info {
		display: block;
		width: inherit;
	}
	.footer-links {
		float: none;
		display: inline-block;
	}
	
	
}

	
@media only screen and (max-width: 665px) {	
	
	.footer-info {
		display: block;
		margin-right: 0px;
	}
	
}
.footer-links a:hover {
	color: #bd3034;
}
