.bcFloat{
	position: fixed !important;
	top: auto !important;
	left: auto !important;
	bottom: 0 !important;
	right: 12px !important;
	transform: scale(1) !important;
}
.bcFloat img {
	-webkit-filter: drop-shadow( 1px 1px 2px rgba(0,0,0,.6));
	filter: drop-shadow( 1px 1px 2px rgba(0,0,0,.6));
}
.bt_chat_like_form__btn[type="submit"] {
	background: #3ead32;
}