

/* global foundicon styles */



/* icons */
.foundicon-thumb-up:before {
  content: ;
}


.foundicon-facebook:before {
content:url(images/icons/facebook.png);
}

.foundicon-twitter:before {
content:url(images/icons/twitter.png);
}

.foundicon-googleplus:before {
content:url(images/icons/google-plus.png);
}


.foundicon-linkedin:before {
 content:url(images/icons/linkedin.png);
}

.foundicon-youtube:before {
content:url(images/icons/youtube.png);
}
.foundicon-blog:before {
content:url(images/icons/blog.png);
}

.foundicon-homeremedies:before {
content:url(images/icons/home-remedies.png);
}


