.footer-left p {
	color: #FFF;
}
.footer{
	
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	margin-top: 80px;
	float: left;
	padding-top: 55px;
	padding-right: 50px;
	padding-bottom: 55px;
	padding-left: 50px;
	background-color: #036;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.footer  a {
	color: #CCC;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;	
	text-shadow: 1px 1px 12px #CECECE;
	transition: 1s;
	
}


/* Footer left */

.footer-left{
	width: 50%;
	float: left;
}

/* Footer links */

.footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
	font-weight: normal;
}


/* Footer Right */

.footer-right{
	width: 30%;
	float: right;
}


.footer-icons{
	margin-top: 25px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 800px) {

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

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

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

}
.footer-right p {
	font-weight: lighter;
	color: #FFF;
	line-height: 30px;
}
