.cmb-balloon {
    position: absolute;
    z-index: 1051;
    line-height: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    opacity: 1!important;
}
.sticky-side {
    position: fixed;
    /* z-index: 999; */
    bottom: 0;
    right: -270px;
    transition: all 0.5s ease-out;
    width: 270px;
    height: 276px;
    text-align: left;
    background: #eee;
    border-top-left-radius: 8px 8px;
}
.sticky-side div.cta {
    width: 50%;
    left: 100px;
    height: 100%;
}
.sticky-side .balloon-expand {
    display: block;
}

.balloon-collapsed div.close {
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: red;
    padding: 0px 0 0px 2px;
    color: #fff;
    opacity: 1;
    top: 10px;
    position: relative;
    left: -25px;
}

.balloon-collapsed .close span {
    position: relative;
    font-size: 12px;
    top: -5px;
    margin: -5px;
    padding: 0 10px 0 0px;
}
.balloon-collapsed .close .material-icons{
    font-size: 20px;
}

.balloon-collapsed {
    position: absolute;
    right: -53px;
    bottom: 0;
    /* z-index: 10; */
    cursor: pointer;
    transition: all 0.5s ease-out;
    position: fixed;
}

.sticky-side div.hide,
.sticky-side div.close {
    width: 100%;
    float: inherit;
    text-align: right;
    height: 20px;
    cursor: pointer;
    color: #999;
    margin: 0 0 -3px;
    font-size: unset;
}

.sticky-side .hide span,
.sticky-side .close span {
    position: relative;
    font-size: 12px;
    top: -5px;
    margin: -5px;
}

.sticky-side .hide .material-icons,
.sticky-side .close .material-icons {
    font-size: 17px;
}

.sticky-side > .advertisement {
    color:#999;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    z-index: 1;
    margin: 1px 7px;
    letter-spacing: 1px;
}

.sticky-side.slide-left {
    right: 0; 
    width: 310px;
    /* box-shadow: inset 0 5px 15px #bdbdbd, 0 4px 25px #999;
    -webkit-box-shadow:  inset 0 5px 15px #bdbdbd, 0 4px 25px #999;
    -moz-box-shadow:  inset 0 5px 15px #bdbdbd, 0 4px 25px #999; */
}
.balloon-collapsed.slide-right {
    right: 0;
}
/* .sticky-side div.balloon-collapsed {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 275px;
} */
.sticky-side img,
.sticky-side .balloon-expand img {
    max-width: inherit;
}
.sticky-side .balloon-expand > div {
    margin: 0 auto;
    right: 0;
    left: 0;
    position: absolute;
}
/* .balloon-collapsed div > img {
    box-shadow: #999 0 0 10px;
    -webkit-box-shadow: 0 0 10px #999;
    -moz-box-shadow: 0 0 10px #999;
} */
.balloon-expand img {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
/*HIDE ad unit*/
div#FloatingButton {
    display: none;
}