#chat {
	width: 19.428571429em;
	margin: 0 2em 0 0;
	bottom: 0px;
	right: 0px;
	position: fixed;
	z-index: 500;
	color: #323232;;
	-webkit-animation: move 2.5s ease;
	-moz-animation: move 2.5s ease;
	-ms-animation: move 2.5s ease;
	-o-animation: move 2.5s ease;
	animation: move 2.5s ease;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	z-index:1000;
	border: 4px solid #f27360;
}

.bubble.green {
	background-color: #ffffff;
}

.bubble {
	margin-bottom: 0;
	font-size: 1.285714286em;
	-webkit-animation: fadein .1s ease;
	-moz-animation: fadein .1s ease;
	-ms-animation: fadein .1s ease;
	-o-animation: fadein .1s ease;
	animation: fadein .1s ease;
}

.bubble .close-modal {
	cursor:pointer;
	position: absolute;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	right: -9px;
	top: -39px;
	z-index: 1;
	width:18px;
	height:18px;
	background-color: #666666;
	border-radius: 50%;
	opacity:0;
	-o-transition:opacity .5s;
	-moz-transition:opacity .5s;
	-webkit-transition:opacity .5s;
	transition:opacity .5s;
}
.bubble .close-modal:hover {
	background-color:#4d4d4d;
	color:#F7831E;
}

.bubble:hover .close-modal {
	opacity:1;
	-o-transition:opacity .5s;
	-moz-transition:opacity .5s;
	-webkit-transition:opacity .5s;
	transition:opacity .5s;
}

.bubble > div {
	position: relative;
	padding: 0.777777778em 100px 0.777777778em 20px;
	padding: 0.4em 87px 0.4em 13px
}			

.bubble small {
	display: block;
	margin-top: .1em;
}

.bubble .figure-operator {
	position: absolute;
	right: 6px;
	top: -28px;
	width: 86px;
	height: 86px;
	background: url('/felizydad/imagenes/perso2.png') no-repeat;
}

a.fill-parent,a.fill-parent:active,a.fill-parent:visited {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	font-family: 'rubiklight', sans-serif !important;
	color: #f27360 !important;
}

#btn-chat {
	display: block;
	background-color: #143f75;
	text-align: center;
	color: #fff;
}

#btn-chat:hover {
	background-color: #143f75;
}

#btn-chat span {
	padding-left:40px;
	background: url('/felizydad/imagenes/chat-with-us.png') no-repeat;
	font-size: 19px;
}

#btn-chat.inactive span {
	background: url('/felizydad/imagenes/leave-a-message.png') no-repeat;
}						

.button {
	display: inline-block;
	font-size: 1.285714286em;
	padding: .833333333em 1.111111111em;
	text-align: center;
	background: #dcdcdc;
	color: #222;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	border: none;
}			

.display-visible, .show {display:block!important}
.display-hidden, .hide {display:none!important;}

.txtInfChat{ font-size:17px; line-height:20px;font-family: 'rubiklight', sans-serif !important;}
.txtSupChat{ font-size:18px; line-height:20px; font-weight:bold;font-family: 'rubiklight', sans-serif !important;}

@media (max-width: 480px) {
	body{
		line-height: 20px;
	}
	#chat {
		margin: 0 1.5em 0 0;
	}
	.bubble > div {
		position: relative;
		padding: 0.777777778em 100px 0.777777778em 20px;
		padding: 0.4em 37px 0.4em 13px;
	}
	.txtSupChat {
		font-size: 15px;
		line-height: 15px;
	}
	.txtInfChat {
		font-size: 14px;
		line-height: 14px;
	}
	.bubble .figure-operator {
		position: absolute;
		right: 6px;
		top: -19px;
		width: 59px;
		height: 59px;
		background: url(/felizydad/imagenes/perso2.png) no-repeat;
		background-size: contain;
	}
}