/**
* @package ZenSocial
* @author Joomla Bamboo
* @website www.joomlabamboo.com
* @email design@joomlabamboo.com
* @copyright Copyright (c) 2013 Joomla Bamboo. All rights reserved.
* @license GNU General Public License version 2 or later
**/


/* font-face */
@font-face {
  font-family: "SocialFoundicons";
  src: url("../fonts/foundation-icons.eot");
  src: url("../fonts/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundation-icons.woff") format("woff"), url("../fonts/foundation-icons.ttf") format("truetype"), url("../fonts/foundation-icons.svg#SocialFoundicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* global foundicon styles */
[class*="foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="foundicon-"]:before {
  font-family: "SocialFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

#socialicons {float: left;width: 100%;}
#socialicons li {list-style-type: none}
#socialicons.zenright li {float: right;margin-left: 4px;text-align: right}
#socialicons.zenleft li {float: left;margin-right: 4px;text-align: left}
#socialicons.zencenter {float:none;margin: 0 auto;text-align: center}
#socialicons.zencenter li {float: none;display: inline}


#socialicons.zenright li:last-child i {
	margin-right: 4px;
}

#socialicons i {
display: inline-block;margin-bottom: 10px;
}

#socialicons.zenright i {
	margin: 0 0 12px 4%;
}

#socialicons.zenleft i {
	margin: 0 4% 12px 0;
}

#socialicons.zencenter i {
	margin: 0 4% 12px;
}

/* icons */
.foundicon-rss:before {
  content: "\f1aa";
}

.foundicon-facebook:before {
  content: "\f1c4";
}

.foundicon-twitter:before {
  content: "\f1e4";
}

.foundicon-pinterest:before {
  content: "\f1d6";
}

.foundicon-github:before {
  content: "\f1c9";
}

.foundicon-path:before {
  content: "\f16d";
  /*content: "\f1d4";*/
  
}

.foundicon-linkedin:before {
  /*content: "\f1d0";*/
  content: "\f142";
}

.foundicon-dribbble:before {
  content: "\f1c0";
}

.foundicon-stumble-upon:before {
  content: "\f1e1";
}

.foundicon-behance:before {
  content: "\f1b9";
}

.foundicon-reddit:before {
  content: "\f1d8";
}

.foundicon-google-plus:before {
  content: "\f1ca";
}

.foundicon-youtube:before {
  content: "\f1ea";
}

.foundicon-vimeo:before {
  content: "\f1e5";
}

.foundicon-flickr:before {
  content: "\f1c5";
}

.foundicon-slideshare:before {
  content: "\f011";
}

.foundicon-picassa:before {
  content: "\f1d5";
}

.foundicon-skype:before {
  content: "\f1da";
}

.foundicon-steam:before {
  content: "\f1e0";
}

.foundicon-instagram:before {
  content: "\f1cd";
}

.foundicon-foursquare:before {
  content: "\f1c7";
}

.foundicon-delicious:before {
  content: "\f1bc";
}

.foundicon-chat:before {
  content: "\f018";
}

.foundicon-torso:before {
  content: "\f1fe";
}

.foundicon-tumblr:before {
  content: "\f1e3";
}

.foundicon-video-chat:before {
  content: "\f01b";
}

.foundicon-digg:before {
  content: "\f1bf";
}

.foundicon-wordpress:before {
  content: "\f01d";
}