.contacts-buttons {
	position: fixed;
	bottom:0;
	right:25px;
	z-index: 99;
}
.contacts-buttons li {
	margin-bottom:10px;
}
button.chat-button {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border: 0px;
	font-size: 36px;
	line-height: 60px !important;
	text-align: center;
	color:#ffffff;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 15px;
	z-index: 10;
	padding:0px;
}
button.chat-button.whatsapp-button {
	background-color:#25d366;
}
button.chat-button.facebook-button {
	background-color:#0083ff;
}
button.chat-button {
	background-color:#164194;
}

.form_submit {
	font-size: 14px;
}

#form_chat .alert {
  display:none; font-size:12px; position: absolute; bottom: 5px;
}
.chat-content {
	width: 300px;
	height: 400px;
	background-color: #FFFFFF;
	position: fixed;
	bottom:0px;
	right: 20px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 15px;
	bottom:-400px;
	z-index: 11;
	text-align: center;
	margin:0px;
	overflow: hidden;
}
.chat-header {
	padding: 10px 15px;
	background-color:#164194;
	color:#FFFFFF;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
}
.chat-header i {
	float: right;
	font-size: 25px;
	cursor: pointer;
}
.chat-body {
	padding: 10px 15px;
	font-size: 14px;
}
.chat-body input.form_input, .chat-body textarea.form_input {
	font-size: 14px;
	border: 1px solid #164194;
	border-radius: 3px;
	width: 100%;
}
.chat-body textarea.form_input {
	height: 100px;
}

@media (min-width: 0px) and (max-width: 767px) {

  button.chat-button {
    width: 45px !important;
    height: 45px !important;
    font-size: 28px !important;
    line-height: 45px !important;
  }

}

