.fab-container {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 999;
	cursor: pointer;
	direction: ltr;
}

.fab-icon-holder {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #d23f31;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

#btn_whats{
    background: #25D366;
}

#btn_face{
	background: #3b5998; 
}

#btn_twitter{
	background: #34B7F1; 
}

#btn_telegram{
	background: #229ED9; 
}

.fab-icon-holder:hover {
	opacity: 0.8;
}

.fab-icon-holder i {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 25px;
	color: #ffffff;
}

.fab {
	width: 60px;
	height: 60px;
	background: #016fb9;
}

.fab-options {
	list-style-type: none;
	margin: 0;
	position: absolute;
	bottom: 70px;
	right: 0;
	opacity: 0;
	transition: all 0.3s ease;
	transform: scale(0);
	transform-origin: 85% bottom;
}

.fab:hover+.fab-options,
.fab-options:hover {
	opacity: 1;
	transform: scale(1);
}

.fab-options li {
	display: flex;
	justify-content: flex-end;
	padding: 5px;
}

.fab-label {
	padding: 2px 5px;
	align-self: center;
	user-select: none;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 16px;
	background: #666666;
	color: #ffffff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	margin-right: 10px;
}

/* ============ */
/* Lang Menu */
.dropbtn {
	color: #03a4ed!important;
	padding: 8px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	background-color: transparent;
  }

  .dropbtn:hover, .dropbtn:focus {
	color: #fe3f40!important;
  }

  .dropdown {
	position: relative;
	display: inline-block;
  }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

@media (max-width: 767px) {
   .fab-container {
	right: 30px;
   }


  .dropbtn {
	height: 50px !important;
	line-height: 50px !important;
	padding: 0px !important;
	border: none !important;
	background: #f7f7f7 !important;
	color: #191a20 !important;
  }
}