.nc_socialPanel {
	clear: both;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 34px;
	line-height: 1;
	margin-bottom: 20px!important;
	margin-top: 20px!important;
	overflow: hidden;
	padding: 0;

	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	direction: ltr;
	-ms-flex-align: stretch;
	-ms-flex-line-pack: center;
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide) {
	width: 100%!important;
}

.nc_wrapper .nc_socialPanel {
	margin-bottom: 10px!important;
	margin-top: 10px!important;
}

div.nc_socialPanel .nc_tweetContainer {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	float: left;
	font-family: Lato;
	height: 32px;
	margin: 0 5px 3px 5px;
	min-width: 34px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;

	border-size: 1px;
}

div.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.nc_socialPanel .nc_tweetContainer a.nc_tweet,
.nc_socialPanel .totes .swp_count {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Lato, sans-serif;
	font-size: 18px!important;
	font-weight: bold;
	height: 30px;
	text-decoration: none;
	text-decoration: none!important;
	text-transform: none;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide).swp_shift {
 	padding:0 10px;
}

.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:nth-child(1) {
	margin-left: 0;
}

.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:nth-last-child(1) {
	margin-right: 0;
}

.nc_socialPanel a .swp_count:not(.swp_hide) {
	display: inline-block;
	line-height: 32px;
	margin: 0;
	padding: 0 5px;

	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.nc_socialPanel a .swp_count.swp_hide {
	margin: 0 auto;
}

.nc_socialPanel span:before {
	content: initial!important;
}

.nc_socialPanel .totes .swp_count {
	line-height: 30px;
}

.nc_socialPanel span.swp_count {
	font-size: 14px;
}

.nc_socialPanel span.iconFiller {
	font-size: 18px;
	margin: 0 auto;
}

.nc_socialPanel.notMobile .nc_tweetContainer:nth-child(1) {
	margin-left: 0;
}

.nc_socialPanel:not(.nc_socialPanelSide) {
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-child(1) {
	margin-left: 0;
	margin-right: 15px;
	padding-left: 0;
}

.nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-last-child(1) {
	margin-right: 0;
	padding-right: 0;
}

a.swp_CTT {
	cursor: pointer;
}

span.swp_share {
	display: block;
	float: right;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 6px;
	max-width: none!important;
	vertical-align: middle;
}

.nc_socialPanelSide span.swp_share {
	margin: 0;
}

.nc_socialPanel .sw {
	float: left;
	height: 30px;
	line-height: 32px;
	margin: 0 5px;
	text-shadow: none!important;
	width: 20px;
}

.iconFiller {
	display: block;
	float: left;
	height: 30px;
	overflow: hidden;
	-webkit-transition: width 0.1s linear;
	transition: width 0.1s linear;
}

.nc_socialPanel .iconFiller {
	width: 30px;
}

span.spaceManWilly {
	display: block;
	width: 120px;
}

.nc_socialPanel .totes {
	background: #c4c4c4;
	border: 1px solid #e08a0f;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: white;
	cursor: default;
	display: block;
	font-size: 19px;
	padding: 0 10px;

	-webkit-box-flex: 0!important;
	-moz-box-flex: 0!important;
	-webkit-flex: none!important;
	-ms-flex: none!important;
	flex: none!important;
}

.nc_socialPanel div.totes.totesalt,
.nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)) {
	background: transparent!important;
	border: none;
	color: #474b4d;
	margin-left: 0!important;
}

div.nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)) {
	background: transparent;
	color: #474b4d;
	margin-left: 10px;
}

.nc_socialPanel .totes.totesalt .swp_label {
	color: #474b4d;
	font-size: 10px;
	letter-spacing: 0;
	min-width: 40px;
	vertical-align: middle;
}

.nc_socialPanel .totes .swp_label {
	font-size: 10px;
	vertical-align: middle;
}

.nc_socialPanel .totes.totesalt .swp_count {
	color: #474b4d;
	font-size: 24px;
}

.nc_socialPanel:hover .totes,
.nc_socialPanel.swp_fullColor .totes,
.nc_socialPanel.swp_fade .totes,
.nc_socialPanel.swp_customFull:hover div.totes {
	background: #e08a0f;
}

.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer.totes.totesalt:before {
	content: "o";
	display: inline-block;
	font-family: sw-icon-font;
	margin-top: 7px;
	vertical-align: top;
}

.nc_socialPanel:not(.nc_socialPanelSide) .totes.totesalt .swp_count {
	display: inline-block;
	line-height: 0;
	margin-left: 8px;
	margin-top: 12px;
	min-width: 45px;
	position: relative;
	vertical-align: middle;
}

span.swp_label {
	display: block;
	font-size: 9px!important;
	margin-top: 13px;
	position: absolute;
	text-align: center!important;
	text-transform: uppercase;
}

.nc_socialPanelSide span.swp_label {
	margin-top: 0;
}

.nc_socialPanel.swp_leaf .nc_tweetContainer {
	-webkit-border-radius: 15px 0!important;
	border-radius: 15px 0!important;
	border-width: 1px;
}

.nc_socialPanel.swp_pill .nc_tweetContainer {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border-width: 1px;
}

.nc_socialPanel.swp_shift .nc_tweetContainer:not(.totes) {
	border-width: 1px;
	-moz-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
}

.nc_socialPanel.swp_shift .nc_tweetContainer a {
	-moz-transform: skew(25deg);
	-o-transform: skew(25deg);
	-webkit-transform: skew(25deg);
}

.swp_connected .nc_tweetContainer,
.swp_connected:hover .nc_tweetContainer,
.swp_connected .nc_tweetContainer:hover {
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
	border-width: 1px;
	margin: 0!important;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .googlePlus,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .googlePlus:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .googlePlus:not(:hover) {
	border: 1px solid #df4b37;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .twitter,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .twitter:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .twitter:not(:hover) {
	border: 1px solid #429cd6;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_fb,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_fb:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_fb:not(:hover) {
	border: 1px solid #3a589e;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .nc_pinterest,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .nc_pinterest:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .nc_pinterest:not(:hover) {
	border: 1px solid #cd2029;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .linkedIn,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .linkedIn:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .linkedIn:not(:hover) {
	border: 1px solid #0d77b7;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_tumblr,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_tumblr:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_tumblr:not(:hover) {
	border: 1px solid #39475d;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_stumbleupon,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_stumbleupon:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_stumbleupon:not(:hover) {
	border: 1px solid #ef5025;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_yummly,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_yummly:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_yummly:not(:hover) {
	border: 1px solid #e26426;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_reddit,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_reddit:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_reddit:not(:hover) {
	border: 1px solid #f04b23;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_email,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_email:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_email:not(:hover) {
	border: 1px solid #6bcce9;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_whatsapp,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_whatsapp:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_whatsapp:not(:hover) {
	border: 1px solid #71c169;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_pocket,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_pocket:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_pocket:not(:hover) {
	border: 1px solid #ef4056;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_buffer,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_buffer:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_buffer:not(:hover) {
	border: 1px solid #323b43;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_hacker_news,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_hacker_news:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_hacker_news:not(:hover) {
	border: 1px solid #d85623;
}

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_flipboard,
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_flipboard:hover,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_flipboard:not(:hover) {
	border: 1px solid #bf2626;
}

.nc_socialPanel.swp_d_fullColor .googlePlus,
html body .nc_socialPanel.swp_i_fullColor .googlePlus:hover,
body .nc_socialPanel.swp_o_fullColor:hover .googlePlus {
	background: #df4b37;
	border: 1px solid #c44133;
}

.nc_socialPanel.swp_d_fullColor .twitter,
html body .nc_socialPanel.swp_i_fullColor .twitter:hover,
body .nc_socialPanel.swp_o_fullColor:hover .twitter {
	background: #429cd6;
	border: 1px solid #3c87b2;
}

.nc_socialPanel.swp_d_fullColor .swp_fb,
html body .nc_socialPanel.swp_i_fullColor .swp_fb:hover,
body .nc_socialPanel.swp_o_fullColor:hover .swp_fb {
	background: #3a589e;
	border: 1px solid #2e4675;
}

.nc_socialPanel.swp_d_fullColor .nc_pinterest,
html body .nc_socialPanel.swp_i_fullColor .nc_pinterest:hover,
body .nc_socialPanel.swp_o_fullColor:hover .nc_pinterest {
	background: #cd2029;
	border: 1px solid #aa1b29;
}

.nc_socialPanel.swp_d_fullColor .linkedIn,
html body .nc_socialPanel.swp_i_fullColor .linkedIn:hover,
body .nc_socialPanel.swp_o_fullColor:hover .linkedIn {
	background: #0d77b7;
	border: 1px solid #0c6591;
}

.nc_socialPanel.swp_d_fullColor .swp_tumblr,
html body .nc_socialPanel.swp_i_fullColor .swp_tumblr:hover,
body .nc_socialPanel.swp_o_fullColor:hover .swp_tumblr {
	background: #39475d;
	border: 1px solid #27313f;
}

.nc_socialPanel.swp_d_fullColor .swp_stumbleupon,
html body .nc_socialPanel.swp_i_fullColor .swp_stumbleupon:hover,
body .nc_socialPanel.swp_o_fullColor:hover .swp_stumbleupon {
	background: #ef5025;
	border: 1px solid #d34427;
}

.nc_socialPanel.swp_d_fullColor .swp_yummly,
html body .nc_socialPanel.swp_i_fullColor .swp_yummly:hover,
body .nc_socialPanel.swp_o_fullColor:hover .swp_yummly {
	background: #e26426;
	border: 1px solid #b65027;
}

.nc_socialPanel.swp_d_fullColor .swp_reddit,
html body .nc_socialPanel.swp_i_fullColor .swp_reddit:hover,
body .nc_socialPanel.swp_o_fullColor:hover .swp_reddit {
	background: #f04b23;
	border: 1px solid #d33f27;
}

.nc_socialPanel.swp_d_fullColor .swp_email,
html body .nc_socialPanel.swp_i_fullColor .swp_email:hover,
body .nc_socialPanel.swp_o_fullColor:hover .swp_email {
	background: #6bcce9;
	border: 1px solid #61bace;
}

.nc_socialPanel.swp_d_fullColor .swp_whatsapp,
html body .nc_socialPanel.swp_i_fullColor .swp_whatsapp:hover,
body .nc_socialPanel.swp_o_fullColor:hover .swp_whatsapp {
	background: #71c169;
	border: 1px solid #28b04b;
}

.nc_socialPanel.swp_d_fullColor .swp_pocket,
html body .nc_socialPanel.swp_i_fullColor .swp_pocket:hover,
body .nc_socialPanel.swp_o_fullColor:hover .swp_pocket {
	background: #ef4056;
	border: 1px solid #ce3d55;
}

.nc_socialPanel.swp_d_fullColor .swp_buffer,
html body .nc_socialPanel.swp_i_fullColor .swp_buffer:hover,
body .nc_socialPanel.swp_o_fullColor:hover .swp_buffer {
	background: #323b43;
	border: 1px solid #000;
}

.nc_socialPanel.swp_d_fullColor .swp_hacker_news,
html body .nc_socialPanel.swp_i_fullColor .swp_hacker_news:hover,
body .nc_socialPanel.swp_o_fullColor:hover .swp_hacker_news {
	background: #f16522;
	border: 1px solid #d85623;
}

.nc_socialPanel.swp_d_fullColor .swp_flipboard,
html body .nc_socialPanel.swp_i_fullColor .swp_flipboard:hover,
body .nc_socialPanel.swp_o_fullColor:hover .swp_flipboard {
	background: #e02828;
	border: 1px solid #bf2626;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .googlePlus,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .googlePlus:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .googlePlus {
	border-bottom: 3px solid #c44133;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .twitter,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .twitter:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .twitter {
	border-bottom: 3px solid #5595bc;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_fb,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_fb:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_fb {
	border-bottom: 3px solid #2e4675;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .nc_pinterest,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .nc_pinterest:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .nc_pinterest {
	border-bottom: 3px solid #aa1b29;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .linkedIn,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .linkedIn:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .linkedIn {
	border-bottom: 3px solid #0c6591;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_tumblr,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_tumblr:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_tumblr {
	border-bottom: 3px solid #27313f;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_stumbleupon,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_stumbleupon:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_stumbleupon {
	border-bottom: 3px solid #d34427;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_yummly,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_yummly:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_yummly {
	border-bottom: 3px solid #b65027;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_reddit,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_reddit:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_reddit {
	border-bottom: 3px solid #d33f27;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_email,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_email:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_email {
	border-bottom: 3px solid #61bace;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_whatsapp,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_whatsapp:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_whatsapp {
	border-bottom: 3px solid #28b04b;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_pocket,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_pocket:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_pocket {
	border-bottom: 3px solid #ce3d55;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_buffer,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_buffer:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_buffer {
	border-bottom: 3px solid #000;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_hacker_news,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_hacker_news:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_hacker_news {
	border-bottom: 3px solid #d85623;
}

.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_flipboard,
html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_flipboard:hover,
body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_flipboard {
	border-bottom: 3px solid #bf2626;
}

.nc_socialPanel.swp_d_lightGray .nc_tweetContainer,
html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover,
body .nc_socialPanel.swp_o_lightGray:hover .nc_tweetContainer {
	background-color: #ccc;
	border: 1px solid #ccc;
}

.nc_socialPanel.swp_threeDee.swp_d_lightGray .nc_tweetContainer:not(.totesalt),
html body .nc_socialPanel.swp_threeDee.swp_i_lightGray .nc_tweetContainer:not(.totesalt):hover,
body .nc_socialPanel.swp_threeDee.swp_o_lightGray:hover .nc_tweetContainer:not(.totesalt) {
	border-bottom: 3px solid #999;
}

.nc_socialPanel.swp_d_mediumGray .nc_tweetContainer,
html body .nc_socialPanel.swp_i_mediumGray .nc_tweetContainer:hover,
body .nc_socialPanel.swp_o_mediumGray:hover .nc_tweetContainer {
	background-color: #999;
	border: 1px solid #999;
}

.nc_socialPanel.swp_threeDee.swp_d_mediumGray .nc_tweetContainer:not(.totesalt),
html body .nc_socialPanel.swp_threeDee.swp_i_mediumGray .nc_tweetContainer:not(.totesalt):hover,
body .nc_socialPanel.swp_threeDee.swp_o_mediumGray:hover .nc_tweetContainer:not(.totesalt) {
	border-bottom: 3px solid #444;
}

.nc_socialPanel.swp_d_darkGray .nc_tweetContainer,
html body .nc_socialPanel.swp_i_darkGray .nc_tweetContainer:hover,
body .nc_socialPanel.swp_o_darkGray:hover .nc_tweetContainer {
	background-color: #444;
	border: 1px solid #444;
}

.nc_socialPanel.swp_threeDee.swp_d_darkGray .nc_tweetContainer:not(.totesalt),
html body .nc_socialPanel.swp_threeDee.swp_i_darkGray .nc_tweetContainer:not(.totesalt):hover,
body .nc_socialPanel.swp_threeDee.swp_o_darkGray:hover .nc_tweetContainer:not(.totesalt) {
	border-bottom: 3px solid #222;
}

.nc_socialPanel.swp_d_lgOutlines a,
html body .nc_socialPanel.swp_i_lgOutlines a:hover,
body .nc_socialPanel.swp_o_lgOutlines:hover a {
	color: #ccc;
}

.nc_socialPanel.swp_d_lgOutlines .nc_tweetContainer,
html body .nc_socialPanel.swp_i_lgOutlines .nc_tweetContainer:hover,
body .nc_socialPanel.swp_o_lgOutlines:hover .nc_tweetContainer {
	background: transparent;
	border: 1px solid #ccc;
}

.nc_socialPanel.swp_d_mdOutlines a,
html body .nc_socialPanel.swp_i_mdOutlines a:hover,
body .nc_socialPanel.swp_o_mdOutlines:hover a {
	color: #999;
}

.nc_socialPanel.swp_d_mdOutlines .nc_tweetContainer,
html body .nc_socialPanel.swp_i_mdOutlines .nc_tweetContainer:hover,
body .nc_socialPanel.swp_o_mdOutlines:hover .nc_tweetContainer {
	background: transparent;
	border: 1px solid #999;
}

.nc_socialPanel.swp_d_dgOutlines a,
html body .nc_socialPanel.swp_i_dgOutlines a:hover,
body .nc_socialPanel.swp_o_dgOutlines:hover a {
	color: #444;
}

.nc_socialPanel.swp_d_dgOutlines .nc_tweetContainer,
html body .nc_socialPanel.swp_i_dgOutlines .nc_tweetContainer:hover,
body .nc_socialPanel.swp_o_dgOutlines:hover .nc_tweetContainer {
	background: transparent;
	border: 1px solid #444;
}

.nc_socialPanel.swp_d_colorOutlines .googlePlus a,
html body .nc_socialPanel.swp_i_colorOutlines .googlePlus a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus a {
	color: #df4b37;
}

.nc_socialPanel.swp_d_colorOutlines .swp_fb a,
html body .nc_socialPanel.swp_i_colorOutlines .swp_fb a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb a {
	color: #3a589e;
}

.nc_socialPanel.swp_d_colorOutlines .nc_pinterest a,
html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest a {
	color: #cd2029;
}

.nc_socialPanel.swp_d_colorOutlines .linkedIn a,
html body .nc_socialPanel.swp_i_colorOutlines .linkedIn a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn a {
	color: #0d77b7;
}

.nc_socialPanel.swp_d_colorOutlines .swp_tumblr a,
html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr a {
	color: #39475d;
}

.nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon a,
html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon a {
	color: #ef5025;
}

.nc_socialPanel.swp_d_colorOutlines .swp_yummly a,
html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly a {
	color: #e26426;
}

.nc_socialPanel.swp_d_colorOutlines .swp_whatsapp a,
html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp a {
	color: #71c169;
}

.nc_socialPanel.swp_d_colorOutlines .swp_pocket a,
html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket a {
	color: #ef4056;
}

.nc_socialPanel.swp_d_colorOutlines .swp_reddit a,
html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit a {
	color: #f04b23;
}

.nc_socialPanel.swp_d_colorOutlines .swp_email a,
html body .nc_socialPanel.swp_i_colorOutlines .swp_email a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email a {
	color: #6bcce9;
}

.nc_socialPanel.swp_d_colorOutlines .swp_buffer a,
html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer a {
	color: #323b43;
}

.nc_socialPanel.swp_d_colorOutlines .swp_hacker_news a,
html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news a {
	color: #f16522;
}

.nc_socialPanel.swp_d_colorOutlines .swp_flipboard a,
html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard a {
	color: #e02828;
}

.nc_socialPanel.swp_d_colorOutlines .googlePlus,
html body .nc_socialPanel.swp_i_colorOutlines .googlePlus:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus {
	background: transparent;
	border: 1px solid #df4b37;
}

.nc_socialPanel.swp_d_colorOutlines .twitter,
html body .nc_socialPanel.swp_i_colorOutlines .twitter:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .twitter {
	background: transparent;
	border: 1px solid #429cd6;
}

.nc_socialPanel.swp_d_colorOutlines .swp_fb,
html body .nc_socialPanel.swp_i_colorOutlines .swp_fb:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb {
	background: transparent;
	border: 1px solid #3a589e;
}

.nc_socialPanel.swp_d_colorOutlines .nc_pinterest,
html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest {
	background: transparent;
	border: 1px solid #cd2029;
}

.nc_socialPanel.swp_d_colorOutlines .linkedIn,
html body .nc_socialPanel.swp_i_colorOutlines .linkedIn:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn {
	background: transparent;
	border: 1px solid #0d77b7;
}

.nc_socialPanel.swp_d_colorOutlines .swp_tumblr,
html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr {
	background: transparent;
	border: 1px solid #39475d;
}

.nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon,
html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon {
	background: transparent;
	border: 1px solid #ef5025;
}

.nc_socialPanel.swp_d_colorOutlines .swp_yummly,
html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly {
	background: transparent;
	border: 1px solid #e26426;
}

.nc_socialPanel.swp_d_colorOutlines .swp_whatsapp,
html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp {
	background: transparent;
	border: 1px solid #71c169;
}

.nc_socialPanel.swp_d_colorOutlines .swp_reddit,
html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit {
	background: transparent;
	border: 1px solid #f04b23;
}

.nc_socialPanel.swp_d_colorOutlines .swp_email,
html body .nc_socialPanel.swp_i_colorOutlines .swp_email:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email {
	background: transparent;
	border: 1px solid #6bcce9;
}

.nc_socialPanel.swp_d_colorOutlines .swp_pocket,
html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket {
	background: transparent;
	border: 1px solid #ef4056;
}

.nc_socialPanel.swp_d_colorOutlines .swp_buffer,
html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer {
	background: transparent;
	border: 1px solid #323b43;
}

.nc_socialPanel.swp_d_colorOutlines .swp_hacker_news,
html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news {
	background: transparent;
	border: 1px solid #f16522;
}

.nc_socialPanel.swp_d_colorOutlines .swp_flipboard,
html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard {
	background: transparent;
	border: 1px solid #bf2626;
}

.nc_socialPanelSide {
	flex-direction: column;
	height: auto;
	overflow: visible;
	top: 200px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 100px!important;
	z-index: 9999999;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.nc_socialPanelSide.slide {
	position: fixed;
	left: -100px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.nc_socialPanelSide.fade {
	display: none;
	position: fixed;
	left: 5px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.nc_socialPanelSide .nc_tweetContainer {
	background: #dd4b38;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clear: both;
	display: block;
	font-family: Lato, sans-serif;
	height: 32px;
	margin: 3px 0!important;
	overflow: hidden;
	padding: 0;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	vertical-align: top;
	width: 90px;
}

.nc_socialPanelSide .nc_tweetContainer .iconFiller {
	display: inline-block;
	height: 40px;
	margin: 0 6px;
	padding: 0;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	vertical-align: middle;
	width: 21px;
}

.nc_socialPanelSide .nc_tweetContainer .swp_count {
	display: inline-block;
	font-size: 14px;
	height: 32px;
	line-height: 35px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: right;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	vertical-align: top;
	width: 0;
}

.nc_socialPanelSide .nc_tweetContainer a {
	cursor: pointer;
	display: block;
	font-weight: 500;
	height: 36px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	vertical-align: top;
}

.nc_socialPanelSide .nc_tweetContainer .sw,
.nc_socialPanelSide .nc_tweetContainer .swp_share {
	float: left;
	line-height: 34px;
}

.nc_socialPanelSide.swp_default .nc_tweetContainer .sw {
	line-height: 32px;
}

.nc_socialPanelSide.swp_default .nc_tweetContainer .swp_share {
	line-height: 30px;
}

.nc_socialPanelSide .nc_tweetContainer .swp_share {
	font-size: 13px;
}

.nc_socialPanelSide .nc_tweetContainer:hover,
.nc_socialPanelSide .nc_tweetContainer:hover .iconFiller,
.nc_socialPanelSide .nc_tweetContainer:hover .swp_count {
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.nc_socialPanelSide.swp_boxed {
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.nc_socialPanelSide.swp_boxed .nc_tweetContainer {
	margin-bottom: 5px;
}

.nc_socialPanelSide.swp_boxed .nc_tweetContainer,
.nc_socialPanelSide.swp_boxed .nc_tweetContainer a {
	height: 75px;
	position: relative;
	width: 75px;
}

.nc_socialPanelSide.swp_boxed .nc_tweetContainer i.sw {
	font-size: 27px;
	height: 40px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_share {
	height: 35px;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 75px;
}

.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count {
	height: 35px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	-webkit-transition: padding 0.1s linear;
	transition: padding 0.1s linear;
	width: 100%;
}

.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count.swp_hide,
.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .iconFiller,
.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .spaceManWilly {
	height: 75px;
	opacity: 1;
}

.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.iconFiller {
	height: 40px;
	width: 75px;
}

.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover span.swp_count:not(.swp_hide) {
	opacity: 0;
}

.nc_socialPanelSide.swp_boxed .totes {
	padding: 0;
	width: 75px!important;
}

.nc_socialPanelSide .nc_tweetContainer:not(.totes) {
	line-height: 34px;
}

.nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes) .iconFiller {
	margin-left: 2px;
	width: 30px;
}

.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count {
	padding: 0 8px;
	width: 48px;
}

.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count.swp_hide {
	padding: 0;
	width: 100%;
}

.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_hide .iconFiller {
	display: block;
	float: none;
	margin: 0 auto;
}

.nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes):hover {
	width: 150px;
}

.nc_socialPanelSide .nc_tweetContainer:not(.totes):hover .iconFiller,
.nc_socialPanelSide .nc_tweetContainer:not(.totes) .spaceManWilly {
	width: 90px;
}

.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover .iconFiller,
.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .spaceManWilly {
	width: 100%;
}

.nc_socialPanelSide .nc_tweetContainer.totes {
	background: rgba(0, 0, 0, 0);
	border: 0!important;
	font-weight: 800;
	height: 45px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 90px;
}

.nc_socialPanelSide .nc_tweetContainer.totes .swp_count {
	color: #444;
	display: block;
	font-family: Lato, sans-serif;
	height: 28px;
	text-align: center;
	width: 100%;
}

.nc_socialPanelSide .nc_tweetContainer.totes .swp_label {
	color: #444;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 50%;
	position: relative;
	text-align: center;
	width: 100%;
}

.nc_wrapper {
	background: white;
	position: fixed;
	-webkit-transition: top 0.5s bottom 0.5s;
	transition: top 0.5s bottom 0.5s;
	width: 100%;
	z-index: 99999;
}

.nc_wrapper.floatBottom {
	bottom: 0;
	left: 0;
}

.nc_wrapper.floatTop {
	top: 0;
	left: 0;
}

.nc_floater {
	margin: 10px 0;
	position: relative;
	left: 304px;
	width: 740px;
}

.nc_socialPanelSide.hideCounts a {
	text-align: center;
}

.nc_socialPanelSide.hideCounts .iconFiller {
	float: none;
	text-align: left;
}

.sw {
	display: inline-block;
	font-family: sw-icon-font!important;
	font-size: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	text-rendering: auto;
	text-transform: none!important;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.sw:before {
	display: block!important;
}

.wp-editor-container .sw:before {
	font-size: 18px;
	line-height: 22px;
}

.wp-editor-container .sw-social-warfare:before {
	color: #ee464f;
}

.mce-container .sw-social-warfare {
	color: #ee464f;
	font-size: 20px;
	margin-right: 15px;
	vertical-align: middle;
}

.sw-google-plus:before {
	content: "h";
}

.sw-pinterest:before {
	content: "b";
}

.sw-twitter:before {
	content: "s";
}

.sw-facebook:before {
	content: "j";
}

.sw-linkedin:before {
	content: "f";
}

.sw-tumblr:before {
	content: "r";
}

.sw-stumbleupon:before {
	content: "q";
}

.sw-reddit:before {
	content: "a";
}

.sw-email:before {
	content: "k";
}

.sw-yummly:before {
	content: "x";
}

.sw-whatsapp:before {
	content: "y";
}

.sw-pocket:before {
	content: "B";
}

.sw-buffer:before {
	content: "z";
}

.sw-hacker_news:before {
	content: "D";
}

.sw-flipboard:before {
	content: "C";
}

.sw-social-warfare:before {
	content: "p";
}

.swp_CTT {
	text-decoration: none!important;
}

.sw-tweet-clear {
	zoom: 1;
}

.sw-tweet-clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.sw-click-to-tweet {
	display: block;
	margin: 15px 0;
	padding: 15px 30px;
	position: relative;
}

.sw-click-to-tweet:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.sw-click-to-tweet .sw-ctt-text {
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	word-wrap: break-word;
}

a .sw-click-to-tweet .sw-ctt-text {
	display: block;
	font-size: 24px;
	font-weight: 500;
	line-height: 140%;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

.sw-click-to-tweet .sw-ctt-btn {
	display: block;
	float: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	margin: 10px 0 0;
	padding: 3px 5px 3px 3px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.sw-click-to-tweet i.sw-twitter {
	float: right;
	font-size: 21px;
	margin-left: 15px;
	margin-top: 2px;
	text-transform: none;
}

a.swp_CTT.style1 .sw-click-to-tweet {
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.swp_CTT.style2 .sw-click-to-tweet {
	background-color: #fff;
	border: 4px double #ddd;
	-webkit-border-radius: 0;
	border-radius: 0;
}

a.style2 .sw-click-to-tweet .sw-ctt-text {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

a.swp_CTT.style3:hover .sw-click-to-tweet {
	border-left: 10px solid #3c87b2;
	padding-right: 20px;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

a.swp_CTT.style3 .sw-click-to-tweet {
	background-color: #429cd6;
	border: none;
	border-left: 10px solid #429cd6;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding-right: 20px;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

a.style3 .sw-click-to-tweet .sw-ctt-text {
	color: #fff;
	font-style: italic;
	text-decoration: none;
}

a.swp_CTT.style4:hover .sw-click-to-tweet {
	border-left: 10px solid #3c87b2;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

a.swp_CTT.style4 .sw-click-to-tweet {
	background-color: #333;
	border-left: 10px solid #c33;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

a.swp_CTT.style5:hover .sw-click-to-tweet {
	background-color: #d34250;
	border-left: 10px solid #30394f;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

a.swp_CTT.style5 .sw-click-to-tweet {
	background-color: #30394f;
	border-left: 10px solid #d34250;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

a.swp_CTT.style6:hover .sw-click-to-tweet {
	background-color: #ced3dc;
	border-left: 10px solid #d34250;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

a.swp_CTT.style6 .sw-click-to-tweet {
	background-color: #eee;
	border-left: 10px solid #d34250;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

a.style6 .sw-click-to-tweet i.sw-twitter {
	color: #30394f;
}

.swp_pop_thumb {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	height: 100px;
	margin: 5px 25px 5px 0;
	width: 100px;
}

.swp_popular_post {
	clear: both;
}

.swp_clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

.swp_popular_post a.swp_popularity {
	border: none;
	display: block;
	line-height: 1.5;
	margin: 20px 0;
}

span.swp_pop_count {
	display: block;
	font-size: 70%;
}

.swp_widget_box {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.sw-pinit {
	display: table !important;
	line-height: 0;
	position: relative !important;
}

div.sw-pinit a.sw-pinit-button,
div.sw-pinit a.sw-pinit-button:visited {
	background: #cd2029;
	border: 1px solid #aa1b29;
	border: 0;
	border-bottom: none;
	-webkit-border-radius: 4px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-family: Lato,sans-serif;
	font-size: 20px;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	opacity: 0;
	padding: 0 20px;
	position: absolute;
	text-decoration: none;
	text-decoration: none;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 200;
}

div.sw-pinit:hover a.sw-pinit-button,
div.sw-pinit:focus a.sw-pinit-button {
	opacity: 1;
}

div.sw-pinit a.sw-pinit-button::before {
	color: #fff;
	content: "b";
	float: left;
	font-family: sw-icon-font;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	margin-left: -5px;
	margin-right: 10px;
}

div.sw-pinit a.sw-pinit-button:hover::before {
	content: "F";
}

div.sw-pinit a.sw-pinit-button::hover,
div.sw-pinit a.sw-pinit-button::focus {
	background: #aa1b29;
	color: #fff;
	text-decoration: none;
}

div.sw-pinit .sw-pinit-left {
	left: 30px;
}

div.sw-pinit .sw-pinit-center {
	margin-left: -60px;
	left: 50%;
}

div.sw-pinit .sw-pinit-right {
	right: 30px;
}

div.sw-pinit .sw-pinit-top {
	top: 30px;
}

div.sw-pinit .sw-pinit-middle {
	margin-top: -25px;
	top: 50%;
}

div.sw-pinit .sw-pinit-bottom {
	bottom: 30px;
}

.nc_socialPanel.notMobile .nc_tweetContainer:nth-last-child(1),
.mobile .nc_tweetContainer:nth-last-child(2),
.nc_tweetContainer.totes:nth-last-child(1) {
	margin-right: 0;
}

.nc_socialPanel.swp_d_fullColor a,
html body .nc_socialPanel.swp_i_fullColor .nc_tweetContainer:hover a,
body .nc_socialPanel.swp_o_fullColor:hover a,
.nc_socialPanel.swp_d_lightGray a,
html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover a,
body .nc_socialPanel.swp_o_lightGray:hover a,
.nc_socialPanel.swp_d_mediumGray a,
html body .nc_socialPanel.swp_i_mediumGray a:hover,
body .nc_socialPanel.swp_o_mediumGray:hover a,
.nc_socialPanel.swp_d_darkGray a,
html body .nc_socialPanel.swp_i_darkGray a:hover,
body .nc_socialPanel.swp_o_darkGray:hover a {
	color: white;
}

.nc_socialPanel.swp_d_colorOutlines .twitter a,
html body .nc_socialPanel.swp_i_colorOutlines .twitter a:hover,
body .nc_socialPanel.swp_o_colorOutlines:hover .twitter a,
.wp-editor-container .sw-twitter:before,
a.style1 .sw-click-to-tweet i.sw-twitter,
a.style2 .sw-click-to-tweet i.sw-twitter {
	color: #429cd6;
}

.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .swp_hide span.swp_share,
.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover span.swp_share:not(.swp_hide) {
	opacity: 1;
}

.nc_socialPanel.mobile .iconFiller ~ .swp_count,
.sw-content-locator {
	display: none;
}

a.style1 .sw-click-to-tweet .sw-ctt-text,
a.style1 .sw-click-to-tweet .sw-ctt-btn {
	color: #999;
	text-decoration: none;
}

a.style1:hover .sw-click-to-tweet .sw-ctt-text,
a.style1:hover .sw-click-to-tweet .sw-ctt-btn,
a.style2:hover .sw-click-to-tweet .sw-ctt-text,
a.style2 .sw-click-to-tweet .sw-ctt-btn,
a.style2:hover .sw-click-to-tweet .sw-ctt-btn {
	color: #666;
	text-decoration: none;
}

a.style3:hover .sw-click-to-tweet .sw-ctt-text,
a.style3 .sw-click-to-tweet .sw-ctt-btn,
a.style3:hover .sw-click-to-tweet .sw-ctt-btn,
a.style3 .sw-click-to-tweet i.sw-twitter,
a.style4 .sw-click-to-tweet .sw-ctt-text,
a.style4:hover .sw-click-to-tweet .sw-ctt-text,
a.style4 .sw-click-to-tweet .sw-ctt-btn,
a.style4:hover .sw-click-to-tweet .sw-ctt-btn,
a.style5 .sw-click-to-tweet .sw-ctt-text,
a.style5:hover .sw-click-to-tweet .sw-ctt-text,
a.style5 .sw-click-to-tweet .sw-ctt-btn,
a.style5:hover .sw-click-to-tweet .sw-ctt-btn {
	color: #fff;
	text-decoration: none;
}

a.style4 .sw-click-to-tweet i.sw-twitter,
a.style5 .sw-click-to-tweet i.sw-twitter {
	color: #fff;
}

a.style6 .sw-click-to-tweet .sw-ctt-text,
a.style6 .sw-click-to-tweet .sw-ctt-btn {
	color: #30394f;
	text-decoration: none;
}

a.style6:hover .sw-click-to-tweet .sw-ctt-text,
a.style6:hover .sw-click-to-tweet .sw-ctt-btn,
a.style6:hover .sw-click-to-tweet i.sw-twitter {
	color: #2a2d34;
	text-decoration: none;
}

.scale-70 {
	-ms-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.nc_socialPanel:not(.nc_floater).scale-70.scale-fullWidth {
	width: 142.8571428571429%!important;
}

.scale-80 {
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.nc_socialPanel:not(.nc_floater).scale-80.scale-fullWidth {
	width: 125%!important;
}

.scale-90 {
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.nc_socialPanel:not(.nc_floater).scale-90.scale-fullWidth {
	width: 111.111111111111%!important;
}

.scale-110 {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.nc_socialPanel:not(.nc_floater).scale-110.scale-fullWidth {
	width: 90.90909090909091%!important;
}

.scale-120 {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.nc_socialPanel:not(.nc_floater).scale-120.scale-fullWidth {
	width: 83.33333333333333%!important;
}

.scale-130 {
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.nc_socialPanel:not(.nc_floater).scale-130.scale-fullWidth {
	width: 76.92307692307692%!important;
}

.scale-140 {
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.nc_socialPanel:not(.nc_floater).scale-140.scale-fullWidth {
	width: 71.42857142857143%!important;
}

.scale-fullWidth,
.scale-left,
.nc_floater.scale-center,
.nc_floater.scale-right {
	-ms-transform-origin: left;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.scale-right {
	-ms-transform-origin: right;
	-webkit-transform-origin: right;
	transform-origin: right;
}

.scale-center {
	-ms-transform-origin: center;
	-webkit-transform-origin: center;
	transform-origin: center;
}

div.nc_socialPanel .nc_tweetContainer.swp_emphasize {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.sw-pinit.aligncenter {
	margin: 0 auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	div.sw-pinit {
		display: inline-block!important;
		max-width: 100%;
	}
}

.swp_hidden_pin_image {
	height: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.fl-module-content .uabb-blog-posts .uabb-post-thumbnail .sw-pinit.lazyloaded {
	display: block !important;
}