.bubble_off{
  display: none;
}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 15px;
    z-index: 9999;
    padding: 0 auto;
}

#footerFloatingMenu img {
    max-width: 99%;
}

#bubble{
position: relative;
width: 60%;
margin: 0px auto;
border: 2px solid rgb(0, 0, 0);
padding: 20px 10px 20px 10px;
border-radius: 8px;
box-shadow: rgba(0, 0, 0, 0.701961) 0px 0px 8px;
background-size: 100% 8px;
background-color: rgb(73, 64, 61);
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
font-size: 13px;
line-height: 17px;
font-family: sans-serif;
}
#bubble_up{
float: left;
width: 55px;
height: 55px;
margin: -2px 7px 3px 5px;
background: url("../img/gracis-watch-icon.jpg") -1px -1px / 57px 57px no-repeat rgb(255, 255, 255);
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px;
}
#bubble_under{
background: rgb(73, 64, 61);
border-top: none;
border-right: 1px solid rgb(0, 0, 0);
border-bottom: 1px solid rgb(0, 0, 0);
border-left: none;
border-image: initial;
width: 15px;
height: 15px;
bottom: -10px;
position: absolute;
margin-left:-7.5px;
left: 50%;
transform: rotate(45deg);
}
#bubble_close{
position: absolute;
display: block;
top: -3px;
right: -10px;
width: 35px;
height: 35px;
border: 10px solid transparent;
background: url(../img/close-btn.svg) no-repeat;
}
#bubble_text{
color: #fff;
}


/**/
/*.bubble_on,
.bubble_off {display: none;}*/
