.fb-livechat,
.fb-widget {
	display: none
}

.ctrlq.fb-button,
.ctrlq.fb-close {
	position: fixed;
	right: 24px;
	cursor: pointer
}

.ctrlq.fb-button {
	z-index: 999;
	width: 200px;
	height: 33px;
	text-align: center;
	bottom: -1px;
	right: 50px;
	background:#1458AB;
	border-radius:5px 5px 0px 0px;
	transition: all .2s ease-in-out;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height: 33px;
	letter-spacing:1px;
}
.fb-widget {
	background: #fff;
	z-index: 1000;
	position: fixed;
	width: 300px;
	height: 400px;
	overflow: hidden;
	opacity: 0;
	bottom: 0;
	right: 15px;
	border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16)
}

.fb-credit {
	text-align: center;
	margin-top: 8px
}

.fb-credit a {
	transition: none;
	color: #bec2c9;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 0;
	font-weight: 400
}

.ctrlq.fb-overlay {
	z-index: 0;
	position: fixed;
	height: 100vh;
	width: 100vw;
	-webkit-transition: opacity .4s, visibility .4s;
	transition: opacity .4s, visibility .4s;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .05);
	display: none
}

.ctrlq.fb-close {
	z-index: 4;
	padding: 0 8px;
	background: #365899;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	margin: 8px;
	border-radius: 3px
}

.ctrlq.fb-close::after {
	content: "X";
	font-family: sans-serif
}

.bubble {
	width: 20px;
	height: 20px;
	background: #c00;
	color: #fff;
	position: absolute;
	z-index: 999999999;
	text-align: center;
	vertical-align: middle;
	top: -2px;
	left: -5px;
	border-radius: 50%;
	display:none;
}

.bubble-msg {
	width: 120px;
	left: -140px;
	top: 5px;
	position: relative;
	background: rgba(59, 89, 152, .8);
	color: #fff;
	padding: 5px 8px;
	border-radius: 8px;
	text-align: center;
	font-size: 13px;
	display:none;
}
.fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget iframe {max-width:100%;max-height:100%;}
@media (max-width: 767px) {
	.ctrlq.fb-button {
		right: 0px;
		bottom:0px;
	}
	.fb-widget {
		width: 290px;
		height: 320px;
	}
}