






.footer{
	clear: both;
	background-color: #4c5258;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-size: 20px;
  margin-top: -5px;
	padding: 30px 50px;
	font-family: DekarLight, sans-serif;
	color: #FFFFFF;
	
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right{
	display: inline-block;
	vertical-align: top;
}

a.bas:link, a.bas:visited {
    color: #dedede;
    text-align: center; 
    text-decoration: none;
		padding: 5px;

}

a.bas:hover, a.bas:active {
    color: #ffffff;
		background-color: black;
}





/* Footer left */

.footer .footer-left{
	width: 40%;
}



/* Footer Center */
.footer .footer-center{
	width: 35%;
}



/* Footer Right */
.footer .footer-right{
	width: 20%;
}




/* Media queries */


@media (max-height:880px){
	footer { position: static; }
	header { padding-top:40px; }
}


@media (max-width: 880px) {

	.footer{
		font: bold 14px sans-serif;
	}

	.footer .footer-left,
	.footer .footer-center,
	.footer .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer .footer-center i{
		margin-left: 0;
	}

}
