/* =============================================================================
   FOOTER
   ========================================================================== */
footer{
	width: 100%;
	margin: 0;
	padding: 10px 0px;
	float: left;	
	-ms-overflow-x: ;
	overflow-x: ;
	z-index: 100;
}
.footer_content_wrapper {
	margin: 0 10% 0 0;
}
.footer_content p {
	color: #333;
	font-weight: 400;
	margin: 3px 0;
}
.social_content, .footer_phone {
	display: table;
	margin-bottom: 10px;
}
	.social_content p, .footer_phone p {
		display: table-cell;
		float: left;
		margin-top: 10px;
	}

/* =============================================================================
   FOOTER NAV
   ========================================================================== */	
.footer_nav_item{
	margin: 0 10px;
	text-align: center;
	float: right;
	border-bottom: 2px solid transparent;
}
	.footer_nav_item h5{
		color: #333;
	}
.footer_nav_item:hover, .footer_nav_active{
	border-bottom: 2px solid #008BCC; /*theme blue*/
}
.footer_nav_active h5{
	color: #008BCC; /*theme blue*/
}
/* =============================================================================
   EXTRA
   ========================================================================== */	
.footer_extra p{
	font-size: .65em;
}
.company_stamp {
	display: table;
	margin: 20px auto 10px auto;
	height: 50px;
}
.copyright{
	color: #999;
	margin: 20px 0;
	float: left;
}
.footer_signin {
	margin: 20px 0 20px 10px;
	float: left;
	text-decoration: underline;
}
.footer_signin a {	
	color: #888;
}
.footer_social {
	
}
.footer_icon{
	width: 40px;
	float: left;
	margin-right: 20px;
}
.fiveone_stamp {
	color: #999;
	font-family: Helvetica;
	font-weight: 100;
	font-size: .75em;
	text-align: center;
}
	.fiveone_stamp a{
		color: #888;
		text-decoration: underline;
	}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 979px) {
	#footer_nav{ display: none; }
}
@media screen and (max-width: 859px) {	
}
@media screen and (max-width: 767px) {	
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 479px) {
	.footer_extra p{
		font-size: .55em;
		margin: 5px 0;
	}
}