@charset "utf-8";

@font-face {
    font-family: 'geosanslightregular';
    src: url(../fonts/geosanslight-webfont.eot);
    src: url(../fonts/geosanslight-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/geosanslight-webfont.woff) format('woff'),
         url(../fonts/geosanslight-webfont.ttf) format('truetype'),
         url(../fonts/geosanslight-webfont.svg#geosanslightregular) format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family:Helvetica, "Helvetica Neue";
	src:url(../fonts/HelveticaNeue.otf);
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family:"Helvetica Neue-Bold";
	src:url(../fonts/HelveticaNeue-Bold.otf);
	font-weight: normal;
    font-style: normal;
}
#footer_txt {
	position:relative;
}
.footer-links {
	position: absolute;
	line-height: 21px;
	bottom: 0;
	left: 33%;
}
.footer-links ul {
	
}
.footer-links li {
	display: inline-block;
}
.footer-links a {
	
}
.footer-links a:hover {
	color: #fa8023 !important;
}