.socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 15px 0;
}
.social_chb,
.social_radios {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin: 0 10px 10px 0;
}
.social_chb * {
	cursor: pointer;
}
.social_chb input,
.social_radios input {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}
.scocial_text {
	display: none;
	margin-left: 8px;
	color: #fff;
	cursor: pointer;
}
.scocial_text * {
	cursor: pointer;
}
.size_medium .scocial_text,
.size_large .scocial_text {
	display: inline-block;
}
.scocial_long {
	display: none;
	color: #fff;
}
.size_large .scocial_long {
	display: inline-block;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
	display: flex;
	align-items: center;
}

.resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 0.5em 1em 0.5em 0;
	cursor: pointer;
}

.resp-sharing-button {
	border-radius: 5px;
	transition: 25ms ease-out;
	padding: 0.5em 0.75em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
	width: 1.5em;
	height: 1.5em;
	vertical-align: top
}

.resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
	stroke: #fff;
	fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}

.resp-sharing-button--twitter {
	background-color: #000;
	border-color: #000;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
	background-color: rgba(0, 0, 0, 0.7);
	border-color: rgba(0, 0, 0, 0.7);
}

.resp-sharing-button--tumblr {
	background-color: #35465C;
	border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
	background-color: #222d3c;
	border-color: #222d3c;
}

.resp-sharing-button--email {
	background-color: #777777;
	border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
	background-color: #5e5e5e;
	border-color: #5e5e5e;
}

.resp-sharing-button--sms {
	background-color: #AA7942;
	border-color: #AA7942;
}

.resp-sharing-button--sms:hover,
.resp-sharing-button--sms:active {
	background-color: #8F6538;
	border-color: #8F6538;
}

.resp-sharing-button--viber {
	background-color: #665CAC;
	border-color: #665CAC;
}

.resp-sharing-button--viber:hover,
.resp-sharing-button--viber:active {
	background-color: #524A8E;
	border-color: #524A8E;
}

.resp-sharing-button--pinterest {
	background-color: #bd081c;
	border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
	background-color: #8c0615;
	border-color: #8c0615;
}

.resp-sharing-button--linkedin {
	background-color: #0077b5;
	border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
	background-color: #046293;
	border-color: #046293;
}

.resp-sharing-button--reddit {
	background-color: #5f99cf;
	border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
	background-color: #3a80c1;
	border-color: #3a80c1;
}

.resp-sharing-button--whatsapp {
	background-color: #25D366;
	border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
	background-color: #1DA851;
	border-color: #1DA851;
}

