

#footer {
	background-color: #2a1b26;
	box-sizing: border-box;
	clear: both;
	color:white;
	min-height: 97px;
	padding: 34px 4%;
	text-decoration: none;
	width: 100%;	
}
#footer ul {
	box-sizing: border-box;
	float: left;
	font-size: 11pt;
	font-weight: 400;
	margin: 0;
	min-height: 22px;
	padding-left: 12px;
	padding-top: 6px;
	width: 58%;
}
#footer ul li {
	display: block;
	float:left;
	list-style: none;
	padding-right: 24px;
}

#footer a {
	color:white;
	text-decoration: none;
	margin:0 1.4% 0 1%;
}

#footer .copywrite { 
	clear:none;
	font-size: 10pt;
	font-weight: 400;
	text-align: right;
	width: 250px;
	float: right;
}

#footer .smallText {
	color: #886f81;
	font-size: 0.9em;
	font-weight: normal;
	line-height: .7em;
	text-align: right;
}


@media only screen and (max-width: 768px)  { 
	#footer {padding: 12px 3%;} 
	#footer .floatright,
	#footer ul {
		text-align: center;
		float: none;
		margin: 0px auto 12px;
		clear:both;
	}
}