.whatsapp-open {
    display: block;
    position: fixed;
    cursor:pointer;
    bottom: 30px;
    right: 30px;
    width: 66px;
    height: 66px;
    background-color: transparent;
    background-image: url("../images/WhatsApp-Messenger-open.png");
    z-index: 99;
}

.whatsapp-close {
    background-image: url("../images/WhatsApp-Messenger-close.png");
}

.chat {
display: block;
position: fixed;
bottom: 120px;
right: 10px;
width: 239px;
height: auto;
background-color: transparent;
}

.chat-item {
    display: block;
    position: relative;
    text-align: left;
    font-size:  18px;
    line-height: 63px;
    color: #fff;
    text-shadow: 1px 1px #000;
    float: left;
    width: 239px;
    height: 66px;
    margin-bottom: 20px;
    background-image: url("../images/chat-bgr.png");
}

.chat-item a {
    display: block;
    padding-left: 79px;
    width: 160;
    height: 66px;
}

.chat-item a:link, .chat-item a:active, .chat-item a:visited {
    color: #fff;
}

.chat-item a:hover {
    color: #ffc722;
}

.hide {
    display: none;
}