/*--social share starts--*/

.social-links {
	text-align: right;
	position: fixed;
	left: -42px;
	top: 50%;
	z-index: 2;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.left0 {
	left: 0 !important;
}

.fa-share-alt {
	height: 40px;
	width: 40px;
	background-color:  #e5a812;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	    right: -40px;
	-webkit-box-shadow: 7px 0px 7px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 7px 0px 7px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0 5px 5px 0;
	font-size: 15px;
	cursor: pointer;

}

.social-links .jssocials-share {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media(max-width: 1023px) {
	.social-links {
		bottom: 0;
	}

	.fa-share-alt {
		height: 35px;
		width: 35px;
	}

	.fa-share-alt:before {
		font-size: 20px
	}
}


/*--social share ends--*/