/*********************************************
* Common Style
**********************************************/
.jag-social-btns a.jag-social-btn{
	box-shadow: none !important;
}
.jag-social-btns a.jag-social-btn:focus,
.jag-social-btns a.jag-social-btn:active,
.jag-social-btns a.jag-social-btn:visited,
.jag-social-btns a.jag-social-btn:hover{
	outline: none;
	border: none;
}
.jag-social-btns:after{
	clear: both;
	content: '';
}
.jag-social-btns {
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.jag-social-btns a.jag-social-btn,
.jag-social-btns a.jag-social-btn .fa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.jag-social-btns a.jag-social-btn {
  display: inline-block;
  background-color: #fff;
  padding: 0;
  margin: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 0%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5) !important;
  border: 0;
}
.jag-social-btns.jag-large a.jag-social-btn .fa {
  font-size: 48px;
  vertical-align: middle;
}
.jag-social-btns.jag-medium a.jag-social-btn .fa {
  font-size: 38px;
  vertical-align: middle;
}
.jag-social-btns.jag-small a.jag-social-btn .fa {
  font-size: 22px;
  vertical-align: middle;
}
.jag-social-btns a.jag-social-btn .fa{
	position: relative;
    top: -1px;
}
.jag-social-btns a.jag-social-btn.facebook-bgcolor{
  background-color: #3b5998;
}
.jag-social-btns a.jag-social-btn.twitter-bgcolor {
  background-color: #3cf;
}
.jag-social-btns a.jag-social-btn.google-bgcolor {
  background-color: #dc4a38;
}
.jag-social-btns a.jag-social-btn.dribbble-bgcolor {
  background-color: #f26798;
}
.jag-social-btns a.jag-social-btn.skype-bgcolor {
  background-color: #00aff0;
}
.jag-social-btns a.jag-social-btn.linkedin-bgcolor {
  background-color: #007bb5;
}
.jag-social-btns a.jag-social-btn.youtube-bgcolor {
  background-color: #bb0000;
}
.jag-social-btns a.jag-social-btn.instagram-bgcolor {
  background-color: #125688;
}
.jag-social-btns a.jag-social-btn.pinterest-bgcolor {
  background-color: #cb2027;
}
.jag-social-btns a.jag-social-btn.snapchat-bgcolor {
  background-color: #fffc00;
}
.jag-social-btns a.jag-social-btn.android-bgcolor {
  background-color: #a4c639;
}
.jag-social-btns a.jag-social-btn.vimeo-bgcolor {
  background-color: #45bbff;
}
.jag-social-btns a.jag-social-btn.tumblr-bgcolor {
  background-color: #2c4762;
}
.jag-social-btns a.jag-social-btn.vine-bgcolor {
  background-color: #00b489;
}
.jag-social-btns a.jag-social-btn.foursquare-bgcolor {
  background-color: #45bbff;
}
.jag-social-btns a.jag-social-btn.stumbleupon-bgcolor {
  background-color: #eb4924;
}
.jag-social-btns a.jag-social-btn.flickr-bgcolor {
  background-color: #f40083;
}
.jag-social-btns a.jag-social-btn.yahoo-bgcolor {
  background-color: #430297;
}
.jag-social-btns a.jag-social-btn.reddit-bgcolor {
  background-color: #ff5700;
}
.jag-social-btns a.jag-social-btn.rss-bgcolor {
  background-color: #ff6600;
}
.jag-social-btns a.jag-social-btn.yelp-bgcolor {
  background-color: #bf2519;
}
.jag-social-btns a.jag-social-btn.xing-bgcolor {
  background-color: #005a5f;
}
.jag-social-btns a.jag-social-btn.vk-bgcolor {
  background-color: #5181b8;
}
.jag-social-btns a.jag-social-btn.meetup-bgcolor {
  background-color: #f20017;
}
.jag-social-btns a.jag-social-btn.weibo-bgcolor {
  background-color: #e6162d;
}
.jag-social-btns a.jag-social-btn.facebook-fontcolor{
  color: #3b5998;
}
.jag-social-btns a.jag-social-btn.twitter-fontcolor {
  color: #3cf;
}
.jag-social-btns a.jag-social-btn.google-fontcolor {
  color: #dc4a38;
}
.jag-social-btns a.jag-social-btn.dribbble-fontcolor {
  color: #f26798;
}
.jag-social-btns a.jag-social-btn.skype-fontcolor {
  color: #00aff0;
}
.jag-social-btns a.jag-social-btn.linkedin-fontcolor {
  color: #007bb5;
}
.jag-social-btns a.jag-social-btn.youtube-fontcolor {
  color: #bb0000;
}
.jag-social-btns a.jag-social-btn.instagram-fontcolor {
  color: #125688;
}
.jag-social-btns a.jag-social-btn.pinterest-fontcolor {
  color: #cb2027;
}
.jag-social-btns a.jag-social-btn.snapchat-fontcolor {
  color: #fffc00;
}
.jag-social-btns a.jag-social-btn.android-fontcolor {
  color: #a4c639;
}
.jag-social-btns a.jag-social-btn.vimeo-fontcolor {
  color: #45bbff;
}
.jag-social-btns a.jag-social-btn.tumblr-fontcolor {
  color: #2c4762;
}
.jag-social-btns a.jag-social-btn.vine-fontcolor {
  color: #00b489;
}
.jag-social-btns a.jag-social-btn.foursquare-fontcolor {
  color: #45bbff;
}
.jag-social-btns a.jag-social-btn.stumbleupon-fontcolor {
  color: #eb4924;
}
.jag-social-btns a.jag-social-btn.flickr-fontcolor {
  color: #f40083;
}
.jag-social-btns a.jag-social-btn.yahoo-fontcolor {
  color: #430297;
}
.jag-social-btns a.jag-social-btn.reddit-fontcolor {
  color: #ff5700;
}
.jag-social-btns a.jag-social-btn.rss-fontcolor {
  color: #ff6600;
}
.jag-social-btns a.jag-social-btn.yelp-fontcolor {
  color: #bf2519;
}
.jag-social-btns a.jag-social-btn.xing-fontcolor {
  color: #005a5f;
}
.jag-social-btns a.jag-social-btn.vk-fontcolor {
  color: #5181b8;
}
.jag-social-btns a.jag-social-btn.meetup-fontcolor {
  color: #f20017;
}
.jag-social-btns a.jag-social-btn.weibo-fontcolor {
  color: #e6162d;
}
.jag-social-btns.jag-large a.jag-social-btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.jag-social-btns.jag-medium a.jag-social-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.jag-social-btns.jag-small a.jag-social-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.jag-social-btns.grayscale-color a.jag-social-btn{
	background-color: #aaaaaa;
	border-color: #aaaaaa;
}
.jag-social-btns.grayscale-color a.jag-social-btn{
	color: #aaaaaa;
	border-color: #aaaaaa;
}
.jag-no-boxshadow a.jag-social-btn{
	box-shadow: none !important;
}
.jag-rounded a.jag-social-btn{
	border-radius: 100%;
}
.jag-align-right{
	text-align: right;
}
.jag-align-center{
	text-align: center;
}
.jag-align-left{
	text-align: left;
}
.jag-vertical.jag-align-center  a.jag-social-btn{
	display: block;
	margin: 10px auto 0;
}
.jag-vertical.jag-align-left  a.jag-social-btn{
	display: block;
	margin: auto 0 10px;
}
.jag-vertical.jag-align-right a.jag-social-btn{
	display: block;
	margin: 0 0 10px auto;
}
/*Style 1*/
.theme-si-1.jag-social-btns {
	margin-bottom: 20px;
	margin-top: 20px;
}
.theme-si-1.jag-social-btns a.jag-social-btn:before{
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.theme-si-1.jag-social-btns a.jag-social-btn:before {
  top: 100%;
  left: -110%;
}
.theme-si-1.jag-social-btns a.jag-social-btn .fa {
  -webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.theme-si-1.jag-social-btns a.jag-social-btn.facebook-fontcolor:before {
  background-color: #3b5998;
}
.theme-si-1.jag-social-btns a.jag-social-btn.facebook-fontcolor .fa {
  color: #3b5998;
}
.theme-si-1.jag-social-btns a.jag-social-btn.twitter-fontcolor:before {
  background-color: #3cf;
}
.theme-si-1.jag-social-btns a.jag-social-btn.twitter-fontcolor .fa {
  color: #3cf;
}
.theme-si-1.jag-social-btns a.jag-social-btn.google-fontcolor:before {
  background-color: #dc4a38;
}
.theme-si-1.jag-social-btns a.jag-social-btn.google-fontcolor .fa {
  color: #dc4a38;
}
.theme-si-1.jag-social-btns a.jag-social-btn.dribbble-fontcolor:before {
  background-color: #f26798;
}
.theme-si-1.jag-social-btns a.jag-social-btn.dribbble-fontcolor .fa {
  color: #f26798;
}
.theme-si-1.jag-social-btns a.jag-social-btn.skype-fontcolor:before {
  background-color: #00aff0;
}
.theme-si-1.jag-social-btns a.jag-social-btn.skype-fontcolor .fa {
  color: #00aff0;
}
.theme-si-1.jag-social-btns a.jag-social-btn.linkedin-fontcolor:before {
  background-color: #007bb5;
}
.theme-si-1.jag-social-btns a.jag-social-btn.youtube-fontcolor:before {
  background-color: #bb0000;
}
.theme-si-1.jag-social-btns a.jag-social-btn.instagram-fontcolor:before {
  background-color: #125688;
}
.theme-si-1.jag-social-btns a.jag-social-btn.pinterest-fontcolor:before {
  background-color: #cb2027;
}
.theme-si-1.jag-social-btns a.jag-social-btn.snapchat-fontcolor:before {
  background-color: #fffc00;
}
.theme-si-1.jag-social-btns a.jag-social-btn.android-fontcolor:before {
  background-color: #a4c639;
}
.theme-si-1.jag-social-btns a.jag-social-btn.vimeo-fontcolor:before {
  background-color: #45bbff;
}
.theme-si-1.jag-social-btns a.jag-social-btn.tumblr-fontcolor:before {
  background-color: #2c4762;
}
.theme-si-1.jag-social-btns a.jag-social-btn.vine-fontcolor:before {
  background-color: #00b489;
}
.theme-si-1.jag-social-btns a.jag-social-btn.foursquare-fontcolor:before {
  background-color: #45bbff;
}
.theme-si-1.jag-social-btns a.jag-social-btn.stumbleupon-fontcolor:before {
  background-color: #eb4924;
}
.theme-si-1.jag-social-btns a.jag-social-btn.flickr-fontcolor:before {
  background-color: #f40083;
}
.theme-si-1.jag-social-btns a.jag-social-btn.yahoo-fontcolor:before {
  background-color: #430297;
}
.theme-si-1.jag-social-btns a.jag-social-btn.reddit-fontcolor:before {
  background-color: #ff5700;
}
.theme-si-1.jag-social-btns a.jag-social-btn.rss-fontcolor:before {
  background-color: #ff6600;
}
.theme-si-1.jag-social-btns a.jag-social-btn.yelp-fontcolor:before {
  background-color: #bf2519;
}
.theme-si-1.jag-social-btns a.jag-social-btn.xing-fontcolor:before {
  background-color: #005a5f;
}
.theme-si-1.jag-social-btns a.jag-social-btn.vk-fontcolor:before {
  background-color: #5181b8;
}
.theme-si-1.jag-social-btns a.jag-social-btn.meetup-fontcolor:before {
  background-color: #f20017;
}
.theme-si-1.jag-social-btns a.jag-social-btn.weibo-fontcolor:before {
  background-color: #e6162d;
}
.theme-si-1.jag-social-btns a.jag-social-btn:focus:before,
.theme-si-1.jag-social-btns a.jag-social-btn:hover:before {
  top: -27%;
  left: -27%;
}
.theme-si-1.jag-social-btns a.jag-social-btn:focus .fa,
.theme-si-1.jag-social-btns a.jag-social-btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.theme-si-1.jag-social-btns a.jag-social-btn:before {
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.theme-si-1.jag-social-btns.grayscale-color a.jag-social-btn .fa{
	color: #aaaaaa;
}
.theme-si-1.jag-social-btns.grayscale-color a.jag-social-btn:hover .fa,
.theme-si-1.jag-social-btns.grayscale-color a.jag-social-btn:focus .fa{
	color: #ffffff;
}

/*Style 2*/
.theme-si-2.jag-social-btns a.jag-social-btn .fa {
  color: #fff;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.theme-si-2.jag-social-btns a.jag-social-btn:focus .fa,
.theme-si-2.jag-social-btns a.jag-social-btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
	transform: scale(1);
}


/*Style 3*/
.theme-si-3.jag-social-btns.jag-vertical a.jag-social-btn{
	display: block;
}
.theme-si-3.jag-social-btns i {
  cursor: pointer;
  display: inline-block;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.theme-si-3 .jag-sb-wrapper{
	display: inline-block;
	background: #f8f8f8;
	padding: 10px 0 5px;
	border-radius: 8px;
	-moz-box-shadow: 0 5px 15px -8px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 5px 15px -8px rgba(0,0,0,0.7);
	box-shadow: 0 5px 15px -8px rgba(0,0,0,0.7)
}
.theme-si-3 .jag-sb-wrapper a.jag-social-btn:first-child{
	border-left: none !important;
}
.theme-si-3 .jag-sb-wrapper a.jag-social-btn:last-child{
	border-right: none !important;
}
.theme-si-3.jag-social-btns a.jag-social-btn {
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #fff;
	padding: 10px 5px;
}
.theme-si-3.jag-social-btns.jag-vertical a.jag-social-btn{
	border: none;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #fff;
}
.theme-si-3.jag-vertical .jag-sb-wrapper a.jag-social-btn:first-child{
	border-top: none !important;
}
.theme-si-3.jag-vertical .jag-sb-wrapper a.jag-social-btn:last-child{
	border-bottom: none !important;
}
.theme-si-3.jag-social-btns a.jag-social-btn{
	background-color: transparent;
	box-shadow: none !important;
	display: inline-block;
	height: auto;
	line-height: inherit;
	margin: 0;
}
.theme-si-3.jag-social-btns.large a.jag-social-btn .fa {
  font-size: 40px;
  vertical-align: middle;
}
.theme-si-3.jag-social-btns.medium a.jag-social-btn .fa {
  font-size: 30px;
  vertical-align: middle;
}
.theme-si-3.jag-social-btns.small a.jag-social-btn .fa {
  font-size: 22px;
  vertical-align: middle;
}
.theme-si-3.jag-no-boxshadow.jag-social-btns .jag-sb-wrapper{
	box-shadow: none;
}
.theme-si-3.jag-social-btns a.jag-social-btn .fa {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.theme-si-3.jag-social-btns a.jag-social-btn:focus .fa,
.theme-si-3.jag-social-btns a.jag-social-btn:hover .fa {
  -webkit-transform: scale(1);
	transform: scale(1);
}
.theme-si-3.jag-rounded.jag-social-btns a.jag-social-btn{
	margin: 0 3px;
	border-radius: 0;
}

/*Style-4*/
.theme-si-4.jag-social-btns a.jag-social-btn{
	background-color: transparent;
	border: 3px solid;
}
.theme-si-4.jag-social-btns a.jag-social-btn .fa {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.theme-si-4.jag-social-btns a.jag-social-btn:focus .fa,
.theme-si-4.jag-social-btns a.jag-social-btn:hover .fa {
  -webkit-transform: scale(1);
	transform: scale(1);
}
.theme-si-4.jag-social-btns a.jag-social-btn.facebook-fontcolor{
  border-color: #3b5998;
}
.theme-si-4.jag-social-btns a.jag-social-btn.twitter-fontcolor {
  border-color: #3cf;
}
.theme-si-4.jag-social-btns a.jag-social-btn.google-fontcolor {
  border-color: #dc4a38;
}
.theme-si-4.jag-social-btns a.jag-social-btn.dribbble-fontcolor {
  border-color: #f26798;
}
.theme-si-4.jag-social-btns a.jag-social-btn.skype-fontcolor {
  border-color: #00aff0;
}
.theme-si-4.jag-social-btns a.jag-social-btn.linkedin-fontcolor {
  border-color: #007bb5;
}
.theme-si-4.jag-social-btns a.jag-social-btn.youtube-fontcolor {
  border-color: #bb0000;
}
.theme-si-4.jag-social-btns a.jag-social-btn.instagram-fontcolor {
  border-color: #125688;
}
.theme-si-4.jag-social-btns a.jag-social-btn.pinterest-fontcolor {
  border-color: #cb2027;
}
.theme-si-4.jag-social-btns a.jag-social-btn.snapchat-fontcolor {
  border-color: #fffc00;
}
.theme-si-4.jag-social-btns a.jag-social-btn.android-fontcolor {
  border-color: #a4c639;
}
.theme-si-4.jag-social-btns a.jag-social-btn.vimeo-fontcolor {
  border-color: #45bbff;
}
.theme-si-4.jag-social-btns a.jag-social-btn.tumblr-fontcolor {
  border-color: #2c4762;
}
.theme-si-4.jag-social-btns a.jag-social-btn.vine-fontcolor {
  border-color: #00b489;
}
.theme-si-4.jag-social-btns a.jag-social-btn.foursquare-fontcolor {
  border-color: #45bbff;
}
.theme-si-4.jag-social-btns a.jag-social-btn.stumbleupon-fontcolor {
  border-color: #eb4924;
}
.theme-si-4.jag-social-btns a.jag-social-btn.flickr-fontcolor {
  border-color: #f40083;
}
.theme-si-4.jag-social-btns a.jag-social-btn.yahoo-fontcolor {
  border-color: #430297;
}
.theme-si-4.jag-social-btns a.jag-social-btn.reddit-fontcolor {
  border-color: #ff5700;
}
.theme-si-4.jag-social-btns a.jag-social-btn.rss-fontcolor {
  border-color: #ff6600;
}
.theme-si-4.jag-social-btns a.jag-social-btn.yelp-fontcolor {
  border-color: #bf2519;
}
.theme-si-4.jag-social-btns a.jag-social-btn.xing-fontcolor {
  border-color: #005a5f;
}
.theme-si-4.jag-social-btns a.jag-social-btn.vk-fontcolor {
  border-color: #5181b8;
}
.theme-si-4.jag-social-btns a.jag-social-btn.meetup-fontcolor {
  border-color: #f20017;
}
.theme-si-4.jag-social-btns a.jag-social-btn.weibo-fontcolor {
  border-color: #e6162d;
}
.theme-si-4.jag-social-btns.grayscale-color a.jag-social-btn{
	border-color: #aaaaaa;
}
