/*LiveChat!*/
#livechat { z-index:9999; background-color:#40A0FF; height:60px;width:60px; position:fixed; bottom:20px; left:20px; cursor:pointer; border-radius:30px; }
#livechat_new { display:none;z-index:10000; background-color:#BF1212; height:20px;width:20px; position:fixed; bottom:60px; left:62px; border-radius:10px; color:white; font-size:12px; line-height:20px; text-align:center; vertical-align:middle; }
#livechat_icon0, #livechat_icon1, #livechat_icon2 { background-image:url(chat_icons.png); background-repeat:no-repeat; background-size: auto 32px; width:32px; height:32px; display:inline-block; }
#livechat_icon0 { background-image:url(chat_icons.png); background-repeat:no-repeat; background-size: auto 32px; width:32px; height:32px; display:inline-block; background-position: 0 0; }
#livechat_icon1 { background-position: -64px 0; margin: 14px 0 0 14px; }
#livechat_icon2 { background-position: -96px 0; margin: 14px 0 0 14px; }
#livechat_close { z-index:9999; background-color:#EEE; background-image:url(chat_icons.png); background-repeat:no-repeat; background-size: auto 24px; width:24px; height:24px; display:inline-block; background-position: -96px 0; border:1px solid white; border-radius:12px; position:fixed; bottom:177px; left:310px; cursor:pointer }
#livechat_hi { z-index:9999; background-repeat:no-repeat; background-image:url(livechat_hibg100.png);height:80px; width:316px; position:fixed; bottom:96px; left:20px; cursor:pointer }
#livechat_msg { color:black; font-size:15px; margin: 12px 10px 5px 58px; height: 36px; line-height:133%; }
#livechat_user { color:gray; font-size:12px; margin: 5px 10px 5px 58px; }
#livechat_box { z-index:9999; height:500px; width:340px; position:fixed; bottom:96px; left:10px; border-radius: 5px; background-color: #F0F0F0; border:1px solid #C0C0C0; overflow:hidden; }
#livechat_box_mobile { z-index:10000; position:fixed; width:100vw; height:100vh; left:0; top:0; overflow:hidden; border:0; }