.i-chat-window {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 400px;
    border: 1px solid #cecece;
    border-radius: 6px;
    z-index: 5;
	z-index: 999;
}
.i-chat-window-frame {
    height: 400px;
    background: #fff;
    border-radius: 5px;
    border: none;
}
.i-cht-hide {
    /*overflow: hidden;*/
    max-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 5.3s;
    -webkit-transition-duration: 5.3s;
    -o-transition-duration: 5.3s;
    transition-duration: 5.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 1.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 1.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 1.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 1.5, 1);
}

.flotappchat{position: fixed;bottom: 50px;z-index: 9999;right: 50px;width:5%;}
.flotappchat img{width: 60px;}
.ssychatTrigg{position: fixed; bottom:90px; right:20px; width:128px; z-index: 999;}

.i-chat-window .chatIcon{position: absolute; right:6px; top:-24px; width: 58px;}

.ssychatMobwin{z-index: 999; width: 100%; top: 0; height: 100%;}
.ssychatMobfram{width: 100%; height: 100%;}


@media (min-width:768px) and (max-width:1630px){
	.i-chat-window{bottom: 0;}
}

@media (max-width: 767px) and (min-width: 481px){
	.i-chat-window .chatIcon{top: 8px;}
	.ssychatTrigg{bottom: 110px; right: -20px;}
}

@media (min-width:321px) and (max-width:480px){
	.i-chat-window .chatIcon{top: 8px;}
	.ssychatTrigg{bottom: 110px; right: -20px;}
}

@media (max-width:320px){
	.i-chat-window .chatIcon{top: 8px;}
	.ssychatTrigg{bottom: 110px; right: -20px;}
}