.footer {
	font-size:14px;
	color:#F1F1F1;
	width:auto;
	text-align:center;
	background-color:#262c33;
	margin:0px;
	width:100%;
	height:36px;
	padding-top:10px;
}

.footer_icon {
	max-height:30px;
	margin-right:10px;
	margin-left:10px;
	cursor: pointer;
}

.footer_link {
	font-size:14px;
	margin-top:2px;
	margin-bottom:0px;
}

.footer_link_header {
	margin-top:20px;
	margin-bottom:5px;
}

.footer_link a {
	text-decoration:none;
	color:#f1f1f1;
}

.footer_link a:hover {
	color: #27a9c5;
}

.footer_link b {
	color:#FFF;
}

.footer_column {
	min-height:240px;
	min-width:180px;
	margin-bottom:10px;
}

.footer_email {
	background: url('/icons/footer/email.png');
}

.footer_address {
	background: url('/icons/footer/address.png');
}

.footer_phone {
	background: url('/icons/footer/phone.png');
}

.footer_email, .footer_address, .footer_phone {
	background-size: 16px 16px;
    background-repeat: no-repeat;
	padding:0px;
	padding-left:25px;
	background-position: 0px 4px;
}

.footer_container {
	position:relative;
}

.footer_social {
	position:absolute;
	left:20px;
}

.footer_up {
	position:absolute;
	left:0px;
	right:0px;
}

.footer_copyright {
	position:absolute;
	right:20px;
}