.ads-sticky {
    width: 100%;
	max-height: 90px;
    max-width: 970px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: calc((50vw - 50%) * -1);
    transform: translate(calc(50vw - 50%));
    z-index: 2147483647;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,25%);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,25%);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,25%);
}
.ads-sticky .ads-sticky-container {
    text-align: center;
}
.adsclose:after {
    content: '\f00d';
    font-family: 'FontAwesome';
}
.ads-sticky .adsclose {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,25%);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,25%);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,25%);
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: -27px;
    border-radius: 2px 2px 0px 0px;
    background-color: #FFF;
}