@charset "utf-8";
/* CSS Document */

/* Footer */

	#footer{
		background:#007cc2;
	}

	.footer{
		text-align:center;
		padding:75px 0;
	}

	.footer a{
		cursor:pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* Footer Links */

	.footer-links{
		display:inline-block;
		
		border-radius:100px;
		margin:0 3px;
	}

	.footer-links i{
		font-size:25px;
		color:#494949;
		display:block;
		width:35px;
		height:35px;
		line-height:38px;
	}

	.footer-text{
	margin: 10px 0 0 0;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 300;
	}

	.footer-text span{
		margin:0 5px;
	}

	.footer-text a{
		color:#868686;
	}

	.copyright{
		text-transform:uppercase;
		margin:4px 0 0;
	}

	.footer .footer-links:hover{
		
	}

	.footer a:hover{
		color:white;
	}

	.footer a:hover i{
		color:white;
	}