.floating_chat{justify-content:center;color:#fff !important;position:fixed;bottom:22px;right:28px;width:55px;height:55px;transition:width .25s ease-out,height .25s ease-out,opacity .25s ease-out;border-radius:50%;opacity:.6;background-color:#e66330;background-repeat:no-repeat;background-attachment:fixed;z-index:10;cursor:pointer}.floating_chat:hover{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);opacity:1}.floating_chat a{color:#fff;display:block;text-decoration:none;position:relative;height:100%}.floating_chat i.fa-exclamation-triangle,.floating_chat i.fa-comments{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);color:#fff;font-size:1.6em !important}.floating_chat .chat{display:none;width:0;height:0;transition:all ease .4s;overflow:hidden}.fa-comments:before{content:"\f086"}.enter{width:320px;height:500px;opacity:1;border-radius:0;transition:width .25s ease-out,height .25s ease-out,opacity .25s ease-out}.enter .chat{width:320px;height:auto;max-height:500px;border-radius:5px;cursor:auto;display:block;background-color:#e66330;padding-bottom:10px;position:absolute;top:0;left:0;bottom:0;right:0}.enter .chat .chat_header{padding:10px;text-align:right}.enter .chat .chat_header button{background:0 0;border:0;color:#fff;text-transform:uppercase;border-radius:3px;cursor:pointer;font-size:16px}.enter .chat iframe{display:block;border:none;padding:10px;margin:0 auto;box-sizing:border-box}