footer {
	background: #ECE6D6;
	padding: 0;
	color:#000;
}

#end-of-page {
	background: #202020;
	color: #fff;
	text-align: center;
	direction: rtl;
	font-family: 'iranian sans';
	font-size: 0.8em;
	padding: 10px;
}
#end-of-page span {
	color: red;
}
footer {
	padding: 0px;
	direction: rtl;
}
footer .footer-sections {
	direction: rtl;
	text-align: right;
	padding: 5px 30px;
}
footer .footer-sections h1 {
    font-size: 1.2em;
    font-weight: bold;
    color: #bc0023;
    padding-top: 10px;
}
footer .footer-sections ul {
	padding: 0px;
}
footer .footer-sections li {
	list-style: none;
}