.rrssb-buttons {
	position: absolute;
	right: 305px;
	top: 40px;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	display: inline-block;
	margin-right: 5px;
	text-align: right;
}
.rrssb-buttons p{
	display: inline-block;
	margin: 0;
	padding: 0 8px 0 0;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	color: #757575;
}
.rrssb-buttons div{
	display: inline-block;
}
.rrssb-buttons .fa {
	margin: 0;
	padding: 0;
	background: transparent;
	width: 22px;
	text-align: center;
	vertical-align: middle;
	border: none;
	outline: 0;
	cursor: pointer;
	color: #A6A6A6;
	font-size: 18px;
}
.rrssb-buttons .fa:hover {
	color: #dfe7ea;
}
@media screen and (max-width: 992px){
	.rrssb-buttons{
		display: none;
	}
}