
/*
Description: 产品详情页分享产品功能板块样式
Author: 
Author URI: https://yugongdata.com
Version: 1.0.1
*/
.social-sharing-bar .fa {
	padding: 10px;
	font-size: 16px;
	width: 36px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

.social-sharing-bar .fa:hover {
	opacity: .7;
}

.social-sharing-bar .fa-facebook {
	background: #3b5998;
	color: white;
}

.social-sharing-bar .fa-twitter {
	background: #55acee;
	color: white;
}

.social-sharing-bar .fa-google {
	background: #dd4b39;
	color: white;
}

.social-sharing-bar .fa-linkedin {
	background: #007bb5;
	color: white;
}

.social-sharing-bar .fa-youtube {
	background: #b00;
	color: white;
}

.social-sharing-bar .fa-instagram {
	background: #125688;
	color: white;
}

.social-sharing-bar .fa-pinterest {
	background: #cb2027;
	color: white;
}

.social-sharing-bar .fa-snapchat-ghost {
	background: #fffc00;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.social-sharing-bar .fa-skype {
	background: #00aff0;
	color: white;
}

.social-sharing-bar .fa-android {
	background: #a4c639;
	color: white;
}

.social-sharing-bar .fa-dribbble {
	background: #ea4c89;
	color: white;
}

.social-sharing-bar .fa-vimeo {
	background: #45bbff;
	color: white;
}

.social-sharing-bar .fa-tumblr {
	background: #2c4762;
	color: white;
}

.social-sharing-bar .fa-vine {
	background: #00b489;
	color: white;
}

.social-sharing-bar .fa-foursquare {
	background: #45bbff;
	color: white;
}

.social-sharing-bar .fa-stumbleupon {
	background: #eb4924;
	color: white;
}

.social-sharing-bar .fa-flickr {
	background: #f40083;
	color: white;
}

.social-sharing-bar .fa-yahoo {
	background: #430297;
	color: white;
}

.social-sharing-bar .fa-soundcloud {
	background: #f50;
	color: white;
}

.social-sharing-bar .fa-reddit {
	background: #ff5700;
	color: white;
}

.social-sharing-bar .fa-rss {
	background: #f60;
	color: white;
}

.get-quotes-btn {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 25%);
	background-color: #cc4033;
	padding: 11px 19px;
	font-size: 1.5em;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 0;
	border: 1px solid #bbb;
	border-radius: 6px;
}

.get-quotes-btn:hover {
	background-color: #ec200e;
}
