footer .footer .NavContainer ul.ModNav li a,
footer .footer-social a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;			
}

/* #################################### */
/* #### FOOTER
/* #################################### */
.footer{
	margin-top:30px;
	background: #2c2c2c;	
	color:#fff;	
	padding-top:30px;
	padding-bottom:30px;		
}
.footer ul.ModNav li a{
	font-size:16px;
	color:#fff;
	padding:5px;
	display:block;	
	font-weight:400;	
	text-transform:uppercase;		
}
.footer .NavContainer ul.ModNav li{
	float:none;				
}
.footer ul.ModNav li a:hover{
	background:#fff;	
	color:#2c2c2c;			
}
.footer h3,
.footer h2{
	margin-bottom:30px;	
	margin-top:40px;
	color:#fff;	
    text-align: left;
    font-size: 24px;
    font-weight: 500;
}
.footer h6{
	color:#fff;
	font-size: 18px;
	font-weight: 700;
}

.footer .ModNav{
    float: none;
}
.website-author{
	font-size:11px;
	color:#fff;
	background-color:#000;	
	padding:5px;
	text-align:center;
}