/*
=========================================================
	MOBILE INSTANT LOGIN
=========================================================
*/

.mobile-instant-login-toggle-wrap {
	position: absolute;
    width: 100%;
	display: none;
}
.mobile-instant-login-toggle-inner {
    display: table;
    margin: auto;
	position: relative;
	right: -15px;
}
.mobile-instant-login-toggle {
    border: 1px solid #333;
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #9b180c;
    line-height: 2.6em;
	font-size: 12px;
	outline: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff !important;
	border-radius: 4px;
}
.mobile-instant-login-toggle:visited,
.mobile-instant-login-toggle:link,
.mobile-instant-login-toggle:hover {
	text-decoration: none;
}
.navbar-toggle, 
.mobile-instant-login-toggle {
    height: 34px;
}
#btn-top-login,
#btn-top-login:link,
#btn-top-login:visited  {
	position: relative;
	right: 5px;
	/*background-color: #22e2c6;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,54a6e5+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(84,166,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(84,166,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(84,166,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#54a6e5',GradientType=0 ); /* IE6-9 */
}
#btn-top-login:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54a6e5+0,207cca+49,2989d8+50,1e5799+100 */
	background: rgb(84,166,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(84,166,229,1) 0%, rgba(32,124,202,1) 49%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(84,166,229,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(84,166,229,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a6e5', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	outline: none;
}
#btn-top-register,
#btn-top-register:link,
#btn-top-register:visited  {
	/*background-color: #FCA431;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b1f21+0,db292c+50,cc2023+51,e85a5c+100 */
	background: rgb(155,31,33); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(155,31,33,1) 0%, rgba(219,41,44,1) 50%, rgba(204,32,35,1) 51%, rgba(232,90,92,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(155,31,33,1) 0%,rgba(219,41,44,1) 50%,rgba(204,32,35,1) 51%,rgba(232,90,92,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(155,31,33,1) 0%,rgba(219,41,44,1) 50%,rgba(204,32,35,1) 51%,rgba(232,90,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1f21', endColorstr='#e85a5c',GradientType=0 ); /* IE6-9 */
}
#btn-top-register:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e85a5c+0,cc2023+49,db292c+50,9b1f21+100 */
	background: rgb(232,90,92); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(232,90,92,1) 0%, rgba(204,32,35,1) 49%, rgba(219,41,44,1) 50%, rgba(155,31,33,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(232,90,92,1) 0%,rgba(204,32,35,1) 49%,rgba(219,41,44,1) 50%,rgba(155,31,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(232,90,92,1) 0%,rgba(204,32,35,1) 49%,rgba(219,41,44,1) 50%,rgba(155,31,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85a5c', endColorstr='#9b1f21',GradientType=0 ); /* IE6-9 */
	outline: none;
}

/*
=========================================================
	ADDITIONAL
=========================================================
*/

.top-notification{position:fixed;width:100%;text-align:center;padding:10px 15px;font-size:0.8em;background-color:#960000;z-index:1000;display:none;top:0;left:0;}
#popup-overlay.show-popup{z-index:10;}
.form-notification{line-height:1.2em;padding:10px 15px;text-align:center;display:table;width:100%;}
.form-notification.notif-fail{background-color:rgba(173,43,43,0.6);}
.form-notification.notif-success{background-color:rgba(6,99,28,0.6);}
.width-100{width:100px;}
.ui-datepicker{z-index:10 !important;}
#refresh_captcha{font-size:12px;position:relative;top:-8px;text-decoration:none;}
#refresh_captcha:link,
#refresh_captcha:visited{color:#fdcd01;}
#captcha_code{width:160px;color:#000;padding:inherit;margin-top:5px;}

.text_bottom_home_outer{display:table;width:100%;padding-top:10px !important;padding-bottom:10px !important;margin-top:5px;}
.text_bottom_home_wrap > h1:first-child{margin-top:0;}
.text_bottom_home_wrap h1{font-size:8px;margin-top:5px;margin-bottom:5px;}
.text_bottom_home_wrap h2{font-size:6px;margin-top:0;margin-bottom:5px;}
.text_bottom_home_wrap h3,
.text_bottom_home_wrap h4,
.text_bottom_home_wrap p{font-size:5px !important;margin-bottom:5px !important;margin-top:5px !important;line-height:2em !important;}


.navbar-inverse .navbar-brand.navbar-brand-mobile {
    margin-top: 0px;
    margin-bottom: 0px;
}
.navbar-inverse .navbar-brand.navbar-brand-mobile img {
    margin-top: 2px;
}

.message-list .msg-time {
	width: 45% !important;
}

.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-bottom-10x {
	margin-bottom: 10px !important;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-20 {
    margin-top: 20px;
}
.padding-vert-0x {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.padding-side-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.content-live-block {
	margin-top: 1em;
	margin-bottom: 1em;
}
.display-table {
	display: table;
	width: 100%;
}
.bg-softdark {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.youtubeVideoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.youtubeVideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.no-list-img-small {
    padding: 0;
	display: table;
	width: 100%;
}
ul.no-list-img-small li {
    list-style: none;
    color: #fff;
    font-weight: 400;
}
ul.custom-list-img-small li {
    background-image: url("../../img/point-dot-list-item.png");
    background-repeat: no-repeat;
    background-size: 17px auto;
    padding-left: 26px;
    line-height: 1.4em;
    font-size: 16px;
    margin-bottom: 15px;
}
.form-range-balance {
    display: table;
    margin: auto;
	width: auto !important;
}

.outtro-text {
    padding-left: 15px;
    padding-right: 15px;
}
.outtro-text > div {
    padding-top: 15px;
    padding-bottom: 15px;
}


/*
=========================================================
	TOP DOWNLOAD BAR
=========================================================
*/
.top-download-bar {
    padding: 1em 0;
    background-color: #3D3D3D;
    border-bottom: 0.3em solid #7FA330;
	font-size: 14px;
	color: #fff;
}
.top-download-bar .btn-close {
    margin-top: 0.6em;
    display: block;
    font-size: 1.6em;
}
.top-download-bar .btn-close .fa {
    color: #FDCD01;
}
.top-download-bar img {
    border-radius: 0.2em;
    width: 4.2em;
	height: 4.2em;
	border: 2px solid #fff;
}
.top-download-bar h4 {
    font-size: 1.4em;
    margin: 0.4em 0 0;
	display: table;
	font-family: sans-serif !important;
}
.top-download-bar h5 {
    font-size: 1em;
    margin: 0.3em 0;
	display: table;
	font-family: sans-serif !important;
}
.btn-top-download,
.btn-top-download:link,
.btn-top-download:visited {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
    box-shadow: none;
    font-style: normal;
    font-family: PlayRegular;
    margin-top: 0.9em !important;
    border-radius: 0;
    background-color: #3EB0BF;
    background-image: none;
    text-shadow: none;
    color: #fff !important;
    border: 1px solid #fff;
	font-size: 1.2em;
	padding: 0.2em 0.8em;
	transform: none;
	letter-spacing: normal;
}
.btn-top-download:hover {
	background-color: #347e87 !important;
	background-image: none !important;
}
.display-fix {
    position: fixed;
    z-index: 1031;
    width: 100%;
	top: 0;
	left: 0;
}
.message-list .msg-time {
	width: 45% !important;
}
.row-bank-block {
    display: table;
    width: 45%;
    margin: auto;
}
.form-control.read-area {
    height: auto;
}

/** MODAL NOTIFICATION **/
/*
dependency: bootstrap, fontawesome
*/
.modal-notification {
    text-align: center;
    padding: 0 !important;
}
.modal-notification::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-notification .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
	width: 520px;
}
.modal-notification .modal-header > button {
    position: absolute;
    right: 0.35em;
    top: 0.7em;
}
.modal-notification .btn {
	color:#000 !important;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	padding: 2px 13px;
	font-size: 18px;
	display: inline-block;
	border: none;
	border-radius: 7px;
	-webkit-box-shadow: 2px 3px 10px #000;
	-moz-box-shadow: 2px 3px 10px #000;
	-o-box-shadow: 2px 3px 10px #000;
	box-shadow: 2px 3px 10px #000;
}
.modal-notification .close .fa {
    font-size: 1.2em;
    color: #fff;
    text-shadow: none;
}
.modal-notification .modal-content {
    border: 3px solid #79def7;
}
.modal-notification .modal-header {
    background-color: #2b8aef;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
}
.modal-notification .modal-title {
    font-weight: bold;
    font-size: 1.8em;
    text-align: center;
}
.modal-notification .modal-header .close {
    opacity: 0.8;
}
.modal-notification .modal-header .close:hover {
    opacity: 0.9;
}
.modal-notification .modal-body, 
.modal-notification .modal-footer {
    background-color: #0b2f7c;
}
.modal-notification .modal-body {
    padding-bottom: 30px;
	padding-top: 45px;
    font-size: 1em;
	text-transform: uppercase;
}
.modal-notification .modal-body p {
    margin-bottom: 0;
}
.modal-notification .modal-body p br {
	display: none;
}
.modal-notification .modal-footer {
    padding-top: 10px;
    padding-bottom: 30px;
	border-top: none;
	text-align: center;
}
.modal-notification .btn {
    border-radius: 3px;
    font-size: 1em;
	padding: 2px 50px;
    min-width: 80px;
}
.modal-notification .modal-footer .btn + .btn {
    margin-left: 5em;
}
.modal-notification .btn-primary {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f97b31+0,ef4c2f+34,f70e12+66,e80d11+100 */
	background: #f97b31; /* Old browsers */
	background: -moz-linear-gradient(top,  #f97b31 0%, #ef4c2f 34%, #f70e12 66%, #e80d11 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f97b31 0%,#ef4c2f 34%,#f70e12 66%,#e80d11 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f97b31 0%,#ef4c2f 34%,#f70e12 66%,#e80d11 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f97b31', endColorstr='#e80d11',GradientType=0 ); /* IE6-9 */
}
.modal-notification .btn-primary:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e80d11+0,f70e12+34,ef4c2f+66,f97b31+100 */
	background: #e80d11; /* Old browsers */
	background: -moz-linear-gradient(top,  #e80d11 0%, #f70e12 34%, #ef4c2f 66%, #f97b31 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e80d11 0%,#f70e12 34%,#ef4c2f 66%,#f97b31 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e80d11 0%,#f70e12 34%,#ef4c2f 66%,#f97b31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80d11', endColorstr='#f97b31',GradientType=0 ); /* IE6-9 */
}
.modal-notification .btn-secondary {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a9fc0f+0,38f20e+34,34e00d+66,4bc90c+100 */
	background: #a9fc0f; /* Old browsers */
	background: -moz-linear-gradient(top,  #a9fc0f 0%, #38f20e 34%, #34e00d 66%, #4bc90c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a9fc0f 0%,#38f20e 34%,#34e00d 66%,#4bc90c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a9fc0f 0%,#38f20e 34%,#34e00d 66%,#4bc90c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9fc0f', endColorstr='#4bc90c',GradientType=0 ); /* IE6-9 */
}
.modal-notification .btn-secondary:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4bc90c+0,34e00d+34,38f20e+66,a9fc0f+100 */
	background: #4bc90c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4bc90c 0%, #34e00d 34%, #38f20e 66%, #a9fc0f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4bc90c 0%,#34e00d 34%,#38f20e 66%,#a9fc0f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4bc90c 0%,#34e00d 34%,#38f20e 66%,#a9fc0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bc90c', endColorstr='#a9fc0f',GradientType=0 ); /* IE6-9 */
}

@media (max-width:991px){
	.modal-notification .modal-dialog {
		width: 320px;
	}
	.modal-notification .modal-header > button {
		top: 0.5em;
	}
	.modal-notification .modal-title {
		font-size: 1.4em;
	}
	.modal-notification .modal-footer {
		padding-bottom: 20px;
	}
	.modal-notification .modal-body {
		padding-bottom: 15px;
		padding-top: 30px;
	}
}

@media (max-width:767px){
	.modal-notification .modal-dialog {
		width: 280px;
	}
	.modal-notification .modal-title {
		font-size: 1.2em;
	}
	.modal-notification .btn {
		font-size: 0.8em;
		padding: 2px 35px;
	}
	.modal-notification .modal-body {
		font-size: 0.8em;
		padding-bottom: 30px;
		padding-top: 45px;
	}
	.modal-notification .modal-body p br {
		display: block;
	}
	.modal-notification .modal-header > button {
		top: 0.35em;
	}
}
/** MODAL NOTIFICATION END **/

@media (max-width:991px){
	/* TOP DOWNLOAD BAR */
	.top-download-bar {
		font-size: 11px;
	}
	.row-bank-block {
		width: 65%;
	}
	.page-balance-detail .responsive-table {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		overflow-x: scroll;
	}
}

@media (max-width:767px){
	.hide-when-mobile {
		display:none;
	}
	.mobile-instant-login-toggle-wrap {
		display: block;
	}
}

@media (max-width:600px){
	/*
	.single .navbar-toggle,
	.homepage .navbar-toggle {
		position: absolute;
		right: -4px;
	}
	*/
	.message-list .msg-time {
		font-size: .7em !important;
		line-height: 1.1em !important;
	}
	.message-list .msg-time br {
		display: block !important;
	}
}

@media (max-width:540px){
	/* TOP DOWNLOAD BAR */
	.top-download-bar {
		font-size: 10px;
	}
}

@media (max-width:460px){
	.message-list .msg-subject {
		width: 45%;
	}
	.row-bank-block {
		width: 100%;
	}
}

@media (max-width:360px){
	/* TOP DOWNLOAD BAR */
	.reform-1 {
		width: 11%;
	}
	.reform-2 {
		width: 18%;
	}
	.reform-3 {
		width: 50%;
	}
	.reform-4 {
		width: 21%;
	}
}

/*
=========================================================
	CHAT WIDGET
=========================================================
*/

.custom-live-chat {
	display: table;
	position: fixed;
	z-index: 1100;
	bottom: 0;
	left: 0;
	font-size: 15px;
	width: 100%;
	padding: 1em;
	max-width: 26em;
}
.custom-live-chat.right {
	right: 0;
	left: auto;
	width: auto;
}
.custom-live-chat.goup {
	bottom: 7em;
}
.clc-button {
	display: block;
	cursor: pointer;
}
.clc-button:hover {
	text-decoration: none;
}
.clc-greet {
	font-size: 1.4em;
	text-decoration: none;
	position: absolute;
	bottom: 3em;
	width: 15em;
	line-height: 1.3em;
	color: #222;
	left: 0;
}
.custom-live-chat.right .clc-greet {
	right: 0;
	left: auto;
	text-align: right;
}
.clc-greet p {
	background-color: #fff;
	padding: 0.4em 1em;
	border-radius: 0.5em;
	position: relative;
}
.clc-greet p::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 0.6em solid transparent;
	border-right: 0.6em solid transparent;
	border-top: 0.6em solid #fff;
	bottom: -0.5em;
	left: 0.8em;
}
.clc-great-close {
	position: absolute;
	font-family: "Arial";
	display: table;
	right: 0.2em;
	top: 0.2em;
	color: #999;
	z-index: 100;
	font-size: 0.8em;
	line-height: 0.95em;
	padding: 0.1em;
	border-radius: 2em;
	border: 1px solid #999;
	text-align: center;
	width: 1.4em;
	height: 1.4em;
}
.custom-live-chat.right .clc-great-close {
	left: 0.2em;
	right: auto;
}
.custom-live-chat.right .clc-greet p::after {
	right: 0.8em;
	left: auto;
}
.clc-btnimg {
	position: relative;
}
.clc-btnstartchat {
	display: table;
	text-align: center;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #fd5002;
	padding: 0.5em 1em;
	font-size: 0.9em;
	border-radius: 0.5em;
	margin-top: 0.3em;
	color: #fff;
	margin-bottom: 0.3em;
	line-height: 1em;
}
.clc-photo {
	position: absolute;
	width: 4em;
	border-radius: 2em;
	z-index: 10;
}
.custom-live-chat.right .clc-photo {
	right: 0;
	left: auto;
}
.clc-icon {
	height: 2.67em;
	border-radius: 0.67em;
	margin-left: 3.33em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}
.custom-live-chat.right .clc-icon {
	margin-right: 3.4em;
	margin-left: auto;
}

.clc-iframe {
	max-height: 40em;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 1em;
	max-width: 25em;
	height: 0;
	width: 0;
	opacity: 0;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.custom-live-chat.right .clc-iframe {
	left: auto;
	right: 0;
}
.clc-iframe.show {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.clc-iframe iframe {
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
}

.clc-minimize {
	font-family: "Arial";
	font-size: 0.8em;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 0;
	right: 2em;
	background-color: #fff;
	line-height: 0.8em;
	padding: 0.22em 0.4em;
	color: #000;
	border-radius: 3px 3px 0 0;
}

.clc-notes {
	font-family: "Arial";
	font-size: 0.8em;
	padding-left: 5em;
	position: absolute;
	bottom: 0.5em;
	left: 0;
	margin-left: 1em;
	text-shadow: 1px 1px 4px #000;
	z-index: 100;
}

.custom-live-chat.right .clc-notes {
	margin-left: auto;
	left: auto;
	right: 0;
	margin-right: 1em;
	padding-left: 0;
	padding-right: 5em;
	text-align: right;
	width: 100%;
}

.clc-greet p, 
.custom-live-chat .clc-icon {
	-webkit-box-shadow: 0 0 .8em rgba(0, 0, 0, .45);
			box-shadow: 0 0 .8em rgba(0, 0, 0, .45);
}

@media (max-width: 991px) {
	.clc-btnimg {
		font-size: 0.8em;
	}
	.clc-notes {
		padding-left: 2em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 2em;
	}
}
@media (max-width: 767px) {
	.clc-btnimg {
		font-size: 0.7em;
	}
	.clc-notes {
		padding-left: 0.5em;
		bottom: 0.3em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 0.5em;
	}
}
@media (max-width: 480px) {
	.clc-btnimg {
		font-size: 0.6em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 0.5em;
	}
}

