#fixed-footer-container {
	max-width: 300px;
	margin-left: 4px; 
	font-family: Montserrat-Regular;
	text-align: left;
}

#fixed-footer-container #footer-fixed .footer-logo {
	background: black;
	padding: 15px;
}

#fixed-footer-container #footer-fixed .footer-more-info {
	background: #3e3e3e; 
	text-transform: uppercase;
	padding: 15px;
	display: none;
}

#fixed-footer-container #footer-fixed .footer-more-info ul {
	list-style-type: none; 
	font-size: 10px; 
	font-weight: 700;
	color: #9a9a9a;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}

#fixed-footer-container #footer-fixed .footer-more-info li {
	display: inline-block;
	color: #9a9a9a;
}

#fixed-footer-container #footer-fixed .footer-more-info li > a {
	color: #9a9a9a;
}

#fixed-footer-container .footer-more-info .copyright {
	font-style: italic;
	font-size: 9px;
	color: #9a9a9a;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#fixed-footer-container .footer-bottom {
	background: #d22d42;
	text-align: center;
	margin-top: 2px;
	padding: 5px;
	cursor: pointer;
}

#fixed-footer-container span {
	color: #fff;
	font-weight: 700;
	font-size: 0.75rem;
	text-transform: uppercase;
}

#fixed-footer-container #footer-circle {
	color: #fed335;
}