 
.icon-arrow-left {
	background-image: url('png/arrow-left.png');
	background-repeat: no-repeat;
}

 
.icon-arrow-right {
	background-image: url('png/arrow-right.png');
	background-repeat: no-repeat;
}

 
.icon-facebook {
	background-image: url('png/facebook.png');
	background-repeat: no-repeat;
}

 
.icon-footer-logo {
	background-image: url('png/footer-logo.png');
	background-repeat: no-repeat;
}

 
.icon-location {
	background-image: url('png/location.png');
	background-repeat: no-repeat;
}

 
.icon-main-logo {
	background-image: url('png/main-logo.png');
	background-repeat: no-repeat;
}

 
.icon-telephone {
	background-image: url('png/telephone.png');
	background-repeat: no-repeat;
}


.icon-telephone-large {
	background-image: url('png/telephone-large.png');
	background-repeat: no-repeat;
}

 
.icon-twitter {
	background-image: url('png/twitter.png');
	background-repeat: no-repeat;
}

 
.icon-instagram {
	background-image: url('png/instagram.png');
	background-repeat: no-repeat;
}

 
.icon-nav-divider {
	background-image: url('png/nav-divider.png');
	background-repeat: no-repeat;
}



