#botie {
    width: 146px;
    height: 146px;
    cursor: pointer;
    background-image: url('bot_sprit.gif');
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
}

#botie.fixed {
    position: fixed;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
}

#botie.disabled {
    display: none;
}

#botie #texto {
    background-color: #ece8d8;
    padding: 15px;
    border-radius: 5px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 290px;
    box-shadow: 0px 0px 16px #222;
}

#botie #texto.left {
    left: auto;
    right: 100%;
}

#botie #texto ol {
    padding-left: 30px;
    margin: 10px 0 0;
}

#botie.sleep {
    background-position: 0 -292px;    
}

#botie.thinking {
    background-position: -292px 0;
}

#botie.hellow {
    background-position: -292px -146px;
}

#botie.pointUp {
    background-position: 0 -146px;
}

#botie.pointUp #texto {
    top: 0;
    bottom: auto;
}

#botie.pointDown {
    background-position: -146px -146px;
}

@media screen and (max-width : 991px) {

    #botie {
        display: none;
    }

}