/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ========== SOCIAL - ICON ========== */

.list-social {
	display: inline-block;
	list-style: none;
}

.list-social > li {
	display: inline-block;
	padding: 0 5px;
}

.list-social > li > a {
	background-color: #374650;
  color: #fff;
  border-radius: 50%;
  min-width: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.facebook:before {
    content: "\f09a"
}

.twitter:before {
    content: "\f099"
}

.youtube:before {
    content: "\f167"
}

.googleplus:before {
    content: "\f1a0"
}


.pinterest:before {
    content: "\f0d2"
}


.flickr:before {
    content: "\f16e"
}

.dribble:before {
    content: "\f17d"
}

.stumbleupon:before {
    content: "\f1a4"
}

.yahoo:before {
    content: "\f19e"
}

.skype:before {
    content: "\f17e"
}

.rss:before {
    content: "\f09e"
}

.linkedin:before {
    content: "\f0e1"
}

.instagram:before {
    content: "\f16d"
}
