
#footer {
	background-color: #242D33 !important;
	color: #eee !important;
	padding: 15px !important;
}

#footer a {
	color: #eee !important;
    text-decoration: none !important;
}

#footer a:hover {
	color: #f37a02 !important;
}

.footer-title {
	border-bottom: 1px solid !important;
}

.footer-text {
	padding-top: 40px !important; 
}

#footer-left .footer-text {
	padding-left: 72px !important;
}

#footer-center {
	padding-top: 60px !important;
	margin-right: 179px !important;
}

#footer-copyright {
	font-size: 13px !important;
	padding-top: 60px !important; 
}

#footer-right {
	padding-top: 60px !important;
}

#footer-logo{
	max-width:65% !important;
}

#footer-right{
	max-width:18% !important;
	
}


@media (max-width: 767px) {
#footer-right{
	max-width:100% !important;
	
}
}