/* FIXED FOOTER STYLE */
.footer-container {
	margin-top: 100px;
}	  
.fixed-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
	padding: 10px 0px 10px 0px;
    background-color: #ffffff;
	border-top: 3px solid #e5e5e5;
}
.fixed-footer-text a {
	color: #666666; 
	font-weight: bold;
	text-decoration: none
}
.fixed-footer-text {
	color: #d50000;  
	text-decoration: none
}
.fixed-footer-text {
	font: 13px 'Open Sans';
	color: #3d3d3d;
	text-align:left;
	line-height:140%;
	padding-top: 2px;
}
/* FIXED FOOTER STYLE */
