
.footer-wrapper {
	padding: 60px 0;	
	background-image:url(../img/footer-bg.png);
	margin-top:60px;
}

.footer-wrapper p {
	color: #eee;
}

.footer-logo {
	width:400px;
	margin-bottom:15px;
}

.footer-wrapper ul {
	list-style-type:none;
	padding-left:0px;
}

.footer-wrapper li {
	display:inline;

}

.footer-wrapper li a {
	font-size:16px;
	padding-right:15px;
	color:#FFF;
}

.footer-wrapper li a:hover {
	text-decoration:none;
	color:#2d6003;
}


.footer-social h2{
	font-size:30px;
	color:#fff;
	 font-family: 'capture_itregular', Arial, sans-serif !important;
	 font-weight:200;
}

.footer-social img {
	margin-right:10px;
	float:right;
	filter: grayscale(100%); // General Grayscale support
	-webkit-filter: grayscale(100%); //Webkit Browser Support
	-moz-filter: grayscale(100%); // Mozilla Firefox Support
	-ms-filter: grayscale(100%); // IE Support
	-o-filter: grayscale(100%); // Opera Browser Support
}

.footer-social img:hover {
	filter: grayscale(0%); // General Grayscale support
	-webkit-filter: grayscale(000%); //Webkit Browser Support
	-moz-filter: grayscale(0%); // Mozilla Firefox Support
	-ms-filter: grayscale(0%); // IE Support
	-o-filter: grayscale(0%); // Opera Browser Support
}
	
	
@media (max-width: 991px) {
.footer-social img {
	width:45px;
}
}

@media (max-width: 480px) {
.footer-social img {
	float:left;
}

}
