/****************************************/
/* RESET CSS */
/****************************************/

#jivo_top_wrap a,
#jivo_top_wrap img {
	background: transparent!important;
	margin:0px;
	padding: 0px;
	float: none!important;
	webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	transition:none;
	width: auto;
	height: auto;
	border: 0px;
}

#jivo_top_wrap table {
	border-width: 0px;
	width: auto;
}


#jivo_top_wrap div {
	margin: 0px;
}

/****************************************/
/* GLOBAL STUFF */
/****************************************/

#jivo_top_wrap, .jivo_top_wrap {
	position: fixed;
	right: 10px;
	bottom: 0px;
	height: auto;
	z-index: 300000;
	background-color: transparent;
	margin: 0;
	width: 262px;
}

.jivo_align_left {
	left: 10px;
}

.jivo_align_right {
	right: 10px;
}

body#outer-body {
	margin: 0;
	padding: 0 40px 0 0;
	left: 0;
	top: 0;
	overflow: hidden!important;
	z-index: 0;
}

/****************************************/
/* IFRAME STUFF */
/****************************************/

#jivo_magic_iframe {
	width: 100%;
	height: 100%;
	position: fixed;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	border: 0;
	z-index: 200000;
	background-color: white;
	-webkit-overflow-scrolling:touch; /*css trick for iOs devices*/
	overflow: auto;
	/* tim: fix for rsb.ru */
	filter: none; 
}

.frm_viz {
	display: block;
	visibility : visible;
}

.frm_inviz{
	display:block;
	visibility : hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -10000px;
	top: -10000px;
}

/****************************************/
/* WIDGET */
/****************************************/

#jivo_chat_widget {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #464646;
	z-index: 300000;
	cursor: default;
	cursor: pointer;
}

#jivo_chat_widget_left {
	width: 14px;
	height: 14px;
	margin: 8px 3px 0 10px;
}

#jivo_chat_widget_center {
	min-width: 140px;
	font-size: 12px;
	height: 100%;
	padding: 0px 0px 0 4px;
	line-height: 29px;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE 5-7 */
	filter: alpha(opacity=80);
	/* Netscape */
	-moz-opacity: 0.8;
	/* Safari 1.x */
	-khtml-opacity: 0.8;
	/* Good browsers */
	opacity: 0.8;
}

#jivo_chat_widget_center:hover {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
}

#jivo_chat_widget_center:active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}

#jivo_chat_widget_offline #jivo_chat_widget_center {
	padding: 0px 10px 0 15px;
}

#jivo_chat_widget_right {
	width: 50px;
	line-height: 27px;
	padding-right: 7px;
	padding-top: 0px;
	height: 100%;
	text-align: right;
}

#jivo_chat_widget_right a {
	cursor: pointer;
}

#jivo_chat_widget_right img {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	/* IE 5-7 */
	filter: alpha(opacity=60);
	/* Netscape */
	-moz-opacity: 0.6;
	/* Safari 1.x */
	-khtml-opacity: 0.6;
	/* Good browsers */
	opacity: 0.6;
}

#jivo_chat_widget_right img:hover {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
}

#jivo_chat_widget_right img:active {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}

#jivo_chat_widget_container {
	height: 28px;
	text-shadow: rgba(0,0,0,0.5) 0 -1px 0;
}

#jivo_chat_widget_offline #jivo_chat_widget_container {
	min-width: 100px;
}

#jivo_chat_widget_wrapper {
	float: left;
	min-width: 220px;
}

#jivo_chat_widget_container {
	background-color: black;
	border-color: black;
	color: white;
}

#jivo_chat_widget_center {
	color: inherit;
	font-size: 13px;
	margin-right: 5px;
}

#jivo_chat_widget_offline
#jivo_chat_widget_left {
	display: none;
}

#jivo_chat_widget_online
#jivo_chat_widget_left {
	/*background-image: url(../images/circle_green.png);*/
	background-image: url(../images/green_bubble.png);
}

/****************************************/
/* CHAT */
/****************************************/
#jivo_chat {
	float: left;
	background-color: #555;
	color: white;
	position: relative;
}

#jivo_chat_header {
	float: left;
	height: 27px;
	width: 100%;
	clear: both;
}

#jivo_iframe_wrap {
	float: left;
	clear: both;
	width: 260px;
	/*background-image: url(../images/chat_body_bg.png);*/
}

#jivo_iframe_placeholder {
	width: 260px;
}

#jivo_chat_iframe {
	height: 130px;
	border: 0;
	width: 260px;
	background-color: transparent;
	margin: 0;
	/* tim: fix for rsb.ru */
	filter: none; 
	position: static;
	top: 0;
}

/* CONFIGURABLE STUFF */

.jivo_rounded_corners {
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

#jivo-label-wrapper.jivo_gradient {
	background-image: url(../images/white_grad.png);
	background-repeat: repeat-x;
}

#jivo_chat.jivo_gradient {
	background-image: url(../images/white_grad_big.png);
	background-repeat: repeat-x;
}

.jivo_3d_effect {
	box-shadow: inset 0 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: inset 0 1px rgba(255,255,255,0.7);
	-moz-box-shadow: inset 0 1px rgba(255,255,255,0.7);
}

.jivo_shadow {
	box-shadow: 0 3px 12px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 3px 12px rgba(0,0,0,0.6);
}

.jivo_shadow.jivo_3d_effect {
	box-shadow: 0 3px 12px rgba(0,0,0,0.6), inset 0 1px rgba(255,255,255,0.4);
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.6), inset 0 1px rgba(255,255,255,0.4);
	-moz-box-shadow: 0 3px 12px rgba(0,0,0,0.6), inset 0 1px rgba(255,255,255,0.4);
}

.jivo_3px_border #jivo_close_btn:hover {
	margin-right: 0px !important;
}

.jivo_border {
	border-style: solid !important;
	border-width: 1px!important;
}

.jivo_no_border #jivo_iframe_wrap {
	margin: 0;
	border: none;
}
.jivo_no_border {
	border: none;
}

#jivo_chat_header {
	width: 260px;
}

#jivo_self_ad {
	color: white;
}

#jivo_self_ad {
	color: #223a5b !important;
	text-decoration: none;
}

#jivo_self_ad .j1 {
	font-weight: bold;
	color: #d239d4;
}

#jivo_self_ad .j2 {
	font-weight: bold;
	color: #ddd;
}

#jivo_self_ad:hover {
	text-decoration: underline;
}

#jivo_mouse_tracker {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 299999;
	left: 0;
	top: 0;
	display: block;
	background-color: red;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0;
	/* Safari 1.x */
	-khtml-opacity: 0;
	/* Good browsers */
	opacity: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#jivo_drag_handle {
	position: absolute;
	top: 0;
	left: 82px;
	width: 100px;
	height: 20px;
	background-color: none;
	z-index: 300002; /* above mouse tracker */
	cursor: move;
	background-position: 20px 3px;
	background-image: url(../images/resize_handle.png);
	background-repeat: no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#jivo_copyright {
	position: fixed;
	text-align: center;
	background-color: #383838;
	color: #aaa;
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	padding: 6px 12px 8px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	box-shadow: 0 2px 7px rgba(0,0,0,0.4);
	text-shadow: 0 -1px black;
	cursor: default;
	background: #222;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #383838 0%, #020202 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#020202));
	background: -webkit-linear-gradient(top, #383838 0%,#020202 100%);
	background: -o-linear-gradient(top, #383838 0%,#020202 100%);
	background: -ms-linear-gradient(top, #383838 0%,#020202 100%);
	background: linear-gradient(top, #383838 0%,#020202 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#383838', EndColorStr='#020202'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#383838', EndColorStr='#020202')"; /* IE8 */
	z-index: 300001;
}

#jivo_copyright a {
	font-family: Arial;
	font-size: 11px;
	color: #eee;
	text-decoration: underline;
	line-height: 12px;
}

#jivo_copyright_corner.bottom {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #020202;
	border-bottom: 0;
	position: absolute;
	bottom: -5px;
	right: 26px;
	z-index: 300001;
}


#jivo_copyright_corner.top {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 5px solid #383838;
	border-top: 0;
	position: absolute;
	top: -5px;
	right: 26px;
	z-index: 300001;
}

#jivo_copyright_corner.right {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
    border-left: 5px solid #383838;
    border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: -5px;
	z-index: 300001;
}

#jivo_copyright_corner.left {
	width: 0;
	height: 0;
	/*border-top: 4px solid transparent;
    border-left: 5px solid #383838;
    border-bottom: 4px solid transparent;*/

    border-top: 4px solid transparent;
    border-right: 5px solid #383838;
    border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: -5px;
	z-index: 300001;
}



/****************************************/
/* NEW JIVO LABEL */
/****************************************/
#jivo-label {
	position: fixed;
	background-color: transparent;
	z-index: 9999999;
	float: left;
}

	#jivo-label #jivo-label-wrapper {
		font-family: Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
		cursor: pointer;
		text-shadow: rgba(0,0,0,0.5) 0 -1px 0;
		border-color: black;
		color: white;
		float: left;
		color: inherit;
		margin: 0;
		white-space: nowrap;
		
	}

	#jivo-label #jivo-label-wrapper {
		border-collapse: separate!important;
	}

	/* RESET */
	#jivo-label table,
	#jivo-label tr,
	#jivo-label td {
		margin: 0px;
		padding: 0px;
		border: 0px;
		text-align: center;
		vertical-align: middle;
		border-spacing: 0px;
		/*background-color: transparent!important;*/
		background: transparent;
		width: auto;
		height: 100%!important;
	}

		#jivo-label #jivo-label-wrapper table {
			height: 100%;
		}
		
		#jivo-label #jivo-label-wrapper #jivo-label-status {
			height: 100%;
			width: 33px;
			background: url(../images/green_bubble.png) no-repeat 11px 50%;	
		}

			#jivo_chat_widget_offline #jivo-label #jivo-label-wrapper #jivo-label-status {
				background: url(../images/envelope.png) no-repeat 11px 50%;
			}

		#jivo-label #jivo-label-wrapper #jivo-label-text {
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
			filter: alpha(opacity=80);	/* IE 5-7 */
			-moz-opacity: 0.8;		/* Netscape */
			-khtml-opacity: 0.8;	/* Safari 1.x */
			opacity: 0.8;			/* Good browsers */
		}

			#jivo-label #jivo-label-wrapper #jivo-label-text:hover {
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
				filter: alpha(opacity=100); /* IE 5-7 */
				-moz-opacity: 1;	/* Netscape */
				-khtml-opacity: 1;	/* Safari 1.x */
				opacity: 1;			/* Good browsers */
			}
				
			#jivo-label #jivo-label-wrapper #jivo-label-text:active {
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
				filter: alpha(opacity=50);	/* IE 5-7 */
				-moz-opacity: 0.5;		/* Netscape */
				-khtml-opacity: 0.5;	/* Safari 1.x */
				opacity: 0.5;			/* Good browsers */
			}

		#jivo-label #jivo-label-wrapper #jivo-label-copyright {
			font-size: 0px;
			line-height: 0px;
			padding: 0px 9px 0px 5px;
		}

/* LABEL POSITIONS */

#jivo-label.fixed-bottom {
	bottom: 0%;
}


	#jivo-label.fixed-bottom #jivo-label-wrapper {
		height: 100%;
	}

	#jivo-label.fixed-bottom #jivo-label-wrapper.jivo_rounded_corners{
		border-radius: 4px 4px 0px 0px;
		-moz-border-radius: 4px 4px 0px 0px;
		-webkit-border-radius: 4px 4px 0px 0px;	
	}

	#jivo-label.fixed-bottom #jivo-label-wrapper.jivo_shadow{}

	#jivo-label.fixed-bottom #jivo-label-wrapper.jivo_gradient{}

	#jivo-label.fixed-bottom #jivo-label-wrapper.jivo_3d_effect{}

	#jivo-label.fixed-bottom #jivo-label-wrapper.jivo_border{}


#jivo-label.fixed-top {
	top: 0%;
}	

	#jivo-label.fixed-top #jivo-label-wrapper {
		height: 100%;
	}
	
	#jivo-label.fixed-top #jivo-label-wrapper.jivo_rounded_corners{
		border-radius: 0px 0px 4px 4px;
		-moz-border-radius: 0px 0px 4px 4px;
		-webkit-border-radius: 0px 0px 4px 4px;	
	}

	#jivo-label.fixed-top #jivo-label-wrapper.jivo_shadow{
		box-shadow: 0 3px 12px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.6);
		-moz-box-shadow: 0 3px 12px rgba(0,0,0,0.6);
	}

		#jivo-label.fixed-top #jivo-label-wrapper.jivo_shadow.jivo_3d_effect{
			box-shadow: 0 3px 12px rgba(0,0,0,0.6), inset 0 -1px rgba(255,255,255,0.7);
			-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.6), inset 0 -1px rgba(255,255,255,0.7);
			-moz-box-shadow: 0 3px 12px rgba(0,0,0,0.6), inset 0 -1px rgba(255,255,255,0.7);
	}

	#jivo-label.fixed-top #jivo-label-wrapper.jivo_3d_effect{
		box-shadow: inset 0 -1px rgba(255,255,255,0.7);
		-webkit-box-shadow: inset 0 -1px rgba(255,255,255,0.7);
		-moz-box-shadow: inset 0 -1px rgba(255,255,255,0.7);
	}

	#jivo-label.fixed-top #jivo-label-wrapper.jivo_gradient{
		background: url(../images/white_grad_top.png) 100% 100% repeat-x;
	}

	#jivo-label.fixed-top #jivo-label-wrapper.jivo_border{}


#jivo-label.fixed-left {
	left: 0%;
	top: 0%;
}	
	
	#jivo-label.fixed-left #jivo-label-wrapper {
		width: 100%;
	}

	#jivo-label.fixed-left #jivo-label-wrapper.jivo_rounded_corners{
		border-radius: 0px 4px 4px 0px;
		-moz-border-radius: 0px 4px 4px 0px;
		-webkit-border-radius: 0px 4px 4px 0px;	
	}

	#jivo-label.fixed-left #jivo-label-wrapper.jivo_gradient{
		background: url(../images/white_grad_vl.png) 100% 0% repeat-y;	
	}
	#jivo-label.fixed-left #jivo-label-wrapper.jivo_shadow		{
		box-shadow: 0 3px 12px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.6);
		-moz-box-shadow: 0 3px 12px rgba(0,0,0,0.6);
	}

		#jivo-label.fixed-left #jivo-label-wrapper.jivo_shadow.jivo_3d_effect {
			box-shadow: 0 3px 12px rgba(0,0,0,0.6), 0 0px black inset, 0 0px red inset, -1px 0 rgba(255,255,255,0.3) inset, 0px 0 green inset;
			-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.6), 0 0px black inset, 0 0px red inset, -1px 0 rgba(255,255,255,0.3) inset, 0px 0 green inset;
			-moz-box-shadow: 0 3px 12px rgba(0,0,0,0.6), 0 0px black inset, 0 0px red inset, -1px 0 rgba(255,255,255,0.3) inset, 0px 0 green inset;
		}

	#jivo-label.fixed-left #jivo-label-wrapper.jivo_3d_effect	{
		box-shadow: 0 0px black inset, 0 0px red inset, -1px 0 rgba(255,255,255,0.3) inset, 0px 0 green inset;
		-webkit-box-shadow: 0 0px black inset, 0 0px red inset, -1px 0 rgba(255,255,255,0.3) inset, 0px 0 green inset;
		-moz-box-shadow: 0 0px black inset, 0 0px red inset, -1px 0 rgba(255,255,255,0.3) inset, 0px 0 green inset;
	}
	#jivo-label.fixed-left #jivo-label-wrapper.jivo_border		{}
	

	#jivo-label.fixed-left #jivo-label-wrapper #jivo-label-text {
		padding-left: 0px;
		padding-right: 4px;
	}

	#jivo-label.fixed-left #jivo-label-wrapper #jivo-label-text img {
		padding-left: 5px;
		padding-right: 1px;
	}

	#jivo-label.fixed-left #jivo-label-wrapper #jivo-label-status {
		height: 31px!important;
		background: url(../images/green_bubble_vr.png) no-repeat 46% 36%;
	}

		#jivo_chat_widget_offline #jivo-label.fixed-left #jivo-label-wrapper #jivo-label-status {
			height: 31px!important;
			background: url(../images/envelope_vr.png) no-repeat 46% 36%;
		}

	#jivo-label.fixed-left #jivo-label-wrapper #jivo-label-copyright {
	    height: 50px;
		padding: 10px 4px 3px 0px;
	}

#jivo-label.fixed-right {
	right: 0%;
	top: 50%;
}	

	#jivo-label.fixed-right #jivo-label-wrapper {
		width: 100%;
	}
	
	#jivo-label.fixed-right #jivo-label-wrapper.jivo_rounded_corners{
		border-radius: 4px 0px 0px 4px;
		-moz-border-radius: 4px 0px 0px 4px;
		-webkit-border-radius: 4px 0px 0px 4px;	
	}

	#jivo-label.fixed-right #jivo-label-wrapper.jivo_gradient{
		background-image: url(../images/white_grad_vr.png);
		background-repeat: repeat-y;
	}

	#jivo-label.fixed-right #jivo-label-wrapper.jivo_shadow{
		box-shadow: 0 3px 12px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.6);
		-moz-box-shadow: 0 3px 12px rgba(0,0,0,0.6);
	}
		#jivo-label.fixed-right #jivo-label-wrapper.jivo_shadow.jivo_3d_effect{
			box-shadow: 0 3px 12px rgba(0,0,0,0.6), 0 0px black inset, 0 0px red inset, 0px 0 blue inset, 1px 0 rgba(255,255,255,0.3) inset;
			-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.6), 0 0px black inset, 0 0px red inset, 0px 0 blue inset, 1px 0 rgba(255,255,255,0.3) inset;
			-moz-box-shadow: 0 3px 12px rgba(0,0,0,0.6), 0 0px black inset, 0 0px red inset, 0px 0 blue inset, 1px 0 rgba(255,255,255,0.3) inset;	
		}

	#jivo-label.fixed-right #jivo-label-wrapper.jivo_3d_effect{
		box-shadow: 0 0px black inset, 0 0px red inset, 0px 0 blue inset, 1px 0 rgba(255,255,255,0.3) inset;
		-webkit-box-shadow: 0 0px black inset, 0 0px red inset, 0px 0 blue inset, 1px 0 rgba(255,255,255,0.3) inset;
		-moz-box-shadow: 0 0px black inset, 0 0px red inset, 0px 0 blue inset, 1px 0 rgba(255,255,255,0.3) inset;
	}
	
	#jivo-label.fixed-right #jivo-label-wrapper.jivo_border{}


	#jivo-label.fixed-right #jivo-label-wrapper #jivo-label-text{
		padding: 0px;
	}

	#jivo-label.fixed-right #jivo-label-wrapper #jivo-label-text img {
		padding-left: 5px;
		padding-right: 1px;
	}

	#jivo-label.fixed-right #jivo-label-wrapper #jivo-label-text {}

	#jivo-label.fixed-right #jivo-label-wrapper #jivo-label-status {
		height: 31px!important;
		background: url(../images/green_bubble_vr.png) no-repeat 50% 30%;
	}
		#jivo_chat_widget_offline #jivo-label.fixed-right #jivo-label-wrapper #jivo-label-status {
			height: 31px!important;
			background: url(../images/envelope_vr.png) no-repeat 50% 30%;
		}

	#jivo-label.fixed-right #jivo-label-wrapper #jivo-label-copyright {
	    height: 50px;
	    padding: 10px 0px 3px 0px;
	}

	
#jivo_chat.left {
	bottom: 0px;
	left: 0px;
}

#jivo_chat.right {
	bottom: 0px;
	right: 0px;
}

#jivo_chat.bottom {
	bottom: 0px;
	left: 0px;
}

#jivo_chat.top {
	bottom: 0px;
	left: 0px;
}