/* CSS Document */

#la_social_share {
	position:fixed;
	top:30%;
	right:0;
	width:40px;
	height:auto;
}
.la-link {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	display: inline-block;
	text-decoration: none;
}
@media(min-width:768.02px) {
	#la_social_share .la-link > img {
		max-width:20px;
	}
}
@media(max-width:768px) {
	#la_social_share {
		top:auto;
		bottom:0;
		left:0;
		width:100%;
		height:40px;
	}
	.la-link {
		width:25%;
		display: inline-block;
		text-decoration: none;
	}
}
.la-link:hover,.la-link:active {
	color: white;
} 
.la-twitter {
	background: #00aced;
}
 
.la-twitter:hover,.la-twitter:active {
	background: #0084b4;
}
 
.la-facebook {
	background: #3B5997;
}
 
.la-facebook:hover,.la-facebook:active {
	background: #2d4372;
}
.la-linkedin {
	background: #0074A1;
}
 
.la-linkedin:hover,.la-linkedin:active {
	background: #006288;
}
.la-whatsapp {
	background: #25D366;
}
.la-whatsapp:hover,.la-whatsapp:active {
	background: #00C244;
}